/*! 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 {
	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::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

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-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-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));
	--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,/*!*/ /*!*/);
	--tw-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);
}

:root {
	background-color: hsla(var(--b1) / var(--tw-bg-opacity,1));
	color: hsla(var(--bc) / var(--tw-text-opacity,1));
}

html {
	-webkit-tap-highlight-color: transparent;
}

:root {
	--p: 259 94% 61%;
	--pf: 259 94.4% 51.2%;
	--pc: 0 0% 100%;
	--s: 314 100% 47.1%;
	--sf: 314 100% 37.1%;
	--sc: 0 0% 100%;
	--a: 174 60% 51%;
	--af: 174 59.8% 41%;
	--ac: 0 0% 100%;
	--n: 222 13.4% 19%;
	--nf: 223 13.7% 10%;
	--nc: 0 0% 100%;
	--b1: 219 14.1% 27.8%;
	--b2: 222 13.4% 19%;
	--b3: 223 13.7% 10%;
	--bc: 228 14.3% 93.1%;
	--in: 202 100% 70%;
	--su: 89 61.6% 52%;
	--wa: 54 68.8% 63.5%;
	--er: 0 100% 71.8%;
	--border-color: var(--b3);
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-text-case: uppercase;
	--btn-focus-scale: 0.95;
	--navbar-padding: .5rem;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
}

.avatar.placeholder>div {
	display: flex;
	align-items: center;
	justify-content: center;
}

@keyframes spin {

	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(1turn);
	}
}

.card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	border-radius: var(--rounded-box, 1rem);
}

.card:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.card figure,.card figure>* {
	width: 100%;
}

.card.image-full {
	display: grid;
}

.card.image-full:before {
	position: relative;
	content: "";
	--tw-bg-opacity: 1;
	background-color: hsla(var(--n) / var(--tw-bg-opacity, 1));
	opacity: .75;
	z-index: 10;
	border-radius: var(--rounded-box, 1rem);
}

.card.image-full:before,.card.image-full>* {
	grid-column-start: 1;
	grid-row-start: 1;
}

.card.image-full>figure img {
	height: 100%;
	object-fit: cover;
}

.card.image-full>.card-body {
	position: relative;
	--tw-text-opacity: 1;
	color: hsla(var(--nc) / var(--tw-text-opacity, 1));
	z-index: 20;
}

.footer {
	display: grid;
	place-items: start;
	width: 100%;
	grid-auto-flow: row;
	font-size: .875rem;
	line-height: 1.25rem;
	column-gap: 1rem;
	row-gap: 2.5rem;
}

.footer>* {
	display: grid;
	place-items: start;
	gap: .5rem;
}

@media (min-width:48rem) {

	.footer {
		grid-auto-flow: column;
	}

	.footer-center {
		grid-auto-flow: row dense;
	}
}

.hero {
	background-position: 50%;
	background-size: cover;
	display: grid;
	place-items: center;
	width: 100%;
}

.hero>* {
	grid-column-start: 1;
	grid-row-start: 1;
}

.input {
	flex-shrink: 1;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
	transition-duration: .15s;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	height: 3rem;
	font-size: .875rem;
	line-height: 1.25rem;
	line-height: 2;
	padding-left: 1rem;
	padding-right: 1rem;
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b1) / var(--tw-bg-opacity, 1));
	--tw-border-opacity: 1;
	--tw-border-opacity: 0;
	border-color: hsla(var(--bc) / var(--tw-border-opacity, 1));
	border-width: 1px;
	border-radius: var(--rounded-btn, .5rem);
}

.input:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	box-shadow: 0 0 0 2px hsl(var(--b1)), 0 0 0 4px hsla(var(--bc) / .2);
}

.input-group>*,.input-group>.input {
	border-radius: 0;
}

.link {
	cursor: pointer;
	text-decoration: underline;
}

.menu :where(li).disabled>a,.menu :where(li).disabled>button,.menu :where(li).disabled>span {
	cursor: auto;
}

.range {
	cursor: pointer;
	height: 1.25rem;
	width: 100%;
	-webkit-appearance: none;
	--range-shdw: var(--bc);
	background-color: transparent;
}

.range:focus {
	outline: none;
}

.select {
	appearance: none;
	cursor: pointer;
	display: inline-flex;
	flex-shrink: 0;
	-webkit-user-select: none;
	user-select: none;
	height: 3rem;
	font-size: .875rem;
	line-height: 1.25rem;
	line-height: 2;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-right: 2.5rem;
	min-height: 3rem;
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b1) / var(--tw-bg-opacity, 1));
	--tw-border-opacity: 1;
	--tw-border-opacity: 0;
	border-color: hsla(var(--bc) / var(--tw-border-opacity, 1));
	border-width: 1px;
	font-weight: 600;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
	transition-duration: .15s;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	border-radius: var(--rounded-btn, .5rem);
	background-image: linear-gradient(45deg, transparent 50%, currentColor 0),
    linear-gradient(135deg, currentColor 50%, transparent 0);
	background-position: calc(100% - 20px) calc(1px + 50%),
    calc(100% - 16px) calc(1px + 50%);
	background-size: 4px 4px,
    4px 4px;
	background-repeat: no-repeat;
}

.select:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	box-shadow: 0 0 0 2px hsl(var(--b1)), 0 0 0 4px hsla(var(--bc) / .2);
}

.select-disabled,.select[disabled] {
	pointer-events: none;
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b2) / var(--tw-bg-opacity, 1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--b2) / var(--tw-border-opacity, 1));
	cursor: not-allowed;
	--tw-text-opacity: 0.2;
}

.steps {
	counter-reset: step;
	grid-auto-columns: 1fr;
	display: inline-grid;
	overflow: hidden;
	overflow-x: auto;
	grid-auto-flow: column;
}

.steps [class~=step] {
	display: grid;
	place-items: center;
	text-align: center;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	grid-template-columns: auto;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	grid-template-rows: 40px 1fr;
	min-width: 4rem;
}

@keyframes button-pop {

	0% {
		transform: scale( var(--btn-focus-scale, .95) );
	}

	40% {
		transform: scale(1.02);
	}

	to {
		transform: scale(1);
	}
}

.card:focus-visible {
	box-shadow: 0 0 0 2px currentColor;
}

.card.bordered {
	--tw-border-opacity: 1;
	border-color: hsla(var(--b2) / var(--tw-border-opacity, 1));
	border-width: 1px;
}

.card.compact .card-body {
	font-size: .875rem;
	line-height: 1.25rem;
	padding: 1rem;
}

.card.compact .card-title {
	margin-bottom: .25rem;
}

@keyframes checkmark {

	0% {
		background-position-y: 5px;
	}

	50% {
		background-position-y: -2px;
	}

	to {
		background-position-y: 0;
	}
}

.input-disabled,.input[disabled] {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b2) / var(--tw-bg-opacity, 1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--b2) / var(--tw-border-opacity, 1));
	cursor: not-allowed;
	--tw-text-opacity: 0.2;
}

.input-disabled::placeholder,.input[disabled]::placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc) / var(--tw-placeholder-opacity, 1));
}

.link:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.link:focus-visible {
	box-shadow: 0 0 0 2px currentColor;
}

.menu li.disabled>a:hover,.menu li.disabled>button:hover,.menu li.disabled>span:hover {
	background-color: transparent;
}

.menu li.disabled>a,.menu li.disabled>button,.menu li.disabled>span {
	--tw-text-opacity: 1;
	--tw-text-opacity: 0.2;
	color: hsla(var(--bc) / var(--tw-text-opacity, 1));
}

@keyframes radiomark {

	0% {
		box-shadow: 0 0 0 12px hsl(var(--b1)) inset, 0 0 0 12px hsl(var(--b1)) inset, var(--focus-shadow);
	}

	50% {
		box-shadow: 0 0 0 3px hsl(var(--b1)) inset, 0 0 0 3px hsl(var(--b1)) inset, var(--focus-shadow);
	}

	to {
		box-shadow: 0 0 0 4px hsl(var(--b1)) inset, 0 0 0 4px hsl(var(--b1)) inset, var(--focus-shadow);
	}
}

.range:focus-visible::-webkit-slider-thumb {
	box-shadow: 0 0 0 2px hsl(var(--b1)), 0 0 0 4px hsl(var(--range-shdw));
}

.range:focus-visible::-moz-range-thumb {
	box-shadow: 0 0 0 2px hsl(var(--b1)), 0 0 0 4px hsl(var(--range-shdw));
}

.range::-webkit-slider-runnable-track {
	height: .5rem;
	width: 100%;
	border-radius: var(--rounded-box, 1rem);
	background-color: hsla(var(--bc) / .1);
}

.range::-moz-range-track {
	height: .5rem;
	width: 100%;
	border-radius: var(--rounded-box, 1rem);
	background-color: hsla(var(--bc) / .1);
}

.range::-webkit-slider-thumb {
	background-color: hsl(var(--range-shdw));
	border-style: none;
	height: 1.25rem;
	position: relative;
	width: 1.25rem;
	-webkit-transition-property: all;
	transition-property: all;
	transition-duration: .15s;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	border-radius: var(--rounded-box, 1rem);
	-webkit-appearance: none;
	top: 50%;
	transform: translateY(-50%);
}

.range::-moz-range-thumb {
	background-color: hsl(var(--range-shdw));
	border-style: none;
	height: 1.25rem;
	position: relative;
	width: 1.25rem;
	-moz-transition-property: all;
	transition-property: all;
	transition-duration: .15s;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	border-radius: var(--rounded-box, 1rem);
	top: 50%;
}

@keyframes rating-pop {

	0% {
		transform: translateY(-.125em);
	}

	40% {
		transform: translateY(-.125em);
	}

	to {
		transform: translateY(0);
	}
}

.select-disabled::placeholder,.select[disabled]::placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc) / var(--tw-placeholder-opacity, 1));
}

.select-multiple,.select[multiple],.select[size].select:not([size="1"]) {
	background-image: none;
	padding-right: 1rem;
}

.steps [class~=step]:before {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b3) / var(--tw-bg-opacity, 1));
	height: .5rem;
	top: 0;
	--tw-text-opacity: 1;
	color: hsla(var(--bc) / var(--tw-text-opacity, 1));
	width: 100%;
	grid-column-start: 1;
	grid-row-start: 1;
	--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));
	content: "";
	margin-left: -100%;
}

.steps [class~=step]:after {
	content: counter(step);
	counter-increment: step;
	z-index: 1;
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b3) / var(--tw-bg-opacity, 1));
	border-radius: 9999px;
	display: grid;
	place-items: center;
	place-self: center;
	height: 2rem;
	position: relative;
	--tw-text-opacity: 1;
	color: hsla(var(--bc) / var(--tw-text-opacity, 1));
	width: 2rem;
	grid-column-start: 1;
	grid-row-start: 1;
}

.steps [class~=step]:first-child:before {
	content: none;
}

.steps [class~=step][data-content]:after {
	content: attr(data-content);
}

.steps .step-neutral+.step-neutral:before,.steps .step-neutral:after {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--n) / var(--tw-bg-opacity, 1));
	--tw-text-opacity: 1;
	color: hsla(var(--nc) / var(--tw-text-opacity, 1));
}

.steps .step-primary+.step-primary:before,.steps .step-primary:after {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--p) / var(--tw-bg-opacity, 1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc) / var(--tw-text-opacity, 1));
}

.steps .step-secondary+.step-secondary:before,.steps .step-secondary:after {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--s) / var(--tw-bg-opacity, 1));
	--tw-text-opacity: 1;
	color: hsla(var(--sc) / var(--tw-text-opacity, 1));
}

.steps .step-accent+.step-accent:before,.steps .step-accent:after {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--a) / var(--tw-bg-opacity, 1));
	--tw-text-opacity: 1;
	color: hsla(var(--ac) / var(--tw-text-opacity, 1));
}

.steps .step-info+.step-info:before {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--in) / var(--tw-bg-opacity, 1));
}

.steps .step-info:after {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--in) / var(--tw-bg-opacity, 1));
	--tw-text-opacity: 1;
	color: hsla(var(--b1) / var(--tw-text-opacity, 1));
}

.steps .step-success+.step-success:before {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--su) / var(--tw-bg-opacity, 1));
}

.steps .step-success:after {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--su) / var(--tw-bg-opacity, 1));
	--tw-text-opacity: 1;
	color: hsla(var(--b1) / var(--tw-text-opacity, 1));
}

.steps .step-warning+.step-warning:before {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--wa) / var(--tw-bg-opacity, 1));
}

.steps .step-warning:after {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--wa) / var(--tw-bg-opacity, 1));
	--tw-text-opacity: 1;
	color: hsla(var(--b1) / var(--tw-text-opacity, 1));
}

.steps .step-error+.step-error:before {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--er) / var(--tw-bg-opacity, 1));
}

.steps .step-error:after {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--er) / var(--tw-bg-opacity, 1));
	--tw-text-opacity: 1;
	color: hsla(var(--b1) / var(--tw-text-opacity, 1));
}

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

.mr-3 {
	margin-right: 0.75rem;
}

.mt-2 {
	margin-top: 0.5rem;
}

.inline {
	display: inline;
}

.flex {
	display: flex;
}

.grid {
	display: grid;
}

.h-8 {
	height: 2rem;
}

.h-4 {
	height: 1rem;
}

.h-10 {
	height: 2.5rem;
}

.w-8 {
	width: 2rem;
}

.w-4 {
	width: 1rem;
}

.w-10 {
	width: 2.5rem;
}

.transform {
	transform: var(--tw-transform);
}

@keyframes spin {

	to {
		transform: rotate(360deg);
	}
}

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

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

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

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

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

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

.font-light {
	font-weight: 300;
}

.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-red-500 {
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.opacity-5 {
	opacity: 0.05;
}

.opacity-75 {
	opacity: 0.75;
}

.opacity-50 {
	opacity: 0.5;
}

.filter {
	filter: var(--tw-filter);
}

:root { color-scheme: dark; }
html { background: #08080b; }
body {
  margin: 0;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  background: radial-gradient(circle at 50% -30%,rgba(60,60,78,.16),transparent 40%),#08080b;
  font-family: Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
button,input { font: inherit; }
a { text-decoration: none; }
.app-shell { min-height: 100vh; }
.wallet-adapter-button {
  height: 42px !important; padding: 0 17px !important; border: 1px solid rgba(255,255,255,.11) !important;
  border-radius: 11px !important; background: rgba(255,255,255,.055) !important; font-family: inherit !important;
  font-size: 12px !important; font-weight: 650 !important; transition: background 160ms ease,border-color 160ms ease,transform 160ms ease !important;
}
.wallet-adapter-button:hover { transform: translateY(-1px); border-color: rgba(255,255,255,.2) !important; background: rgba(255,255,255,.1) !important; }
.wallet-adapter-button-trigger { background: rgba(255,255,255,.055) !important; }
.collection-action,.burn-action {
  display: flex; width: 100%; min-height: 49px; align-items: center; justify-content: center; gap: 10px; margin-top: 12px;
  border: 0; border-radius: 12px; background: linear-gradient(100deg,#00d991,#00ffa3); box-shadow: 0 10px 28px rgba(0,255,163,.13);
  color: #04120d; cursor: pointer; font-size: 12px; font-weight: 800; transition: transform 160ms ease,box-shadow 160ms ease,filter 160ms ease;
}
.collection-action:hover,.burn-action:hover { transform: translateY(-1px); box-shadow: 0 13px 32px rgba(0,255,163,.2); filter: brightness(1.05); }
.collection-action,.collection-action:hover { box-shadow: none; }
.collection-action:disabled,.burn-action:disabled { cursor: default; opacity: .7; transform: none; }
.burn-action-wrap { min-height: 41px; }
.burn-action { min-height: 38px; margin: 0; border: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.055); box-shadow: none; color: #d7d7df; font-size: 10px; letter-spacing: .02em; }
.burn-action:hover { border-color: rgba(220,31,255,.35); background: rgba(220,31,255,.1); box-shadow: none; color: #efb2fa; }
.burn-action-success { color: #00ffa3; }
.site-footer { border-top: 1px solid rgba(255,255,255,.06); background: #08080b; }
.site-footer-inner { display: flex; width: min(1180px,calc(100% - 40px)); min-height: 82px; align-items: center; justify-content: space-between; margin: 0 auto; color: #595964; font-size: 11px; }
.footer-links { display: flex; align-items: center; gap: 8px; }
.footer-links a { display: inline-flex; min-height: 36px; align-items: center; gap: 8px; padding: 5px 11px 5px 7px; border: 1px solid rgba(255,255,255,.07); border-radius: 10px; background: rgba(255,255,255,.025); color: #85858f; font-weight: 600; transition: color 160ms ease,border-color 160ms ease,background 160ms ease,transform 160ms ease; }
.footer-links a:hover { transform: translateY(-1px); border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.055); color: #fff; }
.footer-link-icon { display: grid; width: 24px; height: 24px; flex: 0 0 24px; place-items: center; border-radius: 7px; }
.footer-link-icon svg { width: 15px; height: 15px; }
.footer-link-icon-burn { background: rgba(220,31,255,.1); color: #e977fa; }
.footer-link-icon-reclaim { background: rgba(0,255,163,.09); color: #3ce4ad; }
.footer-link-icon-safety { background: rgba(76,140,255,.1); color: #78a7ff; }
@media (max-width:600px) {
  .wallet-adapter-button { height: 38px !important; padding: 0 12px !important; font-size: 10px !important; }
  .wallet-adapter-button-start-icon { display: none !important; }
  .site-footer-inner { width: calc(100% - 28px); padding: 18px 0; }
  .footer-links { flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
  .footer-links a { min-height: 34px; padding-right: 9px; }
}

/*! 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: #9ca3af;
}

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

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-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-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));
	--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,/*!*/ /*!*/);
	--tw-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);
}

:root {
	background-color: hsla(var(--b1) / var(--tw-bg-opacity,1));
	color: hsla(var(--bc) / var(--tw-text-opacity,1));
}

html {
	-webkit-tap-highlight-color: transparent;
}

:root {
	--p: 259 94% 61%;
	--pf: 259 94.4% 51.2%;
	--pc: 0 0% 100%;
	--s: 314 100% 47.1%;
	--sf: 314 100% 37.1%;
	--sc: 0 0% 100%;
	--a: 174 60% 51%;
	--af: 174 59.8% 41%;
	--ac: 0 0% 100%;
	--n: 222 13.4% 19%;
	--nf: 223 13.7% 10%;
	--nc: 0 0% 100%;
	--b1: 219 14.1% 27.8%;
	--b2: 222 13.4% 19%;
	--b3: 223 13.7% 10%;
	--bc: 228 14.3% 93.1%;
	--in: 202 100% 70%;
	--su: 89 61.6% 52%;
	--wa: 54 68.8% 63.5%;
	--er: 0 100% 71.8%;
	--border-color: var(--b3);
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-text-case: uppercase;
	--btn-focus-scale: 0.95;
	--navbar-padding: .5rem;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
}
.avatar.placeholder>div {
	display: flex;
	align-items: center;
	justify-content: center;
}
@keyframes spin {

	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(1turn);
	}
}
.card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	border-radius: var(--rounded-box, 1rem);
}
.card:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.card figure,.card figure>* {
	width: 100%;
}
.card.image-full {
	display: grid;
}
.card.image-full:before {
	position: relative;
	content: "";
	--tw-bg-opacity: 1;
	background-color: hsla(var(--n) / var(--tw-bg-opacity, 1));
	opacity: .75;
	z-index: 10;
	border-radius: var(--rounded-box, 1rem);
}
.card.image-full:before,.card.image-full>* {
	grid-column-start: 1;
	grid-row-start: 1;
}
.card.image-full>figure img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.card.image-full>.card-body {
	position: relative;
	--tw-text-opacity: 1;
	color: hsla(var(--nc) / var(--tw-text-opacity, 1));
	z-index: 20;
}
.footer {
	display: grid;
	place-items: start;
	width: 100%;
	grid-auto-flow: row;
	font-size: .875rem;
	line-height: 1.25rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	row-gap: 2.5rem;
}
.footer>* {
	display: grid;
	place-items: start;
	gap: .5rem;
}
@media (min-width:48rem) {

	.footer {
		grid-auto-flow: column;
	}

	.footer-center {
		grid-auto-flow: row dense;
	}
}
.hero {
	background-position: 50%;
	background-size: cover;
	display: grid;
	place-items: center;
	width: 100%;
}
.hero>* {
	grid-column-start: 1;
	grid-row-start: 1;
}
.input {
	flex-shrink: 1;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
	transition-duration: .15s;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	height: 3rem;
	font-size: .875rem;
	line-height: 1.25rem;
	line-height: 2;
	padding-left: 1rem;
	padding-right: 1rem;
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b1) / var(--tw-bg-opacity, 1));
	--tw-border-opacity: 1;
	--tw-border-opacity: 0;
	border-color: hsla(var(--bc) / var(--tw-border-opacity, 1));
	border-width: 1px;
	border-radius: var(--rounded-btn, .5rem);
}
.input:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	box-shadow: 0 0 0 2px hsl(var(--b1)), 0 0 0 4px hsla(var(--bc) / .2);
}
.input-group>*,.input-group>.input {
	border-radius: 0;
}
.link {
	cursor: pointer;
	text-decoration: underline;
}
.menu :where(li).disabled>a,.menu :where(li).disabled>button,.menu :where(li).disabled>span {
	cursor: auto;
}
.range {
	cursor: pointer;
	height: 1.25rem;
	width: 100%;
	-webkit-appearance: none;
	--range-shdw: var(--bc);
	background-color: transparent;
}
.range:focus {
	outline: none;
}
.select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	display: inline-flex;
	flex-shrink: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	height: 3rem;
	font-size: .875rem;
	line-height: 1.25rem;
	line-height: 2;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-right: 2.5rem;
	min-height: 3rem;
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b1) / var(--tw-bg-opacity, 1));
	--tw-border-opacity: 1;
	--tw-border-opacity: 0;
	border-color: hsla(var(--bc) / var(--tw-border-opacity, 1));
	border-width: 1px;
	font-weight: 600;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
	transition-duration: .15s;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	border-radius: var(--rounded-btn, .5rem);
	background-image: linear-gradient(45deg, transparent 50%, currentColor 0),
    linear-gradient(135deg, currentColor 50%, transparent 0);
	background-position: calc(100% - 20px) calc(1px + 50%),
    calc(100% - 16px) calc(1px + 50%);
	background-size: 4px 4px,
    4px 4px;
	background-repeat: no-repeat;
}
.select:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	box-shadow: 0 0 0 2px hsl(var(--b1)), 0 0 0 4px hsla(var(--bc) / .2);
}
.select-disabled,.select[disabled] {
	pointer-events: none;
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b2) / var(--tw-bg-opacity, 1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--b2) / var(--tw-border-opacity, 1));
	cursor: not-allowed;
	--tw-text-opacity: 0.2;
}
.steps {
	counter-reset: step;
	grid-auto-columns: 1fr;
	display: inline-grid;
	overflow: hidden;
	overflow-x: auto;
	grid-auto-flow: column;
}
.steps [class~=step] {
	display: grid;
	place-items: center;
	text-align: center;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	grid-template-columns: auto;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	grid-template-rows: 40px 1fr;
	min-width: 4rem;
}
@keyframes button-pop {

	0% {
		transform: scale( var(--btn-focus-scale, .95) );
	}

	40% {
		transform: scale(1.02);
	}

	to {
		transform: scale(1);
	}
}
.card:focus-visible {
	box-shadow: 0 0 0 2px currentColor;
}
.card.bordered {
	--tw-border-opacity: 1;
	border-color: hsla(var(--b2) / var(--tw-border-opacity, 1));
	border-width: 1px;
}
.card.compact .card-body {
	font-size: .875rem;
	line-height: 1.25rem;
	padding: 1rem;
}
.card.compact .card-title {
	margin-bottom: .25rem;
}
@keyframes checkmark {

	0% {
		background-position-y: 5px;
	}

	50% {
		background-position-y: -2px;
	}

	to {
		background-position-y: 0;
	}
}
.input-disabled,.input[disabled] {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b2) / var(--tw-bg-opacity, 1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--b2) / var(--tw-border-opacity, 1));
	cursor: not-allowed;
	--tw-text-opacity: 0.2;
}
.input-disabled::-moz-placeholder,.input[disabled]::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc) / var(--tw-placeholder-opacity, 1));
}
.input-disabled::-moz-placeholder, .input[disabled]::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc) / var(--tw-placeholder-opacity, 1));
}
.input-disabled::placeholder,.input[disabled]::placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc) / var(--tw-placeholder-opacity, 1));
}
.link:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.link:focus-visible {
	box-shadow: 0 0 0 2px currentColor;
}
.menu li.disabled>a:hover,.menu li.disabled>button:hover,.menu li.disabled>span:hover {
	background-color: transparent;
}
.menu li.disabled>a,.menu li.disabled>button,.menu li.disabled>span {
	--tw-text-opacity: 1;
	--tw-text-opacity: 0.2;
	color: hsla(var(--bc) / var(--tw-text-opacity, 1));
}
@keyframes radiomark {

	0% {
		box-shadow: 0 0 0 12px hsl(var(--b1)) inset, 0 0 0 12px hsl(var(--b1)) inset, var(--focus-shadow);
	}

	50% {
		box-shadow: 0 0 0 3px hsl(var(--b1)) inset, 0 0 0 3px hsl(var(--b1)) inset, var(--focus-shadow);
	}

	to {
		box-shadow: 0 0 0 4px hsl(var(--b1)) inset, 0 0 0 4px hsl(var(--b1)) inset, var(--focus-shadow);
	}
}
.range:focus-visible::-webkit-slider-thumb {
	box-shadow: 0 0 0 2px hsl(var(--b1)), 0 0 0 4px hsl(var(--range-shdw));
}
.range:focus-visible::-moz-range-thumb {
	box-shadow: 0 0 0 2px hsl(var(--b1)), 0 0 0 4px hsl(var(--range-shdw));
}
.range::-webkit-slider-runnable-track {
	height: .5rem;
	width: 100%;
	border-radius: var(--rounded-box, 1rem);
	background-color: hsla(var(--bc) / .1);
}
.range::-moz-range-track {
	height: .5rem;
	width: 100%;
	border-radius: var(--rounded-box, 1rem);
	background-color: hsla(var(--bc) / .1);
}
.range::-webkit-slider-thumb {
	background-color: hsl(var(--range-shdw));
	border-style: none;
	height: 1.25rem;
	position: relative;
	width: 1.25rem;
	-webkit-transition-property: all;
	transition-property: all;
	transition-duration: .15s;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	border-radius: var(--rounded-box, 1rem);
	-webkit-appearance: none;
	top: 50%;
	transform: translateY(-50%);
}
.range::-moz-range-thumb {
	background-color: hsl(var(--range-shdw));
	border-style: none;
	height: 1.25rem;
	position: relative;
	width: 1.25rem;
	-moz-transition-property: all;
	transition-property: all;
	transition-duration: .15s;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	border-radius: var(--rounded-box, 1rem);
	top: 50%;
}
@keyframes rating-pop {

	0% {
		transform: translateY(-.125em);
	}

	40% {
		transform: translateY(-.125em);
	}

	to {
		transform: translateY(0);
	}
}
.select-disabled::-moz-placeholder,.select[disabled]::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc) / var(--tw-placeholder-opacity, 1));
}
.select-disabled::-moz-placeholder, .select[disabled]::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc) / var(--tw-placeholder-opacity, 1));
}
.select-disabled::placeholder,.select[disabled]::placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc) / var(--tw-placeholder-opacity, 1));
}
.select-multiple,.select[multiple],.select[size].select:not([size="1"]) {
	background-image: none;
	padding-right: 1rem;
}
.steps [class~=step]:before {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b3) / var(--tw-bg-opacity, 1));
	height: .5rem;
	top: 0;
	--tw-text-opacity: 1;
	color: hsla(var(--bc) / var(--tw-text-opacity, 1));
	width: 100%;
	grid-column-start: 1;
	grid-row-start: 1;
	--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));
	content: "";
	margin-left: -100%;
}
.steps [class~=step]:after {
	content: counter(step);
	counter-increment: step;
	z-index: 1;
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b3) / var(--tw-bg-opacity, 1));
	border-radius: 9999px;
	display: grid;
	place-items: center;
	place-self: center;
	height: 2rem;
	position: relative;
	--tw-text-opacity: 1;
	color: hsla(var(--bc) / var(--tw-text-opacity, 1));
	width: 2rem;
	grid-column-start: 1;
	grid-row-start: 1;
}
.steps [class~=step]:first-child:before {
	content: none;
}
.steps [class~=step][data-content]:after {
	content: attr(data-content);
}
.steps .step-neutral+.step-neutral:before,.steps .step-neutral:after {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--n) / var(--tw-bg-opacity, 1));
	--tw-text-opacity: 1;
	color: hsla(var(--nc) / var(--tw-text-opacity, 1));
}
.steps .step-primary+.step-primary:before,.steps .step-primary:after {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--p) / var(--tw-bg-opacity, 1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc) / var(--tw-text-opacity, 1));
}
.steps .step-secondary+.step-secondary:before,.steps .step-secondary:after {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--s) / var(--tw-bg-opacity, 1));
	--tw-text-opacity: 1;
	color: hsla(var(--sc) / var(--tw-text-opacity, 1));
}
.steps .step-accent+.step-accent:before,.steps .step-accent:after {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--a) / var(--tw-bg-opacity, 1));
	--tw-text-opacity: 1;
	color: hsla(var(--ac) / var(--tw-text-opacity, 1));
}
.steps .step-info+.step-info:before {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--in) / var(--tw-bg-opacity, 1));
}
.steps .step-info:after {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--in) / var(--tw-bg-opacity, 1));
	--tw-text-opacity: 1;
	color: hsla(var(--b1) / var(--tw-text-opacity, 1));
}
.steps .step-success+.step-success:before {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--su) / var(--tw-bg-opacity, 1));
}
.steps .step-success:after {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--su) / var(--tw-bg-opacity, 1));
	--tw-text-opacity: 1;
	color: hsla(var(--b1) / var(--tw-text-opacity, 1));
}
.steps .step-warning+.step-warning:before {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--wa) / var(--tw-bg-opacity, 1));
}
.steps .step-warning:after {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--wa) / var(--tw-bg-opacity, 1));
	--tw-text-opacity: 1;
	color: hsla(var(--b1) / var(--tw-text-opacity, 1));
}
.steps .step-error+.step-error:before {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--er) / var(--tw-bg-opacity, 1));
}
.steps .step-error:after {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--er) / var(--tw-bg-opacity, 1));
	--tw-text-opacity: 1;
	color: hsla(var(--b1) / var(--tw-text-opacity, 1));
}
.mt-4 {
	margin-top: 1rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.grid {
	display: grid;
}
.h-8 {
	height: 2rem;
}
.h-4 {
	height: 1rem;
}
.h-10 {
	height: 2.5rem;
}
.w-8 {
	width: 2rem;
}
.w-4 {
	width: 1rem;
}
.w-10 {
	width: 2.5rem;
}
.transform {
	transform: var(--tw-transform);
}
@keyframes spin {

	to {
		transform: rotate(360deg);
	}
}
.animate-spin {
	animation: spin 1s linear infinite;
}
.flex-col {
	flex-direction: column;
}
.items-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.font-light {
	font-weight: 300;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-red-500 {
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.opacity-5 {
	opacity: 0.05;
}
.opacity-75 {
	opacity: 0.75;
}
.opacity-50 {
	opacity: 0.5;
}
.filter {
	filter: var(--tw-filter);
}

