/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
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)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
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 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  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"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

/* color */

:root {
  --primary: #EA5872 !important;
  --secondary: #DC3D5A !important;
  --hover: #DC3D5A !important;
  --mh-container: calc(100vh - 154px);
  --mh-state-container: calc(100vh - 295px);
  --partnerBox-width: calc(50% - 2.5rem);
}

h3.title {
  font-weight: 700;
}

h5.title {
  font-size: 16px;
  font-weight: 700;
}

input[type="text"], input[type="password"], input[type="email"], input[type="date"], input[type="datetime-local"] {
  margin: 0px;
}

input[type="date"] {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

input[type="date"]:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px;
    border-color: var(--primary);
  }

input.number {
  margin-right: 1rem;
}

.modalArea.validationVer section ~ .validation {
      margin-top: -1rem;
    }

.modalArea section > span{
    min-width: 8rem;
  }

/* 컴포넌트에 추가 */

.validation {
  display: inline-block;
  width: 100%;
  padding-top: 0.25rem;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

/* input에 %표시 추가 */

span.rate{
  position: relative;
}

span.rate::after {
    position: absolute;
    right: 0.75rem;
    content: '%';
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
  }

span.krw {
  position: relative;
}

span.krw::after {
    position: absolute;
    right: 0.75rem;
    content: 'KRW';
    top: 50%;
    right: 28px;
    transform: translate(0, -50%);
  }

span.krw.disabled::after {
    right: 12px;
  }

span.krw input[type="text"] {
    margin: 0px;
    min-width: 180px;
  }

table {
  margin-bottom: 1rem;
}

table.tdLeft td {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      text-align: left;
    }

table.inputFull td input[type="text"] {
      width: 100%;
    }

table label {
    vertical-align: middle;
    font-size: 12px;
  }

table label input {
      vertical-align: text-top;
    }

button[class*="line-blue"] {
  background: #fff !important;
  border: 1px solid var(--blue) !important;
  color: var(--blue) !important;
}

button[class*="line-blue"]:hover {
    background: var(--blue) !important;
    border: 1px solid var(--blue) !important;
    color: white !important;
  }

button[class*="line-blue"]:disabled:hover {
    background: #fff !important;
    border: 1px solid var(--blue) !important;
    color: var(--blue) !important;
  }

button[class*="line-red"]:disabled:hover {
    background: #fff !important;
    border: 1px solid var(--red) !important;
    color: var(--red) !important;
  }

button[class*="black"]:disabled:hover {
    background: #282829 !important;
    border-color: #282829 !important;
  }

button[class*="text"] {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
  text-decoration: underline;
  background: unset;
}

button[class*="text"]:hover {
    color: var(--primary);
    background: unset !important;
  }

button:disabled {
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.4;
}

button:disabled.btn:hover {
    background: var(--gray);
    border-color: var(--text);
    color: var(--text);
  }

button:disabled.primary:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
  }

button[class*="black"] {
  background: #282829 !important;
  color: white !important;
}

button[class*="black"] span {
    color: inherit;
  }

button[class*="black"]:hover, button[class*="black"].on {
    background: var(--btn-gray) !important;
    border-color: var(--btn-gray) !important;
    color: white;
  }

button.text:disabled:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

button.text-red {
  color: var(--red);
}

button.text-green {
  color: var(--green);
}

button.text-yellow {
  color: var(--yellow);
}

button[class*="text-blue"]:hover {
    color: blue;
  }

.state {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
}

.state.line-blue {
    background: #fff !important;
    border: 1px solid var(--blue) !important;
    color: var(--blue) !important;
  }

.state.line-red {
    background: #fff !important;
    border: 1px solid var(--red) !important;
    color: var(--red) !important;
  }

.bgLightGray {
  background: var(--gray);
}

.text-primary {
  color: var(--primary);
}

.wrap .content h3.title {
    font-size: 18px;
  }

.wrap .content .container {
    height: 100vh;
    max-height: var(--mh-container);
    border-radius: .25rem !important;
  }

.wrap .content .container.state {
      max-height: var(--mh-state-container);
    }

/* hcDesign notiBadge도 hc-p-0 추가필요 */

.wrap header .topMenu > div {
  border-width: 0px;
}

.wrap header .topMenu > div.userInfo .userPhoto {
    background: #313750;
  }

.wrap header .topMenu > div p {
    color: #313750;
  }

.wrap header .topMenu > div.myNoti p {
    color: #313750;
  }

.wrap header .topMenu > div.myNoti p .notiBadge {
      padding: 0px;
      background: var(--red);
    }

.partnerBox {
  display: flex;
}

.partnerBox section {
    margin-right: 2.5rem;
    width: 33.333333%;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
  }

.partnerBox section:last-child {
      margin-right: 0px;
    }

.partnerBox section div {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom-width: 1px;
      --tw-border-opacity: 1;
      border-color: rgba(212, 212, 216, var(--tw-border-opacity));
      padding-top: 2rem;
      padding-bottom: 2rem;
    }

.partnerBox section div i {
        --tw-text-opacity: 1;
        color: rgba(113, 113, 122, var(--tw-text-opacity));
      }

.partnerBox section ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 1.75rem;
      }

.partnerBox section ul li p:nth-child(1) {
            font-size: 16px;
            font-weight: 700;
          }

.partnerBox section ul li p:nth-child(2) {
            font-size: 18px;
            font-weight: 700;
            --tw-text-opacity: 1;
            color: rgba(113, 113, 122, var(--tw-text-opacity));
          }

.partnerBox section ul li p:nth-child(2)[class*="text-red"] {
              --tw-text-opacity: 1;
              color: rgba(220, 38, 38, var(--tw-text-opacity));
            }

.stateList ul {
    display: flex;
  }

.stateList ul li {
      width: 20%;
      border-width: 1px;
      border-left-width: 0px;
      --tw-border-opacity: 1;
      border-color: rgba(212, 212, 216, var(--tw-border-opacity));
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      padding: 1.5rem;
    }

.stateList ul li:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-left-width: 1px;
      }

.stateList ul li:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
      }

.stateList ul li div {
        float: left;
      }

.stateList ul li div p {
          font-size: 16px;
          font-weight: 700;
        }

.stateList ul li div p:last-child {
            margin-top: 1.5rem;
            --tw-text-opacity: 1;
            color: rgba(113, 113, 122, var(--tw-text-opacity));
            font-size: 24px;
            line-height: 26px;
            word-break: keep-all;
          }

.stateList ul li div p[class*="text-red"] {
            --tw-text-opacity: 1;
            color: rgba(220, 38, 38, var(--tw-text-opacity));
          }

.stateList ul li div p[class*="text-blue"] {
            --tw-text-opacity: 1;
            color: rgba(29, 78, 216, var(--tw-text-opacity));
          }

.stateList ul li .material-icons {
        float: right;
        --tw-text-opacity: 1;
        color: rgba(82, 82, 91, var(--tw-text-opacity));
      }

.stateList ul li .material-icons[class*="text-blue"] {
          --tw-text-opacity: 1;
          color: rgba(29, 78, 216, var(--tw-text-opacity));
        }

.rz-dialog-title {
  font-size: 22px;
}

.rz-dialog-titlebar {
  padding: 1.5rem !important;
  border-bottom: 1px solid rgba(212, 212, 216) !important;
}

.modalWrap {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: rgba(0,0,0, .6);
  z-index: 101;
}

.modalWrap .modalArea {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow-y: auto;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    min-width: 900px;
    max-height: 800px;
    padding: 40px;
    transform: translate(-50%, -50%);
  }

.modalWrap .modalArea .headerTitle {
      display: flex;
      align-items: center;
      border-bottom-width: 1px;
      --tw-border-opacity: 1;
      border-color: rgba(212, 212, 216, var(--tw-border-opacity));
      padding-bottom: 1.5rem;
      margin: -10px -40px 2.5rem;
      padding-left: 40px;
    }

.modalWrap .modalArea .headerTitle p {
        font-size: 22px;
        font-weight: 700;
      }

.modalWrap .modalArea.memo {
      overflow-y: visible;
    }

.modalWrap .modalArea .exit {
      position: absolute;
      top: 1rem;
      height: 1.75rem;
      width: 1.75rem;
      cursor: pointer;
      right: 40px;
    }

.modalWrap .modalArea .exit span {
        margin-top: 0.875rem;
        display: block;
        width: 1.75rem;
        --tw-bg-opacity: 1;
        background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
        height: 1px;
      }

.modalWrap .modalArea .exit span:first-child {
          transform: rotate(45deg);
        }

.modalWrap .modalArea .exit span:last-child {
          margin-top: -2px;
          transform: rotate(-45deg);
        }

.modalWrap .modalArea table tr th, .modalWrap .modalArea table tr td {
        padding: 0.375rem;
        height: 40px;
      }

.modalWrap .modalArea table tr th input, .modalWrap .modalArea table tr td input {
          height: 28px;
        }

.memoArea {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.memoArea .memoTop {
    overflow-y: auto;
    border-radius: 0.25rem;
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
    padding: 1rem;
    min-height: 150px;
    max-height: 226px;
    height: -moz-fit-content;
    height: fit-content;
  }

.memoArea .memoTop .memoCont {
      margin-bottom: 1rem;
      display: flex;
      align-items: flex-end;
    }

.memoArea .memoTop .memoCont:last-child {
        margin-bottom: 0px;
      }

.memoArea .memoTop .memoCont div {
        margin-right: 0.5rem;
        border-radius: 0.25rem;
        --tw-border-opacity: 1;
        border-color: rgba(212, 212, 216, var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        padding: 0.75rem;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 419px;
      }

.memoArea .memoTop .memoCont span {
        vertical-align: bottom;
        font-size: 12px;
      }

.memoArea .memoTop .memoCont.impt div {
          background-color: #FDE464;
        }

.memoArea .memoBottom {
    width: 100%;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

.memoArea .memoBottom div {
      display: flex;
      width: 100%;
      align-items: center;
    }

.memoArea .memoBottom div input {
        display: inline-block;
        width: 83.333333%;
        border-width: 0px;
      }

.memoArea .memoBottom div .rightArea {
        width: 16.666667%;
        justify-content: flex-end;
      }

.memoArea .memoBottom div .rightArea .imptAdd {
          --tw-text-opacity: 1;
          color: rgba(212, 212, 216, var(--tw-text-opacity));
        }

.memoArea .memoBottom div .rightArea .imptAdd .material-icons {
            margin-left: 0.5rem;
            margin-right: 0.5rem;
            color: inherit;
          }

.memoArea .memoBottom div .rightArea .imptAdd:hover, .memoArea .memoBottom div .rightArea .imptAdd.on {
            color: var(--yellow);
          }

/* RewardRate List */

.rateList li {
    margin-bottom: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
    padding: 0.375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

.rateList li div:first-child span {
      border-radius: 0.25rem;
      border-width: 1px;
      --tw-border-opacity: 1;
      border-color: rgba(212, 212, 216, var(--tw-border-opacity));
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      padding-top: 0.375rem;
      padding-bottom: 0.375rem;
      background: var(--gray);
    }

.rateList li input:disabled {
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

.rateList li input:disabled#number {
        margin-right: 1rem;
        min-width: 160px;
        width: 160px;
      }

.rateList li span {
      vertical-align: middle;
    }

.rateList li span:first-child {
        margin-right: 1.25rem;
        width: 6rem;
        white-space: nowrap;
        font-size: 12px;
        font-weight: 500;
      }

/* 토탈금액 */

.totalArea {
  display: flex;
  justify-content: space-evenly;
}

.totalArea span {
    margin-right: 0.5rem;
    vertical-align: baseline;
  }

.totalArea span:first-child {
      font-weight: 700;
    }

.totalArea input {
    min-width: 180px;
    width: 180px;
    background: var(--gray) !important;
  }

.clntDtlList {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  padding: 1.5rem;
}

.clntDtlList .rateList li {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

.clntDtlList .totalArea li input {
    background: #fff !important;
  }

/* empty data */

.emptyData {
  margin-top: 1rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 2.5rem;
}

.emptyData div {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

.emptyData div i {
      margin-bottom: 1rem;
      font-size: 45px;
      color: var(--primary);
    }

.modalArea .emptyData {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

table span[class*="Badge"] {
  margin-left: 0px;
  font-size: 13px;
}

@media (max-width: 1489px) {
  .stateList ul li button {
    float: none;
    margin-top: 1rem;
  }

  .partnerBox {
    flex-wrap: wrap;
  }
    .partnerBox section {
      margin-bottom: 1rem;
      width: var(--partnerBox-width);
    }
      .partnerBox section:last-child {
        margin-bottom: 0px;
      }
}

/* layout.css responsive start */

@media (max-width:1330px) {
      .wrap .container .pay-area {
        width: 100%;
      }
      .wrap .container .group-area {
        width: 100%;
      }
      .wrap .container .master-account {
        display: none;
      }
    .wrap .contWrap {
      width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1279px) {
  .wrap {
    padding-left: 0;
  }
}

@media (max-width: 768px){
  body {
    min-width: 375px;
  }
    body .wrap {
      padding-left: 0 !important;
    }
      body .wrap .content {
        padding: 20px 10px;
      }

  /* 대시보드 */

  .dbArea {
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
  }
}

/* layout.css responsive end */

/* toggle.css responsive start */

@media (max-width: 768px){
  /* 모바일 사이드 메뉴 토글 */

  .mMnToggle {
    display: none;
    height: 100%;
    cursor: pointer;
    border-right-width: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
    width: 60px;
  }
    .mMnToggle span {
      display: block;
      height: 0.125rem;
      width: 100%;
      --tw-bg-opacity: 1;
      background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
      transition: 0.2s ease;
    }
    .mMnToggle:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
    }
    .mMnToggle.on {
      --tw-bg-opacity: 1;
      background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
    }
      .mMnToggle.on span {
        transition: 0.2s ease;
        transform: rotate(45deg);
        margin-top: 8px;
      }
        .mMnToggle.on span:last-child {
          transform: rotate(-45deg);
          margin-top: -12px;
        }

  .menuToggle, .headerTitle {
    display: none;
  }

  .mMnToggle {
    display: inline-block;
  }
    .mMnToggle:hover {
      background: none;
    }
    .mMnToggle.on {
      --tw-bg-opacity: 1;
      background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
    }

  /* 리스트 토글 모음 */
    .listNode .nodeArea {
      position: relative;
      margin-bottom: 0.75rem;
      overflow: hidden;
      border-radius: 0.75rem;
      border-width: 1px;
      --tw-border-opacity: 1;
      border-color: rgba(161, 161, 170, var(--tw-border-opacity));
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }
      .listNode .nodeArea ul {
        cursor: pointer;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
      }
        .listNode .nodeArea ul .listPoint {
          position: absolute;
          height: 1rem;
          width: 1rem;
          border-radius: 9999px;
          border-width: 4px;
          --tw-border-opacity: 1;
          border-color: rgba(82, 82, 91, var(--tw-border-opacity));
          --tw-bg-opacity: 1;
          background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
          top: -24px;
          left: -52px;
        }
        .listNode .nodeArea ul .listTime {
          position: absolute;
          top: -2rem;
          left: 0px;
        }
        .listNode .nodeArea ul .listTitle {
          display: none;
        }
        .listNode .nodeArea ul .listDetail {
          padding-left: 1.25rem;
          padding-right: 1.25rem;
        }
          .listNode .nodeArea ul .listHidden .replyCommu {
            margin: 1.25rem;
          }
            .listNode .nodeArea ul .listHidden .replyCommu h5 {
              margin-bottom: 0.5rem;
            }
              .listNode .nodeArea ul .listHidden .replyCommu h5 span {
                margin-left: 0.5rem;
                vertical-align: bottom;
                font-size: 12px;
                --tw-text-opacity: 1;
                color: rgba(59, 130, 246, var(--tw-text-opacity));
              }
                    .listNode .nodeArea ul .listHidden .replyCommu .replyArea section p.talkBox img {
                      width: 100%;
                    }
            .listNode .nodeArea ul .listHidden .replyEdit .listReply {
              display: block;
            }
              .listNode .nodeArea ul .listHidden .replyEdit .listReply .replyEditor {
                margin-right: 0px;
                margin-bottom: 0.5rem;
                width: 100%;
                --tw-bg-opacity: 1;
                background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
              }
        .listNode .nodeArea ul .listDetail {
          padding-left: 0.75rem;
          padding-right: 0.75rem;
        }
              .listNode .nodeArea ul .listDetail .workRequeCont dl dt {
                margin: 0px;
                margin-top: 0.75rem;
                width: 100%;
                line-height: 1rem;
              }
              .listNode .nodeArea ul .listDetail .workRequeCont dl dd {
                width: 100%;
              }
        .listNode .nodeArea:hover .nodeArea, .listNode .nodeArea.on .nodeArea {
          --tw-bg-opacity: 1;
          background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
          border-color: var(--primary);
        }
          .listNode .nodeArea:hover .nodeArea li, .listNode .nodeArea.on .nodeArea li {
            font-weight: 700;
          }
              .listNode .nodeArea:hover .nodeArea li:last-child span, .listNode .nodeArea.on .nodeArea li:last-child span {
                --tw-text-opacity: 1;
                color: rgba(82, 82, 91, var(--tw-text-opacity));
              }
          .listNode .nodeArea:hover .nodeArea .listPoint, .listNode .nodeArea.on .nodeArea .listPoint {
            border-color: var(--primary);
          }
          .listNode .nodeArea:hover .nodeArea.listTitle, .listNode .nodeArea.on .nodeArea.listTitle {
            --tw-border-opacity: 1;
            border-color: rgba(228, 228, 231, var(--tw-border-opacity));
          }
      .listNode .nodeArea.reply {
        margin-top: 2rem;
        display: flex;
      }
        .listNode .nodeArea.reply .listTime {
          width: 10%;
          line-height: 3.75rem;
        }
          .listNode .nodeArea.reply .listTime span {
            margin-right: 0.25rem;
            padding-top: 1.25rem;
            font-size: 14px;
          }
        .listNode .nodeArea.reply .nodeArea {
          margin-bottom: 0px;
          width: 90%;
        }
          .listNode .nodeArea.reply .nodeArea.admin {
            --tw-bg-opacity: 1;
            background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
          }
                .listNode .nodeArea.reply .nodeArea.admin ul li:nth-child(2) {
                  --tw-text-opacity: 1;
                  color: rgba(139, 92, 246, var(--tw-text-opacity));
                }
      .listNode .nodeArea.listTitle {
        display: none;
      }
      .listNode.on .nodeArea {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
        --tw-bg-opacity: 1;
      } /* 문의내역 토글 리스트 */
      .myInquiryList .listNode .nodeArea {
        position: unset;
      }
          .myInquiryList .listNode .nodeArea ul li {
            margin-right: -0.25rem;
            display: inline-block;
            text-align: center;
          }
            .myInquiryList .listNode .nodeArea ul li .attachFileIcon {
              font-size: 16px;
              --tw-text-opacity: 1;
              color: rgba(113, 113, 122, var(--tw-text-opacity));
              line-height: 20px;
            }
            .myInquiryList .listNode .nodeArea ul li:first-child {
              text-align: left;
              width: 10%;
              min-width: 54px;
            }
            .myInquiryList .listNode .nodeArea ul li:nth-child(2) {
              text-align: left;
              width: auto;
            }
            .myInquiryList .listNode .nodeArea ul li:nth-child(3) {
              margin-left: 0.75rem;
              border-radius: 9999px;
              --tw-bg-opacity: 1;
              background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
              padding-left: 0.5rem;
              padding-right: 0.5rem;
              text-align: left;
              --tw-text-opacity: 1;
              color: rgba(255, 255, 255, var(--tw-text-opacity));
              width: auto;
            }
            .myInquiryList .listNode .nodeArea ul li:nth-child(4) {
              margin-top: 0.5rem;
              margin-bottom: 0.5rem;
              border-top-width: 1px;
              --tw-border-opacity: 1;
              border-color: rgba(161, 161, 170, var(--tw-border-opacity));
              padding-top: 0.5rem;
              padding-bottom: 0.5rem;
              text-align: left;
              font-weight: 600;
              width: 100%;
            }
            .myInquiryList .listNode .nodeArea ul li:nth-child(5) {
              text-align: left;
              width: 50%;
            }
            .myInquiryList .listNode .nodeArea ul li:last-child {
              position: absolute;
              top: 1rem;
              right: 1.75rem;
              width: 24px;
              transition: .3s ease;
            }
              .myInquiryList .listNode .nodeArea ul li:last-child span {
                --tw-text-opacity: 1;
                color: rgba(212, 212, 216, var(--tw-text-opacity));
              }
        .myInquiryList .listNode .nodeArea.listTitle {
          --tw-border-opacity: 1;
          border-color: rgba(228, 228, 231, var(--tw-border-opacity));
          --tw-bg-opacity: 1;
          background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
        }
          .myInquiryList .listNode .nodeArea.listTitle li {
            font-weight: 700;
          }
          .myInquiryList .listNode .nodeArea.listTitle:hover {
            --tw-border-opacity: 1;
            border-color: rgba(228, 228, 231, var(--tw-border-opacity));
          } /* 작업의뢰서 */
          .workList .listNode .nodeArea ul li {
            margin-top: 0.25rem;
            margin-bottom: 0.25rem;
            margin-right: 0.25rem;
            text-align: left;
          }
            .workList .listNode .nodeArea ul li:nth-child(n) {
              width: 100%;
            }
            .workList .listNode .nodeArea ul li:first-child {
              border-bottom-width: 1px;
              --tw-border-opacity: 1;
              border-color: rgba(161, 161, 170, var(--tw-border-opacity));
              padding-bottom: 0.75rem;
            }
              .workList .listNode .nodeArea ul li:nth-child(2)::before {
                content: "승인일: ";
              }
              .workList .listNode .nodeArea ul li:nth-child(3)::before {
                content: "작업일: ";
              }
              .workList .listNode .nodeArea ul li:nth-child(4)::before {
                content: "IP: ";
              }
              .workList .listNode .nodeArea ul li:nth-child(5)::before {
                content: "작업내용: ";
              }
              .workList .listNode .nodeArea ul li:nth-child(6)::before {
                content: "작업비용: ";
              }
            .workList .listNode .nodeArea ul li:nth-child(7) {
              position: absolute;
              top: 0.75rem;
              right: 1.75rem;
              width: auto;
            }
              .workList .listNode .nodeArea ul li:last-child::before {
                content: "작업현황: ";
              }
        .workList .listNode .nodeArea .listDetail {
          padding-left: 0.75rem;
          padding-right: 0.75rem;
        }
              .workList .listNode .nodeArea .listDetail .workRequeCont dl dt {
                margin: 0px;
                margin-top: 0.75rem;
                width: 100%;
                line-height: 1rem;
              }
              .workList .listNode .nodeArea .listDetail .workRequeCont dl dd {
                width: 100%;
              }
        .workList .listNode.on .nodeArea {
          --tw-bg-opacity: 1;
          background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
        } /* 방문예약 토글 리스트 */
      .visitList .listNode .nodeArea {
        position: relative;
      }
            .visitList .listNode .nodeArea ul li:nth-child(n) {
              text-align: left;
              width: 100%;
            }
            .visitList .listNode .nodeArea ul li:first-child {
              margin-bottom: 0.25rem;
              border-bottom-width: 1px;
              padding-bottom: 0.75rem;
            }
              .visitList .listNode .nodeArea ul li:nth-child(2)::before {
                content: "신청일: ";
              }
              .visitList .listNode .nodeArea ul li:nth-child(3)::before {
                content: "방문일: ";
              }
            .visitList .listNode .nodeArea ul li:nth-child(4) {
              position: absolute;
              top: 0.75rem;
              right: 1.75rem;
              width: auto;
            }
              .visitList .listNode .nodeArea ul li:nth-child(5)::before {
                content: "방문자: ";
              }
              .visitList .listNode .nodeArea ul li:last-child::before {
                content: "방문목적: ";
              }
        .visitList .listNode .nodeArea .listDetail {
          padding-left: 1.25rem;
          padding-right: 1.25rem;
        }
}

/* toggle.css responsive end */

/* tab.css responsive start */

@media (max-width: 768px){
  .basicTab {
    margin-bottom: 1.25rem;
  }
    .basicTab li {
      margin-right: 0px;
      margin-bottom: 0.375rem;
      padding-left: 1rem;
      padding-right: 1rem;
    }
}

/* tab.css responsive end */

/* menu.css responsive start */

@media (max-width: 1330px){
  .sub-header {
    left: 7vw;
  }
}

@media (min-width: 769px) and (max-width: 1279px) {
  /* sideMenu start */

  aside {
    position: absolute;
    display: none;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.3;
    padding-top: 60px;
  }

  /* sideMenu end */

  /* headerMenu start */

  .menuToggle {
    display: none;
  }

  .mMnToggle {
    display: inline-block;
  }
    .mMnToggle:hover {
      background: none;
    }
    .mMnToggle.on {
      --tw-bg-opacity: 1;
      background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
    }

  header {
    padding-left: 0 !important;
    z-index: 100;
  }
    header .menuToggle {
      display: none;
    }
    header .mMnToggle {
      display: inline-block;
    }
      header .mMnToggle:hover {
        background: none;
      }
      header .mMnToggle.on {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
      }

  /* headerMenu end */
}

@media (max-width: 768px){
  /* sideMenu start */

  aside {
    position: absolute;
    display: none;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.3;
    padding-top: 60px;
  }

  /* sideMenu end */

  /* headerMenu start */

  .mMnToggle {
    position: absolute;
    left: 0px;
    display: inline-block;
    height: 100%;
    cursor: pointer;
    border-right-width: 0px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
    width: 60px;
  }
    .mMnToggle span {
      display: block;
      height: 0.125rem;
      width: 100%;
      --tw-bg-opacity: 1;
      background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
      transition: 0.2s ease;
    }
    .mMnToggle:hover {
      background: none;
    }
    .mMnToggle.on {
      --tw-bg-opacity: 1;
      background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
    }
      .mMnToggle.on span {
        transition: 0.2s ease;
        transform: rotate(45deg);
        margin-top: 8px;
      }
        .mMnToggle.on span:last-child {
          transform: rotate(-45deg);
          margin-top: -12px;
        }

  .menuToggle, .headerTitle {
    display: none;
  }

  header {
    text-align: center;
    min-width: 375px;
    padding-left: 0 !important;
    z-index: 100;
  }
    header .mMnToggle {
      position: absolute;
      left: 0px;
      display: inline-block;
      height: 100%;
      cursor: pointer;
      border-right-width: 0px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      text-align: center;
      width: 60px;
    }
      header .mMnToggle span {
        display: block;
        height: 0.125rem;
        width: 100%;
        --tw-bg-opacity: 1;
        background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
        transition: 0.2s ease;
      }
      header .mMnToggle:hover {
        background: none;
      }
      header .mMnToggle.on {
        --tw-bg-opacity: 1;
        background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
      }
        header .mMnToggle.on span {
          transition: 0.2s ease;
          transform: rotate(45deg);
          margin-top: 8px;
        }
          header .mMnToggle.on span:last-child {
            transform: rotate(-45deg);
            margin-top: -12px;
          }
    header .headerLogo {
      display: inline-block;
      padding-left: 1.25rem;
      font-size: 22px;
      font-family: 'Spoqa Han Sans Neo';
      line-height: 60px;
    }
      header .headerLogo svg {
        display: inline-block;
      }
      header .headerLogo span {
        font-size: 18px;
        font-weight: 700;
        color: var(--primary);
        line-height: 60px;
      }
    header .topMenu {
      position: absolute;
      top: 0px;
      right: 0px;
    }
      header .topMenu div {
        border-left-width: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-right: 1.25rem;
        height: 59px;
      }
        header .topMenu div p {
          position: relative;
          display: inline-block;
          height: 1.75rem;
          width: 1.75rem;
          text-align: center;
          margin-top: 15px;
          color: var(--secondary);
        }
          header .topMenu div p span {
            color: inherit;
          }
        header .topMenu div:hover, header .topMenu div.on {
          background: transparent !important;
        }
          header .topMenu div:hover p, header .topMenu div.on p {
            color: var(--primary);
          }
        header .topMenu div.userInfo {
          --tw-text-opacity: 1;
          color: rgba(82, 82, 91, var(--tw-text-opacity));
        }
          header .topMenu div.userInfo .userPhoto {
            border-radius: 9999px;
            --tw-text-opacity: 1;
            color: rgba(255, 255, 255, var(--tw-text-opacity));
            background: var(--secondary);
          }
            header .topMenu div.userInfo .userPhoto:hover {
              background: var(--primary);
            }
            header .topMenu div.userInfo.on .userPhoto {
              background: var(--primary);
            }
            header .topMenu div.myNoti p .notiBadge {
              position: absolute;
              top: 0px;
              right: 0px;
              display: block;
              height: 0.375rem;
              width: 0.375rem;
              border-radius: 9999px;
              background: var(--point);
            }
        header .topMenu div.shortCut {
          display: none;
        }
        header .topMenu div:last-child {
          border-right-width: 1px;
        }
    header .menuToggle, header .headerTitle {
      display: none;
    }

  /* headerMenu end */
}

/* menu.css responsive end */

/* form.css responsive start */

@media screen and (max-width: 768px) {
    input[type="text"].lg {
      width: 100%;
    }
}

/* form.css responsive end */

.hc-container {
  width: 100%;
}

@media (min-width: 1330px) {
  .hc-container {
    max-width: 1330px;
  }
}

.hc-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;
}

.hc-not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus-within\:hc-sr-only:focus-within {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.focus-within\:hc-not-sr-only:focus-within {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:hc-sr-only:focus {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.focus\:hc-not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.hc-pointer-events-none {
  pointer-events: none;
}

.hc-pointer-events-auto {
  pointer-events: auto;
}

.hc-visible {
  visibility: visible;
}

.hc-invisible {
  visibility: hidden;
}

.hc-static {
  position: static;
}

.hc-fixed {
  position: fixed;
}

.hc-absolute {
  position: absolute;
}

.hc-relative {
  position: relative;
}

.hc-sticky {
  position: sticky;
}

.hc-inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hc-inset-1 {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.hc-inset-2 {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.hc-inset-3 {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.hc-inset-4 {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.hc-inset-5 {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.hc-inset-6 {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.hc-inset-7 {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.hc-inset-8 {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.hc-inset-9 {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.hc-inset-10 {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.hc-inset-11 {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

.hc-inset-12 {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.hc-inset-14 {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.hc-inset-16 {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.hc-inset-20 {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.hc-inset-24 {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.hc-inset-28 {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.hc-inset-32 {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.hc-inset-36 {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.hc-inset-40 {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.hc-inset-44 {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.hc-inset-48 {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.hc-inset-52 {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.hc-inset-56 {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.hc-inset-60 {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.hc-inset-64 {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.hc-inset-72 {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.hc-inset-80 {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.hc-inset-96 {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

.hc-inset-128 {
  top: 32rem;
  right: 32rem;
  bottom: 32rem;
  left: 32rem;
}

.hc-inset-144 {
  top: 44rem;
  right: 44rem;
  bottom: 44rem;
  left: 44rem;
}

.hc-inset-900 {
  top: 900px;
  right: 900px;
  bottom: 900px;
  left: 900px;
}

.hc-inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.hc-inset-px {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.hc-inset-0\.5 {
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}

.hc-inset-1\.5 {
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}

.hc-inset-2\.5 {
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}

.hc-inset-3\.5 {
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}

.hc--inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hc--inset-1 {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.hc--inset-2 {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.hc--inset-3 {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.hc--inset-4 {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.hc--inset-5 {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.hc--inset-6 {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.hc--inset-7 {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

.hc--inset-8 {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.hc--inset-9 {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.hc--inset-10 {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.hc--inset-11 {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

.hc--inset-12 {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.hc--inset-14 {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

.hc--inset-16 {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.hc--inset-20 {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.hc--inset-24 {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.hc--inset-28 {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.hc--inset-32 {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.hc--inset-36 {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.hc--inset-40 {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.hc--inset-44 {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

.hc--inset-48 {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}

.hc--inset-52 {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.hc--inset-56 {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.hc--inset-60 {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.hc--inset-64 {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.hc--inset-72 {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.hc--inset-80 {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.hc--inset-96 {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

.hc--inset-128 {
  top: -32rem;
  right: -32rem;
  bottom: -32rem;
  left: -32rem;
}

.hc--inset-144 {
  top: -44rem;
  right: -44rem;
  bottom: -44rem;
  left: -44rem;
}

.hc--inset-900 {
  top: -900px;
  right: -900px;
  bottom: -900px;
  left: -900px;
}

.hc--inset-px {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.hc--inset-0\.5 {
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}

.hc--inset-1\.5 {
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}

.hc--inset-2\.5 {
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}

.hc--inset-3\.5 {
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}

.hc-inset-1\/2 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.hc-inset-1\/3 {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.hc-inset-2\/3 {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.hc-inset-1\/4 {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.hc-inset-2\/4 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.hc-inset-3\/4 {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.hc-inset-full {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.hc--inset-1\/2 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.hc--inset-1\/3 {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.hc--inset-2\/3 {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.hc--inset-1\/4 {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.hc--inset-2\/4 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.hc--inset-3\/4 {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.hc--inset-full {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.hc-inset-x-0 {
  left: 0px;
  right: 0px;
}

.hc-inset-x-1 {
  left: 0.25rem;
  right: 0.25rem;
}

.hc-inset-x-2 {
  left: 0.5rem;
  right: 0.5rem;
}

.hc-inset-x-3 {
  left: 0.75rem;
  right: 0.75rem;
}

.hc-inset-x-4 {
  left: 1rem;
  right: 1rem;
}

.hc-inset-x-5 {
  left: 1.25rem;
  right: 1.25rem;
}

.hc-inset-x-6 {
  left: 1.5rem;
  right: 1.5rem;
}

.hc-inset-x-7 {
  left: 1.75rem;
  right: 1.75rem;
}

.hc-inset-x-8 {
  left: 2rem;
  right: 2rem;
}

.hc-inset-x-9 {
  left: 2.25rem;
  right: 2.25rem;
}

.hc-inset-x-10 {
  left: 2.5rem;
  right: 2.5rem;
}

.hc-inset-x-11 {
  left: 2.75rem;
  right: 2.75rem;
}

.hc-inset-x-12 {
  left: 3rem;
  right: 3rem;
}

.hc-inset-x-14 {
  left: 3.5rem;
  right: 3.5rem;
}

.hc-inset-x-16 {
  left: 4rem;
  right: 4rem;
}

.hc-inset-x-20 {
  left: 5rem;
  right: 5rem;
}

.hc-inset-x-24 {
  left: 6rem;
  right: 6rem;
}

.hc-inset-x-28 {
  left: 7rem;
  right: 7rem;
}

.hc-inset-x-32 {
  left: 8rem;
  right: 8rem;
}

.hc-inset-x-36 {
  left: 9rem;
  right: 9rem;
}

.hc-inset-x-40 {
  left: 10rem;
  right: 10rem;
}

.hc-inset-x-44 {
  left: 11rem;
  right: 11rem;
}

.hc-inset-x-48 {
  left: 12rem;
  right: 12rem;
}

.hc-inset-x-52 {
  left: 13rem;
  right: 13rem;
}

.hc-inset-x-56 {
  left: 14rem;
  right: 14rem;
}

.hc-inset-x-60 {
  left: 15rem;
  right: 15rem;
}

.hc-inset-x-64 {
  left: 16rem;
  right: 16rem;
}

.hc-inset-x-72 {
  left: 18rem;
  right: 18rem;
}

.hc-inset-x-80 {
  left: 20rem;
  right: 20rem;
}

.hc-inset-x-96 {
  left: 24rem;
  right: 24rem;
}

.hc-inset-x-128 {
  left: 32rem;
  right: 32rem;
}

.hc-inset-x-144 {
  left: 44rem;
  right: 44rem;
}

.hc-inset-x-900 {
  left: 900px;
  right: 900px;
}

.hc-inset-x-auto {
  left: auto;
  right: auto;
}

.hc-inset-x-px {
  left: 1px;
  right: 1px;
}

.hc-inset-x-0\.5 {
  left: 0.125rem;
  right: 0.125rem;
}

.hc-inset-x-1\.5 {
  left: 0.375rem;
  right: 0.375rem;
}

.hc-inset-x-2\.5 {
  left: 0.625rem;
  right: 0.625rem;
}

.hc-inset-x-3\.5 {
  left: 0.875rem;
  right: 0.875rem;
}

.hc--inset-x-0 {
  left: 0px;
  right: 0px;
}

.hc--inset-x-1 {
  left: -0.25rem;
  right: -0.25rem;
}

.hc--inset-x-2 {
  left: -0.5rem;
  right: -0.5rem;
}

.hc--inset-x-3 {
  left: -0.75rem;
  right: -0.75rem;
}

.hc--inset-x-4 {
  left: -1rem;
  right: -1rem;
}

.hc--inset-x-5 {
  left: -1.25rem;
  right: -1.25rem;
}

.hc--inset-x-6 {
  left: -1.5rem;
  right: -1.5rem;
}

.hc--inset-x-7 {
  left: -1.75rem;
  right: -1.75rem;
}

.hc--inset-x-8 {
  left: -2rem;
  right: -2rem;
}

.hc--inset-x-9 {
  left: -2.25rem;
  right: -2.25rem;
}

.hc--inset-x-10 {
  left: -2.5rem;
  right: -2.5rem;
}

.hc--inset-x-11 {
  left: -2.75rem;
  right: -2.75rem;
}

.hc--inset-x-12 {
  left: -3rem;
  right: -3rem;
}

.hc--inset-x-14 {
  left: -3.5rem;
  right: -3.5rem;
}

.hc--inset-x-16 {
  left: -4rem;
  right: -4rem;
}

.hc--inset-x-20 {
  left: -5rem;
  right: -5rem;
}

.hc--inset-x-24 {
  left: -6rem;
  right: -6rem;
}

.hc--inset-x-28 {
  left: -7rem;
  right: -7rem;
}

.hc--inset-x-32 {
  left: -8rem;
  right: -8rem;
}

.hc--inset-x-36 {
  left: -9rem;
  right: -9rem;
}

.hc--inset-x-40 {
  left: -10rem;
  right: -10rem;
}

.hc--inset-x-44 {
  left: -11rem;
  right: -11rem;
}

.hc--inset-x-48 {
  left: -12rem;
  right: -12rem;
}

.hc--inset-x-52 {
  left: -13rem;
  right: -13rem;
}

.hc--inset-x-56 {
  left: -14rem;
  right: -14rem;
}

.hc--inset-x-60 {
  left: -15rem;
  right: -15rem;
}

.hc--inset-x-64 {
  left: -16rem;
  right: -16rem;
}

.hc--inset-x-72 {
  left: -18rem;
  right: -18rem;
}

.hc--inset-x-80 {
  left: -20rem;
  right: -20rem;
}

.hc--inset-x-96 {
  left: -24rem;
  right: -24rem;
}

.hc--inset-x-128 {
  left: -32rem;
  right: -32rem;
}

.hc--inset-x-144 {
  left: -44rem;
  right: -44rem;
}

.hc--inset-x-900 {
  left: -900px;
  right: -900px;
}

.hc--inset-x-px {
  left: -1px;
  right: -1px;
}

.hc--inset-x-0\.5 {
  left: -0.125rem;
  right: -0.125rem;
}

.hc--inset-x-1\.5 {
  left: -0.375rem;
  right: -0.375rem;
}

.hc--inset-x-2\.5 {
  left: -0.625rem;
  right: -0.625rem;
}

.hc--inset-x-3\.5 {
  left: -0.875rem;
  right: -0.875rem;
}

.hc-inset-x-1\/2 {
  left: 50%;
  right: 50%;
}

.hc-inset-x-1\/3 {
  left: 33.333333%;
  right: 33.333333%;
}

.hc-inset-x-2\/3 {
  left: 66.666667%;
  right: 66.666667%;
}

.hc-inset-x-1\/4 {
  left: 25%;
  right: 25%;
}

.hc-inset-x-2\/4 {
  left: 50%;
  right: 50%;
}

.hc-inset-x-3\/4 {
  left: 75%;
  right: 75%;
}

.hc-inset-x-full {
  left: 100%;
  right: 100%;
}

.hc--inset-x-1\/2 {
  left: -50%;
  right: -50%;
}

.hc--inset-x-1\/3 {
  left: -33.333333%;
  right: -33.333333%;
}

.hc--inset-x-2\/3 {
  left: -66.666667%;
  right: -66.666667%;
}

.hc--inset-x-1\/4 {
  left: -25%;
  right: -25%;
}

.hc--inset-x-2\/4 {
  left: -50%;
  right: -50%;
}

.hc--inset-x-3\/4 {
  left: -75%;
  right: -75%;
}

.hc--inset-x-full {
  left: -100%;
  right: -100%;
}

.hc-inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.hc-inset-y-1 {
  top: 0.25rem;
  bottom: 0.25rem;
}

.hc-inset-y-2 {
  top: 0.5rem;
  bottom: 0.5rem;
}

.hc-inset-y-3 {
  top: 0.75rem;
  bottom: 0.75rem;
}

.hc-inset-y-4 {
  top: 1rem;
  bottom: 1rem;
}

.hc-inset-y-5 {
  top: 1.25rem;
  bottom: 1.25rem;
}

.hc-inset-y-6 {
  top: 1.5rem;
  bottom: 1.5rem;
}

.hc-inset-y-7 {
  top: 1.75rem;
  bottom: 1.75rem;
}

.hc-inset-y-8 {
  top: 2rem;
  bottom: 2rem;
}

.hc-inset-y-9 {
  top: 2.25rem;
  bottom: 2.25rem;
}

.hc-inset-y-10 {
  top: 2.5rem;
  bottom: 2.5rem;
}

.hc-inset-y-11 {
  top: 2.75rem;
  bottom: 2.75rem;
}

.hc-inset-y-12 {
  top: 3rem;
  bottom: 3rem;
}

.hc-inset-y-14 {
  top: 3.5rem;
  bottom: 3.5rem;
}

.hc-inset-y-16 {
  top: 4rem;
  bottom: 4rem;
}

.hc-inset-y-20 {
  top: 5rem;
  bottom: 5rem;
}

.hc-inset-y-24 {
  top: 6rem;
  bottom: 6rem;
}

.hc-inset-y-28 {
  top: 7rem;
  bottom: 7rem;
}

.hc-inset-y-32 {
  top: 8rem;
  bottom: 8rem;
}

.hc-inset-y-36 {
  top: 9rem;
  bottom: 9rem;
}

.hc-inset-y-40 {
  top: 10rem;
  bottom: 10rem;
}

.hc-inset-y-44 {
  top: 11rem;
  bottom: 11rem;
}

.hc-inset-y-48 {
  top: 12rem;
  bottom: 12rem;
}

.hc-inset-y-52 {
  top: 13rem;
  bottom: 13rem;
}

.hc-inset-y-56 {
  top: 14rem;
  bottom: 14rem;
}

.hc-inset-y-60 {
  top: 15rem;
  bottom: 15rem;
}

.hc-inset-y-64 {
  top: 16rem;
  bottom: 16rem;
}

.hc-inset-y-72 {
  top: 18rem;
  bottom: 18rem;
}

.hc-inset-y-80 {
  top: 20rem;
  bottom: 20rem;
}

.hc-inset-y-96 {
  top: 24rem;
  bottom: 24rem;
}

.hc-inset-y-128 {
  top: 32rem;
  bottom: 32rem;
}

.hc-inset-y-144 {
  top: 44rem;
  bottom: 44rem;
}

.hc-inset-y-900 {
  top: 900px;
  bottom: 900px;
}

.hc-inset-y-auto {
  top: auto;
  bottom: auto;
}

.hc-inset-y-px {
  top: 1px;
  bottom: 1px;
}

.hc-inset-y-0\.5 {
  top: 0.125rem;
  bottom: 0.125rem;
}

.hc-inset-y-1\.5 {
  top: 0.375rem;
  bottom: 0.375rem;
}

.hc-inset-y-2\.5 {
  top: 0.625rem;
  bottom: 0.625rem;
}

.hc-inset-y-3\.5 {
  top: 0.875rem;
  bottom: 0.875rem;
}

.hc--inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.hc--inset-y-1 {
  top: -0.25rem;
  bottom: -0.25rem;
}

.hc--inset-y-2 {
  top: -0.5rem;
  bottom: -0.5rem;
}

.hc--inset-y-3 {
  top: -0.75rem;
  bottom: -0.75rem;
}

.hc--inset-y-4 {
  top: -1rem;
  bottom: -1rem;
}

.hc--inset-y-5 {
  top: -1.25rem;
  bottom: -1.25rem;
}

.hc--inset-y-6 {
  top: -1.5rem;
  bottom: -1.5rem;
}

.hc--inset-y-7 {
  top: -1.75rem;
  bottom: -1.75rem;
}

.hc--inset-y-8 {
  top: -2rem;
  bottom: -2rem;
}

.hc--inset-y-9 {
  top: -2.25rem;
  bottom: -2.25rem;
}

.hc--inset-y-10 {
  top: -2.5rem;
  bottom: -2.5rem;
}

.hc--inset-y-11 {
  top: -2.75rem;
  bottom: -2.75rem;
}

.hc--inset-y-12 {
  top: -3rem;
  bottom: -3rem;
}

.hc--inset-y-14 {
  top: -3.5rem;
  bottom: -3.5rem;
}

.hc--inset-y-16 {
  top: -4rem;
  bottom: -4rem;
}

.hc--inset-y-20 {
  top: -5rem;
  bottom: -5rem;
}

.hc--inset-y-24 {
  top: -6rem;
  bottom: -6rem;
}

.hc--inset-y-28 {
  top: -7rem;
  bottom: -7rem;
}

.hc--inset-y-32 {
  top: -8rem;
  bottom: -8rem;
}

.hc--inset-y-36 {
  top: -9rem;
  bottom: -9rem;
}

.hc--inset-y-40 {
  top: -10rem;
  bottom: -10rem;
}

.hc--inset-y-44 {
  top: -11rem;
  bottom: -11rem;
}

.hc--inset-y-48 {
  top: -12rem;
  bottom: -12rem;
}

.hc--inset-y-52 {
  top: -13rem;
  bottom: -13rem;
}

.hc--inset-y-56 {
  top: -14rem;
  bottom: -14rem;
}

.hc--inset-y-60 {
  top: -15rem;
  bottom: -15rem;
}

.hc--inset-y-64 {
  top: -16rem;
  bottom: -16rem;
}

.hc--inset-y-72 {
  top: -18rem;
  bottom: -18rem;
}

.hc--inset-y-80 {
  top: -20rem;
  bottom: -20rem;
}

.hc--inset-y-96 {
  top: -24rem;
  bottom: -24rem;
}

.hc--inset-y-128 {
  top: -32rem;
  bottom: -32rem;
}

.hc--inset-y-144 {
  top: -44rem;
  bottom: -44rem;
}

.hc--inset-y-900 {
  top: -900px;
  bottom: -900px;
}

.hc--inset-y-px {
  top: -1px;
  bottom: -1px;
}

.hc--inset-y-0\.5 {
  top: -0.125rem;
  bottom: -0.125rem;
}

.hc--inset-y-1\.5 {
  top: -0.375rem;
  bottom: -0.375rem;
}

.hc--inset-y-2\.5 {
  top: -0.625rem;
  bottom: -0.625rem;
}

.hc--inset-y-3\.5 {
  top: -0.875rem;
  bottom: -0.875rem;
}

.hc-inset-y-1\/2 {
  top: 50%;
  bottom: 50%;
}

.hc-inset-y-1\/3 {
  top: 33.333333%;
  bottom: 33.333333%;
}

.hc-inset-y-2\/3 {
  top: 66.666667%;
  bottom: 66.666667%;
}

.hc-inset-y-1\/4 {
  top: 25%;
  bottom: 25%;
}

.hc-inset-y-2\/4 {
  top: 50%;
  bottom: 50%;
}

.hc-inset-y-3\/4 {
  top: 75%;
  bottom: 75%;
}

.hc-inset-y-full {
  top: 100%;
  bottom: 100%;
}

.hc--inset-y-1\/2 {
  top: -50%;
  bottom: -50%;
}

.hc--inset-y-1\/3 {
  top: -33.333333%;
  bottom: -33.333333%;
}

.hc--inset-y-2\/3 {
  top: -66.666667%;
  bottom: -66.666667%;
}

.hc--inset-y-1\/4 {
  top: -25%;
  bottom: -25%;
}

.hc--inset-y-2\/4 {
  top: -50%;
  bottom: -50%;
}

.hc--inset-y-3\/4 {
  top: -75%;
  bottom: -75%;
}

.hc--inset-y-full {
  top: -100%;
  bottom: -100%;
}

.hc-top-0 {
  top: 0px;
}

.hc-top-1 {
  top: 0.25rem;
}

.hc-top-2 {
  top: 0.5rem;
}

.hc-top-3 {
  top: 0.75rem;
}

.hc-top-4 {
  top: 1rem;
}

.hc-top-5 {
  top: 1.25rem;
}

.hc-top-6 {
  top: 1.5rem;
}

.hc-top-7 {
  top: 1.75rem;
}

.hc-top-8 {
  top: 2rem;
}

.hc-top-9 {
  top: 2.25rem;
}

.hc-top-10 {
  top: 2.5rem;
}

.hc-top-11 {
  top: 2.75rem;
}

.hc-top-12 {
  top: 3rem;
}

.hc-top-14 {
  top: 3.5rem;
}

.hc-top-16 {
  top: 4rem;
}

.hc-top-20 {
  top: 5rem;
}

.hc-top-24 {
  top: 6rem;
}

.hc-top-28 {
  top: 7rem;
}

.hc-top-32 {
  top: 8rem;
}

.hc-top-36 {
  top: 9rem;
}

.hc-top-40 {
  top: 10rem;
}

.hc-top-44 {
  top: 11rem;
}

.hc-top-48 {
  top: 12rem;
}

.hc-top-52 {
  top: 13rem;
}

.hc-top-56 {
  top: 14rem;
}

.hc-top-60 {
  top: 15rem;
}

.hc-top-64 {
  top: 16rem;
}

.hc-top-72 {
  top: 18rem;
}

.hc-top-80 {
  top: 20rem;
}

.hc-top-96 {
  top: 24rem;
}

.hc-top-128 {
  top: 32rem;
}

.hc-top-144 {
  top: 44rem;
}

.hc-top-900 {
  top: 900px;
}

.hc-top-auto {
  top: auto;
}

.hc-top-px {
  top: 1px;
}

.hc-top-0\.5 {
  top: 0.125rem;
}

.hc-top-1\.5 {
  top: 0.375rem;
}

.hc-top-2\.5 {
  top: 0.625rem;
}

.hc-top-3\.5 {
  top: 0.875rem;
}

.hc--top-0 {
  top: 0px;
}

.hc--top-1 {
  top: -0.25rem;
}

.hc--top-2 {
  top: -0.5rem;
}

.hc--top-3 {
  top: -0.75rem;
}

.hc--top-4 {
  top: -1rem;
}

.hc--top-5 {
  top: -1.25rem;
}

.hc--top-6 {
  top: -1.5rem;
}

.hc--top-7 {
  top: -1.75rem;
}

.hc--top-8 {
  top: -2rem;
}

.hc--top-9 {
  top: -2.25rem;
}

.hc--top-10 {
  top: -2.5rem;
}

.hc--top-11 {
  top: -2.75rem;
}

.hc--top-12 {
  top: -3rem;
}

.hc--top-14 {
  top: -3.5rem;
}

.hc--top-16 {
  top: -4rem;
}

.hc--top-20 {
  top: -5rem;
}

.hc--top-24 {
  top: -6rem;
}

.hc--top-28 {
  top: -7rem;
}

.hc--top-32 {
  top: -8rem;
}

.hc--top-36 {
  top: -9rem;
}

.hc--top-40 {
  top: -10rem;
}

.hc--top-44 {
  top: -11rem;
}

.hc--top-48 {
  top: -12rem;
}

.hc--top-52 {
  top: -13rem;
}

.hc--top-56 {
  top: -14rem;
}

.hc--top-60 {
  top: -15rem;
}

.hc--top-64 {
  top: -16rem;
}

.hc--top-72 {
  top: -18rem;
}

.hc--top-80 {
  top: -20rem;
}

.hc--top-96 {
  top: -24rem;
}

.hc--top-128 {
  top: -32rem;
}

.hc--top-144 {
  top: -44rem;
}

.hc--top-900 {
  top: -900px;
}

.hc--top-px {
  top: -1px;
}

.hc--top-0\.5 {
  top: -0.125rem;
}

.hc--top-1\.5 {
  top: -0.375rem;
}

.hc--top-2\.5 {
  top: -0.625rem;
}

.hc--top-3\.5 {
  top: -0.875rem;
}

.hc-top-1\/2 {
  top: 50%;
}

.hc-top-1\/3 {
  top: 33.333333%;
}

.hc-top-2\/3 {
  top: 66.666667%;
}

.hc-top-1\/4 {
  top: 25%;
}

.hc-top-2\/4 {
  top: 50%;
}

.hc-top-3\/4 {
  top: 75%;
}

.hc-top-full {
  top: 100%;
}

.hc--top-1\/2 {
  top: -50%;
}

.hc--top-1\/3 {
  top: -33.333333%;
}

.hc--top-2\/3 {
  top: -66.666667%;
}

.hc--top-1\/4 {
  top: -25%;
}

.hc--top-2\/4 {
  top: -50%;
}

.hc--top-3\/4 {
  top: -75%;
}

.hc--top-full {
  top: -100%;
}

.hc-right-0 {
  right: 0px;
}

.hc-right-1 {
  right: 0.25rem;
}

.hc-right-2 {
  right: 0.5rem;
}

.hc-right-3 {
  right: 0.75rem;
}

.hc-right-4 {
  right: 1rem;
}

.hc-right-5 {
  right: 1.25rem;
}

.hc-right-6 {
  right: 1.5rem;
}

.hc-right-7 {
  right: 1.75rem;
}

.hc-right-8 {
  right: 2rem;
}

.hc-right-9 {
  right: 2.25rem;
}

.hc-right-10 {
  right: 2.5rem;
}

.hc-right-11 {
  right: 2.75rem;
}

.hc-right-12 {
  right: 3rem;
}

.hc-right-14 {
  right: 3.5rem;
}

.hc-right-16 {
  right: 4rem;
}

.hc-right-20 {
  right: 5rem;
}

.hc-right-24 {
  right: 6rem;
}

.hc-right-28 {
  right: 7rem;
}

.hc-right-32 {
  right: 8rem;
}

.hc-right-36 {
  right: 9rem;
}

.hc-right-40 {
  right: 10rem;
}

.hc-right-44 {
  right: 11rem;
}

.hc-right-48 {
  right: 12rem;
}

.hc-right-52 {
  right: 13rem;
}

.hc-right-56 {
  right: 14rem;
}

.hc-right-60 {
  right: 15rem;
}

.hc-right-64 {
  right: 16rem;
}

.hc-right-72 {
  right: 18rem;
}

.hc-right-80 {
  right: 20rem;
}

.hc-right-96 {
  right: 24rem;
}

.hc-right-128 {
  right: 32rem;
}

.hc-right-144 {
  right: 44rem;
}

.hc-right-900 {
  right: 900px;
}

.hc-right-auto {
  right: auto;
}

.hc-right-px {
  right: 1px;
}

.hc-right-0\.5 {
  right: 0.125rem;
}

.hc-right-1\.5 {
  right: 0.375rem;
}

.hc-right-2\.5 {
  right: 0.625rem;
}

.hc-right-3\.5 {
  right: 0.875rem;
}

.hc--right-0 {
  right: 0px;
}

.hc--right-1 {
  right: -0.25rem;
}

.hc--right-2 {
  right: -0.5rem;
}

.hc--right-3 {
  right: -0.75rem;
}

.hc--right-4 {
  right: -1rem;
}

.hc--right-5 {
  right: -1.25rem;
}

.hc--right-6 {
  right: -1.5rem;
}

.hc--right-7 {
  right: -1.75rem;
}

.hc--right-8 {
  right: -2rem;
}

.hc--right-9 {
  right: -2.25rem;
}

.hc--right-10 {
  right: -2.5rem;
}

.hc--right-11 {
  right: -2.75rem;
}

.hc--right-12 {
  right: -3rem;
}

.hc--right-14 {
  right: -3.5rem;
}

.hc--right-16 {
  right: -4rem;
}

.hc--right-20 {
  right: -5rem;
}

.hc--right-24 {
  right: -6rem;
}

.hc--right-28 {
  right: -7rem;
}

.hc--right-32 {
  right: -8rem;
}

.hc--right-36 {
  right: -9rem;
}

.hc--right-40 {
  right: -10rem;
}

.hc--right-44 {
  right: -11rem;
}

.hc--right-48 {
  right: -12rem;
}

.hc--right-52 {
  right: -13rem;
}

.hc--right-56 {
  right: -14rem;
}

.hc--right-60 {
  right: -15rem;
}

.hc--right-64 {
  right: -16rem;
}

.hc--right-72 {
  right: -18rem;
}

.hc--right-80 {
  right: -20rem;
}

.hc--right-96 {
  right: -24rem;
}

.hc--right-128 {
  right: -32rem;
}

.hc--right-144 {
  right: -44rem;
}

.hc--right-900 {
  right: -900px;
}

.hc--right-px {
  right: -1px;
}

.hc--right-0\.5 {
  right: -0.125rem;
}

.hc--right-1\.5 {
  right: -0.375rem;
}

.hc--right-2\.5 {
  right: -0.625rem;
}

.hc--right-3\.5 {
  right: -0.875rem;
}

.hc-right-1\/2 {
  right: 50%;
}

.hc-right-1\/3 {
  right: 33.333333%;
}

.hc-right-2\/3 {
  right: 66.666667%;
}

.hc-right-1\/4 {
  right: 25%;
}

.hc-right-2\/4 {
  right: 50%;
}

.hc-right-3\/4 {
  right: 75%;
}

.hc-right-full {
  right: 100%;
}

.hc--right-1\/2 {
  right: -50%;
}

.hc--right-1\/3 {
  right: -33.333333%;
}

.hc--right-2\/3 {
  right: -66.666667%;
}

.hc--right-1\/4 {
  right: -25%;
}

.hc--right-2\/4 {
  right: -50%;
}

.hc--right-3\/4 {
  right: -75%;
}

.hc--right-full {
  right: -100%;
}

.hc-bottom-0 {
  bottom: 0px;
}

.hc-bottom-1 {
  bottom: 0.25rem;
}

.hc-bottom-2 {
  bottom: 0.5rem;
}

.hc-bottom-3 {
  bottom: 0.75rem;
}

.hc-bottom-4 {
  bottom: 1rem;
}

.hc-bottom-5 {
  bottom: 1.25rem;
}

.hc-bottom-6 {
  bottom: 1.5rem;
}

.hc-bottom-7 {
  bottom: 1.75rem;
}

.hc-bottom-8 {
  bottom: 2rem;
}

.hc-bottom-9 {
  bottom: 2.25rem;
}

.hc-bottom-10 {
  bottom: 2.5rem;
}

.hc-bottom-11 {
  bottom: 2.75rem;
}

.hc-bottom-12 {
  bottom: 3rem;
}

.hc-bottom-14 {
  bottom: 3.5rem;
}

.hc-bottom-16 {
  bottom: 4rem;
}

.hc-bottom-20 {
  bottom: 5rem;
}

.hc-bottom-24 {
  bottom: 6rem;
}

.hc-bottom-28 {
  bottom: 7rem;
}

.hc-bottom-32 {
  bottom: 8rem;
}

.hc-bottom-36 {
  bottom: 9rem;
}

.hc-bottom-40 {
  bottom: 10rem;
}

.hc-bottom-44 {
  bottom: 11rem;
}

.hc-bottom-48 {
  bottom: 12rem;
}

.hc-bottom-52 {
  bottom: 13rem;
}

.hc-bottom-56 {
  bottom: 14rem;
}

.hc-bottom-60 {
  bottom: 15rem;
}

.hc-bottom-64 {
  bottom: 16rem;
}

.hc-bottom-72 {
  bottom: 18rem;
}

.hc-bottom-80 {
  bottom: 20rem;
}

.hc-bottom-96 {
  bottom: 24rem;
}

.hc-bottom-128 {
  bottom: 32rem;
}

.hc-bottom-144 {
  bottom: 44rem;
}

.hc-bottom-900 {
  bottom: 900px;
}

.hc-bottom-auto {
  bottom: auto;
}

.hc-bottom-px {
  bottom: 1px;
}

.hc-bottom-0\.5 {
  bottom: 0.125rem;
}

.hc-bottom-1\.5 {
  bottom: 0.375rem;
}

.hc-bottom-2\.5 {
  bottom: 0.625rem;
}

.hc-bottom-3\.5 {
  bottom: 0.875rem;
}

.hc--bottom-0 {
  bottom: 0px;
}

.hc--bottom-1 {
  bottom: -0.25rem;
}

.hc--bottom-2 {
  bottom: -0.5rem;
}

.hc--bottom-3 {
  bottom: -0.75rem;
}

.hc--bottom-4 {
  bottom: -1rem;
}

.hc--bottom-5 {
  bottom: -1.25rem;
}

.hc--bottom-6 {
  bottom: -1.5rem;
}

.hc--bottom-7 {
  bottom: -1.75rem;
}

.hc--bottom-8 {
  bottom: -2rem;
}

.hc--bottom-9 {
  bottom: -2.25rem;
}

.hc--bottom-10 {
  bottom: -2.5rem;
}

.hc--bottom-11 {
  bottom: -2.75rem;
}

.hc--bottom-12 {
  bottom: -3rem;
}

.hc--bottom-14 {
  bottom: -3.5rem;
}

.hc--bottom-16 {
  bottom: -4rem;
}

.hc--bottom-20 {
  bottom: -5rem;
}

.hc--bottom-24 {
  bottom: -6rem;
}

.hc--bottom-28 {
  bottom: -7rem;
}

.hc--bottom-32 {
  bottom: -8rem;
}

.hc--bottom-36 {
  bottom: -9rem;
}

.hc--bottom-40 {
  bottom: -10rem;
}

.hc--bottom-44 {
  bottom: -11rem;
}

.hc--bottom-48 {
  bottom: -12rem;
}

.hc--bottom-52 {
  bottom: -13rem;
}

.hc--bottom-56 {
  bottom: -14rem;
}

.hc--bottom-60 {
  bottom: -15rem;
}

.hc--bottom-64 {
  bottom: -16rem;
}

.hc--bottom-72 {
  bottom: -18rem;
}

.hc--bottom-80 {
  bottom: -20rem;
}

.hc--bottom-96 {
  bottom: -24rem;
}

.hc--bottom-128 {
  bottom: -32rem;
}

.hc--bottom-144 {
  bottom: -44rem;
}

.hc--bottom-900 {
  bottom: -900px;
}

.hc--bottom-px {
  bottom: -1px;
}

.hc--bottom-0\.5 {
  bottom: -0.125rem;
}

.hc--bottom-1\.5 {
  bottom: -0.375rem;
}

.hc--bottom-2\.5 {
  bottom: -0.625rem;
}

.hc--bottom-3\.5 {
  bottom: -0.875rem;
}

.hc-bottom-1\/2 {
  bottom: 50%;
}

.hc-bottom-1\/3 {
  bottom: 33.333333%;
}

.hc-bottom-2\/3 {
  bottom: 66.666667%;
}

.hc-bottom-1\/4 {
  bottom: 25%;
}

.hc-bottom-2\/4 {
  bottom: 50%;
}

.hc-bottom-3\/4 {
  bottom: 75%;
}

.hc-bottom-full {
  bottom: 100%;
}

.hc--bottom-1\/2 {
  bottom: -50%;
}

.hc--bottom-1\/3 {
  bottom: -33.333333%;
}

.hc--bottom-2\/3 {
  bottom: -66.666667%;
}

.hc--bottom-1\/4 {
  bottom: -25%;
}

.hc--bottom-2\/4 {
  bottom: -50%;
}

.hc--bottom-3\/4 {
  bottom: -75%;
}

.hc--bottom-full {
  bottom: -100%;
}

.hc-left-0 {
  left: 0px;
}

.hc-left-1 {
  left: 0.25rem;
}

.hc-left-2 {
  left: 0.5rem;
}

.hc-left-3 {
  left: 0.75rem;
}

.hc-left-4 {
  left: 1rem;
}

.hc-left-5 {
  left: 1.25rem;
}

.hc-left-6 {
  left: 1.5rem;
}

.hc-left-7 {
  left: 1.75rem;
}

.hc-left-8 {
  left: 2rem;
}

.hc-left-9 {
  left: 2.25rem;
}

.hc-left-10 {
  left: 2.5rem;
}

.hc-left-11 {
  left: 2.75rem;
}

.hc-left-12 {
  left: 3rem;
}

.hc-left-14 {
  left: 3.5rem;
}

.hc-left-16 {
  left: 4rem;
}

.hc-left-20 {
  left: 5rem;
}

.hc-left-24 {
  left: 6rem;
}

.hc-left-28 {
  left: 7rem;
}

.hc-left-32 {
  left: 8rem;
}

.hc-left-36 {
  left: 9rem;
}

.hc-left-40 {
  left: 10rem;
}

.hc-left-44 {
  left: 11rem;
}

.hc-left-48 {
  left: 12rem;
}

.hc-left-52 {
  left: 13rem;
}

.hc-left-56 {
  left: 14rem;
}

.hc-left-60 {
  left: 15rem;
}

.hc-left-64 {
  left: 16rem;
}

.hc-left-72 {
  left: 18rem;
}

.hc-left-80 {
  left: 20rem;
}

.hc-left-96 {
  left: 24rem;
}

.hc-left-128 {
  left: 32rem;
}

.hc-left-144 {
  left: 44rem;
}

.hc-left-900 {
  left: 900px;
}

.hc-left-auto {
  left: auto;
}

.hc-left-px {
  left: 1px;
}

.hc-left-0\.5 {
  left: 0.125rem;
}

.hc-left-1\.5 {
  left: 0.375rem;
}

.hc-left-2\.5 {
  left: 0.625rem;
}

.hc-left-3\.5 {
  left: 0.875rem;
}

.hc--left-0 {
  left: 0px;
}

.hc--left-1 {
  left: -0.25rem;
}

.hc--left-2 {
  left: -0.5rem;
}

.hc--left-3 {
  left: -0.75rem;
}

.hc--left-4 {
  left: -1rem;
}

.hc--left-5 {
  left: -1.25rem;
}

.hc--left-6 {
  left: -1.5rem;
}

.hc--left-7 {
  left: -1.75rem;
}

.hc--left-8 {
  left: -2rem;
}

.hc--left-9 {
  left: -2.25rem;
}

.hc--left-10 {
  left: -2.5rem;
}

.hc--left-11 {
  left: -2.75rem;
}

.hc--left-12 {
  left: -3rem;
}

.hc--left-14 {
  left: -3.5rem;
}

.hc--left-16 {
  left: -4rem;
}

.hc--left-20 {
  left: -5rem;
}

.hc--left-24 {
  left: -6rem;
}

.hc--left-28 {
  left: -7rem;
}

.hc--left-32 {
  left: -8rem;
}

.hc--left-36 {
  left: -9rem;
}

.hc--left-40 {
  left: -10rem;
}

.hc--left-44 {
  left: -11rem;
}

.hc--left-48 {
  left: -12rem;
}

.hc--left-52 {
  left: -13rem;
}

.hc--left-56 {
  left: -14rem;
}

.hc--left-60 {
  left: -15rem;
}

.hc--left-64 {
  left: -16rem;
}

.hc--left-72 {
  left: -18rem;
}

.hc--left-80 {
  left: -20rem;
}

.hc--left-96 {
  left: -24rem;
}

.hc--left-128 {
  left: -32rem;
}

.hc--left-144 {
  left: -44rem;
}

.hc--left-900 {
  left: -900px;
}

.hc--left-px {
  left: -1px;
}

.hc--left-0\.5 {
  left: -0.125rem;
}

.hc--left-1\.5 {
  left: -0.375rem;
}

.hc--left-2\.5 {
  left: -0.625rem;
}

.hc--left-3\.5 {
  left: -0.875rem;
}

.hc-left-1\/2 {
  left: 50%;
}

.hc-left-1\/3 {
  left: 33.333333%;
}

.hc-left-2\/3 {
  left: 66.666667%;
}

.hc-left-1\/4 {
  left: 25%;
}

.hc-left-2\/4 {
  left: 50%;
}

.hc-left-3\/4 {
  left: 75%;
}

.hc-left-full {
  left: 100%;
}

.hc--left-1\/2 {
  left: -50%;
}

.hc--left-1\/3 {
  left: -33.333333%;
}

.hc--left-2\/3 {
  left: -66.666667%;
}

.hc--left-1\/4 {
  left: -25%;
}

.hc--left-2\/4 {
  left: -50%;
}

.hc--left-3\/4 {
  left: -75%;
}

.hc--left-full {
  left: -100%;
}

.hc-isolate {
  isolation: isolate;
}

.hc-isolation-auto {
  isolation: auto;
}

.hc-z-0 {
  z-index: 0;
}

.hc-z-10 {
  z-index: 10;
}

.hc-z-20 {
  z-index: 20;
}

.hc-z-30 {
  z-index: 30;
}

.hc-z-40 {
  z-index: 40;
}

.hc-z-50 {
  z-index: 50;
}

.hc-z-auto {
  z-index: auto;
}

.focus-within\:hc-z-0:focus-within {
  z-index: 0;
}

.focus-within\:hc-z-10:focus-within {
  z-index: 10;
}

.focus-within\:hc-z-20:focus-within {
  z-index: 20;
}

.focus-within\:hc-z-30:focus-within {
  z-index: 30;
}

.focus-within\:hc-z-40:focus-within {
  z-index: 40;
}

.focus-within\:hc-z-50:focus-within {
  z-index: 50;
}

.focus-within\:hc-z-auto:focus-within {
  z-index: auto;
}

.focus\:hc-z-0:focus {
  z-index: 0;
}

.focus\:hc-z-10:focus {
  z-index: 10;
}

.focus\:hc-z-20:focus {
  z-index: 20;
}

.focus\:hc-z-30:focus {
  z-index: 30;
}

.focus\:hc-z-40:focus {
  z-index: 40;
}

.focus\:hc-z-50:focus {
  z-index: 50;
}

.focus\:hc-z-auto:focus {
  z-index: auto;
}

.hc-order-1 {
  order: 1;
}

.hc-order-2 {
  order: 2;
}

.hc-order-3 {
  order: 3;
}

.hc-order-4 {
  order: 4;
}

.hc-order-5 {
  order: 5;
}

.hc-order-6 {
  order: 6;
}

.hc-order-7 {
  order: 7;
}

.hc-order-8 {
  order: 8;
}

.hc-order-9 {
  order: 9;
}

.hc-order-10 {
  order: 10;
}

.hc-order-11 {
  order: 11;
}

.hc-order-12 {
  order: 12;
}

.hc-order-first {
  order: -9999;
}

.hc-order-last {
  order: 9999;
}

.hc-order-none {
  order: 0;
}

.hc-col-auto {
  grid-column: auto;
}

.hc-col-span-1 {
  grid-column: span 1 / span 1;
}

.hc-col-span-2 {
  grid-column: span 2 / span 2;
}

.hc-col-span-3 {
  grid-column: span 3 / span 3;
}

.hc-col-span-4 {
  grid-column: span 4 / span 4;
}

.hc-col-span-5 {
  grid-column: span 5 / span 5;
}

.hc-col-span-6 {
  grid-column: span 6 / span 6;
}

.hc-col-span-7 {
  grid-column: span 7 / span 7;
}

.hc-col-span-8 {
  grid-column: span 8 / span 8;
}

.hc-col-span-9 {
  grid-column: span 9 / span 9;
}

.hc-col-span-10 {
  grid-column: span 10 / span 10;
}

.hc-col-span-11 {
  grid-column: span 11 / span 11;
}

.hc-col-span-12 {
  grid-column: span 12 / span 12;
}

.hc-col-span-full {
  grid-column: 1 / -1;
}

.hc-col-start-1 {
  grid-column-start: 1;
}

.hc-col-start-2 {
  grid-column-start: 2;
}

.hc-col-start-3 {
  grid-column-start: 3;
}

.hc-col-start-4 {
  grid-column-start: 4;
}

.hc-col-start-5 {
  grid-column-start: 5;
}

.hc-col-start-6 {
  grid-column-start: 6;
}

.hc-col-start-7 {
  grid-column-start: 7;
}

.hc-col-start-8 {
  grid-column-start: 8;
}

.hc-col-start-9 {
  grid-column-start: 9;
}

.hc-col-start-10 {
  grid-column-start: 10;
}

.hc-col-start-11 {
  grid-column-start: 11;
}

.hc-col-start-12 {
  grid-column-start: 12;
}

.hc-col-start-13 {
  grid-column-start: 13;
}

.hc-col-start-auto {
  grid-column-start: auto;
}

.hc-col-end-1 {
  grid-column-end: 1;
}

.hc-col-end-2 {
  grid-column-end: 2;
}

.hc-col-end-3 {
  grid-column-end: 3;
}

.hc-col-end-4 {
  grid-column-end: 4;
}

.hc-col-end-5 {
  grid-column-end: 5;
}

.hc-col-end-6 {
  grid-column-end: 6;
}

.hc-col-end-7 {
  grid-column-end: 7;
}

.hc-col-end-8 {
  grid-column-end: 8;
}

.hc-col-end-9 {
  grid-column-end: 9;
}

.hc-col-end-10 {
  grid-column-end: 10;
}

.hc-col-end-11 {
  grid-column-end: 11;
}

.hc-col-end-12 {
  grid-column-end: 12;
}

.hc-col-end-13 {
  grid-column-end: 13;
}

.hc-col-end-auto {
  grid-column-end: auto;
}

.hc-row-auto {
  grid-row: auto;
}

.hc-row-span-1 {
  grid-row: span 1 / span 1;
}

.hc-row-span-2 {
  grid-row: span 2 / span 2;
}

.hc-row-span-3 {
  grid-row: span 3 / span 3;
}

.hc-row-span-4 {
  grid-row: span 4 / span 4;
}

.hc-row-span-5 {
  grid-row: span 5 / span 5;
}

.hc-row-span-6 {
  grid-row: span 6 / span 6;
}

.hc-row-span-full {
  grid-row: 1 / -1;
}

.hc-row-start-1 {
  grid-row-start: 1;
}

.hc-row-start-2 {
  grid-row-start: 2;
}

.hc-row-start-3 {
  grid-row-start: 3;
}

.hc-row-start-4 {
  grid-row-start: 4;
}

.hc-row-start-5 {
  grid-row-start: 5;
}

.hc-row-start-6 {
  grid-row-start: 6;
}

.hc-row-start-7 {
  grid-row-start: 7;
}

.hc-row-start-auto {
  grid-row-start: auto;
}

.hc-row-end-1 {
  grid-row-end: 1;
}

.hc-row-end-2 {
  grid-row-end: 2;
}

.hc-row-end-3 {
  grid-row-end: 3;
}

.hc-row-end-4 {
  grid-row-end: 4;
}

.hc-row-end-5 {
  grid-row-end: 5;
}

.hc-row-end-6 {
  grid-row-end: 6;
}

.hc-row-end-7 {
  grid-row-end: 7;
}

.hc-row-end-auto {
  grid-row-end: auto;
}

.hc-float-right {
  float: right;
}

.hc-float-left {
  float: left;
}

.hc-float-none {
  float: none;
}

.hc-clear-left {
  clear: left;
}

.hc-clear-right {
  clear: right;
}

.hc-clear-both {
  clear: both;
}

.hc-clear-none {
  clear: none;
}

.hc-m-0 {
  margin: 0px;
}

.hc-m-1 {
  margin: 0.25rem;
}

.hc-m-2 {
  margin: 0.5rem;
}

.hc-m-3 {
  margin: 0.75rem;
}

.hc-m-4 {
  margin: 1rem;
}

.hc-m-5 {
  margin: 1.25rem;
}

.hc-m-6 {
  margin: 1.5rem;
}

.hc-m-7 {
  margin: 1.75rem;
}

.hc-m-8 {
  margin: 2rem;
}

.hc-m-9 {
  margin: 2.25rem;
}

.hc-m-10 {
  margin: 2.5rem;
}

.hc-m-11 {
  margin: 2.75rem;
}

.hc-m-12 {
  margin: 3rem;
}

.hc-m-14 {
  margin: 3.5rem;
}

.hc-m-16 {
  margin: 4rem;
}

.hc-m-20 {
  margin: 5rem;
}

.hc-m-24 {
  margin: 6rem;
}

.hc-m-28 {
  margin: 7rem;
}

.hc-m-32 {
  margin: 8rem;
}

.hc-m-36 {
  margin: 9rem;
}

.hc-m-40 {
  margin: 10rem;
}

.hc-m-44 {
  margin: 11rem;
}

.hc-m-48 {
  margin: 12rem;
}

.hc-m-52 {
  margin: 13rem;
}

.hc-m-56 {
  margin: 14rem;
}

.hc-m-60 {
  margin: 15rem;
}

.hc-m-64 {
  margin: 16rem;
}

.hc-m-72 {
  margin: 18rem;
}

.hc-m-80 {
  margin: 20rem;
}

.hc-m-96 {
  margin: 24rem;
}

.hc-m-128 {
  margin: 32rem;
}

.hc-m-144 {
  margin: 44rem;
}

.hc-m-900 {
  margin: 900px;
}

.hc-m-auto {
  margin: auto;
}

.hc-m-px {
  margin: 1px;
}

.hc-m-0\.5 {
  margin: 0.125rem;
}

.hc-m-1\.5 {
  margin: 0.375rem;
}

.hc-m-2\.5 {
  margin: 0.625rem;
}

.hc-m-3\.5 {
  margin: 0.875rem;
}

.hc--m-0 {
  margin: 0px;
}

.hc--m-1 {
  margin: -0.25rem;
}

.hc--m-2 {
  margin: -0.5rem;
}

.hc--m-3 {
  margin: -0.75rem;
}

.hc--m-4 {
  margin: -1rem;
}

.hc--m-5 {
  margin: -1.25rem;
}

.hc--m-6 {
  margin: -1.5rem;
}

.hc--m-7 {
  margin: -1.75rem;
}

.hc--m-8 {
  margin: -2rem;
}

.hc--m-9 {
  margin: -2.25rem;
}

.hc--m-10 {
  margin: -2.5rem;
}

.hc--m-11 {
  margin: -2.75rem;
}

.hc--m-12 {
  margin: -3rem;
}

.hc--m-14 {
  margin: -3.5rem;
}

.hc--m-16 {
  margin: -4rem;
}

.hc--m-20 {
  margin: -5rem;
}

.hc--m-24 {
  margin: -6rem;
}

.hc--m-28 {
  margin: -7rem;
}

.hc--m-32 {
  margin: -8rem;
}

.hc--m-36 {
  margin: -9rem;
}

.hc--m-40 {
  margin: -10rem;
}

.hc--m-44 {
  margin: -11rem;
}

.hc--m-48 {
  margin: -12rem;
}

.hc--m-52 {
  margin: -13rem;
}

.hc--m-56 {
  margin: -14rem;
}

.hc--m-60 {
  margin: -15rem;
}

.hc--m-64 {
  margin: -16rem;
}

.hc--m-72 {
  margin: -18rem;
}

.hc--m-80 {
  margin: -20rem;
}

.hc--m-96 {
  margin: -24rem;
}

.hc--m-128 {
  margin: -32rem;
}

.hc--m-144 {
  margin: -44rem;
}

.hc--m-900 {
  margin: -900px;
}

.hc--m-px {
  margin: -1px;
}

.hc--m-0\.5 {
  margin: -0.125rem;
}

.hc--m-1\.5 {
  margin: -0.375rem;
}

.hc--m-2\.5 {
  margin: -0.625rem;
}

.hc--m-3\.5 {
  margin: -0.875rem;
}

.hc-mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.hc-mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.hc-mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.hc-mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.hc-mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.hc-mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.hc-mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.hc-mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.hc-mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.hc-mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.hc-mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.hc-mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.hc-mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.hc-mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.hc-mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.hc-mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.hc-mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.hc-mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.hc-mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.hc-mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.hc-mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.hc-mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.hc-mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.hc-mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.hc-mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.hc-mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.hc-mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.hc-mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}

.hc-mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.hc-mx-96 {
  margin-left: 24rem;
  margin-right: 24rem;
}

.hc-mx-128 {
  margin-left: 32rem;
  margin-right: 32rem;
}

.hc-mx-144 {
  margin-left: 44rem;
  margin-right: 44rem;
}

.hc-mx-900 {
  margin-left: 900px;
  margin-right: 900px;
}

.hc-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.hc-mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.hc-mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.hc-mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.hc-mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.hc-mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.hc--mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.hc--mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.hc--mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.hc--mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.hc--mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.hc--mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.hc--mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.hc--mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.hc--mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.hc--mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.hc--mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.hc--mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.hc--mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.hc--mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.hc--mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.hc--mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.hc--mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.hc--mx-28 {
  margin-left: -7rem;
  margin-right: -7rem;
}

.hc--mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.hc--mx-36 {
  margin-left: -9rem;
  margin-right: -9rem;
}

.hc--mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.hc--mx-44 {
  margin-left: -11rem;
  margin-right: -11rem;
}

.hc--mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.hc--mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}

.hc--mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.hc--mx-60 {
  margin-left: -15rem;
  margin-right: -15rem;
}

.hc--mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.hc--mx-72 {
  margin-left: -18rem;
  margin-right: -18rem;
}

.hc--mx-80 {
  margin-left: -20rem;
  margin-right: -20rem;
}

.hc--mx-96 {
  margin-left: -24rem;
  margin-right: -24rem;
}

.hc--mx-128 {
  margin-left: -32rem;
  margin-right: -32rem;
}

.hc--mx-144 {
  margin-left: -44rem;
  margin-right: -44rem;
}

.hc--mx-900 {
  margin-left: -900px;
  margin-right: -900px;
}

.hc--mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.hc--mx-0\.5 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.hc--mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.hc--mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.hc--mx-3\.5 {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.hc-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.hc-my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.hc-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.hc-my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.hc-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hc-my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.hc-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.hc-my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.hc-my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.hc-my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.hc-my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.hc-my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.hc-my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.hc-my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.hc-my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.hc-my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.hc-my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.hc-my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.hc-my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.hc-my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.hc-my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.hc-my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.hc-my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.hc-my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.hc-my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.hc-my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.hc-my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.hc-my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.hc-my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.hc-my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.hc-my-128 {
  margin-top: 32rem;
  margin-bottom: 32rem;
}

.hc-my-144 {
  margin-top: 44rem;
  margin-bottom: 44rem;
}

.hc-my-900 {
  margin-top: 900px;
  margin-bottom: 900px;
}

.hc-my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.hc-my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.hc-my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.hc-my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.hc-my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.hc-my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.hc--my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.hc--my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.hc--my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.hc--my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.hc--my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.hc--my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.hc--my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.hc--my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.hc--my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.hc--my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.hc--my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.hc--my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.hc--my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.hc--my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.hc--my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.hc--my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.hc--my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.hc--my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.hc--my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.hc--my-36 {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.hc--my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.hc--my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.hc--my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.hc--my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.hc--my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.hc--my-60 {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.hc--my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.hc--my-72 {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.hc--my-80 {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.hc--my-96 {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.hc--my-128 {
  margin-top: -32rem;
  margin-bottom: -32rem;
}

.hc--my-144 {
  margin-top: -44rem;
  margin-bottom: -44rem;
}

.hc--my-900 {
  margin-top: -900px;
  margin-bottom: -900px;
}

.hc--my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.hc--my-0\.5 {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.hc--my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.hc--my-2\.5 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.hc--my-3\.5 {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.hc-mt-0 {
  margin-top: 0px;
}

.hc-mt-1 {
  margin-top: 0.25rem;
}

.hc-mt-2 {
  margin-top: 0.5rem;
}

.hc-mt-3 {
  margin-top: 0.75rem;
}

.hc-mt-4 {
  margin-top: 1rem;
}

.hc-mt-5 {
  margin-top: 1.25rem;
}

.hc-mt-6 {
  margin-top: 1.5rem;
}

.hc-mt-7 {
  margin-top: 1.75rem;
}

.hc-mt-8 {
  margin-top: 2rem;
}

.hc-mt-9 {
  margin-top: 2.25rem;
}

.hc-mt-10 {
  margin-top: 2.5rem;
}

.hc-mt-11 {
  margin-top: 2.75rem;
}

.hc-mt-12 {
  margin-top: 3rem;
}

.hc-mt-14 {
  margin-top: 3.5rem;
}

.hc-mt-16 {
  margin-top: 4rem;
}

.hc-mt-20 {
  margin-top: 5rem;
}

.hc-mt-24 {
  margin-top: 6rem;
}

.hc-mt-28 {
  margin-top: 7rem;
}

.hc-mt-32 {
  margin-top: 8rem;
}

.hc-mt-36 {
  margin-top: 9rem;
}

.hc-mt-40 {
  margin-top: 10rem;
}

.hc-mt-44 {
  margin-top: 11rem;
}

.hc-mt-48 {
  margin-top: 12rem;
}

.hc-mt-52 {
  margin-top: 13rem;
}

.hc-mt-56 {
  margin-top: 14rem;
}

.hc-mt-60 {
  margin-top: 15rem;
}

.hc-mt-64 {
  margin-top: 16rem;
}

.hc-mt-72 {
  margin-top: 18rem;
}

.hc-mt-80 {
  margin-top: 20rem;
}

.hc-mt-96 {
  margin-top: 24rem;
}

.hc-mt-128 {
  margin-top: 32rem;
}

.hc-mt-144 {
  margin-top: 44rem;
}

.hc-mt-900 {
  margin-top: 900px;
}

.hc-mt-auto {
  margin-top: auto;
}

.hc-mt-px {
  margin-top: 1px;
}

.hc-mt-0\.5 {
  margin-top: 0.125rem;
}

.hc-mt-1\.5 {
  margin-top: 0.375rem;
}

.hc-mt-2\.5 {
  margin-top: 0.625rem;
}

.hc-mt-3\.5 {
  margin-top: 0.875rem;
}

.hc--mt-0 {
  margin-top: 0px;
}

.hc--mt-1 {
  margin-top: -0.25rem;
}

.hc--mt-2 {
  margin-top: -0.5rem;
}

.hc--mt-3 {
  margin-top: -0.75rem;
}

.hc--mt-4 {
  margin-top: -1rem;
}

.hc--mt-5 {
  margin-top: -1.25rem;
}

.hc--mt-6 {
  margin-top: -1.5rem;
}

.hc--mt-7 {
  margin-top: -1.75rem;
}

.hc--mt-8 {
  margin-top: -2rem;
}

.hc--mt-9 {
  margin-top: -2.25rem;
}

.hc--mt-10 {
  margin-top: -2.5rem;
}

.hc--mt-11 {
  margin-top: -2.75rem;
}

.hc--mt-12 {
  margin-top: -3rem;
}

.hc--mt-14 {
  margin-top: -3.5rem;
}

.hc--mt-16 {
  margin-top: -4rem;
}

.hc--mt-20 {
  margin-top: -5rem;
}

.hc--mt-24 {
  margin-top: -6rem;
}

.hc--mt-28 {
  margin-top: -7rem;
}

.hc--mt-32 {
  margin-top: -8rem;
}

.hc--mt-36 {
  margin-top: -9rem;
}

.hc--mt-40 {
  margin-top: -10rem;
}

.hc--mt-44 {
  margin-top: -11rem;
}

.hc--mt-48 {
  margin-top: -12rem;
}

.hc--mt-52 {
  margin-top: -13rem;
}

.hc--mt-56 {
  margin-top: -14rem;
}

.hc--mt-60 {
  margin-top: -15rem;
}

.hc--mt-64 {
  margin-top: -16rem;
}

.hc--mt-72 {
  margin-top: -18rem;
}

.hc--mt-80 {
  margin-top: -20rem;
}

.hc--mt-96 {
  margin-top: -24rem;
}

.hc--mt-128 {
  margin-top: -32rem;
}

.hc--mt-144 {
  margin-top: -44rem;
}

.hc--mt-900 {
  margin-top: -900px;
}

.hc--mt-px {
  margin-top: -1px;
}

.hc--mt-0\.5 {
  margin-top: -0.125rem;
}

.hc--mt-1\.5 {
  margin-top: -0.375rem;
}

.hc--mt-2\.5 {
  margin-top: -0.625rem;
}

.hc--mt-3\.5 {
  margin-top: -0.875rem;
}

.hc-mr-0 {
  margin-right: 0px;
}

.hc-mr-1 {
  margin-right: 0.25rem;
}

.hc-mr-2 {
  margin-right: 0.5rem;
}

.hc-mr-3 {
  margin-right: 0.75rem;
}

.hc-mr-4 {
  margin-right: 1rem;
}

.hc-mr-5 {
  margin-right: 1.25rem;
}

.hc-mr-6 {
  margin-right: 1.5rem;
}

.hc-mr-7 {
  margin-right: 1.75rem;
}

.hc-mr-8 {
  margin-right: 2rem;
}

.hc-mr-9 {
  margin-right: 2.25rem;
}

.hc-mr-10 {
  margin-right: 2.5rem;
}

.hc-mr-11 {
  margin-right: 2.75rem;
}

.hc-mr-12 {
  margin-right: 3rem;
}

.hc-mr-14 {
  margin-right: 3.5rem;
}

.hc-mr-16 {
  margin-right: 4rem;
}

.hc-mr-20 {
  margin-right: 5rem;
}

.hc-mr-24 {
  margin-right: 6rem;
}

.hc-mr-28 {
  margin-right: 7rem;
}

.hc-mr-32 {
  margin-right: 8rem;
}

.hc-mr-36 {
  margin-right: 9rem;
}

.hc-mr-40 {
  margin-right: 10rem;
}

.hc-mr-44 {
  margin-right: 11rem;
}

.hc-mr-48 {
  margin-right: 12rem;
}

.hc-mr-52 {
  margin-right: 13rem;
}

.hc-mr-56 {
  margin-right: 14rem;
}

.hc-mr-60 {
  margin-right: 15rem;
}

.hc-mr-64 {
  margin-right: 16rem;
}

.hc-mr-72 {
  margin-right: 18rem;
}

.hc-mr-80 {
  margin-right: 20rem;
}

.hc-mr-96 {
  margin-right: 24rem;
}

.hc-mr-128 {
  margin-right: 32rem;
}

.hc-mr-144 {
  margin-right: 44rem;
}

.hc-mr-900 {
  margin-right: 900px;
}

.hc-mr-auto {
  margin-right: auto;
}

.hc-mr-px {
  margin-right: 1px;
}

.hc-mr-0\.5 {
  margin-right: 0.125rem;
}

.hc-mr-1\.5 {
  margin-right: 0.375rem;
}

.hc-mr-2\.5 {
  margin-right: 0.625rem;
}

.hc-mr-3\.5 {
  margin-right: 0.875rem;
}

.hc--mr-0 {
  margin-right: 0px;
}

.hc--mr-1 {
  margin-right: -0.25rem;
}

.hc--mr-2 {
  margin-right: -0.5rem;
}

.hc--mr-3 {
  margin-right: -0.75rem;
}

.hc--mr-4 {
  margin-right: -1rem;
}

.hc--mr-5 {
  margin-right: -1.25rem;
}

.hc--mr-6 {
  margin-right: -1.5rem;
}

.hc--mr-7 {
  margin-right: -1.75rem;
}

.hc--mr-8 {
  margin-right: -2rem;
}

.hc--mr-9 {
  margin-right: -2.25rem;
}

.hc--mr-10 {
  margin-right: -2.5rem;
}

.hc--mr-11 {
  margin-right: -2.75rem;
}

.hc--mr-12 {
  margin-right: -3rem;
}

.hc--mr-14 {
  margin-right: -3.5rem;
}

.hc--mr-16 {
  margin-right: -4rem;
}

.hc--mr-20 {
  margin-right: -5rem;
}

.hc--mr-24 {
  margin-right: -6rem;
}

.hc--mr-28 {
  margin-right: -7rem;
}

.hc--mr-32 {
  margin-right: -8rem;
}

.hc--mr-36 {
  margin-right: -9rem;
}

.hc--mr-40 {
  margin-right: -10rem;
}

.hc--mr-44 {
  margin-right: -11rem;
}

.hc--mr-48 {
  margin-right: -12rem;
}

.hc--mr-52 {
  margin-right: -13rem;
}

.hc--mr-56 {
  margin-right: -14rem;
}

.hc--mr-60 {
  margin-right: -15rem;
}

.hc--mr-64 {
  margin-right: -16rem;
}

.hc--mr-72 {
  margin-right: -18rem;
}

.hc--mr-80 {
  margin-right: -20rem;
}

.hc--mr-96 {
  margin-right: -24rem;
}

.hc--mr-128 {
  margin-right: -32rem;
}

.hc--mr-144 {
  margin-right: -44rem;
}

.hc--mr-900 {
  margin-right: -900px;
}

.hc--mr-px {
  margin-right: -1px;
}

.hc--mr-0\.5 {
  margin-right: -0.125rem;
}

.hc--mr-1\.5 {
  margin-right: -0.375rem;
}

.hc--mr-2\.5 {
  margin-right: -0.625rem;
}

.hc--mr-3\.5 {
  margin-right: -0.875rem;
}

.hc-mb-0 {
  margin-bottom: 0px;
}

.hc-mb-1 {
  margin-bottom: 0.25rem;
}

.hc-mb-2 {
  margin-bottom: 0.5rem;
}

.hc-mb-3 {
  margin-bottom: 0.75rem;
}

.hc-mb-4 {
  margin-bottom: 1rem;
}

.hc-mb-5 {
  margin-bottom: 1.25rem;
}

.hc-mb-6 {
  margin-bottom: 1.5rem;
}

.hc-mb-7 {
  margin-bottom: 1.75rem;
}

.hc-mb-8 {
  margin-bottom: 2rem;
}

.hc-mb-9 {
  margin-bottom: 2.25rem;
}

.hc-mb-10 {
  margin-bottom: 2.5rem;
}

.hc-mb-11 {
  margin-bottom: 2.75rem;
}

.hc-mb-12 {
  margin-bottom: 3rem;
}

.hc-mb-14 {
  margin-bottom: 3.5rem;
}

.hc-mb-16 {
  margin-bottom: 4rem;
}

.hc-mb-20 {
  margin-bottom: 5rem;
}

.hc-mb-24 {
  margin-bottom: 6rem;
}

.hc-mb-28 {
  margin-bottom: 7rem;
}

.hc-mb-32 {
  margin-bottom: 8rem;
}

.hc-mb-36 {
  margin-bottom: 9rem;
}

.hc-mb-40 {
  margin-bottom: 10rem;
}

.hc-mb-44 {
  margin-bottom: 11rem;
}

.hc-mb-48 {
  margin-bottom: 12rem;
}

.hc-mb-52 {
  margin-bottom: 13rem;
}

.hc-mb-56 {
  margin-bottom: 14rem;
}

.hc-mb-60 {
  margin-bottom: 15rem;
}

.hc-mb-64 {
  margin-bottom: 16rem;
}

.hc-mb-72 {
  margin-bottom: 18rem;
}

.hc-mb-80 {
  margin-bottom: 20rem;
}

.hc-mb-96 {
  margin-bottom: 24rem;
}

.hc-mb-128 {
  margin-bottom: 32rem;
}

.hc-mb-144 {
  margin-bottom: 44rem;
}

.hc-mb-900 {
  margin-bottom: 900px;
}

.hc-mb-auto {
  margin-bottom: auto;
}

.hc-mb-px {
  margin-bottom: 1px;
}

.hc-mb-0\.5 {
  margin-bottom: 0.125rem;
}

.hc-mb-1\.5 {
  margin-bottom: 0.375rem;
}

.hc-mb-2\.5 {
  margin-bottom: 0.625rem;
}

.hc-mb-3\.5 {
  margin-bottom: 0.875rem;
}

.hc--mb-0 {
  margin-bottom: 0px;
}

.hc--mb-1 {
  margin-bottom: -0.25rem;
}

.hc--mb-2 {
  margin-bottom: -0.5rem;
}

.hc--mb-3 {
  margin-bottom: -0.75rem;
}

.hc--mb-4 {
  margin-bottom: -1rem;
}

.hc--mb-5 {
  margin-bottom: -1.25rem;
}

.hc--mb-6 {
  margin-bottom: -1.5rem;
}

.hc--mb-7 {
  margin-bottom: -1.75rem;
}

.hc--mb-8 {
  margin-bottom: -2rem;
}

.hc--mb-9 {
  margin-bottom: -2.25rem;
}

.hc--mb-10 {
  margin-bottom: -2.5rem;
}

.hc--mb-11 {
  margin-bottom: -2.75rem;
}

.hc--mb-12 {
  margin-bottom: -3rem;
}

.hc--mb-14 {
  margin-bottom: -3.5rem;
}

.hc--mb-16 {
  margin-bottom: -4rem;
}

.hc--mb-20 {
  margin-bottom: -5rem;
}

.hc--mb-24 {
  margin-bottom: -6rem;
}

.hc--mb-28 {
  margin-bottom: -7rem;
}

.hc--mb-32 {
  margin-bottom: -8rem;
}

.hc--mb-36 {
  margin-bottom: -9rem;
}

.hc--mb-40 {
  margin-bottom: -10rem;
}

.hc--mb-44 {
  margin-bottom: -11rem;
}

.hc--mb-48 {
  margin-bottom: -12rem;
}

.hc--mb-52 {
  margin-bottom: -13rem;
}

.hc--mb-56 {
  margin-bottom: -14rem;
}

.hc--mb-60 {
  margin-bottom: -15rem;
}

.hc--mb-64 {
  margin-bottom: -16rem;
}

.hc--mb-72 {
  margin-bottom: -18rem;
}

.hc--mb-80 {
  margin-bottom: -20rem;
}

.hc--mb-96 {
  margin-bottom: -24rem;
}

.hc--mb-128 {
  margin-bottom: -32rem;
}

.hc--mb-144 {
  margin-bottom: -44rem;
}

.hc--mb-900 {
  margin-bottom: -900px;
}

.hc--mb-px {
  margin-bottom: -1px;
}

.hc--mb-0\.5 {
  margin-bottom: -0.125rem;
}

.hc--mb-1\.5 {
  margin-bottom: -0.375rem;
}

.hc--mb-2\.5 {
  margin-bottom: -0.625rem;
}

.hc--mb-3\.5 {
  margin-bottom: -0.875rem;
}

.hc-ml-0 {
  margin-left: 0px;
}

.hc-ml-1 {
  margin-left: 0.25rem;
}

.hc-ml-2 {
  margin-left: 0.5rem;
}

.hc-ml-3 {
  margin-left: 0.75rem;
}

.hc-ml-4 {
  margin-left: 1rem;
}

.hc-ml-5 {
  margin-left: 1.25rem;
}

.hc-ml-6 {
  margin-left: 1.5rem;
}

.hc-ml-7 {
  margin-left: 1.75rem;
}

.hc-ml-8 {
  margin-left: 2rem;
}

.hc-ml-9 {
  margin-left: 2.25rem;
}

.hc-ml-10 {
  margin-left: 2.5rem;
}

.hc-ml-11 {
  margin-left: 2.75rem;
}

.hc-ml-12 {
  margin-left: 3rem;
}

.hc-ml-14 {
  margin-left: 3.5rem;
}

.hc-ml-16 {
  margin-left: 4rem;
}

.hc-ml-20 {
  margin-left: 5rem;
}

.hc-ml-24 {
  margin-left: 6rem;
}

.hc-ml-28 {
  margin-left: 7rem;
}

.hc-ml-32 {
  margin-left: 8rem;
}

.hc-ml-36 {
  margin-left: 9rem;
}

.hc-ml-40 {
  margin-left: 10rem;
}

.hc-ml-44 {
  margin-left: 11rem;
}

.hc-ml-48 {
  margin-left: 12rem;
}

.hc-ml-52 {
  margin-left: 13rem;
}

.hc-ml-56 {
  margin-left: 14rem;
}

.hc-ml-60 {
  margin-left: 15rem;
}

.hc-ml-64 {
  margin-left: 16rem;
}

.hc-ml-72 {
  margin-left: 18rem;
}

.hc-ml-80 {
  margin-left: 20rem;
}

.hc-ml-96 {
  margin-left: 24rem;
}

.hc-ml-128 {
  margin-left: 32rem;
}

.hc-ml-144 {
  margin-left: 44rem;
}

.hc-ml-900 {
  margin-left: 900px;
}

.hc-ml-auto {
  margin-left: auto;
}

.hc-ml-px {
  margin-left: 1px;
}

.hc-ml-0\.5 {
  margin-left: 0.125rem;
}

.hc-ml-1\.5 {
  margin-left: 0.375rem;
}

.hc-ml-2\.5 {
  margin-left: 0.625rem;
}

.hc-ml-3\.5 {
  margin-left: 0.875rem;
}

.hc--ml-0 {
  margin-left: 0px;
}

.hc--ml-1 {
  margin-left: -0.25rem;
}

.hc--ml-2 {
  margin-left: -0.5rem;
}

.hc--ml-3 {
  margin-left: -0.75rem;
}

.hc--ml-4 {
  margin-left: -1rem;
}

.hc--ml-5 {
  margin-left: -1.25rem;
}

.hc--ml-6 {
  margin-left: -1.5rem;
}

.hc--ml-7 {
  margin-left: -1.75rem;
}

.hc--ml-8 {
  margin-left: -2rem;
}

.hc--ml-9 {
  margin-left: -2.25rem;
}

.hc--ml-10 {
  margin-left: -2.5rem;
}

.hc--ml-11 {
  margin-left: -2.75rem;
}

.hc--ml-12 {
  margin-left: -3rem;
}

.hc--ml-14 {
  margin-left: -3.5rem;
}

.hc--ml-16 {
  margin-left: -4rem;
}

.hc--ml-20 {
  margin-left: -5rem;
}

.hc--ml-24 {
  margin-left: -6rem;
}

.hc--ml-28 {
  margin-left: -7rem;
}

.hc--ml-32 {
  margin-left: -8rem;
}

.hc--ml-36 {
  margin-left: -9rem;
}

.hc--ml-40 {
  margin-left: -10rem;
}

.hc--ml-44 {
  margin-left: -11rem;
}

.hc--ml-48 {
  margin-left: -12rem;
}

.hc--ml-52 {
  margin-left: -13rem;
}

.hc--ml-56 {
  margin-left: -14rem;
}

.hc--ml-60 {
  margin-left: -15rem;
}

.hc--ml-64 {
  margin-left: -16rem;
}

.hc--ml-72 {
  margin-left: -18rem;
}

.hc--ml-80 {
  margin-left: -20rem;
}

.hc--ml-96 {
  margin-left: -24rem;
}

.hc--ml-128 {
  margin-left: -32rem;
}

.hc--ml-144 {
  margin-left: -44rem;
}

.hc--ml-900 {
  margin-left: -900px;
}

.hc--ml-px {
  margin-left: -1px;
}

.hc--ml-0\.5 {
  margin-left: -0.125rem;
}

.hc--ml-1\.5 {
  margin-left: -0.375rem;
}

.hc--ml-2\.5 {
  margin-left: -0.625rem;
}

.hc--ml-3\.5 {
  margin-left: -0.875rem;
}

.hc-box-border {
  box-sizing: border-box;
}

.hc-box-content {
  box-sizing: content-box;
}

.hc-block {
  display: block;
}

.hc-inline-block {
  display: inline-block;
}

.hc-inline {
  display: inline;
}

.hc-flex {
  display: flex;
}

.hc-inline-flex {
  display: inline-flex;
}

.hc-table {
  display: table;
}

.hc-inline-table {
  display: inline-table;
}

.hc-table-caption {
  display: table-caption;
}

.hc-table-cell {
  display: table-cell;
}

.hc-table-column {
  display: table-column;
}

.hc-table-column-group {
  display: table-column-group;
}

.hc-table-footer-group {
  display: table-footer-group;
}

.hc-table-header-group {
  display: table-header-group;
}

.hc-table-row-group {
  display: table-row-group;
}

.hc-table-row {
  display: table-row;
}

.hc-flow-root {
  display: flow-root;
}

.hc-grid {
  display: grid;
}

.hc-inline-grid {
  display: inline-grid;
}

.hc-contents {
  display: contents;
}

.hc-list-item {
  display: list-item;
}

.hc-hidden {
  display: none;
}

.hc-h-0 {
  height: 0px;
}

.hc-h-1 {
  height: 0.25rem;
}

.hc-h-2 {
  height: 0.5rem;
}

.hc-h-3 {
  height: 0.75rem;
}

.hc-h-4 {
  height: 1rem;
}

.hc-h-5 {
  height: 1.25rem;
}

.hc-h-6 {
  height: 1.5rem;
}

.hc-h-7 {
  height: 1.75rem;
}

.hc-h-8 {
  height: 2rem;
}

.hc-h-9 {
  height: 2.25rem;
}

.hc-h-10 {
  height: 2.5rem;
}

.hc-h-11 {
  height: 2.75rem;
}

.hc-h-12 {
  height: 3rem;
}

.hc-h-14 {
  height: 3.5rem;
}

.hc-h-16 {
  height: 4rem;
}

.hc-h-20 {
  height: 5rem;
}

.hc-h-24 {
  height: 6rem;
}

.hc-h-28 {
  height: 7rem;
}

.hc-h-32 {
  height: 8rem;
}

.hc-h-36 {
  height: 9rem;
}

.hc-h-40 {
  height: 10rem;
}

.hc-h-44 {
  height: 11rem;
}

.hc-h-48 {
  height: 12rem;
}

.hc-h-52 {
  height: 13rem;
}

.hc-h-56 {
  height: 14rem;
}

.hc-h-60 {
  height: 15rem;
}

.hc-h-64 {
  height: 16rem;
}

.hc-h-72 {
  height: 18rem;
}

.hc-h-80 {
  height: 20rem;
}

.hc-h-96 {
  height: 24rem;
}

.hc-h-128 {
  height: 32rem;
}

.hc-h-144 {
  height: 44rem;
}

.hc-h-900 {
  height: 900px;
}

.hc-h-auto {
  height: auto;
}

.hc-h-px {
  height: 1px;
}

.hc-h-0\.5 {
  height: 0.125rem;
}

.hc-h-1\.5 {
  height: 0.375rem;
}

.hc-h-2\.5 {
  height: 0.625rem;
}

.hc-h-3\.5 {
  height: 0.875rem;
}

.hc-h-1\/2 {
  height: 50%;
}

.hc-h-1\/3 {
  height: 33.333333%;
}

.hc-h-2\/3 {
  height: 66.666667%;
}

.hc-h-1\/4 {
  height: 25%;
}

.hc-h-2\/4 {
  height: 50%;
}

.hc-h-3\/4 {
  height: 75%;
}

.hc-h-1\/5 {
  height: 20%;
}

.hc-h-2\/5 {
  height: 40%;
}

.hc-h-3\/5 {
  height: 60%;
}

.hc-h-4\/5 {
  height: 80%;
}

.hc-h-1\/6 {
  height: 16.666667%;
}

.hc-h-2\/6 {
  height: 33.333333%;
}

.hc-h-3\/6 {
  height: 50%;
}

.hc-h-4\/6 {
  height: 66.666667%;
}

.hc-h-5\/6 {
  height: 83.333333%;
}

.hc-h-full {
  height: 100%;
}

.hc-h-screen {
  height: 100vh;
}

.hc-max-h-0 {
  max-height: 0px;
}

.hc-max-h-1 {
  max-height: 0.25rem;
}

.hc-max-h-2 {
  max-height: 0.5rem;
}

.hc-max-h-3 {
  max-height: 0.75rem;
}

.hc-max-h-4 {
  max-height: 1rem;
}

.hc-max-h-5 {
  max-height: 1.25rem;
}

.hc-max-h-6 {
  max-height: 1.5rem;
}

.hc-max-h-7 {
  max-height: 1.75rem;
}

.hc-max-h-8 {
  max-height: 2rem;
}

.hc-max-h-9 {
  max-height: 2.25rem;
}

.hc-max-h-10 {
  max-height: 2.5rem;
}

.hc-max-h-11 {
  max-height: 2.75rem;
}

.hc-max-h-12 {
  max-height: 3rem;
}

.hc-max-h-14 {
  max-height: 3.5rem;
}

.hc-max-h-16 {
  max-height: 4rem;
}

.hc-max-h-20 {
  max-height: 5rem;
}

.hc-max-h-24 {
  max-height: 6rem;
}

.hc-max-h-28 {
  max-height: 7rem;
}

.hc-max-h-32 {
  max-height: 8rem;
}

.hc-max-h-36 {
  max-height: 9rem;
}

.hc-max-h-40 {
  max-height: 10rem;
}

.hc-max-h-44 {
  max-height: 11rem;
}

.hc-max-h-48 {
  max-height: 12rem;
}

.hc-max-h-52 {
  max-height: 13rem;
}

.hc-max-h-56 {
  max-height: 14rem;
}

.hc-max-h-60 {
  max-height: 15rem;
}

.hc-max-h-64 {
  max-height: 16rem;
}

.hc-max-h-72 {
  max-height: 18rem;
}

.hc-max-h-80 {
  max-height: 20rem;
}

.hc-max-h-96 {
  max-height: 24rem;
}

.hc-max-h-128 {
  max-height: 32rem;
}

.hc-max-h-144 {
  max-height: 44rem;
}

.hc-max-h-900 {
  max-height: 900px;
}

.hc-max-h-px {
  max-height: 1px;
}

.hc-max-h-0\.5 {
  max-height: 0.125rem;
}

.hc-max-h-1\.5 {
  max-height: 0.375rem;
}

.hc-max-h-2\.5 {
  max-height: 0.625rem;
}

.hc-max-h-3\.5 {
  max-height: 0.875rem;
}

.hc-max-h-full {
  max-height: 100%;
}

.hc-max-h-screen {
  max-height: 100vh;
}

.hc-min-h-0 {
  min-height: 0px;
}

.hc-min-h-full {
  min-height: 100%;
}

.hc-min-h-screen {
  min-height: 100vh;
}

.hc-w-0 {
  width: 0px;
}

.hc-w-1 {
  width: 0.25rem;
}

.hc-w-2 {
  width: 0.5rem;
}

.hc-w-3 {
  width: 0.75rem;
}

.hc-w-4 {
  width: 1rem;
}

.hc-w-5 {
  width: 1.25rem;
}

.hc-w-6 {
  width: 1.5rem;
}

.hc-w-7 {
  width: 1.75rem;
}

.hc-w-8 {
  width: 2rem;
}

.hc-w-9 {
  width: 2.25rem;
}

.hc-w-10 {
  width: 2.5rem;
}

.hc-w-11 {
  width: 2.75rem;
}

.hc-w-12 {
  width: 3rem;
}

.hc-w-14 {
  width: 3.5rem;
}

.hc-w-16 {
  width: 4rem;
}

.hc-w-20 {
  width: 5rem;
}

.hc-w-24 {
  width: 6rem;
}

.hc-w-28 {
  width: 7rem;
}

.hc-w-32 {
  width: 8rem;
}

.hc-w-36 {
  width: 9rem;
}

.hc-w-40 {
  width: 10rem;
}

.hc-w-44 {
  width: 11rem;
}

.hc-w-48 {
  width: 12rem;
}

.hc-w-52 {
  width: 13rem;
}

.hc-w-56 {
  width: 14rem;
}

.hc-w-60 {
  width: 15rem;
}

.hc-w-64 {
  width: 16rem;
}

.hc-w-72 {
  width: 18rem;
}

.hc-w-80 {
  width: 20rem;
}

.hc-w-96 {
  width: 24rem;
}

.hc-w-128 {
  width: 32rem;
}

.hc-w-144 {
  width: 44rem;
}

.hc-w-900 {
  width: 900px;
}

.hc-w-auto {
  width: auto;
}

.hc-w-px {
  width: 1px;
}

.hc-w-0\.5 {
  width: 0.125rem;
}

.hc-w-1\.5 {
  width: 0.375rem;
}

.hc-w-2\.5 {
  width: 0.625rem;
}

.hc-w-3\.5 {
  width: 0.875rem;
}

.hc-w-1\/2 {
  width: 50%;
}

.hc-w-1\/3 {
  width: 33.333333%;
}

.hc-w-2\/3 {
  width: 66.666667%;
}

.hc-w-1\/4 {
  width: 25%;
}

.hc-w-2\/4 {
  width: 50%;
}

.hc-w-3\/4 {
  width: 75%;
}

.hc-w-1\/5 {
  width: 20%;
}

.hc-w-2\/5 {
  width: 40%;
}

.hc-w-3\/5 {
  width: 60%;
}

.hc-w-4\/5 {
  width: 80%;
}

.hc-w-1\/6 {
  width: 16.666667%;
}

.hc-w-2\/6 {
  width: 33.333333%;
}

.hc-w-3\/6 {
  width: 50%;
}

.hc-w-4\/6 {
  width: 66.666667%;
}

.hc-w-5\/6 {
  width: 83.333333%;
}

.hc-w-1\/12 {
  width: 8.333333%;
}

.hc-w-2\/12 {
  width: 16.666667%;
}

.hc-w-3\/12 {
  width: 25%;
}

.hc-w-4\/12 {
  width: 33.333333%;
}

.hc-w-5\/12 {
  width: 41.666667%;
}

.hc-w-6\/12 {
  width: 50%;
}

.hc-w-7\/12 {
  width: 58.333333%;
}

.hc-w-8\/12 {
  width: 66.666667%;
}

.hc-w-9\/12 {
  width: 75%;
}

.hc-w-10\/12 {
  width: 83.333333%;
}

.hc-w-11\/12 {
  width: 91.666667%;
}

.hc-w-full {
  width: 100%;
}

.hc-w-screen {
  width: 100vw;
}

.hc-w-min {
  width: -moz-min-content;
  width: min-content;
}

.hc-w-max {
  width: -moz-max-content;
  width: max-content;
}

.hc-min-w-0 {
  min-width: 0px;
}

.hc-min-w-full {
  min-width: 100%;
}

.hc-min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}

.hc-min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.hc-max-w-0 {
  max-width: 0rem;
}

.hc-max-w-none {
  max-width: none;
}

.hc-max-w-xs {
  max-width: 20rem;
}

.hc-max-w-sm {
  max-width: 24rem;
}

.hc-max-w-md {
  max-width: 28rem;
}

.hc-max-w-lg {
  max-width: 32rem;
}

.hc-max-w-xl {
  max-width: 36rem;
}

.hc-max-w-2xl {
  max-width: 42rem;
}

.hc-max-w-3xl {
  max-width: 48rem;
}

.hc-max-w-4xl {
  max-width: 56rem;
}

.hc-max-w-5xl {
  max-width: 64rem;
}

.hc-max-w-6xl {
  max-width: 72rem;
}

.hc-max-w-7xl {
  max-width: 80rem;
}

.hc-max-w-full {
  max-width: 100%;
}

.hc-max-w-min {
  max-width: -moz-min-content;
  max-width: min-content;
}

.hc-max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

.hc-max-w-prose {
  max-width: 65ch;
}

.hc-max-w-screen-tablet {
  max-width: 1330px;
}

.hc-flex-1 {
  flex: 1 1 0%;
}

.hc-flex-auto {
  flex: 1 1 auto;
}

.hc-flex-initial {
  flex: 0 1 auto;
}

.hc-flex-none {
  flex: none;
}

.hc-flex-shrink-0 {
  flex-shrink: 0;
}

.hc-flex-shrink {
  flex-shrink: 1;
}

.hc-flex-grow-0 {
  flex-grow: 0;
}

.hc-flex-grow {
  flex-grow: 1;
}

.hc-table-auto {
  table-layout: auto;
}

.hc-table-fixed {
  table-layout: fixed;
}

.hc-border-collapse {
  border-collapse: collapse;
}

.hc-border-separate {
  border-collapse: separate;
}

.hc-origin-center {
  transform-origin: center;
}

.hc-origin-top {
  transform-origin: top;
}

.hc-origin-top-right {
  transform-origin: top right;
}

.hc-origin-right {
  transform-origin: right;
}

.hc-origin-bottom-right {
  transform-origin: bottom right;
}

.hc-origin-bottom {
  transform-origin: bottom;
}

.hc-origin-bottom-left {
  transform-origin: bottom left;
}

.hc-origin-left {
  transform-origin: left;
}

.hc-origin-top-left {
  transform-origin: top left;
}

.hc-transform {
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(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));
}

.hc-transform-gpu {
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hc-transform-none {
  transform: none;
}

.hc-translate-x-0 {
  --tw-translate-x: 0px;
}

.hc-translate-x-1 {
  --tw-translate-x: 0.25rem;
}

.hc-translate-x-2 {
  --tw-translate-x: 0.5rem;
}

.hc-translate-x-3 {
  --tw-translate-x: 0.75rem;
}

.hc-translate-x-4 {
  --tw-translate-x: 1rem;
}

.hc-translate-x-5 {
  --tw-translate-x: 1.25rem;
}

.hc-translate-x-6 {
  --tw-translate-x: 1.5rem;
}

.hc-translate-x-7 {
  --tw-translate-x: 1.75rem;
}

.hc-translate-x-8 {
  --tw-translate-x: 2rem;
}

.hc-translate-x-9 {
  --tw-translate-x: 2.25rem;
}

.hc-translate-x-10 {
  --tw-translate-x: 2.5rem;
}

.hc-translate-x-11 {
  --tw-translate-x: 2.75rem;
}

.hc-translate-x-12 {
  --tw-translate-x: 3rem;
}

.hc-translate-x-14 {
  --tw-translate-x: 3.5rem;
}

.hc-translate-x-16 {
  --tw-translate-x: 4rem;
}

.hc-translate-x-20 {
  --tw-translate-x: 5rem;
}

.hc-translate-x-24 {
  --tw-translate-x: 6rem;
}

.hc-translate-x-28 {
  --tw-translate-x: 7rem;
}

.hc-translate-x-32 {
  --tw-translate-x: 8rem;
}

.hc-translate-x-36 {
  --tw-translate-x: 9rem;
}

.hc-translate-x-40 {
  --tw-translate-x: 10rem;
}

.hc-translate-x-44 {
  --tw-translate-x: 11rem;
}

.hc-translate-x-48 {
  --tw-translate-x: 12rem;
}

.hc-translate-x-52 {
  --tw-translate-x: 13rem;
}

.hc-translate-x-56 {
  --tw-translate-x: 14rem;
}

.hc-translate-x-60 {
  --tw-translate-x: 15rem;
}

.hc-translate-x-64 {
  --tw-translate-x: 16rem;
}

.hc-translate-x-72 {
  --tw-translate-x: 18rem;
}

.hc-translate-x-80 {
  --tw-translate-x: 20rem;
}

.hc-translate-x-96 {
  --tw-translate-x: 24rem;
}

.hc-translate-x-128 {
  --tw-translate-x: 32rem;
}

.hc-translate-x-144 {
  --tw-translate-x: 44rem;
}

.hc-translate-x-900 {
  --tw-translate-x: 900px;
}

.hc-translate-x-px {
  --tw-translate-x: 1px;
}

.hc-translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
}

.hc-translate-x-1\.5 {
  --tw-translate-x: 0.375rem;
}

.hc-translate-x-2\.5 {
  --tw-translate-x: 0.625rem;
}

.hc-translate-x-3\.5 {
  --tw-translate-x: 0.875rem;
}

.hc--translate-x-0 {
  --tw-translate-x: 0px;
}

.hc--translate-x-1 {
  --tw-translate-x: -0.25rem;
}

.hc--translate-x-2 {
  --tw-translate-x: -0.5rem;
}

.hc--translate-x-3 {
  --tw-translate-x: -0.75rem;
}

.hc--translate-x-4 {
  --tw-translate-x: -1rem;
}

.hc--translate-x-5 {
  --tw-translate-x: -1.25rem;
}

.hc--translate-x-6 {
  --tw-translate-x: -1.5rem;
}

.hc--translate-x-7 {
  --tw-translate-x: -1.75rem;
}

.hc--translate-x-8 {
  --tw-translate-x: -2rem;
}

.hc--translate-x-9 {
  --tw-translate-x: -2.25rem;
}

.hc--translate-x-10 {
  --tw-translate-x: -2.5rem;
}

.hc--translate-x-11 {
  --tw-translate-x: -2.75rem;
}

.hc--translate-x-12 {
  --tw-translate-x: -3rem;
}

.hc--translate-x-14 {
  --tw-translate-x: -3.5rem;
}

.hc--translate-x-16 {
  --tw-translate-x: -4rem;
}

.hc--translate-x-20 {
  --tw-translate-x: -5rem;
}

.hc--translate-x-24 {
  --tw-translate-x: -6rem;
}

.hc--translate-x-28 {
  --tw-translate-x: -7rem;
}

.hc--translate-x-32 {
  --tw-translate-x: -8rem;
}

.hc--translate-x-36 {
  --tw-translate-x: -9rem;
}

.hc--translate-x-40 {
  --tw-translate-x: -10rem;
}

.hc--translate-x-44 {
  --tw-translate-x: -11rem;
}

.hc--translate-x-48 {
  --tw-translate-x: -12rem;
}

.hc--translate-x-52 {
  --tw-translate-x: -13rem;
}

.hc--translate-x-56 {
  --tw-translate-x: -14rem;
}

.hc--translate-x-60 {
  --tw-translate-x: -15rem;
}

.hc--translate-x-64 {
  --tw-translate-x: -16rem;
}

.hc--translate-x-72 {
  --tw-translate-x: -18rem;
}

.hc--translate-x-80 {
  --tw-translate-x: -20rem;
}

.hc--translate-x-96 {
  --tw-translate-x: -24rem;
}

.hc--translate-x-128 {
  --tw-translate-x: -32rem;
}

.hc--translate-x-144 {
  --tw-translate-x: -44rem;
}

.hc--translate-x-900 {
  --tw-translate-x: -900px;
}

.hc--translate-x-px {
  --tw-translate-x: -1px;
}

.hc--translate-x-0\.5 {
  --tw-translate-x: -0.125rem;
}

.hc--translate-x-1\.5 {
  --tw-translate-x: -0.375rem;
}

.hc--translate-x-2\.5 {
  --tw-translate-x: -0.625rem;
}

.hc--translate-x-3\.5 {
  --tw-translate-x: -0.875rem;
}

.hc-translate-x-1\/2 {
  --tw-translate-x: 50%;
}

.hc-translate-x-1\/3 {
  --tw-translate-x: 33.333333%;
}

.hc-translate-x-2\/3 {
  --tw-translate-x: 66.666667%;
}

.hc-translate-x-1\/4 {
  --tw-translate-x: 25%;
}

.hc-translate-x-2\/4 {
  --tw-translate-x: 50%;
}

.hc-translate-x-3\/4 {
  --tw-translate-x: 75%;
}

.hc-translate-x-full {
  --tw-translate-x: 100%;
}

.hc--translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.hc--translate-x-1\/3 {
  --tw-translate-x: -33.333333%;
}

.hc--translate-x-2\/3 {
  --tw-translate-x: -66.666667%;
}

.hc--translate-x-1\/4 {
  --tw-translate-x: -25%;
}

.hc--translate-x-2\/4 {
  --tw-translate-x: -50%;
}

.hc--translate-x-3\/4 {
  --tw-translate-x: -75%;
}

.hc--translate-x-full {
  --tw-translate-x: -100%;
}

.hc-translate-y-0 {
  --tw-translate-y: 0px;
}

.hc-translate-y-1 {
  --tw-translate-y: 0.25rem;
}

.hc-translate-y-2 {
  --tw-translate-y: 0.5rem;
}

.hc-translate-y-3 {
  --tw-translate-y: 0.75rem;
}

.hc-translate-y-4 {
  --tw-translate-y: 1rem;
}

.hc-translate-y-5 {
  --tw-translate-y: 1.25rem;
}

.hc-translate-y-6 {
  --tw-translate-y: 1.5rem;
}

.hc-translate-y-7 {
  --tw-translate-y: 1.75rem;
}

.hc-translate-y-8 {
  --tw-translate-y: 2rem;
}

.hc-translate-y-9 {
  --tw-translate-y: 2.25rem;
}

.hc-translate-y-10 {
  --tw-translate-y: 2.5rem;
}

.hc-translate-y-11 {
  --tw-translate-y: 2.75rem;
}

.hc-translate-y-12 {
  --tw-translate-y: 3rem;
}

.hc-translate-y-14 {
  --tw-translate-y: 3.5rem;
}

.hc-translate-y-16 {
  --tw-translate-y: 4rem;
}

.hc-translate-y-20 {
  --tw-translate-y: 5rem;
}

.hc-translate-y-24 {
  --tw-translate-y: 6rem;
}

.hc-translate-y-28 {
  --tw-translate-y: 7rem;
}

.hc-translate-y-32 {
  --tw-translate-y: 8rem;
}

.hc-translate-y-36 {
  --tw-translate-y: 9rem;
}

.hc-translate-y-40 {
  --tw-translate-y: 10rem;
}

.hc-translate-y-44 {
  --tw-translate-y: 11rem;
}

.hc-translate-y-48 {
  --tw-translate-y: 12rem;
}

.hc-translate-y-52 {
  --tw-translate-y: 13rem;
}

.hc-translate-y-56 {
  --tw-translate-y: 14rem;
}

.hc-translate-y-60 {
  --tw-translate-y: 15rem;
}

.hc-translate-y-64 {
  --tw-translate-y: 16rem;
}

.hc-translate-y-72 {
  --tw-translate-y: 18rem;
}

.hc-translate-y-80 {
  --tw-translate-y: 20rem;
}

.hc-translate-y-96 {
  --tw-translate-y: 24rem;
}

.hc-translate-y-128 {
  --tw-translate-y: 32rem;
}

.hc-translate-y-144 {
  --tw-translate-y: 44rem;
}

.hc-translate-y-900 {
  --tw-translate-y: 900px;
}

.hc-translate-y-px {
  --tw-translate-y: 1px;
}

.hc-translate-y-0\.5 {
  --tw-translate-y: 0.125rem;
}

.hc-translate-y-1\.5 {
  --tw-translate-y: 0.375rem;
}

.hc-translate-y-2\.5 {
  --tw-translate-y: 0.625rem;
}

.hc-translate-y-3\.5 {
  --tw-translate-y: 0.875rem;
}

.hc--translate-y-0 {
  --tw-translate-y: 0px;
}

.hc--translate-y-1 {
  --tw-translate-y: -0.25rem;
}

.hc--translate-y-2 {
  --tw-translate-y: -0.5rem;
}

.hc--translate-y-3 {
  --tw-translate-y: -0.75rem;
}

.hc--translate-y-4 {
  --tw-translate-y: -1rem;
}

.hc--translate-y-5 {
  --tw-translate-y: -1.25rem;
}

.hc--translate-y-6 {
  --tw-translate-y: -1.5rem;
}

.hc--translate-y-7 {
  --tw-translate-y: -1.75rem;
}

.hc--translate-y-8 {
  --tw-translate-y: -2rem;
}

.hc--translate-y-9 {
  --tw-translate-y: -2.25rem;
}

.hc--translate-y-10 {
  --tw-translate-y: -2.5rem;
}

.hc--translate-y-11 {
  --tw-translate-y: -2.75rem;
}

.hc--translate-y-12 {
  --tw-translate-y: -3rem;
}

.hc--translate-y-14 {
  --tw-translate-y: -3.5rem;
}

.hc--translate-y-16 {
  --tw-translate-y: -4rem;
}

.hc--translate-y-20 {
  --tw-translate-y: -5rem;
}

.hc--translate-y-24 {
  --tw-translate-y: -6rem;
}

.hc--translate-y-28 {
  --tw-translate-y: -7rem;
}

.hc--translate-y-32 {
  --tw-translate-y: -8rem;
}

.hc--translate-y-36 {
  --tw-translate-y: -9rem;
}

.hc--translate-y-40 {
  --tw-translate-y: -10rem;
}

.hc--translate-y-44 {
  --tw-translate-y: -11rem;
}

.hc--translate-y-48 {
  --tw-translate-y: -12rem;
}

.hc--translate-y-52 {
  --tw-translate-y: -13rem;
}

.hc--translate-y-56 {
  --tw-translate-y: -14rem;
}

.hc--translate-y-60 {
  --tw-translate-y: -15rem;
}

.hc--translate-y-64 {
  --tw-translate-y: -16rem;
}

.hc--translate-y-72 {
  --tw-translate-y: -18rem;
}

.hc--translate-y-80 {
  --tw-translate-y: -20rem;
}

.hc--translate-y-96 {
  --tw-translate-y: -24rem;
}

.hc--translate-y-128 {
  --tw-translate-y: -32rem;
}

.hc--translate-y-144 {
  --tw-translate-y: -44rem;
}

.hc--translate-y-900 {
  --tw-translate-y: -900px;
}

.hc--translate-y-px {
  --tw-translate-y: -1px;
}

.hc--translate-y-0\.5 {
  --tw-translate-y: -0.125rem;
}

.hc--translate-y-1\.5 {
  --tw-translate-y: -0.375rem;
}

.hc--translate-y-2\.5 {
  --tw-translate-y: -0.625rem;
}

.hc--translate-y-3\.5 {
  --tw-translate-y: -0.875rem;
}

.hc-translate-y-1\/2 {
  --tw-translate-y: 50%;
}

.hc-translate-y-1\/3 {
  --tw-translate-y: 33.333333%;
}

.hc-translate-y-2\/3 {
  --tw-translate-y: 66.666667%;
}

.hc-translate-y-1\/4 {
  --tw-translate-y: 25%;
}

.hc-translate-y-2\/4 {
  --tw-translate-y: 50%;
}

.hc-translate-y-3\/4 {
  --tw-translate-y: 75%;
}

.hc-translate-y-full {
  --tw-translate-y: 100%;
}

.hc--translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.hc--translate-y-1\/3 {
  --tw-translate-y: -33.333333%;
}

.hc--translate-y-2\/3 {
  --tw-translate-y: -66.666667%;
}

.hc--translate-y-1\/4 {
  --tw-translate-y: -25%;
}

.hc--translate-y-2\/4 {
  --tw-translate-y: -50%;
}

.hc--translate-y-3\/4 {
  --tw-translate-y: -75%;
}

.hc--translate-y-full {
  --tw-translate-y: -100%;
}

.hover\:hc-translate-x-0:hover {
  --tw-translate-x: 0px;
}

.hover\:hc-translate-x-1:hover {
  --tw-translate-x: 0.25rem;
}

.hover\:hc-translate-x-2:hover {
  --tw-translate-x: 0.5rem;
}

.hover\:hc-translate-x-3:hover {
  --tw-translate-x: 0.75rem;
}

.hover\:hc-translate-x-4:hover {
  --tw-translate-x: 1rem;
}

.hover\:hc-translate-x-5:hover {
  --tw-translate-x: 1.25rem;
}

.hover\:hc-translate-x-6:hover {
  --tw-translate-x: 1.5rem;
}

.hover\:hc-translate-x-7:hover {
  --tw-translate-x: 1.75rem;
}

.hover\:hc-translate-x-8:hover {
  --tw-translate-x: 2rem;
}

.hover\:hc-translate-x-9:hover {
  --tw-translate-x: 2.25rem;
}

.hover\:hc-translate-x-10:hover {
  --tw-translate-x: 2.5rem;
}

.hover\:hc-translate-x-11:hover {
  --tw-translate-x: 2.75rem;
}

.hover\:hc-translate-x-12:hover {
  --tw-translate-x: 3rem;
}

.hover\:hc-translate-x-14:hover {
  --tw-translate-x: 3.5rem;
}

.hover\:hc-translate-x-16:hover {
  --tw-translate-x: 4rem;
}

.hover\:hc-translate-x-20:hover {
  --tw-translate-x: 5rem;
}

.hover\:hc-translate-x-24:hover {
  --tw-translate-x: 6rem;
}

.hover\:hc-translate-x-28:hover {
  --tw-translate-x: 7rem;
}

.hover\:hc-translate-x-32:hover {
  --tw-translate-x: 8rem;
}

.hover\:hc-translate-x-36:hover {
  --tw-translate-x: 9rem;
}

.hover\:hc-translate-x-40:hover {
  --tw-translate-x: 10rem;
}

.hover\:hc-translate-x-44:hover {
  --tw-translate-x: 11rem;
}

.hover\:hc-translate-x-48:hover {
  --tw-translate-x: 12rem;
}

.hover\:hc-translate-x-52:hover {
  --tw-translate-x: 13rem;
}

.hover\:hc-translate-x-56:hover {
  --tw-translate-x: 14rem;
}

.hover\:hc-translate-x-60:hover {
  --tw-translate-x: 15rem;
}

.hover\:hc-translate-x-64:hover {
  --tw-translate-x: 16rem;
}

.hover\:hc-translate-x-72:hover {
  --tw-translate-x: 18rem;
}

.hover\:hc-translate-x-80:hover {
  --tw-translate-x: 20rem;
}

.hover\:hc-translate-x-96:hover {
  --tw-translate-x: 24rem;
}

.hover\:hc-translate-x-128:hover {
  --tw-translate-x: 32rem;
}

.hover\:hc-translate-x-144:hover {
  --tw-translate-x: 44rem;
}

.hover\:hc-translate-x-900:hover {
  --tw-translate-x: 900px;
}

.hover\:hc-translate-x-px:hover {
  --tw-translate-x: 1px;
}

.hover\:hc-translate-x-0\.5:hover {
  --tw-translate-x: 0.125rem;
}

.hover\:hc-translate-x-1\.5:hover {
  --tw-translate-x: 0.375rem;
}

.hover\:hc-translate-x-2\.5:hover {
  --tw-translate-x: 0.625rem;
}

.hover\:hc-translate-x-3\.5:hover {
  --tw-translate-x: 0.875rem;
}

.hover\:hc--translate-x-0:hover {
  --tw-translate-x: 0px;
}

.hover\:hc--translate-x-1:hover {
  --tw-translate-x: -0.25rem;
}

.hover\:hc--translate-x-2:hover {
  --tw-translate-x: -0.5rem;
}

.hover\:hc--translate-x-3:hover {
  --tw-translate-x: -0.75rem;
}

.hover\:hc--translate-x-4:hover {
  --tw-translate-x: -1rem;
}

.hover\:hc--translate-x-5:hover {
  --tw-translate-x: -1.25rem;
}

.hover\:hc--translate-x-6:hover {
  --tw-translate-x: -1.5rem;
}

.hover\:hc--translate-x-7:hover {
  --tw-translate-x: -1.75rem;
}

.hover\:hc--translate-x-8:hover {
  --tw-translate-x: -2rem;
}

.hover\:hc--translate-x-9:hover {
  --tw-translate-x: -2.25rem;
}

.hover\:hc--translate-x-10:hover {
  --tw-translate-x: -2.5rem;
}

.hover\:hc--translate-x-11:hover {
  --tw-translate-x: -2.75rem;
}

.hover\:hc--translate-x-12:hover {
  --tw-translate-x: -3rem;
}

.hover\:hc--translate-x-14:hover {
  --tw-translate-x: -3.5rem;
}

.hover\:hc--translate-x-16:hover {
  --tw-translate-x: -4rem;
}

.hover\:hc--translate-x-20:hover {
  --tw-translate-x: -5rem;
}

.hover\:hc--translate-x-24:hover {
  --tw-translate-x: -6rem;
}

.hover\:hc--translate-x-28:hover {
  --tw-translate-x: -7rem;
}

.hover\:hc--translate-x-32:hover {
  --tw-translate-x: -8rem;
}

.hover\:hc--translate-x-36:hover {
  --tw-translate-x: -9rem;
}

.hover\:hc--translate-x-40:hover {
  --tw-translate-x: -10rem;
}

.hover\:hc--translate-x-44:hover {
  --tw-translate-x: -11rem;
}

.hover\:hc--translate-x-48:hover {
  --tw-translate-x: -12rem;
}

.hover\:hc--translate-x-52:hover {
  --tw-translate-x: -13rem;
}

.hover\:hc--translate-x-56:hover {
  --tw-translate-x: -14rem;
}

.hover\:hc--translate-x-60:hover {
  --tw-translate-x: -15rem;
}

.hover\:hc--translate-x-64:hover {
  --tw-translate-x: -16rem;
}

.hover\:hc--translate-x-72:hover {
  --tw-translate-x: -18rem;
}

.hover\:hc--translate-x-80:hover {
  --tw-translate-x: -20rem;
}

.hover\:hc--translate-x-96:hover {
  --tw-translate-x: -24rem;
}

.hover\:hc--translate-x-128:hover {
  --tw-translate-x: -32rem;
}

.hover\:hc--translate-x-144:hover {
  --tw-translate-x: -44rem;
}

.hover\:hc--translate-x-900:hover {
  --tw-translate-x: -900px;
}

.hover\:hc--translate-x-px:hover {
  --tw-translate-x: -1px;
}

.hover\:hc--translate-x-0\.5:hover {
  --tw-translate-x: -0.125rem;
}

.hover\:hc--translate-x-1\.5:hover {
  --tw-translate-x: -0.375rem;
}

.hover\:hc--translate-x-2\.5:hover {
  --tw-translate-x: -0.625rem;
}

.hover\:hc--translate-x-3\.5:hover {
  --tw-translate-x: -0.875rem;
}

.hover\:hc-translate-x-1\/2:hover {
  --tw-translate-x: 50%;
}

.hover\:hc-translate-x-1\/3:hover {
  --tw-translate-x: 33.333333%;
}

.hover\:hc-translate-x-2\/3:hover {
  --tw-translate-x: 66.666667%;
}

.hover\:hc-translate-x-1\/4:hover {
  --tw-translate-x: 25%;
}

.hover\:hc-translate-x-2\/4:hover {
  --tw-translate-x: 50%;
}

.hover\:hc-translate-x-3\/4:hover {
  --tw-translate-x: 75%;
}

.hover\:hc-translate-x-full:hover {
  --tw-translate-x: 100%;
}

.hover\:hc--translate-x-1\/2:hover {
  --tw-translate-x: -50%;
}

.hover\:hc--translate-x-1\/3:hover {
  --tw-translate-x: -33.333333%;
}

.hover\:hc--translate-x-2\/3:hover {
  --tw-translate-x: -66.666667%;
}

.hover\:hc--translate-x-1\/4:hover {
  --tw-translate-x: -25%;
}

.hover\:hc--translate-x-2\/4:hover {
  --tw-translate-x: -50%;
}

.hover\:hc--translate-x-3\/4:hover {
  --tw-translate-x: -75%;
}

.hover\:hc--translate-x-full:hover {
  --tw-translate-x: -100%;
}

.hover\:hc-translate-y-0:hover {
  --tw-translate-y: 0px;
}

.hover\:hc-translate-y-1:hover {
  --tw-translate-y: 0.25rem;
}

.hover\:hc-translate-y-2:hover {
  --tw-translate-y: 0.5rem;
}

.hover\:hc-translate-y-3:hover {
  --tw-translate-y: 0.75rem;
}

.hover\:hc-translate-y-4:hover {
  --tw-translate-y: 1rem;
}

.hover\:hc-translate-y-5:hover {
  --tw-translate-y: 1.25rem;
}

.hover\:hc-translate-y-6:hover {
  --tw-translate-y: 1.5rem;
}

.hover\:hc-translate-y-7:hover {
  --tw-translate-y: 1.75rem;
}

.hover\:hc-translate-y-8:hover {
  --tw-translate-y: 2rem;
}

.hover\:hc-translate-y-9:hover {
  --tw-translate-y: 2.25rem;
}

.hover\:hc-translate-y-10:hover {
  --tw-translate-y: 2.5rem;
}

.hover\:hc-translate-y-11:hover {
  --tw-translate-y: 2.75rem;
}

.hover\:hc-translate-y-12:hover {
  --tw-translate-y: 3rem;
}

.hover\:hc-translate-y-14:hover {
  --tw-translate-y: 3.5rem;
}

.hover\:hc-translate-y-16:hover {
  --tw-translate-y: 4rem;
}

.hover\:hc-translate-y-20:hover {
  --tw-translate-y: 5rem;
}

.hover\:hc-translate-y-24:hover {
  --tw-translate-y: 6rem;
}

.hover\:hc-translate-y-28:hover {
  --tw-translate-y: 7rem;
}

.hover\:hc-translate-y-32:hover {
  --tw-translate-y: 8rem;
}

.hover\:hc-translate-y-36:hover {
  --tw-translate-y: 9rem;
}

.hover\:hc-translate-y-40:hover {
  --tw-translate-y: 10rem;
}

.hover\:hc-translate-y-44:hover {
  --tw-translate-y: 11rem;
}

.hover\:hc-translate-y-48:hover {
  --tw-translate-y: 12rem;
}

.hover\:hc-translate-y-52:hover {
  --tw-translate-y: 13rem;
}

.hover\:hc-translate-y-56:hover {
  --tw-translate-y: 14rem;
}

.hover\:hc-translate-y-60:hover {
  --tw-translate-y: 15rem;
}

.hover\:hc-translate-y-64:hover {
  --tw-translate-y: 16rem;
}

.hover\:hc-translate-y-72:hover {
  --tw-translate-y: 18rem;
}

.hover\:hc-translate-y-80:hover {
  --tw-translate-y: 20rem;
}

.hover\:hc-translate-y-96:hover {
  --tw-translate-y: 24rem;
}

.hover\:hc-translate-y-128:hover {
  --tw-translate-y: 32rem;
}

.hover\:hc-translate-y-144:hover {
  --tw-translate-y: 44rem;
}

.hover\:hc-translate-y-900:hover {
  --tw-translate-y: 900px;
}

.hover\:hc-translate-y-px:hover {
  --tw-translate-y: 1px;
}

.hover\:hc-translate-y-0\.5:hover {
  --tw-translate-y: 0.125rem;
}

.hover\:hc-translate-y-1\.5:hover {
  --tw-translate-y: 0.375rem;
}

.hover\:hc-translate-y-2\.5:hover {
  --tw-translate-y: 0.625rem;
}

.hover\:hc-translate-y-3\.5:hover {
  --tw-translate-y: 0.875rem;
}

.hover\:hc--translate-y-0:hover {
  --tw-translate-y: 0px;
}

.hover\:hc--translate-y-1:hover {
  --tw-translate-y: -0.25rem;
}

.hover\:hc--translate-y-2:hover {
  --tw-translate-y: -0.5rem;
}

.hover\:hc--translate-y-3:hover {
  --tw-translate-y: -0.75rem;
}

.hover\:hc--translate-y-4:hover {
  --tw-translate-y: -1rem;
}

.hover\:hc--translate-y-5:hover {
  --tw-translate-y: -1.25rem;
}

.hover\:hc--translate-y-6:hover {
  --tw-translate-y: -1.5rem;
}

.hover\:hc--translate-y-7:hover {
  --tw-translate-y: -1.75rem;
}

.hover\:hc--translate-y-8:hover {
  --tw-translate-y: -2rem;
}

.hover\:hc--translate-y-9:hover {
  --tw-translate-y: -2.25rem;
}

.hover\:hc--translate-y-10:hover {
  --tw-translate-y: -2.5rem;
}

.hover\:hc--translate-y-11:hover {
  --tw-translate-y: -2.75rem;
}

.hover\:hc--translate-y-12:hover {
  --tw-translate-y: -3rem;
}

.hover\:hc--translate-y-14:hover {
  --tw-translate-y: -3.5rem;
}

.hover\:hc--translate-y-16:hover {
  --tw-translate-y: -4rem;
}

.hover\:hc--translate-y-20:hover {
  --tw-translate-y: -5rem;
}

.hover\:hc--translate-y-24:hover {
  --tw-translate-y: -6rem;
}

.hover\:hc--translate-y-28:hover {
  --tw-translate-y: -7rem;
}

.hover\:hc--translate-y-32:hover {
  --tw-translate-y: -8rem;
}

.hover\:hc--translate-y-36:hover {
  --tw-translate-y: -9rem;
}

.hover\:hc--translate-y-40:hover {
  --tw-translate-y: -10rem;
}

.hover\:hc--translate-y-44:hover {
  --tw-translate-y: -11rem;
}

.hover\:hc--translate-y-48:hover {
  --tw-translate-y: -12rem;
}

.hover\:hc--translate-y-52:hover {
  --tw-translate-y: -13rem;
}

.hover\:hc--translate-y-56:hover {
  --tw-translate-y: -14rem;
}

.hover\:hc--translate-y-60:hover {
  --tw-translate-y: -15rem;
}

.hover\:hc--translate-y-64:hover {
  --tw-translate-y: -16rem;
}

.hover\:hc--translate-y-72:hover {
  --tw-translate-y: -18rem;
}

.hover\:hc--translate-y-80:hover {
  --tw-translate-y: -20rem;
}

.hover\:hc--translate-y-96:hover {
  --tw-translate-y: -24rem;
}

.hover\:hc--translate-y-128:hover {
  --tw-translate-y: -32rem;
}

.hover\:hc--translate-y-144:hover {
  --tw-translate-y: -44rem;
}

.hover\:hc--translate-y-900:hover {
  --tw-translate-y: -900px;
}

.hover\:hc--translate-y-px:hover {
  --tw-translate-y: -1px;
}

.hover\:hc--translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
}

.hover\:hc--translate-y-1\.5:hover {
  --tw-translate-y: -0.375rem;
}

.hover\:hc--translate-y-2\.5:hover {
  --tw-translate-y: -0.625rem;
}

.hover\:hc--translate-y-3\.5:hover {
  --tw-translate-y: -0.875rem;
}

.hover\:hc-translate-y-1\/2:hover {
  --tw-translate-y: 50%;
}

.hover\:hc-translate-y-1\/3:hover {
  --tw-translate-y: 33.333333%;
}

.hover\:hc-translate-y-2\/3:hover {
  --tw-translate-y: 66.666667%;
}

.hover\:hc-translate-y-1\/4:hover {
  --tw-translate-y: 25%;
}

.hover\:hc-translate-y-2\/4:hover {
  --tw-translate-y: 50%;
}

.hover\:hc-translate-y-3\/4:hover {
  --tw-translate-y: 75%;
}

.hover\:hc-translate-y-full:hover {
  --tw-translate-y: 100%;
}

.hover\:hc--translate-y-1\/2:hover {
  --tw-translate-y: -50%;
}

.hover\:hc--translate-y-1\/3:hover {
  --tw-translate-y: -33.333333%;
}

.hover\:hc--translate-y-2\/3:hover {
  --tw-translate-y: -66.666667%;
}

.hover\:hc--translate-y-1\/4:hover {
  --tw-translate-y: -25%;
}

.hover\:hc--translate-y-2\/4:hover {
  --tw-translate-y: -50%;
}

.hover\:hc--translate-y-3\/4:hover {
  --tw-translate-y: -75%;
}

.hover\:hc--translate-y-full:hover {
  --tw-translate-y: -100%;
}

.focus\:hc-translate-x-0:focus {
  --tw-translate-x: 0px;
}

.focus\:hc-translate-x-1:focus {
  --tw-translate-x: 0.25rem;
}

.focus\:hc-translate-x-2:focus {
  --tw-translate-x: 0.5rem;
}

.focus\:hc-translate-x-3:focus {
  --tw-translate-x: 0.75rem;
}

.focus\:hc-translate-x-4:focus {
  --tw-translate-x: 1rem;
}

.focus\:hc-translate-x-5:focus {
  --tw-translate-x: 1.25rem;
}

.focus\:hc-translate-x-6:focus {
  --tw-translate-x: 1.5rem;
}

.focus\:hc-translate-x-7:focus {
  --tw-translate-x: 1.75rem;
}

.focus\:hc-translate-x-8:focus {
  --tw-translate-x: 2rem;
}

.focus\:hc-translate-x-9:focus {
  --tw-translate-x: 2.25rem;
}

.focus\:hc-translate-x-10:focus {
  --tw-translate-x: 2.5rem;
}

.focus\:hc-translate-x-11:focus {
  --tw-translate-x: 2.75rem;
}

.focus\:hc-translate-x-12:focus {
  --tw-translate-x: 3rem;
}

.focus\:hc-translate-x-14:focus {
  --tw-translate-x: 3.5rem;
}

.focus\:hc-translate-x-16:focus {
  --tw-translate-x: 4rem;
}

.focus\:hc-translate-x-20:focus {
  --tw-translate-x: 5rem;
}

.focus\:hc-translate-x-24:focus {
  --tw-translate-x: 6rem;
}

.focus\:hc-translate-x-28:focus {
  --tw-translate-x: 7rem;
}

.focus\:hc-translate-x-32:focus {
  --tw-translate-x: 8rem;
}

.focus\:hc-translate-x-36:focus {
  --tw-translate-x: 9rem;
}

.focus\:hc-translate-x-40:focus {
  --tw-translate-x: 10rem;
}

.focus\:hc-translate-x-44:focus {
  --tw-translate-x: 11rem;
}

.focus\:hc-translate-x-48:focus {
  --tw-translate-x: 12rem;
}

.focus\:hc-translate-x-52:focus {
  --tw-translate-x: 13rem;
}

.focus\:hc-translate-x-56:focus {
  --tw-translate-x: 14rem;
}

.focus\:hc-translate-x-60:focus {
  --tw-translate-x: 15rem;
}

.focus\:hc-translate-x-64:focus {
  --tw-translate-x: 16rem;
}

.focus\:hc-translate-x-72:focus {
  --tw-translate-x: 18rem;
}

.focus\:hc-translate-x-80:focus {
  --tw-translate-x: 20rem;
}

.focus\:hc-translate-x-96:focus {
  --tw-translate-x: 24rem;
}

.focus\:hc-translate-x-128:focus {
  --tw-translate-x: 32rem;
}

.focus\:hc-translate-x-144:focus {
  --tw-translate-x: 44rem;
}

.focus\:hc-translate-x-900:focus {
  --tw-translate-x: 900px;
}

.focus\:hc-translate-x-px:focus {
  --tw-translate-x: 1px;
}

.focus\:hc-translate-x-0\.5:focus {
  --tw-translate-x: 0.125rem;
}

.focus\:hc-translate-x-1\.5:focus {
  --tw-translate-x: 0.375rem;
}

.focus\:hc-translate-x-2\.5:focus {
  --tw-translate-x: 0.625rem;
}

.focus\:hc-translate-x-3\.5:focus {
  --tw-translate-x: 0.875rem;
}

.focus\:hc--translate-x-0:focus {
  --tw-translate-x: 0px;
}

.focus\:hc--translate-x-1:focus {
  --tw-translate-x: -0.25rem;
}

.focus\:hc--translate-x-2:focus {
  --tw-translate-x: -0.5rem;
}

.focus\:hc--translate-x-3:focus {
  --tw-translate-x: -0.75rem;
}

.focus\:hc--translate-x-4:focus {
  --tw-translate-x: -1rem;
}

.focus\:hc--translate-x-5:focus {
  --tw-translate-x: -1.25rem;
}

.focus\:hc--translate-x-6:focus {
  --tw-translate-x: -1.5rem;
}

.focus\:hc--translate-x-7:focus {
  --tw-translate-x: -1.75rem;
}

.focus\:hc--translate-x-8:focus {
  --tw-translate-x: -2rem;
}

.focus\:hc--translate-x-9:focus {
  --tw-translate-x: -2.25rem;
}

.focus\:hc--translate-x-10:focus {
  --tw-translate-x: -2.5rem;
}

.focus\:hc--translate-x-11:focus {
  --tw-translate-x: -2.75rem;
}

.focus\:hc--translate-x-12:focus {
  --tw-translate-x: -3rem;
}

.focus\:hc--translate-x-14:focus {
  --tw-translate-x: -3.5rem;
}

.focus\:hc--translate-x-16:focus {
  --tw-translate-x: -4rem;
}

.focus\:hc--translate-x-20:focus {
  --tw-translate-x: -5rem;
}

.focus\:hc--translate-x-24:focus {
  --tw-translate-x: -6rem;
}

.focus\:hc--translate-x-28:focus {
  --tw-translate-x: -7rem;
}

.focus\:hc--translate-x-32:focus {
  --tw-translate-x: -8rem;
}

.focus\:hc--translate-x-36:focus {
  --tw-translate-x: -9rem;
}

.focus\:hc--translate-x-40:focus {
  --tw-translate-x: -10rem;
}

.focus\:hc--translate-x-44:focus {
  --tw-translate-x: -11rem;
}

.focus\:hc--translate-x-48:focus {
  --tw-translate-x: -12rem;
}

.focus\:hc--translate-x-52:focus {
  --tw-translate-x: -13rem;
}

.focus\:hc--translate-x-56:focus {
  --tw-translate-x: -14rem;
}

.focus\:hc--translate-x-60:focus {
  --tw-translate-x: -15rem;
}

.focus\:hc--translate-x-64:focus {
  --tw-translate-x: -16rem;
}

.focus\:hc--translate-x-72:focus {
  --tw-translate-x: -18rem;
}

.focus\:hc--translate-x-80:focus {
  --tw-translate-x: -20rem;
}

.focus\:hc--translate-x-96:focus {
  --tw-translate-x: -24rem;
}

.focus\:hc--translate-x-128:focus {
  --tw-translate-x: -32rem;
}

.focus\:hc--translate-x-144:focus {
  --tw-translate-x: -44rem;
}

.focus\:hc--translate-x-900:focus {
  --tw-translate-x: -900px;
}

.focus\:hc--translate-x-px:focus {
  --tw-translate-x: -1px;
}

.focus\:hc--translate-x-0\.5:focus {
  --tw-translate-x: -0.125rem;
}

.focus\:hc--translate-x-1\.5:focus {
  --tw-translate-x: -0.375rem;
}

.focus\:hc--translate-x-2\.5:focus {
  --tw-translate-x: -0.625rem;
}

.focus\:hc--translate-x-3\.5:focus {
  --tw-translate-x: -0.875rem;
}

.focus\:hc-translate-x-1\/2:focus {
  --tw-translate-x: 50%;
}

.focus\:hc-translate-x-1\/3:focus {
  --tw-translate-x: 33.333333%;
}

.focus\:hc-translate-x-2\/3:focus {
  --tw-translate-x: 66.666667%;
}

.focus\:hc-translate-x-1\/4:focus {
  --tw-translate-x: 25%;
}

.focus\:hc-translate-x-2\/4:focus {
  --tw-translate-x: 50%;
}

.focus\:hc-translate-x-3\/4:focus {
  --tw-translate-x: 75%;
}

.focus\:hc-translate-x-full:focus {
  --tw-translate-x: 100%;
}

.focus\:hc--translate-x-1\/2:focus {
  --tw-translate-x: -50%;
}

.focus\:hc--translate-x-1\/3:focus {
  --tw-translate-x: -33.333333%;
}

.focus\:hc--translate-x-2\/3:focus {
  --tw-translate-x: -66.666667%;
}

.focus\:hc--translate-x-1\/4:focus {
  --tw-translate-x: -25%;
}

.focus\:hc--translate-x-2\/4:focus {
  --tw-translate-x: -50%;
}

.focus\:hc--translate-x-3\/4:focus {
  --tw-translate-x: -75%;
}

.focus\:hc--translate-x-full:focus {
  --tw-translate-x: -100%;
}

.focus\:hc-translate-y-0:focus {
  --tw-translate-y: 0px;
}

.focus\:hc-translate-y-1:focus {
  --tw-translate-y: 0.25rem;
}

.focus\:hc-translate-y-2:focus {
  --tw-translate-y: 0.5rem;
}

.focus\:hc-translate-y-3:focus {
  --tw-translate-y: 0.75rem;
}

.focus\:hc-translate-y-4:focus {
  --tw-translate-y: 1rem;
}

.focus\:hc-translate-y-5:focus {
  --tw-translate-y: 1.25rem;
}

.focus\:hc-translate-y-6:focus {
  --tw-translate-y: 1.5rem;
}

.focus\:hc-translate-y-7:focus {
  --tw-translate-y: 1.75rem;
}

.focus\:hc-translate-y-8:focus {
  --tw-translate-y: 2rem;
}

.focus\:hc-translate-y-9:focus {
  --tw-translate-y: 2.25rem;
}

.focus\:hc-translate-y-10:focus {
  --tw-translate-y: 2.5rem;
}

.focus\:hc-translate-y-11:focus {
  --tw-translate-y: 2.75rem;
}

.focus\:hc-translate-y-12:focus {
  --tw-translate-y: 3rem;
}

.focus\:hc-translate-y-14:focus {
  --tw-translate-y: 3.5rem;
}

.focus\:hc-translate-y-16:focus {
  --tw-translate-y: 4rem;
}

.focus\:hc-translate-y-20:focus {
  --tw-translate-y: 5rem;
}

.focus\:hc-translate-y-24:focus {
  --tw-translate-y: 6rem;
}

.focus\:hc-translate-y-28:focus {
  --tw-translate-y: 7rem;
}

.focus\:hc-translate-y-32:focus {
  --tw-translate-y: 8rem;
}

.focus\:hc-translate-y-36:focus {
  --tw-translate-y: 9rem;
}

.focus\:hc-translate-y-40:focus {
  --tw-translate-y: 10rem;
}

.focus\:hc-translate-y-44:focus {
  --tw-translate-y: 11rem;
}

.focus\:hc-translate-y-48:focus {
  --tw-translate-y: 12rem;
}

.focus\:hc-translate-y-52:focus {
  --tw-translate-y: 13rem;
}

.focus\:hc-translate-y-56:focus {
  --tw-translate-y: 14rem;
}

.focus\:hc-translate-y-60:focus {
  --tw-translate-y: 15rem;
}

.focus\:hc-translate-y-64:focus {
  --tw-translate-y: 16rem;
}

.focus\:hc-translate-y-72:focus {
  --tw-translate-y: 18rem;
}

.focus\:hc-translate-y-80:focus {
  --tw-translate-y: 20rem;
}

.focus\:hc-translate-y-96:focus {
  --tw-translate-y: 24rem;
}

.focus\:hc-translate-y-128:focus {
  --tw-translate-y: 32rem;
}

.focus\:hc-translate-y-144:focus {
  --tw-translate-y: 44rem;
}

.focus\:hc-translate-y-900:focus {
  --tw-translate-y: 900px;
}

.focus\:hc-translate-y-px:focus {
  --tw-translate-y: 1px;
}

.focus\:hc-translate-y-0\.5:focus {
  --tw-translate-y: 0.125rem;
}

.focus\:hc-translate-y-1\.5:focus {
  --tw-translate-y: 0.375rem;
}

.focus\:hc-translate-y-2\.5:focus {
  --tw-translate-y: 0.625rem;
}

.focus\:hc-translate-y-3\.5:focus {
  --tw-translate-y: 0.875rem;
}

.focus\:hc--translate-y-0:focus {
  --tw-translate-y: 0px;
}

.focus\:hc--translate-y-1:focus {
  --tw-translate-y: -0.25rem;
}

.focus\:hc--translate-y-2:focus {
  --tw-translate-y: -0.5rem;
}

.focus\:hc--translate-y-3:focus {
  --tw-translate-y: -0.75rem;
}

.focus\:hc--translate-y-4:focus {
  --tw-translate-y: -1rem;
}

.focus\:hc--translate-y-5:focus {
  --tw-translate-y: -1.25rem;
}

.focus\:hc--translate-y-6:focus {
  --tw-translate-y: -1.5rem;
}

.focus\:hc--translate-y-7:focus {
  --tw-translate-y: -1.75rem;
}

.focus\:hc--translate-y-8:focus {
  --tw-translate-y: -2rem;
}

.focus\:hc--translate-y-9:focus {
  --tw-translate-y: -2.25rem;
}

.focus\:hc--translate-y-10:focus {
  --tw-translate-y: -2.5rem;
}

.focus\:hc--translate-y-11:focus {
  --tw-translate-y: -2.75rem;
}

.focus\:hc--translate-y-12:focus {
  --tw-translate-y: -3rem;
}

.focus\:hc--translate-y-14:focus {
  --tw-translate-y: -3.5rem;
}

.focus\:hc--translate-y-16:focus {
  --tw-translate-y: -4rem;
}

.focus\:hc--translate-y-20:focus {
  --tw-translate-y: -5rem;
}

.focus\:hc--translate-y-24:focus {
  --tw-translate-y: -6rem;
}

.focus\:hc--translate-y-28:focus {
  --tw-translate-y: -7rem;
}

.focus\:hc--translate-y-32:focus {
  --tw-translate-y: -8rem;
}

.focus\:hc--translate-y-36:focus {
  --tw-translate-y: -9rem;
}

.focus\:hc--translate-y-40:focus {
  --tw-translate-y: -10rem;
}

.focus\:hc--translate-y-44:focus {
  --tw-translate-y: -11rem;
}

.focus\:hc--translate-y-48:focus {
  --tw-translate-y: -12rem;
}

.focus\:hc--translate-y-52:focus {
  --tw-translate-y: -13rem;
}

.focus\:hc--translate-y-56:focus {
  --tw-translate-y: -14rem;
}

.focus\:hc--translate-y-60:focus {
  --tw-translate-y: -15rem;
}

.focus\:hc--translate-y-64:focus {
  --tw-translate-y: -16rem;
}

.focus\:hc--translate-y-72:focus {
  --tw-translate-y: -18rem;
}

.focus\:hc--translate-y-80:focus {
  --tw-translate-y: -20rem;
}

.focus\:hc--translate-y-96:focus {
  --tw-translate-y: -24rem;
}

.focus\:hc--translate-y-128:focus {
  --tw-translate-y: -32rem;
}

.focus\:hc--translate-y-144:focus {
  --tw-translate-y: -44rem;
}

.focus\:hc--translate-y-900:focus {
  --tw-translate-y: -900px;
}

.focus\:hc--translate-y-px:focus {
  --tw-translate-y: -1px;
}

.focus\:hc--translate-y-0\.5:focus {
  --tw-translate-y: -0.125rem;
}

.focus\:hc--translate-y-1\.5:focus {
  --tw-translate-y: -0.375rem;
}

.focus\:hc--translate-y-2\.5:focus {
  --tw-translate-y: -0.625rem;
}

.focus\:hc--translate-y-3\.5:focus {
  --tw-translate-y: -0.875rem;
}

.focus\:hc-translate-y-1\/2:focus {
  --tw-translate-y: 50%;
}

.focus\:hc-translate-y-1\/3:focus {
  --tw-translate-y: 33.333333%;
}

.focus\:hc-translate-y-2\/3:focus {
  --tw-translate-y: 66.666667%;
}

.focus\:hc-translate-y-1\/4:focus {
  --tw-translate-y: 25%;
}

.focus\:hc-translate-y-2\/4:focus {
  --tw-translate-y: 50%;
}

.focus\:hc-translate-y-3\/4:focus {
  --tw-translate-y: 75%;
}

.focus\:hc-translate-y-full:focus {
  --tw-translate-y: 100%;
}

.focus\:hc--translate-y-1\/2:focus {
  --tw-translate-y: -50%;
}

.focus\:hc--translate-y-1\/3:focus {
  --tw-translate-y: -33.333333%;
}

.focus\:hc--translate-y-2\/3:focus {
  --tw-translate-y: -66.666667%;
}

.focus\:hc--translate-y-1\/4:focus {
  --tw-translate-y: -25%;
}

.focus\:hc--translate-y-2\/4:focus {
  --tw-translate-y: -50%;
}

.focus\:hc--translate-y-3\/4:focus {
  --tw-translate-y: -75%;
}

.focus\:hc--translate-y-full:focus {
  --tw-translate-y: -100%;
}

.hc-rotate-0 {
  --tw-rotate: 0deg;
}

.hc-rotate-1 {
  --tw-rotate: 1deg;
}

.hc-rotate-2 {
  --tw-rotate: 2deg;
}

.hc-rotate-3 {
  --tw-rotate: 3deg;
}

.hc-rotate-6 {
  --tw-rotate: 6deg;
}

.hc-rotate-12 {
  --tw-rotate: 12deg;
}

.hc-rotate-45 {
  --tw-rotate: 45deg;
}

.hc-rotate-90 {
  --tw-rotate: 90deg;
}

.hc-rotate-180 {
  --tw-rotate: 180deg;
}

.hc--rotate-180 {
  --tw-rotate: -180deg;
}

.hc--rotate-90 {
  --tw-rotate: -90deg;
}

.hc--rotate-45 {
  --tw-rotate: -45deg;
}

.hc--rotate-12 {
  --tw-rotate: -12deg;
}

.hc--rotate-6 {
  --tw-rotate: -6deg;
}

.hc--rotate-3 {
  --tw-rotate: -3deg;
}

.hc--rotate-2 {
  --tw-rotate: -2deg;
}

.hc--rotate-1 {
  --tw-rotate: -1deg;
}

.hover\:hc-rotate-0:hover {
  --tw-rotate: 0deg;
}

.hover\:hc-rotate-1:hover {
  --tw-rotate: 1deg;
}

.hover\:hc-rotate-2:hover {
  --tw-rotate: 2deg;
}

.hover\:hc-rotate-3:hover {
  --tw-rotate: 3deg;
}

.hover\:hc-rotate-6:hover {
  --tw-rotate: 6deg;
}

.hover\:hc-rotate-12:hover {
  --tw-rotate: 12deg;
}

.hover\:hc-rotate-45:hover {
  --tw-rotate: 45deg;
}

.hover\:hc-rotate-90:hover {
  --tw-rotate: 90deg;
}

.hover\:hc-rotate-180:hover {
  --tw-rotate: 180deg;
}

.hover\:hc--rotate-180:hover {
  --tw-rotate: -180deg;
}

.hover\:hc--rotate-90:hover {
  --tw-rotate: -90deg;
}

.hover\:hc--rotate-45:hover {
  --tw-rotate: -45deg;
}

.hover\:hc--rotate-12:hover {
  --tw-rotate: -12deg;
}

.hover\:hc--rotate-6:hover {
  --tw-rotate: -6deg;
}

.hover\:hc--rotate-3:hover {
  --tw-rotate: -3deg;
}

.hover\:hc--rotate-2:hover {
  --tw-rotate: -2deg;
}

.hover\:hc--rotate-1:hover {
  --tw-rotate: -1deg;
}

.focus\:hc-rotate-0:focus {
  --tw-rotate: 0deg;
}

.focus\:hc-rotate-1:focus {
  --tw-rotate: 1deg;
}

.focus\:hc-rotate-2:focus {
  --tw-rotate: 2deg;
}

.focus\:hc-rotate-3:focus {
  --tw-rotate: 3deg;
}

.focus\:hc-rotate-6:focus {
  --tw-rotate: 6deg;
}

.focus\:hc-rotate-12:focus {
  --tw-rotate: 12deg;
}

.focus\:hc-rotate-45:focus {
  --tw-rotate: 45deg;
}

.focus\:hc-rotate-90:focus {
  --tw-rotate: 90deg;
}

.focus\:hc-rotate-180:focus {
  --tw-rotate: 180deg;
}

.focus\:hc--rotate-180:focus {
  --tw-rotate: -180deg;
}

.focus\:hc--rotate-90:focus {
  --tw-rotate: -90deg;
}

.focus\:hc--rotate-45:focus {
  --tw-rotate: -45deg;
}

.focus\:hc--rotate-12:focus {
  --tw-rotate: -12deg;
}

.focus\:hc--rotate-6:focus {
  --tw-rotate: -6deg;
}

.focus\:hc--rotate-3:focus {
  --tw-rotate: -3deg;
}

.focus\:hc--rotate-2:focus {
  --tw-rotate: -2deg;
}

.focus\:hc--rotate-1:focus {
  --tw-rotate: -1deg;
}

.hc-skew-x-0 {
  --tw-skew-x: 0deg;
}

.hc-skew-x-1 {
  --tw-skew-x: 1deg;
}

.hc-skew-x-2 {
  --tw-skew-x: 2deg;
}

.hc-skew-x-3 {
  --tw-skew-x: 3deg;
}

.hc-skew-x-6 {
  --tw-skew-x: 6deg;
}

.hc-skew-x-12 {
  --tw-skew-x: 12deg;
}

.hc--skew-x-12 {
  --tw-skew-x: -12deg;
}

.hc--skew-x-6 {
  --tw-skew-x: -6deg;
}

.hc--skew-x-3 {
  --tw-skew-x: -3deg;
}

.hc--skew-x-2 {
  --tw-skew-x: -2deg;
}

.hc--skew-x-1 {
  --tw-skew-x: -1deg;
}

.hc-skew-y-0 {
  --tw-skew-y: 0deg;
}

.hc-skew-y-1 {
  --tw-skew-y: 1deg;
}

.hc-skew-y-2 {
  --tw-skew-y: 2deg;
}

.hc-skew-y-3 {
  --tw-skew-y: 3deg;
}

.hc-skew-y-6 {
  --tw-skew-y: 6deg;
}

.hc-skew-y-12 {
  --tw-skew-y: 12deg;
}

.hc--skew-y-12 {
  --tw-skew-y: -12deg;
}

.hc--skew-y-6 {
  --tw-skew-y: -6deg;
}

.hc--skew-y-3 {
  --tw-skew-y: -3deg;
}

.hc--skew-y-2 {
  --tw-skew-y: -2deg;
}

.hc--skew-y-1 {
  --tw-skew-y: -1deg;
}

.hover\:hc-skew-x-0:hover {
  --tw-skew-x: 0deg;
}

.hover\:hc-skew-x-1:hover {
  --tw-skew-x: 1deg;
}

.hover\:hc-skew-x-2:hover {
  --tw-skew-x: 2deg;
}

.hover\:hc-skew-x-3:hover {
  --tw-skew-x: 3deg;
}

.hover\:hc-skew-x-6:hover {
  --tw-skew-x: 6deg;
}

.hover\:hc-skew-x-12:hover {
  --tw-skew-x: 12deg;
}

.hover\:hc--skew-x-12:hover {
  --tw-skew-x: -12deg;
}

.hover\:hc--skew-x-6:hover {
  --tw-skew-x: -6deg;
}

.hover\:hc--skew-x-3:hover {
  --tw-skew-x: -3deg;
}

.hover\:hc--skew-x-2:hover {
  --tw-skew-x: -2deg;
}

.hover\:hc--skew-x-1:hover {
  --tw-skew-x: -1deg;
}

.hover\:hc-skew-y-0:hover {
  --tw-skew-y: 0deg;
}

.hover\:hc-skew-y-1:hover {
  --tw-skew-y: 1deg;
}

.hover\:hc-skew-y-2:hover {
  --tw-skew-y: 2deg;
}

.hover\:hc-skew-y-3:hover {
  --tw-skew-y: 3deg;
}

.hover\:hc-skew-y-6:hover {
  --tw-skew-y: 6deg;
}

.hover\:hc-skew-y-12:hover {
  --tw-skew-y: 12deg;
}

.hover\:hc--skew-y-12:hover {
  --tw-skew-y: -12deg;
}

.hover\:hc--skew-y-6:hover {
  --tw-skew-y: -6deg;
}

.hover\:hc--skew-y-3:hover {
  --tw-skew-y: -3deg;
}

.hover\:hc--skew-y-2:hover {
  --tw-skew-y: -2deg;
}

.hover\:hc--skew-y-1:hover {
  --tw-skew-y: -1deg;
}

.focus\:hc-skew-x-0:focus {
  --tw-skew-x: 0deg;
}

.focus\:hc-skew-x-1:focus {
  --tw-skew-x: 1deg;
}

.focus\:hc-skew-x-2:focus {
  --tw-skew-x: 2deg;
}

.focus\:hc-skew-x-3:focus {
  --tw-skew-x: 3deg;
}

.focus\:hc-skew-x-6:focus {
  --tw-skew-x: 6deg;
}

.focus\:hc-skew-x-12:focus {
  --tw-skew-x: 12deg;
}

.focus\:hc--skew-x-12:focus {
  --tw-skew-x: -12deg;
}

.focus\:hc--skew-x-6:focus {
  --tw-skew-x: -6deg;
}

.focus\:hc--skew-x-3:focus {
  --tw-skew-x: -3deg;
}

.focus\:hc--skew-x-2:focus {
  --tw-skew-x: -2deg;
}

.focus\:hc--skew-x-1:focus {
  --tw-skew-x: -1deg;
}

.focus\:hc-skew-y-0:focus {
  --tw-skew-y: 0deg;
}

.focus\:hc-skew-y-1:focus {
  --tw-skew-y: 1deg;
}

.focus\:hc-skew-y-2:focus {
  --tw-skew-y: 2deg;
}

.focus\:hc-skew-y-3:focus {
  --tw-skew-y: 3deg;
}

.focus\:hc-skew-y-6:focus {
  --tw-skew-y: 6deg;
}

.focus\:hc-skew-y-12:focus {
  --tw-skew-y: 12deg;
}

.focus\:hc--skew-y-12:focus {
  --tw-skew-y: -12deg;
}

.focus\:hc--skew-y-6:focus {
  --tw-skew-y: -6deg;
}

.focus\:hc--skew-y-3:focus {
  --tw-skew-y: -3deg;
}

.focus\:hc--skew-y-2:focus {
  --tw-skew-y: -2deg;
}

.focus\:hc--skew-y-1:focus {
  --tw-skew-y: -1deg;
}

.hc-scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.hc-scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.hc-scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.hc-scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.hc-scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.hc-scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.hc-scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.hc-scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.hc-scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.hc-scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.hover\:hc-scale-0:hover {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.hover\:hc-scale-50:hover {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.hover\:hc-scale-75:hover {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.hover\:hc-scale-90:hover {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.hover\:hc-scale-95:hover {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.hover\:hc-scale-100:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.hover\:hc-scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.hover\:hc-scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.hover\:hc-scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.hover\:hc-scale-150:hover {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.focus\:hc-scale-0:focus {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.focus\:hc-scale-50:focus {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.focus\:hc-scale-75:focus {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.focus\:hc-scale-90:focus {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.focus\:hc-scale-95:focus {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.focus\:hc-scale-100:focus {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.focus\:hc-scale-105:focus {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.focus\:hc-scale-110:focus {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.focus\:hc-scale-125:focus {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.focus\:hc-scale-150:focus {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.hc-scale-x-0 {
  --tw-scale-x: 0;
}

.hc-scale-x-50 {
  --tw-scale-x: .5;
}

.hc-scale-x-75 {
  --tw-scale-x: .75;
}

.hc-scale-x-90 {
  --tw-scale-x: .9;
}

.hc-scale-x-95 {
  --tw-scale-x: .95;
}

.hc-scale-x-100 {
  --tw-scale-x: 1;
}

.hc-scale-x-105 {
  --tw-scale-x: 1.05;
}

.hc-scale-x-110 {
  --tw-scale-x: 1.1;
}

.hc-scale-x-125 {
  --tw-scale-x: 1.25;
}

.hc-scale-x-150 {
  --tw-scale-x: 1.5;
}

.hc-scale-y-0 {
  --tw-scale-y: 0;
}

.hc-scale-y-50 {
  --tw-scale-y: .5;
}

.hc-scale-y-75 {
  --tw-scale-y: .75;
}

.hc-scale-y-90 {
  --tw-scale-y: .9;
}

.hc-scale-y-95 {
  --tw-scale-y: .95;
}

.hc-scale-y-100 {
  --tw-scale-y: 1;
}

.hc-scale-y-105 {
  --tw-scale-y: 1.05;
}

.hc-scale-y-110 {
  --tw-scale-y: 1.1;
}

.hc-scale-y-125 {
  --tw-scale-y: 1.25;
}

.hc-scale-y-150 {
  --tw-scale-y: 1.5;
}

.hover\:hc-scale-x-0:hover {
  --tw-scale-x: 0;
}

.hover\:hc-scale-x-50:hover {
  --tw-scale-x: .5;
}

.hover\:hc-scale-x-75:hover {
  --tw-scale-x: .75;
}

.hover\:hc-scale-x-90:hover {
  --tw-scale-x: .9;
}

.hover\:hc-scale-x-95:hover {
  --tw-scale-x: .95;
}

.hover\:hc-scale-x-100:hover {
  --tw-scale-x: 1;
}

.hover\:hc-scale-x-105:hover {
  --tw-scale-x: 1.05;
}

.hover\:hc-scale-x-110:hover {
  --tw-scale-x: 1.1;
}

.hover\:hc-scale-x-125:hover {
  --tw-scale-x: 1.25;
}

.hover\:hc-scale-x-150:hover {
  --tw-scale-x: 1.5;
}

.hover\:hc-scale-y-0:hover {
  --tw-scale-y: 0;
}

.hover\:hc-scale-y-50:hover {
  --tw-scale-y: .5;
}

.hover\:hc-scale-y-75:hover {
  --tw-scale-y: .75;
}

.hover\:hc-scale-y-90:hover {
  --tw-scale-y: .9;
}

.hover\:hc-scale-y-95:hover {
  --tw-scale-y: .95;
}

.hover\:hc-scale-y-100:hover {
  --tw-scale-y: 1;
}

.hover\:hc-scale-y-105:hover {
  --tw-scale-y: 1.05;
}

.hover\:hc-scale-y-110:hover {
  --tw-scale-y: 1.1;
}

.hover\:hc-scale-y-125:hover {
  --tw-scale-y: 1.25;
}

.hover\:hc-scale-y-150:hover {
  --tw-scale-y: 1.5;
}

.focus\:hc-scale-x-0:focus {
  --tw-scale-x: 0;
}

.focus\:hc-scale-x-50:focus {
  --tw-scale-x: .5;
}

.focus\:hc-scale-x-75:focus {
  --tw-scale-x: .75;
}

.focus\:hc-scale-x-90:focus {
  --tw-scale-x: .9;
}

.focus\:hc-scale-x-95:focus {
  --tw-scale-x: .95;
}

.focus\:hc-scale-x-100:focus {
  --tw-scale-x: 1;
}

.focus\:hc-scale-x-105:focus {
  --tw-scale-x: 1.05;
}

.focus\:hc-scale-x-110:focus {
  --tw-scale-x: 1.1;
}

.focus\:hc-scale-x-125:focus {
  --tw-scale-x: 1.25;
}

.focus\:hc-scale-x-150:focus {
  --tw-scale-x: 1.5;
}

.focus\:hc-scale-y-0:focus {
  --tw-scale-y: 0;
}

.focus\:hc-scale-y-50:focus {
  --tw-scale-y: .5;
}

.focus\:hc-scale-y-75:focus {
  --tw-scale-y: .75;
}

.focus\:hc-scale-y-90:focus {
  --tw-scale-y: .9;
}

.focus\:hc-scale-y-95:focus {
  --tw-scale-y: .95;
}

.focus\:hc-scale-y-100:focus {
  --tw-scale-y: 1;
}

.focus\:hc-scale-y-105:focus {
  --tw-scale-y: 1.05;
}

.focus\:hc-scale-y-110:focus {
  --tw-scale-y: 1.1;
}

.focus\:hc-scale-y-125:focus {
  --tw-scale-y: 1.25;
}

.focus\:hc-scale-y-150:focus {
  --tw-scale-y: 1.5;
}

@keyframes hc-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes hc-ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes hc-pulse {
  50% {
    opacity: .5;
  }
}

@keyframes hc-bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.hc-animate-none {
  animation: none;
}

.hc-animate-spin {
  animation: hc-spin 1s linear infinite;
}

.hc-animate-ping {
  animation: hc-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.hc-animate-pulse {
  animation: hc-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.hc-animate-bounce {
  animation: hc-bounce 1s infinite;
}

.hc-cursor-auto {
  cursor: auto;
}

.hc-cursor-default {
  cursor: default;
}

.hc-cursor-pointer {
  cursor: pointer;
}

.hc-cursor-wait {
  cursor: wait;
}

.hc-cursor-text {
  cursor: text;
}

.hc-cursor-move {
  cursor: move;
}

.hc-cursor-help {
  cursor: help;
}

.hc-cursor-not-allowed {
  cursor: not-allowed;
}

.hc-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.hc-select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.hc-select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.hc-select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

.hc-resize-none {
  resize: none;
}

.hc-resize-y {
  resize: vertical;
}

.hc-resize-x {
  resize: horizontal;
}

.hc-resize {
  resize: both;
}

.hc-list-inside {
  list-style-position: inside;
}

.hc-list-outside {
  list-style-position: outside;
}

.hc-list-none {
  list-style-type: none;
}

.hc-list-disc {
  list-style-type: disc;
}

.hc-list-decimal {
  list-style-type: decimal;
}

.hc-appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.hc-auto-cols-auto {
  grid-auto-columns: auto;
}

.hc-auto-cols-min {
  grid-auto-columns: min-content;
}

.hc-auto-cols-max {
  grid-auto-columns: max-content;
}

.hc-auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}

.hc-grid-flow-row {
  grid-auto-flow: row;
}

.hc-grid-flow-col {
  grid-auto-flow: column;
}

.hc-grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.hc-grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.hc-auto-rows-auto {
  grid-auto-rows: auto;
}

.hc-auto-rows-min {
  grid-auto-rows: min-content;
}

.hc-auto-rows-max {
  grid-auto-rows: max-content;
}

.hc-auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

.hc-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.hc-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hc-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hc-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hc-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hc-grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.hc-grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.hc-grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.hc-grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.hc-grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.hc-grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.hc-grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.hc-grid-cols-none {
  grid-template-columns: none;
}

.hc-grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.hc-grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.hc-grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.hc-grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.hc-grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.hc-grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.hc-grid-rows-none {
  grid-template-rows: none;
}

.hc-flex-row {
  flex-direction: row;
}

.hc-flex-row-reverse {
  flex-direction: row-reverse;
}

.hc-flex-col {
  flex-direction: column;
}

.hc-flex-col-reverse {
  flex-direction: column-reverse;
}

.hc-flex-wrap {
  flex-wrap: wrap;
}

.hc-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.hc-flex-nowrap {
  flex-wrap: nowrap;
}

.hc-place-content-center {
  place-content: center;
}

.hc-place-content-start {
  place-content: start;
}

.hc-place-content-end {
  place-content: end;
}

.hc-place-content-between {
  place-content: space-between;
}

.hc-place-content-around {
  place-content: space-around;
}

.hc-place-content-evenly {
  place-content: space-evenly;
}

.hc-place-content-stretch {
  place-content: stretch;
}

.hc-place-items-start {
  place-items: start;
}

.hc-place-items-end {
  place-items: end;
}

.hc-place-items-center {
  place-items: center;
}

.hc-place-items-stretch {
  place-items: stretch;
}

.hc-content-center {
  align-content: center;
}

.hc-content-start {
  align-content: flex-start;
}

.hc-content-end {
  align-content: flex-end;
}

.hc-content-between {
  align-content: space-between;
}

.hc-content-around {
  align-content: space-around;
}

.hc-content-evenly {
  align-content: space-evenly;
}

.hc-items-start {
  align-items: flex-start;
}

.hc-items-end {
  align-items: flex-end;
}

.hc-items-center {
  align-items: center;
}

.hc-items-baseline {
  align-items: baseline;
}

.hc-items-stretch {
  align-items: stretch;
}

.hc-justify-start {
  justify-content: flex-start;
}

.hc-justify-end {
  justify-content: flex-end;
}

.hc-justify-center {
  justify-content: center;
}

.hc-justify-between {
  justify-content: space-between;
}

.hc-justify-around {
  justify-content: space-around;
}

.hc-justify-evenly {
  justify-content: space-evenly;
}

.hc-justify-items-start {
  justify-items: start;
}

.hc-justify-items-end {
  justify-items: end;
}

.hc-justify-items-center {
  justify-items: center;
}

.hc-justify-items-stretch {
  justify-items: stretch;
}

.hc-gap-0 {
  gap: 0px;
}

.hc-gap-1 {
  gap: 0.25rem;
}

.hc-gap-2 {
  gap: 0.5rem;
}

.hc-gap-3 {
  gap: 0.75rem;
}

.hc-gap-4 {
  gap: 1rem;
}

.hc-gap-5 {
  gap: 1.25rem;
}

.hc-gap-6 {
  gap: 1.5rem;
}

.hc-gap-7 {
  gap: 1.75rem;
}

.hc-gap-8 {
  gap: 2rem;
}

.hc-gap-9 {
  gap: 2.25rem;
}

.hc-gap-10 {
  gap: 2.5rem;
}

.hc-gap-11 {
  gap: 2.75rem;
}

.hc-gap-12 {
  gap: 3rem;
}

.hc-gap-14 {
  gap: 3.5rem;
}

.hc-gap-16 {
  gap: 4rem;
}

.hc-gap-20 {
  gap: 5rem;
}

.hc-gap-24 {
  gap: 6rem;
}

.hc-gap-28 {
  gap: 7rem;
}

.hc-gap-32 {
  gap: 8rem;
}

.hc-gap-36 {
  gap: 9rem;
}

.hc-gap-40 {
  gap: 10rem;
}

.hc-gap-44 {
  gap: 11rem;
}

.hc-gap-48 {
  gap: 12rem;
}

.hc-gap-52 {
  gap: 13rem;
}

.hc-gap-56 {
  gap: 14rem;
}

.hc-gap-60 {
  gap: 15rem;
}

.hc-gap-64 {
  gap: 16rem;
}

.hc-gap-72 {
  gap: 18rem;
}

.hc-gap-80 {
  gap: 20rem;
}

.hc-gap-96 {
  gap: 24rem;
}

.hc-gap-128 {
  gap: 32rem;
}

.hc-gap-144 {
  gap: 44rem;
}

.hc-gap-900 {
  gap: 900px;
}

.hc-gap-px {
  gap: 1px;
}

.hc-gap-0\.5 {
  gap: 0.125rem;
}

.hc-gap-1\.5 {
  gap: 0.375rem;
}

.hc-gap-2\.5 {
  gap: 0.625rem;
}

.hc-gap-3\.5 {
  gap: 0.875rem;
}

.hc-gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.hc-gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.hc-gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.hc-gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.hc-gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.hc-gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.hc-gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.hc-gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.hc-gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.hc-gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.hc-gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.hc-gap-x-11 {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.hc-gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.hc-gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.hc-gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.hc-gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.hc-gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.hc-gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.hc-gap-x-32 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.hc-gap-x-36 {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.hc-gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.hc-gap-x-44 {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.hc-gap-x-48 {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.hc-gap-x-52 {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.hc-gap-x-56 {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.hc-gap-x-60 {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

.hc-gap-x-64 {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.hc-gap-x-72 {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.hc-gap-x-80 {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.hc-gap-x-96 {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.hc-gap-x-128 {
  -moz-column-gap: 32rem;
       column-gap: 32rem;
}

.hc-gap-x-144 {
  -moz-column-gap: 44rem;
       column-gap: 44rem;
}

.hc-gap-x-900 {
  -moz-column-gap: 900px;
       column-gap: 900px;
}

.hc-gap-x-px {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.hc-gap-x-0\.5 {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.hc-gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.hc-gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.hc-gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.hc-gap-y-0 {
  row-gap: 0px;
}

.hc-gap-y-1 {
  row-gap: 0.25rem;
}

.hc-gap-y-2 {
  row-gap: 0.5rem;
}

.hc-gap-y-3 {
  row-gap: 0.75rem;
}

.hc-gap-y-4 {
  row-gap: 1rem;
}

.hc-gap-y-5 {
  row-gap: 1.25rem;
}

.hc-gap-y-6 {
  row-gap: 1.5rem;
}

.hc-gap-y-7 {
  row-gap: 1.75rem;
}

.hc-gap-y-8 {
  row-gap: 2rem;
}

.hc-gap-y-9 {
  row-gap: 2.25rem;
}

.hc-gap-y-10 {
  row-gap: 2.5rem;
}

.hc-gap-y-11 {
  row-gap: 2.75rem;
}

.hc-gap-y-12 {
  row-gap: 3rem;
}

.hc-gap-y-14 {
  row-gap: 3.5rem;
}

.hc-gap-y-16 {
  row-gap: 4rem;
}

.hc-gap-y-20 {
  row-gap: 5rem;
}

.hc-gap-y-24 {
  row-gap: 6rem;
}

.hc-gap-y-28 {
  row-gap: 7rem;
}

.hc-gap-y-32 {
  row-gap: 8rem;
}

.hc-gap-y-36 {
  row-gap: 9rem;
}

.hc-gap-y-40 {
  row-gap: 10rem;
}

.hc-gap-y-44 {
  row-gap: 11rem;
}

.hc-gap-y-48 {
  row-gap: 12rem;
}

.hc-gap-y-52 {
  row-gap: 13rem;
}

.hc-gap-y-56 {
  row-gap: 14rem;
}

.hc-gap-y-60 {
  row-gap: 15rem;
}

.hc-gap-y-64 {
  row-gap: 16rem;
}

.hc-gap-y-72 {
  row-gap: 18rem;
}

.hc-gap-y-80 {
  row-gap: 20rem;
}

.hc-gap-y-96 {
  row-gap: 24rem;
}

.hc-gap-y-128 {
  row-gap: 32rem;
}

.hc-gap-y-144 {
  row-gap: 44rem;
}

.hc-gap-y-900 {
  row-gap: 900px;
}

.hc-gap-y-px {
  row-gap: 1px;
}

.hc-gap-y-0\.5 {
  row-gap: 0.125rem;
}

.hc-gap-y-1\.5 {
  row-gap: 0.375rem;
}

.hc-gap-y-2\.5 {
  row-gap: 0.625rem;
}

.hc-gap-y-3\.5 {
  row-gap: 0.875rem;
}

.hc-space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(6rem * var(--tw-space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(7rem * var(--tw-space-x-reverse));
  margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8rem * var(--tw-space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(9rem * var(--tw-space-x-reverse));
  margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10rem * var(--tw-space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(11rem * var(--tw-space-x-reverse));
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12rem * var(--tw-space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(13rem * var(--tw-space-x-reverse));
  margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(14rem * var(--tw-space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(15rem * var(--tw-space-x-reverse));
  margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16rem * var(--tw-space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(18rem * var(--tw-space-x-reverse));
  margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20rem * var(--tw-space-x-reverse));
  margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24rem * var(--tw-space-x-reverse));
  margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-128 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(32rem * var(--tw-space-x-reverse));
  margin-left: calc(32rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-144 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(44rem * var(--tw-space-x-reverse));
  margin-left: calc(44rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(900px * var(--tw-space-x-reverse));
  margin-left: calc(900px * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1px * var(--tw-space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1rem * var(--tw-space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2rem * var(--tw-space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3rem * var(--tw-space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-4rem * var(--tw-space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-5rem * var(--tw-space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-6rem * var(--tw-space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-7rem * var(--tw-space-x-reverse));
  margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-8rem * var(--tw-space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-9rem * var(--tw-space-x-reverse));
  margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-10rem * var(--tw-space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-11rem * var(--tw-space-x-reverse));
  margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-12rem * var(--tw-space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-13rem * var(--tw-space-x-reverse));
  margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-14rem * var(--tw-space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-15rem * var(--tw-space-x-reverse));
  margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-16rem * var(--tw-space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-18rem * var(--tw-space-x-reverse));
  margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-20rem * var(--tw-space-x-reverse));
  margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-24rem * var(--tw-space-x-reverse));
  margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-128 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-32rem * var(--tw-space-x-reverse));
  margin-left: calc(-32rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-144 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-44rem * var(--tw-space-x-reverse));
  margin-left: calc(-44rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-900px * var(--tw-space-x-reverse));
  margin-left: calc(-900px * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc--space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.hc-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.hc-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.hc-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.hc-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.hc-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.hc-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.hc-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.hc-space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.hc-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.hc-space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

.hc-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.hc-space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
}

.hc-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.hc-space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}

.hc-space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.hc-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

.hc-space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}

.hc-space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7rem * var(--tw-space-y-reverse));
}

.hc-space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}

.hc-space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9rem * var(--tw-space-y-reverse));
}

.hc-space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}

.hc-space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(11rem * var(--tw-space-y-reverse));
}

.hc-space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12rem * var(--tw-space-y-reverse));
}

.hc-space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13rem * var(--tw-space-y-reverse));
}

.hc-space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14rem * var(--tw-space-y-reverse));
}

.hc-space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15rem * var(--tw-space-y-reverse));
}

.hc-space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16rem * var(--tw-space-y-reverse));
}

.hc-space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18rem * var(--tw-space-y-reverse));
}

.hc-space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20rem * var(--tw-space-y-reverse));
}

.hc-space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24rem * var(--tw-space-y-reverse));
}

.hc-space-y-128 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(32rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(32rem * var(--tw-space-y-reverse));
}

.hc-space-y-144 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(44rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(44rem * var(--tw-space-y-reverse));
}

.hc-space-y-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(900px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(900px * var(--tw-space-y-reverse));
}

.hc-space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * var(--tw-space-y-reverse));
}

.hc-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.hc-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.hc-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.hc-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}

.hc--space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.hc--space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
}

.hc--space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
}

.hc--space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
}

.hc--space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
}

.hc--space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
}

.hc--space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
}

.hc--space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
}

.hc--space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
}

.hc--space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
}

.hc--space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
}

.hc--space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
}

.hc--space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
}

.hc--space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
}

.hc--space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
}

.hc--space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
}

.hc--space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
}

.hc--space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
}

.hc--space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
}

.hc--space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
}

.hc--space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
}

.hc--space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
}

.hc--space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
}

.hc--space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
}

.hc--space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
}

.hc--space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
}

.hc--space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
}

.hc--space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
}

.hc--space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
}

.hc--space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
}

.hc--space-y-128 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-32rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-32rem * var(--tw-space-y-reverse));
}

.hc--space-y-144 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-44rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-44rem * var(--tw-space-y-reverse));
}

.hc--space-y-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-900px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-900px * var(--tw-space-y-reverse));
}

.hc--space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}

.hc--space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
}

.hc--space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
}

.hc--space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
}

.hc--space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
}

.hc-space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.hc-space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.hc-divide-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}

.hc-divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.hc-divide-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}

.hc-divide-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(8px * var(--tw-divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
}

.hc-divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.hc-divide-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

.hc-divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.hc-divide-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}

.hc-divide-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}

.hc-divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.hc-divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

.hc-divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.hc-divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.hc-divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.hc-divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.hc-divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}

.hc-divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

.hc-divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}

.hc-divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
}

.hc-divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
}

.hc-divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
}

.hc-divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
}

.hc-divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
}

.hc-divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
}

.hc-divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
}

.hc-divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
}

.hc-divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
}

.hc-divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
}

.hc-divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
}

.hc-divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
}

.hc-divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
}

.hc-divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}

.hc-divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
}

.hc-divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
}

.hc-divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
}

.hc-divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
}

.hc-divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
}

.hc-divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

.hc-divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.hc-divide-red-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
}

.hc-divide-red-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}

.hc-divide-red-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}

.hc-divide-red-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}

.hc-divide-red-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}

.hc-divide-red-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
}

.hc-divide-red-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}

.hc-divide-red-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}

.hc-divide-red-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}

.hc-divide-red-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
}

.hc-divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
}

.hc-divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
}

.hc-divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
}

.hc-divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
}

.hc-divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
}

.hc-divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
}

.hc-divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
}

.hc-divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
}

.hc-divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
}

.hc-divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
}

.hc-divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0;
}

.hc-divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05;
}

.hc-divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1;
}

.hc-divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2;
}

.hc-divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25;
}

.hc-divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3;
}

.hc-divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4;
}

.hc-divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5;
}

.hc-divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6;
}

.hc-divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7;
}

.hc-divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75;
}

.hc-divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8;
}

.hc-divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9;
}

.hc-divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95;
}

.hc-divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

.hc-place-self-auto {
  place-self: auto;
}

.hc-place-self-start {
  place-self: start;
}

.hc-place-self-end {
  place-self: end;
}

.hc-place-self-center {
  place-self: center;
}

.hc-place-self-stretch {
  place-self: stretch;
}

.hc-self-auto {
  align-self: auto;
}

.hc-self-start {
  align-self: flex-start;
}

.hc-self-end {
  align-self: flex-end;
}

.hc-self-center {
  align-self: center;
}

.hc-self-stretch {
  align-self: stretch;
}

.hc-self-baseline {
  align-self: baseline;
}

.hc-justify-self-auto {
  justify-self: auto;
}

.hc-justify-self-start {
  justify-self: start;
}

.hc-justify-self-end {
  justify-self: end;
}

.hc-justify-self-center {
  justify-self: center;
}

.hc-justify-self-stretch {
  justify-self: stretch;
}

.hc-overflow-auto {
  overflow: auto;
}

.hc-overflow-hidden {
  overflow: hidden;
}

.hc-overflow-visible {
  overflow: visible;
}

.hc-overflow-scroll {
  overflow: scroll;
}

.hc-overflow-x-auto {
  overflow-x: auto;
}

.hc-overflow-y-auto {
  overflow-y: auto;
}

.hc-overflow-x-hidden {
  overflow-x: hidden;
}

.hc-overflow-y-hidden {
  overflow-y: hidden;
}

.hc-overflow-x-visible {
  overflow-x: visible;
}

.hc-overflow-y-visible {
  overflow-y: visible;
}

.hc-overflow-x-scroll {
  overflow-x: scroll;
}

.hc-overflow-y-scroll {
  overflow-y: scroll;
}

.hc-overscroll-auto {
  overscroll-behavior: auto;
}

.hc-overscroll-contain {
  overscroll-behavior: contain;
}

.hc-overscroll-none {
  overscroll-behavior: none;
}

.hc-overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.hc-overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.hc-overscroll-y-none {
  overscroll-behavior-y: none;
}

.hc-overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.hc-overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.hc-overscroll-x-none {
  overscroll-behavior-x: none;
}

.hc-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hc-overflow-ellipsis {
  text-overflow: ellipsis;
}

.hc-overflow-clip {
  text-overflow: clip;
}

.hc-whitespace-normal {
  white-space: normal;
}

.hc-whitespace-nowrap {
  white-space: nowrap;
}

.hc-whitespace-pre {
  white-space: pre;
}

.hc-whitespace-pre-line {
  white-space: pre-line;
}

.hc-whitespace-pre-wrap {
  white-space: pre-wrap;
}

.hc-break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.hc-break-words {
  overflow-wrap: break-word;
}

.hc-break-all {
  word-break: break-all;
}

.hc-rounded-none {
  border-radius: 0px;
}

.hc-rounded-sm {
  border-radius: 0.125rem;
}

.hc-rounded {
  border-radius: 0.25rem;
}

.hc-rounded-md {
  border-radius: 0.375rem;
}

.hc-rounded-lg {
  border-radius: 0.5rem;
}

.hc-rounded-xl {
  border-radius: 0.75rem;
}

.hc-rounded-2xl {
  border-radius: 1rem;
}

.hc-rounded-3xl {
  border-radius: 1.5rem;
}

.hc-rounded-full {
  border-radius: 9999px;
}

.hc-rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.hc-rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.hc-rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.hc-rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.hc-rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.hc-rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.hc-rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.hc-rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.hc-rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.hc-rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.hc-rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.hc-rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.hc-rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.hc-rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.hc-rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.hc-rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.hc-rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.hc-rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.hc-rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.hc-rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.hc-rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.hc-rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.hc-rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.hc-rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.hc-rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.hc-rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.hc-rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.hc-rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.hc-rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.hc-rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.hc-rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.hc-rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.hc-rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.hc-rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.hc-rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.hc-rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.hc-rounded-tl-none {
  border-top-left-radius: 0px;
}

.hc-rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.hc-rounded-tl {
  border-top-left-radius: 0.25rem;
}

.hc-rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.hc-rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.hc-rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.hc-rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.hc-rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

.hc-rounded-tl-full {
  border-top-left-radius: 9999px;
}

.hc-rounded-tr-none {
  border-top-right-radius: 0px;
}

.hc-rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.hc-rounded-tr {
  border-top-right-radius: 0.25rem;
}

.hc-rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.hc-rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.hc-rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.hc-rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.hc-rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

.hc-rounded-tr-full {
  border-top-right-radius: 9999px;
}

.hc-rounded-br-none {
  border-bottom-right-radius: 0px;
}

.hc-rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.hc-rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.hc-rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.hc-rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.hc-rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.hc-rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.hc-rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}

.hc-rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.hc-rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.hc-rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.hc-rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.hc-rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.hc-rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.hc-rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.hc-rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.hc-rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

.hc-rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.hc-border-0 {
  border-width: 0px;
}

.hc-border-2 {
  border-width: 2px;
}

.hc-border-4 {
  border-width: 4px;
}

.hc-border-8 {
  border-width: 8px;
}

.hc-border {
  border-width: 1px;
}

.hc-border-t-0 {
  border-top-width: 0px;
}

.hc-border-t-2 {
  border-top-width: 2px;
}

.hc-border-t-4 {
  border-top-width: 4px;
}

.hc-border-t-8 {
  border-top-width: 8px;
}

.hc-border-t {
  border-top-width: 1px;
}

.hc-border-r-0 {
  border-right-width: 0px;
}

.hc-border-r-2 {
  border-right-width: 2px;
}

.hc-border-r-4 {
  border-right-width: 4px;
}

.hc-border-r-8 {
  border-right-width: 8px;
}

.hc-border-r {
  border-right-width: 1px;
}

.hc-border-b-0 {
  border-bottom-width: 0px;
}

.hc-border-b-2 {
  border-bottom-width: 2px;
}

.hc-border-b-4 {
  border-bottom-width: 4px;
}

.hc-border-b-8 {
  border-bottom-width: 8px;
}

.hc-border-b {
  border-bottom-width: 1px;
}

.hc-border-l-0 {
  border-left-width: 0px;
}

.hc-border-l-2 {
  border-left-width: 2px;
}

.hc-border-l-4 {
  border-left-width: 4px;
}

.hc-border-l-8 {
  border-left-width: 8px;
}

.hc-border-l {
  border-left-width: 1px;
}

.hc-border-solid {
  border-style: solid;
}

.hc-border-dashed {
  border-style: dashed;
}

.hc-border-dotted {
  border-style: dotted;
}

.hc-border-double {
  border-style: double;
}

.hc-border-none {
  border-style: none;
}

.hc-border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.hc-border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.hc-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.hc-border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.hc-border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.hc-border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.hc-border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.hc-border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.hc-border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.hc-border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.hc-border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.hc-border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.hc-border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.hc-border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.hc-border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.hc-border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.hc-border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.hc-border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.hc-border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.hc-border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.hc-border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.hc-border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hc-border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.hc-border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.hc-border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.hc-border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.hc-border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.hc-border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.hc-border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.hc-border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.hc-border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.hc-border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.hc-border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.hc-border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.hc-border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.hc-border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.hc-border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.hc-border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.hc-border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.hc-border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.hc-border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.hc-border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.checked\:hc-border-gray-50:checked {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.checked\:hc-border-gray-100:checked {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.checked\:hc-border-gray-200:checked {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.checked\:hc-border-gray-300:checked {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.checked\:hc-border-gray-400:checked {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.checked\:hc-border-gray-500:checked {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.checked\:hc-border-gray-600:checked {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.checked\:hc-border-gray-700:checked {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.checked\:hc-border-gray-800:checked {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.checked\:hc-border-gray-900:checked {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.checked\:hc-border-purple-50:checked {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.checked\:hc-border-purple-100:checked {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.checked\:hc-border-purple-200:checked {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.checked\:hc-border-purple-300:checked {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.checked\:hc-border-purple-400:checked {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.checked\:hc-border-purple-500:checked {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.checked\:hc-border-purple-600:checked {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.checked\:hc-border-purple-700:checked {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.checked\:hc-border-purple-800:checked {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.checked\:hc-border-purple-900:checked {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.checked\:hc-border-black:checked {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.checked\:hc-border-white:checked {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.checked\:hc-border-red-50:checked {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.checked\:hc-border-red-100:checked {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.checked\:hc-border-red-200:checked {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.checked\:hc-border-red-300:checked {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.checked\:hc-border-red-400:checked {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.checked\:hc-border-red-500:checked {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.checked\:hc-border-red-600:checked {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.checked\:hc-border-red-700:checked {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.checked\:hc-border-red-800:checked {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.checked\:hc-border-red-900:checked {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.checked\:hc-border-blue-50:checked {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.checked\:hc-border-blue-100:checked {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.checked\:hc-border-blue-200:checked {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.checked\:hc-border-blue-300:checked {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.checked\:hc-border-blue-400:checked {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.checked\:hc-border-blue-500:checked {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.checked\:hc-border-blue-600:checked {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.checked\:hc-border-blue-700:checked {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.checked\:hc-border-blue-800:checked {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.checked\:hc-border-blue-900:checked {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.hc-group:hover .group-hover\:hc-border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.focus-within\:hc-border-gray-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.focus-within\:hc-border-gray-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.focus-within\:hc-border-gray-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.focus-within\:hc-border-gray-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.focus-within\:hc-border-gray-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.focus-within\:hc-border-gray-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.focus-within\:hc-border-gray-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.focus-within\:hc-border-gray-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.focus-within\:hc-border-gray-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.focus-within\:hc-border-gray-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.focus-within\:hc-border-purple-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.focus-within\:hc-border-purple-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.focus-within\:hc-border-purple-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.focus-within\:hc-border-purple-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.focus-within\:hc-border-purple-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.focus-within\:hc-border-purple-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.focus-within\:hc-border-purple-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.focus-within\:hc-border-purple-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.focus-within\:hc-border-purple-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.focus-within\:hc-border-purple-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.focus-within\:hc-border-black:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus-within\:hc-border-white:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus-within\:hc-border-red-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.focus-within\:hc-border-red-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.focus-within\:hc-border-red-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.focus-within\:hc-border-red-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.focus-within\:hc-border-red-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.focus-within\:hc-border-red-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.focus-within\:hc-border-red-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.focus-within\:hc-border-red-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.focus-within\:hc-border-red-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.focus-within\:hc-border-red-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.focus-within\:hc-border-blue-50:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.focus-within\:hc-border-blue-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.focus-within\:hc-border-blue-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.focus-within\:hc-border-blue-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.focus-within\:hc-border-blue-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.focus-within\:hc-border-blue-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.focus-within\:hc-border-blue-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.focus-within\:hc-border-blue-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.focus-within\:hc-border-blue-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.focus-within\:hc-border-blue-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.hover\:hc-border-gray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.hover\:hc-border-gray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.hover\:hc-border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.hover\:hc-border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.hover\:hc-border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.hover\:hc-border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.hover\:hc-border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.hover\:hc-border-gray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.hover\:hc-border-gray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.hover\:hc-border-gray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.hover\:hc-border-purple-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.hover\:hc-border-purple-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.hover\:hc-border-purple-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.hover\:hc-border-purple-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.hover\:hc-border-purple-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.hover\:hc-border-purple-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.hover\:hc-border-purple-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.hover\:hc-border-purple-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.hover\:hc-border-purple-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.hover\:hc-border-purple-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.hover\:hc-border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.hover\:hc-border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:hc-border-red-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.hover\:hc-border-red-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.hover\:hc-border-red-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.hover\:hc-border-red-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.hover\:hc-border-red-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.hover\:hc-border-red-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.hover\:hc-border-red-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.hover\:hc-border-red-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.hover\:hc-border-red-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.hover\:hc-border-red-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.hover\:hc-border-blue-50:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.hover\:hc-border-blue-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.hover\:hc-border-blue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.hover\:hc-border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.hover\:hc-border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.hover\:hc-border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.hover\:hc-border-blue-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.hover\:hc-border-blue-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.hover\:hc-border-blue-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.hover\:hc-border-blue-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.focus\:hc-border-gray-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}

.focus\:hc-border-gray-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}

.focus\:hc-border-gray-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.focus\:hc-border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.focus\:hc-border-gray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}

.focus\:hc-border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}

.focus\:hc-border-gray-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.focus\:hc-border-gray-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}

.focus\:hc-border-gray-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.focus\:hc-border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}

.focus\:hc-border-purple-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-border-opacity));
}

.focus\:hc-border-purple-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.focus\:hc-border-purple-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.focus\:hc-border-purple-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.focus\:hc-border-purple-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.focus\:hc-border-purple-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

.focus\:hc-border-purple-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-border-opacity));
}

.focus\:hc-border-purple-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-border-opacity));
}

.focus\:hc-border-purple-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.focus\:hc-border-purple-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.focus\:hc-border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus\:hc-border-white:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus\:hc-border-red-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.focus\:hc-border-red-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.focus\:hc-border-red-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.focus\:hc-border-red-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.focus\:hc-border-red-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.focus\:hc-border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.focus\:hc-border-red-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.focus\:hc-border-red-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.focus\:hc-border-red-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.focus\:hc-border-red-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

.focus\:hc-border-blue-50:focus {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.focus\:hc-border-blue-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.focus\:hc-border-blue-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.focus\:hc-border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.focus\:hc-border-blue-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.focus\:hc-border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.focus\:hc-border-blue-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.focus\:hc-border-blue-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.focus\:hc-border-blue-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.focus\:hc-border-blue-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.hc-border-opacity-0 {
  --tw-border-opacity: 0;
}

.hc-border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.hc-border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.hc-border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.hc-border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.hc-border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.hc-border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.hc-border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.hc-border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.hc-border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.hc-border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.hc-border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.hc-border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.hc-border-opacity-95 {
  --tw-border-opacity: 0.95;
}

.hc-border-opacity-100 {
  --tw-border-opacity: 1;
}

.hc-group:hover .group-hover\:hc-border-opacity-0 {
  --tw-border-opacity: 0;
}

.hc-group:hover .group-hover\:hc-border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.hc-group:hover .group-hover\:hc-border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.hc-group:hover .group-hover\:hc-border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.hc-group:hover .group-hover\:hc-border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.hc-group:hover .group-hover\:hc-border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.hc-group:hover .group-hover\:hc-border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.hc-group:hover .group-hover\:hc-border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.hc-group:hover .group-hover\:hc-border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.hc-group:hover .group-hover\:hc-border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.hc-group:hover .group-hover\:hc-border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.hc-group:hover .group-hover\:hc-border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.hc-group:hover .group-hover\:hc-border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.hc-group:hover .group-hover\:hc-border-opacity-95 {
  --tw-border-opacity: 0.95;
}

.hc-group:hover .group-hover\:hc-border-opacity-100 {
  --tw-border-opacity: 1;
}

.focus-within\:hc-border-opacity-0:focus-within {
  --tw-border-opacity: 0;
}

.focus-within\:hc-border-opacity-5:focus-within {
  --tw-border-opacity: 0.05;
}

.focus-within\:hc-border-opacity-10:focus-within {
  --tw-border-opacity: 0.1;
}

.focus-within\:hc-border-opacity-20:focus-within {
  --tw-border-opacity: 0.2;
}

.focus-within\:hc-border-opacity-25:focus-within {
  --tw-border-opacity: 0.25;
}

.focus-within\:hc-border-opacity-30:focus-within {
  --tw-border-opacity: 0.3;
}

.focus-within\:hc-border-opacity-40:focus-within {
  --tw-border-opacity: 0.4;
}

.focus-within\:hc-border-opacity-50:focus-within {
  --tw-border-opacity: 0.5;
}

.focus-within\:hc-border-opacity-60:focus-within {
  --tw-border-opacity: 0.6;
}

.focus-within\:hc-border-opacity-70:focus-within {
  --tw-border-opacity: 0.7;
}

.focus-within\:hc-border-opacity-75:focus-within {
  --tw-border-opacity: 0.75;
}

.focus-within\:hc-border-opacity-80:focus-within {
  --tw-border-opacity: 0.8;
}

.focus-within\:hc-border-opacity-90:focus-within {
  --tw-border-opacity: 0.9;
}

.focus-within\:hc-border-opacity-95:focus-within {
  --tw-border-opacity: 0.95;
}

.focus-within\:hc-border-opacity-100:focus-within {
  --tw-border-opacity: 1;
}

.hover\:hc-border-opacity-0:hover {
  --tw-border-opacity: 0;
}

.hover\:hc-border-opacity-5:hover {
  --tw-border-opacity: 0.05;
}

.hover\:hc-border-opacity-10:hover {
  --tw-border-opacity: 0.1;
}

.hover\:hc-border-opacity-20:hover {
  --tw-border-opacity: 0.2;
}

.hover\:hc-border-opacity-25:hover {
  --tw-border-opacity: 0.25;
}

.hover\:hc-border-opacity-30:hover {
  --tw-border-opacity: 0.3;
}

.hover\:hc-border-opacity-40:hover {
  --tw-border-opacity: 0.4;
}

.hover\:hc-border-opacity-50:hover {
  --tw-border-opacity: 0.5;
}

.hover\:hc-border-opacity-60:hover {
  --tw-border-opacity: 0.6;
}

.hover\:hc-border-opacity-70:hover {
  --tw-border-opacity: 0.7;
}

.hover\:hc-border-opacity-75:hover {
  --tw-border-opacity: 0.75;
}

.hover\:hc-border-opacity-80:hover {
  --tw-border-opacity: 0.8;
}

.hover\:hc-border-opacity-90:hover {
  --tw-border-opacity: 0.9;
}

.hover\:hc-border-opacity-95:hover {
  --tw-border-opacity: 0.95;
}

.hover\:hc-border-opacity-100:hover {
  --tw-border-opacity: 1;
}

.focus\:hc-border-opacity-0:focus {
  --tw-border-opacity: 0;
}

.focus\:hc-border-opacity-5:focus {
  --tw-border-opacity: 0.05;
}

.focus\:hc-border-opacity-10:focus {
  --tw-border-opacity: 0.1;
}

.focus\:hc-border-opacity-20:focus {
  --tw-border-opacity: 0.2;
}

.focus\:hc-border-opacity-25:focus {
  --tw-border-opacity: 0.25;
}

.focus\:hc-border-opacity-30:focus {
  --tw-border-opacity: 0.3;
}

.focus\:hc-border-opacity-40:focus {
  --tw-border-opacity: 0.4;
}

.focus\:hc-border-opacity-50:focus {
  --tw-border-opacity: 0.5;
}

.focus\:hc-border-opacity-60:focus {
  --tw-border-opacity: 0.6;
}

.focus\:hc-border-opacity-70:focus {
  --tw-border-opacity: 0.7;
}

.focus\:hc-border-opacity-75:focus {
  --tw-border-opacity: 0.75;
}

.focus\:hc-border-opacity-80:focus {
  --tw-border-opacity: 0.8;
}

.focus\:hc-border-opacity-90:focus {
  --tw-border-opacity: 0.9;
}

.focus\:hc-border-opacity-95:focus {
  --tw-border-opacity: 0.95;
}

.focus\:hc-border-opacity-100:focus {
  --tw-border-opacity: 1;
}

.hc-bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.hc-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.hc-bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.hc-bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.hc-bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.hc-bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.hc-bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.hc-bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.hc-bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.hc-bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.hc-bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.hc-bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.hc-bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.hc-bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.hc-bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.hc-bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.hc-bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.hc-bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.hc-bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.hc-bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.hc-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.hc-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hc-bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.hc-bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.hc-bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.hc-bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.hc-bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.hc-bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.hc-bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.hc-bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.hc-bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.hc-bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.hc-bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.hc-bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.hc-bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.hc-bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.hc-bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.hc-bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.hc-bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.hc-bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.hc-bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.hc-bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.checked\:hc-bg-gray-50:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.checked\:hc-bg-gray-100:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.checked\:hc-bg-gray-200:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.checked\:hc-bg-gray-300:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.checked\:hc-bg-gray-400:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.checked\:hc-bg-gray-500:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.checked\:hc-bg-gray-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.checked\:hc-bg-gray-700:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.checked\:hc-bg-gray-800:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.checked\:hc-bg-gray-900:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.checked\:hc-bg-purple-50:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.checked\:hc-bg-purple-100:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.checked\:hc-bg-purple-200:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.checked\:hc-bg-purple-300:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.checked\:hc-bg-purple-400:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.checked\:hc-bg-purple-500:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.checked\:hc-bg-purple-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.checked\:hc-bg-purple-700:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.checked\:hc-bg-purple-800:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.checked\:hc-bg-purple-900:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.checked\:hc-bg-black:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.checked\:hc-bg-white:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.checked\:hc-bg-red-50:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.checked\:hc-bg-red-100:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.checked\:hc-bg-red-200:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.checked\:hc-bg-red-300:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.checked\:hc-bg-red-400:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.checked\:hc-bg-red-500:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.checked\:hc-bg-red-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.checked\:hc-bg-red-700:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.checked\:hc-bg-red-800:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.checked\:hc-bg-red-900:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.checked\:hc-bg-blue-50:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.checked\:hc-bg-blue-100:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.checked\:hc-bg-blue-200:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.checked\:hc-bg-blue-300:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.checked\:hc-bg-blue-400:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.checked\:hc-bg-blue-500:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.checked\:hc-bg-blue-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.checked\:hc-bg-blue-700:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.checked\:hc-bg-blue-800:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.checked\:hc-bg-blue-900:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.hc-group:hover .group-hover\:hc-bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-gray-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-gray-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-gray-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-gray-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-gray-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-gray-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-gray-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-gray-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-gray-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-gray-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-purple-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-purple-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-purple-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-purple-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-purple-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-purple-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-purple-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-purple-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-purple-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-purple-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-black:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-white:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-red-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-red-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-red-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-red-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-red-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-red-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-red-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-red-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-red-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-red-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-blue-50:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-blue-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-blue-200:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-blue-300:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-blue-400:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-blue-500:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-blue-600:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-blue-700:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-blue-800:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.focus-within\:hc-bg-blue-900:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.hover\:hc-bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.hover\:hc-bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.hover\:hc-bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.hover\:hc-bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.hover\:hc-bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.hover\:hc-bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.hover\:hc-bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.hover\:hc-bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.hover\:hc-bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.hover\:hc-bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.hover\:hc-bg-purple-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.hover\:hc-bg-purple-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.hover\:hc-bg-purple-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.hover\:hc-bg-purple-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.hover\:hc-bg-purple-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.hover\:hc-bg-purple-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.hover\:hc-bg-purple-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.hover\:hc-bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.hover\:hc-bg-purple-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.hover\:hc-bg-purple-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.hover\:hc-bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.hover\:hc-bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:hc-bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.hover\:hc-bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.hover\:hc-bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.hover\:hc-bg-red-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.hover\:hc-bg-red-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.hover\:hc-bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.hover\:hc-bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.hover\:hc-bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.hover\:hc-bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.hover\:hc-bg-red-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.hover\:hc-bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.hover\:hc-bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.hover\:hc-bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.hover\:hc-bg-blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.hover\:hc-bg-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.hover\:hc-bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.hover\:hc-bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.hover\:hc-bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.hover\:hc-bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.hover\:hc-bg-blue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.focus\:hc-bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}

.focus\:hc-bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.focus\:hc-bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.focus\:hc-bg-gray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.focus\:hc-bg-gray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.focus\:hc-bg-gray-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.focus\:hc-bg-gray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.focus\:hc-bg-gray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

.focus\:hc-bg-gray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}

.focus\:hc-bg-gray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

.focus\:hc-bg-purple-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.focus\:hc-bg-purple-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.focus\:hc-bg-purple-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.focus\:hc-bg-purple-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.focus\:hc-bg-purple-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.focus\:hc-bg-purple-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.focus\:hc-bg-purple-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.focus\:hc-bg-purple-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.focus\:hc-bg-purple-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.focus\:hc-bg-purple-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.focus\:hc-bg-black:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus\:hc-bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:hc-bg-red-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.focus\:hc-bg-red-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.focus\:hc-bg-red-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.focus\:hc-bg-red-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.focus\:hc-bg-red-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.focus\:hc-bg-red-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.focus\:hc-bg-red-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.focus\:hc-bg-red-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.focus\:hc-bg-red-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.focus\:hc-bg-red-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.focus\:hc-bg-blue-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.focus\:hc-bg-blue-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.focus\:hc-bg-blue-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.focus\:hc-bg-blue-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.focus\:hc-bg-blue-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.focus\:hc-bg-blue-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.focus\:hc-bg-blue-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.focus\:hc-bg-blue-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.focus\:hc-bg-blue-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.focus\:hc-bg-blue-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.hc-bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.hc-bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.hc-bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.hc-bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.hc-bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.hc-bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.hc-bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.hc-bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.hc-bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.hc-bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.hc-bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.hc-bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.hc-bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.hc-bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.hc-bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.hc-group:hover .group-hover\:hc-bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.hc-group:hover .group-hover\:hc-bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.hc-group:hover .group-hover\:hc-bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.hc-group:hover .group-hover\:hc-bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.hc-group:hover .group-hover\:hc-bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.hc-group:hover .group-hover\:hc-bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.hc-group:hover .group-hover\:hc-bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.hc-group:hover .group-hover\:hc-bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.hc-group:hover .group-hover\:hc-bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.hc-group:hover .group-hover\:hc-bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.hc-group:hover .group-hover\:hc-bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.hc-group:hover .group-hover\:hc-bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.hc-group:hover .group-hover\:hc-bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.hc-group:hover .group-hover\:hc-bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.hc-group:hover .group-hover\:hc-bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.focus-within\:hc-bg-opacity-0:focus-within {
  --tw-bg-opacity: 0;
}

.focus-within\:hc-bg-opacity-5:focus-within {
  --tw-bg-opacity: 0.05;
}

.focus-within\:hc-bg-opacity-10:focus-within {
  --tw-bg-opacity: 0.1;
}

.focus-within\:hc-bg-opacity-20:focus-within {
  --tw-bg-opacity: 0.2;
}

.focus-within\:hc-bg-opacity-25:focus-within {
  --tw-bg-opacity: 0.25;
}

.focus-within\:hc-bg-opacity-30:focus-within {
  --tw-bg-opacity: 0.3;
}

.focus-within\:hc-bg-opacity-40:focus-within {
  --tw-bg-opacity: 0.4;
}

.focus-within\:hc-bg-opacity-50:focus-within {
  --tw-bg-opacity: 0.5;
}

.focus-within\:hc-bg-opacity-60:focus-within {
  --tw-bg-opacity: 0.6;
}

.focus-within\:hc-bg-opacity-70:focus-within {
  --tw-bg-opacity: 0.7;
}

.focus-within\:hc-bg-opacity-75:focus-within {
  --tw-bg-opacity: 0.75;
}

.focus-within\:hc-bg-opacity-80:focus-within {
  --tw-bg-opacity: 0.8;
}

.focus-within\:hc-bg-opacity-90:focus-within {
  --tw-bg-opacity: 0.9;
}

.focus-within\:hc-bg-opacity-95:focus-within {
  --tw-bg-opacity: 0.95;
}

.focus-within\:hc-bg-opacity-100:focus-within {
  --tw-bg-opacity: 1;
}

.hover\:hc-bg-opacity-0:hover {
  --tw-bg-opacity: 0;
}

.hover\:hc-bg-opacity-5:hover {
  --tw-bg-opacity: 0.05;
}

.hover\:hc-bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}

.hover\:hc-bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}

.hover\:hc-bg-opacity-25:hover {
  --tw-bg-opacity: 0.25;
}

.hover\:hc-bg-opacity-30:hover {
  --tw-bg-opacity: 0.3;
}

.hover\:hc-bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}

.hover\:hc-bg-opacity-50:hover {
  --tw-bg-opacity: 0.5;
}

.hover\:hc-bg-opacity-60:hover {
  --tw-bg-opacity: 0.6;
}

.hover\:hc-bg-opacity-70:hover {
  --tw-bg-opacity: 0.7;
}

.hover\:hc-bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}

.hover\:hc-bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}

.hover\:hc-bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}

.hover\:hc-bg-opacity-95:hover {
  --tw-bg-opacity: 0.95;
}

.hover\:hc-bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}

.focus\:hc-bg-opacity-0:focus {
  --tw-bg-opacity: 0;
}

.focus\:hc-bg-opacity-5:focus {
  --tw-bg-opacity: 0.05;
}

.focus\:hc-bg-opacity-10:focus {
  --tw-bg-opacity: 0.1;
}

.focus\:hc-bg-opacity-20:focus {
  --tw-bg-opacity: 0.2;
}

.focus\:hc-bg-opacity-25:focus {
  --tw-bg-opacity: 0.25;
}

.focus\:hc-bg-opacity-30:focus {
  --tw-bg-opacity: 0.3;
}

.focus\:hc-bg-opacity-40:focus {
  --tw-bg-opacity: 0.4;
}

.focus\:hc-bg-opacity-50:focus {
  --tw-bg-opacity: 0.5;
}

.focus\:hc-bg-opacity-60:focus {
  --tw-bg-opacity: 0.6;
}

.focus\:hc-bg-opacity-70:focus {
  --tw-bg-opacity: 0.7;
}

.focus\:hc-bg-opacity-75:focus {
  --tw-bg-opacity: 0.75;
}

.focus\:hc-bg-opacity-80:focus {
  --tw-bg-opacity: 0.8;
}

.focus\:hc-bg-opacity-90:focus {
  --tw-bg-opacity: 0.9;
}

.focus\:hc-bg-opacity-95:focus {
  --tw-bg-opacity: 0.95;
}

.focus\:hc-bg-opacity-100:focus {
  --tw-bg-opacity: 1;
}

.hc-bg-none {
  background-image: none;
}

.hc-bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.hc-bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.hc-bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.hc-bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.hc-bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.hc-bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.hc-bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.hc-bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.hc-from-gray-50 {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.hc-from-gray-100 {
  --tw-gradient-from: #f4f4f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.hc-from-gray-200 {
  --tw-gradient-from: #e4e4e7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.hc-from-gray-300 {
  --tw-gradient-from: #d4d4d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.hc-from-gray-400 {
  --tw-gradient-from: #a1a1aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.hc-from-gray-500 {
  --tw-gradient-from: #71717a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.hc-from-gray-600 {
  --tw-gradient-from: #52525b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.hc-from-gray-700 {
  --tw-gradient-from: #3f3f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.hc-from-gray-800 {
  --tw-gradient-from: #27272a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.hc-from-gray-900 {
  --tw-gradient-from: #18181b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.hc-from-purple-50 {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.hc-from-purple-100 {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.hc-from-purple-200 {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.hc-from-purple-300 {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.hc-from-purple-400 {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.hc-from-purple-500 {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.hc-from-purple-600 {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.hc-from-purple-700 {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.hc-from-purple-800 {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.hc-from-purple-900 {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.hc-from-black {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hc-from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hc-from-red-50 {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.hc-from-red-100 {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.hc-from-red-200 {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.hc-from-red-300 {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.hc-from-red-400 {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.hc-from-red-500 {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.hc-from-red-600 {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.hc-from-red-700 {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.hc-from-red-800 {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.hc-from-red-900 {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.hc-from-blue-50 {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.hc-from-blue-100 {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.hc-from-blue-200 {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.hc-from-blue-300 {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.hc-from-blue-400 {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.hc-from-blue-500 {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.hc-from-blue-600 {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.hc-from-blue-700 {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.hc-from-blue-800 {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.hc-from-blue-900 {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.hover\:hc-from-gray-50:hover {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.hover\:hc-from-gray-100:hover {
  --tw-gradient-from: #f4f4f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.hover\:hc-from-gray-200:hover {
  --tw-gradient-from: #e4e4e7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.hover\:hc-from-gray-300:hover {
  --tw-gradient-from: #d4d4d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.hover\:hc-from-gray-400:hover {
  --tw-gradient-from: #a1a1aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.hover\:hc-from-gray-500:hover {
  --tw-gradient-from: #71717a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.hover\:hc-from-gray-600:hover {
  --tw-gradient-from: #52525b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.hover\:hc-from-gray-700:hover {
  --tw-gradient-from: #3f3f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.hover\:hc-from-gray-800:hover {
  --tw-gradient-from: #27272a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.hover\:hc-from-gray-900:hover {
  --tw-gradient-from: #18181b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.hover\:hc-from-purple-50:hover {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.hover\:hc-from-purple-100:hover {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.hover\:hc-from-purple-200:hover {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.hover\:hc-from-purple-300:hover {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.hover\:hc-from-purple-400:hover {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.hover\:hc-from-purple-500:hover {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.hover\:hc-from-purple-600:hover {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.hover\:hc-from-purple-700:hover {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.hover\:hc-from-purple-800:hover {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.hover\:hc-from-purple-900:hover {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.hover\:hc-from-black:hover {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:hc-from-white:hover {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:hc-from-red-50:hover {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.hover\:hc-from-red-100:hover {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.hover\:hc-from-red-200:hover {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.hover\:hc-from-red-300:hover {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.hover\:hc-from-red-400:hover {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.hover\:hc-from-red-500:hover {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.hover\:hc-from-red-600:hover {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.hover\:hc-from-red-700:hover {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.hover\:hc-from-red-800:hover {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.hover\:hc-from-red-900:hover {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.hover\:hc-from-blue-50:hover {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.hover\:hc-from-blue-100:hover {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.hover\:hc-from-blue-200:hover {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.hover\:hc-from-blue-300:hover {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.hover\:hc-from-blue-400:hover {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.hover\:hc-from-blue-500:hover {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.hover\:hc-from-blue-600:hover {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.hover\:hc-from-blue-700:hover {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.hover\:hc-from-blue-800:hover {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.hover\:hc-from-blue-900:hover {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.focus\:hc-from-gray-50:focus {
  --tw-gradient-from: #fafafa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.focus\:hc-from-gray-100:focus {
  --tw-gradient-from: #f4f4f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.focus\:hc-from-gray-200:focus {
  --tw-gradient-from: #e4e4e7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.focus\:hc-from-gray-300:focus {
  --tw-gradient-from: #d4d4d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.focus\:hc-from-gray-400:focus {
  --tw-gradient-from: #a1a1aa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.focus\:hc-from-gray-500:focus {
  --tw-gradient-from: #71717a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.focus\:hc-from-gray-600:focus {
  --tw-gradient-from: #52525b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.focus\:hc-from-gray-700:focus {
  --tw-gradient-from: #3f3f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.focus\:hc-from-gray-800:focus {
  --tw-gradient-from: #27272a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.focus\:hc-from-gray-900:focus {
  --tw-gradient-from: #18181b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.focus\:hc-from-purple-50:focus {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.focus\:hc-from-purple-100:focus {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.focus\:hc-from-purple-200:focus {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.focus\:hc-from-purple-300:focus {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.focus\:hc-from-purple-400:focus {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.focus\:hc-from-purple-500:focus {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.focus\:hc-from-purple-600:focus {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.focus\:hc-from-purple-700:focus {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.focus\:hc-from-purple-800:focus {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.focus\:hc-from-purple-900:focus {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.focus\:hc-from-black:focus {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:hc-from-white:focus {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:hc-from-red-50:focus {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.focus\:hc-from-red-100:focus {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.focus\:hc-from-red-200:focus {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.focus\:hc-from-red-300:focus {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.focus\:hc-from-red-400:focus {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.focus\:hc-from-red-500:focus {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.focus\:hc-from-red-600:focus {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.focus\:hc-from-red-700:focus {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.focus\:hc-from-red-800:focus {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.focus\:hc-from-red-900:focus {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.focus\:hc-from-blue-50:focus {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.focus\:hc-from-blue-100:focus {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.focus\:hc-from-blue-200:focus {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.focus\:hc-from-blue-300:focus {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.focus\:hc-from-blue-400:focus {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.focus\:hc-from-blue-500:focus {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.focus\:hc-from-blue-600:focus {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.focus\:hc-from-blue-700:focus {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.focus\:hc-from-blue-800:focus {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.focus\:hc-from-blue-900:focus {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.hc-via-gray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.hc-via-gray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.hc-via-gray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.hc-via-gray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.hc-via-gray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.hc-via-gray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.hc-via-gray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.hc-via-gray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.hc-via-gray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.hc-via-gray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.hc-via-purple-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.hc-via-purple-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.hc-via-purple-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.hc-via-purple-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.hc-via-purple-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.hc-via-purple-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.hc-via-purple-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.hc-via-purple-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.hc-via-purple-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.hc-via-purple-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.hc-via-black {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hc-via-white {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hc-via-red-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.hc-via-red-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.hc-via-red-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.hc-via-red-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.hc-via-red-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.hc-via-red-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.hc-via-red-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.hc-via-red-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.hc-via-red-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.hc-via-red-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.hc-via-blue-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.hc-via-blue-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.hc-via-blue-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.hc-via-blue-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.hc-via-blue-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.hc-via-blue-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.hc-via-blue-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.hc-via-blue-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.hc-via-blue-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.hc-via-blue-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.hover\:hc-via-gray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.hover\:hc-via-gray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.hover\:hc-via-gray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.hover\:hc-via-gray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.hover\:hc-via-gray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.hover\:hc-via-gray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.hover\:hc-via-gray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.hover\:hc-via-gray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.hover\:hc-via-gray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.hover\:hc-via-gray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.hover\:hc-via-purple-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.hover\:hc-via-purple-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.hover\:hc-via-purple-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.hover\:hc-via-purple-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.hover\:hc-via-purple-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.hover\:hc-via-purple-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.hover\:hc-via-purple-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.hover\:hc-via-purple-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.hover\:hc-via-purple-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.hover\:hc-via-purple-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.hover\:hc-via-black:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:hc-via-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:hc-via-red-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.hover\:hc-via-red-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.hover\:hc-via-red-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.hover\:hc-via-red-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.hover\:hc-via-red-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.hover\:hc-via-red-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.hover\:hc-via-red-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.hover\:hc-via-red-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.hover\:hc-via-red-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.hover\:hc-via-red-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.hover\:hc-via-blue-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.hover\:hc-via-blue-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.hover\:hc-via-blue-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.hover\:hc-via-blue-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.hover\:hc-via-blue-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.hover\:hc-via-blue-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.hover\:hc-via-blue-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.hover\:hc-via-blue-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.hover\:hc-via-blue-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.hover\:hc-via-blue-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.focus\:hc-via-gray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
}

.focus\:hc-via-gray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
}

.focus\:hc-via-gray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
}

.focus\:hc-via-gray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
}

.focus\:hc-via-gray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.focus\:hc-via-gray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
}

.focus\:hc-via-gray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.focus\:hc-via-gray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
}

.focus\:hc-via-gray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
}

.focus\:hc-via-gray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
}

.focus\:hc-via-purple-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.focus\:hc-via-purple-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.focus\:hc-via-purple-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.focus\:hc-via-purple-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.focus\:hc-via-purple-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.focus\:hc-via-purple-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.focus\:hc-via-purple-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.focus\:hc-via-purple-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.focus\:hc-via-purple-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.focus\:hc-via-purple-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.focus\:hc-via-black:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:hc-via-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:hc-via-red-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.focus\:hc-via-red-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.focus\:hc-via-red-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.focus\:hc-via-red-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.focus\:hc-via-red-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.focus\:hc-via-red-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.focus\:hc-via-red-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.focus\:hc-via-red-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.focus\:hc-via-red-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.focus\:hc-via-red-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.focus\:hc-via-blue-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.focus\:hc-via-blue-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.focus\:hc-via-blue-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.focus\:hc-via-blue-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.focus\:hc-via-blue-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.focus\:hc-via-blue-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.focus\:hc-via-blue-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.focus\:hc-via-blue-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.focus\:hc-via-blue-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.focus\:hc-via-blue-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.hc-to-gray-50 {
  --tw-gradient-to: #fafafa;
}

.hc-to-gray-100 {
  --tw-gradient-to: #f4f4f5;
}

.hc-to-gray-200 {
  --tw-gradient-to: #e4e4e7;
}

.hc-to-gray-300 {
  --tw-gradient-to: #d4d4d8;
}

.hc-to-gray-400 {
  --tw-gradient-to: #a1a1aa;
}

.hc-to-gray-500 {
  --tw-gradient-to: #71717a;
}

.hc-to-gray-600 {
  --tw-gradient-to: #52525b;
}

.hc-to-gray-700 {
  --tw-gradient-to: #3f3f46;
}

.hc-to-gray-800 {
  --tw-gradient-to: #27272a;
}

.hc-to-gray-900 {
  --tw-gradient-to: #18181b;
}

.hc-to-purple-50 {
  --tw-gradient-to: #f5f3ff;
}

.hc-to-purple-100 {
  --tw-gradient-to: #ede9fe;
}

.hc-to-purple-200 {
  --tw-gradient-to: #ddd6fe;
}

.hc-to-purple-300 {
  --tw-gradient-to: #c4b5fd;
}

.hc-to-purple-400 {
  --tw-gradient-to: #a78bfa;
}

.hc-to-purple-500 {
  --tw-gradient-to: #8b5cf6;
}

.hc-to-purple-600 {
  --tw-gradient-to: #7c3aed;
}

.hc-to-purple-700 {
  --tw-gradient-to: #6d28d9;
}

.hc-to-purple-800 {
  --tw-gradient-to: #5b21b6;
}

.hc-to-purple-900 {
  --tw-gradient-to: #4c1d95;
}

.hc-to-black {
  --tw-gradient-to: #000;
}

.hc-to-white {
  --tw-gradient-to: #fff;
}

.hc-to-red-50 {
  --tw-gradient-to: #fef2f2;
}

.hc-to-red-100 {
  --tw-gradient-to: #fee2e2;
}

.hc-to-red-200 {
  --tw-gradient-to: #fecaca;
}

.hc-to-red-300 {
  --tw-gradient-to: #fca5a5;
}

.hc-to-red-400 {
  --tw-gradient-to: #f87171;
}

.hc-to-red-500 {
  --tw-gradient-to: #ef4444;
}

.hc-to-red-600 {
  --tw-gradient-to: #dc2626;
}

.hc-to-red-700 {
  --tw-gradient-to: #b91c1c;
}

.hc-to-red-800 {
  --tw-gradient-to: #991b1b;
}

.hc-to-red-900 {
  --tw-gradient-to: #7f1d1d;
}

.hc-to-blue-50 {
  --tw-gradient-to: #eff6ff;
}

.hc-to-blue-100 {
  --tw-gradient-to: #dbeafe;
}

.hc-to-blue-200 {
  --tw-gradient-to: #bfdbfe;
}

.hc-to-blue-300 {
  --tw-gradient-to: #93c5fd;
}

.hc-to-blue-400 {
  --tw-gradient-to: #60a5fa;
}

.hc-to-blue-500 {
  --tw-gradient-to: #3b82f6;
}

.hc-to-blue-600 {
  --tw-gradient-to: #2563eb;
}

.hc-to-blue-700 {
  --tw-gradient-to: #1d4ed8;
}

.hc-to-blue-800 {
  --tw-gradient-to: #1e40af;
}

.hc-to-blue-900 {
  --tw-gradient-to: #1e3a8a;
}

.hover\:hc-to-gray-50:hover {
  --tw-gradient-to: #fafafa;
}

.hover\:hc-to-gray-100:hover {
  --tw-gradient-to: #f4f4f5;
}

.hover\:hc-to-gray-200:hover {
  --tw-gradient-to: #e4e4e7;
}

.hover\:hc-to-gray-300:hover {
  --tw-gradient-to: #d4d4d8;
}

.hover\:hc-to-gray-400:hover {
  --tw-gradient-to: #a1a1aa;
}

.hover\:hc-to-gray-500:hover {
  --tw-gradient-to: #71717a;
}

.hover\:hc-to-gray-600:hover {
  --tw-gradient-to: #52525b;
}

.hover\:hc-to-gray-700:hover {
  --tw-gradient-to: #3f3f46;
}

.hover\:hc-to-gray-800:hover {
  --tw-gradient-to: #27272a;
}

.hover\:hc-to-gray-900:hover {
  --tw-gradient-to: #18181b;
}

.hover\:hc-to-purple-50:hover {
  --tw-gradient-to: #f5f3ff;
}

.hover\:hc-to-purple-100:hover {
  --tw-gradient-to: #ede9fe;
}

.hover\:hc-to-purple-200:hover {
  --tw-gradient-to: #ddd6fe;
}

.hover\:hc-to-purple-300:hover {
  --tw-gradient-to: #c4b5fd;
}

.hover\:hc-to-purple-400:hover {
  --tw-gradient-to: #a78bfa;
}

.hover\:hc-to-purple-500:hover {
  --tw-gradient-to: #8b5cf6;
}

.hover\:hc-to-purple-600:hover {
  --tw-gradient-to: #7c3aed;
}

.hover\:hc-to-purple-700:hover {
  --tw-gradient-to: #6d28d9;
}

.hover\:hc-to-purple-800:hover {
  --tw-gradient-to: #5b21b6;
}

.hover\:hc-to-purple-900:hover {
  --tw-gradient-to: #4c1d95;
}

.hover\:hc-to-black:hover {
  --tw-gradient-to: #000;
}

.hover\:hc-to-white:hover {
  --tw-gradient-to: #fff;
}

.hover\:hc-to-red-50:hover {
  --tw-gradient-to: #fef2f2;
}

.hover\:hc-to-red-100:hover {
  --tw-gradient-to: #fee2e2;
}

.hover\:hc-to-red-200:hover {
  --tw-gradient-to: #fecaca;
}

.hover\:hc-to-red-300:hover {
  --tw-gradient-to: #fca5a5;
}

.hover\:hc-to-red-400:hover {
  --tw-gradient-to: #f87171;
}

.hover\:hc-to-red-500:hover {
  --tw-gradient-to: #ef4444;
}

.hover\:hc-to-red-600:hover {
  --tw-gradient-to: #dc2626;
}

.hover\:hc-to-red-700:hover {
  --tw-gradient-to: #b91c1c;
}

.hover\:hc-to-red-800:hover {
  --tw-gradient-to: #991b1b;
}

.hover\:hc-to-red-900:hover {
  --tw-gradient-to: #7f1d1d;
}

.hover\:hc-to-blue-50:hover {
  --tw-gradient-to: #eff6ff;
}

.hover\:hc-to-blue-100:hover {
  --tw-gradient-to: #dbeafe;
}

.hover\:hc-to-blue-200:hover {
  --tw-gradient-to: #bfdbfe;
}

.hover\:hc-to-blue-300:hover {
  --tw-gradient-to: #93c5fd;
}

.hover\:hc-to-blue-400:hover {
  --tw-gradient-to: #60a5fa;
}

.hover\:hc-to-blue-500:hover {
  --tw-gradient-to: #3b82f6;
}

.hover\:hc-to-blue-600:hover {
  --tw-gradient-to: #2563eb;
}

.hover\:hc-to-blue-700:hover {
  --tw-gradient-to: #1d4ed8;
}

.hover\:hc-to-blue-800:hover {
  --tw-gradient-to: #1e40af;
}

.hover\:hc-to-blue-900:hover {
  --tw-gradient-to: #1e3a8a;
}

.focus\:hc-to-gray-50:focus {
  --tw-gradient-to: #fafafa;
}

.focus\:hc-to-gray-100:focus {
  --tw-gradient-to: #f4f4f5;
}

.focus\:hc-to-gray-200:focus {
  --tw-gradient-to: #e4e4e7;
}

.focus\:hc-to-gray-300:focus {
  --tw-gradient-to: #d4d4d8;
}

.focus\:hc-to-gray-400:focus {
  --tw-gradient-to: #a1a1aa;
}

.focus\:hc-to-gray-500:focus {
  --tw-gradient-to: #71717a;
}

.focus\:hc-to-gray-600:focus {
  --tw-gradient-to: #52525b;
}

.focus\:hc-to-gray-700:focus {
  --tw-gradient-to: #3f3f46;
}

.focus\:hc-to-gray-800:focus {
  --tw-gradient-to: #27272a;
}

.focus\:hc-to-gray-900:focus {
  --tw-gradient-to: #18181b;
}

.focus\:hc-to-purple-50:focus {
  --tw-gradient-to: #f5f3ff;
}

.focus\:hc-to-purple-100:focus {
  --tw-gradient-to: #ede9fe;
}

.focus\:hc-to-purple-200:focus {
  --tw-gradient-to: #ddd6fe;
}

.focus\:hc-to-purple-300:focus {
  --tw-gradient-to: #c4b5fd;
}

.focus\:hc-to-purple-400:focus {
  --tw-gradient-to: #a78bfa;
}

.focus\:hc-to-purple-500:focus {
  --tw-gradient-to: #8b5cf6;
}

.focus\:hc-to-purple-600:focus {
  --tw-gradient-to: #7c3aed;
}

.focus\:hc-to-purple-700:focus {
  --tw-gradient-to: #6d28d9;
}

.focus\:hc-to-purple-800:focus {
  --tw-gradient-to: #5b21b6;
}

.focus\:hc-to-purple-900:focus {
  --tw-gradient-to: #4c1d95;
}

.focus\:hc-to-black:focus {
  --tw-gradient-to: #000;
}

.focus\:hc-to-white:focus {
  --tw-gradient-to: #fff;
}

.focus\:hc-to-red-50:focus {
  --tw-gradient-to: #fef2f2;
}

.focus\:hc-to-red-100:focus {
  --tw-gradient-to: #fee2e2;
}

.focus\:hc-to-red-200:focus {
  --tw-gradient-to: #fecaca;
}

.focus\:hc-to-red-300:focus {
  --tw-gradient-to: #fca5a5;
}

.focus\:hc-to-red-400:focus {
  --tw-gradient-to: #f87171;
}

.focus\:hc-to-red-500:focus {
  --tw-gradient-to: #ef4444;
}

.focus\:hc-to-red-600:focus {
  --tw-gradient-to: #dc2626;
}

.focus\:hc-to-red-700:focus {
  --tw-gradient-to: #b91c1c;
}

.focus\:hc-to-red-800:focus {
  --tw-gradient-to: #991b1b;
}

.focus\:hc-to-red-900:focus {
  --tw-gradient-to: #7f1d1d;
}

.focus\:hc-to-blue-50:focus {
  --tw-gradient-to: #eff6ff;
}

.focus\:hc-to-blue-100:focus {
  --tw-gradient-to: #dbeafe;
}

.focus\:hc-to-blue-200:focus {
  --tw-gradient-to: #bfdbfe;
}

.focus\:hc-to-blue-300:focus {
  --tw-gradient-to: #93c5fd;
}

.focus\:hc-to-blue-400:focus {
  --tw-gradient-to: #60a5fa;
}

.focus\:hc-to-blue-500:focus {
  --tw-gradient-to: #3b82f6;
}

.focus\:hc-to-blue-600:focus {
  --tw-gradient-to: #2563eb;
}

.focus\:hc-to-blue-700:focus {
  --tw-gradient-to: #1d4ed8;
}

.focus\:hc-to-blue-800:focus {
  --tw-gradient-to: #1e40af;
}

.focus\:hc-to-blue-900:focus {
  --tw-gradient-to: #1e3a8a;
}

.hc-decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.hc-decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.hc-bg-auto {
  background-size: auto;
}

.hc-bg-cover {
  background-size: cover;
}

.hc-bg-contain {
  background-size: contain;
}

.hc-bg-fixed {
  background-attachment: fixed;
}

.hc-bg-local {
  background-attachment: local;
}

.hc-bg-scroll {
  background-attachment: scroll;
}

.hc-bg-clip-border {
  background-clip: border-box;
}

.hc-bg-clip-padding {
  background-clip: padding-box;
}

.hc-bg-clip-content {
  background-clip: content-box;
}

.hc-bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.hc-bg-bottom {
  background-position: bottom;
}

.hc-bg-center {
  background-position: center;
}

.hc-bg-left {
  background-position: left;
}

.hc-bg-left-bottom {
  background-position: left bottom;
}

.hc-bg-left-top {
  background-position: left top;
}

.hc-bg-right {
  background-position: right;
}

.hc-bg-right-bottom {
  background-position: right bottom;
}

.hc-bg-right-top {
  background-position: right top;
}

.hc-bg-top {
  background-position: top;
}

.hc-bg-repeat {
  background-repeat: repeat;
}

.hc-bg-no-repeat {
  background-repeat: no-repeat;
}

.hc-bg-repeat-x {
  background-repeat: repeat-x;
}

.hc-bg-repeat-y {
  background-repeat: repeat-y;
}

.hc-bg-repeat-round {
  background-repeat: round;
}

.hc-bg-repeat-space {
  background-repeat: space;
}

.hc-bg-origin-border {
  background-origin: border-box;
}

.hc-bg-origin-padding {
  background-origin: padding-box;
}

.hc-bg-origin-content {
  background-origin: content-box;
}

.hc-fill-current {
  fill: currentColor;
}

.hc-stroke-current {
  stroke: currentColor;
}

.hc-stroke-0 {
  stroke-width: 0;
}

.hc-stroke-1 {
  stroke-width: 1;
}

.hc-stroke-2 {
  stroke-width: 2;
}

.hc-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.hc-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.hc-object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.hc-object-none {
  -o-object-fit: none;
     object-fit: none;
}

.hc-object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.hc-object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.hc-object-center {
  -o-object-position: center;
     object-position: center;
}

.hc-object-left {
  -o-object-position: left;
     object-position: left;
}

.hc-object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.hc-object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.hc-object-right {
  -o-object-position: right;
     object-position: right;
}

.hc-object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.hc-object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.hc-object-top {
  -o-object-position: top;
     object-position: top;
}

.hc-p-0 {
  padding: 0px;
}

.hc-p-1 {
  padding: 0.25rem;
}

.hc-p-2 {
  padding: 0.5rem;
}

.hc-p-3 {
  padding: 0.75rem;
}

.hc-p-4 {
  padding: 1rem;
}

.hc-p-5 {
  padding: 1.25rem;
}

.hc-p-6 {
  padding: 1.5rem;
}

.hc-p-7 {
  padding: 1.75rem;
}

.hc-p-8 {
  padding: 2rem;
}

.hc-p-9 {
  padding: 2.25rem;
}

.hc-p-10 {
  padding: 2.5rem;
}

.hc-p-11 {
  padding: 2.75rem;
}

.hc-p-12 {
  padding: 3rem;
}

.hc-p-14 {
  padding: 3.5rem;
}

.hc-p-16 {
  padding: 4rem;
}

.hc-p-20 {
  padding: 5rem;
}

.hc-p-24 {
  padding: 6rem;
}

.hc-p-28 {
  padding: 7rem;
}

.hc-p-32 {
  padding: 8rem;
}

.hc-p-36 {
  padding: 9rem;
}

.hc-p-40 {
  padding: 10rem;
}

.hc-p-44 {
  padding: 11rem;
}

.hc-p-48 {
  padding: 12rem;
}

.hc-p-52 {
  padding: 13rem;
}

.hc-p-56 {
  padding: 14rem;
}

.hc-p-60 {
  padding: 15rem;
}

.hc-p-64 {
  padding: 16rem;
}

.hc-p-72 {
  padding: 18rem;
}

.hc-p-80 {
  padding: 20rem;
}

.hc-p-96 {
  padding: 24rem;
}

.hc-p-128 {
  padding: 32rem;
}

.hc-p-144 {
  padding: 44rem;
}

.hc-p-900 {
  padding: 900px;
}

.hc-p-px {
  padding: 1px;
}

.hc-p-0\.5 {
  padding: 0.125rem;
}

.hc-p-1\.5 {
  padding: 0.375rem;
}

.hc-p-2\.5 {
  padding: 0.625rem;
}

.hc-p-3\.5 {
  padding: 0.875rem;
}

.hc-px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.hc-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.hc-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.hc-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.hc-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.hc-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.hc-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hc-px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.hc-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.hc-px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.hc-px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.hc-px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.hc-px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.hc-px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.hc-px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.hc-px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.hc-px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.hc-px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.hc-px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.hc-px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.hc-px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.hc-px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.hc-px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.hc-px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.hc-px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.hc-px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.hc-px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.hc-px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.hc-px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.hc-px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.hc-px-128 {
  padding-left: 32rem;
  padding-right: 32rem;
}

.hc-px-144 {
  padding-left: 44rem;
  padding-right: 44rem;
}

.hc-px-900 {
  padding-left: 900px;
  padding-right: 900px;
}

.hc-px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.hc-px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.hc-px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.hc-px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.hc-px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.hc-py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.hc-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.hc-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.hc-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.hc-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hc-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.hc-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.hc-py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.hc-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hc-py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.hc-py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.hc-py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.hc-py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hc-py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.hc-py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hc-py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hc-py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.hc-py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.hc-py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.hc-py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.hc-py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.hc-py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.hc-py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.hc-py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.hc-py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.hc-py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.hc-py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.hc-py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.hc-py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.hc-py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.hc-py-128 {
  padding-top: 32rem;
  padding-bottom: 32rem;
}

.hc-py-144 {
  padding-top: 44rem;
  padding-bottom: 44rem;
}

.hc-py-900 {
  padding-top: 900px;
  padding-bottom: 900px;
}

.hc-py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.hc-py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.hc-py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.hc-py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.hc-py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.hc-pt-0 {
  padding-top: 0px;
}

.hc-pt-1 {
  padding-top: 0.25rem;
}

.hc-pt-2 {
  padding-top: 0.5rem;
}

.hc-pt-3 {
  padding-top: 0.75rem;
}

.hc-pt-4 {
  padding-top: 1rem;
}

.hc-pt-5 {
  padding-top: 1.25rem;
}

.hc-pt-6 {
  padding-top: 1.5rem;
}

.hc-pt-7 {
  padding-top: 1.75rem;
}

.hc-pt-8 {
  padding-top: 2rem;
}

.hc-pt-9 {
  padding-top: 2.25rem;
}

.hc-pt-10 {
  padding-top: 2.5rem;
}

.hc-pt-11 {
  padding-top: 2.75rem;
}

.hc-pt-12 {
  padding-top: 3rem;
}

.hc-pt-14 {
  padding-top: 3.5rem;
}

.hc-pt-16 {
  padding-top: 4rem;
}

.hc-pt-20 {
  padding-top: 5rem;
}

.hc-pt-24 {
  padding-top: 6rem;
}

.hc-pt-28 {
  padding-top: 7rem;
}

.hc-pt-32 {
  padding-top: 8rem;
}

.hc-pt-36 {
  padding-top: 9rem;
}

.hc-pt-40 {
  padding-top: 10rem;
}

.hc-pt-44 {
  padding-top: 11rem;
}

.hc-pt-48 {
  padding-top: 12rem;
}

.hc-pt-52 {
  padding-top: 13rem;
}

.hc-pt-56 {
  padding-top: 14rem;
}

.hc-pt-60 {
  padding-top: 15rem;
}

.hc-pt-64 {
  padding-top: 16rem;
}

.hc-pt-72 {
  padding-top: 18rem;
}

.hc-pt-80 {
  padding-top: 20rem;
}

.hc-pt-96 {
  padding-top: 24rem;
}

.hc-pt-128 {
  padding-top: 32rem;
}

.hc-pt-144 {
  padding-top: 44rem;
}

.hc-pt-900 {
  padding-top: 900px;
}

.hc-pt-px {
  padding-top: 1px;
}

.hc-pt-0\.5 {
  padding-top: 0.125rem;
}

.hc-pt-1\.5 {
  padding-top: 0.375rem;
}

.hc-pt-2\.5 {
  padding-top: 0.625rem;
}

.hc-pt-3\.5 {
  padding-top: 0.875rem;
}

.hc-pr-0 {
  padding-right: 0px;
}

.hc-pr-1 {
  padding-right: 0.25rem;
}

.hc-pr-2 {
  padding-right: 0.5rem;
}

.hc-pr-3 {
  padding-right: 0.75rem;
}

.hc-pr-4 {
  padding-right: 1rem;
}

.hc-pr-5 {
  padding-right: 1.25rem;
}

.hc-pr-6 {
  padding-right: 1.5rem;
}

.hc-pr-7 {
  padding-right: 1.75rem;
}

.hc-pr-8 {
  padding-right: 2rem;
}

.hc-pr-9 {
  padding-right: 2.25rem;
}

.hc-pr-10 {
  padding-right: 2.5rem;
}

.hc-pr-11 {
  padding-right: 2.75rem;
}

.hc-pr-12 {
  padding-right: 3rem;
}

.hc-pr-14 {
  padding-right: 3.5rem;
}

.hc-pr-16 {
  padding-right: 4rem;
}

.hc-pr-20 {
  padding-right: 5rem;
}

.hc-pr-24 {
  padding-right: 6rem;
}

.hc-pr-28 {
  padding-right: 7rem;
}

.hc-pr-32 {
  padding-right: 8rem;
}

.hc-pr-36 {
  padding-right: 9rem;
}

.hc-pr-40 {
  padding-right: 10rem;
}

.hc-pr-44 {
  padding-right: 11rem;
}

.hc-pr-48 {
  padding-right: 12rem;
}

.hc-pr-52 {
  padding-right: 13rem;
}

.hc-pr-56 {
  padding-right: 14rem;
}

.hc-pr-60 {
  padding-right: 15rem;
}

.hc-pr-64 {
  padding-right: 16rem;
}

.hc-pr-72 {
  padding-right: 18rem;
}

.hc-pr-80 {
  padding-right: 20rem;
}

.hc-pr-96 {
  padding-right: 24rem;
}

.hc-pr-128 {
  padding-right: 32rem;
}

.hc-pr-144 {
  padding-right: 44rem;
}

.hc-pr-900 {
  padding-right: 900px;
}

.hc-pr-px {
  padding-right: 1px;
}

.hc-pr-0\.5 {
  padding-right: 0.125rem;
}

.hc-pr-1\.5 {
  padding-right: 0.375rem;
}

.hc-pr-2\.5 {
  padding-right: 0.625rem;
}

.hc-pr-3\.5 {
  padding-right: 0.875rem;
}

.hc-pb-0 {
  padding-bottom: 0px;
}

.hc-pb-1 {
  padding-bottom: 0.25rem;
}

.hc-pb-2 {
  padding-bottom: 0.5rem;
}

.hc-pb-3 {
  padding-bottom: 0.75rem;
}

.hc-pb-4 {
  padding-bottom: 1rem;
}

.hc-pb-5 {
  padding-bottom: 1.25rem;
}

.hc-pb-6 {
  padding-bottom: 1.5rem;
}

.hc-pb-7 {
  padding-bottom: 1.75rem;
}

.hc-pb-8 {
  padding-bottom: 2rem;
}

.hc-pb-9 {
  padding-bottom: 2.25rem;
}

.hc-pb-10 {
  padding-bottom: 2.5rem;
}

.hc-pb-11 {
  padding-bottom: 2.75rem;
}

.hc-pb-12 {
  padding-bottom: 3rem;
}

.hc-pb-14 {
  padding-bottom: 3.5rem;
}

.hc-pb-16 {
  padding-bottom: 4rem;
}

.hc-pb-20 {
  padding-bottom: 5rem;
}

.hc-pb-24 {
  padding-bottom: 6rem;
}

.hc-pb-28 {
  padding-bottom: 7rem;
}

.hc-pb-32 {
  padding-bottom: 8rem;
}

.hc-pb-36 {
  padding-bottom: 9rem;
}

.hc-pb-40 {
  padding-bottom: 10rem;
}

.hc-pb-44 {
  padding-bottom: 11rem;
}

.hc-pb-48 {
  padding-bottom: 12rem;
}

.hc-pb-52 {
  padding-bottom: 13rem;
}

.hc-pb-56 {
  padding-bottom: 14rem;
}

.hc-pb-60 {
  padding-bottom: 15rem;
}

.hc-pb-64 {
  padding-bottom: 16rem;
}

.hc-pb-72 {
  padding-bottom: 18rem;
}

.hc-pb-80 {
  padding-bottom: 20rem;
}

.hc-pb-96 {
  padding-bottom: 24rem;
}

.hc-pb-128 {
  padding-bottom: 32rem;
}

.hc-pb-144 {
  padding-bottom: 44rem;
}

.hc-pb-900 {
  padding-bottom: 900px;
}

.hc-pb-px {
  padding-bottom: 1px;
}

.hc-pb-0\.5 {
  padding-bottom: 0.125rem;
}

.hc-pb-1\.5 {
  padding-bottom: 0.375rem;
}

.hc-pb-2\.5 {
  padding-bottom: 0.625rem;
}

.hc-pb-3\.5 {
  padding-bottom: 0.875rem;
}

.hc-pl-0 {
  padding-left: 0px;
}

.hc-pl-1 {
  padding-left: 0.25rem;
}

.hc-pl-2 {
  padding-left: 0.5rem;
}

.hc-pl-3 {
  padding-left: 0.75rem;
}

.hc-pl-4 {
  padding-left: 1rem;
}

.hc-pl-5 {
  padding-left: 1.25rem;
}

.hc-pl-6 {
  padding-left: 1.5rem;
}

.hc-pl-7 {
  padding-left: 1.75rem;
}

.hc-pl-8 {
  padding-left: 2rem;
}

.hc-pl-9 {
  padding-left: 2.25rem;
}

.hc-pl-10 {
  padding-left: 2.5rem;
}

.hc-pl-11 {
  padding-left: 2.75rem;
}

.hc-pl-12 {
  padding-left: 3rem;
}

.hc-pl-14 {
  padding-left: 3.5rem;
}

.hc-pl-16 {
  padding-left: 4rem;
}

.hc-pl-20 {
  padding-left: 5rem;
}

.hc-pl-24 {
  padding-left: 6rem;
}

.hc-pl-28 {
  padding-left: 7rem;
}

.hc-pl-32 {
  padding-left: 8rem;
}

.hc-pl-36 {
  padding-left: 9rem;
}

.hc-pl-40 {
  padding-left: 10rem;
}

.hc-pl-44 {
  padding-left: 11rem;
}

.hc-pl-48 {
  padding-left: 12rem;
}

.hc-pl-52 {
  padding-left: 13rem;
}

.hc-pl-56 {
  padding-left: 14rem;
}

.hc-pl-60 {
  padding-left: 15rem;
}

.hc-pl-64 {
  padding-left: 16rem;
}

.hc-pl-72 {
  padding-left: 18rem;
}

.hc-pl-80 {
  padding-left: 20rem;
}

.hc-pl-96 {
  padding-left: 24rem;
}

.hc-pl-128 {
  padding-left: 32rem;
}

.hc-pl-144 {
  padding-left: 44rem;
}

.hc-pl-900 {
  padding-left: 900px;
}

.hc-pl-px {
  padding-left: 1px;
}

.hc-pl-0\.5 {
  padding-left: 0.125rem;
}

.hc-pl-1\.5 {
  padding-left: 0.375rem;
}

.hc-pl-2\.5 {
  padding-left: 0.625rem;
}

.hc-pl-3\.5 {
  padding-left: 0.875rem;
}

.hc-text-left {
  text-align: left;
}

.hc-text-center {
  text-align: center;
}

.hc-text-right {
  text-align: right;
}

.hc-text-justify {
  text-align: justify;
}

.hc-align-baseline {
  vertical-align: baseline;
}

.hc-align-top {
  vertical-align: top;
}

.hc-align-middle {
  vertical-align: middle;
}

.hc-align-bottom {
  vertical-align: bottom;
}

.hc-align-text-top {
  vertical-align: text-top;
}

.hc-align-text-bottom {
  vertical-align: text-bottom;
}

.hc-font-sans {
  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";
}

.hc-font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.hc-font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.hc-text-xs {
  font-size: 10px;
}

.hc-text-sm {
  font-size: 12px;
}

.hc-text-base {
  font-size: 14px;
}

.hc-text-lg {
  font-size: 16px;
}

.hc-text-xl {
  font-size: 18px;
}

.hc-text-2xl {
  font-size: 22px;
}

.hc-text-3xl {
  font-size: 26px;
}

.hc-text-4xl {
  font-size: 32px;
}

.hc-text-5xl {
  font-size: 38px;
}

.hc-text-6xl {
  font-size: 45px;
}

.hc-font-thin {
  font-weight: 100;
}

.hc-font-extralight {
  font-weight: 200;
}

.hc-font-light {
  font-weight: 300;
}

.hc-font-normal {
  font-weight: 400;
}

.hc-font-medium {
  font-weight: 500;
}

.hc-font-semibold {
  font-weight: 600;
}

.hc-font-bold {
  font-weight: 700;
}

.hc-font-extrabold {
  font-weight: 800;
}

.hc-font-black {
  font-weight: 900;
}

.hc-uppercase {
  text-transform: uppercase;
}

.hc-lowercase {
  text-transform: lowercase;
}

.hc-capitalize {
  text-transform: capitalize;
}

.hc-normal-case {
  text-transform: none;
}

.hc-italic {
  font-style: italic;
}

.hc-not-italic {
  font-style: normal;
}

.hc-ordinal, .hc-slashed-zero, .hc-lining-nums, .hc-oldstyle-nums, .hc-proportional-nums, .hc-tabular-nums, .hc-diagonal-fractions, .hc-stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.hc-normal-nums {
  font-variant-numeric: normal;
}

.hc-ordinal {
  --tw-ordinal: ordinal;
}

.hc-slashed-zero {
  --tw-slashed-zero: slashed-zero;
}

.hc-lining-nums {
  --tw-numeric-figure: lining-nums;
}

.hc-oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
}

.hc-proportional-nums {
  --tw-numeric-spacing: proportional-nums;
}

.hc-tabular-nums {
  --tw-numeric-spacing: tabular-nums;
}

.hc-diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
}

.hc-stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
}

.hc-leading-3 {
  line-height: .75rem;
}

.hc-leading-4 {
  line-height: 1rem;
}

.hc-leading-5 {
  line-height: 1.25rem;
}

.hc-leading-6 {
  line-height: 1.5rem;
}

.hc-leading-7 {
  line-height: 1.75rem;
}

.hc-leading-8 {
  line-height: 2rem;
}

.hc-leading-9 {
  line-height: 2.25rem;
}

.hc-leading-10 {
  line-height: 2.5rem;
}

.hc-leading-none {
  line-height: 1;
}

.hc-leading-tight {
  line-height: 1.25;
}

.hc-leading-snug {
  line-height: 1.375;
}

.hc-leading-normal {
  line-height: 1.5;
}

.hc-leading-relaxed {
  line-height: 1.625;
}

.hc-leading-loose {
  line-height: 2;
}

.hc-tracking-tighter {
  letter-spacing: -0.05em;
}

.hc-tracking-tight {
  letter-spacing: -0.025em;
}

.hc-tracking-normal {
  letter-spacing: 0em;
}

.hc-tracking-wide {
  letter-spacing: 0.025em;
}

.hc-tracking-wider {
  letter-spacing: 0.05em;
}

.hc-tracking-widest {
  letter-spacing: 0.1em;
}

.hc-text-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.hc-text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.hc-text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.hc-text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.hc-text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.hc-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.hc-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.hc-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.hc-text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.hc-text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.hc-text-purple-50 {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.hc-text-purple-100 {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.hc-text-purple-200 {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.hc-text-purple-300 {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.hc-text-purple-400 {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.hc-text-purple-500 {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.hc-text-purple-600 {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.hc-text-purple-700 {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.hc-text-purple-800 {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.hc-text-purple-900 {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.hc-text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hc-text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hc-text-red-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.hc-text-red-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.hc-text-red-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.hc-text-red-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.hc-text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.hc-text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.hc-text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.hc-text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.hc-text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.hc-text-red-900 {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.hc-text-blue-50 {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.hc-text-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.hc-text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.hc-text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.hc-text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.hc-text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.hc-text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.hc-text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.hc-text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.hc-text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-purple-50 {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-purple-100 {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-purple-200 {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-purple-300 {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-purple-400 {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-purple-500 {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-purple-600 {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-purple-700 {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-purple-800 {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-purple-900 {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-red-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-red-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-red-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-red-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-red-900 {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-blue-50 {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.hc-group:hover .group-hover\:hc-text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.focus-within\:hc-text-gray-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.focus-within\:hc-text-gray-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.focus-within\:hc-text-gray-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.focus-within\:hc-text-gray-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.focus-within\:hc-text-gray-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.focus-within\:hc-text-gray-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.focus-within\:hc-text-gray-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.focus-within\:hc-text-gray-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.focus-within\:hc-text-gray-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.focus-within\:hc-text-gray-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.focus-within\:hc-text-purple-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.focus-within\:hc-text-purple-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.focus-within\:hc-text-purple-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.focus-within\:hc-text-purple-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.focus-within\:hc-text-purple-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.focus-within\:hc-text-purple-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.focus-within\:hc-text-purple-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.focus-within\:hc-text-purple-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.focus-within\:hc-text-purple-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.focus-within\:hc-text-purple-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.focus-within\:hc-text-black:focus-within {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus-within\:hc-text-white:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-within\:hc-text-red-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.focus-within\:hc-text-red-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.focus-within\:hc-text-red-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.focus-within\:hc-text-red-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.focus-within\:hc-text-red-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.focus-within\:hc-text-red-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.focus-within\:hc-text-red-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.focus-within\:hc-text-red-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.focus-within\:hc-text-red-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.focus-within\:hc-text-red-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.focus-within\:hc-text-blue-50:focus-within {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.focus-within\:hc-text-blue-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.focus-within\:hc-text-blue-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.focus-within\:hc-text-blue-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.focus-within\:hc-text-blue-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.focus-within\:hc-text-blue-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.focus-within\:hc-text-blue-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.focus-within\:hc-text-blue-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.focus-within\:hc-text-blue-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.focus-within\:hc-text-blue-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.hover\:hc-text-gray-50:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.hover\:hc-text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.hover\:hc-text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.hover\:hc-text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.hover\:hc-text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.hover\:hc-text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.hover\:hc-text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.hover\:hc-text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.hover\:hc-text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.hover\:hc-text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.hover\:hc-text-purple-50:hover {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.hover\:hc-text-purple-100:hover {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.hover\:hc-text-purple-200:hover {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.hover\:hc-text-purple-300:hover {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.hover\:hc-text-purple-400:hover {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.hover\:hc-text-purple-500:hover {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.hover\:hc-text-purple-600:hover {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.hover\:hc-text-purple-700:hover {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.hover\:hc-text-purple-800:hover {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.hover\:hc-text-purple-900:hover {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.hover\:hc-text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:hc-text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:hc-text-red-50:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.hover\:hc-text-red-100:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.hover\:hc-text-red-200:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.hover\:hc-text-red-300:hover {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.hover\:hc-text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.hover\:hc-text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.hover\:hc-text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.hover\:hc-text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.hover\:hc-text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.hover\:hc-text-red-900:hover {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.hover\:hc-text-blue-50:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.hover\:hc-text-blue-100:hover {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.hover\:hc-text-blue-200:hover {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.hover\:hc-text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.hover\:hc-text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.hover\:hc-text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.hover\:hc-text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.hover\:hc-text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.hover\:hc-text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.hover\:hc-text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.focus\:hc-text-gray-50:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.focus\:hc-text-gray-100:focus {
  --tw-text-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-text-opacity));
}

.focus\:hc-text-gray-200:focus {
  --tw-text-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-text-opacity));
}

.focus\:hc-text-gray-300:focus {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-text-opacity));
}

.focus\:hc-text-gray-400:focus {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.focus\:hc-text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.focus\:hc-text-gray-600:focus {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.focus\:hc-text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.focus\:hc-text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}

.focus\:hc-text-gray-900:focus {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.focus\:hc-text-purple-50:focus {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.focus\:hc-text-purple-100:focus {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.focus\:hc-text-purple-200:focus {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.focus\:hc-text-purple-300:focus {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.focus\:hc-text-purple-400:focus {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.focus\:hc-text-purple-500:focus {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.focus\:hc-text-purple-600:focus {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.focus\:hc-text-purple-700:focus {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.focus\:hc-text-purple-800:focus {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.focus\:hc-text-purple-900:focus {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.focus\:hc-text-black:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus\:hc-text-white:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:hc-text-red-50:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.focus\:hc-text-red-100:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.focus\:hc-text-red-200:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.focus\:hc-text-red-300:focus {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.focus\:hc-text-red-400:focus {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.focus\:hc-text-red-500:focus {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.focus\:hc-text-red-600:focus {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.focus\:hc-text-red-700:focus {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.focus\:hc-text-red-800:focus {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.focus\:hc-text-red-900:focus {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.focus\:hc-text-blue-50:focus {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.focus\:hc-text-blue-100:focus {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.focus\:hc-text-blue-200:focus {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.focus\:hc-text-blue-300:focus {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.focus\:hc-text-blue-400:focus {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.focus\:hc-text-blue-500:focus {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.focus\:hc-text-blue-600:focus {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.focus\:hc-text-blue-700:focus {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.focus\:hc-text-blue-800:focus {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.focus\:hc-text-blue-900:focus {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.hc-text-opacity-0 {
  --tw-text-opacity: 0;
}

.hc-text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.hc-text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.hc-text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.hc-text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.hc-text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.hc-text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.hc-text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.hc-text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.hc-text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.hc-text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.hc-text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.hc-text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.hc-text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.hc-text-opacity-100 {
  --tw-text-opacity: 1;
}

.hc-group:hover .group-hover\:hc-text-opacity-0 {
  --tw-text-opacity: 0;
}

.hc-group:hover .group-hover\:hc-text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.hc-group:hover .group-hover\:hc-text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.hc-group:hover .group-hover\:hc-text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.hc-group:hover .group-hover\:hc-text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.hc-group:hover .group-hover\:hc-text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.hc-group:hover .group-hover\:hc-text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.hc-group:hover .group-hover\:hc-text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.hc-group:hover .group-hover\:hc-text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.hc-group:hover .group-hover\:hc-text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.hc-group:hover .group-hover\:hc-text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.hc-group:hover .group-hover\:hc-text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.hc-group:hover .group-hover\:hc-text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.hc-group:hover .group-hover\:hc-text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.hc-group:hover .group-hover\:hc-text-opacity-100 {
  --tw-text-opacity: 1;
}

.focus-within\:hc-text-opacity-0:focus-within {
  --tw-text-opacity: 0;
}

.focus-within\:hc-text-opacity-5:focus-within {
  --tw-text-opacity: 0.05;
}

.focus-within\:hc-text-opacity-10:focus-within {
  --tw-text-opacity: 0.1;
}

.focus-within\:hc-text-opacity-20:focus-within {
  --tw-text-opacity: 0.2;
}

.focus-within\:hc-text-opacity-25:focus-within {
  --tw-text-opacity: 0.25;
}

.focus-within\:hc-text-opacity-30:focus-within {
  --tw-text-opacity: 0.3;
}

.focus-within\:hc-text-opacity-40:focus-within {
  --tw-text-opacity: 0.4;
}

.focus-within\:hc-text-opacity-50:focus-within {
  --tw-text-opacity: 0.5;
}

.focus-within\:hc-text-opacity-60:focus-within {
  --tw-text-opacity: 0.6;
}

.focus-within\:hc-text-opacity-70:focus-within {
  --tw-text-opacity: 0.7;
}

.focus-within\:hc-text-opacity-75:focus-within {
  --tw-text-opacity: 0.75;
}

.focus-within\:hc-text-opacity-80:focus-within {
  --tw-text-opacity: 0.8;
}

.focus-within\:hc-text-opacity-90:focus-within {
  --tw-text-opacity: 0.9;
}

.focus-within\:hc-text-opacity-95:focus-within {
  --tw-text-opacity: 0.95;
}

.focus-within\:hc-text-opacity-100:focus-within {
  --tw-text-opacity: 1;
}

.hover\:hc-text-opacity-0:hover {
  --tw-text-opacity: 0;
}

.hover\:hc-text-opacity-5:hover {
  --tw-text-opacity: 0.05;
}

.hover\:hc-text-opacity-10:hover {
  --tw-text-opacity: 0.1;
}

.hover\:hc-text-opacity-20:hover {
  --tw-text-opacity: 0.2;
}

.hover\:hc-text-opacity-25:hover {
  --tw-text-opacity: 0.25;
}

.hover\:hc-text-opacity-30:hover {
  --tw-text-opacity: 0.3;
}

.hover\:hc-text-opacity-40:hover {
  --tw-text-opacity: 0.4;
}

.hover\:hc-text-opacity-50:hover {
  --tw-text-opacity: 0.5;
}

.hover\:hc-text-opacity-60:hover {
  --tw-text-opacity: 0.6;
}

.hover\:hc-text-opacity-70:hover {
  --tw-text-opacity: 0.7;
}

.hover\:hc-text-opacity-75:hover {
  --tw-text-opacity: 0.75;
}

.hover\:hc-text-opacity-80:hover {
  --tw-text-opacity: 0.8;
}

.hover\:hc-text-opacity-90:hover {
  --tw-text-opacity: 0.9;
}

.hover\:hc-text-opacity-95:hover {
  --tw-text-opacity: 0.95;
}

.hover\:hc-text-opacity-100:hover {
  --tw-text-opacity: 1;
}

.focus\:hc-text-opacity-0:focus {
  --tw-text-opacity: 0;
}

.focus\:hc-text-opacity-5:focus {
  --tw-text-opacity: 0.05;
}

.focus\:hc-text-opacity-10:focus {
  --tw-text-opacity: 0.1;
}

.focus\:hc-text-opacity-20:focus {
  --tw-text-opacity: 0.2;
}

.focus\:hc-text-opacity-25:focus {
  --tw-text-opacity: 0.25;
}

.focus\:hc-text-opacity-30:focus {
  --tw-text-opacity: 0.3;
}

.focus\:hc-text-opacity-40:focus {
  --tw-text-opacity: 0.4;
}

.focus\:hc-text-opacity-50:focus {
  --tw-text-opacity: 0.5;
}

.focus\:hc-text-opacity-60:focus {
  --tw-text-opacity: 0.6;
}

.focus\:hc-text-opacity-70:focus {
  --tw-text-opacity: 0.7;
}

.focus\:hc-text-opacity-75:focus {
  --tw-text-opacity: 0.75;
}

.focus\:hc-text-opacity-80:focus {
  --tw-text-opacity: 0.8;
}

.focus\:hc-text-opacity-90:focus {
  --tw-text-opacity: 0.9;
}

.focus\:hc-text-opacity-95:focus {
  --tw-text-opacity: 0.95;
}

.focus\:hc-text-opacity-100:focus {
  --tw-text-opacity: 1;
}

.hc-underline {
  text-decoration: underline;
}

.hc-line-through {
  text-decoration: line-through;
}

.hc-no-underline {
  text-decoration: none;
}

.hc-group:hover .group-hover\:hc-underline {
  text-decoration: underline;
}

.hc-group:hover .group-hover\:hc-line-through {
  text-decoration: line-through;
}

.hc-group:hover .group-hover\:hc-no-underline {
  text-decoration: none;
}

.focus-within\:hc-underline:focus-within {
  text-decoration: underline;
}

.focus-within\:hc-line-through:focus-within {
  text-decoration: line-through;
}

.focus-within\:hc-no-underline:focus-within {
  text-decoration: none;
}

.hover\:hc-underline:hover {
  text-decoration: underline;
}

.hover\:hc-line-through:hover {
  text-decoration: line-through;
}

.hover\:hc-no-underline:hover {
  text-decoration: none;
}

.focus\:hc-underline:focus {
  text-decoration: underline;
}

.focus\:hc-line-through:focus {
  text-decoration: line-through;
}

.focus\:hc-no-underline:focus {
  text-decoration: none;
}

.hc-antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hc-subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.hc-placeholder-gray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.hc-placeholder-gray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.hc-placeholder-gray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.hc-placeholder-gray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.hc-placeholder-gray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.hc-placeholder-gray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.hc-placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.hc-placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.hc-placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.hc-placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.hc-placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.hc-placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.hc-placeholder-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.hc-placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.hc-placeholder-gray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.hc-placeholder-gray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.hc-placeholder-gray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.hc-placeholder-gray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.hc-placeholder-gray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.hc-placeholder-gray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.hc-placeholder-purple-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.hc-placeholder-purple-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.hc-placeholder-purple-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.hc-placeholder-purple-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.hc-placeholder-purple-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.hc-placeholder-purple-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.hc-placeholder-purple-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.hc-placeholder-purple-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.hc-placeholder-purple-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.hc-placeholder-purple-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.hc-placeholder-purple-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.hc-placeholder-purple-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.hc-placeholder-purple-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.hc-placeholder-purple-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.hc-placeholder-purple-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.hc-placeholder-purple-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.hc-placeholder-purple-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.hc-placeholder-purple-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.hc-placeholder-purple-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.hc-placeholder-purple-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.hc-placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.hc-placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.hc-placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.hc-placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.hc-placeholder-red-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.hc-placeholder-red-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.hc-placeholder-red-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.hc-placeholder-red-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.hc-placeholder-red-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.hc-placeholder-red-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.hc-placeholder-red-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.hc-placeholder-red-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.hc-placeholder-red-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.hc-placeholder-red-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.hc-placeholder-red-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.hc-placeholder-red-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.hc-placeholder-red-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.hc-placeholder-red-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.hc-placeholder-red-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.hc-placeholder-red-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.hc-placeholder-red-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.hc-placeholder-red-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.hc-placeholder-red-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.hc-placeholder-red-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.hc-placeholder-blue-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.hc-placeholder-blue-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.hc-placeholder-blue-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.hc-placeholder-blue-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.hc-placeholder-blue-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.hc-placeholder-blue-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.hc-placeholder-blue-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.hc-placeholder-blue-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.hc-placeholder-blue-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.hc-placeholder-blue-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.hc-placeholder-blue-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.hc-placeholder-blue-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.hc-placeholder-blue-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.hc-placeholder-blue-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.hc-placeholder-blue-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.hc-placeholder-blue-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.hc-placeholder-blue-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.hc-placeholder-blue-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.hc-placeholder-blue-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.hc-placeholder-blue-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-gray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-gray-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-gray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-gray-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-gray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-gray-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-gray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-gray-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-gray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-gray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-gray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-gray-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-gray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-gray-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-gray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-gray-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-gray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-gray-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-gray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-gray-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-purple-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-purple-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-purple-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-purple-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-purple-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-purple-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-purple-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-purple-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-purple-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-purple-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-purple-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-purple-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-purple-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-purple-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-purple-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-purple-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-purple-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-purple-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-purple-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-purple-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-black:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-black:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-white:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-white:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-red-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-red-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-red-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-red-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-red-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-red-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-red-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-red-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-red-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-red-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-red-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-red-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-red-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-red-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-red-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-red-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-red-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-red-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-red-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-red-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-blue-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-blue-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-blue-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-blue-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-blue-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-blue-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-blue-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-blue-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-blue-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-blue-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-blue-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-blue-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-blue-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-blue-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-blue-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-blue-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-blue-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-blue-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-blue-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.focus\:hc-placeholder-blue-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
}

.hc-placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.hc-placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0;
}

.hc-placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.hc-placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.hc-placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.hc-placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.hc-placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.hc-placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.hc-placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.hc-placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.hc-placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.hc-placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.hc-placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.hc-placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.hc-placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.hc-placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.hc-placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.hc-placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.hc-placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.hc-placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.hc-placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.hc-placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.hc-placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.hc-placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.hc-placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.hc-placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.hc-placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.hc-placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.hc-placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.hc-placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:hc-placeholder-opacity-0:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:hc-placeholder-opacity-0:focus::placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:hc-placeholder-opacity-5:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:hc-placeholder-opacity-5:focus::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:hc-placeholder-opacity-10:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:hc-placeholder-opacity-10:focus::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:hc-placeholder-opacity-20:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:hc-placeholder-opacity-20:focus::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:hc-placeholder-opacity-25:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:hc-placeholder-opacity-25:focus::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:hc-placeholder-opacity-30:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:hc-placeholder-opacity-30:focus::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:hc-placeholder-opacity-40:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:hc-placeholder-opacity-40:focus::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:hc-placeholder-opacity-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:hc-placeholder-opacity-50:focus::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:hc-placeholder-opacity-60:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:hc-placeholder-opacity-60:focus::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:hc-placeholder-opacity-70:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:hc-placeholder-opacity-70:focus::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:hc-placeholder-opacity-75:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:hc-placeholder-opacity-75:focus::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:hc-placeholder-opacity-80:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:hc-placeholder-opacity-80:focus::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:hc-placeholder-opacity-90:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:hc-placeholder-opacity-90:focus::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:hc-placeholder-opacity-95:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:hc-placeholder-opacity-95:focus::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:hc-placeholder-opacity-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:hc-placeholder-opacity-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
}

.hc-opacity-0 {
  opacity: 0;
}

.hc-opacity-5 {
  opacity: 0.05;
}

.hc-opacity-10 {
  opacity: 0.1;
}

.hc-opacity-20 {
  opacity: 0.2;
}

.hc-opacity-25 {
  opacity: 0.25;
}

.hc-opacity-30 {
  opacity: 0.3;
}

.hc-opacity-40 {
  opacity: 0.4;
}

.hc-opacity-50 {
  opacity: 0.5;
}

.hc-opacity-60 {
  opacity: 0.6;
}

.hc-opacity-70 {
  opacity: 0.7;
}

.hc-opacity-75 {
  opacity: 0.75;
}

.hc-opacity-80 {
  opacity: 0.8;
}

.hc-opacity-90 {
  opacity: 0.9;
}

.hc-opacity-95 {
  opacity: 0.95;
}

.hc-opacity-100 {
  opacity: 1;
}

.hc-group:hover .group-hover\:hc-opacity-0 {
  opacity: 0;
}

.hc-group:hover .group-hover\:hc-opacity-5 {
  opacity: 0.05;
}

.hc-group:hover .group-hover\:hc-opacity-10 {
  opacity: 0.1;
}

.hc-group:hover .group-hover\:hc-opacity-20 {
  opacity: 0.2;
}

.hc-group:hover .group-hover\:hc-opacity-25 {
  opacity: 0.25;
}

.hc-group:hover .group-hover\:hc-opacity-30 {
  opacity: 0.3;
}

.hc-group:hover .group-hover\:hc-opacity-40 {
  opacity: 0.4;
}

.hc-group:hover .group-hover\:hc-opacity-50 {
  opacity: 0.5;
}

.hc-group:hover .group-hover\:hc-opacity-60 {
  opacity: 0.6;
}

.hc-group:hover .group-hover\:hc-opacity-70 {
  opacity: 0.7;
}

.hc-group:hover .group-hover\:hc-opacity-75 {
  opacity: 0.75;
}

.hc-group:hover .group-hover\:hc-opacity-80 {
  opacity: 0.8;
}

.hc-group:hover .group-hover\:hc-opacity-90 {
  opacity: 0.9;
}

.hc-group:hover .group-hover\:hc-opacity-95 {
  opacity: 0.95;
}

.hc-group:hover .group-hover\:hc-opacity-100 {
  opacity: 1;
}

.focus-within\:hc-opacity-0:focus-within {
  opacity: 0;
}

.focus-within\:hc-opacity-5:focus-within {
  opacity: 0.05;
}

.focus-within\:hc-opacity-10:focus-within {
  opacity: 0.1;
}

.focus-within\:hc-opacity-20:focus-within {
  opacity: 0.2;
}

.focus-within\:hc-opacity-25:focus-within {
  opacity: 0.25;
}

.focus-within\:hc-opacity-30:focus-within {
  opacity: 0.3;
}

.focus-within\:hc-opacity-40:focus-within {
  opacity: 0.4;
}

.focus-within\:hc-opacity-50:focus-within {
  opacity: 0.5;
}

.focus-within\:hc-opacity-60:focus-within {
  opacity: 0.6;
}

.focus-within\:hc-opacity-70:focus-within {
  opacity: 0.7;
}

.focus-within\:hc-opacity-75:focus-within {
  opacity: 0.75;
}

.focus-within\:hc-opacity-80:focus-within {
  opacity: 0.8;
}

.focus-within\:hc-opacity-90:focus-within {
  opacity: 0.9;
}

.focus-within\:hc-opacity-95:focus-within {
  opacity: 0.95;
}

.focus-within\:hc-opacity-100:focus-within {
  opacity: 1;
}

.hover\:hc-opacity-0:hover {
  opacity: 0;
}

.hover\:hc-opacity-5:hover {
  opacity: 0.05;
}

.hover\:hc-opacity-10:hover {
  opacity: 0.1;
}

.hover\:hc-opacity-20:hover {
  opacity: 0.2;
}

.hover\:hc-opacity-25:hover {
  opacity: 0.25;
}

.hover\:hc-opacity-30:hover {
  opacity: 0.3;
}

.hover\:hc-opacity-40:hover {
  opacity: 0.4;
}

.hover\:hc-opacity-50:hover {
  opacity: 0.5;
}

.hover\:hc-opacity-60:hover {
  opacity: 0.6;
}

.hover\:hc-opacity-70:hover {
  opacity: 0.7;
}

.hover\:hc-opacity-75:hover {
  opacity: 0.75;
}

.hover\:hc-opacity-80:hover {
  opacity: 0.8;
}

.hover\:hc-opacity-90:hover {
  opacity: 0.9;
}

.hover\:hc-opacity-95:hover {
  opacity: 0.95;
}

.hover\:hc-opacity-100:hover {
  opacity: 1;
}

.focus\:hc-opacity-0:focus {
  opacity: 0;
}

.focus\:hc-opacity-5:focus {
  opacity: 0.05;
}

.focus\:hc-opacity-10:focus {
  opacity: 0.1;
}

.focus\:hc-opacity-20:focus {
  opacity: 0.2;
}

.focus\:hc-opacity-25:focus {
  opacity: 0.25;
}

.focus\:hc-opacity-30:focus {
  opacity: 0.3;
}

.focus\:hc-opacity-40:focus {
  opacity: 0.4;
}

.focus\:hc-opacity-50:focus {
  opacity: 0.5;
}

.focus\:hc-opacity-60:focus {
  opacity: 0.6;
}

.focus\:hc-opacity-70:focus {
  opacity: 0.7;
}

.focus\:hc-opacity-75:focus {
  opacity: 0.75;
}

.focus\:hc-opacity-80:focus {
  opacity: 0.8;
}

.focus\:hc-opacity-90:focus {
  opacity: 0.9;
}

.focus\:hc-opacity-95:focus {
  opacity: 0.95;
}

.focus\:hc-opacity-100:focus {
  opacity: 1;
}

.hc-bg-blend-normal {
  background-blend-mode: normal;
}

.hc-bg-blend-multiply {
  background-blend-mode: multiply;
}

.hc-bg-blend-screen {
  background-blend-mode: screen;
}

.hc-bg-blend-overlay {
  background-blend-mode: overlay;
}

.hc-bg-blend-darken {
  background-blend-mode: darken;
}

.hc-bg-blend-lighten {
  background-blend-mode: lighten;
}

.hc-bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.hc-bg-blend-color-burn {
  background-blend-mode: color-burn;
}

.hc-bg-blend-hard-light {
  background-blend-mode: hard-light;
}

.hc-bg-blend-soft-light {
  background-blend-mode: soft-light;
}

.hc-bg-blend-difference {
  background-blend-mode: difference;
}

.hc-bg-blend-exclusion {
  background-blend-mode: exclusion;
}

.hc-bg-blend-hue {
  background-blend-mode: hue;
}

.hc-bg-blend-saturation {
  background-blend-mode: saturation;
}

.hc-bg-blend-color {
  background-blend-mode: color;
}

.hc-bg-blend-luminosity {
  background-blend-mode: luminosity;
}

.hc-mix-blend-normal {
  mix-blend-mode: normal;
}

.hc-mix-blend-multiply {
  mix-blend-mode: multiply;
}

.hc-mix-blend-screen {
  mix-blend-mode: screen;
}

.hc-mix-blend-overlay {
  mix-blend-mode: overlay;
}

.hc-mix-blend-darken {
  mix-blend-mode: darken;
}

.hc-mix-blend-lighten {
  mix-blend-mode: lighten;
}

.hc-mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.hc-mix-blend-color-burn {
  mix-blend-mode: color-burn;
}

.hc-mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.hc-mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

.hc-mix-blend-difference {
  mix-blend-mode: difference;
}

.hc-mix-blend-exclusion {
  mix-blend-mode: exclusion;
}

.hc-mix-blend-hue {
  mix-blend-mode: hue;
}

.hc-mix-blend-saturation {
  mix-blend-mode: saturation;
}

.hc-mix-blend-color {
  mix-blend-mode: color;
}

.hc-mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.hc-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hc-shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hc-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hc-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hc-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hc-shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hc-shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hc-shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hc-group:hover .group-hover\:hc-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hc-group:hover .group-hover\:hc-shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hc-group:hover .group-hover\:hc-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hc-group:hover .group-hover\:hc-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hc-group:hover .group-hover\:hc-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hc-group:hover .group-hover\:hc-shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hc-group:hover .group-hover\:hc-shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hc-group:hover .group-hover\:hc-shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:hc-shadow-sm:focus-within {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:hc-shadow:focus-within {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:hc-shadow-md:focus-within {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:hc-shadow-lg:focus-within {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:hc-shadow-xl:focus-within {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:hc-shadow-2xl:focus-within {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:hc-shadow-inner:focus-within {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:hc-shadow-none:focus-within {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:hc-shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:hc-shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:hc-shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:hc-shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:hc-shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:hc-shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:hc-shadow-inner:hover {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:hc-shadow-none:hover {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:hc-shadow-sm:focus {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:hc-shadow:focus {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:hc-shadow-md:focus {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:hc-shadow-lg:focus {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:hc-shadow-xl:focus {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:hc-shadow-2xl:focus {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:hc-shadow-inner:focus {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:hc-shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hc-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.hc-outline-white {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.hc-outline-black {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus-within\:hc-outline-none:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-within\:hc-outline-white:focus-within {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus-within\:hc-outline-black:focus-within {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus\:hc-outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:hc-outline-white:focus {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus\:hc-outline-black:focus {
  outline: 2px dotted black;
  outline-offset: 2px;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.hc-ring-0 {
  --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(0px + 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);
}

.hc-ring-1 {
  --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(1px + 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);
}

.hc-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);
}

.hc-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);
}

.hc-ring-8 {
  --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(8px + 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);
}

.hc-ring {
  --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-within\:hc-ring-0:focus-within {
  --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(0px + 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-within\:hc-ring-1:focus-within {
  --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(1px + 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-within\:hc-ring-2:focus-within {
  --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);
}

.focus-within\:hc-ring-4:focus-within {
  --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-within\:hc-ring-8:focus-within {
  --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(8px + 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-within\:hc-ring:focus-within {
  --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\:hc-ring-0: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(0px + 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\:hc-ring-1: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(1px + 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\:hc-ring-2: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(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);
}

.focus\:hc-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\:hc-ring-8: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(8px + 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\:hc-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);
}

.hc-ring-inset {
  --tw-ring-inset: inset;
}

.focus-within\:hc-ring-inset:focus-within {
  --tw-ring-inset: inset;
}

.focus\:hc-ring-inset:focus {
  --tw-ring-inset: inset;
}

.hc-ring-gray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.hc-ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.hc-ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.hc-ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.hc-ring-gray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.hc-ring-gray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.hc-ring-gray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.hc-ring-gray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.hc-ring-gray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.hc-ring-gray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}

.hc-ring-purple-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.hc-ring-purple-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.hc-ring-purple-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.hc-ring-purple-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.hc-ring-purple-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.hc-ring-purple-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.hc-ring-purple-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.hc-ring-purple-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.hc-ring-purple-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.hc-ring-purple-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.hc-ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.hc-ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.hc-ring-red-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.hc-ring-red-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.hc-ring-red-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.hc-ring-red-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.hc-ring-red-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.hc-ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.hc-ring-red-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.hc-ring-red-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.hc-ring-red-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.hc-ring-red-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.hc-ring-blue-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.hc-ring-blue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.hc-ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.hc-ring-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.hc-ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.hc-ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.hc-ring-blue-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.hc-ring-blue-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.hc-ring-blue-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.hc-ring-blue-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-gray-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-gray-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-gray-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-gray-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-gray-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-gray-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-gray-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-gray-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-gray-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-gray-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-purple-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-purple-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-purple-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-purple-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-purple-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-purple-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-purple-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-purple-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-purple-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-purple-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-black:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-white:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-red-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-red-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-red-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-red-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-red-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-red-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-red-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-red-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-red-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-red-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-blue-50:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-blue-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-blue-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-blue-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-blue-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-blue-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-blue-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-blue-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-blue-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.focus-within\:hc-ring-blue-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.focus\:hc-ring-gray-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
}

.focus\:hc-ring-gray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}

.focus\:hc-ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
}

.focus\:hc-ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
}

.focus\:hc-ring-gray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}

.focus\:hc-ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}

.focus\:hc-ring-gray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
}

.focus\:hc-ring-gray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
}

.focus\:hc-ring-gray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
}

.focus\:hc-ring-gray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}

.focus\:hc-ring-purple-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.focus\:hc-ring-purple-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.focus\:hc-ring-purple-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.focus\:hc-ring-purple-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.focus\:hc-ring-purple-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.focus\:hc-ring-purple-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.focus\:hc-ring-purple-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.focus\:hc-ring-purple-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.focus\:hc-ring-purple-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.focus\:hc-ring-purple-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.focus\:hc-ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus\:hc-ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:hc-ring-red-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.focus\:hc-ring-red-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.focus\:hc-ring-red-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.focus\:hc-ring-red-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.focus\:hc-ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.focus\:hc-ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.focus\:hc-ring-red-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.focus\:hc-ring-red-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.focus\:hc-ring-red-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.focus\:hc-ring-red-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.focus\:hc-ring-blue-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.focus\:hc-ring-blue-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.focus\:hc-ring-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.focus\:hc-ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.focus\:hc-ring-blue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.focus\:hc-ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.focus\:hc-ring-blue-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.focus\:hc-ring-blue-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.focus\:hc-ring-blue-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.focus\:hc-ring-blue-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.hc-ring-opacity-0 {
  --tw-ring-opacity: 0;
}

.hc-ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.hc-ring-opacity-10 {
  --tw-ring-opacity: 0.1;
}

.hc-ring-opacity-20 {
  --tw-ring-opacity: 0.2;
}

.hc-ring-opacity-25 {
  --tw-ring-opacity: 0.25;
}

.hc-ring-opacity-30 {
  --tw-ring-opacity: 0.3;
}

.hc-ring-opacity-40 {
  --tw-ring-opacity: 0.4;
}

.hc-ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.hc-ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}

.hc-ring-opacity-70 {
  --tw-ring-opacity: 0.7;
}

.hc-ring-opacity-75 {
  --tw-ring-opacity: 0.75;
}

.hc-ring-opacity-80 {
  --tw-ring-opacity: 0.8;
}

.hc-ring-opacity-90 {
  --tw-ring-opacity: 0.9;
}

.hc-ring-opacity-95 {
  --tw-ring-opacity: 0.95;
}

.hc-ring-opacity-100 {
  --tw-ring-opacity: 1;
}

.focus-within\:hc-ring-opacity-0:focus-within {
  --tw-ring-opacity: 0;
}

.focus-within\:hc-ring-opacity-5:focus-within {
  --tw-ring-opacity: 0.05;
}

.focus-within\:hc-ring-opacity-10:focus-within {
  --tw-ring-opacity: 0.1;
}

.focus-within\:hc-ring-opacity-20:focus-within {
  --tw-ring-opacity: 0.2;
}

.focus-within\:hc-ring-opacity-25:focus-within {
  --tw-ring-opacity: 0.25;
}

.focus-within\:hc-ring-opacity-30:focus-within {
  --tw-ring-opacity: 0.3;
}

.focus-within\:hc-ring-opacity-40:focus-within {
  --tw-ring-opacity: 0.4;
}

.focus-within\:hc-ring-opacity-50:focus-within {
  --tw-ring-opacity: 0.5;
}

.focus-within\:hc-ring-opacity-60:focus-within {
  --tw-ring-opacity: 0.6;
}

.focus-within\:hc-ring-opacity-70:focus-within {
  --tw-ring-opacity: 0.7;
}

.focus-within\:hc-ring-opacity-75:focus-within {
  --tw-ring-opacity: 0.75;
}

.focus-within\:hc-ring-opacity-80:focus-within {
  --tw-ring-opacity: 0.8;
}

.focus-within\:hc-ring-opacity-90:focus-within {
  --tw-ring-opacity: 0.9;
}

.focus-within\:hc-ring-opacity-95:focus-within {
  --tw-ring-opacity: 0.95;
}

.focus-within\:hc-ring-opacity-100:focus-within {
  --tw-ring-opacity: 1;
}

.focus\:hc-ring-opacity-0:focus {
  --tw-ring-opacity: 0;
}

.focus\:hc-ring-opacity-5:focus {
  --tw-ring-opacity: 0.05;
}

.focus\:hc-ring-opacity-10:focus {
  --tw-ring-opacity: 0.1;
}

.focus\:hc-ring-opacity-20:focus {
  --tw-ring-opacity: 0.2;
}

.focus\:hc-ring-opacity-25:focus {
  --tw-ring-opacity: 0.25;
}

.focus\:hc-ring-opacity-30:focus {
  --tw-ring-opacity: 0.3;
}

.focus\:hc-ring-opacity-40:focus {
  --tw-ring-opacity: 0.4;
}

.focus\:hc-ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.focus\:hc-ring-opacity-60:focus {
  --tw-ring-opacity: 0.6;
}

.focus\:hc-ring-opacity-70:focus {
  --tw-ring-opacity: 0.7;
}

.focus\:hc-ring-opacity-75:focus {
  --tw-ring-opacity: 0.75;
}

.focus\:hc-ring-opacity-80:focus {
  --tw-ring-opacity: 0.8;
}

.focus\:hc-ring-opacity-90:focus {
  --tw-ring-opacity: 0.9;
}

.focus\:hc-ring-opacity-95:focus {
  --tw-ring-opacity: 0.95;
}

.focus\:hc-ring-opacity-100:focus {
  --tw-ring-opacity: 1;
}

.hc-ring-offset-0 {
  --tw-ring-offset-width: 0px;
}

.hc-ring-offset-1 {
  --tw-ring-offset-width: 1px;
}

.hc-ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.hc-ring-offset-4 {
  --tw-ring-offset-width: 4px;
}

.hc-ring-offset-8 {
  --tw-ring-offset-width: 8px;
}

.focus-within\:hc-ring-offset-0:focus-within {
  --tw-ring-offset-width: 0px;
}

.focus-within\:hc-ring-offset-1:focus-within {
  --tw-ring-offset-width: 1px;
}

.focus-within\:hc-ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px;
}

.focus-within\:hc-ring-offset-4:focus-within {
  --tw-ring-offset-width: 4px;
}

.focus-within\:hc-ring-offset-8:focus-within {
  --tw-ring-offset-width: 8px;
}

.focus\:hc-ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}

.focus\:hc-ring-offset-1:focus {
  --tw-ring-offset-width: 1px;
}

.focus\:hc-ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:hc-ring-offset-4:focus {
  --tw-ring-offset-width: 4px;
}

.focus\:hc-ring-offset-8:focus {
  --tw-ring-offset-width: 8px;
}

.hc-ring-offset-gray-50 {
  --tw-ring-offset-color: #fafafa;
}

.hc-ring-offset-gray-100 {
  --tw-ring-offset-color: #f4f4f5;
}

.hc-ring-offset-gray-200 {
  --tw-ring-offset-color: #e4e4e7;
}

.hc-ring-offset-gray-300 {
  --tw-ring-offset-color: #d4d4d8;
}

.hc-ring-offset-gray-400 {
  --tw-ring-offset-color: #a1a1aa;
}

.hc-ring-offset-gray-500 {
  --tw-ring-offset-color: #71717a;
}

.hc-ring-offset-gray-600 {
  --tw-ring-offset-color: #52525b;
}

.hc-ring-offset-gray-700 {
  --tw-ring-offset-color: #3f3f46;
}

.hc-ring-offset-gray-800 {
  --tw-ring-offset-color: #27272a;
}

.hc-ring-offset-gray-900 {
  --tw-ring-offset-color: #18181b;
}

.hc-ring-offset-purple-50 {
  --tw-ring-offset-color: #f5f3ff;
}

.hc-ring-offset-purple-100 {
  --tw-ring-offset-color: #ede9fe;
}

.hc-ring-offset-purple-200 {
  --tw-ring-offset-color: #ddd6fe;
}

.hc-ring-offset-purple-300 {
  --tw-ring-offset-color: #c4b5fd;
}

.hc-ring-offset-purple-400 {
  --tw-ring-offset-color: #a78bfa;
}

.hc-ring-offset-purple-500 {
  --tw-ring-offset-color: #8b5cf6;
}

.hc-ring-offset-purple-600 {
  --tw-ring-offset-color: #7c3aed;
}

.hc-ring-offset-purple-700 {
  --tw-ring-offset-color: #6d28d9;
}

.hc-ring-offset-purple-800 {
  --tw-ring-offset-color: #5b21b6;
}

.hc-ring-offset-purple-900 {
  --tw-ring-offset-color: #4c1d95;
}

.hc-ring-offset-black {
  --tw-ring-offset-color: #000;
}

.hc-ring-offset-white {
  --tw-ring-offset-color: #fff;
}

.hc-ring-offset-red-50 {
  --tw-ring-offset-color: #fef2f2;
}

.hc-ring-offset-red-100 {
  --tw-ring-offset-color: #fee2e2;
}

.hc-ring-offset-red-200 {
  --tw-ring-offset-color: #fecaca;
}

.hc-ring-offset-red-300 {
  --tw-ring-offset-color: #fca5a5;
}

.hc-ring-offset-red-400 {
  --tw-ring-offset-color: #f87171;
}

.hc-ring-offset-red-500 {
  --tw-ring-offset-color: #ef4444;
}

.hc-ring-offset-red-600 {
  --tw-ring-offset-color: #dc2626;
}

.hc-ring-offset-red-700 {
  --tw-ring-offset-color: #b91c1c;
}

.hc-ring-offset-red-800 {
  --tw-ring-offset-color: #991b1b;
}

.hc-ring-offset-red-900 {
  --tw-ring-offset-color: #7f1d1d;
}

.hc-ring-offset-blue-50 {
  --tw-ring-offset-color: #eff6ff;
}

.hc-ring-offset-blue-100 {
  --tw-ring-offset-color: #dbeafe;
}

.hc-ring-offset-blue-200 {
  --tw-ring-offset-color: #bfdbfe;
}

.hc-ring-offset-blue-300 {
  --tw-ring-offset-color: #93c5fd;
}

.hc-ring-offset-blue-400 {
  --tw-ring-offset-color: #60a5fa;
}

.hc-ring-offset-blue-500 {
  --tw-ring-offset-color: #3b82f6;
}

.hc-ring-offset-blue-600 {
  --tw-ring-offset-color: #2563eb;
}

.hc-ring-offset-blue-700 {
  --tw-ring-offset-color: #1d4ed8;
}

.hc-ring-offset-blue-800 {
  --tw-ring-offset-color: #1e40af;
}

.hc-ring-offset-blue-900 {
  --tw-ring-offset-color: #1e3a8a;
}

.focus-within\:hc-ring-offset-gray-50:focus-within {
  --tw-ring-offset-color: #fafafa;
}

.focus-within\:hc-ring-offset-gray-100:focus-within {
  --tw-ring-offset-color: #f4f4f5;
}

.focus-within\:hc-ring-offset-gray-200:focus-within {
  --tw-ring-offset-color: #e4e4e7;
}

.focus-within\:hc-ring-offset-gray-300:focus-within {
  --tw-ring-offset-color: #d4d4d8;
}

.focus-within\:hc-ring-offset-gray-400:focus-within {
  --tw-ring-offset-color: #a1a1aa;
}

.focus-within\:hc-ring-offset-gray-500:focus-within {
  --tw-ring-offset-color: #71717a;
}

.focus-within\:hc-ring-offset-gray-600:focus-within {
  --tw-ring-offset-color: #52525b;
}

.focus-within\:hc-ring-offset-gray-700:focus-within {
  --tw-ring-offset-color: #3f3f46;
}

.focus-within\:hc-ring-offset-gray-800:focus-within {
  --tw-ring-offset-color: #27272a;
}

.focus-within\:hc-ring-offset-gray-900:focus-within {
  --tw-ring-offset-color: #18181b;
}

.focus-within\:hc-ring-offset-purple-50:focus-within {
  --tw-ring-offset-color: #f5f3ff;
}

.focus-within\:hc-ring-offset-purple-100:focus-within {
  --tw-ring-offset-color: #ede9fe;
}

.focus-within\:hc-ring-offset-purple-200:focus-within {
  --tw-ring-offset-color: #ddd6fe;
}

.focus-within\:hc-ring-offset-purple-300:focus-within {
  --tw-ring-offset-color: #c4b5fd;
}

.focus-within\:hc-ring-offset-purple-400:focus-within {
  --tw-ring-offset-color: #a78bfa;
}

.focus-within\:hc-ring-offset-purple-500:focus-within {
  --tw-ring-offset-color: #8b5cf6;
}

.focus-within\:hc-ring-offset-purple-600:focus-within {
  --tw-ring-offset-color: #7c3aed;
}

.focus-within\:hc-ring-offset-purple-700:focus-within {
  --tw-ring-offset-color: #6d28d9;
}

.focus-within\:hc-ring-offset-purple-800:focus-within {
  --tw-ring-offset-color: #5b21b6;
}

.focus-within\:hc-ring-offset-purple-900:focus-within {
  --tw-ring-offset-color: #4c1d95;
}

.focus-within\:hc-ring-offset-black:focus-within {
  --tw-ring-offset-color: #000;
}

.focus-within\:hc-ring-offset-white:focus-within {
  --tw-ring-offset-color: #fff;
}

.focus-within\:hc-ring-offset-red-50:focus-within {
  --tw-ring-offset-color: #fef2f2;
}

.focus-within\:hc-ring-offset-red-100:focus-within {
  --tw-ring-offset-color: #fee2e2;
}

.focus-within\:hc-ring-offset-red-200:focus-within {
  --tw-ring-offset-color: #fecaca;
}

.focus-within\:hc-ring-offset-red-300:focus-within {
  --tw-ring-offset-color: #fca5a5;
}

.focus-within\:hc-ring-offset-red-400:focus-within {
  --tw-ring-offset-color: #f87171;
}

.focus-within\:hc-ring-offset-red-500:focus-within {
  --tw-ring-offset-color: #ef4444;
}

.focus-within\:hc-ring-offset-red-600:focus-within {
  --tw-ring-offset-color: #dc2626;
}

.focus-within\:hc-ring-offset-red-700:focus-within {
  --tw-ring-offset-color: #b91c1c;
}

.focus-within\:hc-ring-offset-red-800:focus-within {
  --tw-ring-offset-color: #991b1b;
}

.focus-within\:hc-ring-offset-red-900:focus-within {
  --tw-ring-offset-color: #7f1d1d;
}

.focus-within\:hc-ring-offset-blue-50:focus-within {
  --tw-ring-offset-color: #eff6ff;
}

.focus-within\:hc-ring-offset-blue-100:focus-within {
  --tw-ring-offset-color: #dbeafe;
}

.focus-within\:hc-ring-offset-blue-200:focus-within {
  --tw-ring-offset-color: #bfdbfe;
}

.focus-within\:hc-ring-offset-blue-300:focus-within {
  --tw-ring-offset-color: #93c5fd;
}

.focus-within\:hc-ring-offset-blue-400:focus-within {
  --tw-ring-offset-color: #60a5fa;
}

.focus-within\:hc-ring-offset-blue-500:focus-within {
  --tw-ring-offset-color: #3b82f6;
}

.focus-within\:hc-ring-offset-blue-600:focus-within {
  --tw-ring-offset-color: #2563eb;
}

.focus-within\:hc-ring-offset-blue-700:focus-within {
  --tw-ring-offset-color: #1d4ed8;
}

.focus-within\:hc-ring-offset-blue-800:focus-within {
  --tw-ring-offset-color: #1e40af;
}

.focus-within\:hc-ring-offset-blue-900:focus-within {
  --tw-ring-offset-color: #1e3a8a;
}

.focus\:hc-ring-offset-gray-50:focus {
  --tw-ring-offset-color: #fafafa;
}

.focus\:hc-ring-offset-gray-100:focus {
  --tw-ring-offset-color: #f4f4f5;
}

.focus\:hc-ring-offset-gray-200:focus {
  --tw-ring-offset-color: #e4e4e7;
}

.focus\:hc-ring-offset-gray-300:focus {
  --tw-ring-offset-color: #d4d4d8;
}

.focus\:hc-ring-offset-gray-400:focus {
  --tw-ring-offset-color: #a1a1aa;
}

.focus\:hc-ring-offset-gray-500:focus {
  --tw-ring-offset-color: #71717a;
}

.focus\:hc-ring-offset-gray-600:focus {
  --tw-ring-offset-color: #52525b;
}

.focus\:hc-ring-offset-gray-700:focus {
  --tw-ring-offset-color: #3f3f46;
}

.focus\:hc-ring-offset-gray-800:focus {
  --tw-ring-offset-color: #27272a;
}

.focus\:hc-ring-offset-gray-900:focus {
  --tw-ring-offset-color: #18181b;
}

.focus\:hc-ring-offset-purple-50:focus {
  --tw-ring-offset-color: #f5f3ff;
}

.focus\:hc-ring-offset-purple-100:focus {
  --tw-ring-offset-color: #ede9fe;
}

.focus\:hc-ring-offset-purple-200:focus {
  --tw-ring-offset-color: #ddd6fe;
}

.focus\:hc-ring-offset-purple-300:focus {
  --tw-ring-offset-color: #c4b5fd;
}

.focus\:hc-ring-offset-purple-400:focus {
  --tw-ring-offset-color: #a78bfa;
}

.focus\:hc-ring-offset-purple-500:focus {
  --tw-ring-offset-color: #8b5cf6;
}

.focus\:hc-ring-offset-purple-600:focus {
  --tw-ring-offset-color: #7c3aed;
}

.focus\:hc-ring-offset-purple-700:focus {
  --tw-ring-offset-color: #6d28d9;
}

.focus\:hc-ring-offset-purple-800:focus {
  --tw-ring-offset-color: #5b21b6;
}

.focus\:hc-ring-offset-purple-900:focus {
  --tw-ring-offset-color: #4c1d95;
}

.focus\:hc-ring-offset-black:focus {
  --tw-ring-offset-color: #000;
}

.focus\:hc-ring-offset-white:focus {
  --tw-ring-offset-color: #fff;
}

.focus\:hc-ring-offset-red-50:focus {
  --tw-ring-offset-color: #fef2f2;
}

.focus\:hc-ring-offset-red-100:focus {
  --tw-ring-offset-color: #fee2e2;
}

.focus\:hc-ring-offset-red-200:focus {
  --tw-ring-offset-color: #fecaca;
}

.focus\:hc-ring-offset-red-300:focus {
  --tw-ring-offset-color: #fca5a5;
}

.focus\:hc-ring-offset-red-400:focus {
  --tw-ring-offset-color: #f87171;
}

.focus\:hc-ring-offset-red-500:focus {
  --tw-ring-offset-color: #ef4444;
}

.focus\:hc-ring-offset-red-600:focus {
  --tw-ring-offset-color: #dc2626;
}

.focus\:hc-ring-offset-red-700:focus {
  --tw-ring-offset-color: #b91c1c;
}

.focus\:hc-ring-offset-red-800:focus {
  --tw-ring-offset-color: #991b1b;
}

.focus\:hc-ring-offset-red-900:focus {
  --tw-ring-offset-color: #7f1d1d;
}

.focus\:hc-ring-offset-blue-50:focus {
  --tw-ring-offset-color: #eff6ff;
}

.focus\:hc-ring-offset-blue-100:focus {
  --tw-ring-offset-color: #dbeafe;
}

.focus\:hc-ring-offset-blue-200:focus {
  --tw-ring-offset-color: #bfdbfe;
}

.focus\:hc-ring-offset-blue-300:focus {
  --tw-ring-offset-color: #93c5fd;
}

.focus\:hc-ring-offset-blue-400:focus {
  --tw-ring-offset-color: #60a5fa;
}

.focus\:hc-ring-offset-blue-500:focus {
  --tw-ring-offset-color: #3b82f6;
}

.focus\:hc-ring-offset-blue-600:focus {
  --tw-ring-offset-color: #2563eb;
}

.focus\:hc-ring-offset-blue-700:focus {
  --tw-ring-offset-color: #1d4ed8;
}

.focus\:hc-ring-offset-blue-800:focus {
  --tw-ring-offset-color: #1e40af;
}

.focus\:hc-ring-offset-blue-900:focus {
  --tw-ring-offset-color: #1e3a8a;
}

.hc-filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  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);
}

.hc-filter-none {
  filter: none;
}

.hc-blur-0 {
  --tw-blur: blur(0);
}

.hc-blur-none {
  --tw-blur: blur(0);
}

.hc-blur-sm {
  --tw-blur: blur(4px);
}

.hc-blur {
  --tw-blur: blur(8px);
}

.hc-blur-md {
  --tw-blur: blur(12px);
}

.hc-blur-lg {
  --tw-blur: blur(16px);
}

.hc-blur-xl {
  --tw-blur: blur(24px);
}

.hc-blur-2xl {
  --tw-blur: blur(40px);
}

.hc-blur-3xl {
  --tw-blur: blur(64px);
}

.hc-brightness-0 {
  --tw-brightness: brightness(0);
}

.hc-brightness-50 {
  --tw-brightness: brightness(.5);
}

.hc-brightness-75 {
  --tw-brightness: brightness(.75);
}

.hc-brightness-90 {
  --tw-brightness: brightness(.9);
}

.hc-brightness-95 {
  --tw-brightness: brightness(.95);
}

.hc-brightness-100 {
  --tw-brightness: brightness(1);
}

.hc-brightness-105 {
  --tw-brightness: brightness(1.05);
}

.hc-brightness-110 {
  --tw-brightness: brightness(1.1);
}

.hc-brightness-125 {
  --tw-brightness: brightness(1.25);
}

.hc-brightness-150 {
  --tw-brightness: brightness(1.5);
}

.hc-brightness-200 {
  --tw-brightness: brightness(2);
}

.hc-contrast-0 {
  --tw-contrast: contrast(0);
}

.hc-contrast-50 {
  --tw-contrast: contrast(.5);
}

.hc-contrast-75 {
  --tw-contrast: contrast(.75);
}

.hc-contrast-100 {
  --tw-contrast: contrast(1);
}

.hc-contrast-125 {
  --tw-contrast: contrast(1.25);
}

.hc-contrast-150 {
  --tw-contrast: contrast(1.5);
}

.hc-contrast-200 {
  --tw-contrast: contrast(2);
}

.hc-drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
}

.hc-drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

.hc-drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

.hc-drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.hc-drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}

.hc-drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}

.hc-drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
}

.hc-grayscale-0 {
  --tw-grayscale: grayscale(0);
}

.hc-grayscale {
  --tw-grayscale: grayscale(100%);
}

.hc-hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg);
}

.hc-hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(15deg);
}

.hc-hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg);
}

.hc-hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg);
}

.hc-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg);
}

.hc-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg);
}

.hc--hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg);
}

.hc--hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg);
}

.hc--hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(-60deg);
}

.hc--hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(-30deg);
}

.hc--hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(-15deg);
}

.hc-invert-0 {
  --tw-invert: invert(0);
}

.hc-invert {
  --tw-invert: invert(100%);
}

.hc-saturate-0 {
  --tw-saturate: saturate(0);
}

.hc-saturate-50 {
  --tw-saturate: saturate(.5);
}

.hc-saturate-100 {
  --tw-saturate: saturate(1);
}

.hc-saturate-150 {
  --tw-saturate: saturate(1.5);
}

.hc-saturate-200 {
  --tw-saturate: saturate(2);
}

.hc-sepia-0 {
  --tw-sepia: sepia(0);
}

.hc-sepia {
  --tw-sepia: sepia(100%);
}

.hc-backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.hc-backdrop-filter-none {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.hc-backdrop-blur-0 {
  --tw-backdrop-blur: blur(0);
}

.hc-backdrop-blur-none {
  --tw-backdrop-blur: blur(0);
}

.hc-backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
}

.hc-backdrop-blur {
  --tw-backdrop-blur: blur(8px);
}

.hc-backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
}

.hc-backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
}

.hc-backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
}

.hc-backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px);
}

.hc-backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px);
}

.hc-backdrop-brightness-0 {
  --tw-backdrop-brightness: brightness(0);
}

.hc-backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5);
}

.hc-backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75);
}

.hc-backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9);
}

.hc-backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95);
}

.hc-backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1);
}

.hc-backdrop-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05);
}

.hc-backdrop-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1);
}

.hc-backdrop-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25);
}

.hc-backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5);
}

.hc-backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2);
}

.hc-backdrop-contrast-0 {
  --tw-backdrop-contrast: contrast(0);
}

.hc-backdrop-contrast-50 {
  --tw-backdrop-contrast: contrast(.5);
}

.hc-backdrop-contrast-75 {
  --tw-backdrop-contrast: contrast(.75);
}

.hc-backdrop-contrast-100 {
  --tw-backdrop-contrast: contrast(1);
}

.hc-backdrop-contrast-125 {
  --tw-backdrop-contrast: contrast(1.25);
}

.hc-backdrop-contrast-150 {
  --tw-backdrop-contrast: contrast(1.5);
}

.hc-backdrop-contrast-200 {
  --tw-backdrop-contrast: contrast(2);
}

.hc-backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0);
}

.hc-backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%);
}

.hc-backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(0deg);
}

.hc-backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(15deg);
}

.hc-backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(30deg);
}

.hc-backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(60deg);
}

.hc-backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg);
}

.hc-backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg);
}

.hc--backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg);
}

.hc--backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg);
}

.hc--backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(-60deg);
}

.hc--backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(-30deg);
}

.hc--backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(-15deg);
}

.hc-backdrop-invert-0 {
  --tw-backdrop-invert: invert(0);
}

.hc-backdrop-invert {
  --tw-backdrop-invert: invert(100%);
}

.hc-backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0);
}

.hc-backdrop-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05);
}

.hc-backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1);
}

.hc-backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2);
}

.hc-backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25);
}

.hc-backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3);
}

.hc-backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4);
}

.hc-backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5);
}

.hc-backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6);
}

.hc-backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7);
}

.hc-backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75);
}

.hc-backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8);
}

.hc-backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9);
}

.hc-backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95);
}

.hc-backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1);
}

.hc-backdrop-saturate-0 {
  --tw-backdrop-saturate: saturate(0);
}

.hc-backdrop-saturate-50 {
  --tw-backdrop-saturate: saturate(.5);
}

.hc-backdrop-saturate-100 {
  --tw-backdrop-saturate: saturate(1);
}

.hc-backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5);
}

.hc-backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2);
}

.hc-backdrop-sepia-0 {
  --tw-backdrop-sepia: sepia(0);
}

.hc-backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
}

.hc-transition-none {
  transition-property: none;
}

.hc-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hc-transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hc-transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hc-transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hc-transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hc-transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hc-delay-75 {
  transition-delay: 75ms;
}

.hc-delay-100 {
  transition-delay: 100ms;
}

.hc-delay-150 {
  transition-delay: 150ms;
}

.hc-delay-200 {
  transition-delay: 200ms;
}

.hc-delay-300 {
  transition-delay: 300ms;
}

.hc-delay-500 {
  transition-delay: 500ms;
}

.hc-delay-700 {
  transition-delay: 700ms;
}

.hc-delay-1000 {
  transition-delay: 1000ms;
}

.hc-duration-75 {
  transition-duration: 75ms;
}

.hc-duration-100 {
  transition-duration: 100ms;
}

.hc-duration-150 {
  transition-duration: 150ms;
}

.hc-duration-200 {
  transition-duration: 200ms;
}

.hc-duration-300 {
  transition-duration: 300ms;
}

.hc-duration-500 {
  transition-duration: 500ms;
}

.hc-duration-700 {
  transition-duration: 700ms;
}

.hc-duration-1000 {
  transition-duration: 1000ms;
}

.hc-ease-linear {
  transition-timing-function: linear;
}

.hc-ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.hc-ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.hc-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1330px) {
  .tablet\:hc-container {
    width: 100%;
  }

  @media (min-width: 1330px) {
    .tablet\:hc-container {
      max-width: 1330px;
    }
  }

  .tablet\:hc-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;
  }

  .tablet\:hc-not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tablet\:focus-within\:hc-sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tablet\:focus-within\:hc-not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tablet\:focus\:hc-sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tablet\:focus\:hc-not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tablet\:hc-pointer-events-none {
    pointer-events: none;
  }

  .tablet\:hc-pointer-events-auto {
    pointer-events: auto;
  }

  .tablet\:hc-visible {
    visibility: visible;
  }

  .tablet\:hc-invisible {
    visibility: hidden;
  }

  .tablet\:hc-static {
    position: static;
  }

  .tablet\:hc-fixed {
    position: fixed;
  }

  .tablet\:hc-absolute {
    position: absolute;
  }

  .tablet\:hc-relative {
    position: relative;
  }

  .tablet\:hc-sticky {
    position: sticky;
  }

  .tablet\:hc-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .tablet\:hc-inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .tablet\:hc-inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .tablet\:hc-inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .tablet\:hc-inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .tablet\:hc-inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .tablet\:hc-inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .tablet\:hc-inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .tablet\:hc-inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .tablet\:hc-inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .tablet\:hc-inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .tablet\:hc-inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .tablet\:hc-inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .tablet\:hc-inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .tablet\:hc-inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .tablet\:hc-inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .tablet\:hc-inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .tablet\:hc-inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .tablet\:hc-inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .tablet\:hc-inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .tablet\:hc-inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .tablet\:hc-inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .tablet\:hc-inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .tablet\:hc-inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .tablet\:hc-inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .tablet\:hc-inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .tablet\:hc-inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .tablet\:hc-inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .tablet\:hc-inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .tablet\:hc-inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .tablet\:hc-inset-128 {
    top: 32rem;
    right: 32rem;
    bottom: 32rem;
    left: 32rem;
  }

  .tablet\:hc-inset-144 {
    top: 44rem;
    right: 44rem;
    bottom: 44rem;
    left: 44rem;
  }

  .tablet\:hc-inset-900 {
    top: 900px;
    right: 900px;
    bottom: 900px;
    left: 900px;
  }

  .tablet\:hc-inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .tablet\:hc-inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .tablet\:hc-inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .tablet\:hc-inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .tablet\:hc-inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .tablet\:hc-inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .tablet\:hc--inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .tablet\:hc--inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .tablet\:hc--inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .tablet\:hc--inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .tablet\:hc--inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .tablet\:hc--inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .tablet\:hc--inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .tablet\:hc--inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .tablet\:hc--inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .tablet\:hc--inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .tablet\:hc--inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .tablet\:hc--inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .tablet\:hc--inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .tablet\:hc--inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .tablet\:hc--inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .tablet\:hc--inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .tablet\:hc--inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .tablet\:hc--inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .tablet\:hc--inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .tablet\:hc--inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .tablet\:hc--inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .tablet\:hc--inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .tablet\:hc--inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .tablet\:hc--inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .tablet\:hc--inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .tablet\:hc--inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .tablet\:hc--inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .tablet\:hc--inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .tablet\:hc--inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .tablet\:hc--inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .tablet\:hc--inset-128 {
    top: -32rem;
    right: -32rem;
    bottom: -32rem;
    left: -32rem;
  }

  .tablet\:hc--inset-144 {
    top: -44rem;
    right: -44rem;
    bottom: -44rem;
    left: -44rem;
  }

  .tablet\:hc--inset-900 {
    top: -900px;
    right: -900px;
    bottom: -900px;
    left: -900px;
  }

  .tablet\:hc--inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .tablet\:hc--inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .tablet\:hc--inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .tablet\:hc--inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .tablet\:hc--inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .tablet\:hc-inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .tablet\:hc-inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .tablet\:hc-inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .tablet\:hc-inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .tablet\:hc-inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .tablet\:hc-inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .tablet\:hc-inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .tablet\:hc--inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .tablet\:hc--inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .tablet\:hc--inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .tablet\:hc--inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .tablet\:hc--inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .tablet\:hc--inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .tablet\:hc--inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .tablet\:hc-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .tablet\:hc-inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .tablet\:hc-inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .tablet\:hc-inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .tablet\:hc-inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .tablet\:hc-inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .tablet\:hc-inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .tablet\:hc-inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .tablet\:hc-inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .tablet\:hc-inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .tablet\:hc-inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .tablet\:hc-inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .tablet\:hc-inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .tablet\:hc-inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .tablet\:hc-inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .tablet\:hc-inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .tablet\:hc-inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .tablet\:hc-inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .tablet\:hc-inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .tablet\:hc-inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .tablet\:hc-inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .tablet\:hc-inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .tablet\:hc-inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .tablet\:hc-inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .tablet\:hc-inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .tablet\:hc-inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .tablet\:hc-inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .tablet\:hc-inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .tablet\:hc-inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .tablet\:hc-inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .tablet\:hc-inset-x-128 {
    left: 32rem;
    right: 32rem;
  }

  .tablet\:hc-inset-x-144 {
    left: 44rem;
    right: 44rem;
  }

  .tablet\:hc-inset-x-900 {
    left: 900px;
    right: 900px;
  }

  .tablet\:hc-inset-x-auto {
    left: auto;
    right: auto;
  }

  .tablet\:hc-inset-x-px {
    left: 1px;
    right: 1px;
  }

  .tablet\:hc-inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .tablet\:hc-inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .tablet\:hc-inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .tablet\:hc-inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .tablet\:hc--inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .tablet\:hc--inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .tablet\:hc--inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .tablet\:hc--inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .tablet\:hc--inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .tablet\:hc--inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .tablet\:hc--inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .tablet\:hc--inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .tablet\:hc--inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .tablet\:hc--inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .tablet\:hc--inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .tablet\:hc--inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .tablet\:hc--inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .tablet\:hc--inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .tablet\:hc--inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .tablet\:hc--inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .tablet\:hc--inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .tablet\:hc--inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .tablet\:hc--inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .tablet\:hc--inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .tablet\:hc--inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .tablet\:hc--inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .tablet\:hc--inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .tablet\:hc--inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .tablet\:hc--inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .tablet\:hc--inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .tablet\:hc--inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .tablet\:hc--inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .tablet\:hc--inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .tablet\:hc--inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .tablet\:hc--inset-x-128 {
    left: -32rem;
    right: -32rem;
  }

  .tablet\:hc--inset-x-144 {
    left: -44rem;
    right: -44rem;
  }

  .tablet\:hc--inset-x-900 {
    left: -900px;
    right: -900px;
  }

  .tablet\:hc--inset-x-px {
    left: -1px;
    right: -1px;
  }

  .tablet\:hc--inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .tablet\:hc--inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .tablet\:hc--inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .tablet\:hc--inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .tablet\:hc-inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .tablet\:hc-inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .tablet\:hc-inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .tablet\:hc-inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .tablet\:hc-inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .tablet\:hc-inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .tablet\:hc-inset-x-full {
    left: 100%;
    right: 100%;
  }

  .tablet\:hc--inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .tablet\:hc--inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .tablet\:hc--inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .tablet\:hc--inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .tablet\:hc--inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .tablet\:hc--inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .tablet\:hc--inset-x-full {
    left: -100%;
    right: -100%;
  }

  .tablet\:hc-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .tablet\:hc-inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .tablet\:hc-inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .tablet\:hc-inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .tablet\:hc-inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .tablet\:hc-inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .tablet\:hc-inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .tablet\:hc-inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .tablet\:hc-inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .tablet\:hc-inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .tablet\:hc-inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .tablet\:hc-inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .tablet\:hc-inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .tablet\:hc-inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .tablet\:hc-inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .tablet\:hc-inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .tablet\:hc-inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .tablet\:hc-inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .tablet\:hc-inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .tablet\:hc-inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .tablet\:hc-inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .tablet\:hc-inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .tablet\:hc-inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .tablet\:hc-inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .tablet\:hc-inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .tablet\:hc-inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .tablet\:hc-inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .tablet\:hc-inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .tablet\:hc-inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .tablet\:hc-inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .tablet\:hc-inset-y-128 {
    top: 32rem;
    bottom: 32rem;
  }

  .tablet\:hc-inset-y-144 {
    top: 44rem;
    bottom: 44rem;
  }

  .tablet\:hc-inset-y-900 {
    top: 900px;
    bottom: 900px;
  }

  .tablet\:hc-inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .tablet\:hc-inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .tablet\:hc-inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .tablet\:hc-inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .tablet\:hc-inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .tablet\:hc-inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .tablet\:hc--inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .tablet\:hc--inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .tablet\:hc--inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .tablet\:hc--inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .tablet\:hc--inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .tablet\:hc--inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .tablet\:hc--inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .tablet\:hc--inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .tablet\:hc--inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .tablet\:hc--inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .tablet\:hc--inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .tablet\:hc--inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .tablet\:hc--inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .tablet\:hc--inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .tablet\:hc--inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .tablet\:hc--inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .tablet\:hc--inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .tablet\:hc--inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .tablet\:hc--inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .tablet\:hc--inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .tablet\:hc--inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .tablet\:hc--inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .tablet\:hc--inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .tablet\:hc--inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .tablet\:hc--inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .tablet\:hc--inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .tablet\:hc--inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .tablet\:hc--inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .tablet\:hc--inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .tablet\:hc--inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .tablet\:hc--inset-y-128 {
    top: -32rem;
    bottom: -32rem;
  }

  .tablet\:hc--inset-y-144 {
    top: -44rem;
    bottom: -44rem;
  }

  .tablet\:hc--inset-y-900 {
    top: -900px;
    bottom: -900px;
  }

  .tablet\:hc--inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .tablet\:hc--inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .tablet\:hc--inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .tablet\:hc--inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .tablet\:hc--inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .tablet\:hc-inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .tablet\:hc-inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .tablet\:hc-inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .tablet\:hc-inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .tablet\:hc-inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .tablet\:hc-inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .tablet\:hc-inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .tablet\:hc--inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .tablet\:hc--inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .tablet\:hc--inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .tablet\:hc--inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .tablet\:hc--inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .tablet\:hc--inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .tablet\:hc--inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .tablet\:hc-top-0 {
    top: 0px;
  }

  .tablet\:hc-top-1 {
    top: 0.25rem;
  }

  .tablet\:hc-top-2 {
    top: 0.5rem;
  }

  .tablet\:hc-top-3 {
    top: 0.75rem;
  }

  .tablet\:hc-top-4 {
    top: 1rem;
  }

  .tablet\:hc-top-5 {
    top: 1.25rem;
  }

  .tablet\:hc-top-6 {
    top: 1.5rem;
  }

  .tablet\:hc-top-7 {
    top: 1.75rem;
  }

  .tablet\:hc-top-8 {
    top: 2rem;
  }

  .tablet\:hc-top-9 {
    top: 2.25rem;
  }

  .tablet\:hc-top-10 {
    top: 2.5rem;
  }

  .tablet\:hc-top-11 {
    top: 2.75rem;
  }

  .tablet\:hc-top-12 {
    top: 3rem;
  }

  .tablet\:hc-top-14 {
    top: 3.5rem;
  }

  .tablet\:hc-top-16 {
    top: 4rem;
  }

  .tablet\:hc-top-20 {
    top: 5rem;
  }

  .tablet\:hc-top-24 {
    top: 6rem;
  }

  .tablet\:hc-top-28 {
    top: 7rem;
  }

  .tablet\:hc-top-32 {
    top: 8rem;
  }

  .tablet\:hc-top-36 {
    top: 9rem;
  }

  .tablet\:hc-top-40 {
    top: 10rem;
  }

  .tablet\:hc-top-44 {
    top: 11rem;
  }

  .tablet\:hc-top-48 {
    top: 12rem;
  }

  .tablet\:hc-top-52 {
    top: 13rem;
  }

  .tablet\:hc-top-56 {
    top: 14rem;
  }

  .tablet\:hc-top-60 {
    top: 15rem;
  }

  .tablet\:hc-top-64 {
    top: 16rem;
  }

  .tablet\:hc-top-72 {
    top: 18rem;
  }

  .tablet\:hc-top-80 {
    top: 20rem;
  }

  .tablet\:hc-top-96 {
    top: 24rem;
  }

  .tablet\:hc-top-128 {
    top: 32rem;
  }

  .tablet\:hc-top-144 {
    top: 44rem;
  }

  .tablet\:hc-top-900 {
    top: 900px;
  }

  .tablet\:hc-top-auto {
    top: auto;
  }

  .tablet\:hc-top-px {
    top: 1px;
  }

  .tablet\:hc-top-0\.5 {
    top: 0.125rem;
  }

  .tablet\:hc-top-1\.5 {
    top: 0.375rem;
  }

  .tablet\:hc-top-2\.5 {
    top: 0.625rem;
  }

  .tablet\:hc-top-3\.5 {
    top: 0.875rem;
  }

  .tablet\:hc--top-0 {
    top: 0px;
  }

  .tablet\:hc--top-1 {
    top: -0.25rem;
  }

  .tablet\:hc--top-2 {
    top: -0.5rem;
  }

  .tablet\:hc--top-3 {
    top: -0.75rem;
  }

  .tablet\:hc--top-4 {
    top: -1rem;
  }

  .tablet\:hc--top-5 {
    top: -1.25rem;
  }

  .tablet\:hc--top-6 {
    top: -1.5rem;
  }

  .tablet\:hc--top-7 {
    top: -1.75rem;
  }

  .tablet\:hc--top-8 {
    top: -2rem;
  }

  .tablet\:hc--top-9 {
    top: -2.25rem;
  }

  .tablet\:hc--top-10 {
    top: -2.5rem;
  }

  .tablet\:hc--top-11 {
    top: -2.75rem;
  }

  .tablet\:hc--top-12 {
    top: -3rem;
  }

  .tablet\:hc--top-14 {
    top: -3.5rem;
  }

  .tablet\:hc--top-16 {
    top: -4rem;
  }

  .tablet\:hc--top-20 {
    top: -5rem;
  }

  .tablet\:hc--top-24 {
    top: -6rem;
  }

  .tablet\:hc--top-28 {
    top: -7rem;
  }

  .tablet\:hc--top-32 {
    top: -8rem;
  }

  .tablet\:hc--top-36 {
    top: -9rem;
  }

  .tablet\:hc--top-40 {
    top: -10rem;
  }

  .tablet\:hc--top-44 {
    top: -11rem;
  }

  .tablet\:hc--top-48 {
    top: -12rem;
  }

  .tablet\:hc--top-52 {
    top: -13rem;
  }

  .tablet\:hc--top-56 {
    top: -14rem;
  }

  .tablet\:hc--top-60 {
    top: -15rem;
  }

  .tablet\:hc--top-64 {
    top: -16rem;
  }

  .tablet\:hc--top-72 {
    top: -18rem;
  }

  .tablet\:hc--top-80 {
    top: -20rem;
  }

  .tablet\:hc--top-96 {
    top: -24rem;
  }

  .tablet\:hc--top-128 {
    top: -32rem;
  }

  .tablet\:hc--top-144 {
    top: -44rem;
  }

  .tablet\:hc--top-900 {
    top: -900px;
  }

  .tablet\:hc--top-px {
    top: -1px;
  }

  .tablet\:hc--top-0\.5 {
    top: -0.125rem;
  }

  .tablet\:hc--top-1\.5 {
    top: -0.375rem;
  }

  .tablet\:hc--top-2\.5 {
    top: -0.625rem;
  }

  .tablet\:hc--top-3\.5 {
    top: -0.875rem;
  }

  .tablet\:hc-top-1\/2 {
    top: 50%;
  }

  .tablet\:hc-top-1\/3 {
    top: 33.333333%;
  }

  .tablet\:hc-top-2\/3 {
    top: 66.666667%;
  }

  .tablet\:hc-top-1\/4 {
    top: 25%;
  }

  .tablet\:hc-top-2\/4 {
    top: 50%;
  }

  .tablet\:hc-top-3\/4 {
    top: 75%;
  }

  .tablet\:hc-top-full {
    top: 100%;
  }

  .tablet\:hc--top-1\/2 {
    top: -50%;
  }

  .tablet\:hc--top-1\/3 {
    top: -33.333333%;
  }

  .tablet\:hc--top-2\/3 {
    top: -66.666667%;
  }

  .tablet\:hc--top-1\/4 {
    top: -25%;
  }

  .tablet\:hc--top-2\/4 {
    top: -50%;
  }

  .tablet\:hc--top-3\/4 {
    top: -75%;
  }

  .tablet\:hc--top-full {
    top: -100%;
  }

  .tablet\:hc-right-0 {
    right: 0px;
  }

  .tablet\:hc-right-1 {
    right: 0.25rem;
  }

  .tablet\:hc-right-2 {
    right: 0.5rem;
  }

  .tablet\:hc-right-3 {
    right: 0.75rem;
  }

  .tablet\:hc-right-4 {
    right: 1rem;
  }

  .tablet\:hc-right-5 {
    right: 1.25rem;
  }

  .tablet\:hc-right-6 {
    right: 1.5rem;
  }

  .tablet\:hc-right-7 {
    right: 1.75rem;
  }

  .tablet\:hc-right-8 {
    right: 2rem;
  }

  .tablet\:hc-right-9 {
    right: 2.25rem;
  }

  .tablet\:hc-right-10 {
    right: 2.5rem;
  }

  .tablet\:hc-right-11 {
    right: 2.75rem;
  }

  .tablet\:hc-right-12 {
    right: 3rem;
  }

  .tablet\:hc-right-14 {
    right: 3.5rem;
  }

  .tablet\:hc-right-16 {
    right: 4rem;
  }

  .tablet\:hc-right-20 {
    right: 5rem;
  }

  .tablet\:hc-right-24 {
    right: 6rem;
  }

  .tablet\:hc-right-28 {
    right: 7rem;
  }

  .tablet\:hc-right-32 {
    right: 8rem;
  }

  .tablet\:hc-right-36 {
    right: 9rem;
  }

  .tablet\:hc-right-40 {
    right: 10rem;
  }

  .tablet\:hc-right-44 {
    right: 11rem;
  }

  .tablet\:hc-right-48 {
    right: 12rem;
  }

  .tablet\:hc-right-52 {
    right: 13rem;
  }

  .tablet\:hc-right-56 {
    right: 14rem;
  }

  .tablet\:hc-right-60 {
    right: 15rem;
  }

  .tablet\:hc-right-64 {
    right: 16rem;
  }

  .tablet\:hc-right-72 {
    right: 18rem;
  }

  .tablet\:hc-right-80 {
    right: 20rem;
  }

  .tablet\:hc-right-96 {
    right: 24rem;
  }

  .tablet\:hc-right-128 {
    right: 32rem;
  }

  .tablet\:hc-right-144 {
    right: 44rem;
  }

  .tablet\:hc-right-900 {
    right: 900px;
  }

  .tablet\:hc-right-auto {
    right: auto;
  }

  .tablet\:hc-right-px {
    right: 1px;
  }

  .tablet\:hc-right-0\.5 {
    right: 0.125rem;
  }

  .tablet\:hc-right-1\.5 {
    right: 0.375rem;
  }

  .tablet\:hc-right-2\.5 {
    right: 0.625rem;
  }

  .tablet\:hc-right-3\.5 {
    right: 0.875rem;
  }

  .tablet\:hc--right-0 {
    right: 0px;
  }

  .tablet\:hc--right-1 {
    right: -0.25rem;
  }

  .tablet\:hc--right-2 {
    right: -0.5rem;
  }

  .tablet\:hc--right-3 {
    right: -0.75rem;
  }

  .tablet\:hc--right-4 {
    right: -1rem;
  }

  .tablet\:hc--right-5 {
    right: -1.25rem;
  }

  .tablet\:hc--right-6 {
    right: -1.5rem;
  }

  .tablet\:hc--right-7 {
    right: -1.75rem;
  }

  .tablet\:hc--right-8 {
    right: -2rem;
  }

  .tablet\:hc--right-9 {
    right: -2.25rem;
  }

  .tablet\:hc--right-10 {
    right: -2.5rem;
  }

  .tablet\:hc--right-11 {
    right: -2.75rem;
  }

  .tablet\:hc--right-12 {
    right: -3rem;
  }

  .tablet\:hc--right-14 {
    right: -3.5rem;
  }

  .tablet\:hc--right-16 {
    right: -4rem;
  }

  .tablet\:hc--right-20 {
    right: -5rem;
  }

  .tablet\:hc--right-24 {
    right: -6rem;
  }

  .tablet\:hc--right-28 {
    right: -7rem;
  }

  .tablet\:hc--right-32 {
    right: -8rem;
  }

  .tablet\:hc--right-36 {
    right: -9rem;
  }

  .tablet\:hc--right-40 {
    right: -10rem;
  }

  .tablet\:hc--right-44 {
    right: -11rem;
  }

  .tablet\:hc--right-48 {
    right: -12rem;
  }

  .tablet\:hc--right-52 {
    right: -13rem;
  }

  .tablet\:hc--right-56 {
    right: -14rem;
  }

  .tablet\:hc--right-60 {
    right: -15rem;
  }

  .tablet\:hc--right-64 {
    right: -16rem;
  }

  .tablet\:hc--right-72 {
    right: -18rem;
  }

  .tablet\:hc--right-80 {
    right: -20rem;
  }

  .tablet\:hc--right-96 {
    right: -24rem;
  }

  .tablet\:hc--right-128 {
    right: -32rem;
  }

  .tablet\:hc--right-144 {
    right: -44rem;
  }

  .tablet\:hc--right-900 {
    right: -900px;
  }

  .tablet\:hc--right-px {
    right: -1px;
  }

  .tablet\:hc--right-0\.5 {
    right: -0.125rem;
  }

  .tablet\:hc--right-1\.5 {
    right: -0.375rem;
  }

  .tablet\:hc--right-2\.5 {
    right: -0.625rem;
  }

  .tablet\:hc--right-3\.5 {
    right: -0.875rem;
  }

  .tablet\:hc-right-1\/2 {
    right: 50%;
  }

  .tablet\:hc-right-1\/3 {
    right: 33.333333%;
  }

  .tablet\:hc-right-2\/3 {
    right: 66.666667%;
  }

  .tablet\:hc-right-1\/4 {
    right: 25%;
  }

  .tablet\:hc-right-2\/4 {
    right: 50%;
  }

  .tablet\:hc-right-3\/4 {
    right: 75%;
  }

  .tablet\:hc-right-full {
    right: 100%;
  }

  .tablet\:hc--right-1\/2 {
    right: -50%;
  }

  .tablet\:hc--right-1\/3 {
    right: -33.333333%;
  }

  .tablet\:hc--right-2\/3 {
    right: -66.666667%;
  }

  .tablet\:hc--right-1\/4 {
    right: -25%;
  }

  .tablet\:hc--right-2\/4 {
    right: -50%;
  }

  .tablet\:hc--right-3\/4 {
    right: -75%;
  }

  .tablet\:hc--right-full {
    right: -100%;
  }

  .tablet\:hc-bottom-0 {
    bottom: 0px;
  }

  .tablet\:hc-bottom-1 {
    bottom: 0.25rem;
  }

  .tablet\:hc-bottom-2 {
    bottom: 0.5rem;
  }

  .tablet\:hc-bottom-3 {
    bottom: 0.75rem;
  }

  .tablet\:hc-bottom-4 {
    bottom: 1rem;
  }

  .tablet\:hc-bottom-5 {
    bottom: 1.25rem;
  }

  .tablet\:hc-bottom-6 {
    bottom: 1.5rem;
  }

  .tablet\:hc-bottom-7 {
    bottom: 1.75rem;
  }

  .tablet\:hc-bottom-8 {
    bottom: 2rem;
  }

  .tablet\:hc-bottom-9 {
    bottom: 2.25rem;
  }

  .tablet\:hc-bottom-10 {
    bottom: 2.5rem;
  }

  .tablet\:hc-bottom-11 {
    bottom: 2.75rem;
  }

  .tablet\:hc-bottom-12 {
    bottom: 3rem;
  }

  .tablet\:hc-bottom-14 {
    bottom: 3.5rem;
  }

  .tablet\:hc-bottom-16 {
    bottom: 4rem;
  }

  .tablet\:hc-bottom-20 {
    bottom: 5rem;
  }

  .tablet\:hc-bottom-24 {
    bottom: 6rem;
  }

  .tablet\:hc-bottom-28 {
    bottom: 7rem;
  }

  .tablet\:hc-bottom-32 {
    bottom: 8rem;
  }

  .tablet\:hc-bottom-36 {
    bottom: 9rem;
  }

  .tablet\:hc-bottom-40 {
    bottom: 10rem;
  }

  .tablet\:hc-bottom-44 {
    bottom: 11rem;
  }

  .tablet\:hc-bottom-48 {
    bottom: 12rem;
  }

  .tablet\:hc-bottom-52 {
    bottom: 13rem;
  }

  .tablet\:hc-bottom-56 {
    bottom: 14rem;
  }

  .tablet\:hc-bottom-60 {
    bottom: 15rem;
  }

  .tablet\:hc-bottom-64 {
    bottom: 16rem;
  }

  .tablet\:hc-bottom-72 {
    bottom: 18rem;
  }

  .tablet\:hc-bottom-80 {
    bottom: 20rem;
  }

  .tablet\:hc-bottom-96 {
    bottom: 24rem;
  }

  .tablet\:hc-bottom-128 {
    bottom: 32rem;
  }

  .tablet\:hc-bottom-144 {
    bottom: 44rem;
  }

  .tablet\:hc-bottom-900 {
    bottom: 900px;
  }

  .tablet\:hc-bottom-auto {
    bottom: auto;
  }

  .tablet\:hc-bottom-px {
    bottom: 1px;
  }

  .tablet\:hc-bottom-0\.5 {
    bottom: 0.125rem;
  }

  .tablet\:hc-bottom-1\.5 {
    bottom: 0.375rem;
  }

  .tablet\:hc-bottom-2\.5 {
    bottom: 0.625rem;
  }

  .tablet\:hc-bottom-3\.5 {
    bottom: 0.875rem;
  }

  .tablet\:hc--bottom-0 {
    bottom: 0px;
  }

  .tablet\:hc--bottom-1 {
    bottom: -0.25rem;
  }

  .tablet\:hc--bottom-2 {
    bottom: -0.5rem;
  }

  .tablet\:hc--bottom-3 {
    bottom: -0.75rem;
  }

  .tablet\:hc--bottom-4 {
    bottom: -1rem;
  }

  .tablet\:hc--bottom-5 {
    bottom: -1.25rem;
  }

  .tablet\:hc--bottom-6 {
    bottom: -1.5rem;
  }

  .tablet\:hc--bottom-7 {
    bottom: -1.75rem;
  }

  .tablet\:hc--bottom-8 {
    bottom: -2rem;
  }

  .tablet\:hc--bottom-9 {
    bottom: -2.25rem;
  }

  .tablet\:hc--bottom-10 {
    bottom: -2.5rem;
  }

  .tablet\:hc--bottom-11 {
    bottom: -2.75rem;
  }

  .tablet\:hc--bottom-12 {
    bottom: -3rem;
  }

  .tablet\:hc--bottom-14 {
    bottom: -3.5rem;
  }

  .tablet\:hc--bottom-16 {
    bottom: -4rem;
  }

  .tablet\:hc--bottom-20 {
    bottom: -5rem;
  }

  .tablet\:hc--bottom-24 {
    bottom: -6rem;
  }

  .tablet\:hc--bottom-28 {
    bottom: -7rem;
  }

  .tablet\:hc--bottom-32 {
    bottom: -8rem;
  }

  .tablet\:hc--bottom-36 {
    bottom: -9rem;
  }

  .tablet\:hc--bottom-40 {
    bottom: -10rem;
  }

  .tablet\:hc--bottom-44 {
    bottom: -11rem;
  }

  .tablet\:hc--bottom-48 {
    bottom: -12rem;
  }

  .tablet\:hc--bottom-52 {
    bottom: -13rem;
  }

  .tablet\:hc--bottom-56 {
    bottom: -14rem;
  }

  .tablet\:hc--bottom-60 {
    bottom: -15rem;
  }

  .tablet\:hc--bottom-64 {
    bottom: -16rem;
  }

  .tablet\:hc--bottom-72 {
    bottom: -18rem;
  }

  .tablet\:hc--bottom-80 {
    bottom: -20rem;
  }

  .tablet\:hc--bottom-96 {
    bottom: -24rem;
  }

  .tablet\:hc--bottom-128 {
    bottom: -32rem;
  }

  .tablet\:hc--bottom-144 {
    bottom: -44rem;
  }

  .tablet\:hc--bottom-900 {
    bottom: -900px;
  }

  .tablet\:hc--bottom-px {
    bottom: -1px;
  }

  .tablet\:hc--bottom-0\.5 {
    bottom: -0.125rem;
  }

  .tablet\:hc--bottom-1\.5 {
    bottom: -0.375rem;
  }

  .tablet\:hc--bottom-2\.5 {
    bottom: -0.625rem;
  }

  .tablet\:hc--bottom-3\.5 {
    bottom: -0.875rem;
  }

  .tablet\:hc-bottom-1\/2 {
    bottom: 50%;
  }

  .tablet\:hc-bottom-1\/3 {
    bottom: 33.333333%;
  }

  .tablet\:hc-bottom-2\/3 {
    bottom: 66.666667%;
  }

  .tablet\:hc-bottom-1\/4 {
    bottom: 25%;
  }

  .tablet\:hc-bottom-2\/4 {
    bottom: 50%;
  }

  .tablet\:hc-bottom-3\/4 {
    bottom: 75%;
  }

  .tablet\:hc-bottom-full {
    bottom: 100%;
  }

  .tablet\:hc--bottom-1\/2 {
    bottom: -50%;
  }

  .tablet\:hc--bottom-1\/3 {
    bottom: -33.333333%;
  }

  .tablet\:hc--bottom-2\/3 {
    bottom: -66.666667%;
  }

  .tablet\:hc--bottom-1\/4 {
    bottom: -25%;
  }

  .tablet\:hc--bottom-2\/4 {
    bottom: -50%;
  }

  .tablet\:hc--bottom-3\/4 {
    bottom: -75%;
  }

  .tablet\:hc--bottom-full {
    bottom: -100%;
  }

  .tablet\:hc-left-0 {
    left: 0px;
  }

  .tablet\:hc-left-1 {
    left: 0.25rem;
  }

  .tablet\:hc-left-2 {
    left: 0.5rem;
  }

  .tablet\:hc-left-3 {
    left: 0.75rem;
  }

  .tablet\:hc-left-4 {
    left: 1rem;
  }

  .tablet\:hc-left-5 {
    left: 1.25rem;
  }

  .tablet\:hc-left-6 {
    left: 1.5rem;
  }

  .tablet\:hc-left-7 {
    left: 1.75rem;
  }

  .tablet\:hc-left-8 {
    left: 2rem;
  }

  .tablet\:hc-left-9 {
    left: 2.25rem;
  }

  .tablet\:hc-left-10 {
    left: 2.5rem;
  }

  .tablet\:hc-left-11 {
    left: 2.75rem;
  }

  .tablet\:hc-left-12 {
    left: 3rem;
  }

  .tablet\:hc-left-14 {
    left: 3.5rem;
  }

  .tablet\:hc-left-16 {
    left: 4rem;
  }

  .tablet\:hc-left-20 {
    left: 5rem;
  }

  .tablet\:hc-left-24 {
    left: 6rem;
  }

  .tablet\:hc-left-28 {
    left: 7rem;
  }

  .tablet\:hc-left-32 {
    left: 8rem;
  }

  .tablet\:hc-left-36 {
    left: 9rem;
  }

  .tablet\:hc-left-40 {
    left: 10rem;
  }

  .tablet\:hc-left-44 {
    left: 11rem;
  }

  .tablet\:hc-left-48 {
    left: 12rem;
  }

  .tablet\:hc-left-52 {
    left: 13rem;
  }

  .tablet\:hc-left-56 {
    left: 14rem;
  }

  .tablet\:hc-left-60 {
    left: 15rem;
  }

  .tablet\:hc-left-64 {
    left: 16rem;
  }

  .tablet\:hc-left-72 {
    left: 18rem;
  }

  .tablet\:hc-left-80 {
    left: 20rem;
  }

  .tablet\:hc-left-96 {
    left: 24rem;
  }

  .tablet\:hc-left-128 {
    left: 32rem;
  }

  .tablet\:hc-left-144 {
    left: 44rem;
  }

  .tablet\:hc-left-900 {
    left: 900px;
  }

  .tablet\:hc-left-auto {
    left: auto;
  }

  .tablet\:hc-left-px {
    left: 1px;
  }

  .tablet\:hc-left-0\.5 {
    left: 0.125rem;
  }

  .tablet\:hc-left-1\.5 {
    left: 0.375rem;
  }

  .tablet\:hc-left-2\.5 {
    left: 0.625rem;
  }

  .tablet\:hc-left-3\.5 {
    left: 0.875rem;
  }

  .tablet\:hc--left-0 {
    left: 0px;
  }

  .tablet\:hc--left-1 {
    left: -0.25rem;
  }

  .tablet\:hc--left-2 {
    left: -0.5rem;
  }

  .tablet\:hc--left-3 {
    left: -0.75rem;
  }

  .tablet\:hc--left-4 {
    left: -1rem;
  }

  .tablet\:hc--left-5 {
    left: -1.25rem;
  }

  .tablet\:hc--left-6 {
    left: -1.5rem;
  }

  .tablet\:hc--left-7 {
    left: -1.75rem;
  }

  .tablet\:hc--left-8 {
    left: -2rem;
  }

  .tablet\:hc--left-9 {
    left: -2.25rem;
  }

  .tablet\:hc--left-10 {
    left: -2.5rem;
  }

  .tablet\:hc--left-11 {
    left: -2.75rem;
  }

  .tablet\:hc--left-12 {
    left: -3rem;
  }

  .tablet\:hc--left-14 {
    left: -3.5rem;
  }

  .tablet\:hc--left-16 {
    left: -4rem;
  }

  .tablet\:hc--left-20 {
    left: -5rem;
  }

  .tablet\:hc--left-24 {
    left: -6rem;
  }

  .tablet\:hc--left-28 {
    left: -7rem;
  }

  .tablet\:hc--left-32 {
    left: -8rem;
  }

  .tablet\:hc--left-36 {
    left: -9rem;
  }

  .tablet\:hc--left-40 {
    left: -10rem;
  }

  .tablet\:hc--left-44 {
    left: -11rem;
  }

  .tablet\:hc--left-48 {
    left: -12rem;
  }

  .tablet\:hc--left-52 {
    left: -13rem;
  }

  .tablet\:hc--left-56 {
    left: -14rem;
  }

  .tablet\:hc--left-60 {
    left: -15rem;
  }

  .tablet\:hc--left-64 {
    left: -16rem;
  }

  .tablet\:hc--left-72 {
    left: -18rem;
  }

  .tablet\:hc--left-80 {
    left: -20rem;
  }

  .tablet\:hc--left-96 {
    left: -24rem;
  }

  .tablet\:hc--left-128 {
    left: -32rem;
  }

  .tablet\:hc--left-144 {
    left: -44rem;
  }

  .tablet\:hc--left-900 {
    left: -900px;
  }

  .tablet\:hc--left-px {
    left: -1px;
  }

  .tablet\:hc--left-0\.5 {
    left: -0.125rem;
  }

  .tablet\:hc--left-1\.5 {
    left: -0.375rem;
  }

  .tablet\:hc--left-2\.5 {
    left: -0.625rem;
  }

  .tablet\:hc--left-3\.5 {
    left: -0.875rem;
  }

  .tablet\:hc-left-1\/2 {
    left: 50%;
  }

  .tablet\:hc-left-1\/3 {
    left: 33.333333%;
  }

  .tablet\:hc-left-2\/3 {
    left: 66.666667%;
  }

  .tablet\:hc-left-1\/4 {
    left: 25%;
  }

  .tablet\:hc-left-2\/4 {
    left: 50%;
  }

  .tablet\:hc-left-3\/4 {
    left: 75%;
  }

  .tablet\:hc-left-full {
    left: 100%;
  }

  .tablet\:hc--left-1\/2 {
    left: -50%;
  }

  .tablet\:hc--left-1\/3 {
    left: -33.333333%;
  }

  .tablet\:hc--left-2\/3 {
    left: -66.666667%;
  }

  .tablet\:hc--left-1\/4 {
    left: -25%;
  }

  .tablet\:hc--left-2\/4 {
    left: -50%;
  }

  .tablet\:hc--left-3\/4 {
    left: -75%;
  }

  .tablet\:hc--left-full {
    left: -100%;
  }

  .tablet\:hc-isolate {
    isolation: isolate;
  }

  .tablet\:hc-isolation-auto {
    isolation: auto;
  }

  .tablet\:hc-z-0 {
    z-index: 0;
  }

  .tablet\:hc-z-10 {
    z-index: 10;
  }

  .tablet\:hc-z-20 {
    z-index: 20;
  }

  .tablet\:hc-z-30 {
    z-index: 30;
  }

  .tablet\:hc-z-40 {
    z-index: 40;
  }

  .tablet\:hc-z-50 {
    z-index: 50;
  }

  .tablet\:hc-z-auto {
    z-index: auto;
  }

  .tablet\:focus-within\:hc-z-0:focus-within {
    z-index: 0;
  }

  .tablet\:focus-within\:hc-z-10:focus-within {
    z-index: 10;
  }

  .tablet\:focus-within\:hc-z-20:focus-within {
    z-index: 20;
  }

  .tablet\:focus-within\:hc-z-30:focus-within {
    z-index: 30;
  }

  .tablet\:focus-within\:hc-z-40:focus-within {
    z-index: 40;
  }

  .tablet\:focus-within\:hc-z-50:focus-within {
    z-index: 50;
  }

  .tablet\:focus-within\:hc-z-auto:focus-within {
    z-index: auto;
  }

  .tablet\:focus\:hc-z-0:focus {
    z-index: 0;
  }

  .tablet\:focus\:hc-z-10:focus {
    z-index: 10;
  }

  .tablet\:focus\:hc-z-20:focus {
    z-index: 20;
  }

  .tablet\:focus\:hc-z-30:focus {
    z-index: 30;
  }

  .tablet\:focus\:hc-z-40:focus {
    z-index: 40;
  }

  .tablet\:focus\:hc-z-50:focus {
    z-index: 50;
  }

  .tablet\:focus\:hc-z-auto:focus {
    z-index: auto;
  }

  .tablet\:hc-order-1 {
    order: 1;
  }

  .tablet\:hc-order-2 {
    order: 2;
  }

  .tablet\:hc-order-3 {
    order: 3;
  }

  .tablet\:hc-order-4 {
    order: 4;
  }

  .tablet\:hc-order-5 {
    order: 5;
  }

  .tablet\:hc-order-6 {
    order: 6;
  }

  .tablet\:hc-order-7 {
    order: 7;
  }

  .tablet\:hc-order-8 {
    order: 8;
  }

  .tablet\:hc-order-9 {
    order: 9;
  }

  .tablet\:hc-order-10 {
    order: 10;
  }

  .tablet\:hc-order-11 {
    order: 11;
  }

  .tablet\:hc-order-12 {
    order: 12;
  }

  .tablet\:hc-order-first {
    order: -9999;
  }

  .tablet\:hc-order-last {
    order: 9999;
  }

  .tablet\:hc-order-none {
    order: 0;
  }

  .tablet\:hc-col-auto {
    grid-column: auto;
  }

  .tablet\:hc-col-span-1 {
    grid-column: span 1 / span 1;
  }

  .tablet\:hc-col-span-2 {
    grid-column: span 2 / span 2;
  }

  .tablet\:hc-col-span-3 {
    grid-column: span 3 / span 3;
  }

  .tablet\:hc-col-span-4 {
    grid-column: span 4 / span 4;
  }

  .tablet\:hc-col-span-5 {
    grid-column: span 5 / span 5;
  }

  .tablet\:hc-col-span-6 {
    grid-column: span 6 / span 6;
  }

  .tablet\:hc-col-span-7 {
    grid-column: span 7 / span 7;
  }

  .tablet\:hc-col-span-8 {
    grid-column: span 8 / span 8;
  }

  .tablet\:hc-col-span-9 {
    grid-column: span 9 / span 9;
  }

  .tablet\:hc-col-span-10 {
    grid-column: span 10 / span 10;
  }

  .tablet\:hc-col-span-11 {
    grid-column: span 11 / span 11;
  }

  .tablet\:hc-col-span-12 {
    grid-column: span 12 / span 12;
  }

  .tablet\:hc-col-span-full {
    grid-column: 1 / -1;
  }

  .tablet\:hc-col-start-1 {
    grid-column-start: 1;
  }

  .tablet\:hc-col-start-2 {
    grid-column-start: 2;
  }

  .tablet\:hc-col-start-3 {
    grid-column-start: 3;
  }

  .tablet\:hc-col-start-4 {
    grid-column-start: 4;
  }

  .tablet\:hc-col-start-5 {
    grid-column-start: 5;
  }

  .tablet\:hc-col-start-6 {
    grid-column-start: 6;
  }

  .tablet\:hc-col-start-7 {
    grid-column-start: 7;
  }

  .tablet\:hc-col-start-8 {
    grid-column-start: 8;
  }

  .tablet\:hc-col-start-9 {
    grid-column-start: 9;
  }

  .tablet\:hc-col-start-10 {
    grid-column-start: 10;
  }

  .tablet\:hc-col-start-11 {
    grid-column-start: 11;
  }

  .tablet\:hc-col-start-12 {
    grid-column-start: 12;
  }

  .tablet\:hc-col-start-13 {
    grid-column-start: 13;
  }

  .tablet\:hc-col-start-auto {
    grid-column-start: auto;
  }

  .tablet\:hc-col-end-1 {
    grid-column-end: 1;
  }

  .tablet\:hc-col-end-2 {
    grid-column-end: 2;
  }

  .tablet\:hc-col-end-3 {
    grid-column-end: 3;
  }

  .tablet\:hc-col-end-4 {
    grid-column-end: 4;
  }

  .tablet\:hc-col-end-5 {
    grid-column-end: 5;
  }

  .tablet\:hc-col-end-6 {
    grid-column-end: 6;
  }

  .tablet\:hc-col-end-7 {
    grid-column-end: 7;
  }

  .tablet\:hc-col-end-8 {
    grid-column-end: 8;
  }

  .tablet\:hc-col-end-9 {
    grid-column-end: 9;
  }

  .tablet\:hc-col-end-10 {
    grid-column-end: 10;
  }

  .tablet\:hc-col-end-11 {
    grid-column-end: 11;
  }

  .tablet\:hc-col-end-12 {
    grid-column-end: 12;
  }

  .tablet\:hc-col-end-13 {
    grid-column-end: 13;
  }

  .tablet\:hc-col-end-auto {
    grid-column-end: auto;
  }

  .tablet\:hc-row-auto {
    grid-row: auto;
  }

  .tablet\:hc-row-span-1 {
    grid-row: span 1 / span 1;
  }

  .tablet\:hc-row-span-2 {
    grid-row: span 2 / span 2;
  }

  .tablet\:hc-row-span-3 {
    grid-row: span 3 / span 3;
  }

  .tablet\:hc-row-span-4 {
    grid-row: span 4 / span 4;
  }

  .tablet\:hc-row-span-5 {
    grid-row: span 5 / span 5;
  }

  .tablet\:hc-row-span-6 {
    grid-row: span 6 / span 6;
  }

  .tablet\:hc-row-span-full {
    grid-row: 1 / -1;
  }

  .tablet\:hc-row-start-1 {
    grid-row-start: 1;
  }

  .tablet\:hc-row-start-2 {
    grid-row-start: 2;
  }

  .tablet\:hc-row-start-3 {
    grid-row-start: 3;
  }

  .tablet\:hc-row-start-4 {
    grid-row-start: 4;
  }

  .tablet\:hc-row-start-5 {
    grid-row-start: 5;
  }

  .tablet\:hc-row-start-6 {
    grid-row-start: 6;
  }

  .tablet\:hc-row-start-7 {
    grid-row-start: 7;
  }

  .tablet\:hc-row-start-auto {
    grid-row-start: auto;
  }

  .tablet\:hc-row-end-1 {
    grid-row-end: 1;
  }

  .tablet\:hc-row-end-2 {
    grid-row-end: 2;
  }

  .tablet\:hc-row-end-3 {
    grid-row-end: 3;
  }

  .tablet\:hc-row-end-4 {
    grid-row-end: 4;
  }

  .tablet\:hc-row-end-5 {
    grid-row-end: 5;
  }

  .tablet\:hc-row-end-6 {
    grid-row-end: 6;
  }

  .tablet\:hc-row-end-7 {
    grid-row-end: 7;
  }

  .tablet\:hc-row-end-auto {
    grid-row-end: auto;
  }

  .tablet\:hc-float-right {
    float: right;
  }

  .tablet\:hc-float-left {
    float: left;
  }

  .tablet\:hc-float-none {
    float: none;
  }

  .tablet\:hc-clear-left {
    clear: left;
  }

  .tablet\:hc-clear-right {
    clear: right;
  }

  .tablet\:hc-clear-both {
    clear: both;
  }

  .tablet\:hc-clear-none {
    clear: none;
  }

  .tablet\:hc-m-0 {
    margin: 0px;
  }

  .tablet\:hc-m-1 {
    margin: 0.25rem;
  }

  .tablet\:hc-m-2 {
    margin: 0.5rem;
  }

  .tablet\:hc-m-3 {
    margin: 0.75rem;
  }

  .tablet\:hc-m-4 {
    margin: 1rem;
  }

  .tablet\:hc-m-5 {
    margin: 1.25rem;
  }

  .tablet\:hc-m-6 {
    margin: 1.5rem;
  }

  .tablet\:hc-m-7 {
    margin: 1.75rem;
  }

  .tablet\:hc-m-8 {
    margin: 2rem;
  }

  .tablet\:hc-m-9 {
    margin: 2.25rem;
  }

  .tablet\:hc-m-10 {
    margin: 2.5rem;
  }

  .tablet\:hc-m-11 {
    margin: 2.75rem;
  }

  .tablet\:hc-m-12 {
    margin: 3rem;
  }

  .tablet\:hc-m-14 {
    margin: 3.5rem;
  }

  .tablet\:hc-m-16 {
    margin: 4rem;
  }

  .tablet\:hc-m-20 {
    margin: 5rem;
  }

  .tablet\:hc-m-24 {
    margin: 6rem;
  }

  .tablet\:hc-m-28 {
    margin: 7rem;
  }

  .tablet\:hc-m-32 {
    margin: 8rem;
  }

  .tablet\:hc-m-36 {
    margin: 9rem;
  }

  .tablet\:hc-m-40 {
    margin: 10rem;
  }

  .tablet\:hc-m-44 {
    margin: 11rem;
  }

  .tablet\:hc-m-48 {
    margin: 12rem;
  }

  .tablet\:hc-m-52 {
    margin: 13rem;
  }

  .tablet\:hc-m-56 {
    margin: 14rem;
  }

  .tablet\:hc-m-60 {
    margin: 15rem;
  }

  .tablet\:hc-m-64 {
    margin: 16rem;
  }

  .tablet\:hc-m-72 {
    margin: 18rem;
  }

  .tablet\:hc-m-80 {
    margin: 20rem;
  }

  .tablet\:hc-m-96 {
    margin: 24rem;
  }

  .tablet\:hc-m-128 {
    margin: 32rem;
  }

  .tablet\:hc-m-144 {
    margin: 44rem;
  }

  .tablet\:hc-m-900 {
    margin: 900px;
  }

  .tablet\:hc-m-auto {
    margin: auto;
  }

  .tablet\:hc-m-px {
    margin: 1px;
  }

  .tablet\:hc-m-0\.5 {
    margin: 0.125rem;
  }

  .tablet\:hc-m-1\.5 {
    margin: 0.375rem;
  }

  .tablet\:hc-m-2\.5 {
    margin: 0.625rem;
  }

  .tablet\:hc-m-3\.5 {
    margin: 0.875rem;
  }

  .tablet\:hc--m-0 {
    margin: 0px;
  }

  .tablet\:hc--m-1 {
    margin: -0.25rem;
  }

  .tablet\:hc--m-2 {
    margin: -0.5rem;
  }

  .tablet\:hc--m-3 {
    margin: -0.75rem;
  }

  .tablet\:hc--m-4 {
    margin: -1rem;
  }

  .tablet\:hc--m-5 {
    margin: -1.25rem;
  }

  .tablet\:hc--m-6 {
    margin: -1.5rem;
  }

  .tablet\:hc--m-7 {
    margin: -1.75rem;
  }

  .tablet\:hc--m-8 {
    margin: -2rem;
  }

  .tablet\:hc--m-9 {
    margin: -2.25rem;
  }

  .tablet\:hc--m-10 {
    margin: -2.5rem;
  }

  .tablet\:hc--m-11 {
    margin: -2.75rem;
  }

  .tablet\:hc--m-12 {
    margin: -3rem;
  }

  .tablet\:hc--m-14 {
    margin: -3.5rem;
  }

  .tablet\:hc--m-16 {
    margin: -4rem;
  }

  .tablet\:hc--m-20 {
    margin: -5rem;
  }

  .tablet\:hc--m-24 {
    margin: -6rem;
  }

  .tablet\:hc--m-28 {
    margin: -7rem;
  }

  .tablet\:hc--m-32 {
    margin: -8rem;
  }

  .tablet\:hc--m-36 {
    margin: -9rem;
  }

  .tablet\:hc--m-40 {
    margin: -10rem;
  }

  .tablet\:hc--m-44 {
    margin: -11rem;
  }

  .tablet\:hc--m-48 {
    margin: -12rem;
  }

  .tablet\:hc--m-52 {
    margin: -13rem;
  }

  .tablet\:hc--m-56 {
    margin: -14rem;
  }

  .tablet\:hc--m-60 {
    margin: -15rem;
  }

  .tablet\:hc--m-64 {
    margin: -16rem;
  }

  .tablet\:hc--m-72 {
    margin: -18rem;
  }

  .tablet\:hc--m-80 {
    margin: -20rem;
  }

  .tablet\:hc--m-96 {
    margin: -24rem;
  }

  .tablet\:hc--m-128 {
    margin: -32rem;
  }

  .tablet\:hc--m-144 {
    margin: -44rem;
  }

  .tablet\:hc--m-900 {
    margin: -900px;
  }

  .tablet\:hc--m-px {
    margin: -1px;
  }

  .tablet\:hc--m-0\.5 {
    margin: -0.125rem;
  }

  .tablet\:hc--m-1\.5 {
    margin: -0.375rem;
  }

  .tablet\:hc--m-2\.5 {
    margin: -0.625rem;
  }

  .tablet\:hc--m-3\.5 {
    margin: -0.875rem;
  }

  .tablet\:hc-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .tablet\:hc-mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .tablet\:hc-mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .tablet\:hc-mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .tablet\:hc-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tablet\:hc-mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .tablet\:hc-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .tablet\:hc-mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .tablet\:hc-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .tablet\:hc-mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .tablet\:hc-mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .tablet\:hc-mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .tablet\:hc-mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .tablet\:hc-mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .tablet\:hc-mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .tablet\:hc-mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .tablet\:hc-mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .tablet\:hc-mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .tablet\:hc-mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .tablet\:hc-mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .tablet\:hc-mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .tablet\:hc-mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .tablet\:hc-mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .tablet\:hc-mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .tablet\:hc-mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .tablet\:hc-mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .tablet\:hc-mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .tablet\:hc-mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .tablet\:hc-mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .tablet\:hc-mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .tablet\:hc-mx-128 {
    margin-left: 32rem;
    margin-right: 32rem;
  }

  .tablet\:hc-mx-144 {
    margin-left: 44rem;
    margin-right: 44rem;
  }

  .tablet\:hc-mx-900 {
    margin-left: 900px;
    margin-right: 900px;
  }

  .tablet\:hc-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .tablet\:hc-mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .tablet\:hc-mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .tablet\:hc-mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .tablet\:hc-mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .tablet\:hc-mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .tablet\:hc--mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .tablet\:hc--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .tablet\:hc--mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .tablet\:hc--mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .tablet\:hc--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .tablet\:hc--mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .tablet\:hc--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .tablet\:hc--mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .tablet\:hc--mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .tablet\:hc--mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .tablet\:hc--mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .tablet\:hc--mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .tablet\:hc--mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .tablet\:hc--mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .tablet\:hc--mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .tablet\:hc--mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .tablet\:hc--mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .tablet\:hc--mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .tablet\:hc--mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .tablet\:hc--mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .tablet\:hc--mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .tablet\:hc--mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .tablet\:hc--mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .tablet\:hc--mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .tablet\:hc--mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .tablet\:hc--mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .tablet\:hc--mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .tablet\:hc--mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .tablet\:hc--mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .tablet\:hc--mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .tablet\:hc--mx-128 {
    margin-left: -32rem;
    margin-right: -32rem;
  }

  .tablet\:hc--mx-144 {
    margin-left: -44rem;
    margin-right: -44rem;
  }

  .tablet\:hc--mx-900 {
    margin-left: -900px;
    margin-right: -900px;
  }

  .tablet\:hc--mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .tablet\:hc--mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .tablet\:hc--mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .tablet\:hc--mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .tablet\:hc--mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .tablet\:hc-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tablet\:hc-my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .tablet\:hc-my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .tablet\:hc-my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .tablet\:hc-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .tablet\:hc-my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .tablet\:hc-my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .tablet\:hc-my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .tablet\:hc-my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .tablet\:hc-my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .tablet\:hc-my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .tablet\:hc-my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .tablet\:hc-my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .tablet\:hc-my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .tablet\:hc-my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .tablet\:hc-my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .tablet\:hc-my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .tablet\:hc-my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .tablet\:hc-my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .tablet\:hc-my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .tablet\:hc-my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .tablet\:hc-my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .tablet\:hc-my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .tablet\:hc-my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .tablet\:hc-my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .tablet\:hc-my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .tablet\:hc-my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .tablet\:hc-my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .tablet\:hc-my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .tablet\:hc-my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .tablet\:hc-my-128 {
    margin-top: 32rem;
    margin-bottom: 32rem;
  }

  .tablet\:hc-my-144 {
    margin-top: 44rem;
    margin-bottom: 44rem;
  }

  .tablet\:hc-my-900 {
    margin-top: 900px;
    margin-bottom: 900px;
  }

  .tablet\:hc-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .tablet\:hc-my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tablet\:hc-my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .tablet\:hc-my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .tablet\:hc-my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .tablet\:hc-my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .tablet\:hc--my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tablet\:hc--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .tablet\:hc--my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .tablet\:hc--my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .tablet\:hc--my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .tablet\:hc--my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .tablet\:hc--my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .tablet\:hc--my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .tablet\:hc--my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .tablet\:hc--my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .tablet\:hc--my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .tablet\:hc--my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .tablet\:hc--my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .tablet\:hc--my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .tablet\:hc--my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .tablet\:hc--my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .tablet\:hc--my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .tablet\:hc--my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .tablet\:hc--my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .tablet\:hc--my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .tablet\:hc--my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .tablet\:hc--my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .tablet\:hc--my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .tablet\:hc--my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .tablet\:hc--my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .tablet\:hc--my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .tablet\:hc--my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .tablet\:hc--my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .tablet\:hc--my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .tablet\:hc--my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .tablet\:hc--my-128 {
    margin-top: -32rem;
    margin-bottom: -32rem;
  }

  .tablet\:hc--my-144 {
    margin-top: -44rem;
    margin-bottom: -44rem;
  }

  .tablet\:hc--my-900 {
    margin-top: -900px;
    margin-bottom: -900px;
  }

  .tablet\:hc--my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .tablet\:hc--my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .tablet\:hc--my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .tablet\:hc--my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .tablet\:hc--my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .tablet\:hc-mt-0 {
    margin-top: 0px;
  }

  .tablet\:hc-mt-1 {
    margin-top: 0.25rem;
  }

  .tablet\:hc-mt-2 {
    margin-top: 0.5rem;
  }

  .tablet\:hc-mt-3 {
    margin-top: 0.75rem;
  }

  .tablet\:hc-mt-4 {
    margin-top: 1rem;
  }

  .tablet\:hc-mt-5 {
    margin-top: 1.25rem;
  }

  .tablet\:hc-mt-6 {
    margin-top: 1.5rem;
  }

  .tablet\:hc-mt-7 {
    margin-top: 1.75rem;
  }

  .tablet\:hc-mt-8 {
    margin-top: 2rem;
  }

  .tablet\:hc-mt-9 {
    margin-top: 2.25rem;
  }

  .tablet\:hc-mt-10 {
    margin-top: 2.5rem;
  }

  .tablet\:hc-mt-11 {
    margin-top: 2.75rem;
  }

  .tablet\:hc-mt-12 {
    margin-top: 3rem;
  }

  .tablet\:hc-mt-14 {
    margin-top: 3.5rem;
  }

  .tablet\:hc-mt-16 {
    margin-top: 4rem;
  }

  .tablet\:hc-mt-20 {
    margin-top: 5rem;
  }

  .tablet\:hc-mt-24 {
    margin-top: 6rem;
  }

  .tablet\:hc-mt-28 {
    margin-top: 7rem;
  }

  .tablet\:hc-mt-32 {
    margin-top: 8rem;
  }

  .tablet\:hc-mt-36 {
    margin-top: 9rem;
  }

  .tablet\:hc-mt-40 {
    margin-top: 10rem;
  }

  .tablet\:hc-mt-44 {
    margin-top: 11rem;
  }

  .tablet\:hc-mt-48 {
    margin-top: 12rem;
  }

  .tablet\:hc-mt-52 {
    margin-top: 13rem;
  }

  .tablet\:hc-mt-56 {
    margin-top: 14rem;
  }

  .tablet\:hc-mt-60 {
    margin-top: 15rem;
  }

  .tablet\:hc-mt-64 {
    margin-top: 16rem;
  }

  .tablet\:hc-mt-72 {
    margin-top: 18rem;
  }

  .tablet\:hc-mt-80 {
    margin-top: 20rem;
  }

  .tablet\:hc-mt-96 {
    margin-top: 24rem;
  }

  .tablet\:hc-mt-128 {
    margin-top: 32rem;
  }

  .tablet\:hc-mt-144 {
    margin-top: 44rem;
  }

  .tablet\:hc-mt-900 {
    margin-top: 900px;
  }

  .tablet\:hc-mt-auto {
    margin-top: auto;
  }

  .tablet\:hc-mt-px {
    margin-top: 1px;
  }

  .tablet\:hc-mt-0\.5 {
    margin-top: 0.125rem;
  }

  .tablet\:hc-mt-1\.5 {
    margin-top: 0.375rem;
  }

  .tablet\:hc-mt-2\.5 {
    margin-top: 0.625rem;
  }

  .tablet\:hc-mt-3\.5 {
    margin-top: 0.875rem;
  }

  .tablet\:hc--mt-0 {
    margin-top: 0px;
  }

  .tablet\:hc--mt-1 {
    margin-top: -0.25rem;
  }

  .tablet\:hc--mt-2 {
    margin-top: -0.5rem;
  }

  .tablet\:hc--mt-3 {
    margin-top: -0.75rem;
  }

  .tablet\:hc--mt-4 {
    margin-top: -1rem;
  }

  .tablet\:hc--mt-5 {
    margin-top: -1.25rem;
  }

  .tablet\:hc--mt-6 {
    margin-top: -1.5rem;
  }

  .tablet\:hc--mt-7 {
    margin-top: -1.75rem;
  }

  .tablet\:hc--mt-8 {
    margin-top: -2rem;
  }

  .tablet\:hc--mt-9 {
    margin-top: -2.25rem;
  }

  .tablet\:hc--mt-10 {
    margin-top: -2.5rem;
  }

  .tablet\:hc--mt-11 {
    margin-top: -2.75rem;
  }

  .tablet\:hc--mt-12 {
    margin-top: -3rem;
  }

  .tablet\:hc--mt-14 {
    margin-top: -3.5rem;
  }

  .tablet\:hc--mt-16 {
    margin-top: -4rem;
  }

  .tablet\:hc--mt-20 {
    margin-top: -5rem;
  }

  .tablet\:hc--mt-24 {
    margin-top: -6rem;
  }

  .tablet\:hc--mt-28 {
    margin-top: -7rem;
  }

  .tablet\:hc--mt-32 {
    margin-top: -8rem;
  }

  .tablet\:hc--mt-36 {
    margin-top: -9rem;
  }

  .tablet\:hc--mt-40 {
    margin-top: -10rem;
  }

  .tablet\:hc--mt-44 {
    margin-top: -11rem;
  }

  .tablet\:hc--mt-48 {
    margin-top: -12rem;
  }

  .tablet\:hc--mt-52 {
    margin-top: -13rem;
  }

  .tablet\:hc--mt-56 {
    margin-top: -14rem;
  }

  .tablet\:hc--mt-60 {
    margin-top: -15rem;
  }

  .tablet\:hc--mt-64 {
    margin-top: -16rem;
  }

  .tablet\:hc--mt-72 {
    margin-top: -18rem;
  }

  .tablet\:hc--mt-80 {
    margin-top: -20rem;
  }

  .tablet\:hc--mt-96 {
    margin-top: -24rem;
  }

  .tablet\:hc--mt-128 {
    margin-top: -32rem;
  }

  .tablet\:hc--mt-144 {
    margin-top: -44rem;
  }

  .tablet\:hc--mt-900 {
    margin-top: -900px;
  }

  .tablet\:hc--mt-px {
    margin-top: -1px;
  }

  .tablet\:hc--mt-0\.5 {
    margin-top: -0.125rem;
  }

  .tablet\:hc--mt-1\.5 {
    margin-top: -0.375rem;
  }

  .tablet\:hc--mt-2\.5 {
    margin-top: -0.625rem;
  }

  .tablet\:hc--mt-3\.5 {
    margin-top: -0.875rem;
  }

  .tablet\:hc-mr-0 {
    margin-right: 0px;
  }

  .tablet\:hc-mr-1 {
    margin-right: 0.25rem;
  }

  .tablet\:hc-mr-2 {
    margin-right: 0.5rem;
  }

  .tablet\:hc-mr-3 {
    margin-right: 0.75rem;
  }

  .tablet\:hc-mr-4 {
    margin-right: 1rem;
  }

  .tablet\:hc-mr-5 {
    margin-right: 1.25rem;
  }

  .tablet\:hc-mr-6 {
    margin-right: 1.5rem;
  }

  .tablet\:hc-mr-7 {
    margin-right: 1.75rem;
  }

  .tablet\:hc-mr-8 {
    margin-right: 2rem;
  }

  .tablet\:hc-mr-9 {
    margin-right: 2.25rem;
  }

  .tablet\:hc-mr-10 {
    margin-right: 2.5rem;
  }

  .tablet\:hc-mr-11 {
    margin-right: 2.75rem;
  }

  .tablet\:hc-mr-12 {
    margin-right: 3rem;
  }

  .tablet\:hc-mr-14 {
    margin-right: 3.5rem;
  }

  .tablet\:hc-mr-16 {
    margin-right: 4rem;
  }

  .tablet\:hc-mr-20 {
    margin-right: 5rem;
  }

  .tablet\:hc-mr-24 {
    margin-right: 6rem;
  }

  .tablet\:hc-mr-28 {
    margin-right: 7rem;
  }

  .tablet\:hc-mr-32 {
    margin-right: 8rem;
  }

  .tablet\:hc-mr-36 {
    margin-right: 9rem;
  }

  .tablet\:hc-mr-40 {
    margin-right: 10rem;
  }

  .tablet\:hc-mr-44 {
    margin-right: 11rem;
  }

  .tablet\:hc-mr-48 {
    margin-right: 12rem;
  }

  .tablet\:hc-mr-52 {
    margin-right: 13rem;
  }

  .tablet\:hc-mr-56 {
    margin-right: 14rem;
  }

  .tablet\:hc-mr-60 {
    margin-right: 15rem;
  }

  .tablet\:hc-mr-64 {
    margin-right: 16rem;
  }

  .tablet\:hc-mr-72 {
    margin-right: 18rem;
  }

  .tablet\:hc-mr-80 {
    margin-right: 20rem;
  }

  .tablet\:hc-mr-96 {
    margin-right: 24rem;
  }

  .tablet\:hc-mr-128 {
    margin-right: 32rem;
  }

  .tablet\:hc-mr-144 {
    margin-right: 44rem;
  }

  .tablet\:hc-mr-900 {
    margin-right: 900px;
  }

  .tablet\:hc-mr-auto {
    margin-right: auto;
  }

  .tablet\:hc-mr-px {
    margin-right: 1px;
  }

  .tablet\:hc-mr-0\.5 {
    margin-right: 0.125rem;
  }

  .tablet\:hc-mr-1\.5 {
    margin-right: 0.375rem;
  }

  .tablet\:hc-mr-2\.5 {
    margin-right: 0.625rem;
  }

  .tablet\:hc-mr-3\.5 {
    margin-right: 0.875rem;
  }

  .tablet\:hc--mr-0 {
    margin-right: 0px;
  }

  .tablet\:hc--mr-1 {
    margin-right: -0.25rem;
  }

  .tablet\:hc--mr-2 {
    margin-right: -0.5rem;
  }

  .tablet\:hc--mr-3 {
    margin-right: -0.75rem;
  }

  .tablet\:hc--mr-4 {
    margin-right: -1rem;
  }

  .tablet\:hc--mr-5 {
    margin-right: -1.25rem;
  }

  .tablet\:hc--mr-6 {
    margin-right: -1.5rem;
  }

  .tablet\:hc--mr-7 {
    margin-right: -1.75rem;
  }

  .tablet\:hc--mr-8 {
    margin-right: -2rem;
  }

  .tablet\:hc--mr-9 {
    margin-right: -2.25rem;
  }

  .tablet\:hc--mr-10 {
    margin-right: -2.5rem;
  }

  .tablet\:hc--mr-11 {
    margin-right: -2.75rem;
  }

  .tablet\:hc--mr-12 {
    margin-right: -3rem;
  }

  .tablet\:hc--mr-14 {
    margin-right: -3.5rem;
  }

  .tablet\:hc--mr-16 {
    margin-right: -4rem;
  }

  .tablet\:hc--mr-20 {
    margin-right: -5rem;
  }

  .tablet\:hc--mr-24 {
    margin-right: -6rem;
  }

  .tablet\:hc--mr-28 {
    margin-right: -7rem;
  }

  .tablet\:hc--mr-32 {
    margin-right: -8rem;
  }

  .tablet\:hc--mr-36 {
    margin-right: -9rem;
  }

  .tablet\:hc--mr-40 {
    margin-right: -10rem;
  }

  .tablet\:hc--mr-44 {
    margin-right: -11rem;
  }

  .tablet\:hc--mr-48 {
    margin-right: -12rem;
  }

  .tablet\:hc--mr-52 {
    margin-right: -13rem;
  }

  .tablet\:hc--mr-56 {
    margin-right: -14rem;
  }

  .tablet\:hc--mr-60 {
    margin-right: -15rem;
  }

  .tablet\:hc--mr-64 {
    margin-right: -16rem;
  }

  .tablet\:hc--mr-72 {
    margin-right: -18rem;
  }

  .tablet\:hc--mr-80 {
    margin-right: -20rem;
  }

  .tablet\:hc--mr-96 {
    margin-right: -24rem;
  }

  .tablet\:hc--mr-128 {
    margin-right: -32rem;
  }

  .tablet\:hc--mr-144 {
    margin-right: -44rem;
  }

  .tablet\:hc--mr-900 {
    margin-right: -900px;
  }

  .tablet\:hc--mr-px {
    margin-right: -1px;
  }

  .tablet\:hc--mr-0\.5 {
    margin-right: -0.125rem;
  }

  .tablet\:hc--mr-1\.5 {
    margin-right: -0.375rem;
  }

  .tablet\:hc--mr-2\.5 {
    margin-right: -0.625rem;
  }

  .tablet\:hc--mr-3\.5 {
    margin-right: -0.875rem;
  }

  .tablet\:hc-mb-0 {
    margin-bottom: 0px;
  }

  .tablet\:hc-mb-1 {
    margin-bottom: 0.25rem;
  }

  .tablet\:hc-mb-2 {
    margin-bottom: 0.5rem;
  }

  .tablet\:hc-mb-3 {
    margin-bottom: 0.75rem;
  }

  .tablet\:hc-mb-4 {
    margin-bottom: 1rem;
  }

  .tablet\:hc-mb-5 {
    margin-bottom: 1.25rem;
  }

  .tablet\:hc-mb-6 {
    margin-bottom: 1.5rem;
  }

  .tablet\:hc-mb-7 {
    margin-bottom: 1.75rem;
  }

  .tablet\:hc-mb-8 {
    margin-bottom: 2rem;
  }

  .tablet\:hc-mb-9 {
    margin-bottom: 2.25rem;
  }

  .tablet\:hc-mb-10 {
    margin-bottom: 2.5rem;
  }

  .tablet\:hc-mb-11 {
    margin-bottom: 2.75rem;
  }

  .tablet\:hc-mb-12 {
    margin-bottom: 3rem;
  }

  .tablet\:hc-mb-14 {
    margin-bottom: 3.5rem;
  }

  .tablet\:hc-mb-16 {
    margin-bottom: 4rem;
  }

  .tablet\:hc-mb-20 {
    margin-bottom: 5rem;
  }

  .tablet\:hc-mb-24 {
    margin-bottom: 6rem;
  }

  .tablet\:hc-mb-28 {
    margin-bottom: 7rem;
  }

  .tablet\:hc-mb-32 {
    margin-bottom: 8rem;
  }

  .tablet\:hc-mb-36 {
    margin-bottom: 9rem;
  }

  .tablet\:hc-mb-40 {
    margin-bottom: 10rem;
  }

  .tablet\:hc-mb-44 {
    margin-bottom: 11rem;
  }

  .tablet\:hc-mb-48 {
    margin-bottom: 12rem;
  }

  .tablet\:hc-mb-52 {
    margin-bottom: 13rem;
  }

  .tablet\:hc-mb-56 {
    margin-bottom: 14rem;
  }

  .tablet\:hc-mb-60 {
    margin-bottom: 15rem;
  }

  .tablet\:hc-mb-64 {
    margin-bottom: 16rem;
  }

  .tablet\:hc-mb-72 {
    margin-bottom: 18rem;
  }

  .tablet\:hc-mb-80 {
    margin-bottom: 20rem;
  }

  .tablet\:hc-mb-96 {
    margin-bottom: 24rem;
  }

  .tablet\:hc-mb-128 {
    margin-bottom: 32rem;
  }

  .tablet\:hc-mb-144 {
    margin-bottom: 44rem;
  }

  .tablet\:hc-mb-900 {
    margin-bottom: 900px;
  }

  .tablet\:hc-mb-auto {
    margin-bottom: auto;
  }

  .tablet\:hc-mb-px {
    margin-bottom: 1px;
  }

  .tablet\:hc-mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .tablet\:hc-mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .tablet\:hc-mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .tablet\:hc-mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .tablet\:hc--mb-0 {
    margin-bottom: 0px;
  }

  .tablet\:hc--mb-1 {
    margin-bottom: -0.25rem;
  }

  .tablet\:hc--mb-2 {
    margin-bottom: -0.5rem;
  }

  .tablet\:hc--mb-3 {
    margin-bottom: -0.75rem;
  }

  .tablet\:hc--mb-4 {
    margin-bottom: -1rem;
  }

  .tablet\:hc--mb-5 {
    margin-bottom: -1.25rem;
  }

  .tablet\:hc--mb-6 {
    margin-bottom: -1.5rem;
  }

  .tablet\:hc--mb-7 {
    margin-bottom: -1.75rem;
  }

  .tablet\:hc--mb-8 {
    margin-bottom: -2rem;
  }

  .tablet\:hc--mb-9 {
    margin-bottom: -2.25rem;
  }

  .tablet\:hc--mb-10 {
    margin-bottom: -2.5rem;
  }

  .tablet\:hc--mb-11 {
    margin-bottom: -2.75rem;
  }

  .tablet\:hc--mb-12 {
    margin-bottom: -3rem;
  }

  .tablet\:hc--mb-14 {
    margin-bottom: -3.5rem;
  }

  .tablet\:hc--mb-16 {
    margin-bottom: -4rem;
  }

  .tablet\:hc--mb-20 {
    margin-bottom: -5rem;
  }

  .tablet\:hc--mb-24 {
    margin-bottom: -6rem;
  }

  .tablet\:hc--mb-28 {
    margin-bottom: -7rem;
  }

  .tablet\:hc--mb-32 {
    margin-bottom: -8rem;
  }

  .tablet\:hc--mb-36 {
    margin-bottom: -9rem;
  }

  .tablet\:hc--mb-40 {
    margin-bottom: -10rem;
  }

  .tablet\:hc--mb-44 {
    margin-bottom: -11rem;
  }

  .tablet\:hc--mb-48 {
    margin-bottom: -12rem;
  }

  .tablet\:hc--mb-52 {
    margin-bottom: -13rem;
  }

  .tablet\:hc--mb-56 {
    margin-bottom: -14rem;
  }

  .tablet\:hc--mb-60 {
    margin-bottom: -15rem;
  }

  .tablet\:hc--mb-64 {
    margin-bottom: -16rem;
  }

  .tablet\:hc--mb-72 {
    margin-bottom: -18rem;
  }

  .tablet\:hc--mb-80 {
    margin-bottom: -20rem;
  }

  .tablet\:hc--mb-96 {
    margin-bottom: -24rem;
  }

  .tablet\:hc--mb-128 {
    margin-bottom: -32rem;
  }

  .tablet\:hc--mb-144 {
    margin-bottom: -44rem;
  }

  .tablet\:hc--mb-900 {
    margin-bottom: -900px;
  }

  .tablet\:hc--mb-px {
    margin-bottom: -1px;
  }

  .tablet\:hc--mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .tablet\:hc--mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .tablet\:hc--mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .tablet\:hc--mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .tablet\:hc-ml-0 {
    margin-left: 0px;
  }

  .tablet\:hc-ml-1 {
    margin-left: 0.25rem;
  }

  .tablet\:hc-ml-2 {
    margin-left: 0.5rem;
  }

  .tablet\:hc-ml-3 {
    margin-left: 0.75rem;
  }

  .tablet\:hc-ml-4 {
    margin-left: 1rem;
  }

  .tablet\:hc-ml-5 {
    margin-left: 1.25rem;
  }

  .tablet\:hc-ml-6 {
    margin-left: 1.5rem;
  }

  .tablet\:hc-ml-7 {
    margin-left: 1.75rem;
  }

  .tablet\:hc-ml-8 {
    margin-left: 2rem;
  }

  .tablet\:hc-ml-9 {
    margin-left: 2.25rem;
  }

  .tablet\:hc-ml-10 {
    margin-left: 2.5rem;
  }

  .tablet\:hc-ml-11 {
    margin-left: 2.75rem;
  }

  .tablet\:hc-ml-12 {
    margin-left: 3rem;
  }

  .tablet\:hc-ml-14 {
    margin-left: 3.5rem;
  }

  .tablet\:hc-ml-16 {
    margin-left: 4rem;
  }

  .tablet\:hc-ml-20 {
    margin-left: 5rem;
  }

  .tablet\:hc-ml-24 {
    margin-left: 6rem;
  }

  .tablet\:hc-ml-28 {
    margin-left: 7rem;
  }

  .tablet\:hc-ml-32 {
    margin-left: 8rem;
  }

  .tablet\:hc-ml-36 {
    margin-left: 9rem;
  }

  .tablet\:hc-ml-40 {
    margin-left: 10rem;
  }

  .tablet\:hc-ml-44 {
    margin-left: 11rem;
  }

  .tablet\:hc-ml-48 {
    margin-left: 12rem;
  }

  .tablet\:hc-ml-52 {
    margin-left: 13rem;
  }

  .tablet\:hc-ml-56 {
    margin-left: 14rem;
  }

  .tablet\:hc-ml-60 {
    margin-left: 15rem;
  }

  .tablet\:hc-ml-64 {
    margin-left: 16rem;
  }

  .tablet\:hc-ml-72 {
    margin-left: 18rem;
  }

  .tablet\:hc-ml-80 {
    margin-left: 20rem;
  }

  .tablet\:hc-ml-96 {
    margin-left: 24rem;
  }

  .tablet\:hc-ml-128 {
    margin-left: 32rem;
  }

  .tablet\:hc-ml-144 {
    margin-left: 44rem;
  }

  .tablet\:hc-ml-900 {
    margin-left: 900px;
  }

  .tablet\:hc-ml-auto {
    margin-left: auto;
  }

  .tablet\:hc-ml-px {
    margin-left: 1px;
  }

  .tablet\:hc-ml-0\.5 {
    margin-left: 0.125rem;
  }

  .tablet\:hc-ml-1\.5 {
    margin-left: 0.375rem;
  }

  .tablet\:hc-ml-2\.5 {
    margin-left: 0.625rem;
  }

  .tablet\:hc-ml-3\.5 {
    margin-left: 0.875rem;
  }

  .tablet\:hc--ml-0 {
    margin-left: 0px;
  }

  .tablet\:hc--ml-1 {
    margin-left: -0.25rem;
  }

  .tablet\:hc--ml-2 {
    margin-left: -0.5rem;
  }

  .tablet\:hc--ml-3 {
    margin-left: -0.75rem;
  }

  .tablet\:hc--ml-4 {
    margin-left: -1rem;
  }

  .tablet\:hc--ml-5 {
    margin-left: -1.25rem;
  }

  .tablet\:hc--ml-6 {
    margin-left: -1.5rem;
  }

  .tablet\:hc--ml-7 {
    margin-left: -1.75rem;
  }

  .tablet\:hc--ml-8 {
    margin-left: -2rem;
  }

  .tablet\:hc--ml-9 {
    margin-left: -2.25rem;
  }

  .tablet\:hc--ml-10 {
    margin-left: -2.5rem;
  }

  .tablet\:hc--ml-11 {
    margin-left: -2.75rem;
  }

  .tablet\:hc--ml-12 {
    margin-left: -3rem;
  }

  .tablet\:hc--ml-14 {
    margin-left: -3.5rem;
  }

  .tablet\:hc--ml-16 {
    margin-left: -4rem;
  }

  .tablet\:hc--ml-20 {
    margin-left: -5rem;
  }

  .tablet\:hc--ml-24 {
    margin-left: -6rem;
  }

  .tablet\:hc--ml-28 {
    margin-left: -7rem;
  }

  .tablet\:hc--ml-32 {
    margin-left: -8rem;
  }

  .tablet\:hc--ml-36 {
    margin-left: -9rem;
  }

  .tablet\:hc--ml-40 {
    margin-left: -10rem;
  }

  .tablet\:hc--ml-44 {
    margin-left: -11rem;
  }

  .tablet\:hc--ml-48 {
    margin-left: -12rem;
  }

  .tablet\:hc--ml-52 {
    margin-left: -13rem;
  }

  .tablet\:hc--ml-56 {
    margin-left: -14rem;
  }

  .tablet\:hc--ml-60 {
    margin-left: -15rem;
  }

  .tablet\:hc--ml-64 {
    margin-left: -16rem;
  }

  .tablet\:hc--ml-72 {
    margin-left: -18rem;
  }

  .tablet\:hc--ml-80 {
    margin-left: -20rem;
  }

  .tablet\:hc--ml-96 {
    margin-left: -24rem;
  }

  .tablet\:hc--ml-128 {
    margin-left: -32rem;
  }

  .tablet\:hc--ml-144 {
    margin-left: -44rem;
  }

  .tablet\:hc--ml-900 {
    margin-left: -900px;
  }

  .tablet\:hc--ml-px {
    margin-left: -1px;
  }

  .tablet\:hc--ml-0\.5 {
    margin-left: -0.125rem;
  }

  .tablet\:hc--ml-1\.5 {
    margin-left: -0.375rem;
  }

  .tablet\:hc--ml-2\.5 {
    margin-left: -0.625rem;
  }

  .tablet\:hc--ml-3\.5 {
    margin-left: -0.875rem;
  }

  .tablet\:hc-box-border {
    box-sizing: border-box;
  }

  .tablet\:hc-box-content {
    box-sizing: content-box;
  }

  .tablet\:hc-block {
    display: block;
  }

  .tablet\:hc-inline-block {
    display: inline-block;
  }

  .tablet\:hc-inline {
    display: inline;
  }

  .tablet\:hc-flex {
    display: flex;
  }

  .tablet\:hc-inline-flex {
    display: inline-flex;
  }

  .tablet\:hc-table {
    display: table;
  }

  .tablet\:hc-inline-table {
    display: inline-table;
  }

  .tablet\:hc-table-caption {
    display: table-caption;
  }

  .tablet\:hc-table-cell {
    display: table-cell;
  }

  .tablet\:hc-table-column {
    display: table-column;
  }

  .tablet\:hc-table-column-group {
    display: table-column-group;
  }

  .tablet\:hc-table-footer-group {
    display: table-footer-group;
  }

  .tablet\:hc-table-header-group {
    display: table-header-group;
  }

  .tablet\:hc-table-row-group {
    display: table-row-group;
  }

  .tablet\:hc-table-row {
    display: table-row;
  }

  .tablet\:hc-flow-root {
    display: flow-root;
  }

  .tablet\:hc-grid {
    display: grid;
  }

  .tablet\:hc-inline-grid {
    display: inline-grid;
  }

  .tablet\:hc-contents {
    display: contents;
  }

  .tablet\:hc-list-item {
    display: list-item;
  }

  .tablet\:hc-hidden {
    display: none;
  }

  .tablet\:hc-h-0 {
    height: 0px;
  }

  .tablet\:hc-h-1 {
    height: 0.25rem;
  }

  .tablet\:hc-h-2 {
    height: 0.5rem;
  }

  .tablet\:hc-h-3 {
    height: 0.75rem;
  }

  .tablet\:hc-h-4 {
    height: 1rem;
  }

  .tablet\:hc-h-5 {
    height: 1.25rem;
  }

  .tablet\:hc-h-6 {
    height: 1.5rem;
  }

  .tablet\:hc-h-7 {
    height: 1.75rem;
  }

  .tablet\:hc-h-8 {
    height: 2rem;
  }

  .tablet\:hc-h-9 {
    height: 2.25rem;
  }

  .tablet\:hc-h-10 {
    height: 2.5rem;
  }

  .tablet\:hc-h-11 {
    height: 2.75rem;
  }

  .tablet\:hc-h-12 {
    height: 3rem;
  }

  .tablet\:hc-h-14 {
    height: 3.5rem;
  }

  .tablet\:hc-h-16 {
    height: 4rem;
  }

  .tablet\:hc-h-20 {
    height: 5rem;
  }

  .tablet\:hc-h-24 {
    height: 6rem;
  }

  .tablet\:hc-h-28 {
    height: 7rem;
  }

  .tablet\:hc-h-32 {
    height: 8rem;
  }

  .tablet\:hc-h-36 {
    height: 9rem;
  }

  .tablet\:hc-h-40 {
    height: 10rem;
  }

  .tablet\:hc-h-44 {
    height: 11rem;
  }

  .tablet\:hc-h-48 {
    height: 12rem;
  }

  .tablet\:hc-h-52 {
    height: 13rem;
  }

  .tablet\:hc-h-56 {
    height: 14rem;
  }

  .tablet\:hc-h-60 {
    height: 15rem;
  }

  .tablet\:hc-h-64 {
    height: 16rem;
  }

  .tablet\:hc-h-72 {
    height: 18rem;
  }

  .tablet\:hc-h-80 {
    height: 20rem;
  }

  .tablet\:hc-h-96 {
    height: 24rem;
  }

  .tablet\:hc-h-128 {
    height: 32rem;
  }

  .tablet\:hc-h-144 {
    height: 44rem;
  }

  .tablet\:hc-h-900 {
    height: 900px;
  }

  .tablet\:hc-h-auto {
    height: auto;
  }

  .tablet\:hc-h-px {
    height: 1px;
  }

  .tablet\:hc-h-0\.5 {
    height: 0.125rem;
  }

  .tablet\:hc-h-1\.5 {
    height: 0.375rem;
  }

  .tablet\:hc-h-2\.5 {
    height: 0.625rem;
  }

  .tablet\:hc-h-3\.5 {
    height: 0.875rem;
  }

  .tablet\:hc-h-1\/2 {
    height: 50%;
  }

  .tablet\:hc-h-1\/3 {
    height: 33.333333%;
  }

  .tablet\:hc-h-2\/3 {
    height: 66.666667%;
  }

  .tablet\:hc-h-1\/4 {
    height: 25%;
  }

  .tablet\:hc-h-2\/4 {
    height: 50%;
  }

  .tablet\:hc-h-3\/4 {
    height: 75%;
  }

  .tablet\:hc-h-1\/5 {
    height: 20%;
  }

  .tablet\:hc-h-2\/5 {
    height: 40%;
  }

  .tablet\:hc-h-3\/5 {
    height: 60%;
  }

  .tablet\:hc-h-4\/5 {
    height: 80%;
  }

  .tablet\:hc-h-1\/6 {
    height: 16.666667%;
  }

  .tablet\:hc-h-2\/6 {
    height: 33.333333%;
  }

  .tablet\:hc-h-3\/6 {
    height: 50%;
  }

  .tablet\:hc-h-4\/6 {
    height: 66.666667%;
  }

  .tablet\:hc-h-5\/6 {
    height: 83.333333%;
  }

  .tablet\:hc-h-full {
    height: 100%;
  }

  .tablet\:hc-h-screen {
    height: 100vh;
  }

  .tablet\:hc-max-h-0 {
    max-height: 0px;
  }

  .tablet\:hc-max-h-1 {
    max-height: 0.25rem;
  }

  .tablet\:hc-max-h-2 {
    max-height: 0.5rem;
  }

  .tablet\:hc-max-h-3 {
    max-height: 0.75rem;
  }

  .tablet\:hc-max-h-4 {
    max-height: 1rem;
  }

  .tablet\:hc-max-h-5 {
    max-height: 1.25rem;
  }

  .tablet\:hc-max-h-6 {
    max-height: 1.5rem;
  }

  .tablet\:hc-max-h-7 {
    max-height: 1.75rem;
  }

  .tablet\:hc-max-h-8 {
    max-height: 2rem;
  }

  .tablet\:hc-max-h-9 {
    max-height: 2.25rem;
  }

  .tablet\:hc-max-h-10 {
    max-height: 2.5rem;
  }

  .tablet\:hc-max-h-11 {
    max-height: 2.75rem;
  }

  .tablet\:hc-max-h-12 {
    max-height: 3rem;
  }

  .tablet\:hc-max-h-14 {
    max-height: 3.5rem;
  }

  .tablet\:hc-max-h-16 {
    max-height: 4rem;
  }

  .tablet\:hc-max-h-20 {
    max-height: 5rem;
  }

  .tablet\:hc-max-h-24 {
    max-height: 6rem;
  }

  .tablet\:hc-max-h-28 {
    max-height: 7rem;
  }

  .tablet\:hc-max-h-32 {
    max-height: 8rem;
  }

  .tablet\:hc-max-h-36 {
    max-height: 9rem;
  }

  .tablet\:hc-max-h-40 {
    max-height: 10rem;
  }

  .tablet\:hc-max-h-44 {
    max-height: 11rem;
  }

  .tablet\:hc-max-h-48 {
    max-height: 12rem;
  }

  .tablet\:hc-max-h-52 {
    max-height: 13rem;
  }

  .tablet\:hc-max-h-56 {
    max-height: 14rem;
  }

  .tablet\:hc-max-h-60 {
    max-height: 15rem;
  }

  .tablet\:hc-max-h-64 {
    max-height: 16rem;
  }

  .tablet\:hc-max-h-72 {
    max-height: 18rem;
  }

  .tablet\:hc-max-h-80 {
    max-height: 20rem;
  }

  .tablet\:hc-max-h-96 {
    max-height: 24rem;
  }

  .tablet\:hc-max-h-128 {
    max-height: 32rem;
  }

  .tablet\:hc-max-h-144 {
    max-height: 44rem;
  }

  .tablet\:hc-max-h-900 {
    max-height: 900px;
  }

  .tablet\:hc-max-h-px {
    max-height: 1px;
  }

  .tablet\:hc-max-h-0\.5 {
    max-height: 0.125rem;
  }

  .tablet\:hc-max-h-1\.5 {
    max-height: 0.375rem;
  }

  .tablet\:hc-max-h-2\.5 {
    max-height: 0.625rem;
  }

  .tablet\:hc-max-h-3\.5 {
    max-height: 0.875rem;
  }

  .tablet\:hc-max-h-full {
    max-height: 100%;
  }

  .tablet\:hc-max-h-screen {
    max-height: 100vh;
  }

  .tablet\:hc-min-h-0 {
    min-height: 0px;
  }

  .tablet\:hc-min-h-full {
    min-height: 100%;
  }

  .tablet\:hc-min-h-screen {
    min-height: 100vh;
  }

  .tablet\:hc-w-0 {
    width: 0px;
  }

  .tablet\:hc-w-1 {
    width: 0.25rem;
  }

  .tablet\:hc-w-2 {
    width: 0.5rem;
  }

  .tablet\:hc-w-3 {
    width: 0.75rem;
  }

  .tablet\:hc-w-4 {
    width: 1rem;
  }

  .tablet\:hc-w-5 {
    width: 1.25rem;
  }

  .tablet\:hc-w-6 {
    width: 1.5rem;
  }

  .tablet\:hc-w-7 {
    width: 1.75rem;
  }

  .tablet\:hc-w-8 {
    width: 2rem;
  }

  .tablet\:hc-w-9 {
    width: 2.25rem;
  }

  .tablet\:hc-w-10 {
    width: 2.5rem;
  }

  .tablet\:hc-w-11 {
    width: 2.75rem;
  }

  .tablet\:hc-w-12 {
    width: 3rem;
  }

  .tablet\:hc-w-14 {
    width: 3.5rem;
  }

  .tablet\:hc-w-16 {
    width: 4rem;
  }

  .tablet\:hc-w-20 {
    width: 5rem;
  }

  .tablet\:hc-w-24 {
    width: 6rem;
  }

  .tablet\:hc-w-28 {
    width: 7rem;
  }

  .tablet\:hc-w-32 {
    width: 8rem;
  }

  .tablet\:hc-w-36 {
    width: 9rem;
  }

  .tablet\:hc-w-40 {
    width: 10rem;
  }

  .tablet\:hc-w-44 {
    width: 11rem;
  }

  .tablet\:hc-w-48 {
    width: 12rem;
  }

  .tablet\:hc-w-52 {
    width: 13rem;
  }

  .tablet\:hc-w-56 {
    width: 14rem;
  }

  .tablet\:hc-w-60 {
    width: 15rem;
  }

  .tablet\:hc-w-64 {
    width: 16rem;
  }

  .tablet\:hc-w-72 {
    width: 18rem;
  }

  .tablet\:hc-w-80 {
    width: 20rem;
  }

  .tablet\:hc-w-96 {
    width: 24rem;
  }

  .tablet\:hc-w-128 {
    width: 32rem;
  }

  .tablet\:hc-w-144 {
    width: 44rem;
  }

  .tablet\:hc-w-900 {
    width: 900px;
  }

  .tablet\:hc-w-auto {
    width: auto;
  }

  .tablet\:hc-w-px {
    width: 1px;
  }

  .tablet\:hc-w-0\.5 {
    width: 0.125rem;
  }

  .tablet\:hc-w-1\.5 {
    width: 0.375rem;
  }

  .tablet\:hc-w-2\.5 {
    width: 0.625rem;
  }

  .tablet\:hc-w-3\.5 {
    width: 0.875rem;
  }

  .tablet\:hc-w-1\/2 {
    width: 50%;
  }

  .tablet\:hc-w-1\/3 {
    width: 33.333333%;
  }

  .tablet\:hc-w-2\/3 {
    width: 66.666667%;
  }

  .tablet\:hc-w-1\/4 {
    width: 25%;
  }

  .tablet\:hc-w-2\/4 {
    width: 50%;
  }

  .tablet\:hc-w-3\/4 {
    width: 75%;
  }

  .tablet\:hc-w-1\/5 {
    width: 20%;
  }

  .tablet\:hc-w-2\/5 {
    width: 40%;
  }

  .tablet\:hc-w-3\/5 {
    width: 60%;
  }

  .tablet\:hc-w-4\/5 {
    width: 80%;
  }

  .tablet\:hc-w-1\/6 {
    width: 16.666667%;
  }

  .tablet\:hc-w-2\/6 {
    width: 33.333333%;
  }

  .tablet\:hc-w-3\/6 {
    width: 50%;
  }

  .tablet\:hc-w-4\/6 {
    width: 66.666667%;
  }

  .tablet\:hc-w-5\/6 {
    width: 83.333333%;
  }

  .tablet\:hc-w-1\/12 {
    width: 8.333333%;
  }

  .tablet\:hc-w-2\/12 {
    width: 16.666667%;
  }

  .tablet\:hc-w-3\/12 {
    width: 25%;
  }

  .tablet\:hc-w-4\/12 {
    width: 33.333333%;
  }

  .tablet\:hc-w-5\/12 {
    width: 41.666667%;
  }

  .tablet\:hc-w-6\/12 {
    width: 50%;
  }

  .tablet\:hc-w-7\/12 {
    width: 58.333333%;
  }

  .tablet\:hc-w-8\/12 {
    width: 66.666667%;
  }

  .tablet\:hc-w-9\/12 {
    width: 75%;
  }

  .tablet\:hc-w-10\/12 {
    width: 83.333333%;
  }

  .tablet\:hc-w-11\/12 {
    width: 91.666667%;
  }

  .tablet\:hc-w-full {
    width: 100%;
  }

  .tablet\:hc-w-screen {
    width: 100vw;
  }

  .tablet\:hc-w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .tablet\:hc-w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .tablet\:hc-min-w-0 {
    min-width: 0px;
  }

  .tablet\:hc-min-w-full {
    min-width: 100%;
  }

  .tablet\:hc-min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .tablet\:hc-min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .tablet\:hc-max-w-0 {
    max-width: 0rem;
  }

  .tablet\:hc-max-w-none {
    max-width: none;
  }

  .tablet\:hc-max-w-xs {
    max-width: 20rem;
  }

  .tablet\:hc-max-w-sm {
    max-width: 24rem;
  }

  .tablet\:hc-max-w-md {
    max-width: 28rem;
  }

  .tablet\:hc-max-w-lg {
    max-width: 32rem;
  }

  .tablet\:hc-max-w-xl {
    max-width: 36rem;
  }

  .tablet\:hc-max-w-2xl {
    max-width: 42rem;
  }

  .tablet\:hc-max-w-3xl {
    max-width: 48rem;
  }

  .tablet\:hc-max-w-4xl {
    max-width: 56rem;
  }

  .tablet\:hc-max-w-5xl {
    max-width: 64rem;
  }

  .tablet\:hc-max-w-6xl {
    max-width: 72rem;
  }

  .tablet\:hc-max-w-7xl {
    max-width: 80rem;
  }

  .tablet\:hc-max-w-full {
    max-width: 100%;
  }

  .tablet\:hc-max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .tablet\:hc-max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .tablet\:hc-max-w-prose {
    max-width: 65ch;
  }

  .tablet\:hc-max-w-screen-tablet {
    max-width: 1330px;
  }

  .tablet\:hc-flex-1 {
    flex: 1 1 0%;
  }

  .tablet\:hc-flex-auto {
    flex: 1 1 auto;
  }

  .tablet\:hc-flex-initial {
    flex: 0 1 auto;
  }

  .tablet\:hc-flex-none {
    flex: none;
  }

  .tablet\:hc-flex-shrink-0 {
    flex-shrink: 0;
  }

  .tablet\:hc-flex-shrink {
    flex-shrink: 1;
  }

  .tablet\:hc-flex-grow-0 {
    flex-grow: 0;
  }

  .tablet\:hc-flex-grow {
    flex-grow: 1;
  }

  .tablet\:hc-table-auto {
    table-layout: auto;
  }

  .tablet\:hc-table-fixed {
    table-layout: fixed;
  }

  .tablet\:hc-border-collapse {
    border-collapse: collapse;
  }

  .tablet\:hc-border-separate {
    border-collapse: separate;
  }

  .tablet\:hc-origin-center {
    transform-origin: center;
  }

  .tablet\:hc-origin-top {
    transform-origin: top;
  }

  .tablet\:hc-origin-top-right {
    transform-origin: top right;
  }

  .tablet\:hc-origin-right {
    transform-origin: right;
  }

  .tablet\:hc-origin-bottom-right {
    transform-origin: bottom right;
  }

  .tablet\:hc-origin-bottom {
    transform-origin: bottom;
  }

  .tablet\:hc-origin-bottom-left {
    transform-origin: bottom left;
  }

  .tablet\:hc-origin-left {
    transform-origin: left;
  }

  .tablet\:hc-origin-top-left {
    transform-origin: top left;
  }

  .tablet\:hc-transform {
    --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;
    transform: translateX(var(--tw-translate-x)) translateY(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));
  }

  .tablet\:hc-transform-gpu {
    --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;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .tablet\:hc-transform-none {
    transform: none;
  }

  .tablet\:hc-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .tablet\:hc-translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .tablet\:hc-translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .tablet\:hc-translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .tablet\:hc-translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .tablet\:hc-translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .tablet\:hc-translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .tablet\:hc-translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .tablet\:hc-translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .tablet\:hc-translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .tablet\:hc-translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .tablet\:hc-translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .tablet\:hc-translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .tablet\:hc-translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .tablet\:hc-translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .tablet\:hc-translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .tablet\:hc-translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .tablet\:hc-translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .tablet\:hc-translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .tablet\:hc-translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .tablet\:hc-translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .tablet\:hc-translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .tablet\:hc-translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .tablet\:hc-translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .tablet\:hc-translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .tablet\:hc-translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .tablet\:hc-translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .tablet\:hc-translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .tablet\:hc-translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .tablet\:hc-translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .tablet\:hc-translate-x-128 {
    --tw-translate-x: 32rem;
  }

  .tablet\:hc-translate-x-144 {
    --tw-translate-x: 44rem;
  }

  .tablet\:hc-translate-x-900 {
    --tw-translate-x: 900px;
  }

  .tablet\:hc-translate-x-px {
    --tw-translate-x: 1px;
  }

  .tablet\:hc-translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .tablet\:hc-translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .tablet\:hc-translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .tablet\:hc-translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .tablet\:hc--translate-x-0 {
    --tw-translate-x: 0px;
  }

  .tablet\:hc--translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .tablet\:hc--translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .tablet\:hc--translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .tablet\:hc--translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .tablet\:hc--translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .tablet\:hc--translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .tablet\:hc--translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .tablet\:hc--translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .tablet\:hc--translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .tablet\:hc--translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .tablet\:hc--translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .tablet\:hc--translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .tablet\:hc--translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .tablet\:hc--translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .tablet\:hc--translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .tablet\:hc--translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .tablet\:hc--translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .tablet\:hc--translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .tablet\:hc--translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .tablet\:hc--translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .tablet\:hc--translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .tablet\:hc--translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .tablet\:hc--translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .tablet\:hc--translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .tablet\:hc--translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .tablet\:hc--translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .tablet\:hc--translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .tablet\:hc--translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .tablet\:hc--translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .tablet\:hc--translate-x-128 {
    --tw-translate-x: -32rem;
  }

  .tablet\:hc--translate-x-144 {
    --tw-translate-x: -44rem;
  }

  .tablet\:hc--translate-x-900 {
    --tw-translate-x: -900px;
  }

  .tablet\:hc--translate-x-px {
    --tw-translate-x: -1px;
  }

  .tablet\:hc--translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .tablet\:hc--translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .tablet\:hc--translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .tablet\:hc--translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .tablet\:hc-translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .tablet\:hc-translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .tablet\:hc-translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .tablet\:hc-translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .tablet\:hc-translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .tablet\:hc-translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .tablet\:hc-translate-x-full {
    --tw-translate-x: 100%;
  }

  .tablet\:hc--translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .tablet\:hc--translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .tablet\:hc--translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .tablet\:hc--translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .tablet\:hc--translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .tablet\:hc--translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .tablet\:hc--translate-x-full {
    --tw-translate-x: -100%;
  }

  .tablet\:hc-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .tablet\:hc-translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .tablet\:hc-translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .tablet\:hc-translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .tablet\:hc-translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .tablet\:hc-translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .tablet\:hc-translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .tablet\:hc-translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .tablet\:hc-translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .tablet\:hc-translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .tablet\:hc-translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .tablet\:hc-translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .tablet\:hc-translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .tablet\:hc-translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .tablet\:hc-translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .tablet\:hc-translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .tablet\:hc-translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .tablet\:hc-translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .tablet\:hc-translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .tablet\:hc-translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .tablet\:hc-translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .tablet\:hc-translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .tablet\:hc-translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .tablet\:hc-translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .tablet\:hc-translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .tablet\:hc-translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .tablet\:hc-translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .tablet\:hc-translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .tablet\:hc-translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .tablet\:hc-translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .tablet\:hc-translate-y-128 {
    --tw-translate-y: 32rem;
  }

  .tablet\:hc-translate-y-144 {
    --tw-translate-y: 44rem;
  }

  .tablet\:hc-translate-y-900 {
    --tw-translate-y: 900px;
  }

  .tablet\:hc-translate-y-px {
    --tw-translate-y: 1px;
  }

  .tablet\:hc-translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .tablet\:hc-translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .tablet\:hc-translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .tablet\:hc-translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .tablet\:hc--translate-y-0 {
    --tw-translate-y: 0px;
  }

  .tablet\:hc--translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .tablet\:hc--translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .tablet\:hc--translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .tablet\:hc--translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .tablet\:hc--translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .tablet\:hc--translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .tablet\:hc--translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .tablet\:hc--translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .tablet\:hc--translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .tablet\:hc--translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .tablet\:hc--translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .tablet\:hc--translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .tablet\:hc--translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .tablet\:hc--translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .tablet\:hc--translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .tablet\:hc--translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .tablet\:hc--translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .tablet\:hc--translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .tablet\:hc--translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .tablet\:hc--translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .tablet\:hc--translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .tablet\:hc--translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .tablet\:hc--translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .tablet\:hc--translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .tablet\:hc--translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .tablet\:hc--translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .tablet\:hc--translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .tablet\:hc--translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .tablet\:hc--translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .tablet\:hc--translate-y-128 {
    --tw-translate-y: -32rem;
  }

  .tablet\:hc--translate-y-144 {
    --tw-translate-y: -44rem;
  }

  .tablet\:hc--translate-y-900 {
    --tw-translate-y: -900px;
  }

  .tablet\:hc--translate-y-px {
    --tw-translate-y: -1px;
  }

  .tablet\:hc--translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .tablet\:hc--translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .tablet\:hc--translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .tablet\:hc--translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .tablet\:hc-translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .tablet\:hc-translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .tablet\:hc-translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .tablet\:hc-translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .tablet\:hc-translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .tablet\:hc-translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .tablet\:hc-translate-y-full {
    --tw-translate-y: 100%;
  }

  .tablet\:hc--translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .tablet\:hc--translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .tablet\:hc--translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .tablet\:hc--translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .tablet\:hc--translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .tablet\:hc--translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .tablet\:hc--translate-y-full {
    --tw-translate-y: -100%;
  }

  .tablet\:hover\:hc-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .tablet\:hover\:hc-translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .tablet\:hover\:hc-translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .tablet\:hover\:hc-translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .tablet\:hover\:hc-translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .tablet\:hover\:hc-translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .tablet\:hover\:hc-translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .tablet\:hover\:hc-translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .tablet\:hover\:hc-translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .tablet\:hover\:hc-translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .tablet\:hover\:hc-translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .tablet\:hover\:hc-translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .tablet\:hover\:hc-translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .tablet\:hover\:hc-translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .tablet\:hover\:hc-translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .tablet\:hover\:hc-translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .tablet\:hover\:hc-translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .tablet\:hover\:hc-translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .tablet\:hover\:hc-translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .tablet\:hover\:hc-translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .tablet\:hover\:hc-translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .tablet\:hover\:hc-translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .tablet\:hover\:hc-translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .tablet\:hover\:hc-translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .tablet\:hover\:hc-translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .tablet\:hover\:hc-translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .tablet\:hover\:hc-translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .tablet\:hover\:hc-translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .tablet\:hover\:hc-translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .tablet\:hover\:hc-translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .tablet\:hover\:hc-translate-x-128:hover {
    --tw-translate-x: 32rem;
  }

  .tablet\:hover\:hc-translate-x-144:hover {
    --tw-translate-x: 44rem;
  }

  .tablet\:hover\:hc-translate-x-900:hover {
    --tw-translate-x: 900px;
  }

  .tablet\:hover\:hc-translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .tablet\:hover\:hc-translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .tablet\:hover\:hc-translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .tablet\:hover\:hc-translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .tablet\:hover\:hc-translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .tablet\:hover\:hc--translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .tablet\:hover\:hc--translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .tablet\:hover\:hc--translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .tablet\:hover\:hc--translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .tablet\:hover\:hc--translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .tablet\:hover\:hc--translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .tablet\:hover\:hc--translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .tablet\:hover\:hc--translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .tablet\:hover\:hc--translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .tablet\:hover\:hc--translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .tablet\:hover\:hc--translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .tablet\:hover\:hc--translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .tablet\:hover\:hc--translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .tablet\:hover\:hc--translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .tablet\:hover\:hc--translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .tablet\:hover\:hc--translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .tablet\:hover\:hc--translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .tablet\:hover\:hc--translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .tablet\:hover\:hc--translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .tablet\:hover\:hc--translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .tablet\:hover\:hc--translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .tablet\:hover\:hc--translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .tablet\:hover\:hc--translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .tablet\:hover\:hc--translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .tablet\:hover\:hc--translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .tablet\:hover\:hc--translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .tablet\:hover\:hc--translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .tablet\:hover\:hc--translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .tablet\:hover\:hc--translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .tablet\:hover\:hc--translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .tablet\:hover\:hc--translate-x-128:hover {
    --tw-translate-x: -32rem;
  }

  .tablet\:hover\:hc--translate-x-144:hover {
    --tw-translate-x: -44rem;
  }

  .tablet\:hover\:hc--translate-x-900:hover {
    --tw-translate-x: -900px;
  }

  .tablet\:hover\:hc--translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .tablet\:hover\:hc--translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .tablet\:hover\:hc--translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .tablet\:hover\:hc--translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .tablet\:hover\:hc--translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .tablet\:hover\:hc-translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .tablet\:hover\:hc-translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .tablet\:hover\:hc-translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .tablet\:hover\:hc-translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .tablet\:hover\:hc-translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .tablet\:hover\:hc-translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .tablet\:hover\:hc-translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .tablet\:hover\:hc--translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .tablet\:hover\:hc--translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .tablet\:hover\:hc--translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .tablet\:hover\:hc--translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .tablet\:hover\:hc--translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .tablet\:hover\:hc--translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .tablet\:hover\:hc--translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .tablet\:hover\:hc-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .tablet\:hover\:hc-translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .tablet\:hover\:hc-translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .tablet\:hover\:hc-translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .tablet\:hover\:hc-translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .tablet\:hover\:hc-translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .tablet\:hover\:hc-translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .tablet\:hover\:hc-translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .tablet\:hover\:hc-translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .tablet\:hover\:hc-translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .tablet\:hover\:hc-translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .tablet\:hover\:hc-translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .tablet\:hover\:hc-translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .tablet\:hover\:hc-translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .tablet\:hover\:hc-translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .tablet\:hover\:hc-translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .tablet\:hover\:hc-translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .tablet\:hover\:hc-translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .tablet\:hover\:hc-translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .tablet\:hover\:hc-translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .tablet\:hover\:hc-translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .tablet\:hover\:hc-translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .tablet\:hover\:hc-translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .tablet\:hover\:hc-translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .tablet\:hover\:hc-translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .tablet\:hover\:hc-translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .tablet\:hover\:hc-translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .tablet\:hover\:hc-translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .tablet\:hover\:hc-translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .tablet\:hover\:hc-translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .tablet\:hover\:hc-translate-y-128:hover {
    --tw-translate-y: 32rem;
  }

  .tablet\:hover\:hc-translate-y-144:hover {
    --tw-translate-y: 44rem;
  }

  .tablet\:hover\:hc-translate-y-900:hover {
    --tw-translate-y: 900px;
  }

  .tablet\:hover\:hc-translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .tablet\:hover\:hc-translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .tablet\:hover\:hc-translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .tablet\:hover\:hc-translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .tablet\:hover\:hc-translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .tablet\:hover\:hc--translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .tablet\:hover\:hc--translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .tablet\:hover\:hc--translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .tablet\:hover\:hc--translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .tablet\:hover\:hc--translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .tablet\:hover\:hc--translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .tablet\:hover\:hc--translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .tablet\:hover\:hc--translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .tablet\:hover\:hc--translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .tablet\:hover\:hc--translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .tablet\:hover\:hc--translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .tablet\:hover\:hc--translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .tablet\:hover\:hc--translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .tablet\:hover\:hc--translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .tablet\:hover\:hc--translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .tablet\:hover\:hc--translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .tablet\:hover\:hc--translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .tablet\:hover\:hc--translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .tablet\:hover\:hc--translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .tablet\:hover\:hc--translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .tablet\:hover\:hc--translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .tablet\:hover\:hc--translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .tablet\:hover\:hc--translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .tablet\:hover\:hc--translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .tablet\:hover\:hc--translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .tablet\:hover\:hc--translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .tablet\:hover\:hc--translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .tablet\:hover\:hc--translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .tablet\:hover\:hc--translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .tablet\:hover\:hc--translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .tablet\:hover\:hc--translate-y-128:hover {
    --tw-translate-y: -32rem;
  }

  .tablet\:hover\:hc--translate-y-144:hover {
    --tw-translate-y: -44rem;
  }

  .tablet\:hover\:hc--translate-y-900:hover {
    --tw-translate-y: -900px;
  }

  .tablet\:hover\:hc--translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .tablet\:hover\:hc--translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .tablet\:hover\:hc--translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .tablet\:hover\:hc--translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .tablet\:hover\:hc--translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .tablet\:hover\:hc-translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .tablet\:hover\:hc-translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .tablet\:hover\:hc-translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .tablet\:hover\:hc-translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .tablet\:hover\:hc-translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .tablet\:hover\:hc-translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .tablet\:hover\:hc-translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .tablet\:hover\:hc--translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .tablet\:hover\:hc--translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .tablet\:hover\:hc--translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .tablet\:hover\:hc--translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .tablet\:hover\:hc--translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .tablet\:hover\:hc--translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .tablet\:hover\:hc--translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .tablet\:focus\:hc-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .tablet\:focus\:hc-translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .tablet\:focus\:hc-translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .tablet\:focus\:hc-translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .tablet\:focus\:hc-translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .tablet\:focus\:hc-translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .tablet\:focus\:hc-translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .tablet\:focus\:hc-translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .tablet\:focus\:hc-translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .tablet\:focus\:hc-translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .tablet\:focus\:hc-translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .tablet\:focus\:hc-translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .tablet\:focus\:hc-translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .tablet\:focus\:hc-translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .tablet\:focus\:hc-translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .tablet\:focus\:hc-translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .tablet\:focus\:hc-translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .tablet\:focus\:hc-translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .tablet\:focus\:hc-translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .tablet\:focus\:hc-translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .tablet\:focus\:hc-translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .tablet\:focus\:hc-translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .tablet\:focus\:hc-translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .tablet\:focus\:hc-translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .tablet\:focus\:hc-translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .tablet\:focus\:hc-translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .tablet\:focus\:hc-translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .tablet\:focus\:hc-translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .tablet\:focus\:hc-translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .tablet\:focus\:hc-translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .tablet\:focus\:hc-translate-x-128:focus {
    --tw-translate-x: 32rem;
  }

  .tablet\:focus\:hc-translate-x-144:focus {
    --tw-translate-x: 44rem;
  }

  .tablet\:focus\:hc-translate-x-900:focus {
    --tw-translate-x: 900px;
  }

  .tablet\:focus\:hc-translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .tablet\:focus\:hc-translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .tablet\:focus\:hc-translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .tablet\:focus\:hc-translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .tablet\:focus\:hc-translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .tablet\:focus\:hc--translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .tablet\:focus\:hc--translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .tablet\:focus\:hc--translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .tablet\:focus\:hc--translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .tablet\:focus\:hc--translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .tablet\:focus\:hc--translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .tablet\:focus\:hc--translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .tablet\:focus\:hc--translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .tablet\:focus\:hc--translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .tablet\:focus\:hc--translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .tablet\:focus\:hc--translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .tablet\:focus\:hc--translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .tablet\:focus\:hc--translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .tablet\:focus\:hc--translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .tablet\:focus\:hc--translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .tablet\:focus\:hc--translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .tablet\:focus\:hc--translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .tablet\:focus\:hc--translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .tablet\:focus\:hc--translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .tablet\:focus\:hc--translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .tablet\:focus\:hc--translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .tablet\:focus\:hc--translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .tablet\:focus\:hc--translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .tablet\:focus\:hc--translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .tablet\:focus\:hc--translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .tablet\:focus\:hc--translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .tablet\:focus\:hc--translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .tablet\:focus\:hc--translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .tablet\:focus\:hc--translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .tablet\:focus\:hc--translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .tablet\:focus\:hc--translate-x-128:focus {
    --tw-translate-x: -32rem;
  }

  .tablet\:focus\:hc--translate-x-144:focus {
    --tw-translate-x: -44rem;
  }

  .tablet\:focus\:hc--translate-x-900:focus {
    --tw-translate-x: -900px;
  }

  .tablet\:focus\:hc--translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .tablet\:focus\:hc--translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .tablet\:focus\:hc--translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .tablet\:focus\:hc--translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .tablet\:focus\:hc--translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .tablet\:focus\:hc-translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .tablet\:focus\:hc-translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .tablet\:focus\:hc-translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .tablet\:focus\:hc-translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .tablet\:focus\:hc-translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .tablet\:focus\:hc-translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .tablet\:focus\:hc-translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .tablet\:focus\:hc--translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .tablet\:focus\:hc--translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .tablet\:focus\:hc--translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .tablet\:focus\:hc--translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .tablet\:focus\:hc--translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .tablet\:focus\:hc--translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .tablet\:focus\:hc--translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .tablet\:focus\:hc-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .tablet\:focus\:hc-translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .tablet\:focus\:hc-translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .tablet\:focus\:hc-translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .tablet\:focus\:hc-translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .tablet\:focus\:hc-translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .tablet\:focus\:hc-translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .tablet\:focus\:hc-translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .tablet\:focus\:hc-translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .tablet\:focus\:hc-translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .tablet\:focus\:hc-translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .tablet\:focus\:hc-translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .tablet\:focus\:hc-translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .tablet\:focus\:hc-translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .tablet\:focus\:hc-translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .tablet\:focus\:hc-translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .tablet\:focus\:hc-translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .tablet\:focus\:hc-translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .tablet\:focus\:hc-translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .tablet\:focus\:hc-translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .tablet\:focus\:hc-translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .tablet\:focus\:hc-translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .tablet\:focus\:hc-translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .tablet\:focus\:hc-translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .tablet\:focus\:hc-translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .tablet\:focus\:hc-translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .tablet\:focus\:hc-translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .tablet\:focus\:hc-translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .tablet\:focus\:hc-translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .tablet\:focus\:hc-translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .tablet\:focus\:hc-translate-y-128:focus {
    --tw-translate-y: 32rem;
  }

  .tablet\:focus\:hc-translate-y-144:focus {
    --tw-translate-y: 44rem;
  }

  .tablet\:focus\:hc-translate-y-900:focus {
    --tw-translate-y: 900px;
  }

  .tablet\:focus\:hc-translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .tablet\:focus\:hc-translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .tablet\:focus\:hc-translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .tablet\:focus\:hc-translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .tablet\:focus\:hc-translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .tablet\:focus\:hc--translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .tablet\:focus\:hc--translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .tablet\:focus\:hc--translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .tablet\:focus\:hc--translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .tablet\:focus\:hc--translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .tablet\:focus\:hc--translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .tablet\:focus\:hc--translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .tablet\:focus\:hc--translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .tablet\:focus\:hc--translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .tablet\:focus\:hc--translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .tablet\:focus\:hc--translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .tablet\:focus\:hc--translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .tablet\:focus\:hc--translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .tablet\:focus\:hc--translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .tablet\:focus\:hc--translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .tablet\:focus\:hc--translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .tablet\:focus\:hc--translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .tablet\:focus\:hc--translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .tablet\:focus\:hc--translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .tablet\:focus\:hc--translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .tablet\:focus\:hc--translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .tablet\:focus\:hc--translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .tablet\:focus\:hc--translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .tablet\:focus\:hc--translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .tablet\:focus\:hc--translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .tablet\:focus\:hc--translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .tablet\:focus\:hc--translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .tablet\:focus\:hc--translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .tablet\:focus\:hc--translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .tablet\:focus\:hc--translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .tablet\:focus\:hc--translate-y-128:focus {
    --tw-translate-y: -32rem;
  }

  .tablet\:focus\:hc--translate-y-144:focus {
    --tw-translate-y: -44rem;
  }

  .tablet\:focus\:hc--translate-y-900:focus {
    --tw-translate-y: -900px;
  }

  .tablet\:focus\:hc--translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .tablet\:focus\:hc--translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .tablet\:focus\:hc--translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .tablet\:focus\:hc--translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .tablet\:focus\:hc--translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .tablet\:focus\:hc-translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .tablet\:focus\:hc-translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .tablet\:focus\:hc-translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .tablet\:focus\:hc-translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .tablet\:focus\:hc-translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .tablet\:focus\:hc-translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .tablet\:focus\:hc-translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .tablet\:focus\:hc--translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .tablet\:focus\:hc--translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .tablet\:focus\:hc--translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .tablet\:focus\:hc--translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .tablet\:focus\:hc--translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .tablet\:focus\:hc--translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .tablet\:focus\:hc--translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .tablet\:hc-rotate-0 {
    --tw-rotate: 0deg;
  }

  .tablet\:hc-rotate-1 {
    --tw-rotate: 1deg;
  }

  .tablet\:hc-rotate-2 {
    --tw-rotate: 2deg;
  }

  .tablet\:hc-rotate-3 {
    --tw-rotate: 3deg;
  }

  .tablet\:hc-rotate-6 {
    --tw-rotate: 6deg;
  }

  .tablet\:hc-rotate-12 {
    --tw-rotate: 12deg;
  }

  .tablet\:hc-rotate-45 {
    --tw-rotate: 45deg;
  }

  .tablet\:hc-rotate-90 {
    --tw-rotate: 90deg;
  }

  .tablet\:hc-rotate-180 {
    --tw-rotate: 180deg;
  }

  .tablet\:hc--rotate-180 {
    --tw-rotate: -180deg;
  }

  .tablet\:hc--rotate-90 {
    --tw-rotate: -90deg;
  }

  .tablet\:hc--rotate-45 {
    --tw-rotate: -45deg;
  }

  .tablet\:hc--rotate-12 {
    --tw-rotate: -12deg;
  }

  .tablet\:hc--rotate-6 {
    --tw-rotate: -6deg;
  }

  .tablet\:hc--rotate-3 {
    --tw-rotate: -3deg;
  }

  .tablet\:hc--rotate-2 {
    --tw-rotate: -2deg;
  }

  .tablet\:hc--rotate-1 {
    --tw-rotate: -1deg;
  }

  .tablet\:hover\:hc-rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .tablet\:hover\:hc-rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .tablet\:hover\:hc-rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .tablet\:hover\:hc-rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .tablet\:hover\:hc-rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .tablet\:hover\:hc-rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .tablet\:hover\:hc-rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .tablet\:hover\:hc-rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .tablet\:hover\:hc-rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .tablet\:hover\:hc--rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .tablet\:hover\:hc--rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .tablet\:hover\:hc--rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .tablet\:hover\:hc--rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .tablet\:hover\:hc--rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .tablet\:hover\:hc--rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .tablet\:hover\:hc--rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .tablet\:hover\:hc--rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .tablet\:focus\:hc-rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .tablet\:focus\:hc-rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .tablet\:focus\:hc-rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .tablet\:focus\:hc-rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .tablet\:focus\:hc-rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .tablet\:focus\:hc-rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .tablet\:focus\:hc-rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .tablet\:focus\:hc-rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .tablet\:focus\:hc-rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .tablet\:focus\:hc--rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .tablet\:focus\:hc--rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .tablet\:focus\:hc--rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .tablet\:focus\:hc--rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .tablet\:focus\:hc--rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .tablet\:focus\:hc--rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .tablet\:focus\:hc--rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .tablet\:focus\:hc--rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .tablet\:hc-skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .tablet\:hc-skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .tablet\:hc-skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .tablet\:hc-skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .tablet\:hc-skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .tablet\:hc-skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .tablet\:hc--skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .tablet\:hc--skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .tablet\:hc--skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .tablet\:hc--skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .tablet\:hc--skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .tablet\:hc-skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .tablet\:hc-skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .tablet\:hc-skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .tablet\:hc-skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .tablet\:hc-skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .tablet\:hc-skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .tablet\:hc--skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .tablet\:hc--skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .tablet\:hc--skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .tablet\:hc--skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .tablet\:hc--skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .tablet\:hover\:hc-skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .tablet\:hover\:hc-skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .tablet\:hover\:hc-skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .tablet\:hover\:hc-skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .tablet\:hover\:hc-skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .tablet\:hover\:hc-skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .tablet\:hover\:hc--skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .tablet\:hover\:hc--skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .tablet\:hover\:hc--skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .tablet\:hover\:hc--skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .tablet\:hover\:hc--skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .tablet\:hover\:hc-skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .tablet\:hover\:hc-skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .tablet\:hover\:hc-skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .tablet\:hover\:hc-skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .tablet\:hover\:hc-skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .tablet\:hover\:hc-skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .tablet\:hover\:hc--skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .tablet\:hover\:hc--skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .tablet\:hover\:hc--skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .tablet\:hover\:hc--skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .tablet\:hover\:hc--skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .tablet\:focus\:hc-skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .tablet\:focus\:hc-skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .tablet\:focus\:hc-skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .tablet\:focus\:hc-skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .tablet\:focus\:hc-skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .tablet\:focus\:hc-skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .tablet\:focus\:hc--skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .tablet\:focus\:hc--skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .tablet\:focus\:hc--skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .tablet\:focus\:hc--skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .tablet\:focus\:hc--skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .tablet\:focus\:hc-skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .tablet\:focus\:hc-skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .tablet\:focus\:hc-skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .tablet\:focus\:hc-skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .tablet\:focus\:hc-skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .tablet\:focus\:hc-skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .tablet\:focus\:hc--skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .tablet\:focus\:hc--skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .tablet\:focus\:hc--skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .tablet\:focus\:hc--skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .tablet\:focus\:hc--skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .tablet\:hc-scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .tablet\:hc-scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .tablet\:hc-scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .tablet\:hc-scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .tablet\:hc-scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .tablet\:hc-scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .tablet\:hc-scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .tablet\:hc-scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .tablet\:hc-scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .tablet\:hc-scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .tablet\:hover\:hc-scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .tablet\:hover\:hc-scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .tablet\:hover\:hc-scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .tablet\:hover\:hc-scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .tablet\:hover\:hc-scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .tablet\:hover\:hc-scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .tablet\:hover\:hc-scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .tablet\:hover\:hc-scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .tablet\:hover\:hc-scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .tablet\:hover\:hc-scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .tablet\:focus\:hc-scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .tablet\:focus\:hc-scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .tablet\:focus\:hc-scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .tablet\:focus\:hc-scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .tablet\:focus\:hc-scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .tablet\:focus\:hc-scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .tablet\:focus\:hc-scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .tablet\:focus\:hc-scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .tablet\:focus\:hc-scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .tablet\:focus\:hc-scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .tablet\:hc-scale-x-0 {
    --tw-scale-x: 0;
  }

  .tablet\:hc-scale-x-50 {
    --tw-scale-x: .5;
  }

  .tablet\:hc-scale-x-75 {
    --tw-scale-x: .75;
  }

  .tablet\:hc-scale-x-90 {
    --tw-scale-x: .9;
  }

  .tablet\:hc-scale-x-95 {
    --tw-scale-x: .95;
  }

  .tablet\:hc-scale-x-100 {
    --tw-scale-x: 1;
  }

  .tablet\:hc-scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .tablet\:hc-scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .tablet\:hc-scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .tablet\:hc-scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .tablet\:hc-scale-y-0 {
    --tw-scale-y: 0;
  }

  .tablet\:hc-scale-y-50 {
    --tw-scale-y: .5;
  }

  .tablet\:hc-scale-y-75 {
    --tw-scale-y: .75;
  }

  .tablet\:hc-scale-y-90 {
    --tw-scale-y: .9;
  }

  .tablet\:hc-scale-y-95 {
    --tw-scale-y: .95;
  }

  .tablet\:hc-scale-y-100 {
    --tw-scale-y: 1;
  }

  .tablet\:hc-scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .tablet\:hc-scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .tablet\:hc-scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .tablet\:hc-scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .tablet\:hover\:hc-scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .tablet\:hover\:hc-scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .tablet\:hover\:hc-scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .tablet\:hover\:hc-scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .tablet\:hover\:hc-scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .tablet\:hover\:hc-scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .tablet\:hover\:hc-scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .tablet\:hover\:hc-scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .tablet\:hover\:hc-scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .tablet\:hover\:hc-scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .tablet\:hover\:hc-scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .tablet\:hover\:hc-scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .tablet\:hover\:hc-scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .tablet\:hover\:hc-scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .tablet\:hover\:hc-scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .tablet\:hover\:hc-scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .tablet\:hover\:hc-scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .tablet\:hover\:hc-scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .tablet\:hover\:hc-scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .tablet\:hover\:hc-scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .tablet\:focus\:hc-scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .tablet\:focus\:hc-scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .tablet\:focus\:hc-scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .tablet\:focus\:hc-scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .tablet\:focus\:hc-scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .tablet\:focus\:hc-scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .tablet\:focus\:hc-scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .tablet\:focus\:hc-scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .tablet\:focus\:hc-scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .tablet\:focus\:hc-scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .tablet\:focus\:hc-scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .tablet\:focus\:hc-scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .tablet\:focus\:hc-scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .tablet\:focus\:hc-scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .tablet\:focus\:hc-scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .tablet\:focus\:hc-scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .tablet\:focus\:hc-scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .tablet\:focus\:hc-scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .tablet\:focus\:hc-scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .tablet\:focus\:hc-scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .tablet\:hc-animate-none {
    animation: none;
  }

  .tablet\:hc-animate-spin {
    animation: hc-spin 1s linear infinite;
  }

  .tablet\:hc-animate-ping {
    animation: hc-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .tablet\:hc-animate-pulse {
    animation: hc-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .tablet\:hc-animate-bounce {
    animation: hc-bounce 1s infinite;
  }

  .tablet\:hc-cursor-auto {
    cursor: auto;
  }

  .tablet\:hc-cursor-default {
    cursor: default;
  }

  .tablet\:hc-cursor-pointer {
    cursor: pointer;
  }

  .tablet\:hc-cursor-wait {
    cursor: wait;
  }

  .tablet\:hc-cursor-text {
    cursor: text;
  }

  .tablet\:hc-cursor-move {
    cursor: move;
  }

  .tablet\:hc-cursor-help {
    cursor: help;
  }

  .tablet\:hc-cursor-not-allowed {
    cursor: not-allowed;
  }

  .tablet\:hc-select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .tablet\:hc-select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .tablet\:hc-select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .tablet\:hc-select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .tablet\:hc-resize-none {
    resize: none;
  }

  .tablet\:hc-resize-y {
    resize: vertical;
  }

  .tablet\:hc-resize-x {
    resize: horizontal;
  }

  .tablet\:hc-resize {
    resize: both;
  }

  .tablet\:hc-list-inside {
    list-style-position: inside;
  }

  .tablet\:hc-list-outside {
    list-style-position: outside;
  }

  .tablet\:hc-list-none {
    list-style-type: none;
  }

  .tablet\:hc-list-disc {
    list-style-type: disc;
  }

  .tablet\:hc-list-decimal {
    list-style-type: decimal;
  }

  .tablet\:hc-appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .tablet\:hc-auto-cols-auto {
    grid-auto-columns: auto;
  }

  .tablet\:hc-auto-cols-min {
    grid-auto-columns: min-content;
  }

  .tablet\:hc-auto-cols-max {
    grid-auto-columns: max-content;
  }

  .tablet\:hc-auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .tablet\:hc-grid-flow-row {
    grid-auto-flow: row;
  }

  .tablet\:hc-grid-flow-col {
    grid-auto-flow: column;
  }

  .tablet\:hc-grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .tablet\:hc-grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .tablet\:hc-auto-rows-auto {
    grid-auto-rows: auto;
  }

  .tablet\:hc-auto-rows-min {
    grid-auto-rows: min-content;
  }

  .tablet\:hc-auto-rows-max {
    grid-auto-rows: max-content;
  }

  .tablet\:hc-auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .tablet\:hc-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .tablet\:hc-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tablet\:hc-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tablet\:hc-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tablet\:hc-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .tablet\:hc-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .tablet\:hc-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .tablet\:hc-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .tablet\:hc-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .tablet\:hc-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .tablet\:hc-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .tablet\:hc-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .tablet\:hc-grid-cols-none {
    grid-template-columns: none;
  }

  .tablet\:hc-grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .tablet\:hc-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .tablet\:hc-grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .tablet\:hc-grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .tablet\:hc-grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .tablet\:hc-grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .tablet\:hc-grid-rows-none {
    grid-template-rows: none;
  }

  .tablet\:hc-flex-row {
    flex-direction: row;
  }

  .tablet\:hc-flex-row-reverse {
    flex-direction: row-reverse;
  }

  .tablet\:hc-flex-col {
    flex-direction: column;
  }

  .tablet\:hc-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .tablet\:hc-flex-wrap {
    flex-wrap: wrap;
  }

  .tablet\:hc-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .tablet\:hc-flex-nowrap {
    flex-wrap: nowrap;
  }

  .tablet\:hc-place-content-center {
    place-content: center;
  }

  .tablet\:hc-place-content-start {
    place-content: start;
  }

  .tablet\:hc-place-content-end {
    place-content: end;
  }

  .tablet\:hc-place-content-between {
    place-content: space-between;
  }

  .tablet\:hc-place-content-around {
    place-content: space-around;
  }

  .tablet\:hc-place-content-evenly {
    place-content: space-evenly;
  }

  .tablet\:hc-place-content-stretch {
    place-content: stretch;
  }

  .tablet\:hc-place-items-start {
    place-items: start;
  }

  .tablet\:hc-place-items-end {
    place-items: end;
  }

  .tablet\:hc-place-items-center {
    place-items: center;
  }

  .tablet\:hc-place-items-stretch {
    place-items: stretch;
  }

  .tablet\:hc-content-center {
    align-content: center;
  }

  .tablet\:hc-content-start {
    align-content: flex-start;
  }

  .tablet\:hc-content-end {
    align-content: flex-end;
  }

  .tablet\:hc-content-between {
    align-content: space-between;
  }

  .tablet\:hc-content-around {
    align-content: space-around;
  }

  .tablet\:hc-content-evenly {
    align-content: space-evenly;
  }

  .tablet\:hc-items-start {
    align-items: flex-start;
  }

  .tablet\:hc-items-end {
    align-items: flex-end;
  }

  .tablet\:hc-items-center {
    align-items: center;
  }

  .tablet\:hc-items-baseline {
    align-items: baseline;
  }

  .tablet\:hc-items-stretch {
    align-items: stretch;
  }

  .tablet\:hc-justify-start {
    justify-content: flex-start;
  }

  .tablet\:hc-justify-end {
    justify-content: flex-end;
  }

  .tablet\:hc-justify-center {
    justify-content: center;
  }

  .tablet\:hc-justify-between {
    justify-content: space-between;
  }

  .tablet\:hc-justify-around {
    justify-content: space-around;
  }

  .tablet\:hc-justify-evenly {
    justify-content: space-evenly;
  }

  .tablet\:hc-justify-items-start {
    justify-items: start;
  }

  .tablet\:hc-justify-items-end {
    justify-items: end;
  }

  .tablet\:hc-justify-items-center {
    justify-items: center;
  }

  .tablet\:hc-justify-items-stretch {
    justify-items: stretch;
  }

  .tablet\:hc-gap-0 {
    gap: 0px;
  }

  .tablet\:hc-gap-1 {
    gap: 0.25rem;
  }

  .tablet\:hc-gap-2 {
    gap: 0.5rem;
  }

  .tablet\:hc-gap-3 {
    gap: 0.75rem;
  }

  .tablet\:hc-gap-4 {
    gap: 1rem;
  }

  .tablet\:hc-gap-5 {
    gap: 1.25rem;
  }

  .tablet\:hc-gap-6 {
    gap: 1.5rem;
  }

  .tablet\:hc-gap-7 {
    gap: 1.75rem;
  }

  .tablet\:hc-gap-8 {
    gap: 2rem;
  }

  .tablet\:hc-gap-9 {
    gap: 2.25rem;
  }

  .tablet\:hc-gap-10 {
    gap: 2.5rem;
  }

  .tablet\:hc-gap-11 {
    gap: 2.75rem;
  }

  .tablet\:hc-gap-12 {
    gap: 3rem;
  }

  .tablet\:hc-gap-14 {
    gap: 3.5rem;
  }

  .tablet\:hc-gap-16 {
    gap: 4rem;
  }

  .tablet\:hc-gap-20 {
    gap: 5rem;
  }

  .tablet\:hc-gap-24 {
    gap: 6rem;
  }

  .tablet\:hc-gap-28 {
    gap: 7rem;
  }

  .tablet\:hc-gap-32 {
    gap: 8rem;
  }

  .tablet\:hc-gap-36 {
    gap: 9rem;
  }

  .tablet\:hc-gap-40 {
    gap: 10rem;
  }

  .tablet\:hc-gap-44 {
    gap: 11rem;
  }

  .tablet\:hc-gap-48 {
    gap: 12rem;
  }

  .tablet\:hc-gap-52 {
    gap: 13rem;
  }

  .tablet\:hc-gap-56 {
    gap: 14rem;
  }

  .tablet\:hc-gap-60 {
    gap: 15rem;
  }

  .tablet\:hc-gap-64 {
    gap: 16rem;
  }

  .tablet\:hc-gap-72 {
    gap: 18rem;
  }

  .tablet\:hc-gap-80 {
    gap: 20rem;
  }

  .tablet\:hc-gap-96 {
    gap: 24rem;
  }

  .tablet\:hc-gap-128 {
    gap: 32rem;
  }

  .tablet\:hc-gap-144 {
    gap: 44rem;
  }

  .tablet\:hc-gap-900 {
    gap: 900px;
  }

  .tablet\:hc-gap-px {
    gap: 1px;
  }

  .tablet\:hc-gap-0\.5 {
    gap: 0.125rem;
  }

  .tablet\:hc-gap-1\.5 {
    gap: 0.375rem;
  }

  .tablet\:hc-gap-2\.5 {
    gap: 0.625rem;
  }

  .tablet\:hc-gap-3\.5 {
    gap: 0.875rem;
  }

  .tablet\:hc-gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .tablet\:hc-gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .tablet\:hc-gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .tablet\:hc-gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .tablet\:hc-gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .tablet\:hc-gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .tablet\:hc-gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .tablet\:hc-gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .tablet\:hc-gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .tablet\:hc-gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .tablet\:hc-gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .tablet\:hc-gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .tablet\:hc-gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .tablet\:hc-gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .tablet\:hc-gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .tablet\:hc-gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .tablet\:hc-gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .tablet\:hc-gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .tablet\:hc-gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .tablet\:hc-gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .tablet\:hc-gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .tablet\:hc-gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .tablet\:hc-gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .tablet\:hc-gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .tablet\:hc-gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .tablet\:hc-gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .tablet\:hc-gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .tablet\:hc-gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .tablet\:hc-gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .tablet\:hc-gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .tablet\:hc-gap-x-128 {
    -moz-column-gap: 32rem;
         column-gap: 32rem;
  }

  .tablet\:hc-gap-x-144 {
    -moz-column-gap: 44rem;
         column-gap: 44rem;
  }

  .tablet\:hc-gap-x-900 {
    -moz-column-gap: 900px;
         column-gap: 900px;
  }

  .tablet\:hc-gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .tablet\:hc-gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .tablet\:hc-gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .tablet\:hc-gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .tablet\:hc-gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .tablet\:hc-gap-y-0 {
    row-gap: 0px;
  }

  .tablet\:hc-gap-y-1 {
    row-gap: 0.25rem;
  }

  .tablet\:hc-gap-y-2 {
    row-gap: 0.5rem;
  }

  .tablet\:hc-gap-y-3 {
    row-gap: 0.75rem;
  }

  .tablet\:hc-gap-y-4 {
    row-gap: 1rem;
  }

  .tablet\:hc-gap-y-5 {
    row-gap: 1.25rem;
  }

  .tablet\:hc-gap-y-6 {
    row-gap: 1.5rem;
  }

  .tablet\:hc-gap-y-7 {
    row-gap: 1.75rem;
  }

  .tablet\:hc-gap-y-8 {
    row-gap: 2rem;
  }

  .tablet\:hc-gap-y-9 {
    row-gap: 2.25rem;
  }

  .tablet\:hc-gap-y-10 {
    row-gap: 2.5rem;
  }

  .tablet\:hc-gap-y-11 {
    row-gap: 2.75rem;
  }

  .tablet\:hc-gap-y-12 {
    row-gap: 3rem;
  }

  .tablet\:hc-gap-y-14 {
    row-gap: 3.5rem;
  }

  .tablet\:hc-gap-y-16 {
    row-gap: 4rem;
  }

  .tablet\:hc-gap-y-20 {
    row-gap: 5rem;
  }

  .tablet\:hc-gap-y-24 {
    row-gap: 6rem;
  }

  .tablet\:hc-gap-y-28 {
    row-gap: 7rem;
  }

  .tablet\:hc-gap-y-32 {
    row-gap: 8rem;
  }

  .tablet\:hc-gap-y-36 {
    row-gap: 9rem;
  }

  .tablet\:hc-gap-y-40 {
    row-gap: 10rem;
  }

  .tablet\:hc-gap-y-44 {
    row-gap: 11rem;
  }

  .tablet\:hc-gap-y-48 {
    row-gap: 12rem;
  }

  .tablet\:hc-gap-y-52 {
    row-gap: 13rem;
  }

  .tablet\:hc-gap-y-56 {
    row-gap: 14rem;
  }

  .tablet\:hc-gap-y-60 {
    row-gap: 15rem;
  }

  .tablet\:hc-gap-y-64 {
    row-gap: 16rem;
  }

  .tablet\:hc-gap-y-72 {
    row-gap: 18rem;
  }

  .tablet\:hc-gap-y-80 {
    row-gap: 20rem;
  }

  .tablet\:hc-gap-y-96 {
    row-gap: 24rem;
  }

  .tablet\:hc-gap-y-128 {
    row-gap: 32rem;
  }

  .tablet\:hc-gap-y-144 {
    row-gap: 44rem;
  }

  .tablet\:hc-gap-y-900 {
    row-gap: 900px;
  }

  .tablet\:hc-gap-y-px {
    row-gap: 1px;
  }

  .tablet\:hc-gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .tablet\:hc-gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .tablet\:hc-gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .tablet\:hc-gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .tablet\:hc-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24rem * var(--tw-space-x-reverse));
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(32rem * var(--tw-space-x-reverse));
    margin-left: calc(32rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(44rem * var(--tw-space-x-reverse));
    margin-left: calc(44rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(900px * var(--tw-space-x-reverse));
    margin-left: calc(900px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24rem * var(--tw-space-x-reverse));
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-32rem * var(--tw-space-x-reverse));
    margin-left: calc(-32rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-44rem * var(--tw-space-x-reverse));
    margin-left: calc(-44rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-900px * var(--tw-space-x-reverse));
    margin-left: calc(-900px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc--space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .tablet\:hc-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(32rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(44rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(44rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(900px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(900px * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-32rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-32rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-44rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-44rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-900px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-900px * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc--space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .tablet\:hc-space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .tablet\:hc-space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .tablet\:hc-divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:hc-divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:hc-divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:hc-divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:hc-divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .tablet\:hc-divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .tablet\:hc-divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .tablet\:hc-divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .tablet\:hc-divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .tablet\:hc-divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .tablet\:hc-divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .tablet\:hc-divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .tablet\:hc-divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .tablet\:hc-divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .tablet\:hc-divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .tablet\:hc-divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .tablet\:hc-divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .tablet\:hc-divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
  }

  .tablet\:hc-divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .tablet\:hc-divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .tablet\:hc-divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .tablet\:hc-divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .tablet\:hc-divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .tablet\:hc-divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .tablet\:hc-divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .tablet\:hc-divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .tablet\:hc-divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .tablet\:hc-divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .tablet\:hc-divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .tablet\:hc-divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .tablet\:hc-divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .tablet\:hc-divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .tablet\:hc-divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .tablet\:hc-place-self-auto {
    place-self: auto;
  }

  .tablet\:hc-place-self-start {
    place-self: start;
  }

  .tablet\:hc-place-self-end {
    place-self: end;
  }

  .tablet\:hc-place-self-center {
    place-self: center;
  }

  .tablet\:hc-place-self-stretch {
    place-self: stretch;
  }

  .tablet\:hc-self-auto {
    align-self: auto;
  }

  .tablet\:hc-self-start {
    align-self: flex-start;
  }

  .tablet\:hc-self-end {
    align-self: flex-end;
  }

  .tablet\:hc-self-center {
    align-self: center;
  }

  .tablet\:hc-self-stretch {
    align-self: stretch;
  }

  .tablet\:hc-self-baseline {
    align-self: baseline;
  }

  .tablet\:hc-justify-self-auto {
    justify-self: auto;
  }

  .tablet\:hc-justify-self-start {
    justify-self: start;
  }

  .tablet\:hc-justify-self-end {
    justify-self: end;
  }

  .tablet\:hc-justify-self-center {
    justify-self: center;
  }

  .tablet\:hc-justify-self-stretch {
    justify-self: stretch;
  }

  .tablet\:hc-overflow-auto {
    overflow: auto;
  }

  .tablet\:hc-overflow-hidden {
    overflow: hidden;
  }

  .tablet\:hc-overflow-visible {
    overflow: visible;
  }

  .tablet\:hc-overflow-scroll {
    overflow: scroll;
  }

  .tablet\:hc-overflow-x-auto {
    overflow-x: auto;
  }

  .tablet\:hc-overflow-y-auto {
    overflow-y: auto;
  }

  .tablet\:hc-overflow-x-hidden {
    overflow-x: hidden;
  }

  .tablet\:hc-overflow-y-hidden {
    overflow-y: hidden;
  }

  .tablet\:hc-overflow-x-visible {
    overflow-x: visible;
  }

  .tablet\:hc-overflow-y-visible {
    overflow-y: visible;
  }

  .tablet\:hc-overflow-x-scroll {
    overflow-x: scroll;
  }

  .tablet\:hc-overflow-y-scroll {
    overflow-y: scroll;
  }

  .tablet\:hc-overscroll-auto {
    overscroll-behavior: auto;
  }

  .tablet\:hc-overscroll-contain {
    overscroll-behavior: contain;
  }

  .tablet\:hc-overscroll-none {
    overscroll-behavior: none;
  }

  .tablet\:hc-overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .tablet\:hc-overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .tablet\:hc-overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .tablet\:hc-overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .tablet\:hc-overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .tablet\:hc-overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .tablet\:hc-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tablet\:hc-overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .tablet\:hc-overflow-clip {
    text-overflow: clip;
  }

  .tablet\:hc-whitespace-normal {
    white-space: normal;
  }

  .tablet\:hc-whitespace-nowrap {
    white-space: nowrap;
  }

  .tablet\:hc-whitespace-pre {
    white-space: pre;
  }

  .tablet\:hc-whitespace-pre-line {
    white-space: pre-line;
  }

  .tablet\:hc-whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .tablet\:hc-break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .tablet\:hc-break-words {
    overflow-wrap: break-word;
  }

  .tablet\:hc-break-all {
    word-break: break-all;
  }

  .tablet\:hc-rounded-none {
    border-radius: 0px;
  }

  .tablet\:hc-rounded-sm {
    border-radius: 0.125rem;
  }

  .tablet\:hc-rounded {
    border-radius: 0.25rem;
  }

  .tablet\:hc-rounded-md {
    border-radius: 0.375rem;
  }

  .tablet\:hc-rounded-lg {
    border-radius: 0.5rem;
  }

  .tablet\:hc-rounded-xl {
    border-radius: 0.75rem;
  }

  .tablet\:hc-rounded-2xl {
    border-radius: 1rem;
  }

  .tablet\:hc-rounded-3xl {
    border-radius: 1.5rem;
  }

  .tablet\:hc-rounded-full {
    border-radius: 9999px;
  }

  .tablet\:hc-rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .tablet\:hc-rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .tablet\:hc-rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .tablet\:hc-rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .tablet\:hc-rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .tablet\:hc-rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .tablet\:hc-rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .tablet\:hc-rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .tablet\:hc-rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .tablet\:hc-rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .tablet\:hc-rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .tablet\:hc-rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .tablet\:hc-rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .tablet\:hc-rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .tablet\:hc-rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .tablet\:hc-rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .tablet\:hc-rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .tablet\:hc-rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .tablet\:hc-rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .tablet\:hc-rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .tablet\:hc-rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .tablet\:hc-rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .tablet\:hc-rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .tablet\:hc-rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .tablet\:hc-rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .tablet\:hc-rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .tablet\:hc-rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .tablet\:hc-rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .tablet\:hc-rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .tablet\:hc-rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .tablet\:hc-rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .tablet\:hc-rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .tablet\:hc-rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .tablet\:hc-rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .tablet\:hc-rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .tablet\:hc-rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .tablet\:hc-rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .tablet\:hc-rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .tablet\:hc-rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .tablet\:hc-rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .tablet\:hc-rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .tablet\:hc-rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .tablet\:hc-rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .tablet\:hc-rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .tablet\:hc-rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .tablet\:hc-rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .tablet\:hc-rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .tablet\:hc-rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .tablet\:hc-rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .tablet\:hc-rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .tablet\:hc-rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .tablet\:hc-rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .tablet\:hc-rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .tablet\:hc-rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .tablet\:hc-rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .tablet\:hc-rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .tablet\:hc-rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .tablet\:hc-rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .tablet\:hc-rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .tablet\:hc-rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .tablet\:hc-rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .tablet\:hc-rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .tablet\:hc-rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .tablet\:hc-rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .tablet\:hc-rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .tablet\:hc-rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .tablet\:hc-rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .tablet\:hc-rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .tablet\:hc-rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .tablet\:hc-rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .tablet\:hc-rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .tablet\:hc-rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .tablet\:hc-border-0 {
    border-width: 0px;
  }

  .tablet\:hc-border-2 {
    border-width: 2px;
  }

  .tablet\:hc-border-4 {
    border-width: 4px;
  }

  .tablet\:hc-border-8 {
    border-width: 8px;
  }

  .tablet\:hc-border {
    border-width: 1px;
  }

  .tablet\:hc-border-t-0 {
    border-top-width: 0px;
  }

  .tablet\:hc-border-t-2 {
    border-top-width: 2px;
  }

  .tablet\:hc-border-t-4 {
    border-top-width: 4px;
  }

  .tablet\:hc-border-t-8 {
    border-top-width: 8px;
  }

  .tablet\:hc-border-t {
    border-top-width: 1px;
  }

  .tablet\:hc-border-r-0 {
    border-right-width: 0px;
  }

  .tablet\:hc-border-r-2 {
    border-right-width: 2px;
  }

  .tablet\:hc-border-r-4 {
    border-right-width: 4px;
  }

  .tablet\:hc-border-r-8 {
    border-right-width: 8px;
  }

  .tablet\:hc-border-r {
    border-right-width: 1px;
  }

  .tablet\:hc-border-b-0 {
    border-bottom-width: 0px;
  }

  .tablet\:hc-border-b-2 {
    border-bottom-width: 2px;
  }

  .tablet\:hc-border-b-4 {
    border-bottom-width: 4px;
  }

  .tablet\:hc-border-b-8 {
    border-bottom-width: 8px;
  }

  .tablet\:hc-border-b {
    border-bottom-width: 1px;
  }

  .tablet\:hc-border-l-0 {
    border-left-width: 0px;
  }

  .tablet\:hc-border-l-2 {
    border-left-width: 2px;
  }

  .tablet\:hc-border-l-4 {
    border-left-width: 4px;
  }

  .tablet\:hc-border-l-8 {
    border-left-width: 8px;
  }

  .tablet\:hc-border-l {
    border-left-width: 1px;
  }

  .tablet\:hc-border-solid {
    border-style: solid;
  }

  .tablet\:hc-border-dashed {
    border-style: dashed;
  }

  .tablet\:hc-border-dotted {
    border-style: dotted;
  }

  .tablet\:hc-border-double {
    border-style: double;
  }

  .tablet\:hc-border-none {
    border-style: none;
  }

  .tablet\:hc-border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .tablet\:hc-border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .tablet\:hc-border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .tablet\:hc-border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .tablet\:hc-border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .tablet\:hc-border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .tablet\:hc-border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .tablet\:hc-border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .tablet\:hc-border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .tablet\:hc-border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .tablet\:hc-border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .tablet\:hc-border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .tablet\:hc-border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .tablet\:hc-border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .tablet\:hc-border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .tablet\:hc-border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .tablet\:hc-border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .tablet\:hc-border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .tablet\:hc-border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .tablet\:hc-border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .tablet\:hc-border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tablet\:hc-border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:hc-border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .tablet\:hc-border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .tablet\:hc-border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .tablet\:hc-border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .tablet\:hc-border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .tablet\:hc-border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .tablet\:hc-border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .tablet\:hc-border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .tablet\:hc-border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .tablet\:hc-border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .tablet\:hc-border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .tablet\:hc-border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .tablet\:hc-border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .tablet\:hc-border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .tablet\:hc-border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .tablet\:hc-border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .tablet\:hc-border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .tablet\:hc-border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .tablet\:hc-border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .tablet\:hc-border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-gray-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-gray-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-gray-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-gray-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-gray-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-gray-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-gray-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-gray-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-gray-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-gray-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-purple-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-purple-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-purple-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-purple-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-purple-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-purple-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-purple-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-purple-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-purple-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-purple-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-black:checked {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-white:checked {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-red-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-red-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-red-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-red-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-red-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-red-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-red-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-red-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-red-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-red-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-blue-50:checked {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-blue-100:checked {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-blue-200:checked {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-blue-300:checked {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-blue-400:checked {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-blue-500:checked {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-blue-600:checked {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-blue-700:checked {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-blue-800:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .tablet\:checked\:hc-border-blue-900:checked {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-red-50 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-blue-50 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-gray-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-purple-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-red-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-blue-50:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .tablet\:focus-within\:hc-border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-red-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-blue-50:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .tablet\:hover\:hc-border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(245, 243, 255, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 233, 254, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(221, 214, 254, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(196, 181, 253, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(167, 139, 250, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(124, 58, 237, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(109, 40, 217, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(91, 33, 182, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 29, 149, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-red-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-blue-50:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity));
  }

  .tablet\:focus\:hc-border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
  }

  .tablet\:hc-border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .tablet\:hc-border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .tablet\:hc-border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .tablet\:hc-border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .tablet\:hc-border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .tablet\:hc-border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .tablet\:hc-border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .tablet\:hc-border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .tablet\:hc-border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .tablet\:hc-border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .tablet\:hc-border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .tablet\:hc-border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .tablet\:hc-border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .tablet\:hc-border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .tablet\:hc-border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .hc-group:hover .tablet\:group-hover\:hc-border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .tablet\:focus-within\:hc-border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .tablet\:focus-within\:hc-border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .tablet\:focus-within\:hc-border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .tablet\:focus-within\:hc-border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .tablet\:focus-within\:hc-border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .tablet\:focus-within\:hc-border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .tablet\:focus-within\:hc-border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .tablet\:focus-within\:hc-border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .tablet\:focus-within\:hc-border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .tablet\:focus-within\:hc-border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .tablet\:focus-within\:hc-border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .tablet\:focus-within\:hc-border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .tablet\:focus-within\:hc-border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .tablet\:focus-within\:hc-border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .tablet\:focus-within\:hc-border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .tablet\:hover\:hc-border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .tablet\:hover\:hc-border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .tablet\:hover\:hc-border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .tablet\:hover\:hc-border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .tablet\:hover\:hc-border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .tablet\:hover\:hc-border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .tablet\:hover\:hc-border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .tablet\:hover\:hc-border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .tablet\:hover\:hc-border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .tablet\:hover\:hc-border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .tablet\:hover\:hc-border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .tablet\:hover\:hc-border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .tablet\:hover\:hc-border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .tablet\:hover\:hc-border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .tablet\:hover\:hc-border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .tablet\:focus\:hc-border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .tablet\:focus\:hc-border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .tablet\:focus\:hc-border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .tablet\:focus\:hc-border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .tablet\:focus\:hc-border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .tablet\:focus\:hc-border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .tablet\:focus\:hc-border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .tablet\:focus\:hc-border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .tablet\:focus\:hc-border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .tablet\:focus\:hc-border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .tablet\:focus\:hc-border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .tablet\:focus\:hc-border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .tablet\:focus\:hc-border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .tablet\:focus\:hc-border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .tablet\:focus\:hc-border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .tablet\:hc-bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-gray-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-gray-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-gray-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-gray-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-gray-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-gray-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-gray-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-gray-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-gray-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-gray-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-purple-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-purple-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-purple-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-purple-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-purple-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-purple-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-purple-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-purple-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-purple-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-purple-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-black:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-white:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-red-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-red-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-red-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-red-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-red-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-red-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-red-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-red-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-red-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-red-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-blue-50:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-blue-100:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-blue-200:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-blue-300:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-blue-400:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-blue-500:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-blue-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-blue-700:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-blue-800:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .tablet\:checked\:hc-bg-blue-900:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-gray-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-gray-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-gray-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-gray-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-gray-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-gray-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-gray-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-gray-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-gray-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-gray-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-purple-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-purple-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-purple-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-purple-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-purple-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-purple-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-purple-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-purple-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-purple-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-purple-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-red-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-red-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-red-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-red-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-red-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-red-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-red-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-red-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-red-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-red-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-blue-50:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-blue-100:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-blue-200:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-blue-300:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-blue-400:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-blue-500:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-blue-600:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-blue-700:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-blue-800:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .tablet\:focus-within\:hc-bg-blue-900:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .tablet\:hover\:hc-bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-red-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-blue-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
  }

  .tablet\:focus\:hc-bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
  }

  .tablet\:hc-bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .tablet\:hc-bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .tablet\:hc-bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .tablet\:hc-bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .tablet\:hc-bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .tablet\:hc-bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .tablet\:hc-bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .tablet\:hc-bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .tablet\:hc-bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .tablet\:hc-bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .tablet\:hc-bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .tablet\:hc-bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .tablet\:hc-bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .tablet\:hc-bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .tablet\:hc-bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .hc-group:hover .tablet\:group-hover\:hc-bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .tablet\:focus-within\:hc-bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .tablet\:focus-within\:hc-bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .tablet\:focus-within\:hc-bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .tablet\:focus-within\:hc-bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .tablet\:focus-within\:hc-bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .tablet\:focus-within\:hc-bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .tablet\:focus-within\:hc-bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .tablet\:focus-within\:hc-bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .tablet\:focus-within\:hc-bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .tablet\:focus-within\:hc-bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .tablet\:focus-within\:hc-bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .tablet\:focus-within\:hc-bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .tablet\:focus-within\:hc-bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .tablet\:focus-within\:hc-bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .tablet\:focus-within\:hc-bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .tablet\:hover\:hc-bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .tablet\:hover\:hc-bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .tablet\:hover\:hc-bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .tablet\:hover\:hc-bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .tablet\:hover\:hc-bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .tablet\:hover\:hc-bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .tablet\:hover\:hc-bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .tablet\:hover\:hc-bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .tablet\:hover\:hc-bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .tablet\:hover\:hc-bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .tablet\:hover\:hc-bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .tablet\:hover\:hc-bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .tablet\:hover\:hc-bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .tablet\:hover\:hc-bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .tablet\:hover\:hc-bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .tablet\:focus\:hc-bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .tablet\:focus\:hc-bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .tablet\:focus\:hc-bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .tablet\:focus\:hc-bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .tablet\:focus\:hc-bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .tablet\:focus\:hc-bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .tablet\:focus\:hc-bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .tablet\:focus\:hc-bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .tablet\:focus\:hc-bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .tablet\:focus\:hc-bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .tablet\:focus\:hc-bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .tablet\:focus\:hc-bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .tablet\:focus\:hc-bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .tablet\:focus\:hc-bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .tablet\:focus\:hc-bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .tablet\:hc-bg-none {
    background-image: none;
  }

  .tablet\:hc-bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .tablet\:hc-bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .tablet\:hc-bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .tablet\:hc-bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .tablet\:hc-bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .tablet\:hc-bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .tablet\:hc-bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .tablet\:hc-bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .tablet\:hc-from-gray-50 {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .tablet\:hc-from-gray-100 {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .tablet\:hc-from-gray-200 {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .tablet\:hc-from-gray-300 {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .tablet\:hc-from-gray-400 {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .tablet\:hc-from-gray-500 {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .tablet\:hc-from-gray-600 {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .tablet\:hc-from-gray-700 {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .tablet\:hc-from-gray-800 {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .tablet\:hc-from-gray-900 {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .tablet\:hc-from-purple-50 {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .tablet\:hc-from-purple-100 {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .tablet\:hc-from-purple-200 {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .tablet\:hc-from-purple-300 {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .tablet\:hc-from-purple-400 {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .tablet\:hc-from-purple-500 {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .tablet\:hc-from-purple-600 {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .tablet\:hc-from-purple-700 {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .tablet\:hc-from-purple-800 {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .tablet\:hc-from-purple-900 {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .tablet\:hc-from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:hc-from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hc-from-red-50 {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .tablet\:hc-from-red-100 {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .tablet\:hc-from-red-200 {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .tablet\:hc-from-red-300 {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .tablet\:hc-from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .tablet\:hc-from-red-500 {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .tablet\:hc-from-red-600 {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .tablet\:hc-from-red-700 {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .tablet\:hc-from-red-800 {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .tablet\:hc-from-red-900 {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .tablet\:hc-from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .tablet\:hc-from-blue-100 {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .tablet\:hc-from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .tablet\:hc-from-blue-300 {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .tablet\:hc-from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .tablet\:hc-from-blue-500 {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .tablet\:hc-from-blue-600 {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .tablet\:hc-from-blue-700 {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .tablet\:hc-from-blue-800 {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .tablet\:hc-from-blue-900 {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .tablet\:hover\:hc-from-gray-50:hover {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .tablet\:hover\:hc-from-gray-100:hover {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .tablet\:hover\:hc-from-gray-200:hover {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .tablet\:hover\:hc-from-gray-300:hover {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .tablet\:hover\:hc-from-gray-400:hover {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .tablet\:hover\:hc-from-gray-500:hover {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .tablet\:hover\:hc-from-gray-600:hover {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .tablet\:hover\:hc-from-gray-700:hover {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .tablet\:hover\:hc-from-gray-800:hover {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .tablet\:hover\:hc-from-gray-900:hover {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .tablet\:hover\:hc-from-purple-50:hover {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .tablet\:hover\:hc-from-purple-100:hover {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .tablet\:hover\:hc-from-purple-200:hover {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .tablet\:hover\:hc-from-purple-300:hover {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .tablet\:hover\:hc-from-purple-400:hover {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .tablet\:hover\:hc-from-purple-500:hover {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .tablet\:hover\:hc-from-purple-600:hover {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .tablet\:hover\:hc-from-purple-700:hover {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .tablet\:hover\:hc-from-purple-800:hover {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .tablet\:hover\:hc-from-purple-900:hover {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .tablet\:hover\:hc-from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:hover\:hc-from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:hc-from-red-50:hover {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .tablet\:hover\:hc-from-red-100:hover {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .tablet\:hover\:hc-from-red-200:hover {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .tablet\:hover\:hc-from-red-300:hover {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .tablet\:hover\:hc-from-red-400:hover {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .tablet\:hover\:hc-from-red-500:hover {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .tablet\:hover\:hc-from-red-600:hover {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .tablet\:hover\:hc-from-red-700:hover {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .tablet\:hover\:hc-from-red-800:hover {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .tablet\:hover\:hc-from-red-900:hover {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .tablet\:hover\:hc-from-blue-50:hover {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .tablet\:hover\:hc-from-blue-100:hover {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .tablet\:hover\:hc-from-blue-200:hover {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .tablet\:hover\:hc-from-blue-300:hover {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .tablet\:hover\:hc-from-blue-400:hover {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .tablet\:hover\:hc-from-blue-500:hover {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .tablet\:hover\:hc-from-blue-600:hover {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .tablet\:hover\:hc-from-blue-700:hover {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .tablet\:hover\:hc-from-blue-800:hover {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .tablet\:hover\:hc-from-blue-900:hover {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .tablet\:focus\:hc-from-gray-50:focus {
    --tw-gradient-from: #fafafa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .tablet\:focus\:hc-from-gray-100:focus {
    --tw-gradient-from: #f4f4f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .tablet\:focus\:hc-from-gray-200:focus {
    --tw-gradient-from: #e4e4e7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .tablet\:focus\:hc-from-gray-300:focus {
    --tw-gradient-from: #d4d4d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .tablet\:focus\:hc-from-gray-400:focus {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .tablet\:focus\:hc-from-gray-500:focus {
    --tw-gradient-from: #71717a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .tablet\:focus\:hc-from-gray-600:focus {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .tablet\:focus\:hc-from-gray-700:focus {
    --tw-gradient-from: #3f3f46;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .tablet\:focus\:hc-from-gray-800:focus {
    --tw-gradient-from: #27272a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .tablet\:focus\:hc-from-gray-900:focus {
    --tw-gradient-from: #18181b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .tablet\:focus\:hc-from-purple-50:focus {
    --tw-gradient-from: #f5f3ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .tablet\:focus\:hc-from-purple-100:focus {
    --tw-gradient-from: #ede9fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .tablet\:focus\:hc-from-purple-200:focus {
    --tw-gradient-from: #ddd6fe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .tablet\:focus\:hc-from-purple-300:focus {
    --tw-gradient-from: #c4b5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .tablet\:focus\:hc-from-purple-400:focus {
    --tw-gradient-from: #a78bfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .tablet\:focus\:hc-from-purple-500:focus {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .tablet\:focus\:hc-from-purple-600:focus {
    --tw-gradient-from: #7c3aed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .tablet\:focus\:hc-from-purple-700:focus {
    --tw-gradient-from: #6d28d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .tablet\:focus\:hc-from-purple-800:focus {
    --tw-gradient-from: #5b21b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .tablet\:focus\:hc-from-purple-900:focus {
    --tw-gradient-from: #4c1d95;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .tablet\:focus\:hc-from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:focus\:hc-from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:hc-from-red-50:focus {
    --tw-gradient-from: #fef2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .tablet\:focus\:hc-from-red-100:focus {
    --tw-gradient-from: #fee2e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .tablet\:focus\:hc-from-red-200:focus {
    --tw-gradient-from: #fecaca;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .tablet\:focus\:hc-from-red-300:focus {
    --tw-gradient-from: #fca5a5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .tablet\:focus\:hc-from-red-400:focus {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .tablet\:focus\:hc-from-red-500:focus {
    --tw-gradient-from: #ef4444;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .tablet\:focus\:hc-from-red-600:focus {
    --tw-gradient-from: #dc2626;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .tablet\:focus\:hc-from-red-700:focus {
    --tw-gradient-from: #b91c1c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .tablet\:focus\:hc-from-red-800:focus {
    --tw-gradient-from: #991b1b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .tablet\:focus\:hc-from-red-900:focus {
    --tw-gradient-from: #7f1d1d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .tablet\:focus\:hc-from-blue-50:focus {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .tablet\:focus\:hc-from-blue-100:focus {
    --tw-gradient-from: #dbeafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .tablet\:focus\:hc-from-blue-200:focus {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .tablet\:focus\:hc-from-blue-300:focus {
    --tw-gradient-from: #93c5fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .tablet\:focus\:hc-from-blue-400:focus {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .tablet\:focus\:hc-from-blue-500:focus {
    --tw-gradient-from: #3b82f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .tablet\:focus\:hc-from-blue-600:focus {
    --tw-gradient-from: #2563eb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .tablet\:focus\:hc-from-blue-700:focus {
    --tw-gradient-from: #1d4ed8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .tablet\:focus\:hc-from-blue-800:focus {
    --tw-gradient-from: #1e40af;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .tablet\:focus\:hc-from-blue-900:focus {
    --tw-gradient-from: #1e3a8a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .tablet\:hc-via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .tablet\:hc-via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .tablet\:hc-via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .tablet\:hc-via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .tablet\:hc-via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .tablet\:hc-via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .tablet\:hc-via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .tablet\:hc-via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .tablet\:hc-via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .tablet\:hc-via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .tablet\:hc-via-purple-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .tablet\:hc-via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .tablet\:hc-via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .tablet\:hc-via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .tablet\:hc-via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .tablet\:hc-via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .tablet\:hc-via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .tablet\:hc-via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .tablet\:hc-via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .tablet\:hc-via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .tablet\:hc-via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:hc-via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hc-via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .tablet\:hc-via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .tablet\:hc-via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .tablet\:hc-via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .tablet\:hc-via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .tablet\:hc-via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .tablet\:hc-via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .tablet\:hc-via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .tablet\:hc-via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .tablet\:hc-via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .tablet\:hc-via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .tablet\:hc-via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .tablet\:hc-via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .tablet\:hc-via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .tablet\:hc-via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .tablet\:hc-via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .tablet\:hc-via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .tablet\:hc-via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .tablet\:hc-via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .tablet\:hc-via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .tablet\:hover\:hc-via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .tablet\:hover\:hc-via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .tablet\:hover\:hc-via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .tablet\:hover\:hc-via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .tablet\:hover\:hc-via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .tablet\:hover\:hc-via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .tablet\:hover\:hc-via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .tablet\:hover\:hc-via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .tablet\:hover\:hc-via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .tablet\:hover\:hc-via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .tablet\:hover\:hc-via-purple-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .tablet\:hover\:hc-via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .tablet\:hover\:hc-via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .tablet\:hover\:hc-via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .tablet\:hover\:hc-via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .tablet\:hover\:hc-via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .tablet\:hover\:hc-via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .tablet\:hover\:hc-via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .tablet\:hover\:hc-via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .tablet\:hover\:hc-via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .tablet\:hover\:hc-via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:hover\:hc-via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:hover\:hc-via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .tablet\:hover\:hc-via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .tablet\:hover\:hc-via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .tablet\:hover\:hc-via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .tablet\:hover\:hc-via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .tablet\:hover\:hc-via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .tablet\:hover\:hc-via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .tablet\:hover\:hc-via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .tablet\:hover\:hc-via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .tablet\:hover\:hc-via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .tablet\:hover\:hc-via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .tablet\:hover\:hc-via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .tablet\:hover\:hc-via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .tablet\:hover\:hc-via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .tablet\:hover\:hc-via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .tablet\:hover\:hc-via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .tablet\:hover\:hc-via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .tablet\:hover\:hc-via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .tablet\:hover\:hc-via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .tablet\:hover\:hc-via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .tablet\:focus\:hc-via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0));
  }

  .tablet\:focus\:hc-via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0));
  }

  .tablet\:focus\:hc-via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0));
  }

  .tablet\:focus\:hc-via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0));
  }

  .tablet\:focus\:hc-via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0));
  }

  .tablet\:focus\:hc-via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0));
  }

  .tablet\:focus\:hc-via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0));
  }

  .tablet\:focus\:hc-via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0));
  }

  .tablet\:focus\:hc-via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0));
  }

  .tablet\:focus\:hc-via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0));
  }

  .tablet\:focus\:hc-via-purple-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
  }

  .tablet\:focus\:hc-via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
  }

  .tablet\:focus\:hc-via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
  }

  .tablet\:focus\:hc-via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
  }

  .tablet\:focus\:hc-via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
  }

  .tablet\:focus\:hc-via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
  }

  .tablet\:focus\:hc-via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
  }

  .tablet\:focus\:hc-via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
  }

  .tablet\:focus\:hc-via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
  }

  .tablet\:focus\:hc-via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
  }

  .tablet\:focus\:hc-via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .tablet\:focus\:hc-via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .tablet\:focus\:hc-via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
  }

  .tablet\:focus\:hc-via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
  }

  .tablet\:focus\:hc-via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
  }

  .tablet\:focus\:hc-via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
  }

  .tablet\:focus\:hc-via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
  }

  .tablet\:focus\:hc-via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
  }

  .tablet\:focus\:hc-via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
  }

  .tablet\:focus\:hc-via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
  }

  .tablet\:focus\:hc-via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
  }

  .tablet\:focus\:hc-via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
  }

  .tablet\:focus\:hc-via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
  }

  .tablet\:focus\:hc-via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
  }

  .tablet\:focus\:hc-via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
  }

  .tablet\:focus\:hc-via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
  }

  .tablet\:focus\:hc-via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
  }

  .tablet\:focus\:hc-via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
  }

  .tablet\:focus\:hc-via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
  }

  .tablet\:focus\:hc-via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
  }

  .tablet\:focus\:hc-via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
  }

  .tablet\:focus\:hc-via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
  }

  .tablet\:hc-to-gray-50 {
    --tw-gradient-to: #fafafa;
  }

  .tablet\:hc-to-gray-100 {
    --tw-gradient-to: #f4f4f5;
  }

  .tablet\:hc-to-gray-200 {
    --tw-gradient-to: #e4e4e7;
  }

  .tablet\:hc-to-gray-300 {
    --tw-gradient-to: #d4d4d8;
  }

  .tablet\:hc-to-gray-400 {
    --tw-gradient-to: #a1a1aa;
  }

  .tablet\:hc-to-gray-500 {
    --tw-gradient-to: #71717a;
  }

  .tablet\:hc-to-gray-600 {
    --tw-gradient-to: #52525b;
  }

  .tablet\:hc-to-gray-700 {
    --tw-gradient-to: #3f3f46;
  }

  .tablet\:hc-to-gray-800 {
    --tw-gradient-to: #27272a;
  }

  .tablet\:hc-to-gray-900 {
    --tw-gradient-to: #18181b;
  }

  .tablet\:hc-to-purple-50 {
    --tw-gradient-to: #f5f3ff;
  }

  .tablet\:hc-to-purple-100 {
    --tw-gradient-to: #ede9fe;
  }

  .tablet\:hc-to-purple-200 {
    --tw-gradient-to: #ddd6fe;
  }

  .tablet\:hc-to-purple-300 {
    --tw-gradient-to: #c4b5fd;
  }

  .tablet\:hc-to-purple-400 {
    --tw-gradient-to: #a78bfa;
  }

  .tablet\:hc-to-purple-500 {
    --tw-gradient-to: #8b5cf6;
  }

  .tablet\:hc-to-purple-600 {
    --tw-gradient-to: #7c3aed;
  }

  .tablet\:hc-to-purple-700 {
    --tw-gradient-to: #6d28d9;
  }

  .tablet\:hc-to-purple-800 {
    --tw-gradient-to: #5b21b6;
  }

  .tablet\:hc-to-purple-900 {
    --tw-gradient-to: #4c1d95;
  }

  .tablet\:hc-to-black {
    --tw-gradient-to: #000;
  }

  .tablet\:hc-to-white {
    --tw-gradient-to: #fff;
  }

  .tablet\:hc-to-red-50 {
    --tw-gradient-to: #fef2f2;
  }

  .tablet\:hc-to-red-100 {
    --tw-gradient-to: #fee2e2;
  }

  .tablet\:hc-to-red-200 {
    --tw-gradient-to: #fecaca;
  }

  .tablet\:hc-to-red-300 {
    --tw-gradient-to: #fca5a5;
  }

  .tablet\:hc-to-red-400 {
    --tw-gradient-to: #f87171;
  }

  .tablet\:hc-to-red-500 {
    --tw-gradient-to: #ef4444;
  }

  .tablet\:hc-to-red-600 {
    --tw-gradient-to: #dc2626;
  }

  .tablet\:hc-to-red-700 {
    --tw-gradient-to: #b91c1c;
  }

  .tablet\:hc-to-red-800 {
    --tw-gradient-to: #991b1b;
  }

  .tablet\:hc-to-red-900 {
    --tw-gradient-to: #7f1d1d;
  }

  .tablet\:hc-to-blue-50 {
    --tw-gradient-to: #eff6ff;
  }

  .tablet\:hc-to-blue-100 {
    --tw-gradient-to: #dbeafe;
  }

  .tablet\:hc-to-blue-200 {
    --tw-gradient-to: #bfdbfe;
  }

  .tablet\:hc-to-blue-300 {
    --tw-gradient-to: #93c5fd;
  }

  .tablet\:hc-to-blue-400 {
    --tw-gradient-to: #60a5fa;
  }

  .tablet\:hc-to-blue-500 {
    --tw-gradient-to: #3b82f6;
  }

  .tablet\:hc-to-blue-600 {
    --tw-gradient-to: #2563eb;
  }

  .tablet\:hc-to-blue-700 {
    --tw-gradient-to: #1d4ed8;
  }

  .tablet\:hc-to-blue-800 {
    --tw-gradient-to: #1e40af;
  }

  .tablet\:hc-to-blue-900 {
    --tw-gradient-to: #1e3a8a;
  }

  .tablet\:hover\:hc-to-gray-50:hover {
    --tw-gradient-to: #fafafa;
  }

  .tablet\:hover\:hc-to-gray-100:hover {
    --tw-gradient-to: #f4f4f5;
  }

  .tablet\:hover\:hc-to-gray-200:hover {
    --tw-gradient-to: #e4e4e7;
  }

  .tablet\:hover\:hc-to-gray-300:hover {
    --tw-gradient-to: #d4d4d8;
  }

  .tablet\:hover\:hc-to-gray-400:hover {
    --tw-gradient-to: #a1a1aa;
  }

  .tablet\:hover\:hc-to-gray-500:hover {
    --tw-gradient-to: #71717a;
  }

  .tablet\:hover\:hc-to-gray-600:hover {
    --tw-gradient-to: #52525b;
  }

  .tablet\:hover\:hc-to-gray-700:hover {
    --tw-gradient-to: #3f3f46;
  }

  .tablet\:hover\:hc-to-gray-800:hover {
    --tw-gradient-to: #27272a;
  }

  .tablet\:hover\:hc-to-gray-900:hover {
    --tw-gradient-to: #18181b;
  }

  .tablet\:hover\:hc-to-purple-50:hover {
    --tw-gradient-to: #f5f3ff;
  }

  .tablet\:hover\:hc-to-purple-100:hover {
    --tw-gradient-to: #ede9fe;
  }

  .tablet\:hover\:hc-to-purple-200:hover {
    --tw-gradient-to: #ddd6fe;
  }

  .tablet\:hover\:hc-to-purple-300:hover {
    --tw-gradient-to: #c4b5fd;
  }

  .tablet\:hover\:hc-to-purple-400:hover {
    --tw-gradient-to: #a78bfa;
  }

  .tablet\:hover\:hc-to-purple-500:hover {
    --tw-gradient-to: #8b5cf6;
  }

  .tablet\:hover\:hc-to-purple-600:hover {
    --tw-gradient-to: #7c3aed;
  }

  .tablet\:hover\:hc-to-purple-700:hover {
    --tw-gradient-to: #6d28d9;
  }

  .tablet\:hover\:hc-to-purple-800:hover {
    --tw-gradient-to: #5b21b6;
  }

  .tablet\:hover\:hc-to-purple-900:hover {
    --tw-gradient-to: #4c1d95;
  }

  .tablet\:hover\:hc-to-black:hover {
    --tw-gradient-to: #000;
  }

  .tablet\:hover\:hc-to-white:hover {
    --tw-gradient-to: #fff;
  }

  .tablet\:hover\:hc-to-red-50:hover {
    --tw-gradient-to: #fef2f2;
  }

  .tablet\:hover\:hc-to-red-100:hover {
    --tw-gradient-to: #fee2e2;
  }

  .tablet\:hover\:hc-to-red-200:hover {
    --tw-gradient-to: #fecaca;
  }

  .tablet\:hover\:hc-to-red-300:hover {
    --tw-gradient-to: #fca5a5;
  }

  .tablet\:hover\:hc-to-red-400:hover {
    --tw-gradient-to: #f87171;
  }

  .tablet\:hover\:hc-to-red-500:hover {
    --tw-gradient-to: #ef4444;
  }

  .tablet\:hover\:hc-to-red-600:hover {
    --tw-gradient-to: #dc2626;
  }

  .tablet\:hover\:hc-to-red-700:hover {
    --tw-gradient-to: #b91c1c;
  }

  .tablet\:hover\:hc-to-red-800:hover {
    --tw-gradient-to: #991b1b;
  }

  .tablet\:hover\:hc-to-red-900:hover {
    --tw-gradient-to: #7f1d1d;
  }

  .tablet\:hover\:hc-to-blue-50:hover {
    --tw-gradient-to: #eff6ff;
  }

  .tablet\:hover\:hc-to-blue-100:hover {
    --tw-gradient-to: #dbeafe;
  }

  .tablet\:hover\:hc-to-blue-200:hover {
    --tw-gradient-to: #bfdbfe;
  }

  .tablet\:hover\:hc-to-blue-300:hover {
    --tw-gradient-to: #93c5fd;
  }

  .tablet\:hover\:hc-to-blue-400:hover {
    --tw-gradient-to: #60a5fa;
  }

  .tablet\:hover\:hc-to-blue-500:hover {
    --tw-gradient-to: #3b82f6;
  }

  .tablet\:hover\:hc-to-blue-600:hover {
    --tw-gradient-to: #2563eb;
  }

  .tablet\:hover\:hc-to-blue-700:hover {
    --tw-gradient-to: #1d4ed8;
  }

  .tablet\:hover\:hc-to-blue-800:hover {
    --tw-gradient-to: #1e40af;
  }

  .tablet\:hover\:hc-to-blue-900:hover {
    --tw-gradient-to: #1e3a8a;
  }

  .tablet\:focus\:hc-to-gray-50:focus {
    --tw-gradient-to: #fafafa;
  }

  .tablet\:focus\:hc-to-gray-100:focus {
    --tw-gradient-to: #f4f4f5;
  }

  .tablet\:focus\:hc-to-gray-200:focus {
    --tw-gradient-to: #e4e4e7;
  }

  .tablet\:focus\:hc-to-gray-300:focus {
    --tw-gradient-to: #d4d4d8;
  }

  .tablet\:focus\:hc-to-gray-400:focus {
    --tw-gradient-to: #a1a1aa;
  }

  .tablet\:focus\:hc-to-gray-500:focus {
    --tw-gradient-to: #71717a;
  }

  .tablet\:focus\:hc-to-gray-600:focus {
    --tw-gradient-to: #52525b;
  }

  .tablet\:focus\:hc-to-gray-700:focus {
    --tw-gradient-to: #3f3f46;
  }

  .tablet\:focus\:hc-to-gray-800:focus {
    --tw-gradient-to: #27272a;
  }

  .tablet\:focus\:hc-to-gray-900:focus {
    --tw-gradient-to: #18181b;
  }

  .tablet\:focus\:hc-to-purple-50:focus {
    --tw-gradient-to: #f5f3ff;
  }

  .tablet\:focus\:hc-to-purple-100:focus {
    --tw-gradient-to: #ede9fe;
  }

  .tablet\:focus\:hc-to-purple-200:focus {
    --tw-gradient-to: #ddd6fe;
  }

  .tablet\:focus\:hc-to-purple-300:focus {
    --tw-gradient-to: #c4b5fd;
  }

  .tablet\:focus\:hc-to-purple-400:focus {
    --tw-gradient-to: #a78bfa;
  }

  .tablet\:focus\:hc-to-purple-500:focus {
    --tw-gradient-to: #8b5cf6;
  }

  .tablet\:focus\:hc-to-purple-600:focus {
    --tw-gradient-to: #7c3aed;
  }

  .tablet\:focus\:hc-to-purple-700:focus {
    --tw-gradient-to: #6d28d9;
  }

  .tablet\:focus\:hc-to-purple-800:focus {
    --tw-gradient-to: #5b21b6;
  }

  .tablet\:focus\:hc-to-purple-900:focus {
    --tw-gradient-to: #4c1d95;
  }

  .tablet\:focus\:hc-to-black:focus {
    --tw-gradient-to: #000;
  }

  .tablet\:focus\:hc-to-white:focus {
    --tw-gradient-to: #fff;
  }

  .tablet\:focus\:hc-to-red-50:focus {
    --tw-gradient-to: #fef2f2;
  }

  .tablet\:focus\:hc-to-red-100:focus {
    --tw-gradient-to: #fee2e2;
  }

  .tablet\:focus\:hc-to-red-200:focus {
    --tw-gradient-to: #fecaca;
  }

  .tablet\:focus\:hc-to-red-300:focus {
    --tw-gradient-to: #fca5a5;
  }

  .tablet\:focus\:hc-to-red-400:focus {
    --tw-gradient-to: #f87171;
  }

  .tablet\:focus\:hc-to-red-500:focus {
    --tw-gradient-to: #ef4444;
  }

  .tablet\:focus\:hc-to-red-600:focus {
    --tw-gradient-to: #dc2626;
  }

  .tablet\:focus\:hc-to-red-700:focus {
    --tw-gradient-to: #b91c1c;
  }

  .tablet\:focus\:hc-to-red-800:focus {
    --tw-gradient-to: #991b1b;
  }

  .tablet\:focus\:hc-to-red-900:focus {
    --tw-gradient-to: #7f1d1d;
  }

  .tablet\:focus\:hc-to-blue-50:focus {
    --tw-gradient-to: #eff6ff;
  }

  .tablet\:focus\:hc-to-blue-100:focus {
    --tw-gradient-to: #dbeafe;
  }

  .tablet\:focus\:hc-to-blue-200:focus {
    --tw-gradient-to: #bfdbfe;
  }

  .tablet\:focus\:hc-to-blue-300:focus {
    --tw-gradient-to: #93c5fd;
  }

  .tablet\:focus\:hc-to-blue-400:focus {
    --tw-gradient-to: #60a5fa;
  }

  .tablet\:focus\:hc-to-blue-500:focus {
    --tw-gradient-to: #3b82f6;
  }

  .tablet\:focus\:hc-to-blue-600:focus {
    --tw-gradient-to: #2563eb;
  }

  .tablet\:focus\:hc-to-blue-700:focus {
    --tw-gradient-to: #1d4ed8;
  }

  .tablet\:focus\:hc-to-blue-800:focus {
    --tw-gradient-to: #1e40af;
  }

  .tablet\:focus\:hc-to-blue-900:focus {
    --tw-gradient-to: #1e3a8a;
  }

  .tablet\:hc-decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .tablet\:hc-decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .tablet\:hc-bg-auto {
    background-size: auto;
  }

  .tablet\:hc-bg-cover {
    background-size: cover;
  }

  .tablet\:hc-bg-contain {
    background-size: contain;
  }

  .tablet\:hc-bg-fixed {
    background-attachment: fixed;
  }

  .tablet\:hc-bg-local {
    background-attachment: local;
  }

  .tablet\:hc-bg-scroll {
    background-attachment: scroll;
  }

  .tablet\:hc-bg-clip-border {
    background-clip: border-box;
  }

  .tablet\:hc-bg-clip-padding {
    background-clip: padding-box;
  }

  .tablet\:hc-bg-clip-content {
    background-clip: content-box;
  }

  .tablet\:hc-bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .tablet\:hc-bg-bottom {
    background-position: bottom;
  }

  .tablet\:hc-bg-center {
    background-position: center;
  }

  .tablet\:hc-bg-left {
    background-position: left;
  }

  .tablet\:hc-bg-left-bottom {
    background-position: left bottom;
  }

  .tablet\:hc-bg-left-top {
    background-position: left top;
  }

  .tablet\:hc-bg-right {
    background-position: right;
  }

  .tablet\:hc-bg-right-bottom {
    background-position: right bottom;
  }

  .tablet\:hc-bg-right-top {
    background-position: right top;
  }

  .tablet\:hc-bg-top {
    background-position: top;
  }

  .tablet\:hc-bg-repeat {
    background-repeat: repeat;
  }

  .tablet\:hc-bg-no-repeat {
    background-repeat: no-repeat;
  }

  .tablet\:hc-bg-repeat-x {
    background-repeat: repeat-x;
  }

  .tablet\:hc-bg-repeat-y {
    background-repeat: repeat-y;
  }

  .tablet\:hc-bg-repeat-round {
    background-repeat: round;
  }

  .tablet\:hc-bg-repeat-space {
    background-repeat: space;
  }

  .tablet\:hc-bg-origin-border {
    background-origin: border-box;
  }

  .tablet\:hc-bg-origin-padding {
    background-origin: padding-box;
  }

  .tablet\:hc-bg-origin-content {
    background-origin: content-box;
  }

  .tablet\:hc-fill-current {
    fill: currentColor;
  }

  .tablet\:hc-stroke-current {
    stroke: currentColor;
  }

  .tablet\:hc-stroke-0 {
    stroke-width: 0;
  }

  .tablet\:hc-stroke-1 {
    stroke-width: 1;
  }

  .tablet\:hc-stroke-2 {
    stroke-width: 2;
  }

  .tablet\:hc-object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .tablet\:hc-object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .tablet\:hc-object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .tablet\:hc-object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .tablet\:hc-object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .tablet\:hc-object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .tablet\:hc-object-center {
    -o-object-position: center;
       object-position: center;
  }

  .tablet\:hc-object-left {
    -o-object-position: left;
       object-position: left;
  }

  .tablet\:hc-object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .tablet\:hc-object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .tablet\:hc-object-right {
    -o-object-position: right;
       object-position: right;
  }

  .tablet\:hc-object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .tablet\:hc-object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .tablet\:hc-object-top {
    -o-object-position: top;
       object-position: top;
  }

  .tablet\:hc-p-0 {
    padding: 0px;
  }

  .tablet\:hc-p-1 {
    padding: 0.25rem;
  }

  .tablet\:hc-p-2 {
    padding: 0.5rem;
  }

  .tablet\:hc-p-3 {
    padding: 0.75rem;
  }

  .tablet\:hc-p-4 {
    padding: 1rem;
  }

  .tablet\:hc-p-5 {
    padding: 1.25rem;
  }

  .tablet\:hc-p-6 {
    padding: 1.5rem;
  }

  .tablet\:hc-p-7 {
    padding: 1.75rem;
  }

  .tablet\:hc-p-8 {
    padding: 2rem;
  }

  .tablet\:hc-p-9 {
    padding: 2.25rem;
  }

  .tablet\:hc-p-10 {
    padding: 2.5rem;
  }

  .tablet\:hc-p-11 {
    padding: 2.75rem;
  }

  .tablet\:hc-p-12 {
    padding: 3rem;
  }

  .tablet\:hc-p-14 {
    padding: 3.5rem;
  }

  .tablet\:hc-p-16 {
    padding: 4rem;
  }

  .tablet\:hc-p-20 {
    padding: 5rem;
  }

  .tablet\:hc-p-24 {
    padding: 6rem;
  }

  .tablet\:hc-p-28 {
    padding: 7rem;
  }

  .tablet\:hc-p-32 {
    padding: 8rem;
  }

  .tablet\:hc-p-36 {
    padding: 9rem;
  }

  .tablet\:hc-p-40 {
    padding: 10rem;
  }

  .tablet\:hc-p-44 {
    padding: 11rem;
  }

  .tablet\:hc-p-48 {
    padding: 12rem;
  }

  .tablet\:hc-p-52 {
    padding: 13rem;
  }

  .tablet\:hc-p-56 {
    padding: 14rem;
  }

  .tablet\:hc-p-60 {
    padding: 15rem;
  }

  .tablet\:hc-p-64 {
    padding: 16rem;
  }

  .tablet\:hc-p-72 {
    padding: 18rem;
  }

  .tablet\:hc-p-80 {
    padding: 20rem;
  }

  .tablet\:hc-p-96 {
    padding: 24rem;
  }

  .tablet\:hc-p-128 {
    padding: 32rem;
  }

  .tablet\:hc-p-144 {
    padding: 44rem;
  }

  .tablet\:hc-p-900 {
    padding: 900px;
  }

  .tablet\:hc-p-px {
    padding: 1px;
  }

  .tablet\:hc-p-0\.5 {
    padding: 0.125rem;
  }

  .tablet\:hc-p-1\.5 {
    padding: 0.375rem;
  }

  .tablet\:hc-p-2\.5 {
    padding: 0.625rem;
  }

  .tablet\:hc-p-3\.5 {
    padding: 0.875rem;
  }

  .tablet\:hc-px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .tablet\:hc-px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .tablet\:hc-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .tablet\:hc-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .tablet\:hc-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tablet\:hc-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .tablet\:hc-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tablet\:hc-px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .tablet\:hc-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tablet\:hc-px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .tablet\:hc-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .tablet\:hc-px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .tablet\:hc-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .tablet\:hc-px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .tablet\:hc-px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .tablet\:hc-px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .tablet\:hc-px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .tablet\:hc-px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .tablet\:hc-px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .tablet\:hc-px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .tablet\:hc-px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .tablet\:hc-px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .tablet\:hc-px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .tablet\:hc-px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .tablet\:hc-px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .tablet\:hc-px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .tablet\:hc-px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .tablet\:hc-px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .tablet\:hc-px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .tablet\:hc-px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .tablet\:hc-px-128 {
    padding-left: 32rem;
    padding-right: 32rem;
  }

  .tablet\:hc-px-144 {
    padding-left: 44rem;
    padding-right: 44rem;
  }

  .tablet\:hc-px-900 {
    padding-left: 900px;
    padding-right: 900px;
  }

  .tablet\:hc-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .tablet\:hc-px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .tablet\:hc-px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .tablet\:hc-px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .tablet\:hc-px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .tablet\:hc-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tablet\:hc-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .tablet\:hc-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .tablet\:hc-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .tablet\:hc-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tablet\:hc-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .tablet\:hc-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .tablet\:hc-py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .tablet\:hc-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tablet\:hc-py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .tablet\:hc-py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .tablet\:hc-py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .tablet\:hc-py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tablet\:hc-py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .tablet\:hc-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tablet\:hc-py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .tablet\:hc-py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .tablet\:hc-py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .tablet\:hc-py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .tablet\:hc-py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .tablet\:hc-py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .tablet\:hc-py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .tablet\:hc-py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .tablet\:hc-py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .tablet\:hc-py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .tablet\:hc-py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .tablet\:hc-py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .tablet\:hc-py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .tablet\:hc-py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .tablet\:hc-py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .tablet\:hc-py-128 {
    padding-top: 32rem;
    padding-bottom: 32rem;
  }

  .tablet\:hc-py-144 {
    padding-top: 44rem;
    padding-bottom: 44rem;
  }

  .tablet\:hc-py-900 {
    padding-top: 900px;
    padding-bottom: 900px;
  }

  .tablet\:hc-py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tablet\:hc-py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .tablet\:hc-py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .tablet\:hc-py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .tablet\:hc-py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .tablet\:hc-pt-0 {
    padding-top: 0px;
  }

  .tablet\:hc-pt-1 {
    padding-top: 0.25rem;
  }

  .tablet\:hc-pt-2 {
    padding-top: 0.5rem;
  }

  .tablet\:hc-pt-3 {
    padding-top: 0.75rem;
  }

  .tablet\:hc-pt-4 {
    padding-top: 1rem;
  }

  .tablet\:hc-pt-5 {
    padding-top: 1.25rem;
  }

  .tablet\:hc-pt-6 {
    padding-top: 1.5rem;
  }

  .tablet\:hc-pt-7 {
    padding-top: 1.75rem;
  }

  .tablet\:hc-pt-8 {
    padding-top: 2rem;
  }

  .tablet\:hc-pt-9 {
    padding-top: 2.25rem;
  }

  .tablet\:hc-pt-10 {
    padding-top: 2.5rem;
  }

  .tablet\:hc-pt-11 {
    padding-top: 2.75rem;
  }

  .tablet\:hc-pt-12 {
    padding-top: 3rem;
  }

  .tablet\:hc-pt-14 {
    padding-top: 3.5rem;
  }

  .tablet\:hc-pt-16 {
    padding-top: 4rem;
  }

  .tablet\:hc-pt-20 {
    padding-top: 5rem;
  }

  .tablet\:hc-pt-24 {
    padding-top: 6rem;
  }

  .tablet\:hc-pt-28 {
    padding-top: 7rem;
  }

  .tablet\:hc-pt-32 {
    padding-top: 8rem;
  }

  .tablet\:hc-pt-36 {
    padding-top: 9rem;
  }

  .tablet\:hc-pt-40 {
    padding-top: 10rem;
  }

  .tablet\:hc-pt-44 {
    padding-top: 11rem;
  }

  .tablet\:hc-pt-48 {
    padding-top: 12rem;
  }

  .tablet\:hc-pt-52 {
    padding-top: 13rem;
  }

  .tablet\:hc-pt-56 {
    padding-top: 14rem;
  }

  .tablet\:hc-pt-60 {
    padding-top: 15rem;
  }

  .tablet\:hc-pt-64 {
    padding-top: 16rem;
  }

  .tablet\:hc-pt-72 {
    padding-top: 18rem;
  }

  .tablet\:hc-pt-80 {
    padding-top: 20rem;
  }

  .tablet\:hc-pt-96 {
    padding-top: 24rem;
  }

  .tablet\:hc-pt-128 {
    padding-top: 32rem;
  }

  .tablet\:hc-pt-144 {
    padding-top: 44rem;
  }

  .tablet\:hc-pt-900 {
    padding-top: 900px;
  }

  .tablet\:hc-pt-px {
    padding-top: 1px;
  }

  .tablet\:hc-pt-0\.5 {
    padding-top: 0.125rem;
  }

  .tablet\:hc-pt-1\.5 {
    padding-top: 0.375rem;
  }

  .tablet\:hc-pt-2\.5 {
    padding-top: 0.625rem;
  }

  .tablet\:hc-pt-3\.5 {
    padding-top: 0.875rem;
  }

  .tablet\:hc-pr-0 {
    padding-right: 0px;
  }

  .tablet\:hc-pr-1 {
    padding-right: 0.25rem;
  }

  .tablet\:hc-pr-2 {
    padding-right: 0.5rem;
  }

  .tablet\:hc-pr-3 {
    padding-right: 0.75rem;
  }

  .tablet\:hc-pr-4 {
    padding-right: 1rem;
  }

  .tablet\:hc-pr-5 {
    padding-right: 1.25rem;
  }

  .tablet\:hc-pr-6 {
    padding-right: 1.5rem;
  }

  .tablet\:hc-pr-7 {
    padding-right: 1.75rem;
  }

  .tablet\:hc-pr-8 {
    padding-right: 2rem;
  }

  .tablet\:hc-pr-9 {
    padding-right: 2.25rem;
  }

  .tablet\:hc-pr-10 {
    padding-right: 2.5rem;
  }

  .tablet\:hc-pr-11 {
    padding-right: 2.75rem;
  }

  .tablet\:hc-pr-12 {
    padding-right: 3rem;
  }

  .tablet\:hc-pr-14 {
    padding-right: 3.5rem;
  }

  .tablet\:hc-pr-16 {
    padding-right: 4rem;
  }

  .tablet\:hc-pr-20 {
    padding-right: 5rem;
  }

  .tablet\:hc-pr-24 {
    padding-right: 6rem;
  }

  .tablet\:hc-pr-28 {
    padding-right: 7rem;
  }

  .tablet\:hc-pr-32 {
    padding-right: 8rem;
  }

  .tablet\:hc-pr-36 {
    padding-right: 9rem;
  }

  .tablet\:hc-pr-40 {
    padding-right: 10rem;
  }

  .tablet\:hc-pr-44 {
    padding-right: 11rem;
  }

  .tablet\:hc-pr-48 {
    padding-right: 12rem;
  }

  .tablet\:hc-pr-52 {
    padding-right: 13rem;
  }

  .tablet\:hc-pr-56 {
    padding-right: 14rem;
  }

  .tablet\:hc-pr-60 {
    padding-right: 15rem;
  }

  .tablet\:hc-pr-64 {
    padding-right: 16rem;
  }

  .tablet\:hc-pr-72 {
    padding-right: 18rem;
  }

  .tablet\:hc-pr-80 {
    padding-right: 20rem;
  }

  .tablet\:hc-pr-96 {
    padding-right: 24rem;
  }

  .tablet\:hc-pr-128 {
    padding-right: 32rem;
  }

  .tablet\:hc-pr-144 {
    padding-right: 44rem;
  }

  .tablet\:hc-pr-900 {
    padding-right: 900px;
  }

  .tablet\:hc-pr-px {
    padding-right: 1px;
  }

  .tablet\:hc-pr-0\.5 {
    padding-right: 0.125rem;
  }

  .tablet\:hc-pr-1\.5 {
    padding-right: 0.375rem;
  }

  .tablet\:hc-pr-2\.5 {
    padding-right: 0.625rem;
  }

  .tablet\:hc-pr-3\.5 {
    padding-right: 0.875rem;
  }

  .tablet\:hc-pb-0 {
    padding-bottom: 0px;
  }

  .tablet\:hc-pb-1 {
    padding-bottom: 0.25rem;
  }

  .tablet\:hc-pb-2 {
    padding-bottom: 0.5rem;
  }

  .tablet\:hc-pb-3 {
    padding-bottom: 0.75rem;
  }

  .tablet\:hc-pb-4 {
    padding-bottom: 1rem;
  }

  .tablet\:hc-pb-5 {
    padding-bottom: 1.25rem;
  }

  .tablet\:hc-pb-6 {
    padding-bottom: 1.5rem;
  }

  .tablet\:hc-pb-7 {
    padding-bottom: 1.75rem;
  }

  .tablet\:hc-pb-8 {
    padding-bottom: 2rem;
  }

  .tablet\:hc-pb-9 {
    padding-bottom: 2.25rem;
  }

  .tablet\:hc-pb-10 {
    padding-bottom: 2.5rem;
  }

  .tablet\:hc-pb-11 {
    padding-bottom: 2.75rem;
  }

  .tablet\:hc-pb-12 {
    padding-bottom: 3rem;
  }

  .tablet\:hc-pb-14 {
    padding-bottom: 3.5rem;
  }

  .tablet\:hc-pb-16 {
    padding-bottom: 4rem;
  }

  .tablet\:hc-pb-20 {
    padding-bottom: 5rem;
  }

  .tablet\:hc-pb-24 {
    padding-bottom: 6rem;
  }

  .tablet\:hc-pb-28 {
    padding-bottom: 7rem;
  }

  .tablet\:hc-pb-32 {
    padding-bottom: 8rem;
  }

  .tablet\:hc-pb-36 {
    padding-bottom: 9rem;
  }

  .tablet\:hc-pb-40 {
    padding-bottom: 10rem;
  }

  .tablet\:hc-pb-44 {
    padding-bottom: 11rem;
  }

  .tablet\:hc-pb-48 {
    padding-bottom: 12rem;
  }

  .tablet\:hc-pb-52 {
    padding-bottom: 13rem;
  }

  .tablet\:hc-pb-56 {
    padding-bottom: 14rem;
  }

  .tablet\:hc-pb-60 {
    padding-bottom: 15rem;
  }

  .tablet\:hc-pb-64 {
    padding-bottom: 16rem;
  }

  .tablet\:hc-pb-72 {
    padding-bottom: 18rem;
  }

  .tablet\:hc-pb-80 {
    padding-bottom: 20rem;
  }

  .tablet\:hc-pb-96 {
    padding-bottom: 24rem;
  }

  .tablet\:hc-pb-128 {
    padding-bottom: 32rem;
  }

  .tablet\:hc-pb-144 {
    padding-bottom: 44rem;
  }

  .tablet\:hc-pb-900 {
    padding-bottom: 900px;
  }

  .tablet\:hc-pb-px {
    padding-bottom: 1px;
  }

  .tablet\:hc-pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .tablet\:hc-pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .tablet\:hc-pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .tablet\:hc-pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .tablet\:hc-pl-0 {
    padding-left: 0px;
  }

  .tablet\:hc-pl-1 {
    padding-left: 0.25rem;
  }

  .tablet\:hc-pl-2 {
    padding-left: 0.5rem;
  }

  .tablet\:hc-pl-3 {
    padding-left: 0.75rem;
  }

  .tablet\:hc-pl-4 {
    padding-left: 1rem;
  }

  .tablet\:hc-pl-5 {
    padding-left: 1.25rem;
  }

  .tablet\:hc-pl-6 {
    padding-left: 1.5rem;
  }

  .tablet\:hc-pl-7 {
    padding-left: 1.75rem;
  }

  .tablet\:hc-pl-8 {
    padding-left: 2rem;
  }

  .tablet\:hc-pl-9 {
    padding-left: 2.25rem;
  }

  .tablet\:hc-pl-10 {
    padding-left: 2.5rem;
  }

  .tablet\:hc-pl-11 {
    padding-left: 2.75rem;
  }

  .tablet\:hc-pl-12 {
    padding-left: 3rem;
  }

  .tablet\:hc-pl-14 {
    padding-left: 3.5rem;
  }

  .tablet\:hc-pl-16 {
    padding-left: 4rem;
  }

  .tablet\:hc-pl-20 {
    padding-left: 5rem;
  }

  .tablet\:hc-pl-24 {
    padding-left: 6rem;
  }

  .tablet\:hc-pl-28 {
    padding-left: 7rem;
  }

  .tablet\:hc-pl-32 {
    padding-left: 8rem;
  }

  .tablet\:hc-pl-36 {
    padding-left: 9rem;
  }

  .tablet\:hc-pl-40 {
    padding-left: 10rem;
  }

  .tablet\:hc-pl-44 {
    padding-left: 11rem;
  }

  .tablet\:hc-pl-48 {
    padding-left: 12rem;
  }

  .tablet\:hc-pl-52 {
    padding-left: 13rem;
  }

  .tablet\:hc-pl-56 {
    padding-left: 14rem;
  }

  .tablet\:hc-pl-60 {
    padding-left: 15rem;
  }

  .tablet\:hc-pl-64 {
    padding-left: 16rem;
  }

  .tablet\:hc-pl-72 {
    padding-left: 18rem;
  }

  .tablet\:hc-pl-80 {
    padding-left: 20rem;
  }

  .tablet\:hc-pl-96 {
    padding-left: 24rem;
  }

  .tablet\:hc-pl-128 {
    padding-left: 32rem;
  }

  .tablet\:hc-pl-144 {
    padding-left: 44rem;
  }

  .tablet\:hc-pl-900 {
    padding-left: 900px;
  }

  .tablet\:hc-pl-px {
    padding-left: 1px;
  }

  .tablet\:hc-pl-0\.5 {
    padding-left: 0.125rem;
  }

  .tablet\:hc-pl-1\.5 {
    padding-left: 0.375rem;
  }

  .tablet\:hc-pl-2\.5 {
    padding-left: 0.625rem;
  }

  .tablet\:hc-pl-3\.5 {
    padding-left: 0.875rem;
  }

  .tablet\:hc-text-left {
    text-align: left;
  }

  .tablet\:hc-text-center {
    text-align: center;
  }

  .tablet\:hc-text-right {
    text-align: right;
  }

  .tablet\:hc-text-justify {
    text-align: justify;
  }

  .tablet\:hc-align-baseline {
    vertical-align: baseline;
  }

  .tablet\:hc-align-top {
    vertical-align: top;
  }

  .tablet\:hc-align-middle {
    vertical-align: middle;
  }

  .tablet\:hc-align-bottom {
    vertical-align: bottom;
  }

  .tablet\:hc-align-text-top {
    vertical-align: text-top;
  }

  .tablet\:hc-align-text-bottom {
    vertical-align: text-bottom;
  }

  .tablet\:hc-font-sans {
    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";
  }

  .tablet\:hc-font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .tablet\:hc-font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .tablet\:hc-text-xs {
    font-size: 10px;
  }

  .tablet\:hc-text-sm {
    font-size: 12px;
  }

  .tablet\:hc-text-base {
    font-size: 14px;
  }

  .tablet\:hc-text-lg {
    font-size: 16px;
  }

  .tablet\:hc-text-xl {
    font-size: 18px;
  }

  .tablet\:hc-text-2xl {
    font-size: 22px;
  }

  .tablet\:hc-text-3xl {
    font-size: 26px;
  }

  .tablet\:hc-text-4xl {
    font-size: 32px;
  }

  .tablet\:hc-text-5xl {
    font-size: 38px;
  }

  .tablet\:hc-text-6xl {
    font-size: 45px;
  }

  .tablet\:hc-font-thin {
    font-weight: 100;
  }

  .tablet\:hc-font-extralight {
    font-weight: 200;
  }

  .tablet\:hc-font-light {
    font-weight: 300;
  }

  .tablet\:hc-font-normal {
    font-weight: 400;
  }

  .tablet\:hc-font-medium {
    font-weight: 500;
  }

  .tablet\:hc-font-semibold {
    font-weight: 600;
  }

  .tablet\:hc-font-bold {
    font-weight: 700;
  }

  .tablet\:hc-font-extrabold {
    font-weight: 800;
  }

  .tablet\:hc-font-black {
    font-weight: 900;
  }

  .tablet\:hc-uppercase {
    text-transform: uppercase;
  }

  .tablet\:hc-lowercase {
    text-transform: lowercase;
  }

  .tablet\:hc-capitalize {
    text-transform: capitalize;
  }

  .tablet\:hc-normal-case {
    text-transform: none;
  }

  .tablet\:hc-italic {
    font-style: italic;
  }

  .tablet\:hc-not-italic {
    font-style: normal;
  }

  .tablet\:hc-ordinal, .tablet\:hc-slashed-zero, .tablet\:hc-lining-nums, .tablet\:hc-oldstyle-nums, .tablet\:hc-proportional-nums, .tablet\:hc-tabular-nums, .tablet\:hc-diagonal-fractions, .tablet\:hc-stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .tablet\:hc-normal-nums {
    font-variant-numeric: normal;
  }

  .tablet\:hc-ordinal {
    --tw-ordinal: ordinal;
  }

  .tablet\:hc-slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .tablet\:hc-lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .tablet\:hc-oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .tablet\:hc-proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .tablet\:hc-tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .tablet\:hc-diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .tablet\:hc-stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .tablet\:hc-leading-3 {
    line-height: .75rem;
  }

  .tablet\:hc-leading-4 {
    line-height: 1rem;
  }

  .tablet\:hc-leading-5 {
    line-height: 1.25rem;
  }

  .tablet\:hc-leading-6 {
    line-height: 1.5rem;
  }

  .tablet\:hc-leading-7 {
    line-height: 1.75rem;
  }

  .tablet\:hc-leading-8 {
    line-height: 2rem;
  }

  .tablet\:hc-leading-9 {
    line-height: 2.25rem;
  }

  .tablet\:hc-leading-10 {
    line-height: 2.5rem;
  }

  .tablet\:hc-leading-none {
    line-height: 1;
  }

  .tablet\:hc-leading-tight {
    line-height: 1.25;
  }

  .tablet\:hc-leading-snug {
    line-height: 1.375;
  }

  .tablet\:hc-leading-normal {
    line-height: 1.5;
  }

  .tablet\:hc-leading-relaxed {
    line-height: 1.625;
  }

  .tablet\:hc-leading-loose {
    line-height: 2;
  }

  .tablet\:hc-tracking-tighter {
    letter-spacing: -0.05em;
  }

  .tablet\:hc-tracking-tight {
    letter-spacing: -0.025em;
  }

  .tablet\:hc-tracking-normal {
    letter-spacing: 0em;
  }

  .tablet\:hc-tracking-wide {
    letter-spacing: 0.025em;
  }

  .tablet\:hc-tracking-wider {
    letter-spacing: 0.05em;
  }

  .tablet\:hc-tracking-widest {
    letter-spacing: 0.1em;
  }

  .tablet\:hc-text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .tablet\:hc-text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .tablet\:hc-text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .tablet\:hc-text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .tablet\:hc-text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .tablet\:hc-text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .tablet\:hc-text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .tablet\:hc-text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .tablet\:hc-text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .tablet\:hc-text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .tablet\:hc-text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .tablet\:hc-text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .tablet\:hc-text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .tablet\:hc-text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .tablet\:hc-text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .tablet\:hc-text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .tablet\:hc-text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .tablet\:hc-text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .tablet\:hc-text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .tablet\:hc-text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .tablet\:hc-text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .tablet\:hc-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:hc-text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .tablet\:hc-text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .tablet\:hc-text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .tablet\:hc-text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .tablet\:hc-text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .tablet\:hc-text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .tablet\:hc-text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .tablet\:hc-text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .tablet\:hc-text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .tablet\:hc-text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .tablet\:hc-text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .tablet\:hc-text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .tablet\:hc-text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .tablet\:hc-text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .tablet\:hc-text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .tablet\:hc-text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .tablet\:hc-text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .tablet\:hc-text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .tablet\:hc-text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .tablet\:hc-text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-gray-50 {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-purple-50 {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-red-50 {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-blue-50 {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-gray-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-purple-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-red-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-blue-50:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .tablet\:focus-within\:hc-text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-red-50:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-blue-50:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .tablet\:hover\:hc-text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-red-50:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-blue-50:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-text-opacity));
  }

  .tablet\:focus\:hc-text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
  }

  .tablet\:hc-text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .tablet\:hc-text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .tablet\:hc-text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .tablet\:hc-text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .tablet\:hc-text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .tablet\:hc-text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .tablet\:hc-text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .tablet\:hc-text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .tablet\:hc-text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .tablet\:hc-text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .tablet\:hc-text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .tablet\:hc-text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .tablet\:hc-text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .tablet\:hc-text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .tablet\:hc-text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .hc-group:hover .tablet\:group-hover\:hc-text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .tablet\:focus-within\:hc-text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .tablet\:focus-within\:hc-text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .tablet\:focus-within\:hc-text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .tablet\:focus-within\:hc-text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .tablet\:focus-within\:hc-text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .tablet\:focus-within\:hc-text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .tablet\:focus-within\:hc-text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .tablet\:focus-within\:hc-text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .tablet\:focus-within\:hc-text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .tablet\:focus-within\:hc-text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .tablet\:focus-within\:hc-text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .tablet\:focus-within\:hc-text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .tablet\:focus-within\:hc-text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .tablet\:focus-within\:hc-text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .tablet\:focus-within\:hc-text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .tablet\:hover\:hc-text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .tablet\:hover\:hc-text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .tablet\:hover\:hc-text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .tablet\:hover\:hc-text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .tablet\:hover\:hc-text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .tablet\:hover\:hc-text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .tablet\:hover\:hc-text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .tablet\:hover\:hc-text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .tablet\:hover\:hc-text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .tablet\:hover\:hc-text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .tablet\:hover\:hc-text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .tablet\:hover\:hc-text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .tablet\:hover\:hc-text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .tablet\:hover\:hc-text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .tablet\:hover\:hc-text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .tablet\:focus\:hc-text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .tablet\:focus\:hc-text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .tablet\:focus\:hc-text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .tablet\:focus\:hc-text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .tablet\:focus\:hc-text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .tablet\:focus\:hc-text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .tablet\:focus\:hc-text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .tablet\:focus\:hc-text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .tablet\:focus\:hc-text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .tablet\:focus\:hc-text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .tablet\:focus\:hc-text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .tablet\:focus\:hc-text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .tablet\:focus\:hc-text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .tablet\:focus\:hc-text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .tablet\:focus\:hc-text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .tablet\:hc-underline {
    text-decoration: underline;
  }

  .tablet\:hc-line-through {
    text-decoration: line-through;
  }

  .tablet\:hc-no-underline {
    text-decoration: none;
  }

  .hc-group:hover .tablet\:group-hover\:hc-underline {
    text-decoration: underline;
  }

  .hc-group:hover .tablet\:group-hover\:hc-line-through {
    text-decoration: line-through;
  }

  .hc-group:hover .tablet\:group-hover\:hc-no-underline {
    text-decoration: none;
  }

  .tablet\:focus-within\:hc-underline:focus-within {
    text-decoration: underline;
  }

  .tablet\:focus-within\:hc-line-through:focus-within {
    text-decoration: line-through;
  }

  .tablet\:focus-within\:hc-no-underline:focus-within {
    text-decoration: none;
  }

  .tablet\:hover\:hc-underline:hover {
    text-decoration: underline;
  }

  .tablet\:hover\:hc-line-through:hover {
    text-decoration: line-through;
  }

  .tablet\:hover\:hc-no-underline:hover {
    text-decoration: none;
  }

  .tablet\:focus\:hc-underline:focus {
    text-decoration: underline;
  }

  .tablet\:focus\:hc-line-through:focus {
    text-decoration: line-through;
  }

  .tablet\:focus\:hc-no-underline:focus {
    text-decoration: none;
  }

  .tablet\:hc-antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .tablet\:hc-subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .tablet\:hc-placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-purple-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-purple-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-purple-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-purple-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(245, 243, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 233, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(221, 214, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(196, 181, 253, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(167, 139, 250, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(139, 92, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(109, 40, 217, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(91, 33, 182, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 29, 149, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .tablet\:focus\:hc-placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity));
  }

  .tablet\:hc-placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .tablet\:hc-placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .tablet\:hc-placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .tablet\:hc-placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .tablet\:hc-placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .tablet\:hc-placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .tablet\:hc-placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .tablet\:hc-placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .tablet\:hc-placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .tablet\:hc-placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .tablet\:hc-placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .tablet\:hc-placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .tablet\:hc-placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .tablet\:hc-placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .tablet\:hc-placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .tablet\:hc-placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .tablet\:hc-placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .tablet\:hc-placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .tablet\:hc-placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .tablet\:hc-placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .tablet\:hc-placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .tablet\:hc-placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .tablet\:hc-placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .tablet\:hc-placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .tablet\:hc-placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .tablet\:hc-placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .tablet\:hc-placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .tablet\:hc-placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .tablet\:hc-placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .tablet\:hc-placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .tablet\:focus\:hc-placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .tablet\:focus\:hc-placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .tablet\:focus\:hc-placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .tablet\:focus\:hc-placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .tablet\:focus\:hc-placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .tablet\:focus\:hc-placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .tablet\:focus\:hc-placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .tablet\:focus\:hc-placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .tablet\:focus\:hc-placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .tablet\:focus\:hc-placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .tablet\:focus\:hc-placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .tablet\:focus\:hc-placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .tablet\:focus\:hc-placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .tablet\:focus\:hc-placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .tablet\:focus\:hc-placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .tablet\:focus\:hc-placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .tablet\:focus\:hc-placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .tablet\:focus\:hc-placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .tablet\:focus\:hc-placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .tablet\:focus\:hc-placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .tablet\:focus\:hc-placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .tablet\:focus\:hc-placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .tablet\:focus\:hc-placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .tablet\:focus\:hc-placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .tablet\:focus\:hc-placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .tablet\:focus\:hc-placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .tablet\:focus\:hc-placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .tablet\:focus\:hc-placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .tablet\:focus\:hc-placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .tablet\:focus\:hc-placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .tablet\:hc-opacity-0 {
    opacity: 0;
  }

  .tablet\:hc-opacity-5 {
    opacity: 0.05;
  }

  .tablet\:hc-opacity-10 {
    opacity: 0.1;
  }

  .tablet\:hc-opacity-20 {
    opacity: 0.2;
  }

  .tablet\:hc-opacity-25 {
    opacity: 0.25;
  }

  .tablet\:hc-opacity-30 {
    opacity: 0.3;
  }

  .tablet\:hc-opacity-40 {
    opacity: 0.4;
  }

  .tablet\:hc-opacity-50 {
    opacity: 0.5;
  }

  .tablet\:hc-opacity-60 {
    opacity: 0.6;
  }

  .tablet\:hc-opacity-70 {
    opacity: 0.7;
  }

  .tablet\:hc-opacity-75 {
    opacity: 0.75;
  }

  .tablet\:hc-opacity-80 {
    opacity: 0.8;
  }

  .tablet\:hc-opacity-90 {
    opacity: 0.9;
  }

  .tablet\:hc-opacity-95 {
    opacity: 0.95;
  }

  .tablet\:hc-opacity-100 {
    opacity: 1;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-0 {
    opacity: 0;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-5 {
    opacity: 0.05;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-10 {
    opacity: 0.1;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-20 {
    opacity: 0.2;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-25 {
    opacity: 0.25;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-30 {
    opacity: 0.3;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-40 {
    opacity: 0.4;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-50 {
    opacity: 0.5;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-60 {
    opacity: 0.6;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-70 {
    opacity: 0.7;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-75 {
    opacity: 0.75;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-80 {
    opacity: 0.8;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-90 {
    opacity: 0.9;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-95 {
    opacity: 0.95;
  }

  .hc-group:hover .tablet\:group-hover\:hc-opacity-100 {
    opacity: 1;
  }

  .tablet\:focus-within\:hc-opacity-0:focus-within {
    opacity: 0;
  }

  .tablet\:focus-within\:hc-opacity-5:focus-within {
    opacity: 0.05;
  }

  .tablet\:focus-within\:hc-opacity-10:focus-within {
    opacity: 0.1;
  }

  .tablet\:focus-within\:hc-opacity-20:focus-within {
    opacity: 0.2;
  }

  .tablet\:focus-within\:hc-opacity-25:focus-within {
    opacity: 0.25;
  }

  .tablet\:focus-within\:hc-opacity-30:focus-within {
    opacity: 0.3;
  }

  .tablet\:focus-within\:hc-opacity-40:focus-within {
    opacity: 0.4;
  }

  .tablet\:focus-within\:hc-opacity-50:focus-within {
    opacity: 0.5;
  }

  .tablet\:focus-within\:hc-opacity-60:focus-within {
    opacity: 0.6;
  }

  .tablet\:focus-within\:hc-opacity-70:focus-within {
    opacity: 0.7;
  }

  .tablet\:focus-within\:hc-opacity-75:focus-within {
    opacity: 0.75;
  }

  .tablet\:focus-within\:hc-opacity-80:focus-within {
    opacity: 0.8;
  }

  .tablet\:focus-within\:hc-opacity-90:focus-within {
    opacity: 0.9;
  }

  .tablet\:focus-within\:hc-opacity-95:focus-within {
    opacity: 0.95;
  }

  .tablet\:focus-within\:hc-opacity-100:focus-within {
    opacity: 1;
  }

  .tablet\:hover\:hc-opacity-0:hover {
    opacity: 0;
  }

  .tablet\:hover\:hc-opacity-5:hover {
    opacity: 0.05;
  }

  .tablet\:hover\:hc-opacity-10:hover {
    opacity: 0.1;
  }

  .tablet\:hover\:hc-opacity-20:hover {
    opacity: 0.2;
  }

  .tablet\:hover\:hc-opacity-25:hover {
    opacity: 0.25;
  }

  .tablet\:hover\:hc-opacity-30:hover {
    opacity: 0.3;
  }

  .tablet\:hover\:hc-opacity-40:hover {
    opacity: 0.4;
  }

  .tablet\:hover\:hc-opacity-50:hover {
    opacity: 0.5;
  }

  .tablet\:hover\:hc-opacity-60:hover {
    opacity: 0.6;
  }

  .tablet\:hover\:hc-opacity-70:hover {
    opacity: 0.7;
  }

  .tablet\:hover\:hc-opacity-75:hover {
    opacity: 0.75;
  }

  .tablet\:hover\:hc-opacity-80:hover {
    opacity: 0.8;
  }

  .tablet\:hover\:hc-opacity-90:hover {
    opacity: 0.9;
  }

  .tablet\:hover\:hc-opacity-95:hover {
    opacity: 0.95;
  }

  .tablet\:hover\:hc-opacity-100:hover {
    opacity: 1;
  }

  .tablet\:focus\:hc-opacity-0:focus {
    opacity: 0;
  }

  .tablet\:focus\:hc-opacity-5:focus {
    opacity: 0.05;
  }

  .tablet\:focus\:hc-opacity-10:focus {
    opacity: 0.1;
  }

  .tablet\:focus\:hc-opacity-20:focus {
    opacity: 0.2;
  }

  .tablet\:focus\:hc-opacity-25:focus {
    opacity: 0.25;
  }

  .tablet\:focus\:hc-opacity-30:focus {
    opacity: 0.3;
  }

  .tablet\:focus\:hc-opacity-40:focus {
    opacity: 0.4;
  }

  .tablet\:focus\:hc-opacity-50:focus {
    opacity: 0.5;
  }

  .tablet\:focus\:hc-opacity-60:focus {
    opacity: 0.6;
  }

  .tablet\:focus\:hc-opacity-70:focus {
    opacity: 0.7;
  }

  .tablet\:focus\:hc-opacity-75:focus {
    opacity: 0.75;
  }

  .tablet\:focus\:hc-opacity-80:focus {
    opacity: 0.8;
  }

  .tablet\:focus\:hc-opacity-90:focus {
    opacity: 0.9;
  }

  .tablet\:focus\:hc-opacity-95:focus {
    opacity: 0.95;
  }

  .tablet\:focus\:hc-opacity-100:focus {
    opacity: 1;
  }

  .tablet\:hc-bg-blend-normal {
    background-blend-mode: normal;
  }

  .tablet\:hc-bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .tablet\:hc-bg-blend-screen {
    background-blend-mode: screen;
  }

  .tablet\:hc-bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .tablet\:hc-bg-blend-darken {
    background-blend-mode: darken;
  }

  .tablet\:hc-bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .tablet\:hc-bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .tablet\:hc-bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .tablet\:hc-bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .tablet\:hc-bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .tablet\:hc-bg-blend-difference {
    background-blend-mode: difference;
  }

  .tablet\:hc-bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .tablet\:hc-bg-blend-hue {
    background-blend-mode: hue;
  }

  .tablet\:hc-bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .tablet\:hc-bg-blend-color {
    background-blend-mode: color;
  }

  .tablet\:hc-bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .tablet\:hc-mix-blend-normal {
    mix-blend-mode: normal;
  }

  .tablet\:hc-mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .tablet\:hc-mix-blend-screen {
    mix-blend-mode: screen;
  }

  .tablet\:hc-mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .tablet\:hc-mix-blend-darken {
    mix-blend-mode: darken;
  }

  .tablet\:hc-mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .tablet\:hc-mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .tablet\:hc-mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .tablet\:hc-mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .tablet\:hc-mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .tablet\:hc-mix-blend-difference {
    mix-blend-mode: difference;
  }

  .tablet\:hc-mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .tablet\:hc-mix-blend-hue {
    mix-blend-mode: hue;
  }

  .tablet\:hc-mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .tablet\:hc-mix-blend-color {
    mix-blend-mode: color;
  }

  .tablet\:hc-mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .tablet\:hc-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hc-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hc-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hc-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hc-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hc-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hc-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hc-shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .hc-group:hover .tablet\:group-hover\:hc-shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .hc-group:hover .tablet\:group-hover\:hc-shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .hc-group:hover .tablet\:group-hover\:hc-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .hc-group:hover .tablet\:group-hover\:hc-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .hc-group:hover .tablet\:group-hover\:hc-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .hc-group:hover .tablet\:group-hover\:hc-shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .hc-group:hover .tablet\:group-hover\:hc-shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .hc-group:hover .tablet\:group-hover\:hc-shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:hc-shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:hc-shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:hc-shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:hc-shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:hc-shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:hc-shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:hc-shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus-within\:hc-shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:hc-shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:hc-shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:hc-shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:hc-shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:hc-shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:hc-shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:hc-shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hover\:hc-shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:hc-shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:hc-shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:hc-shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:hc-shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:hc-shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:hc-shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:hc-shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:focus\:hc-shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .tablet\:hc-outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tablet\:hc-outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tablet\:hc-outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tablet\:focus-within\:hc-outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tablet\:focus-within\:hc-outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tablet\:focus-within\:hc-outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tablet\:focus\:hc-outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .tablet\:focus\:hc-outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .tablet\:focus\:hc-outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .tablet\:hc-ring-0 {
    --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(0px + 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);
  }

  .tablet\:hc-ring-1 {
    --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(1px + 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);
  }

  .tablet\:hc-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);
  }

  .tablet\:hc-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);
  }

  .tablet\:hc-ring-8 {
    --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(8px + 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);
  }

  .tablet\:hc-ring {
    --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);
  }

  .tablet\:focus-within\:hc-ring-0:focus-within {
    --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(0px + 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);
  }

  .tablet\:focus-within\:hc-ring-1:focus-within {
    --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(1px + 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);
  }

  .tablet\:focus-within\:hc-ring-2:focus-within {
    --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);
  }

  .tablet\:focus-within\:hc-ring-4:focus-within {
    --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);
  }

  .tablet\:focus-within\:hc-ring-8:focus-within {
    --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(8px + 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);
  }

  .tablet\:focus-within\:hc-ring:focus-within {
    --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);
  }

  .tablet\:focus\:hc-ring-0: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(0px + 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);
  }

  .tablet\:focus\:hc-ring-1: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(1px + 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);
  }

  .tablet\:focus\:hc-ring-2: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(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);
  }

  .tablet\:focus\:hc-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);
  }

  .tablet\:focus\:hc-ring-8: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(8px + 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);
  }

  .tablet\:focus\:hc-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);
  }

  .tablet\:hc-ring-inset {
    --tw-ring-inset: inset;
  }

  .tablet\:focus-within\:hc-ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .tablet\:focus\:hc-ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .tablet\:hc-ring-gray-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-purple-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-red-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-blue-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-gray-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-purple-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-red-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-blue-50:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .tablet\:focus-within\:hc-ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-purple-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-red-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-blue-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
  }

  .tablet\:focus\:hc-ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
  }

  .tablet\:hc-ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .tablet\:hc-ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .tablet\:hc-ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .tablet\:hc-ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .tablet\:hc-ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .tablet\:hc-ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .tablet\:hc-ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .tablet\:hc-ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .tablet\:hc-ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .tablet\:hc-ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .tablet\:hc-ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .tablet\:hc-ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .tablet\:hc-ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .tablet\:hc-ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .tablet\:hc-ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .tablet\:focus-within\:hc-ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .tablet\:focus-within\:hc-ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .tablet\:focus-within\:hc-ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .tablet\:focus-within\:hc-ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .tablet\:focus-within\:hc-ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .tablet\:focus-within\:hc-ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .tablet\:focus-within\:hc-ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .tablet\:focus-within\:hc-ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .tablet\:focus-within\:hc-ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .tablet\:focus-within\:hc-ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .tablet\:focus-within\:hc-ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .tablet\:focus-within\:hc-ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .tablet\:focus-within\:hc-ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .tablet\:focus-within\:hc-ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .tablet\:focus-within\:hc-ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .tablet\:focus\:hc-ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .tablet\:focus\:hc-ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .tablet\:focus\:hc-ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .tablet\:focus\:hc-ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .tablet\:focus\:hc-ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .tablet\:focus\:hc-ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .tablet\:focus\:hc-ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .tablet\:focus\:hc-ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .tablet\:focus\:hc-ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .tablet\:focus\:hc-ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .tablet\:focus\:hc-ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .tablet\:focus\:hc-ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .tablet\:focus\:hc-ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .tablet\:focus\:hc-ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .tablet\:focus\:hc-ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .tablet\:hc-ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .tablet\:hc-ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .tablet\:hc-ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .tablet\:hc-ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .tablet\:hc-ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .tablet\:focus-within\:hc-ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .tablet\:focus-within\:hc-ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .tablet\:focus-within\:hc-ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .tablet\:focus-within\:hc-ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .tablet\:focus-within\:hc-ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .tablet\:focus\:hc-ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .tablet\:focus\:hc-ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .tablet\:focus\:hc-ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .tablet\:focus\:hc-ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .tablet\:focus\:hc-ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .tablet\:hc-ring-offset-gray-50 {
    --tw-ring-offset-color: #fafafa;
  }

  .tablet\:hc-ring-offset-gray-100 {
    --tw-ring-offset-color: #f4f4f5;
  }

  .tablet\:hc-ring-offset-gray-200 {
    --tw-ring-offset-color: #e4e4e7;
  }

  .tablet\:hc-ring-offset-gray-300 {
    --tw-ring-offset-color: #d4d4d8;
  }

  .tablet\:hc-ring-offset-gray-400 {
    --tw-ring-offset-color: #a1a1aa;
  }

  .tablet\:hc-ring-offset-gray-500 {
    --tw-ring-offset-color: #71717a;
  }

  .tablet\:hc-ring-offset-gray-600 {
    --tw-ring-offset-color: #52525b;
  }

  .tablet\:hc-ring-offset-gray-700 {
    --tw-ring-offset-color: #3f3f46;
  }

  .tablet\:hc-ring-offset-gray-800 {
    --tw-ring-offset-color: #27272a;
  }

  .tablet\:hc-ring-offset-gray-900 {
    --tw-ring-offset-color: #18181b;
  }

  .tablet\:hc-ring-offset-purple-50 {
    --tw-ring-offset-color: #f5f3ff;
  }

  .tablet\:hc-ring-offset-purple-100 {
    --tw-ring-offset-color: #ede9fe;
  }

  .tablet\:hc-ring-offset-purple-200 {
    --tw-ring-offset-color: #ddd6fe;
  }

  .tablet\:hc-ring-offset-purple-300 {
    --tw-ring-offset-color: #c4b5fd;
  }

  .tablet\:hc-ring-offset-purple-400 {
    --tw-ring-offset-color: #a78bfa;
  }

  .tablet\:hc-ring-offset-purple-500 {
    --tw-ring-offset-color: #8b5cf6;
  }

  .tablet\:hc-ring-offset-purple-600 {
    --tw-ring-offset-color: #7c3aed;
  }

  .tablet\:hc-ring-offset-purple-700 {
    --tw-ring-offset-color: #6d28d9;
  }

  .tablet\:hc-ring-offset-purple-800 {
    --tw-ring-offset-color: #5b21b6;
  }

  .tablet\:hc-ring-offset-purple-900 {
    --tw-ring-offset-color: #4c1d95;
  }

  .tablet\:hc-ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .tablet\:hc-ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .tablet\:hc-ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2;
  }

  .tablet\:hc-ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2;
  }

  .tablet\:hc-ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca;
  }

  .tablet\:hc-ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5;
  }

  .tablet\:hc-ring-offset-red-400 {
    --tw-ring-offset-color: #f87171;
  }

  .tablet\:hc-ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444;
  }

  .tablet\:hc-ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626;
  }

  .tablet\:hc-ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c;
  }

  .tablet\:hc-ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b;
  }

  .tablet\:hc-ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d;
  }

  .tablet\:hc-ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff;
  }

  .tablet\:hc-ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe;
  }

  .tablet\:hc-ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe;
  }

  .tablet\:hc-ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd;
  }

  .tablet\:hc-ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa;
  }

  .tablet\:hc-ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6;
  }

  .tablet\:hc-ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb;
  }

  .tablet\:hc-ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8;
  }

  .tablet\:hc-ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af;
  }

  .tablet\:hc-ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a;
  }

  .tablet\:focus-within\:hc-ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #fafafa;
  }

  .tablet\:focus-within\:hc-ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f4f4f5;
  }

  .tablet\:focus-within\:hc-ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e4e4e7;
  }

  .tablet\:focus-within\:hc-ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d4d4d8;
  }

  .tablet\:focus-within\:hc-ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #a1a1aa;
  }

  .tablet\:focus-within\:hc-ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #71717a;
  }

  .tablet\:focus-within\:hc-ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #52525b;
  }

  .tablet\:focus-within\:hc-ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #3f3f46;
  }

  .tablet\:focus-within\:hc-ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #27272a;
  }

  .tablet\:focus-within\:hc-ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #18181b;
  }

  .tablet\:focus-within\:hc-ring-offset-purple-50:focus-within {
    --tw-ring-offset-color: #f5f3ff;
  }

  .tablet\:focus-within\:hc-ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #ede9fe;
  }

  .tablet\:focus-within\:hc-ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #ddd6fe;
  }

  .tablet\:focus-within\:hc-ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #c4b5fd;
  }

  .tablet\:focus-within\:hc-ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #a78bfa;
  }

  .tablet\:focus-within\:hc-ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #8b5cf6;
  }

  .tablet\:focus-within\:hc-ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #7c3aed;
  }

  .tablet\:focus-within\:hc-ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6d28d9;
  }

  .tablet\:focus-within\:hc-ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #5b21b6;
  }

  .tablet\:focus-within\:hc-ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #4c1d95;
  }

  .tablet\:focus-within\:hc-ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .tablet\:focus-within\:hc-ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .tablet\:focus-within\:hc-ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2;
  }

  .tablet\:focus-within\:hc-ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2;
  }

  .tablet\:focus-within\:hc-ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca;
  }

  .tablet\:focus-within\:hc-ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5;
  }

  .tablet\:focus-within\:hc-ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171;
  }

  .tablet\:focus-within\:hc-ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444;
  }

  .tablet\:focus-within\:hc-ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626;
  }

  .tablet\:focus-within\:hc-ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c;
  }

  .tablet\:focus-within\:hc-ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b;
  }

  .tablet\:focus-within\:hc-ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d;
  }

  .tablet\:focus-within\:hc-ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff;
  }

  .tablet\:focus-within\:hc-ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe;
  }

  .tablet\:focus-within\:hc-ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe;
  }

  .tablet\:focus-within\:hc-ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd;
  }

  .tablet\:focus-within\:hc-ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa;
  }

  .tablet\:focus-within\:hc-ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6;
  }

  .tablet\:focus-within\:hc-ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb;
  }

  .tablet\:focus-within\:hc-ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8;
  }

  .tablet\:focus-within\:hc-ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af;
  }

  .tablet\:focus-within\:hc-ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a;
  }

  .tablet\:focus\:hc-ring-offset-gray-50:focus {
    --tw-ring-offset-color: #fafafa;
  }

  .tablet\:focus\:hc-ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f4f4f5;
  }

  .tablet\:focus\:hc-ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e4e4e7;
  }

  .tablet\:focus\:hc-ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d4d4d8;
  }

  .tablet\:focus\:hc-ring-offset-gray-400:focus {
    --tw-ring-offset-color: #a1a1aa;
  }

  .tablet\:focus\:hc-ring-offset-gray-500:focus {
    --tw-ring-offset-color: #71717a;
  }

  .tablet\:focus\:hc-ring-offset-gray-600:focus {
    --tw-ring-offset-color: #52525b;
  }

  .tablet\:focus\:hc-ring-offset-gray-700:focus {
    --tw-ring-offset-color: #3f3f46;
  }

  .tablet\:focus\:hc-ring-offset-gray-800:focus {
    --tw-ring-offset-color: #27272a;
  }

  .tablet\:focus\:hc-ring-offset-gray-900:focus {
    --tw-ring-offset-color: #18181b;
  }

  .tablet\:focus\:hc-ring-offset-purple-50:focus {
    --tw-ring-offset-color: #f5f3ff;
  }

  .tablet\:focus\:hc-ring-offset-purple-100:focus {
    --tw-ring-offset-color: #ede9fe;
  }

  .tablet\:focus\:hc-ring-offset-purple-200:focus {
    --tw-ring-offset-color: #ddd6fe;
  }

  .tablet\:focus\:hc-ring-offset-purple-300:focus {
    --tw-ring-offset-color: #c4b5fd;
  }

  .tablet\:focus\:hc-ring-offset-purple-400:focus {
    --tw-ring-offset-color: #a78bfa;
  }

  .tablet\:focus\:hc-ring-offset-purple-500:focus {
    --tw-ring-offset-color: #8b5cf6;
  }

  .tablet\:focus\:hc-ring-offset-purple-600:focus {
    --tw-ring-offset-color: #7c3aed;
  }

  .tablet\:focus\:hc-ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6d28d9;
  }

  .tablet\:focus\:hc-ring-offset-purple-800:focus {
    --tw-ring-offset-color: #5b21b6;
  }

  .tablet\:focus\:hc-ring-offset-purple-900:focus {
    --tw-ring-offset-color: #4c1d95;
  }

  .tablet\:focus\:hc-ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .tablet\:focus\:hc-ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .tablet\:focus\:hc-ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2;
  }

  .tablet\:focus\:hc-ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2;
  }

  .tablet\:focus\:hc-ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca;
  }

  .tablet\:focus\:hc-ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5;
  }

  .tablet\:focus\:hc-ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171;
  }

  .tablet\:focus\:hc-ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444;
  }

  .tablet\:focus\:hc-ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626;
  }

  .tablet\:focus\:hc-ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c;
  }

  .tablet\:focus\:hc-ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b;
  }

  .tablet\:focus\:hc-ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d;
  }

  .tablet\:focus\:hc-ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff;
  }

  .tablet\:focus\:hc-ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe;
  }

  .tablet\:focus\:hc-ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe;
  }

  .tablet\:focus\:hc-ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd;
  }

  .tablet\:focus\:hc-ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa;
  }

  .tablet\:focus\:hc-ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6;
  }

  .tablet\:focus\:hc-ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb;
  }

  .tablet\:focus\:hc-ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8;
  }

  .tablet\:focus\:hc-ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af;
  }

  .tablet\:focus\:hc-ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a;
  }

  .tablet\:hc-filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    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);
  }

  .tablet\:hc-filter-none {
    filter: none;
  }

  .tablet\:hc-blur-0 {
    --tw-blur: blur(0);
  }

  .tablet\:hc-blur-none {
    --tw-blur: blur(0);
  }

  .tablet\:hc-blur-sm {
    --tw-blur: blur(4px);
  }

  .tablet\:hc-blur {
    --tw-blur: blur(8px);
  }

  .tablet\:hc-blur-md {
    --tw-blur: blur(12px);
  }

  .tablet\:hc-blur-lg {
    --tw-blur: blur(16px);
  }

  .tablet\:hc-blur-xl {
    --tw-blur: blur(24px);
  }

  .tablet\:hc-blur-2xl {
    --tw-blur: blur(40px);
  }

  .tablet\:hc-blur-3xl {
    --tw-blur: blur(64px);
  }

  .tablet\:hc-brightness-0 {
    --tw-brightness: brightness(0);
  }

  .tablet\:hc-brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .tablet\:hc-brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .tablet\:hc-brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .tablet\:hc-brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .tablet\:hc-brightness-100 {
    --tw-brightness: brightness(1);
  }

  .tablet\:hc-brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .tablet\:hc-brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .tablet\:hc-brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .tablet\:hc-brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .tablet\:hc-brightness-200 {
    --tw-brightness: brightness(2);
  }

  .tablet\:hc-contrast-0 {
    --tw-contrast: contrast(0);
  }

  .tablet\:hc-contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .tablet\:hc-contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .tablet\:hc-contrast-100 {
    --tw-contrast: contrast(1);
  }

  .tablet\:hc-contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .tablet\:hc-contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .tablet\:hc-contrast-200 {
    --tw-contrast: contrast(2);
  }

  .tablet\:hc-drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .tablet\:hc-drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .tablet\:hc-drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .tablet\:hc-drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .tablet\:hc-drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .tablet\:hc-drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .tablet\:hc-drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .tablet\:hc-grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .tablet\:hc-grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .tablet\:hc-hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .tablet\:hc-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .tablet\:hc-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .tablet\:hc-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .tablet\:hc-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .tablet\:hc-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .tablet\:hc--hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .tablet\:hc--hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .tablet\:hc--hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .tablet\:hc--hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .tablet\:hc--hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .tablet\:hc-invert-0 {
    --tw-invert: invert(0);
  }

  .tablet\:hc-invert {
    --tw-invert: invert(100%);
  }

  .tablet\:hc-saturate-0 {
    --tw-saturate: saturate(0);
  }

  .tablet\:hc-saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .tablet\:hc-saturate-100 {
    --tw-saturate: saturate(1);
  }

  .tablet\:hc-saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .tablet\:hc-saturate-200 {
    --tw-saturate: saturate(2);
  }

  .tablet\:hc-sepia-0 {
    --tw-sepia: sepia(0);
  }

  .tablet\:hc-sepia {
    --tw-sepia: sepia(100%);
  }

  .tablet\:hc-backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .tablet\:hc-backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .tablet\:hc-backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .tablet\:hc-backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .tablet\:hc-backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .tablet\:hc-backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .tablet\:hc-backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .tablet\:hc-backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .tablet\:hc-backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .tablet\:hc-backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .tablet\:hc-backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .tablet\:hc-backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .tablet\:hc-backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .tablet\:hc-backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .tablet\:hc-backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .tablet\:hc-backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .tablet\:hc-backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .tablet\:hc-backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .tablet\:hc-backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .tablet\:hc-backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .tablet\:hc-backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .tablet\:hc-backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .tablet\:hc-backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .tablet\:hc-backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .tablet\:hc-backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .tablet\:hc-backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .tablet\:hc-backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .tablet\:hc-backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .tablet\:hc-backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .tablet\:hc-backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .tablet\:hc-backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .tablet\:hc-backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .tablet\:hc-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .tablet\:hc-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .tablet\:hc-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .tablet\:hc-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .tablet\:hc-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .tablet\:hc--backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .tablet\:hc--backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .tablet\:hc--backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .tablet\:hc--backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .tablet\:hc--backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .tablet\:hc-backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .tablet\:hc-backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .tablet\:hc-backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .tablet\:hc-backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .tablet\:hc-backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .tablet\:hc-backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .tablet\:hc-backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .tablet\:hc-backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .tablet\:hc-backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .tablet\:hc-backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .tablet\:hc-backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .tablet\:hc-backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .tablet\:hc-backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .tablet\:hc-backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .tablet\:hc-backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .tablet\:hc-backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .tablet\:hc-backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .tablet\:hc-backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .tablet\:hc-backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .tablet\:hc-backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .tablet\:hc-backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .tablet\:hc-backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .tablet\:hc-backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .tablet\:hc-backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .tablet\:hc-transition-none {
    transition-property: none;
  }

  .tablet\:hc-transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:hc-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:hc-transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:hc-transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:hc-transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:hc-transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .tablet\:hc-delay-75 {
    transition-delay: 75ms;
  }

  .tablet\:hc-delay-100 {
    transition-delay: 100ms;
  }

  .tablet\:hc-delay-150 {
    transition-delay: 150ms;
  }

  .tablet\:hc-delay-200 {
    transition-delay: 200ms;
  }

  .tablet\:hc-delay-300 {
    transition-delay: 300ms;
  }

  .tablet\:hc-delay-500 {
    transition-delay: 500ms;
  }

  .tablet\:hc-delay-700 {
    transition-delay: 700ms;
  }

  .tablet\:hc-delay-1000 {
    transition-delay: 1000ms;
  }

  .tablet\:hc-duration-75 {
    transition-duration: 75ms;
  }

  .tablet\:hc-duration-100 {
    transition-duration: 100ms;
  }

  .tablet\:hc-duration-150 {
    transition-duration: 150ms;
  }

  .tablet\:hc-duration-200 {
    transition-duration: 200ms;
  }

  .tablet\:hc-duration-300 {
    transition-duration: 300ms;
  }

  .tablet\:hc-duration-500 {
    transition-duration: 500ms;
  }

  .tablet\:hc-duration-700 {
    transition-duration: 700ms;
  }

  .tablet\:hc-duration-1000 {
    transition-duration: 1000ms;
  }

  .tablet\:hc-ease-linear {
    transition-timing-function: linear;
  }

  .tablet\:hc-ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .tablet\:hc-ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .tablet\:hc-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}