/*! 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: 0 0% 100%;
	--pf: 0 0% 90.2%;
	--pc: 0 0% 0%;
	--s: 218 54.3% 18%;
	--sf: 219 56.1% 8%;
	--sc: 0 0% 100%;
	--a: 319 21.8% 26.1%;
	--af: 320 22% 16.1%;
	--ac: 0 0% 100%;
	--n: 270 4.3% 9%;
	--nf: 270 2.2% 18%;
	--nc: 37 67.3% 58%;
	--b1: 240 10% 3.9%;
	--b2: 270 4.3% 9%;
	--b3: 270 2.2% 18%;
	--bc: 37 67.3% 58%;
	--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;
	}
}

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

.checkbox {
	flex-shrink: 0;
	--chkbg: var(--bc);
	--chkfg: var(--b1);
	-webkit-appearance: none;
	appearance: none;
	--tw-border-opacity: 1;
	--tw-border-opacity: 0.2;
	border-color: hsla(var(--bc) / var(--tw-border-opacity, 1));
	border-width: 1px;
	cursor: pointer;
	height: 1.5rem;
	width: 1.5rem;
	border-radius: var(--rounded-btn, .5rem);
}

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

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

.label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-user-select: none;
	user-select: none;
	padding: .5rem .25rem;
}

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

.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 {
	display: flex;
	align-items: stretch;
	width: 100%;
}

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

.input-group-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
	line-height: 2;
}

.input-group :where(span) {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b3) / var(--tw-bg-opacity, 1));
	display: flex;
	align-items: center;
	padding-left: 1rem;
	padding-right: 1rem;
}

.input-group :first-child {
	border-top-left-radius: var(--rounded-btn, .5rem);
	border-top-right-radius: 0;
	border-bottom-left-radius: var(--rounded-btn, .5rem);
	border-bottom-right-radius: 0;
}

.input-group :last-child {
	border-top-left-radius: 0;
	border-top-right-radius: var(--rounded-btn, .5rem);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: var(--rounded-btn, .5rem);
}

.input-group-vertical {
	flex-direction: column;
}

.input-group-vertical :first-child {
	border-top-left-radius: var(--rounded-btn, .5rem);
	border-top-right-radius: var(--rounded-btn, .5rem);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-vertical :last-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: var(--rounded-btn, .5rem);
	border-bottom-right-radius: var(--rounded-btn, .5rem);
}

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

.menu :where(li).disabled>a,.menu :where(li).disabled>button,.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;
}

.select {
	-webkit-appearance: none;
	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;
}

.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;
	background-color: transparent;
}

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

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

.checkbox:checked,.checkbox[checked=true] {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--bc) / var(--tw-bg-opacity, 1));
	background-repeat: no-repeat;
	animation: checkmark var(--animation-input, .2s)  ease-in-out;
	background-image: linear-gradient(-45deg, transparent 65%, hsl(var(--chkbg)) 0), linear-gradient(45deg, transparent 75%, hsl(var(--chkbg)) 0), linear-gradient(-45deg, hsl(var(--chkbg)) 40%, transparent 0), linear-gradient(45deg, hsl(var(--chkbg)) 30%, hsl(var(--chkfg)) 0, hsl(var(--chkfg)) 40%, transparent 0), linear-gradient(-45deg, hsl(var(--chkfg)) 50%, hsl(var(--chkbg)) 0);
}

.checkbox:indeterminate {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--bc) / var(--tw-bg-opacity, 1));
	background-repeat: no-repeat;
	animation: checkmark var(--animation-input, .2s)  ease-in-out;
	background-image: linear-gradient(90deg, transparent 80%, hsl(var(--chkbg)) 0), linear-gradient(-90deg, transparent 80%, hsl(var(--chkbg)) 0), linear-gradient(0deg, hsl(var(--chkbg)) 43%, hsl(var(--chkfg)) 0, hsl(var(--chkfg)) 57%, hsl(var(--chkbg)) 0);
}

.checkbox:disabled {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--bc) / var(--tw-bg-opacity, 1));
	border-color: transparent;
	cursor: not-allowed;
	opacity: .2;
}

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

.label a:hover {
	--tw-text-opacity: 1;
	color: hsla(var(--bc) / var(--tw-text-opacity, 1));
}

.input-bordered {
	--tw-border-opacity: 0.2;
}

.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.horizontal li.bordered>a,.menu.horizontal li.bordered>button,.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 :where(li.bordered>a),.menu :where(li.bordered>button),.menu :where(li.bordered>span) {
	--tw-border-opacity: 1;
	border-color: hsla(var(--p) / var(--tw-border-opacity, 1));
	border-left-width: 4px;
}

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

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

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

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

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

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

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

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

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

.input-lg {
	height: 4rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	line-height: 2;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.menu-vertical :where(li.bordered>a),.menu-vertical :where(li.bordered>button),.menu-vertical :where(li.bordered>span) {
	border-bottom-width: 0;
	border-left-width: 4px;
}

.menu-horizontal :where(li.bordered>a),.menu-horizontal :where(li.bordered>button),.menu-horizontal :where(li.bordered>span) {
	border-left-width: 0;
	border-bottom-width: 4px;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.top-0 {
	top: 0px;
}

.right-0 {
	right: 0px;
}

.left-0 {
	left: 0px;
}

.top-3 {
	top: 0.75rem;
}

.right-2\.5 {
	right: 0.625rem;
}

.right-2 {
	right: 0.5rem;
}

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

.m-auto {
	margin: auto;
}

.m-2 {
	margin: 0.5rem;
}

.m-5 {
	margin: 1.25rem;
}

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

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

.my-\[1\%\] {
	margin-top: 1%;
	margin-bottom: 1%;
}

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

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

.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

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

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

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

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

.mb-\[10px\] {
	margin-bottom: 10px;
}

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

.mb-\[2px\] {
	margin-bottom: 2px;
}

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

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

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

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

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

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

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

.mt-5 {
	margin-top: 1.25rem;
}

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

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

.mb-auto {
	margin-bottom: auto;
}

.mt-3 {
	margin-top: 0.75rem;
}

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

.mt-\[1\%\] {
	margin-top: 1%;
}

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

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

.mb-\[2\%\] {
	margin-bottom: 2%;
}

.mb-\[1\%\] {
	margin-bottom: 1%;
}

.mt-\[5\%\] {
	margin-top: 5%;
}

.mb-\[3\%\] {
	margin-bottom: 3%;
}

.ml-2 {
	margin-left: 0.5rem;
}

.mt-\[25\%\] {
	margin-top: 25%;
}

.mt-\[20\%\] {
	margin-top: 20%;
}

.ml-5 {
	margin-left: 1.25rem;
}

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

.inline {
	display: inline;
}

.flex {
	display: flex;
}

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

.grid {
	display: grid;
}

.h-8 {
	height: 2rem;
}

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

.h-full {
	height: 100%;
}

.h-5 {
	height: 1.25rem;
}

.h-screen {
	height: 100vh;
}

.h-4 {
	height: 1rem;
}

.h-40 {
	height: 10rem;
}

.h-20 {
	height: 5rem;
}

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

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

.h-16 {
	height: 4rem;
}

.h-28 {
	height: 7rem;
}

.h-\[2rem\] {
	height: 2rem;
}

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

.w-40 {
	width: 10rem;
}

.w-8 {
	width: 2rem;
}

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

.w-5 {
	width: 1.25rem;
}

.w-full {
	width: 100%;
}

.w-4 {
	width: 1rem;
}

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

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

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

.w-auto {
	width: auto;
}

.w-16 {
	width: 4rem;
}

.w-\[6rem\] {
	width: 6rem;
}

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

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

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

.max-w-md {
	max-width: 28rem;
}

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

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

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

.max-w-4xl {
	max-width: 56rem;
}

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

.flex-none {
	flex: none;
}

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

@keyframes spin {

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

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

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

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

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

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

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

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

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

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

.gap-4 {
	gap: 1rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

.rounded-xl {
	border-radius: 0.75rem;
}

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

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

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

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

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

.border {
	border-width: 1px;
}

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

.bg-\[\#1149ff\] {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 73, 255, var(--tw-bg-opacity));
}

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

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

.bg-\[\#15263F\] {
	--tw-bg-opacity: 1;
	background-color: rgba(21, 38, 63, var(--tw-bg-opacity));
}

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

.bg-\[\#55268e\] {
	--tw-bg-opacity: 1;
	background-color: rgba(85, 38, 142, var(--tw-bg-opacity));
}

.bg-\[\#3d1b66\] {
	--tw-bg-opacity: 1;
	background-color: rgba(61, 27, 102, var(--tw-bg-opacity));
}

.bg-\[\#9945FF\] {
	--tw-bg-opacity: 1;
	background-color: rgba(153, 69, 255, var(--tw-bg-opacity));
}

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

.bg-\[\#343e4f\] {
	--tw-bg-opacity: 1;
	background-color: rgba(52, 62, 79, var(--tw-bg-opacity));
}

.bg-\[\#667182\] {
	--tw-bg-opacity: 1;
	background-color: rgba(102, 113, 130, var(--tw-bg-opacity));
}

.bg-\[\#414e63\] {
	--tw-bg-opacity: 1;
	background-color: rgba(65, 78, 99, var(--tw-bg-opacity));
}

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

.bg-\[\#2C3B52\] {
	--tw-bg-opacity: 1;
	background-color: rgba(44, 59, 82, var(--tw-bg-opacity));
}

.bg-\[\#FF0000\] {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 0, 0, var(--tw-bg-opacity));
}

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

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

.p-6 {
	padding: 1.5rem;
}

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

.p-1 {
	padding: 0.25rem;
}

.p-8 {
	padding: 2rem;
}

.p-0 {
	padding: 0px;
}

.p-4 {
	padding: 1rem;
}

.p-3 {
	padding: 0.75rem;
}

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

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

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

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

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

.pb-2 {
	padding-bottom: 0.5rem;
}

.pl-1 {
	padding-left: 0.25rem;
}

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

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

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

.pb-8 {
	padding-bottom: 2rem;
}

.pb-5 {
	padding-bottom: 1.25rem;
}

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

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

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

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

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

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

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

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

.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}

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

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

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

.font-semibold {
	font-weight: 600;
}

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

.uppercase {
	text-transform: uppercase;
}

.leading-10 {
	line-height: 2.5rem;
}

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

.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}

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

.text-\[\#16c60c\] {
	--tw-text-opacity: 1;
	color: rgba(22, 198, 12, var(--tw-text-opacity));
}

.text-\[\#F03A17\] {
	--tw-text-opacity: 1;
	color: rgba(240, 58, 23, var(--tw-text-opacity));
}

.text-\[\#ff7f00\] {
	--tw-text-opacity: 1;
	color: rgba(255, 127, 0, var(--tw-text-opacity));
}

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

.underline {
	text-decoration: underline;
}

.opacity-5 {
	opacity: 0.05;
}

.opacity-75 {
	opacity: 0.75;
}

.opacity-50 {
	opacity: 0.5;
}

.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

.hover\:cursor-pointer:hover {
	cursor: pointer;
}

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

.hover\:bg-\[\#0e3ed9\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(14, 62, 217, var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.hover\:bg-\[\#3d1b66\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(61, 27, 102, var(--tw-bg-opacity));
}

.hover\:bg-\[\#55268e\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(85, 38, 142, var(--tw-bg-opacity));
}

.hover\:bg-\[\#7a37cc\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(122, 55, 204, var(--tw-bg-opacity));
}

.hover\:bg-\[\#2C3B52\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(44, 59, 82, var(--tw-bg-opacity));
}

.hover\:bg-\[\#566274\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(86, 98, 116, var(--tw-bg-opacity));
}

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

@media (prefers-color-scheme: dark) {

	.dark\:bg-gray-700 {
		--tw-bg-opacity: 1;
		background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
	}

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

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

@media (min-width: 640px) {

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

	.sm\:mr-1 {
		margin-right: 0.25rem;
	}

	.sm\:ml-1 {
		margin-left: 0.25rem;
	}

	.sm\:mb-\[1\%\] {
		margin-bottom: 1%;
	}

	.sm\:flex {
		display: flex;
	}

	.sm\:h-16 {
		height: 4rem;
	}

	.sm\:h-24 {
		height: 6rem;
	}

	.sm\:h-\[250px\] {
		height: 250px;
	}

	.sm\:w-\[50\%\] {
		width: 50%;
	}

	.sm\:w-\[520px\] {
		width: 520px;
	}

	.sm\:w-\[250px\] {
		width: 250px;
	}

	.sm\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}

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

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

@media (min-width: 768px) {

	.md\:inset-0 {
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
	}

	.md\:flex {
		display: flex;
	}

	.md\:h-full {
		height: 100%;
	}

	.md\:h-auto {
		height: auto;
	}

	.md\:h-\[250px\] {
		height: 250px;
	}

	.md\:w-\[600px\] {
		width: 600px;
	}

	.md\:w-\[480px\] {
		width: 480px;
	}

	.md\:w-\[280px\] {
		width: 280px;
	}

	.md\:w-\[300px\] {
		width: 300px;
	}

	.md\:w-\[400px\] {
		width: 400px;
	}

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

	.md\:w-\[250px\] {
		width: 250px;
	}

	.md\:w-\[550px\] {
		width: 550px;
	}

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

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

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

@media (min-width: 1024px) {

	.lg\:h-60 {
		height: 15rem;
	}

	.lg\:h-80 {
		height: 20rem;
	}
}

@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: 0 0% 100%;
	--pf: 0 0% 90.2%;
	--pc: 0 0% 0%;
	--s: 218 54.3% 18%;
	--sf: 219 56.1% 8%;
	--sc: 0 0% 100%;
	--a: 319 21.8% 26.1%;
	--af: 320 22% 16.1%;
	--ac: 0 0% 100%;
	--n: 270 4.3% 9%;
	--nf: 270 2.2% 18%;
	--nc: 37 67.3% 58%;
	--b1: 240 10% 3.9%;
	--b2: 270 4.3% 9%;
	--b3: 270 2.2% 18%;
	--bc: 37 67.3% 58%;
	--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;
	}
}
.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.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.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;
}
.checkbox {
	flex-shrink: 0;
	--chkbg: var(--bc);
	--chkfg: var(--b1);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	--tw-border-opacity: 1;
	--tw-border-opacity: 0.2;
	border-color: hsla(var(--bc) / var(--tw-border-opacity, 1));
	border-width: 1px;
	cursor: pointer;
	height: 1.5rem;
	width: 1.5rem;
	border-radius: var(--rounded-btn, .5rem);
}
.checkbox:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.form-control {
	display: flex;
	flex-direction: column;
}
.label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: .5rem .25rem;
}
.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;
}
.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 {
	display: flex;
	align-items: stretch;
	width: 100%;
}
.input-group>*,.input-group>.input {
	border-radius: 0;
}
.input-group-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
	line-height: 2;
}
.input-group :where(span) {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b3) / var(--tw-bg-opacity, 1));
	display: flex;
	align-items: center;
	padding-left: 1rem;
	padding-right: 1rem;
}
.input-group :first-child {
	border-top-left-radius: var(--rounded-btn, .5rem);
	border-top-right-radius: 0;
	border-bottom-left-radius: var(--rounded-btn, .5rem);
	border-bottom-right-radius: 0;
}
.input-group :last-child {
	border-top-left-radius: 0;
	border-top-right-radius: var(--rounded-btn, .5rem);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: var(--rounded-btn, .5rem);
}
.input-group-vertical {
	flex-direction: column;
}
.input-group-vertical :first-child {
	border-top-left-radius: var(--rounded-btn, .5rem);
	border-top-right-radius: var(--rounded-btn, .5rem);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group-vertical :last-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: var(--rounded-btn, .5rem);
	border-bottom-right-radius: var(--rounded-btn, .5rem);
}
.link {
	cursor: pointer;
	text-decoration: underline;
}
.menu :where(li).disabled>a,.menu :where(li).disabled>button,.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;
}
.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;
	-ms-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;
}
.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;
	background-color: transparent;
}
.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;
}
.checkbox:focus-visible {
	box-shadow: 0 0 0 2px hsl(var(--b1)), 0 0 0 4px hsl(var(--bc));
}
.checkbox:checked,.checkbox[checked=true] {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--bc) / var(--tw-bg-opacity, 1));
	background-repeat: no-repeat;
	-webkit-animation: checkmark var(--animation-input, .2s)  ease-in-out;
	animation: checkmark var(--animation-input, .2s)  ease-in-out;
	background-image: linear-gradient(-45deg, transparent 65%, hsl(var(--chkbg)) 0), linear-gradient(45deg, transparent 75%, hsl(var(--chkbg)) 0), linear-gradient(-45deg, hsl(var(--chkbg)) 40%, transparent 0), linear-gradient(45deg, hsl(var(--chkbg)) 30%, hsl(var(--chkfg)) 0, hsl(var(--chkfg)) 40%, transparent 0), linear-gradient(-45deg, hsl(var(--chkfg)) 50%, hsl(var(--chkbg)) 0);
}
.checkbox:indeterminate {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--bc) / var(--tw-bg-opacity, 1));
	background-repeat: no-repeat;
	-webkit-animation: checkmark var(--animation-input, .2s)  ease-in-out;
	animation: checkmark var(--animation-input, .2s)  ease-in-out;
	background-image: linear-gradient(90deg, transparent 80%, hsl(var(--chkbg)) 0), linear-gradient(-90deg, transparent 80%, hsl(var(--chkbg)) 0), linear-gradient(0deg, hsl(var(--chkbg)) 43%, hsl(var(--chkfg)) 0, hsl(var(--chkfg)) 57%, hsl(var(--chkbg)) 0);
}
.checkbox:disabled {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--bc) / var(--tw-bg-opacity, 1));
	border-color: transparent;
	cursor: not-allowed;
	opacity: .2;
}
@-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;
}
.label a:hover {
	--tw-text-opacity: 1;
	color: hsla(var(--bc) / var(--tw-text-opacity, 1));
}
.input-bordered {
	--tw-border-opacity: 0.2;
}
.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:-ms-input-placeholder,.input[disabled]:-ms-input-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:-ms-input-placeholder, .input[disabled]:-ms-input-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.horizontal li.bordered>a,.menu.horizontal li.bordered>button,.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 :where(li.bordered>a),.menu :where(li.bordered>button),.menu :where(li.bordered>span) {
	--tw-border-opacity: 1;
	border-color: hsla(var(--p) / var(--tw-border-opacity, 1));
	border-left-width: 4px;
}
.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));
}
.menu.compact li>a,.menu.compact li>span {
	font-size: .875rem;
	line-height: 1.25rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.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%;
}
@-webkit-keyframes rating-pop {

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

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

	to {
		transform: translateY(0);
	}
}
@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:-ms-input-placeholder,.select[disabled]:-ms-input-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:-ms-input-placeholder, .select[disabled]:-ms-input-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;
}
.rounded-box {
	border-radius: var(--rounded-box, 1rem);
}
.min-h-16 {
	min-height: 4rem;
}
.btn-lg {
	height: 4rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	min-height: 4rem;
	font-size: 1.125rem;
}
.btn-square:where(.btn-lg) {
	height: 4rem;
	padding: 0;
	width: 4rem;
}
.btn-circle:where(.btn-lg) {
	border-radius: 9999px;
	height: 4rem;
	padding: 0;
	width: 4rem;
}
.input-lg {
	height: 4rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	line-height: 2;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.menu-vertical :where(li.bordered>a),.menu-vertical :where(li.bordered>button),.menu-vertical :where(li.bordered>span) {
	border-bottom-width: 0;
	border-left-width: 4px;
}
.menu-horizontal :where(li.bordered>a),.menu-horizontal :where(li.bordered>button),.menu-horizontal :where(li.bordered>span) {
	border-left-width: 0;
	border-bottom-width: 4px;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.top-0 {
	top: 0px;
}
.right-0 {
	right: 0px;
}
.left-0 {
	left: 0px;
}
.top-3 {
	top: 0.75rem;
}
.right-2\.5 {
	right: 0.625rem;
}
.right-2 {
	right: 0.5rem;
}
.z-50 {
	z-index: 50;
}
.m-auto {
	margin: auto;
}
.m-2 {
	margin: 0.5rem;
}
.m-5 {
	margin: 1.25rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.my-\[1\%\] {
	margin-top: 1%;
	margin-bottom: 1%;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mb-\[10px\] {
	margin-bottom: 10px;
}
.ml-auto {
	margin-left: auto;
}
.mb-\[2px\] {
	margin-bottom: 2px;
}
.mt-\[2px\] {
	margin-top: 2px;
}
.mt-\[5px\] {
	margin-top: 5px;
}
.mt-\[10px\] {
	margin-top: 10px;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mb-auto {
	margin-bottom: auto;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-\[30px\] {
	margin-top: 30px;
}
.mt-\[1\%\] {
	margin-top: 1%;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mt-\[3\%\] {
	margin-top: 3%;
}
.mb-\[2\%\] {
	margin-bottom: 2%;
}
.mb-\[1\%\] {
	margin-bottom: 1%;
}
.mt-\[5\%\] {
	margin-top: 5%;
}
.mb-\[3\%\] {
	margin-bottom: 3%;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mt-\[25\%\] {
	margin-top: 25%;
}
.mt-\[20\%\] {
	margin-top: 20%;
}
.ml-5 {
	margin-left: 1.25rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.grid {
	display: grid;
}
.h-8 {
	height: 2rem;
}
.h-\[50px\] {
	height: 50px;
}
.h-full {
	height: 100%;
}
.h-5 {
	height: 1.25rem;
}
.h-screen {
	height: 100vh;
}
.h-4 {
	height: 1rem;
}
.h-40 {
	height: 10rem;
}
.h-20 {
	height: 5rem;
}
.h-\[40px\] {
	height: 40px;
}
.h-\[35px\] {
	height: 35px;
}
.h-16 {
	height: 4rem;
}
.h-28 {
	height: 7rem;
}
.h-\[2rem\] {
	height: 2rem;
}
.h-\[150px\] {
	height: 150px;
}
.w-40 {
	width: 10rem;
}
.w-8 {
	width: 2rem;
}
.w-\[169px\] {
	width: 169px;
}
.w-5 {
	width: 1.25rem;
}
.w-full {
	width: 100%;
}
.w-4 {
	width: 1rem;
}
.w-\[35px\] {
	width: 35px;
}
.w-\[200px\] {
	width: 200px;
}
.w-\[160px\] {
	width: 160px;
}
.w-auto {
	width: auto;
}
.w-16 {
	width: 4rem;
}
.w-\[6rem\] {
	width: 6rem;
}
.w-\[150px\] {
	width: 150px;
}
.w-\[100\%\] {
	width: 100%;
}
.min-w-full {
	min-width: 100%;
}
.max-w-md {
	max-width: 28rem;
}
.max-w-xs {
	max-width: 20rem;
}
.max-w-6xl {
	max-width: 72rem;
}
.max-w-lg {
	max-width: 32rem;
}
.max-w-4xl {
	max-width: 56rem;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-none {
	flex: none;
}
.transform {
	transform: var(--tw-transform);
}
@keyframes spin {

	to {
		transform: rotate(360deg);
	}
}
.animate-spin {
	-webkit-animation: spin 1s linear infinite;
	        animation: spin 1s linear infinite;
}
.cursor-not-allowed {
	cursor: not-allowed;
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
	flex-direction: column;
}
.items-start {
	align-items: flex-start;
}
.items-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-around {
	justify-content: space-around;
}
.gap-4 {
	gap: 1rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-y-auto {
	overflow-y: auto;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.rounded-xl {
	border-radius: 0.75rem;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-2xl {
	border-radius: 1rem;
}
.border-2 {
	border-width: 2px;
}
.border {
	border-width: 1px;
}
.border-black {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.bg-\[\#1149ff\] {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 73, 255, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-\[\#15263F\] {
	--tw-bg-opacity: 1;
	background-color: rgba(21, 38, 63, var(--tw-bg-opacity));
}
.bg-gray-800 {
	--tw-bg-opacity: 1;
	background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
.bg-\[\#55268e\] {
	--tw-bg-opacity: 1;
	background-color: rgba(85, 38, 142, var(--tw-bg-opacity));
}
.bg-\[\#3d1b66\] {
	--tw-bg-opacity: 1;
	background-color: rgba(61, 27, 102, var(--tw-bg-opacity));
}
.bg-\[\#9945FF\] {
	--tw-bg-opacity: 1;
	background-color: rgba(153, 69, 255, var(--tw-bg-opacity));
}
.bg-neutral {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--n) / var(--tw-bg-opacity));
}
.bg-\[\#343e4f\] {
	--tw-bg-opacity: 1;
	background-color: rgba(52, 62, 79, var(--tw-bg-opacity));
}
.bg-\[\#667182\] {
	--tw-bg-opacity: 1;
	background-color: rgba(102, 113, 130, var(--tw-bg-opacity));
}
.bg-\[\#414e63\] {
	--tw-bg-opacity: 1;
	background-color: rgba(65, 78, 99, var(--tw-bg-opacity));
}
.bg-gray-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.bg-\[\#2C3B52\] {
	--tw-bg-opacity: 1;
	background-color: rgba(44, 59, 82, var(--tw-bg-opacity));
}
.bg-\[\#FF0000\] {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 0, 0, var(--tw-bg-opacity));
}
.bg-opacity-40 {
	--tw-bg-opacity: 0.4;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-6 {
	padding: 1.5rem;
}
.p-1\.5 {
	padding: 0.375rem;
}
.p-1 {
	padding: 0.25rem;
}
.p-8 {
	padding: 2rem;
}
.p-0 {
	padding: 0px;
}
.p-4 {
	padding: 1rem;
}
.p-3 {
	padding: 0.75rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pl-1 {
	padding-left: 0.25rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pt-16 {
	padding-top: 4rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pb-5 {
	padding-bottom: 1.25rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-5xl {
	font-size: 3rem;
	line-height: 1;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.font-light {
	font-weight: 300;
}
.font-semibold {
	font-weight: 600;
}
.font-bold {
	font-weight: 700;
}
.uppercase {
	text-transform: uppercase;
}
.leading-10 {
	line-height: 2.5rem;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-\[\#16c60c\] {
	--tw-text-opacity: 1;
	color: rgba(22, 198, 12, var(--tw-text-opacity));
}
.text-\[\#F03A17\] {
	--tw-text-opacity: 1;
	color: rgba(240, 58, 23, var(--tw-text-opacity));
}
.text-\[\#ff7f00\] {
	--tw-text-opacity: 1;
	color: rgba(255, 127, 0, var(--tw-text-opacity));
}
.text-neutral-content {
	--tw-text-opacity: 1;
	color: hsla(var(--nc) / var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.opacity-5 {
	opacity: 0.05;
}
.opacity-75 {
	opacity: 0.75;
}
.opacity-50 {
	opacity: 0.5;
}
.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.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);
}
.filter {
	filter: var(--tw-filter);
}
.hover\:cursor-pointer:hover {
	cursor: pointer;
}
.hover\:border:hover {
	border-width: 1px;
}
.hover\:bg-\[\#0e3ed9\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(14, 62, 217, var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.hover\:bg-\[\#3d1b66\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(61, 27, 102, var(--tw-bg-opacity));
}
.hover\:bg-\[\#55268e\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(85, 38, 142, var(--tw-bg-opacity));
}
.hover\:bg-\[\#7a37cc\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(122, 55, 204, var(--tw-bg-opacity));
}
.hover\:bg-\[\#2C3B52\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(44, 59, 82, var(--tw-bg-opacity));
}
.hover\:bg-\[\#566274\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(86, 98, 116, var(--tw-bg-opacity));
}
.hover\:text-gray-900:hover {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}
@media (prefers-color-scheme: dark) {

	.dark\:bg-gray-700 {
		--tw-bg-opacity: 1;
		background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
	}

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

	.dark\:hover\:text-white:hover {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}
}
@media (min-width: 640px) {

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

	.sm\:mr-1 {
		margin-right: 0.25rem;
	}

	.sm\:ml-1 {
		margin-left: 0.25rem;
	}

	.sm\:mb-\[1\%\] {
		margin-bottom: 1%;
	}

	.sm\:flex {
		display: flex;
	}

	.sm\:h-16 {
		height: 4rem;
	}

	.sm\:h-24 {
		height: 6rem;
	}

	.sm\:h-\[250px\] {
		height: 250px;
	}

	.sm\:w-\[50\%\] {
		width: 50%;
	}

	.sm\:w-\[520px\] {
		width: 520px;
	}

	.sm\:w-\[250px\] {
		width: 250px;
	}

	.sm\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}

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

	.sm\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 768px) {

	.md\:inset-0 {
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
	}

	.md\:flex {
		display: flex;
	}

	.md\:h-full {
		height: 100%;
	}

	.md\:h-auto {
		height: auto;
	}

	.md\:h-\[250px\] {
		height: 250px;
	}

	.md\:w-\[600px\] {
		width: 600px;
	}

	.md\:w-\[480px\] {
		width: 480px;
	}

	.md\:w-\[280px\] {
		width: 280px;
	}

	.md\:w-\[300px\] {
		width: 300px;
	}

	.md\:w-\[400px\] {
		width: 400px;
	}

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

	.md\:w-\[250px\] {
		width: 250px;
	}

	.md\:w-\[550px\] {
		width: 550px;
	}

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

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

	.md\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1024px) {

	.lg\:h-60 {
		height: 15rem;
	}

	.lg\:h-80 {
		height: 20rem;
	}
}
@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;
}

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

