/*! 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-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--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;
}

.container {
	width: 100%;
}

@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}
}

@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}

@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}
}

@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}

@media (min-width: 1536px) {

	.container {
		max-width: 1536px;
	}
}

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

.alert {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b2)/var(--tw-bg-opacity,1));
	padding: 1rem;
	border-radius: var(--rounded-box,1rem);
}

@media (min-width:768px) {

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

	.alert {
		flex-direction: row;
	}
}

.alert>* {
	display: flex;
}

.avatar {
	display: inline-flex;
	position: relative;
}

.avatar>div {
	display: block;
	overflow: hidden;
}

.avatar img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

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

.breadcrumbs {
	max-width: 100%;
	overflow-x: auto;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.breadcrumbs>ul {
	display: flex;
	align-items: center;
	white-space: nowrap;
	min-height: min-content;
}

.breadcrumbs>ul>li {
	display: flex;
	align-items: center;
}

.breadcrumbs>ul>li>a {
	cursor: pointer;
	display: flex;
	align-items: center;
}

.breadcrumbs>ul>li>a:hover {
	text-decoration: underline;
}

.btn {
	border-color: transparent;
	border-color: hsla(var(--n)/var(--tw-border-opacity,1));
	cursor: pointer;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
	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);
	height: 3rem;
	font-size: .875rem;
	line-height: 1.25rem;
	line-height: 1em;
	padding-left: 1rem;
	padding-right: 1rem;
	min-height: 3rem;
	font-weight: 600;
	text-transform: uppercase;
	text-transform: var(--btn-text-case,uppercase);
	border-width: var(--border-btn,1px);
	animation: button-pop var(--animation-btn,.25s) ease-out;
	--tw-bg-opacity: 1;
	background-color: hsla(var(--n)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	--tw-text-opacity: 1;
	color: hsla(var(--nc)/var(--tw-text-opacity,1));
}

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

.btn-disabled,.btn[disabled] {
	pointer-events: none;
	--tw-bg-opacity: 1;
	--tw-bg-opacity: 0.2;
	background-color: hsla(var(--n)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 0;
	--tw-text-opacity: 1;
	--tw-text-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
}

.btn-square {
	height: 3rem;
	padding: 0;
	width: 3rem;
}

.btn.loading,.btn.loading:hover {
	pointer-events: none;
}

.btn.loading:before {
	border-radius: 9999px;
	border-width: 2px;
	height: 1rem;
	margin-right: .5rem;
	width: 1rem;
	animation: spin 2s linear infinite;
	content: "";
	border-color: transparent currentColor currentColor transparent;
}

@media (prefers-reduced-motion:reduce) {

	.btn.loading:before {
		animation: spin 10s linear infinite;
	}
}

@keyframes spin {

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

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

.btn-group>input[type=radio].btn {
	-webkit-appearance: none;
	appearance: none;
}

.btn-group>input[type=radio].btn:before {
	content: attr(data-title);
}

.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-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: var(--padding-card,2rem);
}

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

.card-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-left: -.25rem;
	margin-right: -.25rem;
}

.card-actions>* {
	margin: .25rem;
}

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

:root .countdown {
	line-height: 1em;
}

.countdown {
	display: inline-flex;
}

.countdown>* {
	height: 1em;
	display: inline-block;
	overflow-y: hidden;
}

.countdown>:before {
	position: relative;
	content: "00\A 01\A 02\A 03\A 04\A 05\A 06\A 07\A 08\A 09\A 10\A 11\A 12\A 13\A 14\A 15\A 16\A 17\A 18\A 19\A 20\A 21\A 22\A 23\A 24\A 25\A 26\A 27\A 28\A 29\A 30\A 31\A 32\A 33\A 34\A 35\A 36\A 37\A 38\A 39\A 40\A 41\A 42\A 43\A 44\A 45\A 46\A 47\A 48\A 49\A 50\A 51\A 52\A 53\A 54\A 55\A 56\A 57\A 58\A 59\A 60\A 61\A 62\A 63\A 64\A 65\A 66\A 67\A 68\A 69\A 70\A 71\A 72\A 73\A 74\A 75\A 76\A 77\A 78\A 79\A 80\A 81\A 82\A 83\A 84\A 85\A 86\A 87\A 88\A 89\A 90\A 91\A 92\A 93\A 94\A 95\A 96\A 97\A 98\A 99\A";
	white-space: pre;
	top: calc(var(--value)*-1em);
	text-align: center;
	transition: all 1s cubic-bezier(1,0,0,1);
}

.form-control {
	display: flex;
	flex-direction: column;
}

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

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

.hero-content {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 0;
	max-width: 80rem;
	padding: 1rem;
	gap: 1rem;
}

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

.menu {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.menu.horizontal {
	display: inline-flex;
	flex-direction: row;
}

.menu.horizontal :where(li) {
	flex-direction: row;
}

.menu :where(li) {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.menu :where(li)>a,.menu :where(li)>span {
	display: flex;
	align-items: center;
	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);
}

.menu :where(li)>a {
	cursor: pointer;
}

.menu :where(li)>a:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

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

.navbar {
	display: flex;
	align-items: center;
	padding: var(--navbar-padding,.5rem);
	min-height: 4rem;
}

.navbar>* {
	display: flex;
	align-items: center;
}

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

.range:focus {
	outline: none;
}

.textarea {
	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);
	font-size: .875rem;
	line-height: 1.25rem;
	line-height: 2;
	padding: .5rem 1rem;
	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;
	border-radius: var(--rounded-btn,.5rem);
}

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

.avatar-group .avatar {
	--tw-border-opacity: 1;
	border-color: hsla(var(--b1)/var(--tw-border-opacity,1));
	border-radius: 9999px;
	border-width: 4px;
	overflow: hidden;
}

.btn .badge {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b1)/var(--tw-bg-opacity,1));
	border-color: transparent;
	--tw-text-opacity: 1;
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
}

.btn .badge-outline {
	background-color: transparent;
	--tw-border-opacity: 1;
	border-color: hsla(var(--b2)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--b2)/var(--tw-text-opacity,1));
}

.btn-outline.btn-primary .badge {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--p)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}

.btn-outline.btn-primary .badge-outline {
	background-color: transparent;
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--p)/var(--tw-text-opacity,1));
}

.btn-outline.btn-primary:hover .badge {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--pc)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--pc)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--p)/var(--tw-text-opacity,1));
}

.btn-outline.btn-primary:hover .badge.outline {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--pf)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--pc)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}

.breadcrumbs>ul>li>a:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.breadcrumbs>ul>li>a:focus-visible {
	border-radius: var(--rounded-badge,1.9rem);
	box-shadow: 0 0 0 2px currentColor;
}

.breadcrumbs>ul>li+:before {
	content: "";
	display: block;
	height: .375rem;
	margin-left: .5rem;
	margin-right: .75rem;
	opacity: .4;
	width: .375rem;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-rotate: 45deg;
	--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));
	border-top: 1px solid;
	border-right: 1px solid;
}

.btn:active:focus,.btn:active:hover {
	animation: none;
	transform: scale(var(--btn-focus-scale,.95));
}

.btn-active,.btn:hover {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--nf)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--nf)/var(--tw-border-opacity,1));
}

.btn:focus-visible {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--nf));
}

.btn-primary {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--p)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}

.btn-primary.btn-active,.btn-primary:hover {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--pf)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--pf)/var(--tw-border-opacity,1));
}

.btn-primary:focus-visible {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--p));
}

.btn.glass.btn-active,.btn.glass:hover {
	--glass-opacity: 25%;
	--glass-border-opacity: 15%;
}

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

.btn-ghost {
	background-color: transparent;
	border-color: transparent;
	border-width: 1px;
	color: currentColor;
}

.btn-ghost.btn-active,.btn-ghost:hover {
	--tw-bg-opacity: 1;
	--tw-bg-opacity: 0.2;
	background-color: hsla(var(--bc)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 0;
}

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

.btn-outline.btn-primary {
	--tw-text-opacity: 1;
	color: hsla(var(--p)/var(--tw-text-opacity,1));
}

.btn-outline.btn-primary:hover {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--pf)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--pf)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}

.btn.loading.btn-circle:before,.btn.loading.btn-square:before {
	margin-right: 0;
}

.btn.loading.btn-lg:before,.btn.loading.btn-xl:before {
	height: 1.25rem;
	width: 1.25rem;
}

.btn.loading.btn-sm:before,.btn.loading.btn-xs:before {
	height: .75rem;
	width: .75rem;
}

.btn-group>.btn-active,.btn-group>input[type=radio]:checked.btn {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--p)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}

.btn-group>.btn-active:focus-visible,.btn-group>input[type=radio]:checked.btn:focus-visible {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--p));
}

.btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -1px;
}

.btn-group>.btn:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

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

.card-title {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-bottom: .75rem;
}

.card-actions:first-child {
	margin-bottom: .5rem;
}

.card-actions:last-child {
	margin-top: 1.5rem;
}

@keyframes checkmark {

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

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

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

.drawer-toggle:focus-visible~.drawer-content .drawer-button.btn-primary {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--p));
}

.drawer-toggle:focus-visible~.drawer-content .drawer-button.btn-ghost {
	box-shadow: 0 0 0 2px currentColor;
}

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

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

.menu.horizontal li.bordered>a,.menu.horizontal li.bordered>span {
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	border-left-width: 0;
	border-bottom-width: 4px;
}

.menu[class*=p-] li a {
	border-radius: var(--rounded-btn,.5rem);
}

.menu li>a,.menu li>span {
	padding: .75rem 1.25rem;
	color: currentColor;
}

.menu li>a:focus,.menu li>a:hover {
	--tw-bg-opacity: 1;
	--tw-bg-opacity: 0.1;
	background-color: hsla(var(--bc)/var(--tw-bg-opacity,1));
}

.menu li>a.active {
	--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));
}

.menu li>a:active {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--pf)/var(--tw-bg-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}

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

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

.menu li.bordered a,.menu li.bordered span {
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	border-left-width: 4px;
}

.menu li.hover-bordered a {
	border-color: transparent;
	border-left-width: 4px;
}

.menu li.hover-bordered a:hover {
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
}

.menu ul {
	padding-left: 1.5rem;
}

.menu.compact li>a,.menu.compact li>span {
	font-size: .875rem;
	line-height: 1.25rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.menu .menu-title>a,.menu .menu-title>span {
	font-weight: 700;
	font-size: .75rem;
	line-height: 1rem;
	padding-top: .25rem;
	padding-bottom: .25rem;
	--tw-text-opacity: 1;
	--tw-text-opacity: 0.4;
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
}

.mockup-phone .display {
	overflow: hidden;
	border-radius: 40px;
	margin-top: -25px;
}

@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%;
}

.table tr.active:nth-child(2n) td,.table tr.active:nth-child(2n) th,.table tr.active td,.table tr.active th {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b3)/var(--tw-bg-opacity,1));
}

.textarea-disabled,.textarea[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;
}

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

.rounded-box {
	border-radius: var(--rounded-box,1rem);
}

.min-h-16 {
	min-height: 4rem;
}

.btn-xs {
	height: 1.5rem;
	padding-left: .5rem;
	padding-right: .5rem;
	min-height: 1.5rem;
	font-size: .75rem;
}

.btn-lg {
	height: 4rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	min-height: 4rem;
	font-size: 1.125rem;
}

.btn-wide {
	width: 16rem;
}

.btn-square.btn-xs {
	height: 1.5rem;
	padding: 0;
	width: 1.5rem;
}

.btn-square.btn-sm {
	height: 2rem;
	padding: 0;
	width: 2rem;
}

.btn-square.btn-md {
	height: 3rem;
	padding: 0;
	width: 3rem;
}

.btn-square.btn-lg {
	height: 4rem;
	padding: 0;
	width: 4rem;
}

.btn-circle.btn-xs {
	border-radius: 9999px;
	height: 1.5rem;
	padding: 0;
	width: 1.5rem;
}

.btn-circle.btn-lg {
	border-radius: 9999px;
	height: 4rem;
	padding: 0;
	width: 4rem;
}

.avatar.online:before {
	content: "";
	--tw-bg-opacity: 1;
	background-color: hsla(var(--su)/var(--tw-bg-opacity,1));
	border-radius: 9999px;
	display: block;
	position: absolute;
	z-index: 10;
	width: 15%;
	height: 15%;
	top: 7%;
	right: 7%;
	box-shadow: 0 0 0 2px hsl(var(--b1));
}

.avatar.offline:before {
	content: "";
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b3)/var(--tw-bg-opacity,1));
	border-radius: 9999px;
	display: block;
	position: absolute;
	z-index: 10;
	width: 15%;
	height: 15%;
	top: 7%;
	right: 7%;
	box-shadow: 0 0 0 2px hsl(var(--b1));
}

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

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

.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

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

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

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

.mb-2 {
	margin-bottom: 0.5rem;
}

.mb-5 {
	margin-bottom: 1.25rem;
}

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

.mb-10 {
	margin-bottom: 2.5rem;
}

.mb-16 {
	margin-bottom: 4rem;
}

.mr-4 {
	margin-right: 1rem;
}

.mr-8 {
	margin-right: 2rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

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

.inline {
	display: inline;
}

.flex {
	display: flex;
}

.grid {
	display: grid;
}

.h-8 {
	height: 2rem;
}

.h-48 {
	height: 12rem;
}

.h-16 {
	height: 4rem;
}

.h-14 {
	height: 3.5rem;
}

.h-24 {
	height: 6rem;
}

.w-8 {
	width: 2rem;
}

.w-auto {
	width: auto;
}

.w-16 {
	width: 4rem;
}

.w-full {
	width: 100%;
}

.w-14 {
	width: 3.5rem;
}

.max-w-6xl {
	max-width: 72rem;
}

.max-w-lg {
	max-width: 32rem;
}

.max-w-xl {
	max-width: 36rem;
}

.max-w-xs {
	max-width: 20rem;
}

.flex-none {
	flex: none;
}

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

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

@keyframes spin {

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

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

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

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

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

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

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

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

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

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

.gap-4 {
	gap: 1rem;
}

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

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

.rounded-lg {
	border-radius: 0.5rem;
}

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

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

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

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

.border-gray-500 {
	--tw-border-opacity: 1;
	border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.bg-neutral {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--n) / var(--tw-bg-opacity));
}

.bg-gray-800 {
	--tw-bg-opacity: 1;
	background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.bg-gray-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-base-100 {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b1) / var(--tw-bg-opacity));
}

.bg-neutral-focus {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--nf) / var(--tw-bg-opacity));
}

.bg-opacity-40 {
	--tw-bg-opacity: 0.4;
}

.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-yellow-300 {
	--tw-gradient-from: #fcd34d;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.to-red-600 {
	--tw-gradient-to: #dc2626;
}

.bg-clip-text {
	-webkit-background-clip: text;
	        background-clip: text;
}

.object-cover {
	object-fit: cover;
}

.p-8 {
	padding: 2rem;
}

.p-3 {
	padding: 0.75rem;
}

.p-0 {
	padding: 0px;
}

.p-4 {
	padding: 1rem;
}

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

.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

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

.px-16 {
	padding-left: 4rem;
	padding-right: 4rem;
}

.pt-2 {
	padding-top: 0.5rem;
}

.pt-10 {
	padding-top: 2.5rem;
}

.pt-16 {
	padding-top: 4rem;
}

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

.pb-4 {
	padding-bottom: 1rem;
}

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

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

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

.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}

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

.text-5xl {
	font-size: 3rem;
	line-height: 1;
}

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

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.text-6xl {
	font-size: 3.75rem;
	line-height: 1;
}

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

.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}

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

.font-bold {
	font-weight: 700;
}

.normal-case {
	text-transform: none;
}

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

.text-neutral-content {
	--tw-text-opacity: 1;
	color: hsla(var(--nc) / var(--tw-text-opacity));
}

.text-transparent {
	color: transparent;
}

.text-base-content {
	--tw-text-opacity: 1;
	color: hsla(var(--bc) / var(--tw-text-opacity));
}

.text-pink-400 {
	--tw-text-opacity: 1;
	color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.opacity-5 {
	opacity: 0.05;
}

.opacity-75 {
	opacity: 0.75;
}

.opacity-50 {
	opacity: 0.5;
}

.opacity-40 {
	opacity: 0.4;
}

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

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

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

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

.hover\:bg-yellow-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.hover\:bg-gray-900:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.hover\:underline:hover {
	text-decoration: underline;
}

@media (min-width: 768px) {

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

@media (min-width: 1536px) {

	.\32xl\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
}

/*! 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:-ms-input-placeholder, textarea:-ms-input-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-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--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;
}
.container {
	width: 100%;
}
@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}
}
@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1536px) {

	.container {
		max-width: 1536px;
	}
}
.alert>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem*var(--tw-space-y-reverse));
}
.alert {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b2)/var(--tw-bg-opacity,1));
	padding: 1rem;
	border-radius: var(--rounded-box,1rem);
}
@media (min-width:768px) {

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

	.alert {
		flex-direction: row;
	}
}
.alert>* {
	display: flex;
}
.avatar {
	display: inline-flex;
	position: relative;
}
.avatar>div {
	display: block;
	overflow: hidden;
}
.avatar img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.avatar.placeholder>div {
	display: flex;
	align-items: center;
	justify-content: center;
}
.breadcrumbs {
	max-width: 100%;
	overflow-x: auto;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.breadcrumbs>ul {
	display: flex;
	align-items: center;
	white-space: nowrap;
	min-height: -webkit-min-content;
	min-height: -moz-min-content;
	min-height: min-content;
}
.breadcrumbs>ul>li {
	display: flex;
	align-items: center;
}
.breadcrumbs>ul>li>a {
	cursor: pointer;
	display: flex;
	align-items: center;
}
.breadcrumbs>ul>li>a:hover {
	text-decoration: underline;
}
.btn {
	border-color: transparent;
	border-color: hsla(var(--n)/var(--tw-border-opacity,1));
	cursor: pointer;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	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);
	height: 3rem;
	font-size: .875rem;
	line-height: 1.25rem;
	line-height: 1em;
	padding-left: 1rem;
	padding-right: 1rem;
	min-height: 3rem;
	font-weight: 600;
	text-transform: uppercase;
	text-transform: var(--btn-text-case,uppercase);
	border-width: var(--border-btn,1px);
	-webkit-animation: button-pop var(--animation-btn,.25s) ease-out;
	animation: button-pop var(--animation-btn,.25s) ease-out;
	--tw-bg-opacity: 1;
	background-color: hsla(var(--n)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	--tw-text-opacity: 1;
	color: hsla(var(--nc)/var(--tw-text-opacity,1));
}
.btn:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.btn-disabled,.btn[disabled] {
	pointer-events: none;
	--tw-bg-opacity: 1;
	--tw-bg-opacity: 0.2;
	background-color: hsla(var(--n)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 0;
	--tw-text-opacity: 1;
	--tw-text-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
}
.btn-square {
	height: 3rem;
	padding: 0;
	width: 3rem;
}
.btn.loading,.btn.loading:hover {
	pointer-events: none;
}
.btn.loading:before {
	border-radius: 9999px;
	border-width: 2px;
	height: 1rem;
	margin-right: .5rem;
	width: 1rem;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	content: "";
	border-color: transparent currentColor currentColor transparent;
}
@media (prefers-reduced-motion:reduce) {

	.btn.loading:before {
		-webkit-animation: spin 10s linear infinite;
		animation: spin 10s linear infinite;
	}
}
@-webkit-keyframes spin {

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

	to {
		transform: rotate(1turn);
	}
}
@keyframes spin {

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

	to {
		transform: rotate(1turn);
	}
}
.btn-group>input[type=radio].btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.btn-group>input[type=radio].btn:before {
	content: attr(data-title);
}
.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-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: var(--padding-card,2rem);
}
.card figure,.card figure>* {
	width: 100%;
}
.card-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-left: -.25rem;
	margin-right: -.25rem;
}
.card-actions>* {
	margin: .25rem;
}
.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;
}
:root .countdown {
	line-height: 1em;
}
.countdown {
	display: inline-flex;
}
.countdown>* {
	height: 1em;
	display: inline-block;
	overflow-y: hidden;
}
.countdown>:before {
	position: relative;
	content: "00\A 01\A 02\A 03\A 04\A 05\A 06\A 07\A 08\A 09\A 10\A 11\A 12\A 13\A 14\A 15\A 16\A 17\A 18\A 19\A 20\A 21\A 22\A 23\A 24\A 25\A 26\A 27\A 28\A 29\A 30\A 31\A 32\A 33\A 34\A 35\A 36\A 37\A 38\A 39\A 40\A 41\A 42\A 43\A 44\A 45\A 46\A 47\A 48\A 49\A 50\A 51\A 52\A 53\A 54\A 55\A 56\A 57\A 58\A 59\A 60\A 61\A 62\A 63\A 64\A 65\A 66\A 67\A 68\A 69\A 70\A 71\A 72\A 73\A 74\A 75\A 76\A 77\A 78\A 79\A 80\A 81\A 82\A 83\A 84\A 85\A 86\A 87\A 88\A 89\A 90\A 91\A 92\A 93\A 94\A 95\A 96\A 97\A 98\A 99\A";
	white-space: pre;
	top: calc(var(--value)*-1em);
	text-align: center;
	transition: all 1s cubic-bezier(1,0,0,1);
}
.form-control {
	display: flex;
	flex-direction: column;
}
.hero {
	background-position: 50%;
	background-size: cover;
	display: grid;
	place-items: center;
	width: 100%;
}
.hero>* {
	grid-column-start: 1;
	grid-row-start: 1;
}
.hero-content {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 0;
	max-width: 80rem;
	padding: 1rem;
	gap: 1rem;
}
.link {
	cursor: pointer;
	text-decoration: underline;
}
.menu {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.menu.horizontal {
	display: inline-flex;
	flex-direction: row;
}
.menu.horizontal :where(li) {
	flex-direction: row;
}
.menu :where(li) {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.menu :where(li)>a,.menu :where(li)>span {
	display: flex;
	align-items: center;
	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);
}
.menu :where(li)>a {
	cursor: pointer;
}
.menu :where(li)>a:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.menu :where(li).disabled>a,.menu :where(li).disabled>span {
	cursor: auto;
}
.navbar {
	display: flex;
	align-items: center;
	padding: var(--navbar-padding,.5rem);
	min-height: 4rem;
}
.navbar>* {
	display: flex;
	align-items: center;
}
.range {
	cursor: pointer;
	height: 1.25rem;
	width: 100%;
	-webkit-appearance: none;
	--range-shdw: var(--bc);
	background-color: transparent;
}
.range:focus {
	outline: none;
}
.textarea {
	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);
	font-size: .875rem;
	line-height: 1.25rem;
	line-height: 2;
	padding: .5rem 1rem;
	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;
	border-radius: var(--rounded-btn,.5rem);
}
.textarea: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);
}
.avatar-group .avatar {
	--tw-border-opacity: 1;
	border-color: hsla(var(--b1)/var(--tw-border-opacity,1));
	border-radius: 9999px;
	border-width: 4px;
	overflow: hidden;
}
.btn .badge {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b1)/var(--tw-bg-opacity,1));
	border-color: transparent;
	--tw-text-opacity: 1;
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
}
.btn .badge-outline {
	background-color: transparent;
	--tw-border-opacity: 1;
	border-color: hsla(var(--b2)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--b2)/var(--tw-text-opacity,1));
}
.btn-outline.btn-primary .badge {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--p)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}
.btn-outline.btn-primary .badge-outline {
	background-color: transparent;
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--p)/var(--tw-text-opacity,1));
}
.btn-outline.btn-primary:hover .badge {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--pc)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--pc)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--p)/var(--tw-text-opacity,1));
}
.btn-outline.btn-primary:hover .badge.outline {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--pf)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--pc)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}
.breadcrumbs>ul>li>a:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.breadcrumbs>ul>li>a:focus-visible {
	border-radius: var(--rounded-badge,1.9rem);
	box-shadow: 0 0 0 2px currentColor;
}
.breadcrumbs>ul>li+:before {
	content: "";
	display: block;
	height: .375rem;
	margin-left: .5rem;
	margin-right: .75rem;
	opacity: .4;
	width: .375rem;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-rotate: 45deg;
	--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));
	border-top: 1px solid;
	border-right: 1px solid;
}
.btn:active:focus,.btn:active:hover {
	-webkit-animation: none;
	animation: none;
	transform: scale(var(--btn-focus-scale,.95));
}
.btn-active,.btn:hover {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--nf)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--nf)/var(--tw-border-opacity,1));
}
.btn:focus-visible {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--nf));
}
.btn-primary {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--p)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}
.btn-primary.btn-active,.btn-primary:hover {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--pf)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--pf)/var(--tw-border-opacity,1));
}
.btn-primary:focus-visible {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--p));
}
.btn.glass.btn-active,.btn.glass:hover {
	--glass-opacity: 25%;
	--glass-border-opacity: 15%;
}
.btn.glass:focus-visible {
	box-shadow: 0 0 0 2px currentColor;
}
.btn-ghost {
	background-color: transparent;
	border-color: transparent;
	border-width: 1px;
	color: currentColor;
}
.btn-ghost.btn-active,.btn-ghost:hover {
	--tw-bg-opacity: 1;
	--tw-bg-opacity: 0.2;
	background-color: hsla(var(--bc)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 0;
}
.btn-ghost:focus-visible {
	box-shadow: 0 0 0 2px currentColor;
}
.btn-outline.btn-primary {
	--tw-text-opacity: 1;
	color: hsla(var(--p)/var(--tw-text-opacity,1));
}
.btn-outline.btn-primary:hover {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--pf)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--pf)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}
.btn.loading.btn-circle:before,.btn.loading.btn-square:before {
	margin-right: 0;
}
.btn.loading.btn-lg:before,.btn.loading.btn-xl:before {
	height: 1.25rem;
	width: 1.25rem;
}
.btn.loading.btn-sm:before,.btn.loading.btn-xs:before {
	height: .75rem;
	width: .75rem;
}
.btn-group>.btn-active,.btn-group>input[type=radio]:checked.btn {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--p)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}
.btn-group>.btn-active:focus-visible,.btn-group>input[type=radio]:checked.btn:focus-visible {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--p));
}
.btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -1px;
}
.btn-group>.btn:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
@-webkit-keyframes button-pop {

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

	40% {
		transform: scale(1.02);
	}

	to {
		transform: scale(1);
	}
}
@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;
}
.card-title {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-bottom: .75rem;
}
.card-actions:first-child {
	margin-bottom: .5rem;
}
.card-actions:last-child {
	margin-top: 1.5rem;
}
@-webkit-keyframes checkmark {

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

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

	to {
		background-position-y: 0;
	}
}
@keyframes checkmark {

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

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

	to {
		background-position-y: 0;
	}
}
.drawer-toggle:focus-visible~.drawer-content .drawer-button.btn-primary {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--p));
}
.drawer-toggle:focus-visible~.drawer-content .drawer-button.btn-ghost {
	box-shadow: 0 0 0 2px currentColor;
}
.link:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.link:focus-visible {
	box-shadow: 0 0 0 2px currentColor;
}
.menu.horizontal li.bordered>a,.menu.horizontal li.bordered>span {
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	border-left-width: 0;
	border-bottom-width: 4px;
}
.menu[class*=p-] li a {
	border-radius: var(--rounded-btn,.5rem);
}
.menu li>a,.menu li>span {
	padding: .75rem 1.25rem;
	color: currentColor;
}
.menu li>a:focus,.menu li>a:hover {
	--tw-bg-opacity: 1;
	--tw-bg-opacity: 0.1;
	background-color: hsla(var(--bc)/var(--tw-bg-opacity,1));
}
.menu li>a.active {
	--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));
}
.menu li>a:active {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--pf)/var(--tw-bg-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}
.menu li.disabled>a:hover,.menu li.disabled>span:hover {
	background-color: transparent;
}
.menu li.disabled>a,.menu li.disabled>span {
	--tw-text-opacity: 1;
	--tw-text-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
}
.menu li.bordered a,.menu li.bordered span {
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	border-left-width: 4px;
}
.menu li.hover-bordered a {
	border-color: transparent;
	border-left-width: 4px;
}
.menu li.hover-bordered a:hover {
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
}
.menu ul {
	padding-left: 1.5rem;
}
.menu.compact li>a,.menu.compact li>span {
	font-size: .875rem;
	line-height: 1.25rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.menu .menu-title>a,.menu .menu-title>span {
	font-weight: 700;
	font-size: .75rem;
	line-height: 1rem;
	padding-top: .25rem;
	padding-bottom: .25rem;
	--tw-text-opacity: 1;
	--tw-text-opacity: 0.4;
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
}
.mockup-phone .display {
	overflow: hidden;
	border-radius: 40px;
	margin-top: -25px;
}
@-webkit-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);
	}
}
@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%;
}
.table tr.active:nth-child(2n) td,.table tr.active:nth-child(2n) th,.table tr.active td,.table tr.active th {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b3)/var(--tw-bg-opacity,1));
}
.textarea-disabled,.textarea[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;
}
.textarea-disabled::-moz-placeholder,.textarea[disabled]::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-placeholder-opacity,1));
}
.textarea-disabled:-ms-input-placeholder,.textarea[disabled]:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-placeholder-opacity,1));
}
.textarea-disabled::-moz-placeholder, .textarea[disabled]::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-placeholder-opacity,1));
}
.textarea-disabled:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-placeholder-opacity,1));
}
.textarea-disabled::placeholder,.textarea[disabled]::placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-placeholder-opacity,1));
}
.rounded-box {
	border-radius: var(--rounded-box,1rem);
}
.min-h-16 {
	min-height: 4rem;
}
.btn-xs {
	height: 1.5rem;
	padding-left: .5rem;
	padding-right: .5rem;
	min-height: 1.5rem;
	font-size: .75rem;
}
.btn-lg {
	height: 4rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	min-height: 4rem;
	font-size: 1.125rem;
}
.btn-wide {
	width: 16rem;
}
.btn-square.btn-xs {
	height: 1.5rem;
	padding: 0;
	width: 1.5rem;
}
.btn-square.btn-sm {
	height: 2rem;
	padding: 0;
	width: 2rem;
}
.btn-square.btn-md {
	height: 3rem;
	padding: 0;
	width: 3rem;
}
.btn-square.btn-lg {
	height: 4rem;
	padding: 0;
	width: 4rem;
}
.btn-circle.btn-xs {
	border-radius: 9999px;
	height: 1.5rem;
	padding: 0;
	width: 1.5rem;
}
.btn-circle.btn-lg {
	border-radius: 9999px;
	height: 4rem;
	padding: 0;
	width: 4rem;
}
.avatar.online:before {
	content: "";
	--tw-bg-opacity: 1;
	background-color: hsla(var(--su)/var(--tw-bg-opacity,1));
	border-radius: 9999px;
	display: block;
	position: absolute;
	z-index: 10;
	width: 15%;
	height: 15%;
	top: 7%;
	right: 7%;
	box-shadow: 0 0 0 2px hsl(var(--b1));
}
.avatar.offline:before {
	content: "";
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b3)/var(--tw-bg-opacity,1));
	border-radius: 9999px;
	display: block;
	position: absolute;
	z-index: 10;
	width: 15%;
	height: 15%;
	top: 7%;
	right: 7%;
	box-shadow: 0 0 0 2px hsl(var(--b1));
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mb-16 {
	margin-bottom: 4rem;
}
.mr-4 {
	margin-right: 1rem;
}
.mr-8 {
	margin-right: 2rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.ml-auto {
	margin-left: auto;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.grid {
	display: grid;
}
.h-8 {
	height: 2rem;
}
.h-48 {
	height: 12rem;
}
.h-16 {
	height: 4rem;
}
.h-14 {
	height: 3.5rem;
}
.h-24 {
	height: 6rem;
}
.w-8 {
	width: 2rem;
}
.w-auto {
	width: auto;
}
.w-16 {
	width: 4rem;
}
.w-full {
	width: 100%;
}
.w-14 {
	width: 3.5rem;
}
.max-w-6xl {
	max-width: 72rem;
}
.max-w-lg {
	max-width: 32rem;
}
.max-w-xl {
	max-width: 36rem;
}
.max-w-xs {
	max-width: 20rem;
}
.flex-none {
	flex: none;
}
.flex-1 {
	flex: 1 1 0%;
}
.transform {
	transform: var(--tw-transform);
}
@keyframes spin {

	to {
		transform: rotate(360deg);
	}
}
.animate-spin {
	-webkit-animation: spin 1s linear infinite;
	        animation: spin 1s linear infinite;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.items-start {
	align-items: flex-start;
}
.items-center {
	align-items: center;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.gap-4 {
	gap: 1rem;
}
.overflow-y-auto {
	overflow-y: auto;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded-full {
	border-radius: 9999px;
}
.border-0 {
	border-width: 0px;
}
.border-r {
	border-right-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-gray-500 {
	--tw-border-opacity: 1;
	border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}
.bg-neutral {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--n) / var(--tw-bg-opacity));
}
.bg-gray-800 {
	--tw-bg-opacity: 1;
	background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
.bg-gray-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-base-100 {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b1) / var(--tw-bg-opacity));
}
.bg-neutral-focus {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--nf) / var(--tw-bg-opacity));
}
.bg-opacity-40 {
	--tw-bg-opacity: 0.4;
}
.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-yellow-300 {
	--tw-gradient-from: #fcd34d;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}
.to-red-600 {
	--tw-gradient-to: #dc2626;
}
.bg-clip-text {
	-webkit-background-clip: text;
	        background-clip: text;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-8 {
	padding: 2rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-0 {
	padding: 0px;
}
.p-4 {
	padding: 1rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-16 {
	padding-left: 4rem;
	padding-right: 4rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pt-16 {
	padding-top: 4rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-5xl {
	font-size: 3rem;
	line-height: 1;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-6xl {
	font-size: 3.75rem;
	line-height: 1;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.font-light {
	font-weight: 300;
}
.font-bold {
	font-weight: 700;
}
.normal-case {
	text-transform: none;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-neutral-content {
	--tw-text-opacity: 1;
	color: hsla(var(--nc) / var(--tw-text-opacity));
}
.text-transparent {
	color: transparent;
}
.text-base-content {
	--tw-text-opacity: 1;
	color: hsla(var(--bc) / var(--tw-text-opacity));
}
.text-pink-400 {
	--tw-text-opacity: 1;
	color: rgba(244, 114, 182, var(--tw-text-opacity));
}
.opacity-5 {
	opacity: 0.05;
}
.opacity-75 {
	opacity: 0.75;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-40 {
	opacity: 0.4;
}
.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);
}
.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);
}
.filter {
	filter: var(--tw-filter);
}
.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;
}
.hover\:bg-yellow-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}
.hover\:bg-gray-900:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.hover\:underline:hover {
	text-decoration: underline;
}
@media (min-width: 768px) {

	.md\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
@media (min-width: 1536px) {

	.\32xl\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  height: 100vh;
  width: 100vw;

}

html {
  background-image: url("/Background.svg");
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  background-size: cover;

}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}
