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

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

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

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: Manrope, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

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

.tw-s {
  pointer-events: none;
}

.tw-Fd {
  position: fixed;
}

.tw-Sc {
  position: absolute;
}

.tw-Tc {
  position: relative;
}

.tw-dd {
  inset: 0px;
}

.tw-Uc {
  bottom: 1rem;
}

.tw-Vc {
  bottom: 1.5rem;
}

.tw-td {
  left: 0px;
}

.tw-ed {
  right: 1rem;
}

.tw-fd {
  right: 1.5rem;
}

.tw-Gd {
  top: 0px;
}

.tw-9d {
  z-index: 10;
}

.tw-ae {
  z-index: 50;
}

.tw-Zb {
  grid-column: span 12 / span 12;
}

.tw-gd {
  margin-left: auto;
  margin-right: auto;
}

.tw-be {
  margin-bottom: 0.25rem;
}

.tw-Id {
  margin-bottom: 2.5rem;
}

.tw-Jd {
  margin-bottom: 3rem;
}

.tw-Kd {
  margin-bottom: 4rem;
}

.tw-ce {
  margin-bottom: 0.5rem;
}

.tw-Ld {
  margin-bottom: 5rem;
}

.tw-de {
  margin-bottom: 1rem;
}

.tw-ee {
  margin-bottom: 1.5rem;
}

.tw-fe {
  margin-bottom: 2rem;
}

.tw-ge {
  margin-top: 0px;
}

.tw-he {
  margin-top: 0.25rem;
}

.tw-Md {
  margin-top: 2.5rem;
}

.tw-Nd {
  margin-top: 3rem;
}

.tw-ie {
  margin-top: 0.5rem;
}

.tw-Od {
  margin-top: 5rem;
}

.tw-je {
  margin-top: 1rem;
}

.tw-ke {
  margin-top: 2rem;
}

.tw-hd {
  margin-top: auto;
}

.tw-Pd {
  display: block;
}

.tw-le {
  display: flex;
}

.tw-0b {
  display: inline-flex;
}

.tw-me {
  display: grid;
}

.tw-ud {
  display: none;
}

.tw-Ne {
  height: 0.25rem;
}

.tw-ne {
  height: 2.5rem;
}

.tw-oe {
  height: 3rem;
}

.tw-pe {
  height: 4rem;
}

.tw-qe {
  height: 5rem;
}

.tw-re {
  height: 6rem;
}

.tw-Oe {
  height: 0.75rem;
}

.tw-Pe {
  height: 1rem;
}

.tw-se {
  height: 10rem;
}

.tw-Qe {
  height: 1.25rem;
}

.tw-Re {
  height: 1.5rem;
}

.tw-te {
  height: 16rem;
}

.tw-Se {
  height: 2rem;
}

.tw-1b {
  height: 240px;
}

.tw-vd {
  height: auto;
}

.tw-wd {
  height: 100%;
}

.tw-Wc {
  max-height: 6rem;
}

.tw-Gb {
  min-height: 100vh;
}

.tw-ue {
  width: 2.5rem;
}

.tw-ve {
  width: 3rem;
}

.tw-we {
  width: 4rem;
}

.tw-xe {
  width: 5rem;
}

.tw-ye {
  width: 6rem;
}

.tw-Te {
  width: 0.75rem;
}

.tw-ze {
  width: 8rem;
}

.tw-Ue {
  width: 1rem;
}

.tw-Ve {
  width: 1.25rem;
}

.tw-We {
  width: 1.5rem;
}

.tw-Xe {
  width: 2rem;
}

.tw-2b {
  width: 550px;
}

.tw-xd {
  width: auto;
}

.tw-yd {
  width: 100%;
}

.tw-Ae {
  width: 1px;
}

.tw-zc {
  max-width: 42rem;
}

.tw-Ac {
  max-width: 80rem;
}

.tw-Xc {
  max-width: 32rem;
}

.tw-Yc {
  max-width: 24rem;
}

.tw-Zc {
  max-width: 36rem;
}

.tw-zd {
  flex: 1 1 0%;
}

.tw-jb {
  flex-shrink: 0;
}

.tw-3 {
  cursor: pointer;
}

.tw-3b {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.tw-Hb {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.tw-4b {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tw-0c {
  flex-direction: column;
}

.tw-Bc {
  flex-wrap: wrap;
}

.tw-5b {
  align-items: flex-start;
}

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

.tw-kb {
  align-items: stretch;
}

.tw-6b {
  justify-content: flex-end;
}

.tw-4 {
  justify-content: center;
}

.tw-M {
  justify-content: space-between;
}

.tw-Rd {
  gap: 0px;
}

.tw-Ad {
  gap: 3rem;
}

.tw-Sd {
  gap: 0.5rem;
}

.tw-Td {
  gap: 0.75rem;
}

.tw-Ud {
  gap: 1rem;
}

.tw-Vd {
  gap: 1.5rem;
}

.tw-Wd {
  gap: 2rem;
}

.tw-1c {
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

.tw-id {
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.tw-jd {
  row-gap: 0.5rem;
}

.tw-kd {
  row-gap: 1rem;
}

.tw-ld {
  row-gap: 1.25rem;
}

.tw-Cc > :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)));
}

.tw-Dc > :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)));
}

.tw-Ec > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1tw-Hd * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1tw-Hd * var(--tw-space-y-reverse));
}

.tw-7b {
  align-self: center;
}

.tw-Jb {
  align-self: stretch;
}

.tw-N {
  overflow: hidden;
}

.tw-8b {
  border-radius: 1rem;
}

.tw-Kb {
  border-radius: 9999px;
}

.tw-jc {
  border-radius: 0.5rem;
}

.tw-kc {
  border-radius: 0.75rem;
}

.tw-Bd {
  border-width: 1px;
}

.tw-2c {
  border-left-width: 1px;
}

.tw-3c {
  border-top-width: 1px;
}

.tw-O {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.tw-P {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.tw-5 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}

.tw-u {
  border-color: transparent;
}

.tw-I {
  border-color: rgb(255 255 255 / 0.3);
}

.tw-Q {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.tw-R {
  --tw-bg-opacity: 1;
  background-color: rgb(165 165 165 / var(--tw-bg-opacity, 1));
}

.tw-S {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity, 1));
}

.tw-T {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.tw-U {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.tw-V {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.tw-md {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.tw-9b {
  background-color: rgb(0 0 0 / 0.05);
}

.tw-ac {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.tw-bc {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.tw-cc {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.tw-dc {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.tw-ec {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

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

.tw-fc {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.tw-Lb {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.tw-6 {
  background-color: transparent;
}

.tw-4c {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.tw-7 {
  -o-object-fit: contain;
  object-fit: contain;
}

.tw-Mb {
  -o-object-fit: cover;
  object-fit: cover;
}

.tw-Ye {
  padding: 1.5rem;
}

.tw-Ze {
  padding: 2rem;
}

.tw-Xd {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.tw-Yd {
  padding-left: 3rem;
  padding-right: 3rem;
}

.tw-Be {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.tw-Ce {
  padding-left: 1rem;
  padding-right: 1rem;
}

.tw-De {
  padding-left: 2rem;
  padding-right: 2rem;
}

.tw-Ee {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tw-Zd {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.tw-0d {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.tw-nd {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.tw-1d {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.tw-od {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.tw-Fe {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.tw-Ge {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.tw-He {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.tw-Ie {
  padding-bottom: 1.5rem;
}

.tw-Je {
  padding-bottom: 2rem;
}

.tw-Ke {
  padding-left: 1rem;
}

.tw-2d {
  padding-top: 3rem;
}

.tw-3d {
  padding-top: 4rem;
}

.tw-4d {
  padding-top: 8rem;
}

.tw-Fc {
  text-align: left;
}

.tw-gc {
  text-align: center;
}

.tw-Gc {
  font-family: Manrope, sans-serif;
}

.tw-mc {
  font-family: "Space Grotesk", sans-serif;
}

.tw-5c {
  font-size: 1.5rem;
  line-height: 2rem;
}

.tw-6c {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.tw-7c {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.tw-8c {
  font-size: 3.75rem;
  line-height: 1;
}

.tw-lb {
  font-size: 10px;
}

.tw-8 {
  font-size: 120px;
}

.tw-mb {
  font-size: 13px;
}

.tw-nb {
  font-size: 14px;
}

.tw-ob {
  font-size: 28px;
}

.tw-pb {
  font-size: 32px;
}

.tw-qb {
  font-size: 44px;
}

.tw-rb {
  font-size: 64px;
}

.tw-pd {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.tw-qd {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tw-rd {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.tw-sd {
  font-size: 0.75rem;
  line-height: 1rem;
}

.tw-nc {
  font-weight: 900;
}

.tw-Hc {
  font-weight: 700;
}

.tw-9 {
  font-weight: 800;
}

.tw-oc {
  font-weight: 300;
}

.tw-hc {
  font-weight: 500;
}

.tw-sb {
  font-weight: 600;
}

.tw-Ic {
  text-transform: uppercase;
}

.tw-Nb {
  line-height: 1;
}

.tw-W {
  line-height: 1.625;
}

.tw-Ob {
  line-height: 1.375;
}

.tw-tb {
  line-height: 1.25;
}

.tw-ab {
  letter-spacing: -0.025em;
}

.tw-ub {
  letter-spacing: 0.025em;
}

.tw-bb {
  letter-spacing: 0.05em;
}

.tw-A {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.tw-B {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.tw-C {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.tw-D {
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity, 1));
}

.tw-E {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.tw-vb {
  --tw-text-opacity: 1;
  color: rgb(53 53 53 / var(--tw-text-opacity, 1));
}

.tw-wb {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.tw-xb {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.tw-yb {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.tw-zb {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.tw-Ab {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.tw-Bb {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.tw-Cb {
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity, 1));
}

.tw-cb {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

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

.tw-db {
  color: rgb(255 255 255 / 0.8);
}

.tw-eb {
  color: rgb(255 255 255 / 0.9);
}

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

.tw-Jc {
  opacity: 0;
}

.tw-v {
  mix-blend-mode: multiply;
}

.tw-Pb {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-Kc {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-Lc {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-Mc {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-o {
  --tw-shadow-color: rgb(34 197 94 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.tw-p {
  --tw-shadow-color: rgb(22 163 74 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.tw-k {
  --tw-shadow-color: rgb(249 115 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.tw-l {
  --tw-shadow-color: rgb(249 115 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.tw-X {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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);
}

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

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

.tw-F {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.tw-Qb {
  transition-duration: 500ms;
}

.tw-f *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.tw-f *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.tw-m *::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-m *::selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-f::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.tw-f::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.tw-m::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-m::selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.tw-x:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.tw-t:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.tw-r:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

.tw-n:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

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

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

.tw-6d:hover .tw-i {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw-6d:hover .tw-j {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw-6d:hover .tw-d {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.tw-6d:hover .tw-c {
  letter-spacing: 0.05em;
}

.tw-6d:hover .tw-a {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.tw-6d:hover .tw-b {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.tw-6d:hover .tw-g {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tw-6d:hover .tw-e {
  opacity: 1;
}

/* Mobile Redesign Custom Styles */
@media (max-width: 1023px) {
  .mobile-snap-carousel {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    gap: 1rem !important;
    padding: 1rem 0.5rem !important;
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
  }
  .mobile-snap-carousel::-webkit-scrollbar {
    display: none !important;
  }
  .mobile-snap-item {
    flex: 0 0 85% !important;
    scroll-snap-align: center !important;
  }
  .mobile-snap-item:first-child {
    margin-left: 1rem !important;
  }
}
.sticky-nav {
  position: sticky !important;
  top: 0 !important;
  z-index: 100 !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  background: rgba(255, 255, 255, 0.7) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}
@media (max-width: 1023px) {
  .mobile-hero-center {
    text-align: center !important;
  }
  .mobile-hero-flex-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .mobile-hero-img-refinement {
    max-width: 80% !important;
    margin: 0 auto !important;
    height: auto !important;
  }
  .mobile-justify-center {
    justify-content: center !important;
  }
  .mobile-padding-top-2 {
    padding-top: 2rem !important;
  }
  .mobile-sm-icon {
    max-width: 60% !important;
    height: auto !important;
  }
  .mobile-mt-2 {
    margin-top: 2rem !important;
  }
  .mobile-stack {
    display: flex !important;
    flex-direction: column !important;
    overflow-x: hidden !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 1rem !important;
  }
  .mobile-center-all {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .mobile-text-center {
    text-align: center !important;
  }
  .mobile-grid-2x2 {
    display: grid !important;
    grid-template-columns: repeat(2, max-content) !important;
    gap: 0.75rem !important;
    justify-content: center !important;
    justify-items: start !important;
    align-items: start !important;
    width: 100% !important;
    padding: 0 1rem !important;
  }
  .mobile-grid-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
    width: 100% !important;
  }
  .mobile-grid-icon {
    width: 1.5rem !important;
    height: auto !important;
    margin-right: 0.5rem !important;
    flex-shrink: 0 !important;
  }
  .mobile-grid-text {
    line-height: 1.2 !important;
  }
}
.mobile-hide {
  display: none !important;
}
@media (min-width: 640px) {
  .mobile-hide {
    display: flex !important;
  }
}
.desktop-hide {
  display: block !important;
}
@media (min-width: 1024px) {
  .desktop-hide {
    display: none !important;
  }
}

/* Mobile-First Font Reductions */
@media (max-width: 639px) {
  .tw-Tb {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
  .tw-Sb {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
  .tw-H {
    font-size: 2.25rem !important;
  }
}

@media (min-width: 640px) {
  .tw-Y {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tw-Rb {
    flex-direction: row;
  }

  .tw-9c {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tw-Sb {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .tw-Tb {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  .tw-ad {
    display: flex;
  }

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

  .tw-Ub {
    flex-direction: row;
  }

  .tw-Db {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .tw-h {
    pointer-events: auto;
  }

  .tw-rc {
    position: static;
  }

  .tw-gb {
    grid-column: span 5 / span 5;
  }

  .tw-hb {
    grid-column: span 7 / span 7;
  }

  .tw-sc {
    margin-top: -2.5rem;
  }

  .tw-Nc {
    display: block;
  }

  .tw-tc {
    height: auto;
  }

  .tw-uc {
    width: 25%;
  }

  .tw-vc {
    width: 20%;
  }

  .tw-wc {
    width: 75%;
  }

  .tw-bd {
    width: 9rem;
  }

  .tw-xc {
    width: 80%;
  }

  .tw-Vb {
    max-width: 36rem;
  }

  .tw-0 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tw-1 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .tw-Wb {
    flex-direction: row;
  }

  .tw-2 {
    align-items: flex-start;
  }

  .tw-Eb {
    align-items: flex-end;
  }

  .tw-y {
    justify-content: center;
  }

  .tw-yc {
    gap: 5rem;
  }

  .tw-cd {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tw-Oc {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tw-Pc {
    padding-left: 4rem;
  }

  .tw-Qc {
    padding-right: 4rem;
  }

  .tw-Rc {
    padding-top: 10rem;
  }

  .tw-Fb {
    text-align: left;
  }

  .tw-ib {
    text-align: right;
  }

  .tw-Xb {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .tw-Yb {
    font-size: 4.5rem;
    line-height: 1;
  }

  .tw-z {
    font-size: 140px;
  }

  .tw-G {
    font-size: 32px;
  }

  .tw-H {
    font-size: 45px;
  }
}
