﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace,monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b, strong {
	font-weight: bolder
}

code, kbd, samp {
	font-family: monospace,monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}

	[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
		border-style: none;
		padding: 0
	}

	[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
		outline: 1px dotted ButtonText
	}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}

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

	[type=search]::-webkit-search-decoration {
		-webkit-appearance: none
	}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden], template {
	display: none
}

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

button {
	background-color: transparent;
	background-image: none
}

	button:focus {
		outline: 1px dotted;
		outline: 5px auto -webkit-focus-ring-color
	}

fieldset, ol, ul {
	margin: 0;
	padding: 0
}

ol, ul {
	list-style: none
}

html {
	font-family: 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;
	line-height: 1.5
}

*, :after, :before {
	box-sizing: border-box;
	border: 0 solid #c4c4c4
}

hr {
	border-top-width: 1px
}

img {
	border-style: solid
}

textarea {
	resize: vertical
}

	input::-moz-placeholder, textarea::-moz-placeholder {
		color: #a0aec0
	}

	input:-ms-input-placeholder, textarea:-ms-input-placeholder {
		color: #a0aec0
	}

	input::placeholder, textarea::placeholder {
		color: #a0aec0
	}

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

table {
	border-collapse: collapse
}

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

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

button, input, optgroup, select, textarea {
	padding: 0;
	line-height: inherit;
	color: inherit
}

code, kbd, pre, samp {
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}

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

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

.container {
	width: 100%
}

@media (min-width:368px) {
	.container {
		max-width: 368px
	}
}

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

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

@media (min-width:1152px) {
	.container {
		max-width: 1152px
	}
}

@media (min-width:1560px) {
	.container {
		max-width: 1560px
	}
}

@media (min-width:2100px) {
	.container {
		max-width: 2100px
	}
}

.space-y-0 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(0px*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(0px*var(--space-y-reverse)) !important
}

.space-x-0 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(0px*var(--space-x-reverse)) !important;
	margin-left: calc(0px*(1 - var(--space-x-reverse))) !important
}

.space-y-1 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(0.25rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(0.25rem*var(--space-y-reverse)) !important
}

.space-x-1 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(0.25rem*var(--space-x-reverse)) !important;
	margin-left: calc(0.25rem*(1 - var(--space-x-reverse))) !important
}

.space-y-2 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(0.5rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(0.5rem*var(--space-y-reverse)) !important
}

.space-x-2 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(0.5rem*var(--space-x-reverse)) !important;
	margin-left: calc(0.5rem*(1 - var(--space-x-reverse))) !important
}

.space-y-3 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(0.75rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(0.75rem*var(--space-y-reverse)) !important
}

.space-x-3 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(0.75rem*var(--space-x-reverse)) !important;
	margin-left: calc(0.75rem*(1 - var(--space-x-reverse))) !important
}

.space-y-4 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(1rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(1rem*var(--space-y-reverse)) !important
}

.space-x-4 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(1rem*var(--space-x-reverse)) !important;
	margin-left: calc(1rem*(1 - var(--space-x-reverse))) !important
}

.space-y-5 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(1.25rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(1.25rem*var(--space-y-reverse)) !important
}

.space-x-5 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(1.25rem*var(--space-x-reverse)) !important;
	margin-left: calc(1.25rem*(1 - var(--space-x-reverse))) !important
}

.space-y-6 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(1.5rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(1.5rem*var(--space-y-reverse)) !important
}

.space-x-6 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(1.5rem*var(--space-x-reverse)) !important;
	margin-left: calc(1.5rem*(1 - var(--space-x-reverse))) !important
}

.space-y-8 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(2rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(2rem*var(--space-y-reverse)) !important
}

.space-x-8 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(2rem*var(--space-x-reverse)) !important;
	margin-left: calc(2rem*(1 - var(--space-x-reverse))) !important
}

.space-y-10 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(2.5rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(2.5rem*var(--space-y-reverse)) !important
}

.space-x-10 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(2.5rem*var(--space-x-reverse)) !important;
	margin-left: calc(2.5rem*(1 - var(--space-x-reverse))) !important
}

.space-y-12 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(3rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(3rem*var(--space-y-reverse)) !important
}

.space-x-12 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(3rem*var(--space-x-reverse)) !important;
	margin-left: calc(3rem*(1 - var(--space-x-reverse))) !important
}

.space-y-16 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(4rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(4rem*var(--space-y-reverse)) !important
}

.space-x-16 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(4rem*var(--space-x-reverse)) !important;
	margin-left: calc(4rem*(1 - var(--space-x-reverse))) !important
}

.space-y-20 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(5rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(5rem*var(--space-y-reverse)) !important
}

.space-x-20 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(5rem*var(--space-x-reverse)) !important;
	margin-left: calc(5rem*(1 - var(--space-x-reverse))) !important
}

.space-y-24 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(6rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(6rem*var(--space-y-reverse)) !important
}

.space-x-24 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(6rem*var(--space-x-reverse)) !important;
	margin-left: calc(6rem*(1 - var(--space-x-reverse))) !important
}

.space-y-32 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(8rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(8rem*var(--space-y-reverse)) !important
}

.space-x-32 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(8rem*var(--space-x-reverse)) !important;
	margin-left: calc(8rem*(1 - var(--space-x-reverse))) !important
}

.space-y-40 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(10rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(10rem*var(--space-y-reverse)) !important
}

.space-x-40 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(10rem*var(--space-x-reverse)) !important;
	margin-left: calc(10rem*(1 - var(--space-x-reverse))) !important
}

.space-y-48 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(12rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(12rem*var(--space-y-reverse)) !important
}

.space-x-48 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(12rem*var(--space-x-reverse)) !important;
	margin-left: calc(12rem*(1 - var(--space-x-reverse))) !important
}

.space-y-56 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(14rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(14rem*var(--space-y-reverse)) !important
}

.space-x-56 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(14rem*var(--space-x-reverse)) !important;
	margin-left: calc(14rem*(1 - var(--space-x-reverse))) !important
}

.space-y-64 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(16rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(16rem*var(--space-y-reverse)) !important
}

.space-x-64 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(16rem*var(--space-x-reverse)) !important;
	margin-left: calc(16rem*(1 - var(--space-x-reverse))) !important
}

.space-y-px > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(1px*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(1px*var(--space-y-reverse)) !important
}

.space-x-px > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(1px*var(--space-x-reverse)) !important;
	margin-left: calc(1px*(1 - var(--space-x-reverse))) !important
}

.-space-y-50 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(-50px*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(-50px*var(--space-y-reverse)) !important
}

.-space-x-50 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(-50px*var(--space-x-reverse)) !important;
	margin-left: calc(-50px*(1 - var(--space-x-reverse))) !important
}

.-space-y-1 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(-0.25rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(-0.25rem*var(--space-y-reverse)) !important
}

.-space-x-1 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(-0.25rem*var(--space-x-reverse)) !important;
	margin-left: calc(-0.25rem*(1 - var(--space-x-reverse))) !important
}

.-space-y-2 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(-0.5rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(-0.5rem*var(--space-y-reverse)) !important
}

.-space-x-2 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(-0.5rem*var(--space-x-reverse)) !important;
	margin-left: calc(-0.5rem*(1 - var(--space-x-reverse))) !important
}

.-space-y-3 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(-0.75rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(-0.75rem*var(--space-y-reverse)) !important
}

.-space-x-3 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(-0.75rem*var(--space-x-reverse)) !important;
	margin-left: calc(-0.75rem*(1 - var(--space-x-reverse))) !important
}

.-space-y-4 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(-1rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(-1rem*var(--space-y-reverse)) !important
}

.-space-x-4 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(-1rem*var(--space-x-reverse)) !important;
	margin-left: calc(-1rem*(1 - var(--space-x-reverse))) !important
}

.-space-y-5 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(-1.25rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(-1.25rem*var(--space-y-reverse)) !important
}

.-space-x-5 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(-1.25rem*var(--space-x-reverse)) !important;
	margin-left: calc(-1.25rem*(1 - var(--space-x-reverse))) !important
}

.-space-y-6 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(-1.5rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(-1.5rem*var(--space-y-reverse)) !important
}

.-space-x-6 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(-1.5rem*var(--space-x-reverse)) !important;
	margin-left: calc(-1.5rem*(1 - var(--space-x-reverse))) !important
}

.-space-y-8 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(-2rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(-2rem*var(--space-y-reverse)) !important
}

.-space-x-8 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(-2rem*var(--space-x-reverse)) !important;
	margin-left: calc(-2rem*(1 - var(--space-x-reverse))) !important
}

.-space-y-10 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(-2.5rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(-2.5rem*var(--space-y-reverse)) !important
}

.-space-x-10 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(-2.5rem*var(--space-x-reverse)) !important;
	margin-left: calc(-2.5rem*(1 - var(--space-x-reverse))) !important
}

.-space-y-12 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(-3rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(-3rem*var(--space-y-reverse)) !important
}

.-space-x-12 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(-3rem*var(--space-x-reverse)) !important;
	margin-left: calc(-3rem*(1 - var(--space-x-reverse))) !important
}

.-space-y-16 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(-4rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(-4rem*var(--space-y-reverse)) !important
}

.-space-x-16 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(-4rem*var(--space-x-reverse)) !important;
	margin-left: calc(-4rem*(1 - var(--space-x-reverse))) !important
}

.-space-y-20 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(-5rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(-5rem*var(--space-y-reverse)) !important
}

.-space-x-20 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(-5rem*var(--space-x-reverse)) !important;
	margin-left: calc(-5rem*(1 - var(--space-x-reverse))) !important
}

.-space-y-24 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(-6rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(-6rem*var(--space-y-reverse)) !important
}

.-space-x-24 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(-6rem*var(--space-x-reverse)) !important;
	margin-left: calc(-6rem*(1 - var(--space-x-reverse))) !important
}

.-space-y-32 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(-8rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(-8rem*var(--space-y-reverse)) !important
}

.-space-x-32 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(-8rem*var(--space-x-reverse)) !important;
	margin-left: calc(-8rem*(1 - var(--space-x-reverse))) !important
}

.-space-y-40 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(-10rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(-10rem*var(--space-y-reverse)) !important
}

.-space-x-40 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(-10rem*var(--space-x-reverse)) !important;
	margin-left: calc(-10rem*(1 - var(--space-x-reverse))) !important
}

.-space-y-48 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(-12rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(-12rem*var(--space-y-reverse)) !important
}

.-space-x-48 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(-12rem*var(--space-x-reverse)) !important;
	margin-left: calc(-12rem*(1 - var(--space-x-reverse))) !important
}

.-space-y-56 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(-14rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(-14rem*var(--space-y-reverse)) !important
}

.-space-x-56 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(-14rem*var(--space-x-reverse)) !important;
	margin-left: calc(-14rem*(1 - var(--space-x-reverse))) !important
}

.-space-y-64 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(-16rem*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(-16rem*var(--space-y-reverse)) !important
}

.-space-x-64 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(-16rem*var(--space-x-reverse)) !important;
	margin-left: calc(-16rem*(1 - var(--space-x-reverse))) !important
}

.-space-y-px > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(-1px*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(-1px*var(--space-y-reverse)) !important
}

.-space-x-px > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(-1px*var(--space-x-reverse)) !important;
	margin-left: calc(-1px*(1 - var(--space-x-reverse))) !important
}

.-space-y--50 > :not(template) ~ :not(template) {
	--space-y-reverse: 0 !important;
	margin-top: calc(50px*(1 - var(--space-y-reverse))) !important;
	margin-bottom: calc(50px*var(--space-y-reverse)) !important
}

.-space-x--50 > :not(template) ~ :not(template) {
	--space-x-reverse: 0 !important;
	margin-right: calc(50px*var(--space-x-reverse)) !important;
	margin-left: calc(50px*(1 - var(--space-x-reverse))) !important
}

.space-y-reverse > :not(template) ~ :not(template) {
	--space-y-reverse: 1 !important
}

.space-x-reverse > :not(template) ~ :not(template) {
	--space-x-reverse: 1 !important
}

.divide-opacity-0 > :not(template) ~ :not(template) {
	--divide-opacity: 0 !important
}

.divide-opacity-25 > :not(template) ~ :not(template) {
	--divide-opacity: 0.25 !important
}

.divide-opacity-50 > :not(template) ~ :not(template) {
	--divide-opacity: 0.5 !important
}

.divide-opacity-75 > :not(template) ~ :not(template) {
	--divide-opacity: 0.75 !important
}

.divide-opacity-100 > :not(template) ~ :not(template) {
	--divide-opacity: 1 !important
}

.bg-fixed {
	background-attachment: fixed !important
}

.bg-local {
	background-attachment: local !important
}

.bg-scroll {
	background-attachment: scroll !important
}

.bg-clip-border {
	background-clip: border-box !important
}

.bg-clip-padding {
	background-clip: padding-box !important
}

.bg-clip-content {
	background-clip: content-box !important
}

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

.bg-666 {
	--bg-opacity: 1 !important;
	background-color: #666 !important;
	background-color: rgba(102,102,102,var(--bg-opacity)) !important
}

.bg-transparent {
	background-color: transparent !important
}

.bg-current {
	background-color: currentColor !important
}

.bg-black-100 {
	--bg-opacity: 1 !important;
	background-color: #141d3e !important;
	background-color: rgba(20,29,62,var(--bg-opacity)) !important
}

.bg-black-200 {
	--bg-opacity: 1 !important;
	background-color: #212935 !important;
	background-color: rgba(33,41,53,var(--bg-opacity)) !important
}

.bg-black-300 {
	background-color: #323648 !important;
	background-color: rgba(50,54,72,var(--bg-opacity)) !important
}

.bg-black-300, .bg-white {
	--bg-opacity: 1 !important
}

.bg-white {
	background-color: #fff !important;
	background-color: rgba(255,255,255,var(--bg-opacity)) !important
}

.bg-gray-100 {
	--bg-opacity: 1 !important;
	background-color: #f6f6f6 !important;
	background-color: rgba(246,246,246,var(--bg-opacity)) !important
}

.bg-gray-200 {
	--bg-opacity: 1 !important;
	background-color: #e5e5e5 !important;
	background-color: rgba(229,229,229,var(--bg-opacity)) !important
}

.bg-gray-300 {
	--bg-opacity: 1 !important;
	background-color: #c4c4c4 !important;
	background-color: rgba(196,196,196,var(--bg-opacity)) !important
}

.bg-gray-400 {
	--bg-opacity: 1 !important;
	background-color: #aaaaad !important;
	background-color: rgba(170,170,173,var(--bg-opacity)) !important
}

.bg-gray-500 {
	--bg-opacity: 1 !important;
	background-color: #9fa2ac !important;
	background-color: rgba(159,162,172,var(--bg-opacity)) !important
}

.bg-gray-600 {
	--bg-opacity: 1 !important;
	background-color: #8f9191 !important;
	background-color: rgba(143,145,145,var(--bg-opacity)) !important
}

.bg-gray-700 {
	--bg-opacity: 1 !important;
	background-color: #70727f !important;
	background-color: rgba(112,114,127,var(--bg-opacity)) !important
}

.bg-gray-800 {
	--bg-opacity: 1 !important;
	background-color: #666 !important;
	background-color: rgba(102,102,102,var(--bg-opacity)) !important
}

.bg-red-100 {
	background-color: #fff5f5 !important;
	background-color: rgba(255,245,245,var(--bg-opacity)) !important
}

.bg-red-100, .bg-red-200 {
	--bg-opacity: 1 !important
}

.bg-red-200 {
	background-color: #fed7d7 !important;
	background-color: rgba(254,215,215,var(--bg-opacity)) !important
}

.bg-red-300 {
	background-color: #feb2b2 !important;
	background-color: rgba(254,178,178,var(--bg-opacity)) !important
}

.bg-red-300, .bg-red-400 {
	--bg-opacity: 1 !important
}

.bg-red-400 {
	background-color: #fc8181 !important;
	background-color: rgba(252,129,129,var(--bg-opacity)) !important
}

.bg-red-500 {
	background-color: #f56565 !important;
	background-color: rgba(245,101,101,var(--bg-opacity)) !important
}

.bg-red-500, .bg-red-600 {
	--bg-opacity: 1 !important
}

.bg-red-600 {
	background-color: #e53e3e !important;
	background-color: rgba(229,62,62,var(--bg-opacity)) !important
}

.bg-red-700 {
	background-color: #c53030 !important;
	background-color: rgba(197,48,48,var(--bg-opacity)) !important
}

.bg-red-700, .bg-red-800 {
	--bg-opacity: 1 !important
}

.bg-red-800 {
	background-color: #9b2c2c !important;
	background-color: rgba(155,44,44,var(--bg-opacity)) !important
}

.bg-red-900 {
	background-color: #742a2a !important;
	background-color: rgba(116,42,42,var(--bg-opacity)) !important
}

.bg-orange, .bg-red-900 {
	--bg-opacity: 1 !important
}

.bg-orange {
	background-color: #ee5723 !important;
	background-color: rgba(238,87,35,var(--bg-opacity)) !important
}

.bg-yellow-100 {
	--bg-opacity: 1 !important;
	background-color: ivory !important;
	background-color: rgba(255,255,240,var(--bg-opacity)) !important
}

.bg-yellow-200 {
	--bg-opacity: 1 !important;
	background-color: #fefcbf !important;
	background-color: rgba(254,252,191,var(--bg-opacity)) !important
}

.bg-yellow-300 {
	--bg-opacity: 1 !important;
	background-color: #faf089 !important;
	background-color: rgba(250,240,137,var(--bg-opacity)) !important
}

.bg-yellow-400 {
	--bg-opacity: 1 !important;
	background-color: #f6e05e !important;
	background-color: rgba(246,224,94,var(--bg-opacity)) !important
}

.bg-yellow-500 {
	--bg-opacity: 1 !important;
	background-color: #ecc94b !important;
	background-color: rgba(236,201,75,var(--bg-opacity)) !important
}

.bg-yellow-600 {
	--bg-opacity: 1 !important;
	background-color: #d69e2e !important;
	background-color: rgba(214,158,46,var(--bg-opacity)) !important
}

.bg-yellow-700 {
	--bg-opacity: 1 !important;
	background-color: #b7791f !important;
	background-color: rgba(183,121,31,var(--bg-opacity)) !important
}

.bg-yellow-800 {
	--bg-opacity: 1 !important;
	background-color: #975a16 !important;
	background-color: rgba(151,90,22,var(--bg-opacity)) !important
}

.bg-yellow-900 {
	--bg-opacity: 1 !important;
	background-color: #744210 !important;
	background-color: rgba(116,66,16,var(--bg-opacity)) !important
}

.bg-green-100 {
	--bg-opacity: 1 !important;
	background-color: #f0fff4 !important;
	background-color: rgba(240,255,244,var(--bg-opacity)) !important
}

.bg-green-200 {
	--bg-opacity: 1 !important;
	background-color: #c6f6d5 !important;
	background-color: rgba(198,246,213,var(--bg-opacity)) !important
}

.bg-green-300 {
	--bg-opacity: 1 !important;
	background-color: #9ae6b4 !important;
	background-color: rgba(154,230,180,var(--bg-opacity)) !important
}

.bg-green-400 {
	--bg-opacity: 1 !important;
	background-color: #68d391 !important;
	background-color: rgba(104,211,145,var(--bg-opacity)) !important
}

.bg-green-500 {
	--bg-opacity: 1 !important;
	background-color: #48bb78 !important;
	background-color: rgba(72,187,120,var(--bg-opacity)) !important
}

.bg-green-600 {
	--bg-opacity: 1 !important;
	background-color: #38a169 !important;
	background-color: rgba(56,161,105,var(--bg-opacity)) !important
}

.bg-green-700 {
	--bg-opacity: 1 !important;
	background-color: #2f855a !important;
	background-color: rgba(47,133,90,var(--bg-opacity)) !important
}

.bg-green-800 {
	--bg-opacity: 1 !important;
	background-color: #276749 !important;
	background-color: rgba(39,103,73,var(--bg-opacity)) !important
}

.bg-green-900 {
	--bg-opacity: 1 !important;
	background-color: #22543d !important;
	background-color: rgba(34,84,61,var(--bg-opacity)) !important
}

.bg-teal-100 {
	--bg-opacity: 1 !important;
	background-color: #e6fffa !important;
	background-color: rgba(230,255,250,var(--bg-opacity)) !important
}

.bg-teal-200 {
	--bg-opacity: 1 !important;
	background-color: #b2f5ea !important;
	background-color: rgba(178,245,234,var(--bg-opacity)) !important
}

.bg-teal-300 {
	--bg-opacity: 1 !important;
	background-color: #81e6d9 !important;
	background-color: rgba(129,230,217,var(--bg-opacity)) !important
}

.bg-teal-400 {
	--bg-opacity: 1 !important;
	background-color: #4fd1c5 !important;
	background-color: rgba(79,209,197,var(--bg-opacity)) !important
}

.bg-teal-500 {
	--bg-opacity: 1 !important;
	background-color: #38b2ac !important;
	background-color: rgba(56,178,172,var(--bg-opacity)) !important
}

.bg-teal-600 {
	--bg-opacity: 1 !important;
	background-color: #319795 !important;
	background-color: rgba(49,151,149,var(--bg-opacity)) !important
}

.bg-teal-700 {
	--bg-opacity: 1 !important;
	background-color: #2c7a7b !important;
	background-color: rgba(44,122,123,var(--bg-opacity)) !important
}

.bg-teal-800 {
	--bg-opacity: 1 !important;
	background-color: #285e61 !important;
	background-color: rgba(40,94,97,var(--bg-opacity)) !important
}

.bg-teal-900 {
	--bg-opacity: 1 !important;
	background-color: #234e52 !important;
	background-color: rgba(35,78,82,var(--bg-opacity)) !important
}

.bg-blue-100 {
	--bg-opacity: 1 !important;
	background-color: #ebf8ff !important;
	background-color: rgba(235,248,255,var(--bg-opacity)) !important
}

.bg-blue-200 {
	--bg-opacity: 1 !important;
	background-color: #bee3f8 !important;
	background-color: rgba(190,227,248,var(--bg-opacity)) !important
}

.bg-blue-300 {
	--bg-opacity: 1 !important;
	background-color: #90cdf4 !important;
	background-color: rgba(144,205,244,var(--bg-opacity)) !important
}

.bg-blue-400 {
	--bg-opacity: 1 !important;
	background-color: #63b3ed !important;
	background-color: rgba(99,179,237,var(--bg-opacity)) !important
}

.bg-blue-500 {
	--bg-opacity: 1 !important;
	background-color: #4299e1 !important;
	background-color: rgba(66,153,225,var(--bg-opacity)) !important
}

.bg-blue-600 {
	--bg-opacity: 1 !important;
	background-color: #3182ce !important;
	background-color: rgba(49,130,206,var(--bg-opacity)) !important
}

.bg-blue-700 {
	--bg-opacity: 1 !important;
	background-color: #2b6cb0 !important;
	background-color: rgba(43,108,176,var(--bg-opacity)) !important
}

.bg-blue-800 {
	--bg-opacity: 1 !important;
	background-color: #2c5282 !important;
	background-color: rgba(44,82,130,var(--bg-opacity)) !important
}

.bg-blue-900 {
	--bg-opacity: 1 !important;
	background-color: #2a4365 !important;
	background-color: rgba(42,67,101,var(--bg-opacity)) !important
}

.bg-indigo-100 {
	--bg-opacity: 1 !important;
	background-color: #ebf4ff !important;
	background-color: rgba(235,244,255,var(--bg-opacity)) !important
}

.bg-indigo-200 {
	--bg-opacity: 1 !important;
	background-color: #c3dafe !important;
	background-color: rgba(195,218,254,var(--bg-opacity)) !important
}

.bg-indigo-300 {
	--bg-opacity: 1 !important;
	background-color: #a3bffa !important;
	background-color: rgba(163,191,250,var(--bg-opacity)) !important
}

.bg-indigo-400 {
	--bg-opacity: 1 !important;
	background-color: #7f9cf5 !important;
	background-color: rgba(127,156,245,var(--bg-opacity)) !important
}

.bg-indigo-500 {
	--bg-opacity: 1 !important;
	background-color: #667eea !important;
	background-color: rgba(102,126,234,var(--bg-opacity)) !important
}

.bg-indigo-600 {
	--bg-opacity: 1 !important;
	background-color: #5a67d8 !important;
	background-color: rgba(90,103,216,var(--bg-opacity)) !important
}

.bg-indigo-700 {
	--bg-opacity: 1 !important;
	background-color: #4c51bf !important;
	background-color: rgba(76,81,191,var(--bg-opacity)) !important
}

.bg-indigo-800 {
	--bg-opacity: 1 !important;
	background-color: #434190 !important;
	background-color: rgba(67,65,144,var(--bg-opacity)) !important
}

.bg-indigo-900 {
	--bg-opacity: 1 !important;
	background-color: #3c366b !important;
	background-color: rgba(60,54,107,var(--bg-opacity)) !important
}

.bg-purple-100 {
	--bg-opacity: 1 !important;
	background-color: #faf5ff !important;
	background-color: rgba(250,245,255,var(--bg-opacity)) !important
}

.bg-purple-200 {
	--bg-opacity: 1 !important;
	background-color: #e9d8fd !important;
	background-color: rgba(233,216,253,var(--bg-opacity)) !important
}

.bg-purple-300 {
	--bg-opacity: 1 !important;
	background-color: #d6bcfa !important;
	background-color: rgba(214,188,250,var(--bg-opacity)) !important
}

.bg-purple-400 {
	--bg-opacity: 1 !important;
	background-color: #b794f4 !important;
	background-color: rgba(183,148,244,var(--bg-opacity)) !important
}

.bg-purple-500 {
	--bg-opacity: 1 !important;
	background-color: #9f7aea !important;
	background-color: rgba(159,122,234,var(--bg-opacity)) !important
}

.bg-purple-600 {
	--bg-opacity: 1 !important;
	background-color: #805ad5 !important;
	background-color: rgba(128,90,213,var(--bg-opacity)) !important
}

.bg-purple-700 {
	--bg-opacity: 1 !important;
	background-color: #6b46c1 !important;
	background-color: rgba(107,70,193,var(--bg-opacity)) !important
}

.bg-purple-800 {
	--bg-opacity: 1 !important;
	background-color: #553c9a !important;
	background-color: rgba(85,60,154,var(--bg-opacity)) !important
}

.bg-purple-900 {
	--bg-opacity: 1 !important;
	background-color: #44337a !important;
	background-color: rgba(68,51,122,var(--bg-opacity)) !important
}

.bg-pink-100 {
	--bg-opacity: 1 !important;
	background-color: #fff5f7 !important;
	background-color: rgba(255,245,247,var(--bg-opacity)) !important
}

.bg-pink-200 {
	--bg-opacity: 1 !important;
	background-color: #fed7e2 !important;
	background-color: rgba(254,215,226,var(--bg-opacity)) !important
}

.bg-pink-300 {
	--bg-opacity: 1 !important;
	background-color: #fbb6ce !important;
	background-color: rgba(251,182,206,var(--bg-opacity)) !important
}

.bg-pink-400 {
	--bg-opacity: 1 !important;
	background-color: #f687b3 !important;
	background-color: rgba(246,135,179,var(--bg-opacity)) !important
}

.bg-pink-500 {
	--bg-opacity: 1 !important;
	background-color: #ed64a6 !important;
	background-color: rgba(237,100,166,var(--bg-opacity)) !important
}

.bg-pink-600 {
	--bg-opacity: 1 !important;
	background-color: #d53f8c !important;
	background-color: rgba(213,63,140,var(--bg-opacity)) !important
}

.bg-pink-700 {
	--bg-opacity: 1 !important;
	background-color: #b83280 !important;
	background-color: rgba(184,50,128,var(--bg-opacity)) !important
}

.bg-pink-800 {
	--bg-opacity: 1 !important;
	background-color: #97266d !important;
	background-color: rgba(151,38,109,var(--bg-opacity)) !important
}

.bg-pink-900 {
	--bg-opacity: 1 !important;
	background-color: #702459 !important;
	background-color: rgba(112,36,89,var(--bg-opacity)) !important
}

.bg-orange-400 {
	--bg-opacity: 1 !important;
	background-color: #ee5723 !important;
	background-color: rgba(238,87,35,var(--bg-opacity)) !important
}

.bg-orange-500 {
	background-color: #f54a08 !important;
	background-color: rgba(245,74,8,var(--bg-opacity)) !important
}

.bg-f3f, .bg-orange-500 {
	--bg-opacity: 1 !important
}

.bg-f3f {
	background-color: #f3f3f3 !important;
	background-color: rgba(243,243,243,var(--bg-opacity)) !important
}

.bg-primary {
	--bg-opacity: 1 !important;
	background-color: #ee5723 !important;
	background-color: rgba(238,87,35,var(--bg-opacity)) !important
}

.bg-primary-100 {
	background-color: rgba(238,87,35,.9) !important
}

.hover\:bg-666:hover {
	--bg-opacity: 1 !important;
	background-color: #666 !important;
	background-color: rgba(102,102,102,var(--bg-opacity)) !important
}

.hover\:bg-transparent:hover {
	background-color: transparent !important
}

.hover\:bg-current:hover {
	background-color: currentColor !important
}

.hover\:bg-black-100:hover {
	--bg-opacity: 1 !important;
	background-color: #141d3e !important;
	background-color: rgba(20,29,62,var(--bg-opacity)) !important
}

.hover\:bg-black-200:hover {
	--bg-opacity: 1 !important;
	background-color: #212935 !important;
	background-color: rgba(33,41,53,var(--bg-opacity)) !important
}

.hover\:bg-black-300:hover {
	--bg-opacity: 1 !important;
	background-color: #323648 !important;
	background-color: rgba(50,54,72,var(--bg-opacity)) !important
}

.hover\:bg-white:hover {
	--bg-opacity: 1 !important;
	background-color: #fff !important;
	background-color: rgba(255,255,255,var(--bg-opacity)) !important
}

.hover\:bg-gray-100:hover {
	--bg-opacity: 1 !important;
	background-color: #f6f6f6 !important;
	background-color: rgba(246,246,246,var(--bg-opacity)) !important
}

.hover\:bg-gray-200:hover {
	--bg-opacity: 1 !important;
	background-color: #e5e5e5 !important;
	background-color: rgba(229,229,229,var(--bg-opacity)) !important
}

.hover\:bg-gray-300:hover {
	--bg-opacity: 1 !important;
	background-color: #c4c4c4 !important;
	background-color: rgba(196,196,196,var(--bg-opacity)) !important
}

.hover\:bg-gray-400:hover {
	--bg-opacity: 1 !important;
	background-color: #aaaaad !important;
	background-color: rgba(170,170,173,var(--bg-opacity)) !important
}

.hover\:bg-gray-500:hover {
	--bg-opacity: 1 !important;
	background-color: #9fa2ac !important;
	background-color: rgba(159,162,172,var(--bg-opacity)) !important
}

.hover\:bg-gray-600:hover {
	--bg-opacity: 1 !important;
	background-color: #8f9191 !important;
	background-color: rgba(143,145,145,var(--bg-opacity)) !important
}

.hover\:bg-gray-700:hover {
	--bg-opacity: 1 !important;
	background-color: #70727f !important;
	background-color: rgba(112,114,127,var(--bg-opacity)) !important
}

.hover\:bg-gray-800:hover {
	--bg-opacity: 1 !important;
	background-color: #666 !important;
	background-color: rgba(102,102,102,var(--bg-opacity)) !important
}

.hover\:bg-red-100:hover {
	--bg-opacity: 1 !important;
	background-color: #fff5f5 !important;
	background-color: rgba(255,245,245,var(--bg-opacity)) !important
}

.hover\:bg-red-200:hover {
	--bg-opacity: 1 !important;
	background-color: #fed7d7 !important;
	background-color: rgba(254,215,215,var(--bg-opacity)) !important
}

.hover\:bg-red-300:hover {
	--bg-opacity: 1 !important;
	background-color: #feb2b2 !important;
	background-color: rgba(254,178,178,var(--bg-opacity)) !important
}

.hover\:bg-red-400:hover {
	--bg-opacity: 1 !important;
	background-color: #fc8181 !important;
	background-color: rgba(252,129,129,var(--bg-opacity)) !important
}

.hover\:bg-red-500:hover {
	--bg-opacity: 1 !important;
	background-color: #f56565 !important;
	background-color: rgba(245,101,101,var(--bg-opacity)) !important
}

.hover\:bg-red-600:hover {
	--bg-opacity: 1 !important;
	background-color: #e53e3e !important;
	background-color: rgba(229,62,62,var(--bg-opacity)) !important
}

.hover\:bg-red-700:hover {
	--bg-opacity: 1 !important;
	background-color: #c53030 !important;
	background-color: rgba(197,48,48,var(--bg-opacity)) !important
}

.hover\:bg-red-800:hover {
	--bg-opacity: 1 !important;
	background-color: #9b2c2c !important;
	background-color: rgba(155,44,44,var(--bg-opacity)) !important
}

.hover\:bg-red-900:hover {
	--bg-opacity: 1 !important;
	background-color: #742a2a !important;
	background-color: rgba(116,42,42,var(--bg-opacity)) !important
}

.hover\:bg-orange:hover {
	--bg-opacity: 1 !important;
	background-color: #ee5723 !important;
	background-color: rgba(238,87,35,var(--bg-opacity)) !important
}

.hover\:bg-yellow-100:hover {
	--bg-opacity: 1 !important;
	background-color: ivory !important;
	background-color: rgba(255,255,240,var(--bg-opacity)) !important
}

.hover\:bg-yellow-200:hover {
	--bg-opacity: 1 !important;
	background-color: #fefcbf !important;
	background-color: rgba(254,252,191,var(--bg-opacity)) !important
}

.hover\:bg-yellow-300:hover {
	--bg-opacity: 1 !important;
	background-color: #faf089 !important;
	background-color: rgba(250,240,137,var(--bg-opacity)) !important
}

.hover\:bg-yellow-400:hover {
	--bg-opacity: 1 !important;
	background-color: #f6e05e !important;
	background-color: rgba(246,224,94,var(--bg-opacity)) !important
}

.hover\:bg-yellow-500:hover {
	--bg-opacity: 1 !important;
	background-color: #ecc94b !important;
	background-color: rgba(236,201,75,var(--bg-opacity)) !important
}

.hover\:bg-yellow-600:hover {
	--bg-opacity: 1 !important;
	background-color: #d69e2e !important;
	background-color: rgba(214,158,46,var(--bg-opacity)) !important
}

.hover\:bg-yellow-700:hover {
	--bg-opacity: 1 !important;
	background-color: #b7791f !important;
	background-color: rgba(183,121,31,var(--bg-opacity)) !important
}

.hover\:bg-yellow-800:hover {
	--bg-opacity: 1 !important;
	background-color: #975a16 !important;
	background-color: rgba(151,90,22,var(--bg-opacity)) !important
}

.hover\:bg-yellow-900:hover {
	--bg-opacity: 1 !important;
	background-color: #744210 !important;
	background-color: rgba(116,66,16,var(--bg-opacity)) !important
}

.hover\:bg-green-100:hover {
	--bg-opacity: 1 !important;
	background-color: #f0fff4 !important;
	background-color: rgba(240,255,244,var(--bg-opacity)) !important
}

.hover\:bg-green-200:hover {
	--bg-opacity: 1 !important;
	background-color: #c6f6d5 !important;
	background-color: rgba(198,246,213,var(--bg-opacity)) !important
}

.hover\:bg-green-300:hover {
	--bg-opacity: 1 !important;
	background-color: #9ae6b4 !important;
	background-color: rgba(154,230,180,var(--bg-opacity)) !important
}

.hover\:bg-green-400:hover {
	--bg-opacity: 1 !important;
	background-color: #68d391 !important;
	background-color: rgba(104,211,145,var(--bg-opacity)) !important
}

.hover\:bg-green-500:hover {
	--bg-opacity: 1 !important;
	background-color: #48bb78 !important;
	background-color: rgba(72,187,120,var(--bg-opacity)) !important
}

.hover\:bg-green-600:hover {
	--bg-opacity: 1 !important;
	background-color: #38a169 !important;
	background-color: rgba(56,161,105,var(--bg-opacity)) !important
}

.hover\:bg-green-700:hover {
	--bg-opacity: 1 !important;
	background-color: #2f855a !important;
	background-color: rgba(47,133,90,var(--bg-opacity)) !important
}

.hover\:bg-green-800:hover {
	--bg-opacity: 1 !important;
	background-color: #276749 !important;
	background-color: rgba(39,103,73,var(--bg-opacity)) !important
}

.hover\:bg-green-900:hover {
	--bg-opacity: 1 !important;
	background-color: #22543d !important;
	background-color: rgba(34,84,61,var(--bg-opacity)) !important
}

.hover\:bg-teal-100:hover {
	--bg-opacity: 1 !important;
	background-color: #e6fffa !important;
	background-color: rgba(230,255,250,var(--bg-opacity)) !important
}

.hover\:bg-teal-200:hover {
	--bg-opacity: 1 !important;
	background-color: #b2f5ea !important;
	background-color: rgba(178,245,234,var(--bg-opacity)) !important
}

.hover\:bg-teal-300:hover {
	--bg-opacity: 1 !important;
	background-color: #81e6d9 !important;
	background-color: rgba(129,230,217,var(--bg-opacity)) !important
}

.hover\:bg-teal-400:hover {
	--bg-opacity: 1 !important;
	background-color: #4fd1c5 !important;
	background-color: rgba(79,209,197,var(--bg-opacity)) !important
}

.hover\:bg-teal-500:hover {
	--bg-opacity: 1 !important;
	background-color: #38b2ac !important;
	background-color: rgba(56,178,172,var(--bg-opacity)) !important
}

.hover\:bg-teal-600:hover {
	--bg-opacity: 1 !important;
	background-color: #319795 !important;
	background-color: rgba(49,151,149,var(--bg-opacity)) !important
}

.hover\:bg-teal-700:hover {
	--bg-opacity: 1 !important;
	background-color: #2c7a7b !important;
	background-color: rgba(44,122,123,var(--bg-opacity)) !important
}

.hover\:bg-teal-800:hover {
	--bg-opacity: 1 !important;
	background-color: #285e61 !important;
	background-color: rgba(40,94,97,var(--bg-opacity)) !important
}

.hover\:bg-teal-900:hover {
	--bg-opacity: 1 !important;
	background-color: #234e52 !important;
	background-color: rgba(35,78,82,var(--bg-opacity)) !important
}

.hover\:bg-blue-100:hover {
	--bg-opacity: 1 !important;
	background-color: #ebf8ff !important;
	background-color: rgba(235,248,255,var(--bg-opacity)) !important
}

.hover\:bg-blue-200:hover {
	--bg-opacity: 1 !important;
	background-color: #bee3f8 !important;
	background-color: rgba(190,227,248,var(--bg-opacity)) !important
}

.hover\:bg-blue-300:hover {
	--bg-opacity: 1 !important;
	background-color: #90cdf4 !important;
	background-color: rgba(144,205,244,var(--bg-opacity)) !important
}

.hover\:bg-blue-400:hover {
	--bg-opacity: 1 !important;
	background-color: #63b3ed !important;
	background-color: rgba(99,179,237,var(--bg-opacity)) !important
}

.hover\:bg-blue-500:hover {
	--bg-opacity: 1 !important;
	background-color: #4299e1 !important;
	background-color: rgba(66,153,225,var(--bg-opacity)) !important
}

.hover\:bg-blue-600:hover {
	--bg-opacity: 1 !important;
	background-color: #3182ce !important;
	background-color: rgba(49,130,206,var(--bg-opacity)) !important
}

.hover\:bg-blue-700:hover {
	--bg-opacity: 1 !important;
	background-color: #2b6cb0 !important;
	background-color: rgba(43,108,176,var(--bg-opacity)) !important
}

.hover\:bg-blue-800:hover {
	--bg-opacity: 1 !important;
	background-color: #2c5282 !important;
	background-color: rgba(44,82,130,var(--bg-opacity)) !important
}

.hover\:bg-blue-900:hover {
	--bg-opacity: 1 !important;
	background-color: #2a4365 !important;
	background-color: rgba(42,67,101,var(--bg-opacity)) !important
}

.hover\:bg-indigo-100:hover {
	--bg-opacity: 1 !important;
	background-color: #ebf4ff !important;
	background-color: rgba(235,244,255,var(--bg-opacity)) !important
}

.hover\:bg-indigo-200:hover {
	--bg-opacity: 1 !important;
	background-color: #c3dafe !important;
	background-color: rgba(195,218,254,var(--bg-opacity)) !important
}

.hover\:bg-indigo-300:hover {
	--bg-opacity: 1 !important;
	background-color: #a3bffa !important;
	background-color: rgba(163,191,250,var(--bg-opacity)) !important
}

.hover\:bg-indigo-400:hover {
	--bg-opacity: 1 !important;
	background-color: #7f9cf5 !important;
	background-color: rgba(127,156,245,var(--bg-opacity)) !important
}

.hover\:bg-indigo-500:hover {
	--bg-opacity: 1 !important;
	background-color: #667eea !important;
	background-color: rgba(102,126,234,var(--bg-opacity)) !important
}

.hover\:bg-indigo-600:hover {
	--bg-opacity: 1 !important;
	background-color: #5a67d8 !important;
	background-color: rgba(90,103,216,var(--bg-opacity)) !important
}

.hover\:bg-indigo-700:hover {
	--bg-opacity: 1 !important;
	background-color: #4c51bf !important;
	background-color: rgba(76,81,191,var(--bg-opacity)) !important
}

.hover\:bg-indigo-800:hover {
	--bg-opacity: 1 !important;
	background-color: #434190 !important;
	background-color: rgba(67,65,144,var(--bg-opacity)) !important
}

.hover\:bg-indigo-900:hover {
	--bg-opacity: 1 !important;
	background-color: #3c366b !important;
	background-color: rgba(60,54,107,var(--bg-opacity)) !important
}

.hover\:bg-purple-100:hover {
	--bg-opacity: 1 !important;
	background-color: #faf5ff !important;
	background-color: rgba(250,245,255,var(--bg-opacity)) !important
}

.hover\:bg-purple-200:hover {
	--bg-opacity: 1 !important;
	background-color: #e9d8fd !important;
	background-color: rgba(233,216,253,var(--bg-opacity)) !important
}

.hover\:bg-purple-300:hover {
	--bg-opacity: 1 !important;
	background-color: #d6bcfa !important;
	background-color: rgba(214,188,250,var(--bg-opacity)) !important
}

.hover\:bg-purple-400:hover {
	--bg-opacity: 1 !important;
	background-color: #b794f4 !important;
	background-color: rgba(183,148,244,var(--bg-opacity)) !important
}

.hover\:bg-purple-500:hover {
	--bg-opacity: 1 !important;
	background-color: #9f7aea !important;
	background-color: rgba(159,122,234,var(--bg-opacity)) !important
}

.hover\:bg-purple-600:hover {
	--bg-opacity: 1 !important;
	background-color: #805ad5 !important;
	background-color: rgba(128,90,213,var(--bg-opacity)) !important
}

.hover\:bg-purple-700:hover {
	--bg-opacity: 1 !important;
	background-color: #6b46c1 !important;
	background-color: rgba(107,70,193,var(--bg-opacity)) !important
}

.hover\:bg-purple-800:hover {
	--bg-opacity: 1 !important;
	background-color: #553c9a !important;
	background-color: rgba(85,60,154,var(--bg-opacity)) !important
}

.hover\:bg-purple-900:hover {
	--bg-opacity: 1 !important;
	background-color: #44337a !important;
	background-color: rgba(68,51,122,var(--bg-opacity)) !important
}

.hover\:bg-pink-100:hover {
	--bg-opacity: 1 !important;
	background-color: #fff5f7 !important;
	background-color: rgba(255,245,247,var(--bg-opacity)) !important
}

.hover\:bg-pink-200:hover {
	--bg-opacity: 1 !important;
	background-color: #fed7e2 !important;
	background-color: rgba(254,215,226,var(--bg-opacity)) !important
}

.hover\:bg-pink-300:hover {
	--bg-opacity: 1 !important;
	background-color: #fbb6ce !important;
	background-color: rgba(251,182,206,var(--bg-opacity)) !important
}

.hover\:bg-pink-400:hover {
	--bg-opacity: 1 !important;
	background-color: #f687b3 !important;
	background-color: rgba(246,135,179,var(--bg-opacity)) !important
}

.hover\:bg-pink-500:hover {
	--bg-opacity: 1 !important;
	background-color: #ed64a6 !important;
	background-color: rgba(237,100,166,var(--bg-opacity)) !important
}

.hover\:bg-pink-600:hover {
	--bg-opacity: 1 !important;
	background-color: #d53f8c !important;
	background-color: rgba(213,63,140,var(--bg-opacity)) !important
}

.hover\:bg-pink-700:hover {
	--bg-opacity: 1 !important;
	background-color: #b83280 !important;
	background-color: rgba(184,50,128,var(--bg-opacity)) !important
}

.hover\:bg-pink-800:hover {
	--bg-opacity: 1 !important;
	background-color: #97266d !important;
	background-color: rgba(151,38,109,var(--bg-opacity)) !important
}

.hover\:bg-pink-900:hover {
	--bg-opacity: 1 !important;
	background-color: #702459 !important;
	background-color: rgba(112,36,89,var(--bg-opacity)) !important
}

.hover\:bg-orange-400:hover {
	--bg-opacity: 1 !important;
	background-color: #ee5723 !important;
	background-color: rgba(238,87,35,var(--bg-opacity)) !important
}

.hover\:bg-orange-500:hover {
	--bg-opacity: 1 !important;
	background-color: #f54a08 !important;
	background-color: rgba(245,74,8,var(--bg-opacity)) !important
}

.hover\:bg-f3f:hover {
	--bg-opacity: 1 !important;
	background-color: #f3f3f3 !important;
	background-color: rgba(243,243,243,var(--bg-opacity)) !important
}

.hover\:bg-primary:hover {
	--bg-opacity: 1 !important;
	background-color: #ee5723 !important;
	background-color: rgba(238,87,35,var(--bg-opacity)) !important
}

.hover\:bg-primary-100:hover {
	background-color: rgba(238,87,35,.9) !important
}

.focus\:bg-666:focus {
	--bg-opacity: 1 !important;
	background-color: #666 !important;
	background-color: rgba(102,102,102,var(--bg-opacity)) !important
}

.focus\:bg-transparent:focus {
	background-color: transparent !important
}

.focus\:bg-current:focus {
	background-color: currentColor !important
}

.focus\:bg-black-100:focus {
	--bg-opacity: 1 !important;
	background-color: #141d3e !important;
	background-color: rgba(20,29,62,var(--bg-opacity)) !important
}

.focus\:bg-black-200:focus {
	--bg-opacity: 1 !important;
	background-color: #212935 !important;
	background-color: rgba(33,41,53,var(--bg-opacity)) !important
}

.focus\:bg-black-300:focus {
	--bg-opacity: 1 !important;
	background-color: #323648 !important;
	background-color: rgba(50,54,72,var(--bg-opacity)) !important
}

.focus\:bg-white:focus {
	--bg-opacity: 1 !important;
	background-color: #fff !important;
	background-color: rgba(255,255,255,var(--bg-opacity)) !important
}

.focus\:bg-gray-100:focus {
	--bg-opacity: 1 !important;
	background-color: #f6f6f6 !important;
	background-color: rgba(246,246,246,var(--bg-opacity)) !important
}

.focus\:bg-gray-200:focus {
	--bg-opacity: 1 !important;
	background-color: #e5e5e5 !important;
	background-color: rgba(229,229,229,var(--bg-opacity)) !important
}

.focus\:bg-gray-300:focus {
	--bg-opacity: 1 !important;
	background-color: #c4c4c4 !important;
	background-color: rgba(196,196,196,var(--bg-opacity)) !important
}

.focus\:bg-gray-400:focus {
	--bg-opacity: 1 !important;
	background-color: #aaaaad !important;
	background-color: rgba(170,170,173,var(--bg-opacity)) !important
}

.focus\:bg-gray-500:focus {
	--bg-opacity: 1 !important;
	background-color: #9fa2ac !important;
	background-color: rgba(159,162,172,var(--bg-opacity)) !important
}

.focus\:bg-gray-600:focus {
	--bg-opacity: 1 !important;
	background-color: #8f9191 !important;
	background-color: rgba(143,145,145,var(--bg-opacity)) !important
}

.focus\:bg-gray-700:focus {
	--bg-opacity: 1 !important;
	background-color: #70727f !important;
	background-color: rgba(112,114,127,var(--bg-opacity)) !important
}

.focus\:bg-gray-800:focus {
	--bg-opacity: 1 !important;
	background-color: #666 !important;
	background-color: rgba(102,102,102,var(--bg-opacity)) !important
}

.focus\:bg-red-100:focus {
	--bg-opacity: 1 !important;
	background-color: #fff5f5 !important;
	background-color: rgba(255,245,245,var(--bg-opacity)) !important
}

.focus\:bg-red-200:focus {
	--bg-opacity: 1 !important;
	background-color: #fed7d7 !important;
	background-color: rgba(254,215,215,var(--bg-opacity)) !important
}

.focus\:bg-red-300:focus {
	--bg-opacity: 1 !important;
	background-color: #feb2b2 !important;
	background-color: rgba(254,178,178,var(--bg-opacity)) !important
}

.focus\:bg-red-400:focus {
	--bg-opacity: 1 !important;
	background-color: #fc8181 !important;
	background-color: rgba(252,129,129,var(--bg-opacity)) !important
}

.focus\:bg-red-500:focus {
	--bg-opacity: 1 !important;
	background-color: #f56565 !important;
	background-color: rgba(245,101,101,var(--bg-opacity)) !important
}

.focus\:bg-red-600:focus {
	--bg-opacity: 1 !important;
	background-color: #e53e3e !important;
	background-color: rgba(229,62,62,var(--bg-opacity)) !important
}

.focus\:bg-red-700:focus {
	--bg-opacity: 1 !important;
	background-color: #c53030 !important;
	background-color: rgba(197,48,48,var(--bg-opacity)) !important
}

.focus\:bg-red-800:focus {
	--bg-opacity: 1 !important;
	background-color: #9b2c2c !important;
	background-color: rgba(155,44,44,var(--bg-opacity)) !important
}

.focus\:bg-red-900:focus {
	--bg-opacity: 1 !important;
	background-color: #742a2a !important;
	background-color: rgba(116,42,42,var(--bg-opacity)) !important
}

.focus\:bg-orange:focus {
	--bg-opacity: 1 !important;
	background-color: #ee5723 !important;
	background-color: rgba(238,87,35,var(--bg-opacity)) !important
}

.focus\:bg-yellow-100:focus {
	--bg-opacity: 1 !important;
	background-color: ivory !important;
	background-color: rgba(255,255,240,var(--bg-opacity)) !important
}

.focus\:bg-yellow-200:focus {
	--bg-opacity: 1 !important;
	background-color: #fefcbf !important;
	background-color: rgba(254,252,191,var(--bg-opacity)) !important
}

.focus\:bg-yellow-300:focus {
	--bg-opacity: 1 !important;
	background-color: #faf089 !important;
	background-color: rgba(250,240,137,var(--bg-opacity)) !important
}

.focus\:bg-yellow-400:focus {
	--bg-opacity: 1 !important;
	background-color: #f6e05e !important;
	background-color: rgba(246,224,94,var(--bg-opacity)) !important
}

.focus\:bg-yellow-500:focus {
	--bg-opacity: 1 !important;
	background-color: #ecc94b !important;
	background-color: rgba(236,201,75,var(--bg-opacity)) !important
}

.focus\:bg-yellow-600:focus {
	--bg-opacity: 1 !important;
	background-color: #d69e2e !important;
	background-color: rgba(214,158,46,var(--bg-opacity)) !important
}

.focus\:bg-yellow-700:focus {
	--bg-opacity: 1 !important;
	background-color: #b7791f !important;
	background-color: rgba(183,121,31,var(--bg-opacity)) !important
}

.focus\:bg-yellow-800:focus {
	--bg-opacity: 1 !important;
	background-color: #975a16 !important;
	background-color: rgba(151,90,22,var(--bg-opacity)) !important
}

.focus\:bg-yellow-900:focus {
	--bg-opacity: 1 !important;
	background-color: #744210 !important;
	background-color: rgba(116,66,16,var(--bg-opacity)) !important
}

.focus\:bg-green-100:focus {
	--bg-opacity: 1 !important;
	background-color: #f0fff4 !important;
	background-color: rgba(240,255,244,var(--bg-opacity)) !important
}

.focus\:bg-green-200:focus {
	--bg-opacity: 1 !important;
	background-color: #c6f6d5 !important;
	background-color: rgba(198,246,213,var(--bg-opacity)) !important
}

.focus\:bg-green-300:focus {
	--bg-opacity: 1 !important;
	background-color: #9ae6b4 !important;
	background-color: rgba(154,230,180,var(--bg-opacity)) !important
}

.focus\:bg-green-400:focus {
	--bg-opacity: 1 !important;
	background-color: #68d391 !important;
	background-color: rgba(104,211,145,var(--bg-opacity)) !important
}

.focus\:bg-green-500:focus {
	--bg-opacity: 1 !important;
	background-color: #48bb78 !important;
	background-color: rgba(72,187,120,var(--bg-opacity)) !important
}

.focus\:bg-green-600:focus {
	--bg-opacity: 1 !important;
	background-color: #38a169 !important;
	background-color: rgba(56,161,105,var(--bg-opacity)) !important
}

.focus\:bg-green-700:focus {
	--bg-opacity: 1 !important;
	background-color: #2f855a !important;
	background-color: rgba(47,133,90,var(--bg-opacity)) !important
}

.focus\:bg-green-800:focus {
	--bg-opacity: 1 !important;
	background-color: #276749 !important;
	background-color: rgba(39,103,73,var(--bg-opacity)) !important
}

.focus\:bg-green-900:focus {
	--bg-opacity: 1 !important;
	background-color: #22543d !important;
	background-color: rgba(34,84,61,var(--bg-opacity)) !important
}

.focus\:bg-teal-100:focus {
	--bg-opacity: 1 !important;
	background-color: #e6fffa !important;
	background-color: rgba(230,255,250,var(--bg-opacity)) !important
}

.focus\:bg-teal-200:focus {
	--bg-opacity: 1 !important;
	background-color: #b2f5ea !important;
	background-color: rgba(178,245,234,var(--bg-opacity)) !important
}

.focus\:bg-teal-300:focus {
	--bg-opacity: 1 !important;
	background-color: #81e6d9 !important;
	background-color: rgba(129,230,217,var(--bg-opacity)) !important
}

.focus\:bg-teal-400:focus {
	--bg-opacity: 1 !important;
	background-color: #4fd1c5 !important;
	background-color: rgba(79,209,197,var(--bg-opacity)) !important
}

.focus\:bg-teal-500:focus {
	--bg-opacity: 1 !important;
	background-color: #38b2ac !important;
	background-color: rgba(56,178,172,var(--bg-opacity)) !important
}

.focus\:bg-teal-600:focus {
	--bg-opacity: 1 !important;
	background-color: #319795 !important;
	background-color: rgba(49,151,149,var(--bg-opacity)) !important
}

.focus\:bg-teal-700:focus {
	--bg-opacity: 1 !important;
	background-color: #2c7a7b !important;
	background-color: rgba(44,122,123,var(--bg-opacity)) !important
}

.focus\:bg-teal-800:focus {
	--bg-opacity: 1 !important;
	background-color: #285e61 !important;
	background-color: rgba(40,94,97,var(--bg-opacity)) !important
}

.focus\:bg-teal-900:focus {
	--bg-opacity: 1 !important;
	background-color: #234e52 !important;
	background-color: rgba(35,78,82,var(--bg-opacity)) !important
}

.focus\:bg-blue-100:focus {
	--bg-opacity: 1 !important;
	background-color: #ebf8ff !important;
	background-color: rgba(235,248,255,var(--bg-opacity)) !important
}

.focus\:bg-blue-200:focus {
	--bg-opacity: 1 !important;
	background-color: #bee3f8 !important;
	background-color: rgba(190,227,248,var(--bg-opacity)) !important
}

.focus\:bg-blue-300:focus {
	--bg-opacity: 1 !important;
	background-color: #90cdf4 !important;
	background-color: rgba(144,205,244,var(--bg-opacity)) !important
}

.focus\:bg-blue-400:focus {
	--bg-opacity: 1 !important;
	background-color: #63b3ed !important;
	background-color: rgba(99,179,237,var(--bg-opacity)) !important
}

.focus\:bg-blue-500:focus {
	--bg-opacity: 1 !important;
	background-color: #4299e1 !important;
	background-color: rgba(66,153,225,var(--bg-opacity)) !important
}

.focus\:bg-blue-600:focus {
	--bg-opacity: 1 !important;
	background-color: #3182ce !important;
	background-color: rgba(49,130,206,var(--bg-opacity)) !important
}

.focus\:bg-blue-700:focus {
	--bg-opacity: 1 !important;
	background-color: #2b6cb0 !important;
	background-color: rgba(43,108,176,var(--bg-opacity)) !important
}

.focus\:bg-blue-800:focus {
	--bg-opacity: 1 !important;
	background-color: #2c5282 !important;
	background-color: rgba(44,82,130,var(--bg-opacity)) !important
}

.focus\:bg-blue-900:focus {
	--bg-opacity: 1 !important;
	background-color: #2a4365 !important;
	background-color: rgba(42,67,101,var(--bg-opacity)) !important
}

.focus\:bg-indigo-100:focus {
	--bg-opacity: 1 !important;
	background-color: #ebf4ff !important;
	background-color: rgba(235,244,255,var(--bg-opacity)) !important
}

.focus\:bg-indigo-200:focus {
	--bg-opacity: 1 !important;
	background-color: #c3dafe !important;
	background-color: rgba(195,218,254,var(--bg-opacity)) !important
}

.focus\:bg-indigo-300:focus {
	--bg-opacity: 1 !important;
	background-color: #a3bffa !important;
	background-color: rgba(163,191,250,var(--bg-opacity)) !important
}

.focus\:bg-indigo-400:focus {
	--bg-opacity: 1 !important;
	background-color: #7f9cf5 !important;
	background-color: rgba(127,156,245,var(--bg-opacity)) !important
}

.focus\:bg-indigo-500:focus {
	--bg-opacity: 1 !important;
	background-color: #667eea !important;
	background-color: rgba(102,126,234,var(--bg-opacity)) !important
}

.focus\:bg-indigo-600:focus {
	--bg-opacity: 1 !important;
	background-color: #5a67d8 !important;
	background-color: rgba(90,103,216,var(--bg-opacity)) !important
}

.focus\:bg-indigo-700:focus {
	--bg-opacity: 1 !important;
	background-color: #4c51bf !important;
	background-color: rgba(76,81,191,var(--bg-opacity)) !important
}

.focus\:bg-indigo-800:focus {
	--bg-opacity: 1 !important;
	background-color: #434190 !important;
	background-color: rgba(67,65,144,var(--bg-opacity)) !important
}

.focus\:bg-indigo-900:focus {
	--bg-opacity: 1 !important;
	background-color: #3c366b !important;
	background-color: rgba(60,54,107,var(--bg-opacity)) !important
}

.focus\:bg-purple-100:focus {
	--bg-opacity: 1 !important;
	background-color: #faf5ff !important;
	background-color: rgba(250,245,255,var(--bg-opacity)) !important
}

.focus\:bg-purple-200:focus {
	--bg-opacity: 1 !important;
	background-color: #e9d8fd !important;
	background-color: rgba(233,216,253,var(--bg-opacity)) !important
}

.focus\:bg-purple-300:focus {
	--bg-opacity: 1 !important;
	background-color: #d6bcfa !important;
	background-color: rgba(214,188,250,var(--bg-opacity)) !important
}

.focus\:bg-purple-400:focus {
	--bg-opacity: 1 !important;
	background-color: #b794f4 !important;
	background-color: rgba(183,148,244,var(--bg-opacity)) !important
}

.focus\:bg-purple-500:focus {
	--bg-opacity: 1 !important;
	background-color: #9f7aea !important;
	background-color: rgba(159,122,234,var(--bg-opacity)) !important
}

.focus\:bg-purple-600:focus {
	--bg-opacity: 1 !important;
	background-color: #805ad5 !important;
	background-color: rgba(128,90,213,var(--bg-opacity)) !important
}

.focus\:bg-purple-700:focus {
	--bg-opacity: 1 !important;
	background-color: #6b46c1 !important;
	background-color: rgba(107,70,193,var(--bg-opacity)) !important
}

.focus\:bg-purple-800:focus {
	--bg-opacity: 1 !important;
	background-color: #553c9a !important;
	background-color: rgba(85,60,154,var(--bg-opacity)) !important
}

.focus\:bg-purple-900:focus {
	--bg-opacity: 1 !important;
	background-color: #44337a !important;
	background-color: rgba(68,51,122,var(--bg-opacity)) !important
}

.focus\:bg-pink-100:focus {
	--bg-opacity: 1 !important;
	background-color: #fff5f7 !important;
	background-color: rgba(255,245,247,var(--bg-opacity)) !important
}

.focus\:bg-pink-200:focus {
	--bg-opacity: 1 !important;
	background-color: #fed7e2 !important;
	background-color: rgba(254,215,226,var(--bg-opacity)) !important
}

.focus\:bg-pink-300:focus {
	--bg-opacity: 1 !important;
	background-color: #fbb6ce !important;
	background-color: rgba(251,182,206,var(--bg-opacity)) !important
}

.focus\:bg-pink-400:focus {
	--bg-opacity: 1 !important;
	background-color: #f687b3 !important;
	background-color: rgba(246,135,179,var(--bg-opacity)) !important
}

.focus\:bg-pink-500:focus {
	--bg-opacity: 1 !important;
	background-color: #ed64a6 !important;
	background-color: rgba(237,100,166,var(--bg-opacity)) !important
}

.focus\:bg-pink-600:focus {
	--bg-opacity: 1 !important;
	background-color: #d53f8c !important;
	background-color: rgba(213,63,140,var(--bg-opacity)) !important
}

.focus\:bg-pink-700:focus {
	--bg-opacity: 1 !important;
	background-color: #b83280 !important;
	background-color: rgba(184,50,128,var(--bg-opacity)) !important
}

.focus\:bg-pink-800:focus {
	--bg-opacity: 1 !important;
	background-color: #97266d !important;
	background-color: rgba(151,38,109,var(--bg-opacity)) !important
}

.focus\:bg-pink-900:focus {
	--bg-opacity: 1 !important;
	background-color: #702459 !important;
	background-color: rgba(112,36,89,var(--bg-opacity)) !important
}

.focus\:bg-orange-400:focus {
	--bg-opacity: 1 !important;
	background-color: #ee5723 !important;
	background-color: rgba(238,87,35,var(--bg-opacity)) !important
}

.focus\:bg-orange-500:focus {
	--bg-opacity: 1 !important;
	background-color: #f54a08 !important;
	background-color: rgba(245,74,8,var(--bg-opacity)) !important
}

.focus\:bg-f3f:focus {
	--bg-opacity: 1 !important;
	background-color: #f3f3f3 !important;
	background-color: rgba(243,243,243,var(--bg-opacity)) !important
}

.focus\:bg-primary:focus {
	--bg-opacity: 1 !important;
	background-color: #ee5723 !important;
	background-color: rgba(238,87,35,var(--bg-opacity)) !important
}

.focus\:bg-primary-100:focus {
	background-color: rgba(238,87,35,.9) !important
}

.bg-none {
	background-image: none !important
}

.bg-gradient-to-t {
	background-image: linear-gradient(0deg,var(--gradient-color-stops)) !important
}

.bg-gradient-to-tr {
	background-image: linear-gradient(to top right,var(--gradient-color-stops)) !important
}

.bg-gradient-to-r {
	background-image: linear-gradient(90deg,var(--gradient-color-stops)) !important
}

.bg-gradient-to-br {
	background-image: linear-gradient(to bottom right,var(--gradient-color-stops)) !important
}

.bg-gradient-to-b {
	background-image: linear-gradient(180deg,var(--gradient-color-stops)) !important
}

.bg-gradient-to-bl {
	background-image: linear-gradient(to bottom left,var(--gradient-color-stops)) !important
}

.bg-gradient-to-l {
	background-image: linear-gradient(270deg,var(--gradient-color-stops)) !important
}

.bg-gradient-to-tl {
	background-image: linear-gradient(to top left,var(--gradient-color-stops)) !important
}

.bg-opacity-0 {
	--bg-opacity: 0 !important
}

.bg-opacity-25 {
	--bg-opacity: 0.25 !important
}

.bg-opacity-50 {
	--bg-opacity: 0.5 !important
}

.bg-opacity-75 {
	--bg-opacity: 0.75 !important
}

.bg-opacity-100 {
	--bg-opacity: 1 !important
}

.hover\:bg-opacity-0:hover {
	--bg-opacity: 0 !important
}

.hover\:bg-opacity-25:hover {
	--bg-opacity: 0.25 !important
}

.hover\:bg-opacity-50:hover {
	--bg-opacity: 0.5 !important
}

.hover\:bg-opacity-75:hover {
	--bg-opacity: 0.75 !important
}

.hover\:bg-opacity-100:hover {
	--bg-opacity: 1 !important
}

.focus\:bg-opacity-0:focus {
	--bg-opacity: 0 !important
}

.focus\:bg-opacity-25:focus {
	--bg-opacity: 0.25 !important
}

.focus\:bg-opacity-50:focus {
	--bg-opacity: 0.5 !important
}

.focus\:bg-opacity-75:focus {
	--bg-opacity: 0.75 !important
}

.focus\:bg-opacity-100:focus {
	--bg-opacity: 1 !important
}

.bg-bottom {
	background-position: bottom !important
}

.bg-center {
	background-position: 50% !important
}

.bg-left {
	background-position: 0 !important
}

.bg-left-bottom {
	background-position: 0 100% !important
}

.bg-left-top {
	background-position: 0 0 !important
}

.bg-right {
	background-position: 100% !important
}

.bg-right-bottom {
	background-position: 100% 100% !important
}

.bg-right-top {
	background-position: 100% 0 !important
}

.bg-top {
	background-position: top !important
}

.bg-repeat {
	background-repeat: repeat !important
}

.bg-no-repeat {
	background-repeat: no-repeat !important
}

.bg-repeat-x {
	background-repeat: repeat-x !important
}

.bg-repeat-y {
	background-repeat: repeat-y !important
}

.bg-repeat-round {
	background-repeat: round !important
}

.bg-repeat-space {
	background-repeat: space !important
}

.bg-auto {
	background-size: auto !important
}

.bg-cover {
	background-size: cover !important
}

.bg-contain {
	background-size: contain !important
}

.border-collapse {
	border-collapse: collapse !important
}

.border-separate {
	border-collapse: separate !important
}

.border-666 {
	--border-opacity: 1 !important;
	border-color: #666 !important;
	border-color: rgba(102,102,102,var(--border-opacity)) !important
}

.border-transparent {
	border-color: transparent !important
}

.border-current {
	border-color: currentColor !important
}

.border-black-100 {
	--border-opacity: 1 !important;
	border-color: #141d3e !important;
	border-color: rgba(20,29,62,var(--border-opacity)) !important
}

.border-black-200 {
	--border-opacity: 1 !important;
	border-color: #212935 !important;
	border-color: rgba(33,41,53,var(--border-opacity)) !important
}

.border-black-300 {
	--border-opacity: 1 !important;
	border-color: #323648 !important;
	border-color: rgba(50,54,72,var(--border-opacity)) !important
}

.border-white {
	--border-opacity: 1 !important;
	border-color: #fff !important;
	border-color: rgba(255,255,255,var(--border-opacity)) !important
}

.border-gray-100 {
	--border-opacity: 1 !important;
	border-color: #f6f6f6 !important;
	border-color: rgba(246,246,246,var(--border-opacity)) !important
}

.border-gray-200 {
	--border-opacity: 1 !important;
	border-color: #e5e5e5 !important;
	border-color: rgba(229,229,229,var(--border-opacity)) !important
}

.border-gray-300 {
	--border-opacity: 1 !important;
	border-color: #c4c4c4 !important;
	border-color: rgba(196,196,196,var(--border-opacity)) !important
}

.border-gray-400 {
	--border-opacity: 1 !important;
	border-color: #aaaaad !important;
	border-color: rgba(170,170,173,var(--border-opacity)) !important
}

.border-gray-500 {
	--border-opacity: 1 !important;
	border-color: #9fa2ac !important;
	border-color: rgba(159,162,172,var(--border-opacity)) !important
}

.border-gray-600 {
	--border-opacity: 1 !important;
	border-color: #8f9191 !important;
	border-color: rgba(143,145,145,var(--border-opacity)) !important
}

.border-gray-700 {
	--border-opacity: 1 !important;
	border-color: #70727f !important;
	border-color: rgba(112,114,127,var(--border-opacity)) !important
}

.border-gray-800 {
	--border-opacity: 1 !important;
	border-color: #666 !important;
	border-color: rgba(102,102,102,var(--border-opacity)) !important
}

.border-red-100 {
	--border-opacity: 1 !important;
	border-color: #fff5f5 !important;
	border-color: rgba(255,245,245,var(--border-opacity)) !important
}

.border-red-200 {
	--border-opacity: 1 !important;
	border-color: #fed7d7 !important;
	border-color: rgba(254,215,215,var(--border-opacity)) !important
}

.border-red-300 {
	--border-opacity: 1 !important;
	border-color: #feb2b2 !important;
	border-color: rgba(254,178,178,var(--border-opacity)) !important
}

.border-red-400 {
	--border-opacity: 1 !important;
	border-color: #fc8181 !important;
	border-color: rgba(252,129,129,var(--border-opacity)) !important
}

.border-red-500 {
	--border-opacity: 1 !important;
	border-color: #f56565 !important;
	border-color: rgba(245,101,101,var(--border-opacity)) !important
}

.border-red-600 {
	--border-opacity: 1 !important;
	border-color: #e53e3e !important;
	border-color: rgba(229,62,62,var(--border-opacity)) !important
}

.border-red-700 {
	--border-opacity: 1 !important;
	border-color: #c53030 !important;
	border-color: rgba(197,48,48,var(--border-opacity)) !important
}

.border-red-800 {
	--border-opacity: 1 !important;
	border-color: #9b2c2c !important;
	border-color: rgba(155,44,44,var(--border-opacity)) !important
}

.border-red-900 {
	--border-opacity: 1 !important;
	border-color: #742a2a !important;
	border-color: rgba(116,42,42,var(--border-opacity)) !important
}

.border-orange {
	--border-opacity: 1 !important;
	border-color: #ee5723 !important;
	border-color: rgba(238,87,35,var(--border-opacity)) !important
}

.border-yellow-100 {
	--border-opacity: 1 !important;
	border-color: ivory !important;
	border-color: rgba(255,255,240,var(--border-opacity)) !important
}

.border-yellow-200 {
	--border-opacity: 1 !important;
	border-color: #fefcbf !important;
	border-color: rgba(254,252,191,var(--border-opacity)) !important
}

.border-yellow-300 {
	--border-opacity: 1 !important;
	border-color: #faf089 !important;
	border-color: rgba(250,240,137,var(--border-opacity)) !important
}

.border-yellow-400 {
	--border-opacity: 1 !important;
	border-color: #f6e05e !important;
	border-color: rgba(246,224,94,var(--border-opacity)) !important
}

.border-yellow-500 {
	--border-opacity: 1 !important;
	border-color: #ecc94b !important;
	border-color: rgba(236,201,75,var(--border-opacity)) !important
}

.border-yellow-600 {
	--border-opacity: 1 !important;
	border-color: #d69e2e !important;
	border-color: rgba(214,158,46,var(--border-opacity)) !important
}

.border-yellow-700 {
	--border-opacity: 1 !important;
	border-color: #b7791f !important;
	border-color: rgba(183,121,31,var(--border-opacity)) !important
}

.border-yellow-800 {
	--border-opacity: 1 !important;
	border-color: #975a16 !important;
	border-color: rgba(151,90,22,var(--border-opacity)) !important
}

.border-yellow-900 {
	--border-opacity: 1 !important;
	border-color: #744210 !important;
	border-color: rgba(116,66,16,var(--border-opacity)) !important
}

.border-green-100 {
	--border-opacity: 1 !important;
	border-color: #f0fff4 !important;
	border-color: rgba(240,255,244,var(--border-opacity)) !important
}

.border-green-200 {
	--border-opacity: 1 !important;
	border-color: #c6f6d5 !important;
	border-color: rgba(198,246,213,var(--border-opacity)) !important
}

.border-green-300 {
	--border-opacity: 1 !important;
	border-color: #9ae6b4 !important;
	border-color: rgba(154,230,180,var(--border-opacity)) !important
}

.border-green-400 {
	--border-opacity: 1 !important;
	border-color: #68d391 !important;
	border-color: rgba(104,211,145,var(--border-opacity)) !important
}

.border-green-500 {
	--border-opacity: 1 !important;
	border-color: #48bb78 !important;
	border-color: rgba(72,187,120,var(--border-opacity)) !important
}

.border-green-600 {
	--border-opacity: 1 !important;
	border-color: #38a169 !important;
	border-color: rgba(56,161,105,var(--border-opacity)) !important
}

.border-green-700 {
	--border-opacity: 1 !important;
	border-color: #2f855a !important;
	border-color: rgba(47,133,90,var(--border-opacity)) !important
}

.border-green-800 {
	--border-opacity: 1 !important;
	border-color: #276749 !important;
	border-color: rgba(39,103,73,var(--border-opacity)) !important
}

.border-green-900 {
	--border-opacity: 1 !important;
	border-color: #22543d !important;
	border-color: rgba(34,84,61,var(--border-opacity)) !important
}

.border-teal-100 {
	--border-opacity: 1 !important;
	border-color: #e6fffa !important;
	border-color: rgba(230,255,250,var(--border-opacity)) !important
}

.border-teal-200 {
	--border-opacity: 1 !important;
	border-color: #b2f5ea !important;
	border-color: rgba(178,245,234,var(--border-opacity)) !important
}

.border-teal-300 {
	--border-opacity: 1 !important;
	border-color: #81e6d9 !important;
	border-color: rgba(129,230,217,var(--border-opacity)) !important
}

.border-teal-400 {
	--border-opacity: 1 !important;
	border-color: #4fd1c5 !important;
	border-color: rgba(79,209,197,var(--border-opacity)) !important
}

.border-teal-500 {
	--border-opacity: 1 !important;
	border-color: #38b2ac !important;
	border-color: rgba(56,178,172,var(--border-opacity)) !important
}

.border-teal-600 {
	--border-opacity: 1 !important;
	border-color: #319795 !important;
	border-color: rgba(49,151,149,var(--border-opacity)) !important
}

.border-teal-700 {
	--border-opacity: 1 !important;
	border-color: #2c7a7b !important;
	border-color: rgba(44,122,123,var(--border-opacity)) !important
}

.border-teal-800 {
	--border-opacity: 1 !important;
	border-color: #285e61 !important;
	border-color: rgba(40,94,97,var(--border-opacity)) !important
}

.border-teal-900 {
	--border-opacity: 1 !important;
	border-color: #234e52 !important;
	border-color: rgba(35,78,82,var(--border-opacity)) !important
}

.border-blue-100 {
	--border-opacity: 1 !important;
	border-color: #ebf8ff !important;
	border-color: rgba(235,248,255,var(--border-opacity)) !important
}

.border-blue-200 {
	--border-opacity: 1 !important;
	border-color: #bee3f8 !important;
	border-color: rgba(190,227,248,var(--border-opacity)) !important
}

.border-blue-300 {
	--border-opacity: 1 !important;
	border-color: #90cdf4 !important;
	border-color: rgba(144,205,244,var(--border-opacity)) !important
}

.border-blue-400 {
	--border-opacity: 1 !important;
	border-color: #63b3ed !important;
	border-color: rgba(99,179,237,var(--border-opacity)) !important
}

.border-blue-500 {
	--border-opacity: 1 !important;
	border-color: #4299e1 !important;
	border-color: rgba(66,153,225,var(--border-opacity)) !important
}

.border-blue-600 {
	--border-opacity: 1 !important;
	border-color: #3182ce !important;
	border-color: rgba(49,130,206,var(--border-opacity)) !important
}

.border-blue-700 {
	--border-opacity: 1 !important;
	border-color: #2b6cb0 !important;
	border-color: rgba(43,108,176,var(--border-opacity)) !important
}

.border-blue-800 {
	--border-opacity: 1 !important;
	border-color: #2c5282 !important;
	border-color: rgba(44,82,130,var(--border-opacity)) !important
}

.border-blue-900 {
	--border-opacity: 1 !important;
	border-color: #2a4365 !important;
	border-color: rgba(42,67,101,var(--border-opacity)) !important
}

.border-indigo-100 {
	--border-opacity: 1 !important;
	border-color: #ebf4ff !important;
	border-color: rgba(235,244,255,var(--border-opacity)) !important
}

.border-indigo-200 {
	--border-opacity: 1 !important;
	border-color: #c3dafe !important;
	border-color: rgba(195,218,254,var(--border-opacity)) !important
}

.border-indigo-300 {
	--border-opacity: 1 !important;
	border-color: #a3bffa !important;
	border-color: rgba(163,191,250,var(--border-opacity)) !important
}

.border-indigo-400 {
	--border-opacity: 1 !important;
	border-color: #7f9cf5 !important;
	border-color: rgba(127,156,245,var(--border-opacity)) !important
}

.border-indigo-500 {
	--border-opacity: 1 !important;
	border-color: #667eea !important;
	border-color: rgba(102,126,234,var(--border-opacity)) !important
}

.border-indigo-600 {
	--border-opacity: 1 !important;
	border-color: #5a67d8 !important;
	border-color: rgba(90,103,216,var(--border-opacity)) !important
}

.border-indigo-700 {
	--border-opacity: 1 !important;
	border-color: #4c51bf !important;
	border-color: rgba(76,81,191,var(--border-opacity)) !important
}

.border-indigo-800 {
	--border-opacity: 1 !important;
	border-color: #434190 !important;
	border-color: rgba(67,65,144,var(--border-opacity)) !important
}

.border-indigo-900 {
	--border-opacity: 1 !important;
	border-color: #3c366b !important;
	border-color: rgba(60,54,107,var(--border-opacity)) !important
}

.border-purple-100 {
	--border-opacity: 1 !important;
	border-color: #faf5ff !important;
	border-color: rgba(250,245,255,var(--border-opacity)) !important
}

.border-purple-200 {
	--border-opacity: 1 !important;
	border-color: #e9d8fd !important;
	border-color: rgba(233,216,253,var(--border-opacity)) !important
}

.border-purple-300 {
	--border-opacity: 1 !important;
	border-color: #d6bcfa !important;
	border-color: rgba(214,188,250,var(--border-opacity)) !important
}

.border-purple-400 {
	--border-opacity: 1 !important;
	border-color: #b794f4 !important;
	border-color: rgba(183,148,244,var(--border-opacity)) !important
}

.border-purple-500 {
	--border-opacity: 1 !important;
	border-color: #9f7aea !important;
	border-color: rgba(159,122,234,var(--border-opacity)) !important
}

.border-purple-600 {
	--border-opacity: 1 !important;
	border-color: #805ad5 !important;
	border-color: rgba(128,90,213,var(--border-opacity)) !important
}

.border-purple-700 {
	--border-opacity: 1 !important;
	border-color: #6b46c1 !important;
	border-color: rgba(107,70,193,var(--border-opacity)) !important
}

.border-purple-800 {
	--border-opacity: 1 !important;
	border-color: #553c9a !important;
	border-color: rgba(85,60,154,var(--border-opacity)) !important
}

.border-purple-900 {
	--border-opacity: 1 !important;
	border-color: #44337a !important;
	border-color: rgba(68,51,122,var(--border-opacity)) !important
}

.border-pink-100 {
	--border-opacity: 1 !important;
	border-color: #fff5f7 !important;
	border-color: rgba(255,245,247,var(--border-opacity)) !important
}

.border-pink-200 {
	--border-opacity: 1 !important;
	border-color: #fed7e2 !important;
	border-color: rgba(254,215,226,var(--border-opacity)) !important
}

.border-pink-300 {
	--border-opacity: 1 !important;
	border-color: #fbb6ce !important;
	border-color: rgba(251,182,206,var(--border-opacity)) !important
}

.border-pink-400 {
	--border-opacity: 1 !important;
	border-color: #f687b3 !important;
	border-color: rgba(246,135,179,var(--border-opacity)) !important
}

.border-pink-500 {
	--border-opacity: 1 !important;
	border-color: #ed64a6 !important;
	border-color: rgba(237,100,166,var(--border-opacity)) !important
}

.border-pink-600 {
	--border-opacity: 1 !important;
	border-color: #d53f8c !important;
	border-color: rgba(213,63,140,var(--border-opacity)) !important
}

.border-pink-700 {
	--border-opacity: 1 !important;
	border-color: #b83280 !important;
	border-color: rgba(184,50,128,var(--border-opacity)) !important
}

.border-pink-800 {
	--border-opacity: 1 !important;
	border-color: #97266d !important;
	border-color: rgba(151,38,109,var(--border-opacity)) !important
}

.border-pink-900 {
	--border-opacity: 1 !important;
	border-color: #702459 !important;
	border-color: rgba(112,36,89,var(--border-opacity)) !important
}

.border-orange-400 {
	--border-opacity: 1 !important;
	border-color: #ee5723 !important;
	border-color: rgba(238,87,35,var(--border-opacity)) !important
}

.border-orange-500 {
	--border-opacity: 1 !important;
	border-color: #f54a08 !important;
	border-color: rgba(245,74,8,var(--border-opacity)) !important
}

.border-f3f {
	border-color: #f3f3f3 !important;
	border-color: rgba(243,243,243,var(--border-opacity)) !important
}

.border-D8D, .border-f3f {
	--border-opacity: 1 !important
}

.border-D8D {
	border-color: #d8d8d8 !important;
	border-color: rgba(216,216,216,var(--border-opacity)) !important
}

.hover\:border-666:hover {
	--border-opacity: 1 !important;
	border-color: #666 !important;
	border-color: rgba(102,102,102,var(--border-opacity)) !important
}

.hover\:border-transparent:hover {
	border-color: transparent !important
}

.hover\:border-current:hover {
	border-color: currentColor !important
}

.hover\:border-black-100:hover {
	--border-opacity: 1 !important;
	border-color: #141d3e !important;
	border-color: rgba(20,29,62,var(--border-opacity)) !important
}

.hover\:border-black-200:hover {
	--border-opacity: 1 !important;
	border-color: #212935 !important;
	border-color: rgba(33,41,53,var(--border-opacity)) !important
}

.hover\:border-black-300:hover {
	--border-opacity: 1 !important;
	border-color: #323648 !important;
	border-color: rgba(50,54,72,var(--border-opacity)) !important
}

.hover\:border-white:hover {
	--border-opacity: 1 !important;
	border-color: #fff !important;
	border-color: rgba(255,255,255,var(--border-opacity)) !important
}

.hover\:border-gray-100:hover {
	--border-opacity: 1 !important;
	border-color: #f6f6f6 !important;
	border-color: rgba(246,246,246,var(--border-opacity)) !important
}

.hover\:border-gray-200:hover {
	--border-opacity: 1 !important;
	border-color: #e5e5e5 !important;
	border-color: rgba(229,229,229,var(--border-opacity)) !important
}

.hover\:border-gray-300:hover {
	--border-opacity: 1 !important;
	border-color: #c4c4c4 !important;
	border-color: rgba(196,196,196,var(--border-opacity)) !important
}

.hover\:border-gray-400:hover {
	--border-opacity: 1 !important;
	border-color: #aaaaad !important;
	border-color: rgba(170,170,173,var(--border-opacity)) !important
}

.hover\:border-gray-500:hover {
	--border-opacity: 1 !important;
	border-color: #9fa2ac !important;
	border-color: rgba(159,162,172,var(--border-opacity)) !important
}

.hover\:border-gray-600:hover {
	--border-opacity: 1 !important;
	border-color: #8f9191 !important;
	border-color: rgba(143,145,145,var(--border-opacity)) !important
}

.hover\:border-gray-700:hover {
	--border-opacity: 1 !important;
	border-color: #70727f !important;
	border-color: rgba(112,114,127,var(--border-opacity)) !important
}

.hover\:border-gray-800:hover {
	--border-opacity: 1 !important;
	border-color: #666 !important;
	border-color: rgba(102,102,102,var(--border-opacity)) !important
}

.hover\:border-red-100:hover {
	--border-opacity: 1 !important;
	border-color: #fff5f5 !important;
	border-color: rgba(255,245,245,var(--border-opacity)) !important
}

.hover\:border-red-200:hover {
	--border-opacity: 1 !important;
	border-color: #fed7d7 !important;
	border-color: rgba(254,215,215,var(--border-opacity)) !important
}

.hover\:border-red-300:hover {
	--border-opacity: 1 !important;
	border-color: #feb2b2 !important;
	border-color: rgba(254,178,178,var(--border-opacity)) !important
}

.hover\:border-red-400:hover {
	--border-opacity: 1 !important;
	border-color: #fc8181 !important;
	border-color: rgba(252,129,129,var(--border-opacity)) !important
}

.hover\:border-red-500:hover {
	--border-opacity: 1 !important;
	border-color: #f56565 !important;
	border-color: rgba(245,101,101,var(--border-opacity)) !important
}

.hover\:border-red-600:hover {
	--border-opacity: 1 !important;
	border-color: #e53e3e !important;
	border-color: rgba(229,62,62,var(--border-opacity)) !important
}

.hover\:border-red-700:hover {
	--border-opacity: 1 !important;
	border-color: #c53030 !important;
	border-color: rgba(197,48,48,var(--border-opacity)) !important
}

.hover\:border-red-800:hover {
	--border-opacity: 1 !important;
	border-color: #9b2c2c !important;
	border-color: rgba(155,44,44,var(--border-opacity)) !important
}

.hover\:border-red-900:hover {
	--border-opacity: 1 !important;
	border-color: #742a2a !important;
	border-color: rgba(116,42,42,var(--border-opacity)) !important
}

.hover\:border-orange:hover {
	--border-opacity: 1 !important;
	border-color: #ee5723 !important;
	border-color: rgba(238,87,35,var(--border-opacity)) !important
}

.hover\:border-yellow-100:hover {
	--border-opacity: 1 !important;
	border-color: ivory !important;
	border-color: rgba(255,255,240,var(--border-opacity)) !important
}

.hover\:border-yellow-200:hover {
	--border-opacity: 1 !important;
	border-color: #fefcbf !important;
	border-color: rgba(254,252,191,var(--border-opacity)) !important
}

.hover\:border-yellow-300:hover {
	--border-opacity: 1 !important;
	border-color: #faf089 !important;
	border-color: rgba(250,240,137,var(--border-opacity)) !important
}

.hover\:border-yellow-400:hover {
	--border-opacity: 1 !important;
	border-color: #f6e05e !important;
	border-color: rgba(246,224,94,var(--border-opacity)) !important
}

.hover\:border-yellow-500:hover {
	--border-opacity: 1 !important;
	border-color: #ecc94b !important;
	border-color: rgba(236,201,75,var(--border-opacity)) !important
}

.hover\:border-yellow-600:hover {
	--border-opacity: 1 !important;
	border-color: #d69e2e !important;
	border-color: rgba(214,158,46,var(--border-opacity)) !important
}

.hover\:border-yellow-700:hover {
	--border-opacity: 1 !important;
	border-color: #b7791f !important;
	border-color: rgba(183,121,31,var(--border-opacity)) !important
}

.hover\:border-yellow-800:hover {
	--border-opacity: 1 !important;
	border-color: #975a16 !important;
	border-color: rgba(151,90,22,var(--border-opacity)) !important
}

.hover\:border-yellow-900:hover {
	--border-opacity: 1 !important;
	border-color: #744210 !important;
	border-color: rgba(116,66,16,var(--border-opacity)) !important
}

.hover\:border-green-100:hover {
	--border-opacity: 1 !important;
	border-color: #f0fff4 !important;
	border-color: rgba(240,255,244,var(--border-opacity)) !important
}

.hover\:border-green-200:hover {
	--border-opacity: 1 !important;
	border-color: #c6f6d5 !important;
	border-color: rgba(198,246,213,var(--border-opacity)) !important
}

.hover\:border-green-300:hover {
	--border-opacity: 1 !important;
	border-color: #9ae6b4 !important;
	border-color: rgba(154,230,180,var(--border-opacity)) !important
}

.hover\:border-green-400:hover {
	--border-opacity: 1 !important;
	border-color: #68d391 !important;
	border-color: rgba(104,211,145,var(--border-opacity)) !important
}

.hover\:border-green-500:hover {
	--border-opacity: 1 !important;
	border-color: #48bb78 !important;
	border-color: rgba(72,187,120,var(--border-opacity)) !important
}

.hover\:border-green-600:hover {
	--border-opacity: 1 !important;
	border-color: #38a169 !important;
	border-color: rgba(56,161,105,var(--border-opacity)) !important
}

.hover\:border-green-700:hover {
	--border-opacity: 1 !important;
	border-color: #2f855a !important;
	border-color: rgba(47,133,90,var(--border-opacity)) !important
}

.hover\:border-green-800:hover {
	--border-opacity: 1 !important;
	border-color: #276749 !important;
	border-color: rgba(39,103,73,var(--border-opacity)) !important
}

.hover\:border-green-900:hover {
	--border-opacity: 1 !important;
	border-color: #22543d !important;
	border-color: rgba(34,84,61,var(--border-opacity)) !important
}

.hover\:border-teal-100:hover {
	--border-opacity: 1 !important;
	border-color: #e6fffa !important;
	border-color: rgba(230,255,250,var(--border-opacity)) !important
}

.hover\:border-teal-200:hover {
	--border-opacity: 1 !important;
	border-color: #b2f5ea !important;
	border-color: rgba(178,245,234,var(--border-opacity)) !important
}

.hover\:border-teal-300:hover {
	--border-opacity: 1 !important;
	border-color: #81e6d9 !important;
	border-color: rgba(129,230,217,var(--border-opacity)) !important
}

.hover\:border-teal-400:hover {
	--border-opacity: 1 !important;
	border-color: #4fd1c5 !important;
	border-color: rgba(79,209,197,var(--border-opacity)) !important
}

.hover\:border-teal-500:hover {
	--border-opacity: 1 !important;
	border-color: #38b2ac !important;
	border-color: rgba(56,178,172,var(--border-opacity)) !important
}

.hover\:border-teal-600:hover {
	--border-opacity: 1 !important;
	border-color: #319795 !important;
	border-color: rgba(49,151,149,var(--border-opacity)) !important
}

.hover\:border-teal-700:hover {
	--border-opacity: 1 !important;
	border-color: #2c7a7b !important;
	border-color: rgba(44,122,123,var(--border-opacity)) !important
}

.hover\:border-teal-800:hover {
	--border-opacity: 1 !important;
	border-color: #285e61 !important;
	border-color: rgba(40,94,97,var(--border-opacity)) !important
}

.hover\:border-teal-900:hover {
	--border-opacity: 1 !important;
	border-color: #234e52 !important;
	border-color: rgba(35,78,82,var(--border-opacity)) !important
}

.hover\:border-blue-100:hover {
	--border-opacity: 1 !important;
	border-color: #ebf8ff !important;
	border-color: rgba(235,248,255,var(--border-opacity)) !important
}

.hover\:border-blue-200:hover {
	--border-opacity: 1 !important;
	border-color: #bee3f8 !important;
	border-color: rgba(190,227,248,var(--border-opacity)) !important
}

.hover\:border-blue-300:hover {
	--border-opacity: 1 !important;
	border-color: #90cdf4 !important;
	border-color: rgba(144,205,244,var(--border-opacity)) !important
}

.hover\:border-blue-400:hover {
	--border-opacity: 1 !important;
	border-color: #63b3ed !important;
	border-color: rgba(99,179,237,var(--border-opacity)) !important
}

.hover\:border-blue-500:hover {
	--border-opacity: 1 !important;
	border-color: #4299e1 !important;
	border-color: rgba(66,153,225,var(--border-opacity)) !important
}

.hover\:border-blue-600:hover {
	--border-opacity: 1 !important;
	border-color: #3182ce !important;
	border-color: rgba(49,130,206,var(--border-opacity)) !important
}

.hover\:border-blue-700:hover {
	--border-opacity: 1 !important;
	border-color: #2b6cb0 !important;
	border-color: rgba(43,108,176,var(--border-opacity)) !important
}

.hover\:border-blue-800:hover {
	--border-opacity: 1 !important;
	border-color: #2c5282 !important;
	border-color: rgba(44,82,130,var(--border-opacity)) !important
}

.hover\:border-blue-900:hover {
	--border-opacity: 1 !important;
	border-color: #2a4365 !important;
	border-color: rgba(42,67,101,var(--border-opacity)) !important
}

.hover\:border-indigo-100:hover {
	--border-opacity: 1 !important;
	border-color: #ebf4ff !important;
	border-color: rgba(235,244,255,var(--border-opacity)) !important
}

.hover\:border-indigo-200:hover {
	--border-opacity: 1 !important;
	border-color: #c3dafe !important;
	border-color: rgba(195,218,254,var(--border-opacity)) !important
}

.hover\:border-indigo-300:hover {
	--border-opacity: 1 !important;
	border-color: #a3bffa !important;
	border-color: rgba(163,191,250,var(--border-opacity)) !important
}

.hover\:border-indigo-400:hover {
	--border-opacity: 1 !important;
	border-color: #7f9cf5 !important;
	border-color: rgba(127,156,245,var(--border-opacity)) !important
}

.hover\:border-indigo-500:hover {
	--border-opacity: 1 !important;
	border-color: #667eea !important;
	border-color: rgba(102,126,234,var(--border-opacity)) !important
}

.hover\:border-indigo-600:hover {
	--border-opacity: 1 !important;
	border-color: #5a67d8 !important;
	border-color: rgba(90,103,216,var(--border-opacity)) !important
}

.hover\:border-indigo-700:hover {
	--border-opacity: 1 !important;
	border-color: #4c51bf !important;
	border-color: rgba(76,81,191,var(--border-opacity)) !important
}

.hover\:border-indigo-800:hover {
	--border-opacity: 1 !important;
	border-color: #434190 !important;
	border-color: rgba(67,65,144,var(--border-opacity)) !important
}

.hover\:border-indigo-900:hover {
	--border-opacity: 1 !important;
	border-color: #3c366b !important;
	border-color: rgba(60,54,107,var(--border-opacity)) !important
}

.hover\:border-purple-100:hover {
	--border-opacity: 1 !important;
	border-color: #faf5ff !important;
	border-color: rgba(250,245,255,var(--border-opacity)) !important
}

.hover\:border-purple-200:hover {
	--border-opacity: 1 !important;
	border-color: #e9d8fd !important;
	border-color: rgba(233,216,253,var(--border-opacity)) !important
}

.hover\:border-purple-300:hover {
	--border-opacity: 1 !important;
	border-color: #d6bcfa !important;
	border-color: rgba(214,188,250,var(--border-opacity)) !important
}

.hover\:border-purple-400:hover {
	--border-opacity: 1 !important;
	border-color: #b794f4 !important;
	border-color: rgba(183,148,244,var(--border-opacity)) !important
}

.hover\:border-purple-500:hover {
	--border-opacity: 1 !important;
	border-color: #9f7aea !important;
	border-color: rgba(159,122,234,var(--border-opacity)) !important
}

.hover\:border-purple-600:hover {
	--border-opacity: 1 !important;
	border-color: #805ad5 !important;
	border-color: rgba(128,90,213,var(--border-opacity)) !important
}

.hover\:border-purple-700:hover {
	--border-opacity: 1 !important;
	border-color: #6b46c1 !important;
	border-color: rgba(107,70,193,var(--border-opacity)) !important
}

.hover\:border-purple-800:hover {
	--border-opacity: 1 !important;
	border-color: #553c9a !important;
	border-color: rgba(85,60,154,var(--border-opacity)) !important
}

.hover\:border-purple-900:hover {
	--border-opacity: 1 !important;
	border-color: #44337a !important;
	border-color: rgba(68,51,122,var(--border-opacity)) !important
}

.hover\:border-pink-100:hover {
	--border-opacity: 1 !important;
	border-color: #fff5f7 !important;
	border-color: rgba(255,245,247,var(--border-opacity)) !important
}

.hover\:border-pink-200:hover {
	--border-opacity: 1 !important;
	border-color: #fed7e2 !important;
	border-color: rgba(254,215,226,var(--border-opacity)) !important
}

.hover\:border-pink-300:hover {
	--border-opacity: 1 !important;
	border-color: #fbb6ce !important;
	border-color: rgba(251,182,206,var(--border-opacity)) !important
}

.hover\:border-pink-400:hover {
	--border-opacity: 1 !important;
	border-color: #f687b3 !important;
	border-color: rgba(246,135,179,var(--border-opacity)) !important
}

.hover\:border-pink-500:hover {
	--border-opacity: 1 !important;
	border-color: #ed64a6 !important;
	border-color: rgba(237,100,166,var(--border-opacity)) !important
}

.hover\:border-pink-600:hover {
	--border-opacity: 1 !important;
	border-color: #d53f8c !important;
	border-color: rgba(213,63,140,var(--border-opacity)) !important
}

.hover\:border-pink-700:hover {
	--border-opacity: 1 !important;
	border-color: #b83280 !important;
	border-color: rgba(184,50,128,var(--border-opacity)) !important
}

.hover\:border-pink-800:hover {
	--border-opacity: 1 !important;
	border-color: #97266d !important;
	border-color: rgba(151,38,109,var(--border-opacity)) !important
}

.hover\:border-pink-900:hover {
	--border-opacity: 1 !important;
	border-color: #702459 !important;
	border-color: rgba(112,36,89,var(--border-opacity)) !important
}

.hover\:border-orange-400:hover {
	--border-opacity: 1 !important;
	border-color: #ee5723 !important;
	border-color: rgba(238,87,35,var(--border-opacity)) !important
}

.hover\:border-orange-500:hover {
	--border-opacity: 1 !important;
	border-color: #f54a08 !important;
	border-color: rgba(245,74,8,var(--border-opacity)) !important
}

.hover\:border-f3f:hover {
	--border-opacity: 1 !important;
	border-color: #f3f3f3 !important;
	border-color: rgba(243,243,243,var(--border-opacity)) !important
}

.hover\:border-D8D:hover {
	--border-opacity: 1 !important;
	border-color: #d8d8d8 !important;
	border-color: rgba(216,216,216,var(--border-opacity)) !important
}

.focus\:border-666:focus {
	--border-opacity: 1 !important;
	border-color: #666 !important;
	border-color: rgba(102,102,102,var(--border-opacity)) !important
}

.focus\:border-transparent:focus {
	border-color: transparent !important
}

.focus\:border-current:focus {
	border-color: currentColor !important
}

.focus\:border-black-100:focus {
	--border-opacity: 1 !important;
	border-color: #141d3e !important;
	border-color: rgba(20,29,62,var(--border-opacity)) !important
}

.focus\:border-black-200:focus {
	--border-opacity: 1 !important;
	border-color: #212935 !important;
	border-color: rgba(33,41,53,var(--border-opacity)) !important
}

.focus\:border-black-300:focus {
	--border-opacity: 1 !important;
	border-color: #323648 !important;
	border-color: rgba(50,54,72,var(--border-opacity)) !important
}

.focus\:border-white:focus {
	--border-opacity: 1 !important;
	border-color: #fff !important;
	border-color: rgba(255,255,255,var(--border-opacity)) !important
}

.focus\:border-gray-100:focus {
	--border-opacity: 1 !important;
	border-color: #f6f6f6 !important;
	border-color: rgba(246,246,246,var(--border-opacity)) !important
}

.focus\:border-gray-200:focus {
	--border-opacity: 1 !important;
	border-color: #e5e5e5 !important;
	border-color: rgba(229,229,229,var(--border-opacity)) !important
}

.focus\:border-gray-300:focus {
	--border-opacity: 1 !important;
	border-color: #c4c4c4 !important;
	border-color: rgba(196,196,196,var(--border-opacity)) !important
}

.focus\:border-gray-400:focus {
	--border-opacity: 1 !important;
	border-color: #aaaaad !important;
	border-color: rgba(170,170,173,var(--border-opacity)) !important
}

.focus\:border-gray-500:focus {
	--border-opacity: 1 !important;
	border-color: #9fa2ac !important;
	border-color: rgba(159,162,172,var(--border-opacity)) !important
}

.focus\:border-gray-600:focus {
	--border-opacity: 1 !important;
	border-color: #8f9191 !important;
	border-color: rgba(143,145,145,var(--border-opacity)) !important
}

.focus\:border-gray-700:focus {
	--border-opacity: 1 !important;
	border-color: #70727f !important;
	border-color: rgba(112,114,127,var(--border-opacity)) !important
}

.focus\:border-gray-800:focus {
	--border-opacity: 1 !important;
	border-color: #666 !important;
	border-color: rgba(102,102,102,var(--border-opacity)) !important
}

.focus\:border-red-100:focus {
	--border-opacity: 1 !important;
	border-color: #fff5f5 !important;
	border-color: rgba(255,245,245,var(--border-opacity)) !important
}

.focus\:border-red-200:focus {
	--border-opacity: 1 !important;
	border-color: #fed7d7 !important;
	border-color: rgba(254,215,215,var(--border-opacity)) !important
}

.focus\:border-red-300:focus {
	--border-opacity: 1 !important;
	border-color: #feb2b2 !important;
	border-color: rgba(254,178,178,var(--border-opacity)) !important
}

.focus\:border-red-400:focus {
	--border-opacity: 1 !important;
	border-color: #fc8181 !important;
	border-color: rgba(252,129,129,var(--border-opacity)) !important
}

.focus\:border-red-500:focus {
	--border-opacity: 1 !important;
	border-color: #f56565 !important;
	border-color: rgba(245,101,101,var(--border-opacity)) !important
}

.focus\:border-red-600:focus {
	--border-opacity: 1 !important;
	border-color: #e53e3e !important;
	border-color: rgba(229,62,62,var(--border-opacity)) !important
}

.focus\:border-red-700:focus {
	--border-opacity: 1 !important;
	border-color: #c53030 !important;
	border-color: rgba(197,48,48,var(--border-opacity)) !important
}

.focus\:border-red-800:focus {
	--border-opacity: 1 !important;
	border-color: #9b2c2c !important;
	border-color: rgba(155,44,44,var(--border-opacity)) !important
}

.focus\:border-red-900:focus {
	--border-opacity: 1 !important;
	border-color: #742a2a !important;
	border-color: rgba(116,42,42,var(--border-opacity)) !important
}

.focus\:border-orange:focus {
	--border-opacity: 1 !important;
	border-color: #ee5723 !important;
	border-color: rgba(238,87,35,var(--border-opacity)) !important
}

.focus\:border-yellow-100:focus {
	--border-opacity: 1 !important;
	border-color: ivory !important;
	border-color: rgba(255,255,240,var(--border-opacity)) !important
}

.focus\:border-yellow-200:focus {
	--border-opacity: 1 !important;
	border-color: #fefcbf !important;
	border-color: rgba(254,252,191,var(--border-opacity)) !important
}

.focus\:border-yellow-300:focus {
	--border-opacity: 1 !important;
	border-color: #faf089 !important;
	border-color: rgba(250,240,137,var(--border-opacity)) !important
}

.focus\:border-yellow-400:focus {
	--border-opacity: 1 !important;
	border-color: #f6e05e !important;
	border-color: rgba(246,224,94,var(--border-opacity)) !important
}

.focus\:border-yellow-500:focus {
	--border-opacity: 1 !important;
	border-color: #ecc94b !important;
	border-color: rgba(236,201,75,var(--border-opacity)) !important
}

.focus\:border-yellow-600:focus {
	--border-opacity: 1 !important;
	border-color: #d69e2e !important;
	border-color: rgba(214,158,46,var(--border-opacity)) !important
}

.focus\:border-yellow-700:focus {
	--border-opacity: 1 !important;
	border-color: #b7791f !important;
	border-color: rgba(183,121,31,var(--border-opacity)) !important
}

.focus\:border-yellow-800:focus {
	--border-opacity: 1 !important;
	border-color: #975a16 !important;
	border-color: rgba(151,90,22,var(--border-opacity)) !important
}

.focus\:border-yellow-900:focus {
	--border-opacity: 1 !important;
	border-color: #744210 !important;
	border-color: rgba(116,66,16,var(--border-opacity)) !important
}

.focus\:border-green-100:focus {
	--border-opacity: 1 !important;
	border-color: #f0fff4 !important;
	border-color: rgba(240,255,244,var(--border-opacity)) !important
}

.focus\:border-green-200:focus {
	--border-opacity: 1 !important;
	border-color: #c6f6d5 !important;
	border-color: rgba(198,246,213,var(--border-opacity)) !important
}

.focus\:border-green-300:focus {
	--border-opacity: 1 !important;
	border-color: #9ae6b4 !important;
	border-color: rgba(154,230,180,var(--border-opacity)) !important
}

.focus\:border-green-400:focus {
	--border-opacity: 1 !important;
	border-color: #68d391 !important;
	border-color: rgba(104,211,145,var(--border-opacity)) !important
}

.focus\:border-green-500:focus {
	--border-opacity: 1 !important;
	border-color: #48bb78 !important;
	border-color: rgba(72,187,120,var(--border-opacity)) !important
}

.focus\:border-green-600:focus {
	--border-opacity: 1 !important;
	border-color: #38a169 !important;
	border-color: rgba(56,161,105,var(--border-opacity)) !important
}

.focus\:border-green-700:focus {
	--border-opacity: 1 !important;
	border-color: #2f855a !important;
	border-color: rgba(47,133,90,var(--border-opacity)) !important
}

.focus\:border-green-800:focus {
	--border-opacity: 1 !important;
	border-color: #276749 !important;
	border-color: rgba(39,103,73,var(--border-opacity)) !important
}

.focus\:border-green-900:focus {
	--border-opacity: 1 !important;
	border-color: #22543d !important;
	border-color: rgba(34,84,61,var(--border-opacity)) !important
}

.focus\:border-teal-100:focus {
	--border-opacity: 1 !important;
	border-color: #e6fffa !important;
	border-color: rgba(230,255,250,var(--border-opacity)) !important
}

.focus\:border-teal-200:focus {
	--border-opacity: 1 !important;
	border-color: #b2f5ea !important;
	border-color: rgba(178,245,234,var(--border-opacity)) !important
}

.focus\:border-teal-300:focus {
	--border-opacity: 1 !important;
	border-color: #81e6d9 !important;
	border-color: rgba(129,230,217,var(--border-opacity)) !important
}

.focus\:border-teal-400:focus {
	--border-opacity: 1 !important;
	border-color: #4fd1c5 !important;
	border-color: rgba(79,209,197,var(--border-opacity)) !important
}

.focus\:border-teal-500:focus {
	--border-opacity: 1 !important;
	border-color: #38b2ac !important;
	border-color: rgba(56,178,172,var(--border-opacity)) !important
}

.focus\:border-teal-600:focus {
	--border-opacity: 1 !important;
	border-color: #319795 !important;
	border-color: rgba(49,151,149,var(--border-opacity)) !important
}

.focus\:border-teal-700:focus {
	--border-opacity: 1 !important;
	border-color: #2c7a7b !important;
	border-color: rgba(44,122,123,var(--border-opacity)) !important
}

.focus\:border-teal-800:focus {
	--border-opacity: 1 !important;
	border-color: #285e61 !important;
	border-color: rgba(40,94,97,var(--border-opacity)) !important
}

.focus\:border-teal-900:focus {
	--border-opacity: 1 !important;
	border-color: #234e52 !important;
	border-color: rgba(35,78,82,var(--border-opacity)) !important
}

.focus\:border-blue-100:focus {
	--border-opacity: 1 !important;
	border-color: #ebf8ff !important;
	border-color: rgba(235,248,255,var(--border-opacity)) !important
}

.focus\:border-blue-200:focus {
	--border-opacity: 1 !important;
	border-color: #bee3f8 !important;
	border-color: rgba(190,227,248,var(--border-opacity)) !important
}

.focus\:border-blue-300:focus {
	--border-opacity: 1 !important;
	border-color: #90cdf4 !important;
	border-color: rgba(144,205,244,var(--border-opacity)) !important
}

.focus\:border-blue-400:focus {
	--border-opacity: 1 !important;
	border-color: #63b3ed !important;
	border-color: rgba(99,179,237,var(--border-opacity)) !important
}

.focus\:border-blue-500:focus {
	--border-opacity: 1 !important;
	border-color: #4299e1 !important;
	border-color: rgba(66,153,225,var(--border-opacity)) !important
}

.focus\:border-blue-600:focus {
	--border-opacity: 1 !important;
	border-color: #3182ce !important;
	border-color: rgba(49,130,206,var(--border-opacity)) !important
}

.focus\:border-blue-700:focus {
	--border-opacity: 1 !important;
	border-color: #2b6cb0 !important;
	border-color: rgba(43,108,176,var(--border-opacity)) !important
}

.focus\:border-blue-800:focus {
	--border-opacity: 1 !important;
	border-color: #2c5282 !important;
	border-color: rgba(44,82,130,var(--border-opacity)) !important
}

.focus\:border-blue-900:focus {
	--border-opacity: 1 !important;
	border-color: #2a4365 !important;
	border-color: rgba(42,67,101,var(--border-opacity)) !important
}

.focus\:border-indigo-100:focus {
	--border-opacity: 1 !important;
	border-color: #ebf4ff !important;
	border-color: rgba(235,244,255,var(--border-opacity)) !important
}

.focus\:border-indigo-200:focus {
	--border-opacity: 1 !important;
	border-color: #c3dafe !important;
	border-color: rgba(195,218,254,var(--border-opacity)) !important
}

.focus\:border-indigo-300:focus {
	--border-opacity: 1 !important;
	border-color: #a3bffa !important;
	border-color: rgba(163,191,250,var(--border-opacity)) !important
}

.focus\:border-indigo-400:focus {
	--border-opacity: 1 !important;
	border-color: #7f9cf5 !important;
	border-color: rgba(127,156,245,var(--border-opacity)) !important
}

.focus\:border-indigo-500:focus {
	--border-opacity: 1 !important;
	border-color: #667eea !important;
	border-color: rgba(102,126,234,var(--border-opacity)) !important
}

.focus\:border-indigo-600:focus {
	--border-opacity: 1 !important;
	border-color: #5a67d8 !important;
	border-color: rgba(90,103,216,var(--border-opacity)) !important
}

.focus\:border-indigo-700:focus {
	--border-opacity: 1 !important;
	border-color: #4c51bf !important;
	border-color: rgba(76,81,191,var(--border-opacity)) !important
}

.focus\:border-indigo-800:focus {
	--border-opacity: 1 !important;
	border-color: #434190 !important;
	border-color: rgba(67,65,144,var(--border-opacity)) !important
}

.focus\:border-indigo-900:focus {
	--border-opacity: 1 !important;
	border-color: #3c366b !important;
	border-color: rgba(60,54,107,var(--border-opacity)) !important
}

.focus\:border-purple-100:focus {
	--border-opacity: 1 !important;
	border-color: #faf5ff !important;
	border-color: rgba(250,245,255,var(--border-opacity)) !important
}

.focus\:border-purple-200:focus {
	--border-opacity: 1 !important;
	border-color: #e9d8fd !important;
	border-color: rgba(233,216,253,var(--border-opacity)) !important
}

.focus\:border-purple-300:focus {
	--border-opacity: 1 !important;
	border-color: #d6bcfa !important;
	border-color: rgba(214,188,250,var(--border-opacity)) !important
}

.focus\:border-purple-400:focus {
	--border-opacity: 1 !important;
	border-color: #b794f4 !important;
	border-color: rgba(183,148,244,var(--border-opacity)) !important
}

.focus\:border-purple-500:focus {
	--border-opacity: 1 !important;
	border-color: #9f7aea !important;
	border-color: rgba(159,122,234,var(--border-opacity)) !important
}

.focus\:border-purple-600:focus {
	--border-opacity: 1 !important;
	border-color: #805ad5 !important;
	border-color: rgba(128,90,213,var(--border-opacity)) !important
}

.focus\:border-purple-700:focus {
	--border-opacity: 1 !important;
	border-color: #6b46c1 !important;
	border-color: rgba(107,70,193,var(--border-opacity)) !important
}

.focus\:border-purple-800:focus {
	--border-opacity: 1 !important;
	border-color: #553c9a !important;
	border-color: rgba(85,60,154,var(--border-opacity)) !important
}

.focus\:border-purple-900:focus {
	--border-opacity: 1 !important;
	border-color: #44337a !important;
	border-color: rgba(68,51,122,var(--border-opacity)) !important
}

.focus\:border-pink-100:focus {
	--border-opacity: 1 !important;
	border-color: #fff5f7 !important;
	border-color: rgba(255,245,247,var(--border-opacity)) !important
}

.focus\:border-pink-200:focus {
	--border-opacity: 1 !important;
	border-color: #fed7e2 !important;
	border-color: rgba(254,215,226,var(--border-opacity)) !important
}

.focus\:border-pink-300:focus {
	--border-opacity: 1 !important;
	border-color: #fbb6ce !important;
	border-color: rgba(251,182,206,var(--border-opacity)) !important
}

.focus\:border-pink-400:focus {
	--border-opacity: 1 !important;
	border-color: #f687b3 !important;
	border-color: rgba(246,135,179,var(--border-opacity)) !important
}

.focus\:border-pink-500:focus {
	--border-opacity: 1 !important;
	border-color: #ed64a6 !important;
	border-color: rgba(237,100,166,var(--border-opacity)) !important
}

.focus\:border-pink-600:focus {
	--border-opacity: 1 !important;
	border-color: #d53f8c !important;
	border-color: rgba(213,63,140,var(--border-opacity)) !important
}

.focus\:border-pink-700:focus {
	--border-opacity: 1 !important;
	border-color: #b83280 !important;
	border-color: rgba(184,50,128,var(--border-opacity)) !important
}

.focus\:border-pink-800:focus {
	--border-opacity: 1 !important;
	border-color: #97266d !important;
	border-color: rgba(151,38,109,var(--border-opacity)) !important
}

.focus\:border-pink-900:focus {
	--border-opacity: 1 !important;
	border-color: #702459 !important;
	border-color: rgba(112,36,89,var(--border-opacity)) !important
}

.focus\:border-orange-400:focus {
	--border-opacity: 1 !important;
	border-color: #ee5723 !important;
	border-color: rgba(238,87,35,var(--border-opacity)) !important
}

.focus\:border-orange-500:focus {
	--border-opacity: 1 !important;
	border-color: #f54a08 !important;
	border-color: rgba(245,74,8,var(--border-opacity)) !important
}

.focus\:border-f3f:focus {
	--border-opacity: 1 !important;
	border-color: #f3f3f3 !important;
	border-color: rgba(243,243,243,var(--border-opacity)) !important
}

.focus\:border-D8D:focus {
	--border-opacity: 1 !important;
	border-color: #d8d8d8 !important;
	border-color: rgba(216,216,216,var(--border-opacity)) !important
}

.border-opacity-0 {
	--border-opacity: 0 !important
}

.border-opacity-25 {
	--border-opacity: 0.25 !important
}

.border-opacity-50 {
	--border-opacity: 0.5 !important
}

.border-opacity-75 {
	--border-opacity: 0.75 !important
}

.border-opacity-100 {
	--border-opacity: 1 !important
}

.hover\:border-opacity-0:hover {
	--border-opacity: 0 !important
}

.hover\:border-opacity-25:hover {
	--border-opacity: 0.25 !important
}

.hover\:border-opacity-50:hover {
	--border-opacity: 0.5 !important
}

.hover\:border-opacity-75:hover {
	--border-opacity: 0.75 !important
}

.hover\:border-opacity-100:hover {
	--border-opacity: 1 !important
}

.focus\:border-opacity-0:focus {
	--border-opacity: 0 !important
}

.focus\:border-opacity-25:focus {
	--border-opacity: 0.25 !important
}

.focus\:border-opacity-50:focus {
	--border-opacity: 0.5 !important
}

.focus\:border-opacity-75:focus {
	--border-opacity: 0.75 !important
}

.focus\:border-opacity-100:focus {
	--border-opacity: 1 !important
}

.rounded-none {
	border-radius: 0 !important
}

.rounded-sm {
	border-radius: .125rem !important
}

.rounded {
	border-radius: .25rem !important
}

.rounded-md {
	border-radius: .375rem !important
}

.rounded-lg {
	border-radius: .5rem !important
}

.rounded-xl {
	border-radius: .75rem !important
}

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

.rounded-3xl {
	border-radius: 1.5rem !important
}

.rounded-full {
	border-radius: 9999px !important
}

.rounded-t-none {
	border-top-left-radius: 0 !important
}

.rounded-r-none, .rounded-t-none {
	border-top-right-radius: 0 !important
}

.rounded-b-none, .rounded-r-none {
	border-bottom-right-radius: 0 !important
}

.rounded-b-none, .rounded-l-none {
	border-bottom-left-radius: 0 !important
}

.rounded-l-none {
	border-top-left-radius: 0 !important
}

.rounded-t-sm {
	border-top-left-radius: .125rem !important
}

.rounded-r-sm, .rounded-t-sm {
	border-top-right-radius: .125rem !important
}

.rounded-b-sm, .rounded-r-sm {
	border-bottom-right-radius: .125rem !important
}

.rounded-b-sm, .rounded-l-sm {
	border-bottom-left-radius: .125rem !important
}

.rounded-l-sm {
	border-top-left-radius: .125rem !important
}

.rounded-t {
	border-top-left-radius: .25rem !important
}

.rounded-r, .rounded-t {
	border-top-right-radius: .25rem !important
}

.rounded-b, .rounded-r {
	border-bottom-right-radius: .25rem !important
}

.rounded-b, .rounded-l {
	border-bottom-left-radius: .25rem !important
}

.rounded-l {
	border-top-left-radius: .25rem !important
}

.rounded-t-md {
	border-top-left-radius: .375rem !important
}

.rounded-r-md, .rounded-t-md {
	border-top-right-radius: .375rem !important
}

.rounded-b-md, .rounded-r-md {
	border-bottom-right-radius: .375rem !important
}

.rounded-b-md, .rounded-l-md {
	border-bottom-left-radius: .375rem !important
}

.rounded-l-md {
	border-top-left-radius: .375rem !important
}

.rounded-t-lg {
	border-top-left-radius: .5rem !important
}

.rounded-r-lg, .rounded-t-lg {
	border-top-right-radius: .5rem !important
}

.rounded-b-lg, .rounded-r-lg {
	border-bottom-right-radius: .5rem !important
}

.rounded-b-lg, .rounded-l-lg {
	border-bottom-left-radius: .5rem !important
}

.rounded-l-lg {
	border-top-left-radius: .5rem !important
}

.rounded-t-xl {
	border-top-left-radius: .75rem !important
}

.rounded-r-xl, .rounded-t-xl {
	border-top-right-radius: .75rem !important
}

.rounded-b-xl, .rounded-r-xl {
	border-bottom-right-radius: .75rem !important
}

.rounded-b-xl, .rounded-l-xl {
	border-bottom-left-radius: .75rem !important
}

.rounded-l-xl {
	border-top-left-radius: .75rem !important
}

.rounded-t-2xl {
	border-top-left-radius: 1rem !important
}

.rounded-r-2xl, .rounded-t-2xl {
	border-top-right-radius: 1rem !important
}

.rounded-b-2xl, .rounded-r-2xl {
	border-bottom-right-radius: 1rem !important
}

.rounded-b-2xl, .rounded-l-2xl {
	border-bottom-left-radius: 1rem !important
}

.rounded-l-2xl {
	border-top-left-radius: 1rem !important
}

.rounded-t-3xl {
	border-top-left-radius: 1.5rem !important
}

.rounded-r-3xl, .rounded-t-3xl {
	border-top-right-radius: 1.5rem !important
}

.rounded-b-3xl, .rounded-r-3xl {
	border-bottom-right-radius: 1.5rem !important
}

.rounded-b-3xl, .rounded-l-3xl {
	border-bottom-left-radius: 1.5rem !important
}

.rounded-l-3xl {
	border-top-left-radius: 1.5rem !important
}

.rounded-t-full {
	border-top-left-radius: 9999px !important
}

.rounded-r-full, .rounded-t-full {
	border-top-right-radius: 9999px !important
}

.rounded-b-full, .rounded-r-full {
	border-bottom-right-radius: 9999px !important
}

.rounded-b-full, .rounded-l-full {
	border-bottom-left-radius: 9999px !important
}

.rounded-l-full {
	border-top-left-radius: 9999px !important
}

.rounded-tl-none {
	border-top-left-radius: 0 !important
}

.rounded-tr-none {
	border-top-right-radius: 0 !important
}

.rounded-br-none {
	border-bottom-right-radius: 0 !important
}

.rounded-bl-none {
	border-bottom-left-radius: 0 !important
}

.rounded-tl-sm {
	border-top-left-radius: .125rem !important
}

.rounded-tr-sm {
	border-top-right-radius: .125rem !important
}

.rounded-br-sm {
	border-bottom-right-radius: .125rem !important
}

.rounded-bl-sm {
	border-bottom-left-radius: .125rem !important
}

.rounded-tl {
	border-top-left-radius: .25rem !important
}

.rounded-tr {
	border-top-right-radius: .25rem !important
}

.rounded-br {
	border-bottom-right-radius: .25rem !important
}

.rounded-bl {
	border-bottom-left-radius: .25rem !important
}

.rounded-tl-md {
	border-top-left-radius: .375rem !important
}

.rounded-tr-md {
	border-top-right-radius: .375rem !important
}

.rounded-br-md {
	border-bottom-right-radius: .375rem !important
}

.rounded-bl-md {
	border-bottom-left-radius: .375rem !important
}

.rounded-tl-lg {
	border-top-left-radius: .5rem !important
}

.rounded-tr-lg {
	border-top-right-radius: .5rem !important
}

.rounded-br-lg {
	border-bottom-right-radius: .5rem !important
}

.rounded-bl-lg {
	border-bottom-left-radius: .5rem !important
}

.rounded-tl-xl {
	border-top-left-radius: .75rem !important
}

.rounded-tr-xl {
	border-top-right-radius: .75rem !important
}

.rounded-br-xl {
	border-bottom-right-radius: .75rem !important
}

.rounded-bl-xl {
	border-bottom-left-radius: .75rem !important
}

.rounded-tl-2xl {
	border-top-left-radius: 1rem !important
}

.rounded-tr-2xl {
	border-top-right-radius: 1rem !important
}

.rounded-br-2xl {
	border-bottom-right-radius: 1rem !important
}

.rounded-bl-2xl {
	border-bottom-left-radius: 1rem !important
}

.rounded-tl-3xl {
	border-top-left-radius: 1.5rem !important
}

.rounded-tr-3xl {
	border-top-right-radius: 1.5rem !important
}

.rounded-br-3xl {
	border-bottom-right-radius: 1.5rem !important
}

.rounded-bl-3xl {
	border-bottom-left-radius: 1.5rem !important
}

.rounded-tl-full {
	border-top-left-radius: 9999px !important
}

.rounded-tr-full {
	border-top-right-radius: 9999px !important
}

.rounded-br-full {
	border-bottom-right-radius: 9999px !important
}

.rounded-bl-full {
	border-bottom-left-radius: 9999px !important
}

.border-solid {
	border-style: solid !important
}

.border-dashed {
	border-style: dashed !important
}

.border-dotted {
	border-style: dotted !important
}

.border-double {
	border-style: double !important
}

.border-none {
	border-style: none !important
}

.border-0 {
	border-width: 0 !important
}

.border-2 {
	border-width: 2px !important
}

.border-4 {
	border-width: 4px !important
}

.border-8 {
	border-width: 8px !important
}

.border {
	border-width: 1px !important
}

.border-t-0 {
	border-top-width: 0 !important
}

.border-r-0 {
	border-right-width: 0 !important
}

.border-b-0 {
	border-bottom-width: 0 !important
}

.border-l-0 {
	border-left-width: 0 !important
}

.border-t-2 {
	border-top-width: 2px !important
}

.border-r-2 {
	border-right-width: 2px !important
}

.border-b-2 {
	border-bottom-width: 2px !important
}

.border-l-2 {
	border-left-width: 2px !important
}

.border-t-4 {
	border-top-width: 4px !important
}

.border-r-4 {
	border-right-width: 4px !important
}

.border-b-4 {
	border-bottom-width: 4px !important
}

.border-l-4 {
	border-left-width: 4px !important
}

.border-t-8 {
	border-top-width: 8px !important
}

.border-r-8 {
	border-right-width: 8px !important
}

.border-b-8 {
	border-bottom-width: 8px !important
}

.border-l-8 {
	border-left-width: 8px !important
}

.border-t {
	border-top-width: 1px !important
}

.border-r {
	border-right-width: 1px !important
}

.border-b {
	border-bottom-width: 1px !important
}

.border-l {
	border-left-width: 1px !important
}

.box-border {
	box-sizing: border-box !important
}

.box-content {
	box-sizing: content-box !important
}

.cursor-auto {
	cursor: auto !important
}

.cursor-default {
	cursor: default !important
}

.cursor-pointer {
	cursor: pointer !important
}

.cursor-wait {
	cursor: wait !important
}

.cursor-text {
	cursor: text !important
}

.cursor-move {
	cursor: move !important
}

.cursor-not-allowed {
	cursor: not-allowed !important
}

.block {
	display: block !important
}

.inline-block {
	display: inline-block !important
}

.inline {
	display: inline !important
}

.flex {
	display: flex !important
}

.inline-flex {
	display: inline-flex !important
}

.table {
	display: table !important
}

.table-caption {
	display: table-caption !important
}

.table-cell {
	display: table-cell !important
}

.table-column {
	display: table-column !important
}

.table-column-group {
	display: table-column-group !important
}

.table-footer-group {
	display: table-footer-group !important
}

.table-header-group {
	display: table-header-group !important
}

.table-row-group {
	display: table-row-group !important
}

.table-row {
	display: table-row !important
}

.flow-root {
	display: flow-root !important
}

.grid {
	display: grid !important
}

.inline-grid {
	display: inline-grid !important
}

.contents {
	display: contents !important
}

.hidden {
	display: none !important
}

.flex-row {
	flex-direction: row !important
}

.flex-row-reverse {
	flex-direction: row-reverse !important
}

.flex-col {
	flex-direction: column !important
}

.flex-col-reverse {
	flex-direction: column-reverse !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.flex-no-wrap {
	flex-wrap: nowrap !important
}

.items-start {
	align-items: flex-start !important
}

.items-end {
	align-items: flex-end !important
}

.items-center {
	align-items: center !important
}

.items-baseline {
	align-items: baseline !important
}

.items-stretch {
	align-items: stretch !important
}

.justify-start {
	justify-content: flex-start !important
}

.justify-end {
	justify-content: flex-end !important
}

.justify-center {
	justify-content: center !important
}

.justify-between {
	justify-content: space-between !important
}

.justify-around {
	justify-content: space-around !important
}

.justify-evenly {
	justify-content: space-evenly !important
}

.flex-1 {
	flex: 1 1 0% !important
}

.flex-auto {
	flex: 1 1 auto !important
}

.flex-initial {
	flex: 0 1 auto !important
}

.flex-none {
	flex: none !important
}

.flex-grow-0 {
	flex-grow: 0 !important
}

.flex-grow {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink {
	flex-shrink: 1 !important
}

.float-right {
	float: right !important
}

.float-left {
	float: left !important
}

.float-none {
	float: none !important
}

.clearfix:after {
	content: "" !important;
	display: table !important;
	clear: both !important
}

.clear-left {
	clear: left !important
}

.clear-right {
	clear: right !important
}

.clear-both {
	clear: both !important
}

.clear-none {
	clear: none !important
}

.font-hairline {
	font-weight: 100 !important
}

.font-thin {
	font-weight: 200 !important
}

.font-light {
	font-weight: 300 !important
}

.font-normal {
	font-weight: 400 !important
}

.font-medium {
	font-weight: 500 !important
}

.font-semibold {
	font-weight: 600 !important
}

.font-bold {
	font-weight: 700 !important
}

.font-extrabold {
	font-weight: 800 !important
}

.font-black {
	font-weight: 900 !important
}

.hover\:font-hairline:hover {
	font-weight: 100 !important
}

.hover\:font-thin:hover {
	font-weight: 200 !important
}

.hover\:font-light:hover {
	font-weight: 300 !important
}

.hover\:font-normal:hover {
	font-weight: 400 !important
}

.hover\:font-medium:hover {
	font-weight: 500 !important
}

.hover\:font-semibold:hover {
	font-weight: 600 !important
}

.hover\:font-bold:hover {
	font-weight: 700 !important
}

.hover\:font-extrabold:hover {
	font-weight: 800 !important
}

.hover\:font-black:hover {
	font-weight: 900 !important
}

.focus\:font-hairline:focus {
	font-weight: 100 !important
}

.focus\:font-thin:focus {
	font-weight: 200 !important
}

.focus\:font-light:focus {
	font-weight: 300 !important
}

.focus\:font-normal:focus {
	font-weight: 400 !important
}

.focus\:font-medium:focus {
	font-weight: 500 !important
}

.focus\:font-semibold:focus {
	font-weight: 600 !important
}

.focus\:font-bold:focus {
	font-weight: 700 !important
}

.focus\:font-extrabold:focus {
	font-weight: 800 !important
}

.focus\:font-black:focus {
	font-weight: 900 !important
}

.h-0 {
	height: 0 !important
}

.h-1 {
	height: .25rem !important
}

.h-2 {
	height: .5rem !important
}

.h-3 {
	height: .75rem !important
}

.h-4 {
	height: 1rem !important
}

.h-5 {
	height: 1.25rem !important
}

.h-6 {
	height: 1.5rem !important
}

.h-8 {
	height: 2rem !important
}

.h-10 {
	height: 2.5rem !important
}

.h-11 {
	height: 2.75rem !important
}

.h-12 {
	height: 3rem !important
}

.h-13 {
	height: 3.25rem !important
}

.h-14 {
	height: 3.5rem !important
}

.h-15 {
	height: 3.75rem !important
}

.h-16 {
	height: 4rem !important
}

.h-20 {
	height: 5rem !important
}

.h-24 {
	height: 6rem !important
}

.h-28 {
	height: 7rem !important
}

.h-30 {
	height: 7.5rem !important
}

.h-32 {
	height: 8rem !important
}

.h-35 {
	height: 8.75rem !important
}

.h-40 {
	height: 10rem !important
}

.h-47 {
	height: 11.75rem !important
}

.h-48 {
	height: 12rem !important
}

.h-51 {
	height: 12.75rem !important
}

.h-54 {
	height: 13.5rem !important
}

.h-56 {
	height: 14rem !important
}

.h-64 {
	height: 16rem !important
}

.h-74 {
	height: 18.5rem !important
}

.h-88 {
	height: 22rem !important
}

.h-102 {
	height: 25.5rem !important
}

.h-128 {
	height: 32rem !important
}

.h-134 {
	height: 40rem !important
}

.h-140 {
	height: 48rem !important
}

.h-150 {
	height: 56rem !important
}

.h-auto {
	height: auto !important
}

.h-px {
	height: 1px !important
}

.h--50 {
	height: -50px !important
}

.h-full {
	height: 100% !important
}

.h-screen {
	height: 100vh !important
}

.h-px50 {
	height: 50px !important
}

.h-introvideo_sm {
	height: 100% !important
}

.h-introvideo_md {
	height: 400px !important
}

.h-introvideo_lg {
	height: 645px !important
}

.h-introvideo_hl {
	height: 905px !important
}

.h-joinus_sm {
	height: 100% !important
}

.h-joinus_md {
	height: 308px !important
}

.h-joinus_hl, .h-joinus_lg {
	height: 536px !important
}

.h-propertyphoto_md {
	height: 320px !important
}

.h-propertyphoto_lg {
	height: 460px !important
}

.h-propertymap_md {
	height: 320px !important
}

.h-propertymap_lg {
	height: 440px !important
}

.text-8 {
	font-size: 8px !important
}

.text-10 {
	font-size: 10px !important
}

.text-13 {
	font-size: 13px !important
}

.text-19 {
	font-size: 19px !important
}

.text-32 {
	font-size: 2rem !important
}

.text-42 {
	font-size: 42px !important
}

.text-47 {
	font-size: 47px !important
}

.text-56 {
	font-size: 56px !important
}

.text-76 {
	font-size: 76px !important
}

.text-86 {
	font-size: 86px !important
}

.text-110 {
	font-size: 110px !important
}

.text-130 {
	font-size: 130px !important
}

.text-xs {
	font-size: .75rem !important
}

.text-sm {
	font-size: .875rem !important
}

.text-base {
	font-size: 1rem !important
}

.text-lg {
	font-size: 1.125rem !important
}

.text-xl {
	font-size: 1.25rem !important
}

.text-2xl {
	font-size: 1.5rem !important
}

.text-3xl {
	font-size: 1.875rem !important
}

.text-4xl {
	font-size: 2.25rem !important
}

.text-5xl {
	font-size: 3rem !important
}

.text-6xl {
	font-size: 4rem !important
}

.text-15p {
	font-size: 15px !important
}

.text-22p {
	font-size: 22px !important
}

.text-7xl {
	font-size: 5rem !important
}

.text-app-title {
	font-size: 1.75em !important
}

.leading-0 {
	line-height: 0 !important
}

.leading-3 {
	line-height: .75rem !important
}

.leading-4 {
	line-height: 1rem !important
}

.leading-5 {
	line-height: 1.25rem !important
}

.leading-6 {
	line-height: 1.5rem !important
}

.leading-7 {
	line-height: 1.75rem !important
}

.leading-8 {
	line-height: 2rem !important
}

.leading-9 {
	line-height: 2.25rem !important
}

.leading-10 {
	line-height: 2.5rem !important
}

.leading-none {
	line-height: 1 !important
}

.leading-tight {
	line-height: 1.25 !important
}

.leading-snug {
	line-height: 1.375 !important
}

.leading-normal {
	line-height: 1.5 !important
}

.leading-relaxed {
	line-height: 1.625 !important
}

.leading-loose {
	line-height: 2 !important
}

.m-0 {
	margin: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.m-3 {
	margin: .75rem !important
}

.m-4 {
	margin: 1rem !important
}

.m-5 {
	margin: 1.25rem !important
}

.m-6 {
	margin: 1.5rem !important
}

.m-7 {
	margin: 1.75rem !important
}

.m-8 {
	margin: 2rem !important
}

.m-9 {
	margin: 2.25rem !important
}

.m-10 {
	margin: 2.5rem !important
}

.m-12 {
	margin: 3rem !important
}

.m-13, .m-14 {
	margin: 3.5rem !important
}

.m-15 {
	margin: 3.75rem !important
}

.m-16 {
	margin: 4rem !important
}

.m-20 {
	margin: 5rem !important
}

.m-24 {
	margin: 6rem !important
}

.m-30 {
	margin: 7.5rem !important
}

.m-32 {
	margin: 8rem !important
}

.m-40 {
	margin: 10rem !important
}

.m-48 {
	margin: 12rem !important
}

.m-56 {
	margin: 14rem !important
}

.m-64 {
	margin: 16rem !important
}

.m-auto {
	margin: auto !important
}

.m-px {
	margin: 1px !important
}

.-m-50 {
	margin: -50px !important
}

.-m-1 {
	margin: -.25rem !important
}

.-m-2 {
	margin: -.5rem !important
}

.-m-3 {
	margin: -.75rem !important
}

.-m-4 {
	margin: -1rem !important
}

.-m-5 {
	margin: -1.25rem !important
}

.-m-6 {
	margin: -1.5rem !important
}

.-m-8 {
	margin: -2rem !important
}

.-m-10 {
	margin: -2.5rem !important
}

.-m-12 {
	margin: -3rem !important
}

.-m-16 {
	margin: -4rem !important
}

.-m-20 {
	margin: -5rem !important
}

.-m-24 {
	margin: -6rem !important
}

.-m-32 {
	margin: -8rem !important
}

.-m-40 {
	margin: -10rem !important
}

.-m-48 {
	margin: -12rem !important
}

.-m-56 {
	margin: -14rem !important
}

.-m-64 {
	margin: -16rem !important
}

.-m-px {
	margin: -1px !important
}

.-m--50 {
	margin: 50px !important
}

.-m-14 {
	margin: -3.5rem !important
}

.-m-15 {
	margin: -3.75rem !important
}

.-m-25 {
	margin: -6.25rem !important
}

.-m-30 {
	margin: -7.5rem !important
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important
}

.mx-1 {
	margin-left: .25rem !important;
	margin-right: .25rem !important
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important
}

.mx-2 {
	margin-left: .5rem !important;
	margin-right: .5rem !important
}

.my-3 {
	margin-top: .75rem !important;
	margin-bottom: .75rem !important
}

.mx-3 {
	margin-left: .75rem !important;
	margin-right: .75rem !important
}

.my-4 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

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

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

.mx-5 {
	margin-left: 1.25rem !important;
	margin-right: 1.25rem !important
}

.my-6 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.mx-6 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important
}

.my-7 {
	margin-top: 1.75rem !important;
	margin-bottom: 1.75rem !important
}

.mx-7 {
	margin-left: 1.75rem !important;
	margin-right: 1.75rem !important
}

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

.mx-8 {
	margin-left: 2rem !important;
	margin-right: 2rem !important
}

.my-9 {
	margin-top: 2.25rem !important;
	margin-bottom: 2.25rem !important
}

.mx-9 {
	margin-left: 2.25rem !important;
	margin-right: 2.25rem !important
}

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

.mx-10 {
	margin-left: 2.5rem !important;
	margin-right: 2.5rem !important
}

.my-12 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.mx-12 {
	margin-left: 3rem !important;
	margin-right: 3rem !important
}

.my-13 {
	margin-top: 3.5rem !important;
	margin-bottom: 3.5rem !important
}

.mx-13 {
	margin-left: 3.5rem !important;
	margin-right: 3.5rem !important
}

.my-14 {
	margin-top: 3.5rem !important;
	margin-bottom: 3.5rem !important
}

.mx-14 {
	margin-left: 3.5rem !important;
	margin-right: 3.5rem !important
}

.my-15 {
	margin-top: 3.75rem !important;
	margin-bottom: 3.75rem !important
}

.mx-15 {
	margin-left: 3.75rem !important;
	margin-right: 3.75rem !important
}

.my-16 {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important
}

.mx-16 {
	margin-left: 4rem !important;
	margin-right: 4rem !important
}

.my-20 {
	margin-top: 5rem !important;
	margin-bottom: 5rem !important
}

.mx-20 {
	margin-left: 5rem !important;
	margin-right: 5rem !important
}

.my-24 {
	margin-top: 6rem !important;
	margin-bottom: 6rem !important
}

.mx-24 {
	margin-left: 6rem !important;
	margin-right: 6rem !important
}

.my-30 {
	margin-top: 7.5rem !important;
	margin-bottom: 7.5rem !important
}

.mx-30 {
	margin-left: 7.5rem !important;
	margin-right: 7.5rem !important
}

.my-32 {
	margin-top: 8rem !important;
	margin-bottom: 8rem !important
}

.mx-32 {
	margin-left: 8rem !important;
	margin-right: 8rem !important
}

.my-40 {
	margin-top: 10rem !important;
	margin-bottom: 10rem !important
}

.mx-40 {
	margin-left: 10rem !important;
	margin-right: 10rem !important
}

.my-48 {
	margin-top: 12rem !important;
	margin-bottom: 12rem !important
}

.mx-48 {
	margin-left: 12rem !important;
	margin-right: 12rem !important
}

.my-56 {
	margin-top: 14rem !important;
	margin-bottom: 14rem !important
}

.mx-56 {
	margin-left: 14rem !important;
	margin-right: 14rem !important
}

.my-64 {
	margin-top: 16rem !important;
	margin-bottom: 16rem !important
}

.mx-64 {
	margin-left: 16rem !important;
	margin-right: 16rem !important
}

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

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

.my-px {
	margin-top: 1px !important;
	margin-bottom: 1px !important
}

.mx-px {
	margin-left: 1px !important;
	margin-right: 1px !important
}

.-my-50 {
	margin-top: -50px !important;
	margin-bottom: -50px !important
}

.-mx-50 {
	margin-left: -50px !important;
	margin-right: -50px !important
}

.-my-1 {
	margin-top: -.25rem !important;
	margin-bottom: -.25rem !important
}

.-mx-1 {
	margin-left: -.25rem !important;
	margin-right: -.25rem !important
}

.-my-2 {
	margin-top: -.5rem !important;
	margin-bottom: -.5rem !important
}

.-mx-2 {
	margin-left: -.5rem !important;
	margin-right: -.5rem !important
}

.-my-3 {
	margin-top: -.75rem !important;
	margin-bottom: -.75rem !important
}

.-mx-3 {
	margin-left: -.75rem !important;
	margin-right: -.75rem !important
}

.-my-4 {
	margin-top: -1rem !important;
	margin-bottom: -1rem !important
}

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

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

.-mx-5 {
	margin-left: -1.25rem !important;
	margin-right: -1.25rem !important
}

.-my-6 {
	margin-top: -1.5rem !important;
	margin-bottom: -1.5rem !important
}

.-mx-6 {
	margin-left: -1.5rem !important;
	margin-right: -1.5rem !important
}

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

.-mx-8 {
	margin-left: -2rem !important;
	margin-right: -2rem !important
}

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

.-mx-10 {
	margin-left: -2.5rem !important;
	margin-right: -2.5rem !important
}

.-my-12 {
	margin-top: -3rem !important;
	margin-bottom: -3rem !important
}

.-mx-12 {
	margin-left: -3rem !important;
	margin-right: -3rem !important
}

.-my-16 {
	margin-top: -4rem !important;
	margin-bottom: -4rem !important
}

.-mx-16 {
	margin-left: -4rem !important;
	margin-right: -4rem !important
}

.-my-20 {
	margin-top: -5rem !important;
	margin-bottom: -5rem !important
}

.-mx-20 {
	margin-left: -5rem !important;
	margin-right: -5rem !important
}

.-my-24 {
	margin-top: -6rem !important;
	margin-bottom: -6rem !important
}

.-mx-24 {
	margin-left: -6rem !important;
	margin-right: -6rem !important
}

.-my-32 {
	margin-top: -8rem !important;
	margin-bottom: -8rem !important
}

.-mx-32 {
	margin-left: -8rem !important;
	margin-right: -8rem !important
}

.-my-40 {
	margin-top: -10rem !important;
	margin-bottom: -10rem !important
}

.-mx-40 {
	margin-left: -10rem !important;
	margin-right: -10rem !important
}

.-my-48 {
	margin-top: -12rem !important;
	margin-bottom: -12rem !important
}

.-mx-48 {
	margin-left: -12rem !important;
	margin-right: -12rem !important
}

.-my-56 {
	margin-top: -14rem !important;
	margin-bottom: -14rem !important
}

.-mx-56 {
	margin-left: -14rem !important;
	margin-right: -14rem !important
}

.-my-64 {
	margin-top: -16rem !important;
	margin-bottom: -16rem !important
}

.-mx-64 {
	margin-left: -16rem !important;
	margin-right: -16rem !important
}

.-my-px {
	margin-top: -1px !important;
	margin-bottom: -1px !important
}

.-mx-px {
	margin-left: -1px !important;
	margin-right: -1px !important
}

.-my--50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important
}

.-mx--50 {
	margin-left: 50px !important;
	margin-right: 50px !important
}

.-my-14 {
	margin-top: -3.5rem !important;
	margin-bottom: -3.5rem !important
}

.-mx-14 {
	margin-left: -3.5rem !important;
	margin-right: -3.5rem !important
}

.-my-15 {
	margin-top: -3.75rem !important;
	margin-bottom: -3.75rem !important
}

.-mx-15 {
	margin-left: -3.75rem !important;
	margin-right: -3.75rem !important
}

.-my-25 {
	margin-top: -6.25rem !important;
	margin-bottom: -6.25rem !important
}

.-mx-25 {
	margin-left: -6.25rem !important;
	margin-right: -6.25rem !important
}

.-my-30 {
	margin-top: -7.5rem !important;
	margin-bottom: -7.5rem !important
}

.-mx-30 {
	margin-left: -7.5rem !important;
	margin-right: -7.5rem !important
}

.mt-0 {
	margin-top: 0 !important
}

.mr-0 {
	margin-right: 0 !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.ml-0 {
	margin-left: 0 !important
}

.mt-1 {
	margin-top: .25rem !important
}

.mr-1 {
	margin-right: .25rem !important
}

.mb-1 {
	margin-bottom: .25rem !important
}

.ml-1 {
	margin-left: .25rem !important
}

.mt-2 {
	margin-top: .5rem !important
}

.mr-2 {
	margin-right: .5rem !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

.ml-2 {
	margin-left: .5rem !important
}

.mt-3 {
	margin-top: .75rem !important
}

.mr-3 {
	margin-right: .75rem !important
}

.mb-3 {
	margin-bottom: .75rem !important
}

.ml-3 {
	margin-left: .75rem !important
}

.mt-4 {
	margin-top: 1rem !important
}

.mr-4 {
	margin-right: 1rem !important
}

.mb-4 {
	margin-bottom: 1rem !important
}

.ml-4 {
	margin-left: 1rem !important
}

.mt-5 {
	margin-top: 1.25rem !important
}

.mr-5 {
	margin-right: 1.25rem !important
}

.mb-5 {
	margin-bottom: 1.25rem !important
}

.ml-5 {
	margin-left: 1.25rem !important
}

.mt-6 {
	margin-top: 1.5rem !important
}

.mr-6 {
	margin-right: 1.5rem !important
}

.mb-6 {
	margin-bottom: 1.5rem !important
}

.ml-6 {
	margin-left: 1.5rem !important
}

.mt-7 {
	margin-top: 1.75rem !important
}

.mr-7 {
	margin-right: 1.75rem !important
}

.mb-7 {
	margin-bottom: 1.75rem !important
}

.ml-7 {
	margin-left: 1.75rem !important
}

.mt-8 {
	margin-top: 2rem !important
}

.mr-8 {
	margin-right: 2rem !important
}

.mb-8 {
	margin-bottom: 2rem !important
}

.ml-8 {
	margin-left: 2rem !important
}

.mt-9 {
	margin-top: 2.25rem !important
}

.mr-9 {
	margin-right: 2.25rem !important
}

.mb-9 {
	margin-bottom: 2.25rem !important
}

.ml-9 {
	margin-left: 2.25rem !important
}

.mt-10 {
	margin-top: 2.5rem !important
}

.mr-10 {
	margin-right: 2.5rem !important
}

.mb-10 {
	margin-bottom: 2.5rem !important
}

.ml-10 {
	margin-left: 2.5rem !important
}

.mt-12 {
	margin-top: 3rem !important
}

.mr-12 {
	margin-right: 3rem !important
}

.mb-12 {
	margin-bottom: 3rem !important
}

.ml-12 {
	margin-left: 3rem !important
}

.mt-13 {
	margin-top: 3.5rem !important
}

.mr-13 {
	margin-right: 3.5rem !important
}

.mb-13 {
	margin-bottom: 3.5rem !important
}

.ml-13 {
	margin-left: 3.5rem !important
}

.mt-14 {
	margin-top: 3.5rem !important
}

.mr-14 {
	margin-right: 3.5rem !important
}

.mb-14 {
	margin-bottom: 3.5rem !important
}

.ml-14 {
	margin-left: 3.5rem !important
}

.mt-15 {
	margin-top: 3.75rem !important
}

.mr-15 {
	margin-right: 3.75rem !important
}

.mb-15 {
	margin-bottom: 3.75rem !important
}

.ml-15 {
	margin-left: 3.75rem !important
}

.mt-16 {
	margin-top: 4rem !important
}

.mr-16 {
	margin-right: 4rem !important
}

.mb-16 {
	margin-bottom: 4rem !important
}

.ml-16 {
	margin-left: 4rem !important
}

.mt-20 {
	margin-top: 5rem !important
}

.mr-20 {
	margin-right: 5rem !important
}

.mb-20 {
	margin-bottom: 5rem !important
}

.ml-20 {
	margin-left: 5rem !important
}

.mt-24 {
	margin-top: 6rem !important
}

.mr-24 {
	margin-right: 6rem !important
}

.mb-24 {
	margin-bottom: 6rem !important
}

.ml-24 {
	margin-left: 6rem !important
}

.mt-30 {
	margin-top: 7.5rem !important
}

.mr-30 {
	margin-right: 7.5rem !important
}

.mb-30 {
	margin-bottom: 7.5rem !important
}

.ml-30 {
	margin-left: 7.5rem !important
}

.mt-32 {
	margin-top: 8rem !important
}

.mr-32 {
	margin-right: 8rem !important
}

.mb-32 {
	margin-bottom: 8rem !important
}

.ml-32 {
	margin-left: 8rem !important
}

.mt-40 {
	margin-top: 10rem !important
}

.mr-40 {
	margin-right: 10rem !important
}

.mb-40 {
	margin-bottom: 10rem !important
}

.ml-40 {
	margin-left: 10rem !important
}

.mt-48 {
	margin-top: 12rem !important
}

.mr-48 {
	margin-right: 12rem !important
}

.mb-48 {
	margin-bottom: 12rem !important
}

.ml-48 {
	margin-left: 12rem !important
}

.mt-56 {
	margin-top: 14rem !important
}

.mr-56 {
	margin-right: 14rem !important
}

.mb-56 {
	margin-bottom: 14rem !important
}

.ml-56 {
	margin-left: 14rem !important
}

.mt-64 {
	margin-top: 16rem !important
}

.mr-64 {
	margin-right: 16rem !important
}

.mb-64 {
	margin-bottom: 16rem !important
}

.ml-64 {
	margin-left: 16rem !important
}

.mt-auto {
	margin-top: auto !important
}

.mr-auto {
	margin-right: auto !important
}

.mb-auto {
	margin-bottom: auto !important
}

.ml-auto {
	margin-left: auto !important
}

.mt-px {
	margin-top: 1px !important
}

.mr-px {
	margin-right: 1px !important
}

.mb-px {
	margin-bottom: 1px !important
}

.ml-px {
	margin-left: 1px !important
}

.-mt-50 {
	margin-top: -50px !important
}

.-mr-50 {
	margin-right: -50px !important
}

.-mb-50 {
	margin-bottom: -50px !important
}

.-ml-50 {
	margin-left: -50px !important
}

.-mt-1 {
	margin-top: -.25rem !important
}

.-mr-1 {
	margin-right: -.25rem !important
}

.-mb-1 {
	margin-bottom: -.25rem !important
}

.-ml-1 {
	margin-left: -.25rem !important
}

.-mt-2 {
	margin-top: -.5rem !important
}

.-mr-2 {
	margin-right: -.5rem !important
}

.-mb-2 {
	margin-bottom: -.5rem !important
}

.-ml-2 {
	margin-left: -.5rem !important
}

.-mt-3 {
	margin-top: -.75rem !important
}

.-mr-3 {
	margin-right: -.75rem !important
}

.-mb-3 {
	margin-bottom: -.75rem !important
}

.-ml-3 {
	margin-left: -.75rem !important
}

.-mt-4 {
	margin-top: -1rem !important
}

.-mr-4 {
	margin-right: -1rem !important
}

.-mb-4 {
	margin-bottom: -1rem !important
}

.-ml-4 {
	margin-left: -1rem !important
}

.-mt-5 {
	margin-top: -1.25rem !important
}

.-mr-5 {
	margin-right: -1.25rem !important
}

.-mb-5 {
	margin-bottom: -1.25rem !important
}

.-ml-5 {
	margin-left: -1.25rem !important
}

.-mt-6 {
	margin-top: -1.5rem !important
}

.-mr-6 {
	margin-right: -1.5rem !important
}

.-mb-6 {
	margin-bottom: -1.5rem !important
}

.-ml-6 {
	margin-left: -1.5rem !important
}

.-mt-8 {
	margin-top: -2rem !important
}

.-mr-8 {
	margin-right: -2rem !important
}

.-mb-8 {
	margin-bottom: -2rem !important
}

.-ml-8 {
	margin-left: -2rem !important
}

.-mt-10 {
	margin-top: -2.5rem !important
}

.-mr-10 {
	margin-right: -2.5rem !important
}

.-mb-10 {
	margin-bottom: -2.5rem !important
}

.-ml-10 {
	margin-left: -2.5rem !important
}

.-mt-12 {
	margin-top: -3rem !important
}

.-mr-12 {
	margin-right: -3rem !important
}

.-mb-12 {
	margin-bottom: -3rem !important
}

.-ml-12 {
	margin-left: -3rem !important
}

.-mt-16 {
	margin-top: -4rem !important
}

.-mr-16 {
	margin-right: -4rem !important
}

.-mb-16 {
	margin-bottom: -4rem !important
}

.-ml-16 {
	margin-left: -4rem !important
}

.-mt-20 {
	margin-top: -5rem !important
}

.-mr-20 {
	margin-right: -5rem !important
}

.-mb-20 {
	margin-bottom: -5rem !important
}

.-ml-20 {
	margin-left: -5rem !important
}

.-mt-24 {
	margin-top: -6rem !important
}

.-mr-24 {
	margin-right: -6rem !important
}

.-mb-24 {
	margin-bottom: -6rem !important
}

.-ml-24 {
	margin-left: -6rem !important
}

.-mt-32 {
	margin-top: -8rem !important
}

.-mr-32 {
	margin-right: -8rem !important
}

.-mb-32 {
	margin-bottom: -8rem !important
}

.-ml-32 {
	margin-left: -8rem !important
}

.-mt-40 {
	margin-top: -10rem !important
}

.-mr-40 {
	margin-right: -10rem !important
}

.-mb-40 {
	margin-bottom: -10rem !important
}

.-ml-40 {
	margin-left: -10rem !important
}

.-mt-48 {
	margin-top: -12rem !important
}

.-mr-48 {
	margin-right: -12rem !important
}

.-mb-48 {
	margin-bottom: -12rem !important
}

.-ml-48 {
	margin-left: -12rem !important
}

.-mt-56 {
	margin-top: -14rem !important
}

.-mr-56 {
	margin-right: -14rem !important
}

.-mb-56 {
	margin-bottom: -14rem !important
}

.-ml-56 {
	margin-left: -14rem !important
}

.-mt-64 {
	margin-top: -16rem !important
}

.-mr-64 {
	margin-right: -16rem !important
}

.-mb-64 {
	margin-bottom: -16rem !important
}

.-ml-64 {
	margin-left: -16rem !important
}

.-mt-px {
	margin-top: -1px !important
}

.-mr-px {
	margin-right: -1px !important
}

.-mb-px {
	margin-bottom: -1px !important
}

.-ml-px {
	margin-left: -1px !important
}

.-mt--50 {
	margin-top: 50px !important
}

.-mr--50 {
	margin-right: 50px !important
}

.-mb--50 {
	margin-bottom: 50px !important
}

.-ml--50 {
	margin-left: 50px !important
}

.-mt-14 {
	margin-top: -3.5rem !important
}

.-mr-14 {
	margin-right: -3.5rem !important
}

.-mb-14 {
	margin-bottom: -3.5rem !important
}

.-ml-14 {
	margin-left: -3.5rem !important
}

.-mt-15 {
	margin-top: -3.75rem !important
}

.-mr-15 {
	margin-right: -3.75rem !important
}

.-mb-15 {
	margin-bottom: -3.75rem !important
}

.-ml-15 {
	margin-left: -3.75rem !important
}

.-mt-25 {
	margin-top: -6.25rem !important
}

.-mr-25 {
	margin-right: -6.25rem !important
}

.-mb-25 {
	margin-bottom: -6.25rem !important
}

.-ml-25 {
	margin-left: -6.25rem !important
}

.-mt-30 {
	margin-top: -7.5rem !important
}

.-mr-30 {
	margin-right: -7.5rem !important
}

.-mb-30 {
	margin-bottom: -7.5rem !important
}

.-ml-30 {
	margin-left: -7.5rem !important
}

.last\:m-0:last-child {
	margin: 0 !important
}

.last\:m-1:last-child {
	margin: .25rem !important
}

.last\:m-2:last-child {
	margin: .5rem !important
}

.last\:m-3:last-child {
	margin: .75rem !important
}

.last\:m-4:last-child {
	margin: 1rem !important
}

.last\:m-5:last-child {
	margin: 1.25rem !important
}

.last\:m-6:last-child {
	margin: 1.5rem !important
}

.last\:m-7:last-child {
	margin: 1.75rem !important
}

.last\:m-8:last-child {
	margin: 2rem !important
}

.last\:m-9:last-child {
	margin: 2.25rem !important
}

.last\:m-10:last-child {
	margin: 2.5rem !important
}

.last\:m-12:last-child {
	margin: 3rem !important
}

.last\:m-13:last-child, .last\:m-14:last-child {
	margin: 3.5rem !important
}

.last\:m-15:last-child {
	margin: 3.75rem !important
}

.last\:m-16:last-child {
	margin: 4rem !important
}

.last\:m-20:last-child {
	margin: 5rem !important
}

.last\:m-24:last-child {
	margin: 6rem !important
}

.last\:m-30:last-child {
	margin: 7.5rem !important
}

.last\:m-32:last-child {
	margin: 8rem !important
}

.last\:m-40:last-child {
	margin: 10rem !important
}

.last\:m-48:last-child {
	margin: 12rem !important
}

.last\:m-56:last-child {
	margin: 14rem !important
}

.last\:m-64:last-child {
	margin: 16rem !important
}

.last\:m-auto:last-child {
	margin: auto !important
}

.last\:m-px:last-child {
	margin: 1px !important
}

.last\:-m-50:last-child {
	margin: -50px !important
}

.last\:-m-1:last-child {
	margin: -.25rem !important
}

.last\:-m-2:last-child {
	margin: -.5rem !important
}

.last\:-m-3:last-child {
	margin: -.75rem !important
}

.last\:-m-4:last-child {
	margin: -1rem !important
}

.last\:-m-5:last-child {
	margin: -1.25rem !important
}

.last\:-m-6:last-child {
	margin: -1.5rem !important
}

.last\:-m-8:last-child {
	margin: -2rem !important
}

.last\:-m-10:last-child {
	margin: -2.5rem !important
}

.last\:-m-12:last-child {
	margin: -3rem !important
}

.last\:-m-16:last-child {
	margin: -4rem !important
}

.last\:-m-20:last-child {
	margin: -5rem !important
}

.last\:-m-24:last-child {
	margin: -6rem !important
}

.last\:-m-32:last-child {
	margin: -8rem !important
}

.last\:-m-40:last-child {
	margin: -10rem !important
}

.last\:-m-48:last-child {
	margin: -12rem !important
}

.last\:-m-56:last-child {
	margin: -14rem !important
}

.last\:-m-64:last-child {
	margin: -16rem !important
}

.last\:-m-px:last-child {
	margin: -1px !important
}

.last\:-m--50:last-child {
	margin: 50px !important
}

.last\:-m-14:last-child {
	margin: -3.5rem !important
}

.last\:-m-15:last-child {
	margin: -3.75rem !important
}

.last\:-m-25:last-child {
	margin: -6.25rem !important
}

.last\:-m-30:last-child {
	margin: -7.5rem !important
}

.last\:my-0:last-child {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.last\:mx-0:last-child {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.last\:my-1:last-child {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important
}

.last\:mx-1:last-child {
	margin-left: .25rem !important;
	margin-right: .25rem !important
}

.last\:my-2:last-child {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important
}

.last\:mx-2:last-child {
	margin-left: .5rem !important;
	margin-right: .5rem !important
}

.last\:my-3:last-child {
	margin-top: .75rem !important;
	margin-bottom: .75rem !important
}

.last\:mx-3:last-child {
	margin-left: .75rem !important;
	margin-right: .75rem !important
}

.last\:my-4:last-child {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.last\:mx-4:last-child {
	margin-left: 1rem !important;
	margin-right: 1rem !important
}

.last\:my-5:last-child {
	margin-top: 1.25rem !important;
	margin-bottom: 1.25rem !important
}

.last\:mx-5:last-child {
	margin-left: 1.25rem !important;
	margin-right: 1.25rem !important
}

.last\:my-6:last-child {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.last\:mx-6:last-child {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important
}

.last\:my-7:last-child {
	margin-top: 1.75rem !important;
	margin-bottom: 1.75rem !important
}

.last\:mx-7:last-child {
	margin-left: 1.75rem !important;
	margin-right: 1.75rem !important
}

.last\:my-8:last-child {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important
}

.last\:mx-8:last-child {
	margin-left: 2rem !important;
	margin-right: 2rem !important
}

.last\:my-9:last-child {
	margin-top: 2.25rem !important;
	margin-bottom: 2.25rem !important
}

.last\:mx-9:last-child {
	margin-left: 2.25rem !important;
	margin-right: 2.25rem !important
}

.last\:my-10:last-child {
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important
}

.last\:mx-10:last-child {
	margin-left: 2.5rem !important;
	margin-right: 2.5rem !important
}

.last\:my-12:last-child {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.last\:mx-12:last-child {
	margin-left: 3rem !important;
	margin-right: 3rem !important
}

.last\:my-13:last-child {
	margin-top: 3.5rem !important;
	margin-bottom: 3.5rem !important
}

.last\:mx-13:last-child {
	margin-left: 3.5rem !important;
	margin-right: 3.5rem !important
}

.last\:my-14:last-child {
	margin-top: 3.5rem !important;
	margin-bottom: 3.5rem !important
}

.last\:mx-14:last-child {
	margin-left: 3.5rem !important;
	margin-right: 3.5rem !important
}

.last\:my-15:last-child {
	margin-top: 3.75rem !important;
	margin-bottom: 3.75rem !important
}

.last\:mx-15:last-child {
	margin-left: 3.75rem !important;
	margin-right: 3.75rem !important
}

.last\:my-16:last-child {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important
}

.last\:mx-16:last-child {
	margin-left: 4rem !important;
	margin-right: 4rem !important
}

.last\:my-20:last-child {
	margin-top: 5rem !important;
	margin-bottom: 5rem !important
}

.last\:mx-20:last-child {
	margin-left: 5rem !important;
	margin-right: 5rem !important
}

.last\:my-24:last-child {
	margin-top: 6rem !important;
	margin-bottom: 6rem !important
}

.last\:mx-24:last-child {
	margin-left: 6rem !important;
	margin-right: 6rem !important
}

.last\:my-30:last-child {
	margin-top: 7.5rem !important;
	margin-bottom: 7.5rem !important
}

.last\:mx-30:last-child {
	margin-left: 7.5rem !important;
	margin-right: 7.5rem !important
}

.last\:my-32:last-child {
	margin-top: 8rem !important;
	margin-bottom: 8rem !important
}

.last\:mx-32:last-child {
	margin-left: 8rem !important;
	margin-right: 8rem !important
}

.last\:my-40:last-child {
	margin-top: 10rem !important;
	margin-bottom: 10rem !important
}

.last\:mx-40:last-child {
	margin-left: 10rem !important;
	margin-right: 10rem !important
}

.last\:my-48:last-child {
	margin-top: 12rem !important;
	margin-bottom: 12rem !important
}

.last\:mx-48:last-child {
	margin-left: 12rem !important;
	margin-right: 12rem !important
}

.last\:my-56:last-child {
	margin-top: 14rem !important;
	margin-bottom: 14rem !important
}

.last\:mx-56:last-child {
	margin-left: 14rem !important;
	margin-right: 14rem !important
}

.last\:my-64:last-child {
	margin-top: 16rem !important;
	margin-bottom: 16rem !important
}

.last\:mx-64:last-child {
	margin-left: 16rem !important;
	margin-right: 16rem !important
}

.last\:my-auto:last-child {
	margin-top: auto !important;
	margin-bottom: auto !important
}

.last\:mx-auto:last-child {
	margin-left: auto !important;
	margin-right: auto !important
}

.last\:my-px:last-child {
	margin-top: 1px !important;
	margin-bottom: 1px !important
}

.last\:mx-px:last-child {
	margin-left: 1px !important;
	margin-right: 1px !important
}

.last\:-my-50:last-child {
	margin-top: -50px !important;
	margin-bottom: -50px !important
}

.last\:-mx-50:last-child {
	margin-left: -50px !important;
	margin-right: -50px !important
}

.last\:-my-1:last-child {
	margin-top: -.25rem !important;
	margin-bottom: -.25rem !important
}

.last\:-mx-1:last-child {
	margin-left: -.25rem !important;
	margin-right: -.25rem !important
}

.last\:-my-2:last-child {
	margin-top: -.5rem !important;
	margin-bottom: -.5rem !important
}

.last\:-mx-2:last-child {
	margin-left: -.5rem !important;
	margin-right: -.5rem !important
}

.last\:-my-3:last-child {
	margin-top: -.75rem !important;
	margin-bottom: -.75rem !important
}

.last\:-mx-3:last-child {
	margin-left: -.75rem !important;
	margin-right: -.75rem !important
}

.last\:-my-4:last-child {
	margin-top: -1rem !important;
	margin-bottom: -1rem !important
}

.last\:-mx-4:last-child {
	margin-left: -1rem !important;
	margin-right: -1rem !important
}

.last\:-my-5:last-child {
	margin-top: -1.25rem !important;
	margin-bottom: -1.25rem !important
}

.last\:-mx-5:last-child {
	margin-left: -1.25rem !important;
	margin-right: -1.25rem !important
}

.last\:-my-6:last-child {
	margin-top: -1.5rem !important;
	margin-bottom: -1.5rem !important
}

.last\:-mx-6:last-child {
	margin-left: -1.5rem !important;
	margin-right: -1.5rem !important
}

.last\:-my-8:last-child {
	margin-top: -2rem !important;
	margin-bottom: -2rem !important
}

.last\:-mx-8:last-child {
	margin-left: -2rem !important;
	margin-right: -2rem !important
}

.last\:-my-10:last-child {
	margin-top: -2.5rem !important;
	margin-bottom: -2.5rem !important
}

.last\:-mx-10:last-child {
	margin-left: -2.5rem !important;
	margin-right: -2.5rem !important
}

.last\:-my-12:last-child {
	margin-top: -3rem !important;
	margin-bottom: -3rem !important
}

.last\:-mx-12:last-child {
	margin-left: -3rem !important;
	margin-right: -3rem !important
}

.last\:-my-16:last-child {
	margin-top: -4rem !important;
	margin-bottom: -4rem !important
}

.last\:-mx-16:last-child {
	margin-left: -4rem !important;
	margin-right: -4rem !important
}

.last\:-my-20:last-child {
	margin-top: -5rem !important;
	margin-bottom: -5rem !important
}

.last\:-mx-20:last-child {
	margin-left: -5rem !important;
	margin-right: -5rem !important
}

.last\:-my-24:last-child {
	margin-top: -6rem !important;
	margin-bottom: -6rem !important
}

.last\:-mx-24:last-child {
	margin-left: -6rem !important;
	margin-right: -6rem !important
}

.last\:-my-32:last-child {
	margin-top: -8rem !important;
	margin-bottom: -8rem !important
}

.last\:-mx-32:last-child {
	margin-left: -8rem !important;
	margin-right: -8rem !important
}

.last\:-my-40:last-child {
	margin-top: -10rem !important;
	margin-bottom: -10rem !important
}

.last\:-mx-40:last-child {
	margin-left: -10rem !important;
	margin-right: -10rem !important
}

.last\:-my-48:last-child {
	margin-top: -12rem !important;
	margin-bottom: -12rem !important
}

.last\:-mx-48:last-child {
	margin-left: -12rem !important;
	margin-right: -12rem !important
}

.last\:-my-56:last-child {
	margin-top: -14rem !important;
	margin-bottom: -14rem !important
}

.last\:-mx-56:last-child {
	margin-left: -14rem !important;
	margin-right: -14rem !important
}

.last\:-my-64:last-child {
	margin-top: -16rem !important;
	margin-bottom: -16rem !important
}

.last\:-mx-64:last-child {
	margin-left: -16rem !important;
	margin-right: -16rem !important
}

.last\:-my-px:last-child {
	margin-top: -1px !important;
	margin-bottom: -1px !important
}

.last\:-mx-px:last-child {
	margin-left: -1px !important;
	margin-right: -1px !important
}

.last\:-my--50:last-child {
	margin-top: 50px !important;
	margin-bottom: 50px !important
}

.last\:-mx--50:last-child {
	margin-left: 50px !important;
	margin-right: 50px !important
}

.last\:-my-14:last-child {
	margin-top: -3.5rem !important;
	margin-bottom: -3.5rem !important
}

.last\:-mx-14:last-child {
	margin-left: -3.5rem !important;
	margin-right: -3.5rem !important
}

.last\:-my-15:last-child {
	margin-top: -3.75rem !important;
	margin-bottom: -3.75rem !important
}

.last\:-mx-15:last-child {
	margin-left: -3.75rem !important;
	margin-right: -3.75rem !important
}

.last\:-my-25:last-child {
	margin-top: -6.25rem !important;
	margin-bottom: -6.25rem !important
}

.last\:-mx-25:last-child {
	margin-left: -6.25rem !important;
	margin-right: -6.25rem !important
}

.last\:-my-30:last-child {
	margin-top: -7.5rem !important;
	margin-bottom: -7.5rem !important
}

.last\:-mx-30:last-child {
	margin-left: -7.5rem !important;
	margin-right: -7.5rem !important
}

.last\:mt-0:last-child {
	margin-top: 0 !important
}

.last\:mr-0:last-child {
	margin-right: 0 !important
}

.last\:mb-0:last-child {
	margin-bottom: 0 !important
}

.last\:ml-0:last-child {
	margin-left: 0 !important
}

.last\:mt-1:last-child {
	margin-top: .25rem !important
}

.last\:mr-1:last-child {
	margin-right: .25rem !important
}

.last\:mb-1:last-child {
	margin-bottom: .25rem !important
}

.last\:ml-1:last-child {
	margin-left: .25rem !important
}

.last\:mt-2:last-child {
	margin-top: .5rem !important
}

.last\:mr-2:last-child {
	margin-right: .5rem !important
}

.last\:mb-2:last-child {
	margin-bottom: .5rem !important
}

.last\:ml-2:last-child {
	margin-left: .5rem !important
}

.last\:mt-3:last-child {
	margin-top: .75rem !important
}

.last\:mr-3:last-child {
	margin-right: .75rem !important
}

.last\:mb-3:last-child {
	margin-bottom: .75rem !important
}

.last\:ml-3:last-child {
	margin-left: .75rem !important
}

.last\:mt-4:last-child {
	margin-top: 1rem !important
}

.last\:mr-4:last-child {
	margin-right: 1rem !important
}

.last\:mb-4:last-child {
	margin-bottom: 1rem !important
}

.last\:ml-4:last-child {
	margin-left: 1rem !important
}

.last\:mt-5:last-child {
	margin-top: 1.25rem !important
}

.last\:mr-5:last-child {
	margin-right: 1.25rem !important
}

.last\:mb-5:last-child {
	margin-bottom: 1.25rem !important
}

.last\:ml-5:last-child {
	margin-left: 1.25rem !important
}

.last\:mt-6:last-child {
	margin-top: 1.5rem !important
}

.last\:mr-6:last-child {
	margin-right: 1.5rem !important
}

.last\:mb-6:last-child {
	margin-bottom: 1.5rem !important
}

.last\:ml-6:last-child {
	margin-left: 1.5rem !important
}

.last\:mt-7:last-child {
	margin-top: 1.75rem !important
}

.last\:mr-7:last-child {
	margin-right: 1.75rem !important
}

.last\:mb-7:last-child {
	margin-bottom: 1.75rem !important
}

.last\:ml-7:last-child {
	margin-left: 1.75rem !important
}

.last\:mt-8:last-child {
	margin-top: 2rem !important
}

.last\:mr-8:last-child {
	margin-right: 2rem !important
}

.last\:mb-8:last-child {
	margin-bottom: 2rem !important
}

.last\:ml-8:last-child {
	margin-left: 2rem !important
}

.last\:mt-9:last-child {
	margin-top: 2.25rem !important
}

.last\:mr-9:last-child {
	margin-right: 2.25rem !important
}

.last\:mb-9:last-child {
	margin-bottom: 2.25rem !important
}

.last\:ml-9:last-child {
	margin-left: 2.25rem !important
}

.last\:mt-10:last-child {
	margin-top: 2.5rem !important
}

.last\:mr-10:last-child {
	margin-right: 2.5rem !important
}

.last\:mb-10:last-child {
	margin-bottom: 2.5rem !important
}

.last\:ml-10:last-child {
	margin-left: 2.5rem !important
}

.last\:mt-12:last-child {
	margin-top: 3rem !important
}

.last\:mr-12:last-child {
	margin-right: 3rem !important
}

.last\:mb-12:last-child {
	margin-bottom: 3rem !important
}

.last\:ml-12:last-child {
	margin-left: 3rem !important
}

.last\:mt-13:last-child {
	margin-top: 3.5rem !important
}

.last\:mr-13:last-child {
	margin-right: 3.5rem !important
}

.last\:mb-13:last-child {
	margin-bottom: 3.5rem !important
}

.last\:ml-13:last-child {
	margin-left: 3.5rem !important
}

.last\:mt-14:last-child {
	margin-top: 3.5rem !important
}

.last\:mr-14:last-child {
	margin-right: 3.5rem !important
}

.last\:mb-14:last-child {
	margin-bottom: 3.5rem !important
}

.last\:ml-14:last-child {
	margin-left: 3.5rem !important
}

.last\:mt-15:last-child {
	margin-top: 3.75rem !important
}

.last\:mr-15:last-child {
	margin-right: 3.75rem !important
}

.last\:mb-15:last-child {
	margin-bottom: 3.75rem !important
}

.last\:ml-15:last-child {
	margin-left: 3.75rem !important
}

.last\:mt-16:last-child {
	margin-top: 4rem !important
}

.last\:mr-16:last-child {
	margin-right: 4rem !important
}

.last\:mb-16:last-child {
	margin-bottom: 4rem !important
}

.last\:ml-16:last-child {
	margin-left: 4rem !important
}

.last\:mt-20:last-child {
	margin-top: 5rem !important
}

.last\:mr-20:last-child {
	margin-right: 5rem !important
}

.last\:mb-20:last-child {
	margin-bottom: 5rem !important
}

.last\:ml-20:last-child {
	margin-left: 5rem !important
}

.last\:mt-24:last-child {
	margin-top: 6rem !important
}

.last\:mr-24:last-child {
	margin-right: 6rem !important
}

.last\:mb-24:last-child {
	margin-bottom: 6rem !important
}

.last\:ml-24:last-child {
	margin-left: 6rem !important
}

.last\:mt-30:last-child {
	margin-top: 7.5rem !important
}

.last\:mr-30:last-child {
	margin-right: 7.5rem !important
}

.last\:mb-30:last-child {
	margin-bottom: 7.5rem !important
}

.last\:ml-30:last-child {
	margin-left: 7.5rem !important
}

.last\:mt-32:last-child {
	margin-top: 8rem !important
}

.last\:mr-32:last-child {
	margin-right: 8rem !important
}

.last\:mb-32:last-child {
	margin-bottom: 8rem !important
}

.last\:ml-32:last-child {
	margin-left: 8rem !important
}

.last\:mt-40:last-child {
	margin-top: 10rem !important
}

.last\:mr-40:last-child {
	margin-right: 10rem !important
}

.last\:mb-40:last-child {
	margin-bottom: 10rem !important
}

.last\:ml-40:last-child {
	margin-left: 10rem !important
}

.last\:mt-48:last-child {
	margin-top: 12rem !important
}

.last\:mr-48:last-child {
	margin-right: 12rem !important
}

.last\:mb-48:last-child {
	margin-bottom: 12rem !important
}

.last\:ml-48:last-child {
	margin-left: 12rem !important
}

.last\:mt-56:last-child {
	margin-top: 14rem !important
}

.last\:mr-56:last-child {
	margin-right: 14rem !important
}

.last\:mb-56:last-child {
	margin-bottom: 14rem !important
}

.last\:ml-56:last-child {
	margin-left: 14rem !important
}

.last\:mt-64:last-child {
	margin-top: 16rem !important
}

.last\:mr-64:last-child {
	margin-right: 16rem !important
}

.last\:mb-64:last-child {
	margin-bottom: 16rem !important
}

.last\:ml-64:last-child {
	margin-left: 16rem !important
}

.last\:mt-auto:last-child {
	margin-top: auto !important
}

.last\:mr-auto:last-child {
	margin-right: auto !important
}

.last\:mb-auto:last-child {
	margin-bottom: auto !important
}

.last\:ml-auto:last-child {
	margin-left: auto !important
}

.last\:mt-px:last-child {
	margin-top: 1px !important
}

.last\:mr-px:last-child {
	margin-right: 1px !important
}

.last\:mb-px:last-child {
	margin-bottom: 1px !important
}

.last\:ml-px:last-child {
	margin-left: 1px !important
}

.last\:-mt-50:last-child {
	margin-top: -50px !important
}

.last\:-mr-50:last-child {
	margin-right: -50px !important
}

.last\:-mb-50:last-child {
	margin-bottom: -50px !important
}

.last\:-ml-50:last-child {
	margin-left: -50px !important
}

.last\:-mt-1:last-child {
	margin-top: -.25rem !important
}

.last\:-mr-1:last-child {
	margin-right: -.25rem !important
}

.last\:-mb-1:last-child {
	margin-bottom: -.25rem !important
}

.last\:-ml-1:last-child {
	margin-left: -.25rem !important
}

.last\:-mt-2:last-child {
	margin-top: -.5rem !important
}

.last\:-mr-2:last-child {
	margin-right: -.5rem !important
}

.last\:-mb-2:last-child {
	margin-bottom: -.5rem !important
}

.last\:-ml-2:last-child {
	margin-left: -.5rem !important
}

.last\:-mt-3:last-child {
	margin-top: -.75rem !important
}

.last\:-mr-3:last-child {
	margin-right: -.75rem !important
}

.last\:-mb-3:last-child {
	margin-bottom: -.75rem !important
}

.last\:-ml-3:last-child {
	margin-left: -.75rem !important
}

.last\:-mt-4:last-child {
	margin-top: -1rem !important
}

.last\:-mr-4:last-child {
	margin-right: -1rem !important
}

.last\:-mb-4:last-child {
	margin-bottom: -1rem !important
}

.last\:-ml-4:last-child {
	margin-left: -1rem !important
}

.last\:-mt-5:last-child {
	margin-top: -1.25rem !important
}

.last\:-mr-5:last-child {
	margin-right: -1.25rem !important
}

.last\:-mb-5:last-child {
	margin-bottom: -1.25rem !important
}

.last\:-ml-5:last-child {
	margin-left: -1.25rem !important
}

.last\:-mt-6:last-child {
	margin-top: -1.5rem !important
}

.last\:-mr-6:last-child {
	margin-right: -1.5rem !important
}

.last\:-mb-6:last-child {
	margin-bottom: -1.5rem !important
}

.last\:-ml-6:last-child {
	margin-left: -1.5rem !important
}

.last\:-mt-8:last-child {
	margin-top: -2rem !important
}

.last\:-mr-8:last-child {
	margin-right: -2rem !important
}

.last\:-mb-8:last-child {
	margin-bottom: -2rem !important
}

.last\:-ml-8:last-child {
	margin-left: -2rem !important
}

.last\:-mt-10:last-child {
	margin-top: -2.5rem !important
}

.last\:-mr-10:last-child {
	margin-right: -2.5rem !important
}

.last\:-mb-10:last-child {
	margin-bottom: -2.5rem !important
}

.last\:-ml-10:last-child {
	margin-left: -2.5rem !important
}

.last\:-mt-12:last-child {
	margin-top: -3rem !important
}

.last\:-mr-12:last-child {
	margin-right: -3rem !important
}

.last\:-mb-12:last-child {
	margin-bottom: -3rem !important
}

.last\:-ml-12:last-child {
	margin-left: -3rem !important
}

.last\:-mt-16:last-child {
	margin-top: -4rem !important
}

.last\:-mr-16:last-child {
	margin-right: -4rem !important
}

.last\:-mb-16:last-child {
	margin-bottom: -4rem !important
}

.last\:-ml-16:last-child {
	margin-left: -4rem !important
}

.last\:-mt-20:last-child {
	margin-top: -5rem !important
}

.last\:-mr-20:last-child {
	margin-right: -5rem !important
}

.last\:-mb-20:last-child {
	margin-bottom: -5rem !important
}

.last\:-ml-20:last-child {
	margin-left: -5rem !important
}

.last\:-mt-24:last-child {
	margin-top: -6rem !important
}

.last\:-mr-24:last-child {
	margin-right: -6rem !important
}

.last\:-mb-24:last-child {
	margin-bottom: -6rem !important
}

.last\:-ml-24:last-child {
	margin-left: -6rem !important
}

.last\:-mt-32:last-child {
	margin-top: -8rem !important
}

.last\:-mr-32:last-child {
	margin-right: -8rem !important
}

.last\:-mb-32:last-child {
	margin-bottom: -8rem !important
}

.last\:-ml-32:last-child {
	margin-left: -8rem !important
}

.last\:-mt-40:last-child {
	margin-top: -10rem !important
}

.last\:-mr-40:last-child {
	margin-right: -10rem !important
}

.last\:-mb-40:last-child {
	margin-bottom: -10rem !important
}

.last\:-ml-40:last-child {
	margin-left: -10rem !important
}

.last\:-mt-48:last-child {
	margin-top: -12rem !important
}

.last\:-mr-48:last-child {
	margin-right: -12rem !important
}

.last\:-mb-48:last-child {
	margin-bottom: -12rem !important
}

.last\:-ml-48:last-child {
	margin-left: -12rem !important
}

.last\:-mt-56:last-child {
	margin-top: -14rem !important
}

.last\:-mr-56:last-child {
	margin-right: -14rem !important
}

.last\:-mb-56:last-child {
	margin-bottom: -14rem !important
}

.last\:-ml-56:last-child {
	margin-left: -14rem !important
}

.last\:-mt-64:last-child {
	margin-top: -16rem !important
}

.last\:-mr-64:last-child {
	margin-right: -16rem !important
}

.last\:-mb-64:last-child {
	margin-bottom: -16rem !important
}

.last\:-ml-64:last-child {
	margin-left: -16rem !important
}

.last\:-mt-px:last-child {
	margin-top: -1px !important
}

.last\:-mr-px:last-child {
	margin-right: -1px !important
}

.last\:-mb-px:last-child {
	margin-bottom: -1px !important
}

.last\:-ml-px:last-child {
	margin-left: -1px !important
}

.last\:-mt--50:last-child {
	margin-top: 50px !important
}

.last\:-mr--50:last-child {
	margin-right: 50px !important
}

.last\:-mb--50:last-child {
	margin-bottom: 50px !important
}

.last\:-ml--50:last-child {
	margin-left: 50px !important
}

.last\:-mt-14:last-child {
	margin-top: -3.5rem !important
}

.last\:-mr-14:last-child {
	margin-right: -3.5rem !important
}

.last\:-mb-14:last-child {
	margin-bottom: -3.5rem !important
}

.last\:-ml-14:last-child {
	margin-left: -3.5rem !important
}

.last\:-mt-15:last-child {
	margin-top: -3.75rem !important
}

.last\:-mr-15:last-child {
	margin-right: -3.75rem !important
}

.last\:-mb-15:last-child {
	margin-bottom: -3.75rem !important
}

.last\:-ml-15:last-child {
	margin-left: -3.75rem !important
}

.last\:-mt-25:last-child {
	margin-top: -6.25rem !important
}

.last\:-mr-25:last-child {
	margin-right: -6.25rem !important
}

.last\:-mb-25:last-child {
	margin-bottom: -6.25rem !important
}

.last\:-ml-25:last-child {
	margin-left: -6.25rem !important
}

.last\:-mt-30:last-child {
	margin-top: -7.5rem !important
}

.last\:-mr-30:last-child {
	margin-right: -7.5rem !important
}

.last\:-mb-30:last-child {
	margin-bottom: -7.5rem !important
}

.last\:-ml-30:last-child {
	margin-left: -7.5rem !important
}

.hover\:m-0:hover {
	margin: 0 !important
}

.hover\:m-1:hover {
	margin: .25rem !important
}

.hover\:m-2:hover {
	margin: .5rem !important
}

.hover\:m-3:hover {
	margin: .75rem !important
}

.hover\:m-4:hover {
	margin: 1rem !important
}

.hover\:m-5:hover {
	margin: 1.25rem !important
}

.hover\:m-6:hover {
	margin: 1.5rem !important
}

.hover\:m-7:hover {
	margin: 1.75rem !important
}

.hover\:m-8:hover {
	margin: 2rem !important
}

.hover\:m-9:hover {
	margin: 2.25rem !important
}

.hover\:m-10:hover {
	margin: 2.5rem !important
}

.hover\:m-12:hover {
	margin: 3rem !important
}

.hover\:m-13:hover, .hover\:m-14:hover {
	margin: 3.5rem !important
}

.hover\:m-15:hover {
	margin: 3.75rem !important
}

.hover\:m-16:hover {
	margin: 4rem !important
}

.hover\:m-20:hover {
	margin: 5rem !important
}

.hover\:m-24:hover {
	margin: 6rem !important
}

.hover\:m-30:hover {
	margin: 7.5rem !important
}

.hover\:m-32:hover {
	margin: 8rem !important
}

.hover\:m-40:hover {
	margin: 10rem !important
}

.hover\:m-48:hover {
	margin: 12rem !important
}

.hover\:m-56:hover {
	margin: 14rem !important
}

.hover\:m-64:hover {
	margin: 16rem !important
}

.hover\:m-auto:hover {
	margin: auto !important
}

.hover\:m-px:hover {
	margin: 1px !important
}

.hover\:-m-50:hover {
	margin: -50px !important
}

.hover\:-m-1:hover {
	margin: -.25rem !important
}

.hover\:-m-2:hover {
	margin: -.5rem !important
}

.hover\:-m-3:hover {
	margin: -.75rem !important
}

.hover\:-m-4:hover {
	margin: -1rem !important
}

.hover\:-m-5:hover {
	margin: -1.25rem !important
}

.hover\:-m-6:hover {
	margin: -1.5rem !important
}

.hover\:-m-8:hover {
	margin: -2rem !important
}

.hover\:-m-10:hover {
	margin: -2.5rem !important
}

.hover\:-m-12:hover {
	margin: -3rem !important
}

.hover\:-m-16:hover {
	margin: -4rem !important
}

.hover\:-m-20:hover {
	margin: -5rem !important
}

.hover\:-m-24:hover {
	margin: -6rem !important
}

.hover\:-m-32:hover {
	margin: -8rem !important
}

.hover\:-m-40:hover {
	margin: -10rem !important
}

.hover\:-m-48:hover {
	margin: -12rem !important
}

.hover\:-m-56:hover {
	margin: -14rem !important
}

.hover\:-m-64:hover {
	margin: -16rem !important
}

.hover\:-m-px:hover {
	margin: -1px !important
}

.hover\:-m--50:hover {
	margin: 50px !important
}

.hover\:-m-14:hover {
	margin: -3.5rem !important
}

.hover\:-m-15:hover {
	margin: -3.75rem !important
}

.hover\:-m-25:hover {
	margin: -6.25rem !important
}

.hover\:-m-30:hover {
	margin: -7.5rem !important
}

.hover\:my-0:hover {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.hover\:mx-0:hover {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.hover\:my-1:hover {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important
}

.hover\:mx-1:hover {
	margin-left: .25rem !important;
	margin-right: .25rem !important
}

.hover\:my-2:hover {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important
}

.hover\:mx-2:hover {
	margin-left: .5rem !important;
	margin-right: .5rem !important
}

.hover\:my-3:hover {
	margin-top: .75rem !important;
	margin-bottom: .75rem !important
}

.hover\:mx-3:hover {
	margin-left: .75rem !important;
	margin-right: .75rem !important
}

.hover\:my-4:hover {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.hover\:mx-4:hover {
	margin-left: 1rem !important;
	margin-right: 1rem !important
}

.hover\:my-5:hover {
	margin-top: 1.25rem !important;
	margin-bottom: 1.25rem !important
}

.hover\:mx-5:hover {
	margin-left: 1.25rem !important;
	margin-right: 1.25rem !important
}

.hover\:my-6:hover {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.hover\:mx-6:hover {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important
}

.hover\:my-7:hover {
	margin-top: 1.75rem !important;
	margin-bottom: 1.75rem !important
}

.hover\:mx-7:hover {
	margin-left: 1.75rem !important;
	margin-right: 1.75rem !important
}

.hover\:my-8:hover {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important
}

.hover\:mx-8:hover {
	margin-left: 2rem !important;
	margin-right: 2rem !important
}

.hover\:my-9:hover {
	margin-top: 2.25rem !important;
	margin-bottom: 2.25rem !important
}

.hover\:mx-9:hover {
	margin-left: 2.25rem !important;
	margin-right: 2.25rem !important
}

.hover\:my-10:hover {
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important
}

.hover\:mx-10:hover {
	margin-left: 2.5rem !important;
	margin-right: 2.5rem !important
}

.hover\:my-12:hover {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.hover\:mx-12:hover {
	margin-left: 3rem !important;
	margin-right: 3rem !important
}

.hover\:my-13:hover {
	margin-top: 3.5rem !important;
	margin-bottom: 3.5rem !important
}

.hover\:mx-13:hover {
	margin-left: 3.5rem !important;
	margin-right: 3.5rem !important
}

.hover\:my-14:hover {
	margin-top: 3.5rem !important;
	margin-bottom: 3.5rem !important
}

.hover\:mx-14:hover {
	margin-left: 3.5rem !important;
	margin-right: 3.5rem !important
}

.hover\:my-15:hover {
	margin-top: 3.75rem !important;
	margin-bottom: 3.75rem !important
}

.hover\:mx-15:hover {
	margin-left: 3.75rem !important;
	margin-right: 3.75rem !important
}

.hover\:my-16:hover {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important
}

.hover\:mx-16:hover {
	margin-left: 4rem !important;
	margin-right: 4rem !important
}

.hover\:my-20:hover {
	margin-top: 5rem !important;
	margin-bottom: 5rem !important
}

.hover\:mx-20:hover {
	margin-left: 5rem !important;
	margin-right: 5rem !important
}

.hover\:my-24:hover {
	margin-top: 6rem !important;
	margin-bottom: 6rem !important
}

.hover\:mx-24:hover {
	margin-left: 6rem !important;
	margin-right: 6rem !important
}

.hover\:my-30:hover {
	margin-top: 7.5rem !important;
	margin-bottom: 7.5rem !important
}

.hover\:mx-30:hover {
	margin-left: 7.5rem !important;
	margin-right: 7.5rem !important
}

.hover\:my-32:hover {
	margin-top: 8rem !important;
	margin-bottom: 8rem !important
}

.hover\:mx-32:hover {
	margin-left: 8rem !important;
	margin-right: 8rem !important
}

.hover\:my-40:hover {
	margin-top: 10rem !important;
	margin-bottom: 10rem !important
}

.hover\:mx-40:hover {
	margin-left: 10rem !important;
	margin-right: 10rem !important
}

.hover\:my-48:hover {
	margin-top: 12rem !important;
	margin-bottom: 12rem !important
}

.hover\:mx-48:hover {
	margin-left: 12rem !important;
	margin-right: 12rem !important
}

.hover\:my-56:hover {
	margin-top: 14rem !important;
	margin-bottom: 14rem !important
}

.hover\:mx-56:hover {
	margin-left: 14rem !important;
	margin-right: 14rem !important
}

.hover\:my-64:hover {
	margin-top: 16rem !important;
	margin-bottom: 16rem !important
}

.hover\:mx-64:hover {
	margin-left: 16rem !important;
	margin-right: 16rem !important
}

.hover\:my-auto:hover {
	margin-top: auto !important;
	margin-bottom: auto !important
}

.hover\:mx-auto:hover {
	margin-left: auto !important;
	margin-right: auto !important
}

.hover\:my-px:hover {
	margin-top: 1px !important;
	margin-bottom: 1px !important
}

.hover\:mx-px:hover {
	margin-left: 1px !important;
	margin-right: 1px !important
}

.hover\:-my-50:hover {
	margin-top: -50px !important;
	margin-bottom: -50px !important
}

.hover\:-mx-50:hover {
	margin-left: -50px !important;
	margin-right: -50px !important
}

.hover\:-my-1:hover {
	margin-top: -.25rem !important;
	margin-bottom: -.25rem !important
}

.hover\:-mx-1:hover {
	margin-left: -.25rem !important;
	margin-right: -.25rem !important
}

.hover\:-my-2:hover {
	margin-top: -.5rem !important;
	margin-bottom: -.5rem !important
}

.hover\:-mx-2:hover {
	margin-left: -.5rem !important;
	margin-right: -.5rem !important
}

.hover\:-my-3:hover {
	margin-top: -.75rem !important;
	margin-bottom: -.75rem !important
}

.hover\:-mx-3:hover {
	margin-left: -.75rem !important;
	margin-right: -.75rem !important
}

.hover\:-my-4:hover {
	margin-top: -1rem !important;
	margin-bottom: -1rem !important
}

.hover\:-mx-4:hover {
	margin-left: -1rem !important;
	margin-right: -1rem !important
}

.hover\:-my-5:hover {
	margin-top: -1.25rem !important;
	margin-bottom: -1.25rem !important
}

.hover\:-mx-5:hover {
	margin-left: -1.25rem !important;
	margin-right: -1.25rem !important
}

.hover\:-my-6:hover {
	margin-top: -1.5rem !important;
	margin-bottom: -1.5rem !important
}

.hover\:-mx-6:hover {
	margin-left: -1.5rem !important;
	margin-right: -1.5rem !important
}

.hover\:-my-8:hover {
	margin-top: -2rem !important;
	margin-bottom: -2rem !important
}

.hover\:-mx-8:hover {
	margin-left: -2rem !important;
	margin-right: -2rem !important
}

.hover\:-my-10:hover {
	margin-top: -2.5rem !important;
	margin-bottom: -2.5rem !important
}

.hover\:-mx-10:hover {
	margin-left: -2.5rem !important;
	margin-right: -2.5rem !important
}

.hover\:-my-12:hover {
	margin-top: -3rem !important;
	margin-bottom: -3rem !important
}

.hover\:-mx-12:hover {
	margin-left: -3rem !important;
	margin-right: -3rem !important
}

.hover\:-my-16:hover {
	margin-top: -4rem !important;
	margin-bottom: -4rem !important
}

.hover\:-mx-16:hover {
	margin-left: -4rem !important;
	margin-right: -4rem !important
}

.hover\:-my-20:hover {
	margin-top: -5rem !important;
	margin-bottom: -5rem !important
}

.hover\:-mx-20:hover {
	margin-left: -5rem !important;
	margin-right: -5rem !important
}

.hover\:-my-24:hover {
	margin-top: -6rem !important;
	margin-bottom: -6rem !important
}

.hover\:-mx-24:hover {
	margin-left: -6rem !important;
	margin-right: -6rem !important
}

.hover\:-my-32:hover {
	margin-top: -8rem !important;
	margin-bottom: -8rem !important
}

.hover\:-mx-32:hover {
	margin-left: -8rem !important;
	margin-right: -8rem !important
}

.hover\:-my-40:hover {
	margin-top: -10rem !important;
	margin-bottom: -10rem !important
}

.hover\:-mx-40:hover {
	margin-left: -10rem !important;
	margin-right: -10rem !important
}

.hover\:-my-48:hover {
	margin-top: -12rem !important;
	margin-bottom: -12rem !important
}

.hover\:-mx-48:hover {
	margin-left: -12rem !important;
	margin-right: -12rem !important
}

.hover\:-my-56:hover {
	margin-top: -14rem !important;
	margin-bottom: -14rem !important
}

.hover\:-mx-56:hover {
	margin-left: -14rem !important;
	margin-right: -14rem !important
}

.hover\:-my-64:hover {
	margin-top: -16rem !important;
	margin-bottom: -16rem !important
}

.hover\:-mx-64:hover {
	margin-left: -16rem !important;
	margin-right: -16rem !important
}

.hover\:-my-px:hover {
	margin-top: -1px !important;
	margin-bottom: -1px !important
}

.hover\:-mx-px:hover {
	margin-left: -1px !important;
	margin-right: -1px !important
}

.hover\:-my--50:hover {
	margin-top: 50px !important;
	margin-bottom: 50px !important
}

.hover\:-mx--50:hover {
	margin-left: 50px !important;
	margin-right: 50px !important
}

.hover\:-my-14:hover {
	margin-top: -3.5rem !important;
	margin-bottom: -3.5rem !important
}

.hover\:-mx-14:hover {
	margin-left: -3.5rem !important;
	margin-right: -3.5rem !important
}

.hover\:-my-15:hover {
	margin-top: -3.75rem !important;
	margin-bottom: -3.75rem !important
}

.hover\:-mx-15:hover {
	margin-left: -3.75rem !important;
	margin-right: -3.75rem !important
}

.hover\:-my-25:hover {
	margin-top: -6.25rem !important;
	margin-bottom: -6.25rem !important
}

.hover\:-mx-25:hover {
	margin-left: -6.25rem !important;
	margin-right: -6.25rem !important
}

.hover\:-my-30:hover {
	margin-top: -7.5rem !important;
	margin-bottom: -7.5rem !important
}

.hover\:-mx-30:hover {
	margin-left: -7.5rem !important;
	margin-right: -7.5rem !important
}

.hover\:mt-0:hover {
	margin-top: 0 !important
}

.hover\:mr-0:hover {
	margin-right: 0 !important
}

.hover\:mb-0:hover {
	margin-bottom: 0 !important
}

.hover\:ml-0:hover {
	margin-left: 0 !important
}

.hover\:mt-1:hover {
	margin-top: .25rem !important
}

.hover\:mr-1:hover {
	margin-right: .25rem !important
}

.hover\:mb-1:hover {
	margin-bottom: .25rem !important
}

.hover\:ml-1:hover {
	margin-left: .25rem !important
}

.hover\:mt-2:hover {
	margin-top: .5rem !important
}

.hover\:mr-2:hover {
	margin-right: .5rem !important
}

.hover\:mb-2:hover {
	margin-bottom: .5rem !important
}

.hover\:ml-2:hover {
	margin-left: .5rem !important
}

.hover\:mt-3:hover {
	margin-top: .75rem !important
}

.hover\:mr-3:hover {
	margin-right: .75rem !important
}

.hover\:mb-3:hover {
	margin-bottom: .75rem !important
}

.hover\:ml-3:hover {
	margin-left: .75rem !important
}

.hover\:mt-4:hover {
	margin-top: 1rem !important
}

.hover\:mr-4:hover {
	margin-right: 1rem !important
}

.hover\:mb-4:hover {
	margin-bottom: 1rem !important
}

.hover\:ml-4:hover {
	margin-left: 1rem !important
}

.hover\:mt-5:hover {
	margin-top: 1.25rem !important
}

.hover\:mr-5:hover {
	margin-right: 1.25rem !important
}

.hover\:mb-5:hover {
	margin-bottom: 1.25rem !important
}

.hover\:ml-5:hover {
	margin-left: 1.25rem !important
}

.hover\:mt-6:hover {
	margin-top: 1.5rem !important
}

.hover\:mr-6:hover {
	margin-right: 1.5rem !important
}

.hover\:mb-6:hover {
	margin-bottom: 1.5rem !important
}

.hover\:ml-6:hover {
	margin-left: 1.5rem !important
}

.hover\:mt-7:hover {
	margin-top: 1.75rem !important
}

.hover\:mr-7:hover {
	margin-right: 1.75rem !important
}

.hover\:mb-7:hover {
	margin-bottom: 1.75rem !important
}

.hover\:ml-7:hover {
	margin-left: 1.75rem !important
}

.hover\:mt-8:hover {
	margin-top: 2rem !important
}

.hover\:mr-8:hover {
	margin-right: 2rem !important
}

.hover\:mb-8:hover {
	margin-bottom: 2rem !important
}

.hover\:ml-8:hover {
	margin-left: 2rem !important
}

.hover\:mt-9:hover {
	margin-top: 2.25rem !important
}

.hover\:mr-9:hover {
	margin-right: 2.25rem !important
}

.hover\:mb-9:hover {
	margin-bottom: 2.25rem !important
}

.hover\:ml-9:hover {
	margin-left: 2.25rem !important
}

.hover\:mt-10:hover {
	margin-top: 2.5rem !important
}

.hover\:mr-10:hover {
	margin-right: 2.5rem !important
}

.hover\:mb-10:hover {
	margin-bottom: 2.5rem !important
}

.hover\:ml-10:hover {
	margin-left: 2.5rem !important
}

.hover\:mt-12:hover {
	margin-top: 3rem !important
}

.hover\:mr-12:hover {
	margin-right: 3rem !important
}

.hover\:mb-12:hover {
	margin-bottom: 3rem !important
}

.hover\:ml-12:hover {
	margin-left: 3rem !important
}

.hover\:mt-13:hover {
	margin-top: 3.5rem !important
}

.hover\:mr-13:hover {
	margin-right: 3.5rem !important
}

.hover\:mb-13:hover {
	margin-bottom: 3.5rem !important
}

.hover\:ml-13:hover {
	margin-left: 3.5rem !important
}

.hover\:mt-14:hover {
	margin-top: 3.5rem !important
}

.hover\:mr-14:hover {
	margin-right: 3.5rem !important
}

.hover\:mb-14:hover {
	margin-bottom: 3.5rem !important
}

.hover\:ml-14:hover {
	margin-left: 3.5rem !important
}

.hover\:mt-15:hover {
	margin-top: 3.75rem !important
}

.hover\:mr-15:hover {
	margin-right: 3.75rem !important
}

.hover\:mb-15:hover {
	margin-bottom: 3.75rem !important
}

.hover\:ml-15:hover {
	margin-left: 3.75rem !important
}

.hover\:mt-16:hover {
	margin-top: 4rem !important
}

.hover\:mr-16:hover {
	margin-right: 4rem !important
}

.hover\:mb-16:hover {
	margin-bottom: 4rem !important
}

.hover\:ml-16:hover {
	margin-left: 4rem !important
}

.hover\:mt-20:hover {
	margin-top: 5rem !important
}

.hover\:mr-20:hover {
	margin-right: 5rem !important
}

.hover\:mb-20:hover {
	margin-bottom: 5rem !important
}

.hover\:ml-20:hover {
	margin-left: 5rem !important
}

.hover\:mt-24:hover {
	margin-top: 6rem !important
}

.hover\:mr-24:hover {
	margin-right: 6rem !important
}

.hover\:mb-24:hover {
	margin-bottom: 6rem !important
}

.hover\:ml-24:hover {
	margin-left: 6rem !important
}

.hover\:mt-30:hover {
	margin-top: 7.5rem !important
}

.hover\:mr-30:hover {
	margin-right: 7.5rem !important
}

.hover\:mb-30:hover {
	margin-bottom: 7.5rem !important
}

.hover\:ml-30:hover {
	margin-left: 7.5rem !important
}

.hover\:mt-32:hover {
	margin-top: 8rem !important
}

.hover\:mr-32:hover {
	margin-right: 8rem !important
}

.hover\:mb-32:hover {
	margin-bottom: 8rem !important
}

.hover\:ml-32:hover {
	margin-left: 8rem !important
}

.hover\:mt-40:hover {
	margin-top: 10rem !important
}

.hover\:mr-40:hover {
	margin-right: 10rem !important
}

.hover\:mb-40:hover {
	margin-bottom: 10rem !important
}

.hover\:ml-40:hover {
	margin-left: 10rem !important
}

.hover\:mt-48:hover {
	margin-top: 12rem !important
}

.hover\:mr-48:hover {
	margin-right: 12rem !important
}

.hover\:mb-48:hover {
	margin-bottom: 12rem !important
}

.hover\:ml-48:hover {
	margin-left: 12rem !important
}

.hover\:mt-56:hover {
	margin-top: 14rem !important
}

.hover\:mr-56:hover {
	margin-right: 14rem !important
}

.hover\:mb-56:hover {
	margin-bottom: 14rem !important
}

.hover\:ml-56:hover {
	margin-left: 14rem !important
}

.hover\:mt-64:hover {
	margin-top: 16rem !important
}

.hover\:mr-64:hover {
	margin-right: 16rem !important
}

.hover\:mb-64:hover {
	margin-bottom: 16rem !important
}

.hover\:ml-64:hover {
	margin-left: 16rem !important
}

.hover\:mt-auto:hover {
	margin-top: auto !important
}

.hover\:mr-auto:hover {
	margin-right: auto !important
}

.hover\:mb-auto:hover {
	margin-bottom: auto !important
}

.hover\:ml-auto:hover {
	margin-left: auto !important
}

.hover\:mt-px:hover {
	margin-top: 1px !important
}

.hover\:mr-px:hover {
	margin-right: 1px !important
}

.hover\:mb-px:hover {
	margin-bottom: 1px !important
}

.hover\:ml-px:hover {
	margin-left: 1px !important
}

.hover\:-mt-50:hover {
	margin-top: -50px !important
}

.hover\:-mr-50:hover {
	margin-right: -50px !important
}

.hover\:-mb-50:hover {
	margin-bottom: -50px !important
}

.hover\:-ml-50:hover {
	margin-left: -50px !important
}

.hover\:-mt-1:hover {
	margin-top: -.25rem !important
}

.hover\:-mr-1:hover {
	margin-right: -.25rem !important
}

.hover\:-mb-1:hover {
	margin-bottom: -.25rem !important
}

.hover\:-ml-1:hover {
	margin-left: -.25rem !important
}

.hover\:-mt-2:hover {
	margin-top: -.5rem !important
}

.hover\:-mr-2:hover {
	margin-right: -.5rem !important
}

.hover\:-mb-2:hover {
	margin-bottom: -.5rem !important
}

.hover\:-ml-2:hover {
	margin-left: -.5rem !important
}

.hover\:-mt-3:hover {
	margin-top: -.75rem !important
}

.hover\:-mr-3:hover {
	margin-right: -.75rem !important
}

.hover\:-mb-3:hover {
	margin-bottom: -.75rem !important
}

.hover\:-ml-3:hover {
	margin-left: -.75rem !important
}

.hover\:-mt-4:hover {
	margin-top: -1rem !important
}

.hover\:-mr-4:hover {
	margin-right: -1rem !important
}

.hover\:-mb-4:hover {
	margin-bottom: -1rem !important
}

.hover\:-ml-4:hover {
	margin-left: -1rem !important
}

.hover\:-mt-5:hover {
	margin-top: -1.25rem !important
}

.hover\:-mr-5:hover {
	margin-right: -1.25rem !important
}

.hover\:-mb-5:hover {
	margin-bottom: -1.25rem !important
}

.hover\:-ml-5:hover {
	margin-left: -1.25rem !important
}

.hover\:-mt-6:hover {
	margin-top: -1.5rem !important
}

.hover\:-mr-6:hover {
	margin-right: -1.5rem !important
}

.hover\:-mb-6:hover {
	margin-bottom: -1.5rem !important
}

.hover\:-ml-6:hover {
	margin-left: -1.5rem !important
}

.hover\:-mt-8:hover {
	margin-top: -2rem !important
}

.hover\:-mr-8:hover {
	margin-right: -2rem !important
}

.hover\:-mb-8:hover {
	margin-bottom: -2rem !important
}

.hover\:-ml-8:hover {
	margin-left: -2rem !important
}

.hover\:-mt-10:hover {
	margin-top: -2.5rem !important
}

.hover\:-mr-10:hover {
	margin-right: -2.5rem !important
}

.hover\:-mb-10:hover {
	margin-bottom: -2.5rem !important
}

.hover\:-ml-10:hover {
	margin-left: -2.5rem !important
}

.hover\:-mt-12:hover {
	margin-top: -3rem !important
}

.hover\:-mr-12:hover {
	margin-right: -3rem !important
}

.hover\:-mb-12:hover {
	margin-bottom: -3rem !important
}

.hover\:-ml-12:hover {
	margin-left: -3rem !important
}

.hover\:-mt-16:hover {
	margin-top: -4rem !important
}

.hover\:-mr-16:hover {
	margin-right: -4rem !important
}

.hover\:-mb-16:hover {
	margin-bottom: -4rem !important
}

.hover\:-ml-16:hover {
	margin-left: -4rem !important
}

.hover\:-mt-20:hover {
	margin-top: -5rem !important
}

.hover\:-mr-20:hover {
	margin-right: -5rem !important
}

.hover\:-mb-20:hover {
	margin-bottom: -5rem !important
}

.hover\:-ml-20:hover {
	margin-left: -5rem !important
}

.hover\:-mt-24:hover {
	margin-top: -6rem !important
}

.hover\:-mr-24:hover {
	margin-right: -6rem !important
}

.hover\:-mb-24:hover {
	margin-bottom: -6rem !important
}

.hover\:-ml-24:hover {
	margin-left: -6rem !important
}

.hover\:-mt-32:hover {
	margin-top: -8rem !important
}

.hover\:-mr-32:hover {
	margin-right: -8rem !important
}

.hover\:-mb-32:hover {
	margin-bottom: -8rem !important
}

.hover\:-ml-32:hover {
	margin-left: -8rem !important
}

.hover\:-mt-40:hover {
	margin-top: -10rem !important
}

.hover\:-mr-40:hover {
	margin-right: -10rem !important
}

.hover\:-mb-40:hover {
	margin-bottom: -10rem !important
}

.hover\:-ml-40:hover {
	margin-left: -10rem !important
}

.hover\:-mt-48:hover {
	margin-top: -12rem !important
}

.hover\:-mr-48:hover {
	margin-right: -12rem !important
}

.hover\:-mb-48:hover {
	margin-bottom: -12rem !important
}

.hover\:-ml-48:hover {
	margin-left: -12rem !important
}

.hover\:-mt-56:hover {
	margin-top: -14rem !important
}

.hover\:-mr-56:hover {
	margin-right: -14rem !important
}

.hover\:-mb-56:hover {
	margin-bottom: -14rem !important
}

.hover\:-ml-56:hover {
	margin-left: -14rem !important
}

.hover\:-mt-64:hover {
	margin-top: -16rem !important
}

.hover\:-mr-64:hover {
	margin-right: -16rem !important
}

.hover\:-mb-64:hover {
	margin-bottom: -16rem !important
}

.hover\:-ml-64:hover {
	margin-left: -16rem !important
}

.hover\:-mt-px:hover {
	margin-top: -1px !important
}

.hover\:-mr-px:hover {
	margin-right: -1px !important
}

.hover\:-mb-px:hover {
	margin-bottom: -1px !important
}

.hover\:-ml-px:hover {
	margin-left: -1px !important
}

.hover\:-mt--50:hover {
	margin-top: 50px !important
}

.hover\:-mr--50:hover {
	margin-right: 50px !important
}

.hover\:-mb--50:hover {
	margin-bottom: 50px !important
}

.hover\:-ml--50:hover {
	margin-left: 50px !important
}

.hover\:-mt-14:hover {
	margin-top: -3.5rem !important
}

.hover\:-mr-14:hover {
	margin-right: -3.5rem !important
}

.hover\:-mb-14:hover {
	margin-bottom: -3.5rem !important
}

.hover\:-ml-14:hover {
	margin-left: -3.5rem !important
}

.hover\:-mt-15:hover {
	margin-top: -3.75rem !important
}

.hover\:-mr-15:hover {
	margin-right: -3.75rem !important
}

.hover\:-mb-15:hover {
	margin-bottom: -3.75rem !important
}

.hover\:-ml-15:hover {
	margin-left: -3.75rem !important
}

.hover\:-mt-25:hover {
	margin-top: -6.25rem !important
}

.hover\:-mr-25:hover {
	margin-right: -6.25rem !important
}

.hover\:-mb-25:hover {
	margin-bottom: -6.25rem !important
}

.hover\:-ml-25:hover {
	margin-left: -6.25rem !important
}

.hover\:-mt-30:hover {
	margin-top: -7.5rem !important
}

.hover\:-mr-30:hover {
	margin-right: -7.5rem !important
}

.hover\:-mb-30:hover {
	margin-bottom: -7.5rem !important
}

.hover\:-ml-30:hover {
	margin-left: -7.5rem !important
}

.focus\:m-0:focus {
	margin: 0 !important
}

.focus\:m-1:focus {
	margin: .25rem !important
}

.focus\:m-2:focus {
	margin: .5rem !important
}

.focus\:m-3:focus {
	margin: .75rem !important
}

.focus\:m-4:focus {
	margin: 1rem !important
}

.focus\:m-5:focus {
	margin: 1.25rem !important
}

.focus\:m-6:focus {
	margin: 1.5rem !important
}

.focus\:m-7:focus {
	margin: 1.75rem !important
}

.focus\:m-8:focus {
	margin: 2rem !important
}

.focus\:m-9:focus {
	margin: 2.25rem !important
}

.focus\:m-10:focus {
	margin: 2.5rem !important
}

.focus\:m-12:focus {
	margin: 3rem !important
}

.focus\:m-13:focus, .focus\:m-14:focus {
	margin: 3.5rem !important
}

.focus\:m-15:focus {
	margin: 3.75rem !important
}

.focus\:m-16:focus {
	margin: 4rem !important
}

.focus\:m-20:focus {
	margin: 5rem !important
}

.focus\:m-24:focus {
	margin: 6rem !important
}

.focus\:m-30:focus {
	margin: 7.5rem !important
}

.focus\:m-32:focus {
	margin: 8rem !important
}

.focus\:m-40:focus {
	margin: 10rem !important
}

.focus\:m-48:focus {
	margin: 12rem !important
}

.focus\:m-56:focus {
	margin: 14rem !important
}

.focus\:m-64:focus {
	margin: 16rem !important
}

.focus\:m-auto:focus {
	margin: auto !important
}

.focus\:m-px:focus {
	margin: 1px !important
}

.focus\:-m-50:focus {
	margin: -50px !important
}

.focus\:-m-1:focus {
	margin: -.25rem !important
}

.focus\:-m-2:focus {
	margin: -.5rem !important
}

.focus\:-m-3:focus {
	margin: -.75rem !important
}

.focus\:-m-4:focus {
	margin: -1rem !important
}

.focus\:-m-5:focus {
	margin: -1.25rem !important
}

.focus\:-m-6:focus {
	margin: -1.5rem !important
}

.focus\:-m-8:focus {
	margin: -2rem !important
}

.focus\:-m-10:focus {
	margin: -2.5rem !important
}

.focus\:-m-12:focus {
	margin: -3rem !important
}

.focus\:-m-16:focus {
	margin: -4rem !important
}

.focus\:-m-20:focus {
	margin: -5rem !important
}

.focus\:-m-24:focus {
	margin: -6rem !important
}

.focus\:-m-32:focus {
	margin: -8rem !important
}

.focus\:-m-40:focus {
	margin: -10rem !important
}

.focus\:-m-48:focus {
	margin: -12rem !important
}

.focus\:-m-56:focus {
	margin: -14rem !important
}

.focus\:-m-64:focus {
	margin: -16rem !important
}

.focus\:-m-px:focus {
	margin: -1px !important
}

.focus\:-m--50:focus {
	margin: 50px !important
}

.focus\:-m-14:focus {
	margin: -3.5rem !important
}

.focus\:-m-15:focus {
	margin: -3.75rem !important
}

.focus\:-m-25:focus {
	margin: -6.25rem !important
}

.focus\:-m-30:focus {
	margin: -7.5rem !important
}

.focus\:my-0:focus {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.focus\:mx-0:focus {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.focus\:my-1:focus {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important
}

.focus\:mx-1:focus {
	margin-left: .25rem !important;
	margin-right: .25rem !important
}

.focus\:my-2:focus {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important
}

.focus\:mx-2:focus {
	margin-left: .5rem !important;
	margin-right: .5rem !important
}

.focus\:my-3:focus {
	margin-top: .75rem !important;
	margin-bottom: .75rem !important
}

.focus\:mx-3:focus {
	margin-left: .75rem !important;
	margin-right: .75rem !important
}

.focus\:my-4:focus {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.focus\:mx-4:focus {
	margin-left: 1rem !important;
	margin-right: 1rem !important
}

.focus\:my-5:focus {
	margin-top: 1.25rem !important;
	margin-bottom: 1.25rem !important
}

.focus\:mx-5:focus {
	margin-left: 1.25rem !important;
	margin-right: 1.25rem !important
}

.focus\:my-6:focus {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.focus\:mx-6:focus {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important
}

.focus\:my-7:focus {
	margin-top: 1.75rem !important;
	margin-bottom: 1.75rem !important
}

.focus\:mx-7:focus {
	margin-left: 1.75rem !important;
	margin-right: 1.75rem !important
}

.focus\:my-8:focus {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important
}

.focus\:mx-8:focus {
	margin-left: 2rem !important;
	margin-right: 2rem !important
}

.focus\:my-9:focus {
	margin-top: 2.25rem !important;
	margin-bottom: 2.25rem !important
}

.focus\:mx-9:focus {
	margin-left: 2.25rem !important;
	margin-right: 2.25rem !important
}

.focus\:my-10:focus {
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important
}

.focus\:mx-10:focus {
	margin-left: 2.5rem !important;
	margin-right: 2.5rem !important
}

.focus\:my-12:focus {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.focus\:mx-12:focus {
	margin-left: 3rem !important;
	margin-right: 3rem !important
}

.focus\:my-13:focus {
	margin-top: 3.5rem !important;
	margin-bottom: 3.5rem !important
}

.focus\:mx-13:focus {
	margin-left: 3.5rem !important;
	margin-right: 3.5rem !important
}

.focus\:my-14:focus {
	margin-top: 3.5rem !important;
	margin-bottom: 3.5rem !important
}

.focus\:mx-14:focus {
	margin-left: 3.5rem !important;
	margin-right: 3.5rem !important
}

.focus\:my-15:focus {
	margin-top: 3.75rem !important;
	margin-bottom: 3.75rem !important
}

.focus\:mx-15:focus {
	margin-left: 3.75rem !important;
	margin-right: 3.75rem !important
}

.focus\:my-16:focus {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important
}

.focus\:mx-16:focus {
	margin-left: 4rem !important;
	margin-right: 4rem !important
}

.focus\:my-20:focus {
	margin-top: 5rem !important;
	margin-bottom: 5rem !important
}

.focus\:mx-20:focus {
	margin-left: 5rem !important;
	margin-right: 5rem !important
}

.focus\:my-24:focus {
	margin-top: 6rem !important;
	margin-bottom: 6rem !important
}

.focus\:mx-24:focus {
	margin-left: 6rem !important;
	margin-right: 6rem !important
}

.focus\:my-30:focus {
	margin-top: 7.5rem !important;
	margin-bottom: 7.5rem !important
}

.focus\:mx-30:focus {
	margin-left: 7.5rem !important;
	margin-right: 7.5rem !important
}

.focus\:my-32:focus {
	margin-top: 8rem !important;
	margin-bottom: 8rem !important
}

.focus\:mx-32:focus {
	margin-left: 8rem !important;
	margin-right: 8rem !important
}

.focus\:my-40:focus {
	margin-top: 10rem !important;
	margin-bottom: 10rem !important
}

.focus\:mx-40:focus {
	margin-left: 10rem !important;
	margin-right: 10rem !important
}

.focus\:my-48:focus {
	margin-top: 12rem !important;
	margin-bottom: 12rem !important
}

.focus\:mx-48:focus {
	margin-left: 12rem !important;
	margin-right: 12rem !important
}

.focus\:my-56:focus {
	margin-top: 14rem !important;
	margin-bottom: 14rem !important
}

.focus\:mx-56:focus {
	margin-left: 14rem !important;
	margin-right: 14rem !important
}

.focus\:my-64:focus {
	margin-top: 16rem !important;
	margin-bottom: 16rem !important
}

.focus\:mx-64:focus {
	margin-left: 16rem !important;
	margin-right: 16rem !important
}

.focus\:my-auto:focus {
	margin-top: auto !important;
	margin-bottom: auto !important
}

.focus\:mx-auto:focus {
	margin-left: auto !important;
	margin-right: auto !important
}

.focus\:my-px:focus {
	margin-top: 1px !important;
	margin-bottom: 1px !important
}

.focus\:mx-px:focus {
	margin-left: 1px !important;
	margin-right: 1px !important
}

.focus\:-my-50:focus {
	margin-top: -50px !important;
	margin-bottom: -50px !important
}

.focus\:-mx-50:focus {
	margin-left: -50px !important;
	margin-right: -50px !important
}

.focus\:-my-1:focus {
	margin-top: -.25rem !important;
	margin-bottom: -.25rem !important
}

.focus\:-mx-1:focus {
	margin-left: -.25rem !important;
	margin-right: -.25rem !important
}

.focus\:-my-2:focus {
	margin-top: -.5rem !important;
	margin-bottom: -.5rem !important
}

.focus\:-mx-2:focus {
	margin-left: -.5rem !important;
	margin-right: -.5rem !important
}

.focus\:-my-3:focus {
	margin-top: -.75rem !important;
	margin-bottom: -.75rem !important
}

.focus\:-mx-3:focus {
	margin-left: -.75rem !important;
	margin-right: -.75rem !important
}

.focus\:-my-4:focus {
	margin-top: -1rem !important;
	margin-bottom: -1rem !important
}

.focus\:-mx-4:focus {
	margin-left: -1rem !important;
	margin-right: -1rem !important
}

.focus\:-my-5:focus {
	margin-top: -1.25rem !important;
	margin-bottom: -1.25rem !important
}

.focus\:-mx-5:focus {
	margin-left: -1.25rem !important;
	margin-right: -1.25rem !important
}

.focus\:-my-6:focus {
	margin-top: -1.5rem !important;
	margin-bottom: -1.5rem !important
}

.focus\:-mx-6:focus {
	margin-left: -1.5rem !important;
	margin-right: -1.5rem !important
}

.focus\:-my-8:focus {
	margin-top: -2rem !important;
	margin-bottom: -2rem !important
}

.focus\:-mx-8:focus {
	margin-left: -2rem !important;
	margin-right: -2rem !important
}

.focus\:-my-10:focus {
	margin-top: -2.5rem !important;
	margin-bottom: -2.5rem !important
}

.focus\:-mx-10:focus {
	margin-left: -2.5rem !important;
	margin-right: -2.5rem !important
}

.focus\:-my-12:focus {
	margin-top: -3rem !important;
	margin-bottom: -3rem !important
}

.focus\:-mx-12:focus {
	margin-left: -3rem !important;
	margin-right: -3rem !important
}

.focus\:-my-16:focus {
	margin-top: -4rem !important;
	margin-bottom: -4rem !important
}

.focus\:-mx-16:focus {
	margin-left: -4rem !important;
	margin-right: -4rem !important
}

.focus\:-my-20:focus {
	margin-top: -5rem !important;
	margin-bottom: -5rem !important
}

.focus\:-mx-20:focus {
	margin-left: -5rem !important;
	margin-right: -5rem !important
}

.focus\:-my-24:focus {
	margin-top: -6rem !important;
	margin-bottom: -6rem !important
}

.focus\:-mx-24:focus {
	margin-left: -6rem !important;
	margin-right: -6rem !important
}

.focus\:-my-32:focus {
	margin-top: -8rem !important;
	margin-bottom: -8rem !important
}

.focus\:-mx-32:focus {
	margin-left: -8rem !important;
	margin-right: -8rem !important
}

.focus\:-my-40:focus {
	margin-top: -10rem !important;
	margin-bottom: -10rem !important
}

.focus\:-mx-40:focus {
	margin-left: -10rem !important;
	margin-right: -10rem !important
}

.focus\:-my-48:focus {
	margin-top: -12rem !important;
	margin-bottom: -12rem !important
}

.focus\:-mx-48:focus {
	margin-left: -12rem !important;
	margin-right: -12rem !important
}

.focus\:-my-56:focus {
	margin-top: -14rem !important;
	margin-bottom: -14rem !important
}

.focus\:-mx-56:focus {
	margin-left: -14rem !important;
	margin-right: -14rem !important
}

.focus\:-my-64:focus {
	margin-top: -16rem !important;
	margin-bottom: -16rem !important
}

.focus\:-mx-64:focus {
	margin-left: -16rem !important;
	margin-right: -16rem !important
}

.focus\:-my-px:focus {
	margin-top: -1px !important;
	margin-bottom: -1px !important
}

.focus\:-mx-px:focus {
	margin-left: -1px !important;
	margin-right: -1px !important
}

.focus\:-my--50:focus {
	margin-top: 50px !important;
	margin-bottom: 50px !important
}

.focus\:-mx--50:focus {
	margin-left: 50px !important;
	margin-right: 50px !important
}

.focus\:-my-14:focus {
	margin-top: -3.5rem !important;
	margin-bottom: -3.5rem !important
}

.focus\:-mx-14:focus {
	margin-left: -3.5rem !important;
	margin-right: -3.5rem !important
}

.focus\:-my-15:focus {
	margin-top: -3.75rem !important;
	margin-bottom: -3.75rem !important
}

.focus\:-mx-15:focus {
	margin-left: -3.75rem !important;
	margin-right: -3.75rem !important
}

.focus\:-my-25:focus {
	margin-top: -6.25rem !important;
	margin-bottom: -6.25rem !important
}

.focus\:-mx-25:focus {
	margin-left: -6.25rem !important;
	margin-right: -6.25rem !important
}

.focus\:-my-30:focus {
	margin-top: -7.5rem !important;
	margin-bottom: -7.5rem !important
}

.focus\:-mx-30:focus {
	margin-left: -7.5rem !important;
	margin-right: -7.5rem !important
}

.focus\:mt-0:focus {
	margin-top: 0 !important
}

.focus\:mr-0:focus {
	margin-right: 0 !important
}

.focus\:mb-0:focus {
	margin-bottom: 0 !important
}

.focus\:ml-0:focus {
	margin-left: 0 !important
}

.focus\:mt-1:focus {
	margin-top: .25rem !important
}

.focus\:mr-1:focus {
	margin-right: .25rem !important
}

.focus\:mb-1:focus {
	margin-bottom: .25rem !important
}

.focus\:ml-1:focus {
	margin-left: .25rem !important
}

.focus\:mt-2:focus {
	margin-top: .5rem !important
}

.focus\:mr-2:focus {
	margin-right: .5rem !important
}

.focus\:mb-2:focus {
	margin-bottom: .5rem !important
}

.focus\:ml-2:focus {
	margin-left: .5rem !important
}

.focus\:mt-3:focus {
	margin-top: .75rem !important
}

.focus\:mr-3:focus {
	margin-right: .75rem !important
}

.focus\:mb-3:focus {
	margin-bottom: .75rem !important
}

.focus\:ml-3:focus {
	margin-left: .75rem !important
}

.focus\:mt-4:focus {
	margin-top: 1rem !important
}

.focus\:mr-4:focus {
	margin-right: 1rem !important
}

.focus\:mb-4:focus {
	margin-bottom: 1rem !important
}

.focus\:ml-4:focus {
	margin-left: 1rem !important
}

.focus\:mt-5:focus {
	margin-top: 1.25rem !important
}

.focus\:mr-5:focus {
	margin-right: 1.25rem !important
}

.focus\:mb-5:focus {
	margin-bottom: 1.25rem !important
}

.focus\:ml-5:focus {
	margin-left: 1.25rem !important
}

.focus\:mt-6:focus {
	margin-top: 1.5rem !important
}

.focus\:mr-6:focus {
	margin-right: 1.5rem !important
}

.focus\:mb-6:focus {
	margin-bottom: 1.5rem !important
}

.focus\:ml-6:focus {
	margin-left: 1.5rem !important
}

.focus\:mt-7:focus {
	margin-top: 1.75rem !important
}

.focus\:mr-7:focus {
	margin-right: 1.75rem !important
}

.focus\:mb-7:focus {
	margin-bottom: 1.75rem !important
}

.focus\:ml-7:focus {
	margin-left: 1.75rem !important
}

.focus\:mt-8:focus {
	margin-top: 2rem !important
}

.focus\:mr-8:focus {
	margin-right: 2rem !important
}

.focus\:mb-8:focus {
	margin-bottom: 2rem !important
}

.focus\:ml-8:focus {
	margin-left: 2rem !important
}

.focus\:mt-9:focus {
	margin-top: 2.25rem !important
}

.focus\:mr-9:focus {
	margin-right: 2.25rem !important
}

.focus\:mb-9:focus {
	margin-bottom: 2.25rem !important
}

.focus\:ml-9:focus {
	margin-left: 2.25rem !important
}

.focus\:mt-10:focus {
	margin-top: 2.5rem !important
}

.focus\:mr-10:focus {
	margin-right: 2.5rem !important
}

.focus\:mb-10:focus {
	margin-bottom: 2.5rem !important
}

.focus\:ml-10:focus {
	margin-left: 2.5rem !important
}

.focus\:mt-12:focus {
	margin-top: 3rem !important
}

.focus\:mr-12:focus {
	margin-right: 3rem !important
}

.focus\:mb-12:focus {
	margin-bottom: 3rem !important
}

.focus\:ml-12:focus {
	margin-left: 3rem !important
}

.focus\:mt-13:focus {
	margin-top: 3.5rem !important
}

.focus\:mr-13:focus {
	margin-right: 3.5rem !important
}

.focus\:mb-13:focus {
	margin-bottom: 3.5rem !important
}

.focus\:ml-13:focus {
	margin-left: 3.5rem !important
}

.focus\:mt-14:focus {
	margin-top: 3.5rem !important
}

.focus\:mr-14:focus {
	margin-right: 3.5rem !important
}

.focus\:mb-14:focus {
	margin-bottom: 3.5rem !important
}

.focus\:ml-14:focus {
	margin-left: 3.5rem !important
}

.focus\:mt-15:focus {
	margin-top: 3.75rem !important
}

.focus\:mr-15:focus {
	margin-right: 3.75rem !important
}

.focus\:mb-15:focus {
	margin-bottom: 3.75rem !important
}

.focus\:ml-15:focus {
	margin-left: 3.75rem !important
}

.focus\:mt-16:focus {
	margin-top: 4rem !important
}

.focus\:mr-16:focus {
	margin-right: 4rem !important
}

.focus\:mb-16:focus {
	margin-bottom: 4rem !important
}

.focus\:ml-16:focus {
	margin-left: 4rem !important
}

.focus\:mt-20:focus {
	margin-top: 5rem !important
}

.focus\:mr-20:focus {
	margin-right: 5rem !important
}

.focus\:mb-20:focus {
	margin-bottom: 5rem !important
}

.focus\:ml-20:focus {
	margin-left: 5rem !important
}

.focus\:mt-24:focus {
	margin-top: 6rem !important
}

.focus\:mr-24:focus {
	margin-right: 6rem !important
}

.focus\:mb-24:focus {
	margin-bottom: 6rem !important
}

.focus\:ml-24:focus {
	margin-left: 6rem !important
}

.focus\:mt-30:focus {
	margin-top: 7.5rem !important
}

.focus\:mr-30:focus {
	margin-right: 7.5rem !important
}

.focus\:mb-30:focus {
	margin-bottom: 7.5rem !important
}

.focus\:ml-30:focus {
	margin-left: 7.5rem !important
}

.focus\:mt-32:focus {
	margin-top: 8rem !important
}

.focus\:mr-32:focus {
	margin-right: 8rem !important
}

.focus\:mb-32:focus {
	margin-bottom: 8rem !important
}

.focus\:ml-32:focus {
	margin-left: 8rem !important
}

.focus\:mt-40:focus {
	margin-top: 10rem !important
}

.focus\:mr-40:focus {
	margin-right: 10rem !important
}

.focus\:mb-40:focus {
	margin-bottom: 10rem !important
}

.focus\:ml-40:focus {
	margin-left: 10rem !important
}

.focus\:mt-48:focus {
	margin-top: 12rem !important
}

.focus\:mr-48:focus {
	margin-right: 12rem !important
}

.focus\:mb-48:focus {
	margin-bottom: 12rem !important
}

.focus\:ml-48:focus {
	margin-left: 12rem !important
}

.focus\:mt-56:focus {
	margin-top: 14rem !important
}

.focus\:mr-56:focus {
	margin-right: 14rem !important
}

.focus\:mb-56:focus {
	margin-bottom: 14rem !important
}

.focus\:ml-56:focus {
	margin-left: 14rem !important
}

.focus\:mt-64:focus {
	margin-top: 16rem !important
}

.focus\:mr-64:focus {
	margin-right: 16rem !important
}

.focus\:mb-64:focus {
	margin-bottom: 16rem !important
}

.focus\:ml-64:focus {
	margin-left: 16rem !important
}

.focus\:mt-auto:focus {
	margin-top: auto !important
}

.focus\:mr-auto:focus {
	margin-right: auto !important
}

.focus\:mb-auto:focus {
	margin-bottom: auto !important
}

.focus\:ml-auto:focus {
	margin-left: auto !important
}

.focus\:mt-px:focus {
	margin-top: 1px !important
}

.focus\:mr-px:focus {
	margin-right: 1px !important
}

.focus\:mb-px:focus {
	margin-bottom: 1px !important
}

.focus\:ml-px:focus {
	margin-left: 1px !important
}

.focus\:-mt-50:focus {
	margin-top: -50px !important
}

.focus\:-mr-50:focus {
	margin-right: -50px !important
}

.focus\:-mb-50:focus {
	margin-bottom: -50px !important
}

.focus\:-ml-50:focus {
	margin-left: -50px !important
}

.focus\:-mt-1:focus {
	margin-top: -.25rem !important
}

.focus\:-mr-1:focus {
	margin-right: -.25rem !important
}

.focus\:-mb-1:focus {
	margin-bottom: -.25rem !important
}

.focus\:-ml-1:focus {
	margin-left: -.25rem !important
}

.focus\:-mt-2:focus {
	margin-top: -.5rem !important
}

.focus\:-mr-2:focus {
	margin-right: -.5rem !important
}

.focus\:-mb-2:focus {
	margin-bottom: -.5rem !important
}

.focus\:-ml-2:focus {
	margin-left: -.5rem !important
}

.focus\:-mt-3:focus {
	margin-top: -.75rem !important
}

.focus\:-mr-3:focus {
	margin-right: -.75rem !important
}

.focus\:-mb-3:focus {
	margin-bottom: -.75rem !important
}

.focus\:-ml-3:focus {
	margin-left: -.75rem !important
}

.focus\:-mt-4:focus {
	margin-top: -1rem !important
}

.focus\:-mr-4:focus {
	margin-right: -1rem !important
}

.focus\:-mb-4:focus {
	margin-bottom: -1rem !important
}

.focus\:-ml-4:focus {
	margin-left: -1rem !important
}

.focus\:-mt-5:focus {
	margin-top: -1.25rem !important
}

.focus\:-mr-5:focus {
	margin-right: -1.25rem !important
}

.focus\:-mb-5:focus {
	margin-bottom: -1.25rem !important
}

.focus\:-ml-5:focus {
	margin-left: -1.25rem !important
}

.focus\:-mt-6:focus {
	margin-top: -1.5rem !important
}

.focus\:-mr-6:focus {
	margin-right: -1.5rem !important
}

.focus\:-mb-6:focus {
	margin-bottom: -1.5rem !important
}

.focus\:-ml-6:focus {
	margin-left: -1.5rem !important
}

.focus\:-mt-8:focus {
	margin-top: -2rem !important
}

.focus\:-mr-8:focus {
	margin-right: -2rem !important
}

.focus\:-mb-8:focus {
	margin-bottom: -2rem !important
}

.focus\:-ml-8:focus {
	margin-left: -2rem !important
}

.focus\:-mt-10:focus {
	margin-top: -2.5rem !important
}

.focus\:-mr-10:focus {
	margin-right: -2.5rem !important
}

.focus\:-mb-10:focus {
	margin-bottom: -2.5rem !important
}

.focus\:-ml-10:focus {
	margin-left: -2.5rem !important
}

.focus\:-mt-12:focus {
	margin-top: -3rem !important
}

.focus\:-mr-12:focus {
	margin-right: -3rem !important
}

.focus\:-mb-12:focus {
	margin-bottom: -3rem !important
}

.focus\:-ml-12:focus {
	margin-left: -3rem !important
}

.focus\:-mt-16:focus {
	margin-top: -4rem !important
}

.focus\:-mr-16:focus {
	margin-right: -4rem !important
}

.focus\:-mb-16:focus {
	margin-bottom: -4rem !important
}

.focus\:-ml-16:focus {
	margin-left: -4rem !important
}

.focus\:-mt-20:focus {
	margin-top: -5rem !important
}

.focus\:-mr-20:focus {
	margin-right: -5rem !important
}

.focus\:-mb-20:focus {
	margin-bottom: -5rem !important
}

.focus\:-ml-20:focus {
	margin-left: -5rem !important
}

.focus\:-mt-24:focus {
	margin-top: -6rem !important
}

.focus\:-mr-24:focus {
	margin-right: -6rem !important
}

.focus\:-mb-24:focus {
	margin-bottom: -6rem !important
}

.focus\:-ml-24:focus {
	margin-left: -6rem !important
}

.focus\:-mt-32:focus {
	margin-top: -8rem !important
}

.focus\:-mr-32:focus {
	margin-right: -8rem !important
}

.focus\:-mb-32:focus {
	margin-bottom: -8rem !important
}

.focus\:-ml-32:focus {
	margin-left: -8rem !important
}

.focus\:-mt-40:focus {
	margin-top: -10rem !important
}

.focus\:-mr-40:focus {
	margin-right: -10rem !important
}

.focus\:-mb-40:focus {
	margin-bottom: -10rem !important
}

.focus\:-ml-40:focus {
	margin-left: -10rem !important
}

.focus\:-mt-48:focus {
	margin-top: -12rem !important
}

.focus\:-mr-48:focus {
	margin-right: -12rem !important
}

.focus\:-mb-48:focus {
	margin-bottom: -12rem !important
}

.focus\:-ml-48:focus {
	margin-left: -12rem !important
}

.focus\:-mt-56:focus {
	margin-top: -14rem !important
}

.focus\:-mr-56:focus {
	margin-right: -14rem !important
}

.focus\:-mb-56:focus {
	margin-bottom: -14rem !important
}

.focus\:-ml-56:focus {
	margin-left: -14rem !important
}

.focus\:-mt-64:focus {
	margin-top: -16rem !important
}

.focus\:-mr-64:focus {
	margin-right: -16rem !important
}

.focus\:-mb-64:focus {
	margin-bottom: -16rem !important
}

.focus\:-ml-64:focus {
	margin-left: -16rem !important
}

.focus\:-mt-px:focus {
	margin-top: -1px !important
}

.focus\:-mr-px:focus {
	margin-right: -1px !important
}

.focus\:-mb-px:focus {
	margin-bottom: -1px !important
}

.focus\:-ml-px:focus {
	margin-left: -1px !important
}

.focus\:-mt--50:focus {
	margin-top: 50px !important
}

.focus\:-mr--50:focus {
	margin-right: 50px !important
}

.focus\:-mb--50:focus {
	margin-bottom: 50px !important
}

.focus\:-ml--50:focus {
	margin-left: 50px !important
}

.focus\:-mt-14:focus {
	margin-top: -3.5rem !important
}

.focus\:-mr-14:focus {
	margin-right: -3.5rem !important
}

.focus\:-mb-14:focus {
	margin-bottom: -3.5rem !important
}

.focus\:-ml-14:focus {
	margin-left: -3.5rem !important
}

.focus\:-mt-15:focus {
	margin-top: -3.75rem !important
}

.focus\:-mr-15:focus {
	margin-right: -3.75rem !important
}

.focus\:-mb-15:focus {
	margin-bottom: -3.75rem !important
}

.focus\:-ml-15:focus {
	margin-left: -3.75rem !important
}

.focus\:-mt-25:focus {
	margin-top: -6.25rem !important
}

.focus\:-mr-25:focus {
	margin-right: -6.25rem !important
}

.focus\:-mb-25:focus {
	margin-bottom: -6.25rem !important
}

.focus\:-ml-25:focus {
	margin-left: -6.25rem !important
}

.focus\:-mt-30:focus {
	margin-top: -7.5rem !important
}

.focus\:-mr-30:focus {
	margin-right: -7.5rem !important
}

.focus\:-mb-30:focus {
	margin-bottom: -7.5rem !important
}

.focus\:-ml-30:focus {
	margin-left: -7.5rem !important
}

.max-h-full {
	max-height: 100% !important
}

.max-h-screen {
	max-height: 100vh !important
}

.max-w-20 {
	max-width: 5rem !important
}

.max-w-24 {
	max-width: 6rem !important
}

.max-w-28 {
	max-width: 7rem !important
}

.max-w-94 {
	max-width: 23.5rem !important
}

.max-w-105 {
	max-width: 26.35rem !important
}

.max-w-155 {
	max-width: 38.75rem !important
}

.max-w-163 {
	max-width: 40.75rem !important
}

.max-w-235 {
	max-width: 58.75rem !important
}

.max-w-320 {
	max-width: 80rem !important
}

.max-w-480 {
	max-width: 120rem !important
}

.max-w-none {
	max-width: none !important
}

.max-w-xs {
	max-width: 20rem !important
}

.max-w-sm {
	max-width: 24rem !important
}

.max-w-md {
	max-width: 824px !important
}

.max-w-lg {
	max-width: 1244px !important
}

.max-w-xl {
	max-width: 36rem !important
}

.max-w-2xl {
	max-width: 42rem !important
}

.max-w-3xl {
	max-width: 48rem !important
}

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

.max-w-5xl {
	max-width: 64rem !important
}

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

.max-w-full {
	max-width: 100% !important
}

.max-w-screen-xs {
	max-width: 368px !important
}

.max-w-screen-sm {
	max-width: 640px !important
}

.max-w-screen-md {
	max-width: 768px !important
}

.max-w-screen-lg {
	max-width: 1152px !important
}

.max-w-screen-xl {
	max-width: 1560px !important
}

.max-w-screen-hl {
	max-width: 2100px !important
}

.min-h-0 {
	min-height: 0 !important
}

.min-h-full {
	min-height: 100% !important
}

.min-h-screen {
	min-height: 100vh !important
}

.min-w-0 {
	min-width: 0 !important
}

.min-w-20 {
	min-width: 5rem !important
}

.min-w-94 {
	min-width: 23.5rem !important
}

.min-w-105 {
	min-width: 26.35rem !important
}

.min-w-155 {
	min-width: 38.75rem !important
}

.min-w-235 {
	min-width: 58.75rem !important
}

.min-w-full {
	min-width: 100% !important
}

.object-contain {
	-o-object-fit: contain !important;
	object-fit: contain !important
}

.object-cover {
	-o-object-fit: cover !important;
	object-fit: cover !important
}

.object-fill {
	-o-object-fit: fill !important;
	object-fit: fill !important
}

.object-none {
	-o-object-fit: none !important;
	object-fit: none !important
}

.object-scale-down {
	-o-object-fit: scale-down !important;
	object-fit: scale-down !important
}

.opacity-0 {
	opacity: 0 !important
}

.opacity-25 {
	opacity: .25 !important
}

.opacity-50 {
	opacity: .5 !important
}

.opacity-75 {
	opacity: .75 !important
}

.opacity-100 {
	opacity: 1 !important
}

.hover\:opacity-0:hover {
	opacity: 0 !important
}

.hover\:opacity-25:hover {
	opacity: .25 !important
}

.hover\:opacity-50:hover {
	opacity: .5 !important
}

.hover\:opacity-75:hover {
	opacity: .75 !important
}

.hover\:opacity-100:hover {
	opacity: 1 !important
}

.focus\:opacity-0:focus {
	opacity: 0 !important
}

.focus\:opacity-25:focus {
	opacity: .25 !important
}

.focus\:opacity-50:focus {
	opacity: .5 !important
}

.focus\:opacity-75:focus {
	opacity: .75 !important
}

.focus\:opacity-100:focus {
	opacity: 1 !important
}

.outline-none {
	outline: 2px solid transparent !important;
	outline-offset: 2px !important
}

.outline-white {
	outline: 2px dotted #fff !important;
	outline-offset: 2px !important
}

.outline-black {
	outline: 2px dotted #000 !important;
	outline-offset: 2px !important
}

.focus\:outline-none:focus {
	outline: 2px solid transparent !important;
	outline-offset: 2px !important
}

.focus\:outline-white:focus {
	outline: 2px dotted #fff !important;
	outline-offset: 2px !important
}

.focus\:outline-black:focus {
	outline: 2px dotted #000 !important;
	outline-offset: 2px !important
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.overflow-visible {
	overflow: visible !important
}

.overflow-scroll {
	overflow: scroll !important
}

.overflow-x-auto {
	overflow-x: auto !important
}

.overflow-y-auto {
	overflow-y: auto !important
}

.overflow-x-hidden {
	overflow-x: hidden !important
}

.overflow-y-hidden {
	overflow-y: hidden !important
}

.overflow-x-visible {
	overflow-x: visible !important
}

.overflow-y-visible {
	overflow-y: visible !important
}

.overflow-x-scroll {
	overflow-x: scroll !important
}

.overflow-y-scroll {
	overflow-y: scroll !important
}

.scrolling-touch {
	-webkit-overflow-scrolling: touch !important
}

.scrolling-auto {
	-webkit-overflow-scrolling: auto !important
}

.p-0 {
	padding: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.p-3 {
	padding: .75rem !important
}

.p-4 {
	padding: 1rem !important
}

.p-5 {
	padding: 1.25rem !important
}

.p-6 {
	padding: 1.5rem !important
}

.p-7 {
	padding: 1.75rem !important
}

.p-8 {
	padding: 2rem !important
}

.p-9 {
	padding: 2.25rem !important
}

.p-10 {
	padding: 2.5rem !important
}

.p-11 {
	padding: 2.75rem !important
}

.p-12 {
	padding: 3rem !important
}

.p-13 {
	padding: 3.25rem !important
}

.p-14 {
	padding: 3.5rem !important
}

.p-15 {
	padding: 3.75rem !important
}

.p-16 {
	padding: 4rem !important
}

.p-20 {
	padding: 5rem !important
}

.p-24 {
	padding: 6rem !important
}

.p-25 {
	padding: 6.25rem !important
}

.p-28 {
	padding: 7rem !important
}

.p-30 {
	padding: 7.5rem !important
}

.p-32 {
	padding: 8rem !important
}

.p-40 {
	padding: 10rem !important
}

.p-48 {
	padding: 12rem !important
}

.p-56 {
	padding: 14rem !important
}

.p-64 {
	padding: 16rem !important
}

.p-85 {
	padding: 21.25rem !important
}

.p-px {
	padding: 1px !important
}

.p--50 {
	padding: -50px !important
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important
}

.px-1 {
	padding-left: .25rem !important;
	padding-right: .25rem !important
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important
}

.px-2 {
	padding-left: .5rem !important;
	padding-right: .5rem !important
}

.py-3 {
	padding-top: .75rem !important;
	padding-bottom: .75rem !important
}

.px-3 {
	padding-left: .75rem !important;
	padding-right: .75rem !important
}

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

.px-4 {
	padding-left: 1rem !important;
	padding-right: 1rem !important
}

.py-5 {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important
}

.px-5 {
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important
}

.py-6 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

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

.py-7 {
	padding-top: 1.75rem !important;
	padding-bottom: 1.75rem !important
}

.px-7 {
	padding-left: 1.75rem !important;
	padding-right: 1.75rem !important
}

.py-8 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important
}

.px-8 {
	padding-left: 2rem !important;
	padding-right: 2rem !important
}

.py-9 {
	padding-top: 2.25rem !important;
	padding-bottom: 2.25rem !important
}

.px-9 {
	padding-left: 2.25rem !important;
	padding-right: 2.25rem !important
}

.py-10 {
	padding-top: 2.5rem !important;
	padding-bottom: 2.5rem !important
}

.px-10 {
	padding-left: 2.5rem !important;
	padding-right: 2.5rem !important
}

.py-11 {
	padding-top: 2.75rem !important;
	padding-bottom: 2.75rem !important
}

.px-11 {
	padding-left: 2.75rem !important;
	padding-right: 2.75rem !important
}

.py-12 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.px-12 {
	padding-left: 3rem !important;
	padding-right: 3rem !important
}

.py-13 {
	padding-top: 3.25rem !important;
	padding-bottom: 3.25rem !important
}

.px-13 {
	padding-left: 3.25rem !important;
	padding-right: 3.25rem !important
}

.py-14 {
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important
}

.px-14 {
	padding-left: 3.5rem !important;
	padding-right: 3.5rem !important
}

.py-15 {
	padding-top: 3.75rem !important;
	padding-bottom: 3.75rem !important
}

.px-15 {
	padding-left: 3.75rem !important;
	padding-right: 3.75rem !important
}

.py-16 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important
}

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

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

.px-20 {
	padding-left: 5rem !important;
	padding-right: 5rem !important
}

.py-24 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important
}

.px-24 {
	padding-left: 6rem !important;
	padding-right: 6rem !important
}

.py-25 {
	padding-top: 6.25rem !important;
	padding-bottom: 6.25rem !important
}

.px-25 {
	padding-left: 6.25rem !important;
	padding-right: 6.25rem !important
}

.py-28 {
	padding-top: 7rem !important;
	padding-bottom: 7rem !important
}

.px-28 {
	padding-left: 7rem !important;
	padding-right: 7rem !important
}

.py-30 {
	padding-top: 7.5rem !important;
	padding-bottom: 7.5rem !important
}

.px-30 {
	padding-left: 7.5rem !important;
	padding-right: 7.5rem !important
}

.py-32 {
	padding-top: 8rem !important;
	padding-bottom: 8rem !important
}

.px-32 {
	padding-left: 8rem !important;
	padding-right: 8rem !important
}

.py-40 {
	padding-top: 10rem !important;
	padding-bottom: 10rem !important
}

.px-40 {
	padding-left: 10rem !important;
	padding-right: 10rem !important
}

.py-48 {
	padding-top: 12rem !important;
	padding-bottom: 12rem !important
}

.px-48 {
	padding-left: 12rem !important;
	padding-right: 12rem !important
}

.py-56 {
	padding-top: 14rem !important;
	padding-bottom: 14rem !important
}

.px-56 {
	padding-left: 14rem !important;
	padding-right: 14rem !important
}

.py-64 {
	padding-top: 16rem !important;
	padding-bottom: 16rem !important
}

.px-64 {
	padding-left: 16rem !important;
	padding-right: 16rem !important
}

.py-85 {
	padding-top: 21.25rem !important;
	padding-bottom: 21.25rem !important
}

.px-85 {
	padding-left: 21.25rem !important;
	padding-right: 21.25rem !important
}

.py-px {
	padding-top: 1px !important;
	padding-bottom: 1px !important
}

.px-px {
	padding-left: 1px !important;
	padding-right: 1px !important
}

.py--50 {
	padding-top: -50px !important;
	padding-bottom: -50px !important
}

.px--50 {
	padding-left: -50px !important;
	padding-right: -50px !important
}

.pt-0 {
	padding-top: 0 !important
}

.pr-0 {
	padding-right: 0 !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pl-0 {
	padding-left: 0 !important
}

.pt-1 {
	padding-top: .25rem !important
}

.pr-1 {
	padding-right: .25rem !important
}

.pb-1 {
	padding-bottom: .25rem !important
}

.pl-1 {
	padding-left: .25rem !important
}

.pt-2 {
	padding-top: .5rem !important
}

.pr-2 {
	padding-right: .5rem !important
}

.pb-2 {
	padding-bottom: .5rem !important
}

.pl-2 {
	padding-left: .5rem !important
}

.pt-3 {
	padding-top: .75rem !important
}

.pr-3 {
	padding-right: .75rem !important
}

.pb-3 {
	padding-bottom: .75rem !important
}

.pl-3 {
	padding-left: .75rem !important
}

.pt-4 {
	padding-top: 1rem !important
}

.pr-4 {
	padding-right: 1rem !important
}

.pb-4 {
	padding-bottom: 1rem !important
}

.pl-4 {
	padding-left: 1rem !important
}

.pt-5 {
	padding-top: 1.25rem !important
}

.pr-5 {
	padding-right: 1.25rem !important
}

.pb-5 {
	padding-bottom: 1.25rem !important
}

.pl-5 {
	padding-left: 1.25rem !important
}

.pt-6 {
	padding-top: 1.5rem !important
}

.pr-6 {
	padding-right: 1.5rem !important
}

.pb-6 {
	padding-bottom: 1.5rem !important
}

.pl-6 {
	padding-left: 1.5rem !important
}

.pt-7 {
	padding-top: 1.75rem !important
}

.pr-7 {
	padding-right: 1.75rem !important
}

.pb-7 {
	padding-bottom: 1.75rem !important
}

.pl-7 {
	padding-left: 1.75rem !important
}

.pt-8 {
	padding-top: 2rem !important
}

.pr-8 {
	padding-right: 2rem !important
}

.pb-8 {
	padding-bottom: 2rem !important
}

.pl-8 {
	padding-left: 2rem !important
}

.pt-9 {
	padding-top: 2.25rem !important
}

.pr-9 {
	padding-right: 2.25rem !important
}

.pb-9 {
	padding-bottom: 2.25rem !important
}

.pl-9 {
	padding-left: 2.25rem !important
}

.pt-10 {
	padding-top: 2.5rem !important
}

.pr-10 {
	padding-right: 2.5rem !important
}

.pb-10 {
	padding-bottom: 2.5rem !important
}

.pl-10 {
	padding-left: 2.5rem !important
}

.pt-11 {
	padding-top: 2.75rem !important
}

.pr-11 {
	padding-right: 2.75rem !important
}

.pb-11 {
	padding-bottom: 2.75rem !important
}

.pl-11 {
	padding-left: 2.75rem !important
}

.pt-12 {
	padding-top: 3rem !important
}

.pr-12 {
	padding-right: 3rem !important
}

.pb-12 {
	padding-bottom: 3rem !important
}

.pl-12 {
	padding-left: 3rem !important
}

.pt-13 {
	padding-top: 3.25rem !important
}

.pr-13 {
	padding-right: 3.25rem !important
}

.pb-13 {
	padding-bottom: 3.25rem !important
}

.pl-13 {
	padding-left: 3.25rem !important
}

.pt-14 {
	padding-top: 3.5rem !important
}

.pr-14 {
	padding-right: 3.5rem !important
}

.pb-14 {
	padding-bottom: 3.5rem !important
}

.pl-14 {
	padding-left: 3.5rem !important
}

.pt-15 {
	padding-top: 3.75rem !important
}

.pr-15 {
	padding-right: 3.75rem !important
}

.pb-15 {
	padding-bottom: 3.75rem !important
}

.pl-15 {
	padding-left: 3.75rem !important
}

.pt-16 {
	padding-top: 4rem !important
}

.pr-16 {
	padding-right: 4rem !important
}

.pb-16 {
	padding-bottom: 4rem !important
}

.pl-16 {
	padding-left: 4rem !important
}

.pt-20 {
	padding-top: 5rem !important
}

.pr-20 {
	padding-right: 5rem !important
}

.pb-20 {
	padding-bottom: 5rem !important
}

.pl-20 {
	padding-left: 5rem !important
}

.pt-24 {
	padding-top: 6rem !important
}

.pr-24 {
	padding-right: 6rem !important
}

.pb-24 {
	padding-bottom: 6rem !important
}

.pl-24 {
	padding-left: 6rem !important
}

.pt-25 {
	padding-top: 6.25rem !important
}

.pr-25 {
	padding-right: 6.25rem !important
}

.pb-25 {
	padding-bottom: 6.25rem !important
}

.pl-25 {
	padding-left: 6.25rem !important
}

.pt-28 {
	padding-top: 7rem !important
}

.pr-28 {
	padding-right: 7rem !important
}

.pb-28 {
	padding-bottom: 7rem !important
}

.pl-28 {
	padding-left: 7rem !important
}

.pt-30 {
	padding-top: 7.5rem !important
}

.pr-30 {
	padding-right: 7.5rem !important
}

.pb-30 {
	padding-bottom: 7.5rem !important
}

.pl-30 {
	padding-left: 7.5rem !important
}

.pt-32 {
	padding-top: 8rem !important
}

.pr-32 {
	padding-right: 8rem !important
}

.pb-32 {
	padding-bottom: 8rem !important
}

.pl-32 {
	padding-left: 8rem !important
}

.pt-40 {
	padding-top: 10rem !important
}

.pr-40 {
	padding-right: 10rem !important
}

.pb-40 {
	padding-bottom: 10rem !important
}

.pl-40 {
	padding-left: 10rem !important
}

.pt-48 {
	padding-top: 12rem !important
}

.pr-48 {
	padding-right: 12rem !important
}

.pb-48 {
	padding-bottom: 12rem !important
}

.pl-48 {
	padding-left: 12rem !important
}

.pt-56 {
	padding-top: 14rem !important
}

.pr-56 {
	padding-right: 14rem !important
}

.pb-56 {
	padding-bottom: 14rem !important
}

.pl-56 {
	padding-left: 14rem !important
}

.pt-64 {
	padding-top: 16rem !important
}

.pr-64 {
	padding-right: 16rem !important
}

.pb-64 {
	padding-bottom: 16rem !important
}

.pl-64 {
	padding-left: 16rem !important
}

.pt-85 {
	padding-top: 21.25rem !important
}

.pr-85 {
	padding-right: 21.25rem !important
}

.pb-85 {
	padding-bottom: 21.25rem !important
}

.pl-85 {
	padding-left: 21.25rem !important
}

.pt-px {
	padding-top: 1px !important
}

.pr-px {
	padding-right: 1px !important
}

.pb-px {
	padding-bottom: 1px !important
}

.pl-px {
	padding-left: 1px !important
}

.pt--50 {
	padding-top: -50px !important
}

.pr--50 {
	padding-right: -50px !important
}

.pb--50 {
	padding-bottom: -50px !important
}

.pl--50 {
	padding-left: -50px !important
}

.placeholder-606::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #606060 !important;
	color: rgba(96,96,96,var(--placeholder-opacity)) !important
}

.placeholder-606:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #606060 !important;
	color: rgba(96,96,96,var(--placeholder-opacity)) !important
}

.placeholder-606::placeholder {
	--placeholder-opacity: 1 !important;
	color: #606060 !important;
	color: rgba(96,96,96,var(--placeholder-opacity)) !important
}

.placeholder-666::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #666 !important;
	color: rgba(102,102,102,var(--placeholder-opacity)) !important
}

.placeholder-666:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #666 !important;
	color: rgba(102,102,102,var(--placeholder-opacity)) !important
}

.placeholder-666::placeholder {
	--placeholder-opacity: 1 !important;
	color: #666 !important;
	color: rgba(102,102,102,var(--placeholder-opacity)) !important
}

.placeholder-transparent::-moz-placeholder {
	color: transparent !important
}

.placeholder-transparent:-ms-input-placeholder {
	color: transparent !important
}

.placeholder-transparent::placeholder {
	color: transparent !important
}

.placeholder-current::-moz-placeholder {
	color: currentColor !important
}

.placeholder-current:-ms-input-placeholder {
	color: currentColor !important
}

.placeholder-current::placeholder {
	color: currentColor !important
}

.placeholder-black-100::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #141d3e !important;
	color: rgba(20,29,62,var(--placeholder-opacity)) !important
}

.placeholder-black-100:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #141d3e !important;
	color: rgba(20,29,62,var(--placeholder-opacity)) !important
}

.placeholder-black-100::placeholder {
	--placeholder-opacity: 1 !important;
	color: #141d3e !important;
	color: rgba(20,29,62,var(--placeholder-opacity)) !important
}

.placeholder-black-200::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #212935 !important;
	color: rgba(33,41,53,var(--placeholder-opacity)) !important
}

.placeholder-black-200:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #212935 !important;
	color: rgba(33,41,53,var(--placeholder-opacity)) !important
}

.placeholder-black-200::placeholder {
	--placeholder-opacity: 1 !important;
	color: #212935 !important;
	color: rgba(33,41,53,var(--placeholder-opacity)) !important
}

.placeholder-black-300::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #323648 !important;
	color: rgba(50,54,72,var(--placeholder-opacity)) !important
}

.placeholder-black-300:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #323648 !important;
	color: rgba(50,54,72,var(--placeholder-opacity)) !important
}

.placeholder-black-300::placeholder {
	--placeholder-opacity: 1 !important;
	color: #323648 !important;
	color: rgba(50,54,72,var(--placeholder-opacity)) !important
}

.placeholder-white::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fff !important;
	color: rgba(255,255,255,var(--placeholder-opacity)) !important
}

.placeholder-white:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fff !important;
	color: rgba(255,255,255,var(--placeholder-opacity)) !important
}

.placeholder-white::placeholder {
	--placeholder-opacity: 1 !important;
	color: #fff !important;
	color: rgba(255,255,255,var(--placeholder-opacity)) !important
}

.placeholder-gray-100::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f6f6f6 !important;
	color: rgba(246,246,246,var(--placeholder-opacity)) !important
}

.placeholder-gray-100:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f6f6f6 !important;
	color: rgba(246,246,246,var(--placeholder-opacity)) !important
}

.placeholder-gray-100::placeholder {
	--placeholder-opacity: 1 !important;
	color: #f6f6f6 !important;
	color: rgba(246,246,246,var(--placeholder-opacity)) !important
}

.placeholder-gray-200::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #e5e5e5 !important;
	color: rgba(229,229,229,var(--placeholder-opacity)) !important
}

.placeholder-gray-200:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #e5e5e5 !important;
	color: rgba(229,229,229,var(--placeholder-opacity)) !important
}

.placeholder-gray-200::placeholder {
	--placeholder-opacity: 1 !important;
	color: #e5e5e5 !important;
	color: rgba(229,229,229,var(--placeholder-opacity)) !important
}

.placeholder-gray-300::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #c4c4c4 !important;
	color: rgba(196,196,196,var(--placeholder-opacity)) !important
}

.placeholder-gray-300:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #c4c4c4 !important;
	color: rgba(196,196,196,var(--placeholder-opacity)) !important
}

.placeholder-gray-300::placeholder {
	--placeholder-opacity: 1 !important;
	color: #c4c4c4 !important;
	color: rgba(196,196,196,var(--placeholder-opacity)) !important
}

.placeholder-gray-400::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #aaaaad !important;
	color: rgba(170,170,173,var(--placeholder-opacity)) !important
}

.placeholder-gray-400:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #aaaaad !important;
	color: rgba(170,170,173,var(--placeholder-opacity)) !important
}

.placeholder-gray-400::placeholder {
	--placeholder-opacity: 1 !important;
	color: #aaaaad !important;
	color: rgba(170,170,173,var(--placeholder-opacity)) !important
}

.placeholder-gray-500::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #9fa2ac !important;
	color: rgba(159,162,172,var(--placeholder-opacity)) !important
}

.placeholder-gray-500:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #9fa2ac !important;
	color: rgba(159,162,172,var(--placeholder-opacity)) !important
}

.placeholder-gray-500::placeholder {
	--placeholder-opacity: 1 !important;
	color: #9fa2ac !important;
	color: rgba(159,162,172,var(--placeholder-opacity)) !important
}

.placeholder-gray-600::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #8f9191 !important;
	color: rgba(143,145,145,var(--placeholder-opacity)) !important
}

.placeholder-gray-600:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #8f9191 !important;
	color: rgba(143,145,145,var(--placeholder-opacity)) !important
}

.placeholder-gray-600::placeholder {
	--placeholder-opacity: 1 !important;
	color: #8f9191 !important;
	color: rgba(143,145,145,var(--placeholder-opacity)) !important
}

.placeholder-gray-700::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #70727f !important;
	color: rgba(112,114,127,var(--placeholder-opacity)) !important
}

.placeholder-gray-700:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #70727f !important;
	color: rgba(112,114,127,var(--placeholder-opacity)) !important
}

.placeholder-gray-700::placeholder {
	--placeholder-opacity: 1 !important;
	color: #70727f !important;
	color: rgba(112,114,127,var(--placeholder-opacity)) !important
}

.placeholder-gray-800::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #666 !important;
	color: rgba(102,102,102,var(--placeholder-opacity)) !important
}

.placeholder-gray-800:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #666 !important;
	color: rgba(102,102,102,var(--placeholder-opacity)) !important
}

.placeholder-gray-800::placeholder {
	--placeholder-opacity: 1 !important;
	color: #666 !important;
	color: rgba(102,102,102,var(--placeholder-opacity)) !important
}

.placeholder-red-100::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fff5f5 !important;
	color: rgba(255,245,245,var(--placeholder-opacity)) !important
}

.placeholder-red-100:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fff5f5 !important;
	color: rgba(255,245,245,var(--placeholder-opacity)) !important
}

.placeholder-red-100::placeholder {
	--placeholder-opacity: 1 !important;
	color: #fff5f5 !important;
	color: rgba(255,245,245,var(--placeholder-opacity)) !important
}

.placeholder-red-200::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fed7d7 !important;
	color: rgba(254,215,215,var(--placeholder-opacity)) !important
}

.placeholder-red-200:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fed7d7 !important;
	color: rgba(254,215,215,var(--placeholder-opacity)) !important
}

.placeholder-red-200::placeholder {
	--placeholder-opacity: 1 !important;
	color: #fed7d7 !important;
	color: rgba(254,215,215,var(--placeholder-opacity)) !important
}

.placeholder-red-300::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #feb2b2 !important;
	color: rgba(254,178,178,var(--placeholder-opacity)) !important
}

.placeholder-red-300:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #feb2b2 !important;
	color: rgba(254,178,178,var(--placeholder-opacity)) !important
}

.placeholder-red-300::placeholder {
	--placeholder-opacity: 1 !important;
	color: #feb2b2 !important;
	color: rgba(254,178,178,var(--placeholder-opacity)) !important
}

.placeholder-red-400::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fc8181 !important;
	color: rgba(252,129,129,var(--placeholder-opacity)) !important
}

.placeholder-red-400:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fc8181 !important;
	color: rgba(252,129,129,var(--placeholder-opacity)) !important
}

.placeholder-red-400::placeholder {
	--placeholder-opacity: 1 !important;
	color: #fc8181 !important;
	color: rgba(252,129,129,var(--placeholder-opacity)) !important
}

.placeholder-red-500::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f56565 !important;
	color: rgba(245,101,101,var(--placeholder-opacity)) !important
}

.placeholder-red-500:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f56565 !important;
	color: rgba(245,101,101,var(--placeholder-opacity)) !important
}

.placeholder-red-500::placeholder {
	--placeholder-opacity: 1 !important;
	color: #f56565 !important;
	color: rgba(245,101,101,var(--placeholder-opacity)) !important
}

.placeholder-red-600::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #e53e3e !important;
	color: rgba(229,62,62,var(--placeholder-opacity)) !important
}

.placeholder-red-600:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #e53e3e !important;
	color: rgba(229,62,62,var(--placeholder-opacity)) !important
}

.placeholder-red-600::placeholder {
	--placeholder-opacity: 1 !important;
	color: #e53e3e !important;
	color: rgba(229,62,62,var(--placeholder-opacity)) !important
}

.placeholder-red-700::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #c53030 !important;
	color: rgba(197,48,48,var(--placeholder-opacity)) !important
}

.placeholder-red-700:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #c53030 !important;
	color: rgba(197,48,48,var(--placeholder-opacity)) !important
}

.placeholder-red-700::placeholder {
	--placeholder-opacity: 1 !important;
	color: #c53030 !important;
	color: rgba(197,48,48,var(--placeholder-opacity)) !important
}

.placeholder-red-800::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #9b2c2c !important;
	color: rgba(155,44,44,var(--placeholder-opacity)) !important
}

.placeholder-red-800:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #9b2c2c !important;
	color: rgba(155,44,44,var(--placeholder-opacity)) !important
}

.placeholder-red-800::placeholder {
	--placeholder-opacity: 1 !important;
	color: #9b2c2c !important;
	color: rgba(155,44,44,var(--placeholder-opacity)) !important
}

.placeholder-red-900::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #742a2a !important;
	color: rgba(116,42,42,var(--placeholder-opacity)) !important
}

.placeholder-red-900:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #742a2a !important;
	color: rgba(116,42,42,var(--placeholder-opacity)) !important
}

.placeholder-red-900::placeholder {
	--placeholder-opacity: 1 !important;
	color: #742a2a !important;
	color: rgba(116,42,42,var(--placeholder-opacity)) !important
}

.placeholder-orange::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #ee5723 !important;
	color: rgba(238,87,35,var(--placeholder-opacity)) !important
}

.placeholder-orange:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #ee5723 !important;
	color: rgba(238,87,35,var(--placeholder-opacity)) !important
}

.placeholder-orange::placeholder {
	--placeholder-opacity: 1 !important;
	color: #ee5723 !important;
	color: rgba(238,87,35,var(--placeholder-opacity)) !important
}

.placeholder-yellow-100::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: ivory !important;
	color: rgba(255,255,240,var(--placeholder-opacity)) !important
}

.placeholder-yellow-100:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: ivory !important;
	color: rgba(255,255,240,var(--placeholder-opacity)) !important
}

.placeholder-yellow-100::placeholder {
	--placeholder-opacity: 1 !important;
	color: ivory !important;
	color: rgba(255,255,240,var(--placeholder-opacity)) !important
}

.placeholder-yellow-200::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fefcbf !important;
	color: rgba(254,252,191,var(--placeholder-opacity)) !important
}

.placeholder-yellow-200:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fefcbf !important;
	color: rgba(254,252,191,var(--placeholder-opacity)) !important
}

.placeholder-yellow-200::placeholder {
	--placeholder-opacity: 1 !important;
	color: #fefcbf !important;
	color: rgba(254,252,191,var(--placeholder-opacity)) !important
}

.placeholder-yellow-300::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #faf089 !important;
	color: rgba(250,240,137,var(--placeholder-opacity)) !important
}

.placeholder-yellow-300:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #faf089 !important;
	color: rgba(250,240,137,var(--placeholder-opacity)) !important
}

.placeholder-yellow-300::placeholder {
	--placeholder-opacity: 1 !important;
	color: #faf089 !important;
	color: rgba(250,240,137,var(--placeholder-opacity)) !important
}

.placeholder-yellow-400::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f6e05e !important;
	color: rgba(246,224,94,var(--placeholder-opacity)) !important
}

.placeholder-yellow-400:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f6e05e !important;
	color: rgba(246,224,94,var(--placeholder-opacity)) !important
}

.placeholder-yellow-400::placeholder {
	--placeholder-opacity: 1 !important;
	color: #f6e05e !important;
	color: rgba(246,224,94,var(--placeholder-opacity)) !important
}

.placeholder-yellow-500::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #ecc94b !important;
	color: rgba(236,201,75,var(--placeholder-opacity)) !important
}

.placeholder-yellow-500:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #ecc94b !important;
	color: rgba(236,201,75,var(--placeholder-opacity)) !important
}

.placeholder-yellow-500::placeholder {
	--placeholder-opacity: 1 !important;
	color: #ecc94b !important;
	color: rgba(236,201,75,var(--placeholder-opacity)) !important
}

.placeholder-yellow-600::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #d69e2e !important;
	color: rgba(214,158,46,var(--placeholder-opacity)) !important
}

.placeholder-yellow-600:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #d69e2e !important;
	color: rgba(214,158,46,var(--placeholder-opacity)) !important
}

.placeholder-yellow-600::placeholder {
	--placeholder-opacity: 1 !important;
	color: #d69e2e !important;
	color: rgba(214,158,46,var(--placeholder-opacity)) !important
}

.placeholder-yellow-700::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #b7791f !important;
	color: rgba(183,121,31,var(--placeholder-opacity)) !important
}

.placeholder-yellow-700:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #b7791f !important;
	color: rgba(183,121,31,var(--placeholder-opacity)) !important
}

.placeholder-yellow-700::placeholder {
	--placeholder-opacity: 1 !important;
	color: #b7791f !important;
	color: rgba(183,121,31,var(--placeholder-opacity)) !important
}

.placeholder-yellow-800::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #975a16 !important;
	color: rgba(151,90,22,var(--placeholder-opacity)) !important
}

.placeholder-yellow-800:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #975a16 !important;
	color: rgba(151,90,22,var(--placeholder-opacity)) !important
}

.placeholder-yellow-800::placeholder {
	--placeholder-opacity: 1 !important;
	color: #975a16 !important;
	color: rgba(151,90,22,var(--placeholder-opacity)) !important
}

.placeholder-yellow-900::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #744210 !important;
	color: rgba(116,66,16,var(--placeholder-opacity)) !important
}

.placeholder-yellow-900:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #744210 !important;
	color: rgba(116,66,16,var(--placeholder-opacity)) !important
}

.placeholder-yellow-900::placeholder {
	--placeholder-opacity: 1 !important;
	color: #744210 !important;
	color: rgba(116,66,16,var(--placeholder-opacity)) !important
}

.placeholder-green-100::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f0fff4 !important;
	color: rgba(240,255,244,var(--placeholder-opacity)) !important
}

.placeholder-green-100:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f0fff4 !important;
	color: rgba(240,255,244,var(--placeholder-opacity)) !important
}

.placeholder-green-100::placeholder {
	--placeholder-opacity: 1 !important;
	color: #f0fff4 !important;
	color: rgba(240,255,244,var(--placeholder-opacity)) !important
}

.placeholder-green-200::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #c6f6d5 !important;
	color: rgba(198,246,213,var(--placeholder-opacity)) !important
}

.placeholder-green-200:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #c6f6d5 !important;
	color: rgba(198,246,213,var(--placeholder-opacity)) !important
}

.placeholder-green-200::placeholder {
	--placeholder-opacity: 1 !important;
	color: #c6f6d5 !important;
	color: rgba(198,246,213,var(--placeholder-opacity)) !important
}

.placeholder-green-300::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #9ae6b4 !important;
	color: rgba(154,230,180,var(--placeholder-opacity)) !important
}

.placeholder-green-300:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #9ae6b4 !important;
	color: rgba(154,230,180,var(--placeholder-opacity)) !important
}

.placeholder-green-300::placeholder {
	--placeholder-opacity: 1 !important;
	color: #9ae6b4 !important;
	color: rgba(154,230,180,var(--placeholder-opacity)) !important
}

.placeholder-green-400::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #68d391 !important;
	color: rgba(104,211,145,var(--placeholder-opacity)) !important
}

.placeholder-green-400:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #68d391 !important;
	color: rgba(104,211,145,var(--placeholder-opacity)) !important
}

.placeholder-green-400::placeholder {
	--placeholder-opacity: 1 !important;
	color: #68d391 !important;
	color: rgba(104,211,145,var(--placeholder-opacity)) !important
}

.placeholder-green-500::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #48bb78 !important;
	color: rgba(72,187,120,var(--placeholder-opacity)) !important
}

.placeholder-green-500:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #48bb78 !important;
	color: rgba(72,187,120,var(--placeholder-opacity)) !important
}

.placeholder-green-500::placeholder {
	--placeholder-opacity: 1 !important;
	color: #48bb78 !important;
	color: rgba(72,187,120,var(--placeholder-opacity)) !important
}

.placeholder-green-600::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #38a169 !important;
	color: rgba(56,161,105,var(--placeholder-opacity)) !important
}

.placeholder-green-600:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #38a169 !important;
	color: rgba(56,161,105,var(--placeholder-opacity)) !important
}

.placeholder-green-600::placeholder {
	--placeholder-opacity: 1 !important;
	color: #38a169 !important;
	color: rgba(56,161,105,var(--placeholder-opacity)) !important
}

.placeholder-green-700::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #2f855a !important;
	color: rgba(47,133,90,var(--placeholder-opacity)) !important
}

.placeholder-green-700:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #2f855a !important;
	color: rgba(47,133,90,var(--placeholder-opacity)) !important
}

.placeholder-green-700::placeholder {
	--placeholder-opacity: 1 !important;
	color: #2f855a !important;
	color: rgba(47,133,90,var(--placeholder-opacity)) !important
}

.placeholder-green-800::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #276749 !important;
	color: rgba(39,103,73,var(--placeholder-opacity)) !important
}

.placeholder-green-800:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #276749 !important;
	color: rgba(39,103,73,var(--placeholder-opacity)) !important
}

.placeholder-green-800::placeholder {
	--placeholder-opacity: 1 !important;
	color: #276749 !important;
	color: rgba(39,103,73,var(--placeholder-opacity)) !important
}

.placeholder-green-900::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #22543d !important;
	color: rgba(34,84,61,var(--placeholder-opacity)) !important
}

.placeholder-green-900:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #22543d !important;
	color: rgba(34,84,61,var(--placeholder-opacity)) !important
}

.placeholder-green-900::placeholder {
	--placeholder-opacity: 1 !important;
	color: #22543d !important;
	color: rgba(34,84,61,var(--placeholder-opacity)) !important
}

.placeholder-teal-100::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #e6fffa !important;
	color: rgba(230,255,250,var(--placeholder-opacity)) !important
}

.placeholder-teal-100:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #e6fffa !important;
	color: rgba(230,255,250,var(--placeholder-opacity)) !important
}

.placeholder-teal-100::placeholder {
	--placeholder-opacity: 1 !important;
	color: #e6fffa !important;
	color: rgba(230,255,250,var(--placeholder-opacity)) !important
}

.placeholder-teal-200::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #b2f5ea !important;
	color: rgba(178,245,234,var(--placeholder-opacity)) !important
}

.placeholder-teal-200:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #b2f5ea !important;
	color: rgba(178,245,234,var(--placeholder-opacity)) !important
}

.placeholder-teal-200::placeholder {
	--placeholder-opacity: 1 !important;
	color: #b2f5ea !important;
	color: rgba(178,245,234,var(--placeholder-opacity)) !important
}

.placeholder-teal-300::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #81e6d9 !important;
	color: rgba(129,230,217,var(--placeholder-opacity)) !important
}

.placeholder-teal-300:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #81e6d9 !important;
	color: rgba(129,230,217,var(--placeholder-opacity)) !important
}

.placeholder-teal-300::placeholder {
	--placeholder-opacity: 1 !important;
	color: #81e6d9 !important;
	color: rgba(129,230,217,var(--placeholder-opacity)) !important
}

.placeholder-teal-400::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #4fd1c5 !important;
	color: rgba(79,209,197,var(--placeholder-opacity)) !important
}

.placeholder-teal-400:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #4fd1c5 !important;
	color: rgba(79,209,197,var(--placeholder-opacity)) !important
}

.placeholder-teal-400::placeholder {
	--placeholder-opacity: 1 !important;
	color: #4fd1c5 !important;
	color: rgba(79,209,197,var(--placeholder-opacity)) !important
}

.placeholder-teal-500::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #38b2ac !important;
	color: rgba(56,178,172,var(--placeholder-opacity)) !important
}

.placeholder-teal-500:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #38b2ac !important;
	color: rgba(56,178,172,var(--placeholder-opacity)) !important
}

.placeholder-teal-500::placeholder {
	--placeholder-opacity: 1 !important;
	color: #38b2ac !important;
	color: rgba(56,178,172,var(--placeholder-opacity)) !important
}

.placeholder-teal-600::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #319795 !important;
	color: rgba(49,151,149,var(--placeholder-opacity)) !important
}

.placeholder-teal-600:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #319795 !important;
	color: rgba(49,151,149,var(--placeholder-opacity)) !important
}

.placeholder-teal-600::placeholder {
	--placeholder-opacity: 1 !important;
	color: #319795 !important;
	color: rgba(49,151,149,var(--placeholder-opacity)) !important
}

.placeholder-teal-700::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #2c7a7b !important;
	color: rgba(44,122,123,var(--placeholder-opacity)) !important
}

.placeholder-teal-700:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #2c7a7b !important;
	color: rgba(44,122,123,var(--placeholder-opacity)) !important
}

.placeholder-teal-700::placeholder {
	--placeholder-opacity: 1 !important;
	color: #2c7a7b !important;
	color: rgba(44,122,123,var(--placeholder-opacity)) !important
}

.placeholder-teal-800::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #285e61 !important;
	color: rgba(40,94,97,var(--placeholder-opacity)) !important
}

.placeholder-teal-800:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #285e61 !important;
	color: rgba(40,94,97,var(--placeholder-opacity)) !important
}

.placeholder-teal-800::placeholder {
	--placeholder-opacity: 1 !important;
	color: #285e61 !important;
	color: rgba(40,94,97,var(--placeholder-opacity)) !important
}

.placeholder-teal-900::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #234e52 !important;
	color: rgba(35,78,82,var(--placeholder-opacity)) !important
}

.placeholder-teal-900:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #234e52 !important;
	color: rgba(35,78,82,var(--placeholder-opacity)) !important
}

.placeholder-teal-900::placeholder {
	--placeholder-opacity: 1 !important;
	color: #234e52 !important;
	color: rgba(35,78,82,var(--placeholder-opacity)) !important
}

.placeholder-blue-100::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #ebf8ff !important;
	color: rgba(235,248,255,var(--placeholder-opacity)) !important
}

.placeholder-blue-100:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #ebf8ff !important;
	color: rgba(235,248,255,var(--placeholder-opacity)) !important
}

.placeholder-blue-100::placeholder {
	--placeholder-opacity: 1 !important;
	color: #ebf8ff !important;
	color: rgba(235,248,255,var(--placeholder-opacity)) !important
}

.placeholder-blue-200::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #bee3f8 !important;
	color: rgba(190,227,248,var(--placeholder-opacity)) !important
}

.placeholder-blue-200:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #bee3f8 !important;
	color: rgba(190,227,248,var(--placeholder-opacity)) !important
}

.placeholder-blue-200::placeholder {
	--placeholder-opacity: 1 !important;
	color: #bee3f8 !important;
	color: rgba(190,227,248,var(--placeholder-opacity)) !important
}

.placeholder-blue-300::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #90cdf4 !important;
	color: rgba(144,205,244,var(--placeholder-opacity)) !important
}

.placeholder-blue-300:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #90cdf4 !important;
	color: rgba(144,205,244,var(--placeholder-opacity)) !important
}

.placeholder-blue-300::placeholder {
	--placeholder-opacity: 1 !important;
	color: #90cdf4 !important;
	color: rgba(144,205,244,var(--placeholder-opacity)) !important
}

.placeholder-blue-400::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #63b3ed !important;
	color: rgba(99,179,237,var(--placeholder-opacity)) !important
}

.placeholder-blue-400:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #63b3ed !important;
	color: rgba(99,179,237,var(--placeholder-opacity)) !important
}

.placeholder-blue-400::placeholder {
	--placeholder-opacity: 1 !important;
	color: #63b3ed !important;
	color: rgba(99,179,237,var(--placeholder-opacity)) !important
}

.placeholder-blue-500::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #4299e1 !important;
	color: rgba(66,153,225,var(--placeholder-opacity)) !important
}

.placeholder-blue-500:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #4299e1 !important;
	color: rgba(66,153,225,var(--placeholder-opacity)) !important
}

.placeholder-blue-500::placeholder {
	--placeholder-opacity: 1 !important;
	color: #4299e1 !important;
	color: rgba(66,153,225,var(--placeholder-opacity)) !important
}

.placeholder-blue-600::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #3182ce !important;
	color: rgba(49,130,206,var(--placeholder-opacity)) !important
}

.placeholder-blue-600:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #3182ce !important;
	color: rgba(49,130,206,var(--placeholder-opacity)) !important
}

.placeholder-blue-600::placeholder {
	--placeholder-opacity: 1 !important;
	color: #3182ce !important;
	color: rgba(49,130,206,var(--placeholder-opacity)) !important
}

.placeholder-blue-700::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #2b6cb0 !important;
	color: rgba(43,108,176,var(--placeholder-opacity)) !important
}

.placeholder-blue-700:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #2b6cb0 !important;
	color: rgba(43,108,176,var(--placeholder-opacity)) !important
}

.placeholder-blue-700::placeholder {
	--placeholder-opacity: 1 !important;
	color: #2b6cb0 !important;
	color: rgba(43,108,176,var(--placeholder-opacity)) !important
}

.placeholder-blue-800::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #2c5282 !important;
	color: rgba(44,82,130,var(--placeholder-opacity)) !important
}

.placeholder-blue-800:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #2c5282 !important;
	color: rgba(44,82,130,var(--placeholder-opacity)) !important
}

.placeholder-blue-800::placeholder {
	--placeholder-opacity: 1 !important;
	color: #2c5282 !important;
	color: rgba(44,82,130,var(--placeholder-opacity)) !important
}

.placeholder-blue-900::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #2a4365 !important;
	color: rgba(42,67,101,var(--placeholder-opacity)) !important
}

.placeholder-blue-900:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #2a4365 !important;
	color: rgba(42,67,101,var(--placeholder-opacity)) !important
}

.placeholder-blue-900::placeholder {
	--placeholder-opacity: 1 !important;
	color: #2a4365 !important;
	color: rgba(42,67,101,var(--placeholder-opacity)) !important
}

.placeholder-indigo-100::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #ebf4ff !important;
	color: rgba(235,244,255,var(--placeholder-opacity)) !important
}

.placeholder-indigo-100:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #ebf4ff !important;
	color: rgba(235,244,255,var(--placeholder-opacity)) !important
}

.placeholder-indigo-100::placeholder {
	--placeholder-opacity: 1 !important;
	color: #ebf4ff !important;
	color: rgba(235,244,255,var(--placeholder-opacity)) !important
}

.placeholder-indigo-200::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #c3dafe !important;
	color: rgba(195,218,254,var(--placeholder-opacity)) !important
}

.placeholder-indigo-200:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #c3dafe !important;
	color: rgba(195,218,254,var(--placeholder-opacity)) !important
}

.placeholder-indigo-200::placeholder {
	--placeholder-opacity: 1 !important;
	color: #c3dafe !important;
	color: rgba(195,218,254,var(--placeholder-opacity)) !important
}

.placeholder-indigo-300::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #a3bffa !important;
	color: rgba(163,191,250,var(--placeholder-opacity)) !important
}

.placeholder-indigo-300:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #a3bffa !important;
	color: rgba(163,191,250,var(--placeholder-opacity)) !important
}

.placeholder-indigo-300::placeholder {
	--placeholder-opacity: 1 !important;
	color: #a3bffa !important;
	color: rgba(163,191,250,var(--placeholder-opacity)) !important
}

.placeholder-indigo-400::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #7f9cf5 !important;
	color: rgba(127,156,245,var(--placeholder-opacity)) !important
}

.placeholder-indigo-400:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #7f9cf5 !important;
	color: rgba(127,156,245,var(--placeholder-opacity)) !important
}

.placeholder-indigo-400::placeholder {
	--placeholder-opacity: 1 !important;
	color: #7f9cf5 !important;
	color: rgba(127,156,245,var(--placeholder-opacity)) !important
}

.placeholder-indigo-500::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #667eea !important;
	color: rgba(102,126,234,var(--placeholder-opacity)) !important
}

.placeholder-indigo-500:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #667eea !important;
	color: rgba(102,126,234,var(--placeholder-opacity)) !important
}

.placeholder-indigo-500::placeholder {
	--placeholder-opacity: 1 !important;
	color: #667eea !important;
	color: rgba(102,126,234,var(--placeholder-opacity)) !important
}

.placeholder-indigo-600::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #5a67d8 !important;
	color: rgba(90,103,216,var(--placeholder-opacity)) !important
}

.placeholder-indigo-600:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #5a67d8 !important;
	color: rgba(90,103,216,var(--placeholder-opacity)) !important
}

.placeholder-indigo-600::placeholder {
	--placeholder-opacity: 1 !important;
	color: #5a67d8 !important;
	color: rgba(90,103,216,var(--placeholder-opacity)) !important
}

.placeholder-indigo-700::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #4c51bf !important;
	color: rgba(76,81,191,var(--placeholder-opacity)) !important
}

.placeholder-indigo-700:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #4c51bf !important;
	color: rgba(76,81,191,var(--placeholder-opacity)) !important
}

.placeholder-indigo-700::placeholder {
	--placeholder-opacity: 1 !important;
	color: #4c51bf !important;
	color: rgba(76,81,191,var(--placeholder-opacity)) !important
}

.placeholder-indigo-800::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #434190 !important;
	color: rgba(67,65,144,var(--placeholder-opacity)) !important
}

.placeholder-indigo-800:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #434190 !important;
	color: rgba(67,65,144,var(--placeholder-opacity)) !important
}

.placeholder-indigo-800::placeholder {
	--placeholder-opacity: 1 !important;
	color: #434190 !important;
	color: rgba(67,65,144,var(--placeholder-opacity)) !important
}

.placeholder-indigo-900::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #3c366b !important;
	color: rgba(60,54,107,var(--placeholder-opacity)) !important
}

.placeholder-indigo-900:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #3c366b !important;
	color: rgba(60,54,107,var(--placeholder-opacity)) !important
}

.placeholder-indigo-900::placeholder {
	--placeholder-opacity: 1 !important;
	color: #3c366b !important;
	color: rgba(60,54,107,var(--placeholder-opacity)) !important
}

.placeholder-purple-100::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #faf5ff !important;
	color: rgba(250,245,255,var(--placeholder-opacity)) !important
}

.placeholder-purple-100:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #faf5ff !important;
	color: rgba(250,245,255,var(--placeholder-opacity)) !important
}

.placeholder-purple-100::placeholder {
	--placeholder-opacity: 1 !important;
	color: #faf5ff !important;
	color: rgba(250,245,255,var(--placeholder-opacity)) !important
}

.placeholder-purple-200::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #e9d8fd !important;
	color: rgba(233,216,253,var(--placeholder-opacity)) !important
}

.placeholder-purple-200:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #e9d8fd !important;
	color: rgba(233,216,253,var(--placeholder-opacity)) !important
}

.placeholder-purple-200::placeholder {
	--placeholder-opacity: 1 !important;
	color: #e9d8fd !important;
	color: rgba(233,216,253,var(--placeholder-opacity)) !important
}

.placeholder-purple-300::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #d6bcfa !important;
	color: rgba(214,188,250,var(--placeholder-opacity)) !important
}

.placeholder-purple-300:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #d6bcfa !important;
	color: rgba(214,188,250,var(--placeholder-opacity)) !important
}

.placeholder-purple-300::placeholder {
	--placeholder-opacity: 1 !important;
	color: #d6bcfa !important;
	color: rgba(214,188,250,var(--placeholder-opacity)) !important
}

.placeholder-purple-400::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #b794f4 !important;
	color: rgba(183,148,244,var(--placeholder-opacity)) !important
}

.placeholder-purple-400:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #b794f4 !important;
	color: rgba(183,148,244,var(--placeholder-opacity)) !important
}

.placeholder-purple-400::placeholder {
	--placeholder-opacity: 1 !important;
	color: #b794f4 !important;
	color: rgba(183,148,244,var(--placeholder-opacity)) !important
}

.placeholder-purple-500::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #9f7aea !important;
	color: rgba(159,122,234,var(--placeholder-opacity)) !important
}

.placeholder-purple-500:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #9f7aea !important;
	color: rgba(159,122,234,var(--placeholder-opacity)) !important
}

.placeholder-purple-500::placeholder {
	--placeholder-opacity: 1 !important;
	color: #9f7aea !important;
	color: rgba(159,122,234,var(--placeholder-opacity)) !important
}

.placeholder-purple-600::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #805ad5 !important;
	color: rgba(128,90,213,var(--placeholder-opacity)) !important
}

.placeholder-purple-600:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #805ad5 !important;
	color: rgba(128,90,213,var(--placeholder-opacity)) !important
}

.placeholder-purple-600::placeholder {
	--placeholder-opacity: 1 !important;
	color: #805ad5 !important;
	color: rgba(128,90,213,var(--placeholder-opacity)) !important
}

.placeholder-purple-700::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #6b46c1 !important;
	color: rgba(107,70,193,var(--placeholder-opacity)) !important
}

.placeholder-purple-700:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #6b46c1 !important;
	color: rgba(107,70,193,var(--placeholder-opacity)) !important
}

.placeholder-purple-700::placeholder {
	--placeholder-opacity: 1 !important;
	color: #6b46c1 !important;
	color: rgba(107,70,193,var(--placeholder-opacity)) !important
}

.placeholder-purple-800::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #553c9a !important;
	color: rgba(85,60,154,var(--placeholder-opacity)) !important
}

.placeholder-purple-800:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #553c9a !important;
	color: rgba(85,60,154,var(--placeholder-opacity)) !important
}

.placeholder-purple-800::placeholder {
	--placeholder-opacity: 1 !important;
	color: #553c9a !important;
	color: rgba(85,60,154,var(--placeholder-opacity)) !important
}

.placeholder-purple-900::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #44337a !important;
	color: rgba(68,51,122,var(--placeholder-opacity)) !important
}

.placeholder-purple-900:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #44337a !important;
	color: rgba(68,51,122,var(--placeholder-opacity)) !important
}

.placeholder-purple-900::placeholder {
	--placeholder-opacity: 1 !important;
	color: #44337a !important;
	color: rgba(68,51,122,var(--placeholder-opacity)) !important
}

.placeholder-pink-100::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fff5f7 !important;
	color: rgba(255,245,247,var(--placeholder-opacity)) !important
}

.placeholder-pink-100:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fff5f7 !important;
	color: rgba(255,245,247,var(--placeholder-opacity)) !important
}

.placeholder-pink-100::placeholder {
	--placeholder-opacity: 1 !important;
	color: #fff5f7 !important;
	color: rgba(255,245,247,var(--placeholder-opacity)) !important
}

.placeholder-pink-200::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fed7e2 !important;
	color: rgba(254,215,226,var(--placeholder-opacity)) !important
}

.placeholder-pink-200:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fed7e2 !important;
	color: rgba(254,215,226,var(--placeholder-opacity)) !important
}

.placeholder-pink-200::placeholder {
	--placeholder-opacity: 1 !important;
	color: #fed7e2 !important;
	color: rgba(254,215,226,var(--placeholder-opacity)) !important
}

.placeholder-pink-300::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fbb6ce !important;
	color: rgba(251,182,206,var(--placeholder-opacity)) !important
}

.placeholder-pink-300:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fbb6ce !important;
	color: rgba(251,182,206,var(--placeholder-opacity)) !important
}

.placeholder-pink-300::placeholder {
	--placeholder-opacity: 1 !important;
	color: #fbb6ce !important;
	color: rgba(251,182,206,var(--placeholder-opacity)) !important
}

.placeholder-pink-400::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f687b3 !important;
	color: rgba(246,135,179,var(--placeholder-opacity)) !important
}

.placeholder-pink-400:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f687b3 !important;
	color: rgba(246,135,179,var(--placeholder-opacity)) !important
}

.placeholder-pink-400::placeholder {
	--placeholder-opacity: 1 !important;
	color: #f687b3 !important;
	color: rgba(246,135,179,var(--placeholder-opacity)) !important
}

.placeholder-pink-500::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #ed64a6 !important;
	color: rgba(237,100,166,var(--placeholder-opacity)) !important
}

.placeholder-pink-500:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #ed64a6 !important;
	color: rgba(237,100,166,var(--placeholder-opacity)) !important
}

.placeholder-pink-500::placeholder {
	--placeholder-opacity: 1 !important;
	color: #ed64a6 !important;
	color: rgba(237,100,166,var(--placeholder-opacity)) !important
}

.placeholder-pink-600::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #d53f8c !important;
	color: rgba(213,63,140,var(--placeholder-opacity)) !important
}

.placeholder-pink-600:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #d53f8c !important;
	color: rgba(213,63,140,var(--placeholder-opacity)) !important
}

.placeholder-pink-600::placeholder {
	--placeholder-opacity: 1 !important;
	color: #d53f8c !important;
	color: rgba(213,63,140,var(--placeholder-opacity)) !important
}

.placeholder-pink-700::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #b83280 !important;
	color: rgba(184,50,128,var(--placeholder-opacity)) !important
}

.placeholder-pink-700:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #b83280 !important;
	color: rgba(184,50,128,var(--placeholder-opacity)) !important
}

.placeholder-pink-700::placeholder {
	--placeholder-opacity: 1 !important;
	color: #b83280 !important;
	color: rgba(184,50,128,var(--placeholder-opacity)) !important
}

.placeholder-pink-800::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #97266d !important;
	color: rgba(151,38,109,var(--placeholder-opacity)) !important
}

.placeholder-pink-800:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #97266d !important;
	color: rgba(151,38,109,var(--placeholder-opacity)) !important
}

.placeholder-pink-800::placeholder {
	--placeholder-opacity: 1 !important;
	color: #97266d !important;
	color: rgba(151,38,109,var(--placeholder-opacity)) !important
}

.placeholder-pink-900::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #702459 !important;
	color: rgba(112,36,89,var(--placeholder-opacity)) !important
}

.placeholder-pink-900:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #702459 !important;
	color: rgba(112,36,89,var(--placeholder-opacity)) !important
}

.placeholder-pink-900::placeholder {
	--placeholder-opacity: 1 !important;
	color: #702459 !important;
	color: rgba(112,36,89,var(--placeholder-opacity)) !important
}

.placeholder-orange-400::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #ee5723 !important;
	color: rgba(238,87,35,var(--placeholder-opacity)) !important
}

.placeholder-orange-400:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #ee5723 !important;
	color: rgba(238,87,35,var(--placeholder-opacity)) !important
}

.placeholder-orange-400::placeholder {
	--placeholder-opacity: 1 !important;
	color: #ee5723 !important;
	color: rgba(238,87,35,var(--placeholder-opacity)) !important
}

.placeholder-orange-500::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f54a08 !important;
	color: rgba(245,74,8,var(--placeholder-opacity)) !important
}

.placeholder-orange-500:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f54a08 !important;
	color: rgba(245,74,8,var(--placeholder-opacity)) !important
}

.placeholder-orange-500::placeholder {
	--placeholder-opacity: 1 !important;
	color: #f54a08 !important;
	color: rgba(245,74,8,var(--placeholder-opacity)) !important
}

.placeholder-f3f::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f3f3f3 !important;
	color: rgba(243,243,243,var(--placeholder-opacity)) !important
}

.placeholder-f3f:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f3f3f3 !important;
	color: rgba(243,243,243,var(--placeholder-opacity)) !important
}

.placeholder-f3f::placeholder {
	--placeholder-opacity: 1 !important;
	color: #f3f3f3 !important;
	color: rgba(243,243,243,var(--placeholder-opacity)) !important
}

.focus\:placeholder-606:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #606060 !important;
	color: rgba(96,96,96,var(--placeholder-opacity)) !important
}

.focus\:placeholder-606:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #606060 !important;
	color: rgba(96,96,96,var(--placeholder-opacity)) !important
}

.focus\:placeholder-606:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #606060 !important;
	color: rgba(96,96,96,var(--placeholder-opacity)) !important
}

.focus\:placeholder-666:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #666 !important;
	color: rgba(102,102,102,var(--placeholder-opacity)) !important
}

.focus\:placeholder-666:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #666 !important;
	color: rgba(102,102,102,var(--placeholder-opacity)) !important
}

.focus\:placeholder-666:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #666 !important;
	color: rgba(102,102,102,var(--placeholder-opacity)) !important
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
	color: transparent !important
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder {
	color: transparent !important
}

.focus\:placeholder-transparent:focus::placeholder {
	color: transparent !important
}

.focus\:placeholder-current:focus::-moz-placeholder {
	color: currentColor !important
}

.focus\:placeholder-current:focus:-ms-input-placeholder {
	color: currentColor !important
}

.focus\:placeholder-current:focus::placeholder {
	color: currentColor !important
}

.focus\:placeholder-black-100:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #141d3e !important;
	color: rgba(20,29,62,var(--placeholder-opacity)) !important
}

.focus\:placeholder-black-100:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #141d3e !important;
	color: rgba(20,29,62,var(--placeholder-opacity)) !important
}

.focus\:placeholder-black-100:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #141d3e !important;
	color: rgba(20,29,62,var(--placeholder-opacity)) !important
}

.focus\:placeholder-black-200:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #212935 !important;
	color: rgba(33,41,53,var(--placeholder-opacity)) !important
}

.focus\:placeholder-black-200:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #212935 !important;
	color: rgba(33,41,53,var(--placeholder-opacity)) !important
}

.focus\:placeholder-black-200:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #212935 !important;
	color: rgba(33,41,53,var(--placeholder-opacity)) !important
}

.focus\:placeholder-black-300:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #323648 !important;
	color: rgba(50,54,72,var(--placeholder-opacity)) !important
}

.focus\:placeholder-black-300:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #323648 !important;
	color: rgba(50,54,72,var(--placeholder-opacity)) !important
}

.focus\:placeholder-black-300:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #323648 !important;
	color: rgba(50,54,72,var(--placeholder-opacity)) !important
}

.focus\:placeholder-white:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fff !important;
	color: rgba(255,255,255,var(--placeholder-opacity)) !important
}

.focus\:placeholder-white:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fff !important;
	color: rgba(255,255,255,var(--placeholder-opacity)) !important
}

.focus\:placeholder-white:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #fff !important;
	color: rgba(255,255,255,var(--placeholder-opacity)) !important
}

.focus\:placeholder-gray-100:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f6f6f6 !important;
	color: rgba(246,246,246,var(--placeholder-opacity)) !important
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f6f6f6 !important;
	color: rgba(246,246,246,var(--placeholder-opacity)) !important
}

.focus\:placeholder-gray-100:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #f6f6f6 !important;
	color: rgba(246,246,246,var(--placeholder-opacity)) !important
}

.focus\:placeholder-gray-200:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #e5e5e5 !important;
	color: rgba(229,229,229,var(--placeholder-opacity)) !important
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #e5e5e5 !important;
	color: rgba(229,229,229,var(--placeholder-opacity)) !important
}

.focus\:placeholder-gray-200:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #e5e5e5 !important;
	color: rgba(229,229,229,var(--placeholder-opacity)) !important
}

.focus\:placeholder-gray-300:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #c4c4c4 !important;
	color: rgba(196,196,196,var(--placeholder-opacity)) !important
}

.focus\:placeholder-gray-300:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #c4c4c4 !important;
	color: rgba(196,196,196,var(--placeholder-opacity)) !important
}

.focus\:placeholder-gray-300:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #c4c4c4 !important;
	color: rgba(196,196,196,var(--placeholder-opacity)) !important
}

.focus\:placeholder-gray-400:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #aaaaad !important;
	color: rgba(170,170,173,var(--placeholder-opacity)) !important
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #aaaaad !important;
	color: rgba(170,170,173,var(--placeholder-opacity)) !important
}

.focus\:placeholder-gray-400:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #aaaaad !important;
	color: rgba(170,170,173,var(--placeholder-opacity)) !important
}

.focus\:placeholder-gray-500:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #9fa2ac !important;
	color: rgba(159,162,172,var(--placeholder-opacity)) !important
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #9fa2ac !important;
	color: rgba(159,162,172,var(--placeholder-opacity)) !important
}

.focus\:placeholder-gray-500:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #9fa2ac !important;
	color: rgba(159,162,172,var(--placeholder-opacity)) !important
}

.focus\:placeholder-gray-600:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #8f9191 !important;
	color: rgba(143,145,145,var(--placeholder-opacity)) !important
}

.focus\:placeholder-gray-600:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #8f9191 !important;
	color: rgba(143,145,145,var(--placeholder-opacity)) !important
}

.focus\:placeholder-gray-600:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #8f9191 !important;
	color: rgba(143,145,145,var(--placeholder-opacity)) !important
}

.focus\:placeholder-gray-700:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #70727f !important;
	color: rgba(112,114,127,var(--placeholder-opacity)) !important
}

.focus\:placeholder-gray-700:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #70727f !important;
	color: rgba(112,114,127,var(--placeholder-opacity)) !important
}

.focus\:placeholder-gray-700:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #70727f !important;
	color: rgba(112,114,127,var(--placeholder-opacity)) !important
}

.focus\:placeholder-gray-800:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #666 !important;
	color: rgba(102,102,102,var(--placeholder-opacity)) !important
}

.focus\:placeholder-gray-800:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #666 !important;
	color: rgba(102,102,102,var(--placeholder-opacity)) !important
}

.focus\:placeholder-gray-800:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #666 !important;
	color: rgba(102,102,102,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-100:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fff5f5 !important;
	color: rgba(255,245,245,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-100:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fff5f5 !important;
	color: rgba(255,245,245,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-100:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #fff5f5 !important;
	color: rgba(255,245,245,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-200:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fed7d7 !important;
	color: rgba(254,215,215,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-200:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fed7d7 !important;
	color: rgba(254,215,215,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-200:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #fed7d7 !important;
	color: rgba(254,215,215,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-300:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #feb2b2 !important;
	color: rgba(254,178,178,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-300:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #feb2b2 !important;
	color: rgba(254,178,178,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-300:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #feb2b2 !important;
	color: rgba(254,178,178,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-400:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fc8181 !important;
	color: rgba(252,129,129,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-400:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fc8181 !important;
	color: rgba(252,129,129,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-400:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #fc8181 !important;
	color: rgba(252,129,129,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-500:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f56565 !important;
	color: rgba(245,101,101,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-500:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f56565 !important;
	color: rgba(245,101,101,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-500:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #f56565 !important;
	color: rgba(245,101,101,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-600:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #e53e3e !important;
	color: rgba(229,62,62,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-600:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #e53e3e !important;
	color: rgba(229,62,62,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-600:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #e53e3e !important;
	color: rgba(229,62,62,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-700:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #c53030 !important;
	color: rgba(197,48,48,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-700:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #c53030 !important;
	color: rgba(197,48,48,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-700:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #c53030 !important;
	color: rgba(197,48,48,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-800:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #9b2c2c !important;
	color: rgba(155,44,44,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-800:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #9b2c2c !important;
	color: rgba(155,44,44,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-800:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #9b2c2c !important;
	color: rgba(155,44,44,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-900:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #742a2a !important;
	color: rgba(116,42,42,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-900:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #742a2a !important;
	color: rgba(116,42,42,var(--placeholder-opacity)) !important
}

.focus\:placeholder-red-900:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #742a2a !important;
	color: rgba(116,42,42,var(--placeholder-opacity)) !important
}

.focus\:placeholder-orange:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #ee5723 !important;
	color: rgba(238,87,35,var(--placeholder-opacity)) !important
}

.focus\:placeholder-orange:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #ee5723 !important;
	color: rgba(238,87,35,var(--placeholder-opacity)) !important
}

.focus\:placeholder-orange:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #ee5723 !important;
	color: rgba(238,87,35,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-100:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: ivory !important;
	color: rgba(255,255,240,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: ivory !important;
	color: rgba(255,255,240,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-100:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: ivory !important;
	color: rgba(255,255,240,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-200:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fefcbf !important;
	color: rgba(254,252,191,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fefcbf !important;
	color: rgba(254,252,191,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-200:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #fefcbf !important;
	color: rgba(254,252,191,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-300:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #faf089 !important;
	color: rgba(250,240,137,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #faf089 !important;
	color: rgba(250,240,137,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-300:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #faf089 !important;
	color: rgba(250,240,137,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-400:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f6e05e !important;
	color: rgba(246,224,94,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f6e05e !important;
	color: rgba(246,224,94,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-400:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #f6e05e !important;
	color: rgba(246,224,94,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-500:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #ecc94b !important;
	color: rgba(236,201,75,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #ecc94b !important;
	color: rgba(236,201,75,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-500:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #ecc94b !important;
	color: rgba(236,201,75,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-600:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #d69e2e !important;
	color: rgba(214,158,46,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #d69e2e !important;
	color: rgba(214,158,46,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-600:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #d69e2e !important;
	color: rgba(214,158,46,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-700:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #b7791f !important;
	color: rgba(183,121,31,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #b7791f !important;
	color: rgba(183,121,31,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-700:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #b7791f !important;
	color: rgba(183,121,31,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-800:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #975a16 !important;
	color: rgba(151,90,22,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #975a16 !important;
	color: rgba(151,90,22,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-800:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #975a16 !important;
	color: rgba(151,90,22,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-900:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #744210 !important;
	color: rgba(116,66,16,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #744210 !important;
	color: rgba(116,66,16,var(--placeholder-opacity)) !important
}

.focus\:placeholder-yellow-900:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #744210 !important;
	color: rgba(116,66,16,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-100:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f0fff4 !important;
	color: rgba(240,255,244,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-100:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f0fff4 !important;
	color: rgba(240,255,244,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-100:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #f0fff4 !important;
	color: rgba(240,255,244,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-200:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #c6f6d5 !important;
	color: rgba(198,246,213,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-200:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #c6f6d5 !important;
	color: rgba(198,246,213,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-200:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #c6f6d5 !important;
	color: rgba(198,246,213,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-300:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #9ae6b4 !important;
	color: rgba(154,230,180,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-300:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #9ae6b4 !important;
	color: rgba(154,230,180,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-300:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #9ae6b4 !important;
	color: rgba(154,230,180,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-400:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #68d391 !important;
	color: rgba(104,211,145,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-400:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #68d391 !important;
	color: rgba(104,211,145,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-400:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #68d391 !important;
	color: rgba(104,211,145,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-500:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #48bb78 !important;
	color: rgba(72,187,120,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-500:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #48bb78 !important;
	color: rgba(72,187,120,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-500:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #48bb78 !important;
	color: rgba(72,187,120,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-600:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #38a169 !important;
	color: rgba(56,161,105,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-600:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #38a169 !important;
	color: rgba(56,161,105,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-600:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #38a169 !important;
	color: rgba(56,161,105,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-700:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #2f855a !important;
	color: rgba(47,133,90,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-700:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #2f855a !important;
	color: rgba(47,133,90,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-700:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #2f855a !important;
	color: rgba(47,133,90,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-800:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #276749 !important;
	color: rgba(39,103,73,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-800:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #276749 !important;
	color: rgba(39,103,73,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-800:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #276749 !important;
	color: rgba(39,103,73,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-900:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #22543d !important;
	color: rgba(34,84,61,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-900:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #22543d !important;
	color: rgba(34,84,61,var(--placeholder-opacity)) !important
}

.focus\:placeholder-green-900:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #22543d !important;
	color: rgba(34,84,61,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-100:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #e6fffa !important;
	color: rgba(230,255,250,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-100:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #e6fffa !important;
	color: rgba(230,255,250,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-100:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #e6fffa !important;
	color: rgba(230,255,250,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-200:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #b2f5ea !important;
	color: rgba(178,245,234,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-200:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #b2f5ea !important;
	color: rgba(178,245,234,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-200:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #b2f5ea !important;
	color: rgba(178,245,234,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-300:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #81e6d9 !important;
	color: rgba(129,230,217,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-300:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #81e6d9 !important;
	color: rgba(129,230,217,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-300:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #81e6d9 !important;
	color: rgba(129,230,217,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-400:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #4fd1c5 !important;
	color: rgba(79,209,197,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-400:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #4fd1c5 !important;
	color: rgba(79,209,197,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-400:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #4fd1c5 !important;
	color: rgba(79,209,197,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-500:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #38b2ac !important;
	color: rgba(56,178,172,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-500:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #38b2ac !important;
	color: rgba(56,178,172,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-500:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #38b2ac !important;
	color: rgba(56,178,172,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-600:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #319795 !important;
	color: rgba(49,151,149,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-600:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #319795 !important;
	color: rgba(49,151,149,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-600:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #319795 !important;
	color: rgba(49,151,149,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-700:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #2c7a7b !important;
	color: rgba(44,122,123,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-700:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #2c7a7b !important;
	color: rgba(44,122,123,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-700:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #2c7a7b !important;
	color: rgba(44,122,123,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-800:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #285e61 !important;
	color: rgba(40,94,97,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-800:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #285e61 !important;
	color: rgba(40,94,97,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-800:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #285e61 !important;
	color: rgba(40,94,97,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-900:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #234e52 !important;
	color: rgba(35,78,82,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-900:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #234e52 !important;
	color: rgba(35,78,82,var(--placeholder-opacity)) !important
}

.focus\:placeholder-teal-900:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #234e52 !important;
	color: rgba(35,78,82,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-100:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #ebf8ff !important;
	color: rgba(235,248,255,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-100:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #ebf8ff !important;
	color: rgba(235,248,255,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-100:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #ebf8ff !important;
	color: rgba(235,248,255,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-200:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #bee3f8 !important;
	color: rgba(190,227,248,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-200:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #bee3f8 !important;
	color: rgba(190,227,248,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-200:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #bee3f8 !important;
	color: rgba(190,227,248,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-300:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #90cdf4 !important;
	color: rgba(144,205,244,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-300:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #90cdf4 !important;
	color: rgba(144,205,244,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-300:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #90cdf4 !important;
	color: rgba(144,205,244,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-400:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #63b3ed !important;
	color: rgba(99,179,237,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-400:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #63b3ed !important;
	color: rgba(99,179,237,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-400:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #63b3ed !important;
	color: rgba(99,179,237,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-500:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #4299e1 !important;
	color: rgba(66,153,225,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-500:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #4299e1 !important;
	color: rgba(66,153,225,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-500:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #4299e1 !important;
	color: rgba(66,153,225,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-600:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #3182ce !important;
	color: rgba(49,130,206,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-600:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #3182ce !important;
	color: rgba(49,130,206,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-600:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #3182ce !important;
	color: rgba(49,130,206,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-700:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #2b6cb0 !important;
	color: rgba(43,108,176,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-700:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #2b6cb0 !important;
	color: rgba(43,108,176,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-700:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #2b6cb0 !important;
	color: rgba(43,108,176,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-800:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #2c5282 !important;
	color: rgba(44,82,130,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-800:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #2c5282 !important;
	color: rgba(44,82,130,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-800:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #2c5282 !important;
	color: rgba(44,82,130,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-900:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #2a4365 !important;
	color: rgba(42,67,101,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-900:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #2a4365 !important;
	color: rgba(42,67,101,var(--placeholder-opacity)) !important
}

.focus\:placeholder-blue-900:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #2a4365 !important;
	color: rgba(42,67,101,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-100:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #ebf4ff !important;
	color: rgba(235,244,255,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #ebf4ff !important;
	color: rgba(235,244,255,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-100:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #ebf4ff !important;
	color: rgba(235,244,255,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-200:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #c3dafe !important;
	color: rgba(195,218,254,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #c3dafe !important;
	color: rgba(195,218,254,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-200:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #c3dafe !important;
	color: rgba(195,218,254,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-300:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #a3bffa !important;
	color: rgba(163,191,250,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #a3bffa !important;
	color: rgba(163,191,250,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-300:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #a3bffa !important;
	color: rgba(163,191,250,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-400:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #7f9cf5 !important;
	color: rgba(127,156,245,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #7f9cf5 !important;
	color: rgba(127,156,245,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-400:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #7f9cf5 !important;
	color: rgba(127,156,245,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-500:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #667eea !important;
	color: rgba(102,126,234,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #667eea !important;
	color: rgba(102,126,234,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-500:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #667eea !important;
	color: rgba(102,126,234,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-600:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #5a67d8 !important;
	color: rgba(90,103,216,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #5a67d8 !important;
	color: rgba(90,103,216,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-600:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #5a67d8 !important;
	color: rgba(90,103,216,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-700:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #4c51bf !important;
	color: rgba(76,81,191,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #4c51bf !important;
	color: rgba(76,81,191,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-700:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #4c51bf !important;
	color: rgba(76,81,191,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-800:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #434190 !important;
	color: rgba(67,65,144,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #434190 !important;
	color: rgba(67,65,144,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-800:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #434190 !important;
	color: rgba(67,65,144,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-900:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #3c366b !important;
	color: rgba(60,54,107,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #3c366b !important;
	color: rgba(60,54,107,var(--placeholder-opacity)) !important
}

.focus\:placeholder-indigo-900:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #3c366b !important;
	color: rgba(60,54,107,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-100:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #faf5ff !important;
	color: rgba(250,245,255,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-100:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #faf5ff !important;
	color: rgba(250,245,255,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-100:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #faf5ff !important;
	color: rgba(250,245,255,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-200:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #e9d8fd !important;
	color: rgba(233,216,253,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-200:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #e9d8fd !important;
	color: rgba(233,216,253,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-200:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #e9d8fd !important;
	color: rgba(233,216,253,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-300:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #d6bcfa !important;
	color: rgba(214,188,250,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-300:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #d6bcfa !important;
	color: rgba(214,188,250,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-300:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #d6bcfa !important;
	color: rgba(214,188,250,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-400:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #b794f4 !important;
	color: rgba(183,148,244,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-400:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #b794f4 !important;
	color: rgba(183,148,244,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-400:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #b794f4 !important;
	color: rgba(183,148,244,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-500:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #9f7aea !important;
	color: rgba(159,122,234,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-500:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #9f7aea !important;
	color: rgba(159,122,234,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-500:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #9f7aea !important;
	color: rgba(159,122,234,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-600:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #805ad5 !important;
	color: rgba(128,90,213,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-600:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #805ad5 !important;
	color: rgba(128,90,213,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-600:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #805ad5 !important;
	color: rgba(128,90,213,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-700:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #6b46c1 !important;
	color: rgba(107,70,193,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-700:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #6b46c1 !important;
	color: rgba(107,70,193,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-700:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #6b46c1 !important;
	color: rgba(107,70,193,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-800:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #553c9a !important;
	color: rgba(85,60,154,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-800:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #553c9a !important;
	color: rgba(85,60,154,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-800:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #553c9a !important;
	color: rgba(85,60,154,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-900:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #44337a !important;
	color: rgba(68,51,122,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-900:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #44337a !important;
	color: rgba(68,51,122,var(--placeholder-opacity)) !important
}

.focus\:placeholder-purple-900:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #44337a !important;
	color: rgba(68,51,122,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-100:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fff5f7 !important;
	color: rgba(255,245,247,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-100:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fff5f7 !important;
	color: rgba(255,245,247,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-100:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #fff5f7 !important;
	color: rgba(255,245,247,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-200:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fed7e2 !important;
	color: rgba(254,215,226,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-200:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fed7e2 !important;
	color: rgba(254,215,226,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-200:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #fed7e2 !important;
	color: rgba(254,215,226,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-300:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fbb6ce !important;
	color: rgba(251,182,206,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-300:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #fbb6ce !important;
	color: rgba(251,182,206,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-300:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #fbb6ce !important;
	color: rgba(251,182,206,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-400:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f687b3 !important;
	color: rgba(246,135,179,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-400:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f687b3 !important;
	color: rgba(246,135,179,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-400:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #f687b3 !important;
	color: rgba(246,135,179,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-500:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #ed64a6 !important;
	color: rgba(237,100,166,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-500:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #ed64a6 !important;
	color: rgba(237,100,166,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-500:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #ed64a6 !important;
	color: rgba(237,100,166,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-600:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #d53f8c !important;
	color: rgba(213,63,140,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-600:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #d53f8c !important;
	color: rgba(213,63,140,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-600:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #d53f8c !important;
	color: rgba(213,63,140,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-700:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #b83280 !important;
	color: rgba(184,50,128,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-700:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #b83280 !important;
	color: rgba(184,50,128,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-700:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #b83280 !important;
	color: rgba(184,50,128,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-800:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #97266d !important;
	color: rgba(151,38,109,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-800:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #97266d !important;
	color: rgba(151,38,109,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-800:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #97266d !important;
	color: rgba(151,38,109,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-900:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #702459 !important;
	color: rgba(112,36,89,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-900:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #702459 !important;
	color: rgba(112,36,89,var(--placeholder-opacity)) !important
}

.focus\:placeholder-pink-900:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #702459 !important;
	color: rgba(112,36,89,var(--placeholder-opacity)) !important
}

.focus\:placeholder-orange-400:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #ee5723 !important;
	color: rgba(238,87,35,var(--placeholder-opacity)) !important
}

.focus\:placeholder-orange-400:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #ee5723 !important;
	color: rgba(238,87,35,var(--placeholder-opacity)) !important
}

.focus\:placeholder-orange-400:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #ee5723 !important;
	color: rgba(238,87,35,var(--placeholder-opacity)) !important
}

.focus\:placeholder-orange-500:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f54a08 !important;
	color: rgba(245,74,8,var(--placeholder-opacity)) !important
}

.focus\:placeholder-orange-500:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f54a08 !important;
	color: rgba(245,74,8,var(--placeholder-opacity)) !important
}

.focus\:placeholder-orange-500:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #f54a08 !important;
	color: rgba(245,74,8,var(--placeholder-opacity)) !important
}

.focus\:placeholder-f3f:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f3f3f3 !important;
	color: rgba(243,243,243,var(--placeholder-opacity)) !important
}

.focus\:placeholder-f3f:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important;
	color: #f3f3f3 !important;
	color: rgba(243,243,243,var(--placeholder-opacity)) !important
}

.focus\:placeholder-f3f:focus::placeholder {
	--placeholder-opacity: 1 !important;
	color: #f3f3f3 !important;
	color: rgba(243,243,243,var(--placeholder-opacity)) !important
}

.placeholder-opacity-0::-moz-placeholder {
	--placeholder-opacity: 0 !important
}

.placeholder-opacity-0:-ms-input-placeholder {
	--placeholder-opacity: 0 !important
}

.placeholder-opacity-0::placeholder {
	--placeholder-opacity: 0 !important
}

.placeholder-opacity-25::-moz-placeholder {
	--placeholder-opacity: 0.25 !important
}

.placeholder-opacity-25:-ms-input-placeholder {
	--placeholder-opacity: 0.25 !important
}

.placeholder-opacity-25::placeholder {
	--placeholder-opacity: 0.25 !important
}

.placeholder-opacity-50::-moz-placeholder {
	--placeholder-opacity: 0.5 !important
}

.placeholder-opacity-50:-ms-input-placeholder {
	--placeholder-opacity: 0.5 !important
}

.placeholder-opacity-50::placeholder {
	--placeholder-opacity: 0.5 !important
}

.placeholder-opacity-75::-moz-placeholder {
	--placeholder-opacity: 0.75 !important
}

.placeholder-opacity-75:-ms-input-placeholder {
	--placeholder-opacity: 0.75 !important
}

.placeholder-opacity-75::placeholder {
	--placeholder-opacity: 0.75 !important
}

.placeholder-opacity-100::-moz-placeholder {
	--placeholder-opacity: 1 !important
}

.placeholder-opacity-100:-ms-input-placeholder {
	--placeholder-opacity: 1 !important
}

.placeholder-opacity-100::placeholder {
	--placeholder-opacity: 1 !important
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
	--placeholder-opacity: 0 !important
}

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
	--placeholder-opacity: 0 !important
}

.focus\:placeholder-opacity-0:focus::placeholder {
	--placeholder-opacity: 0 !important
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
	--placeholder-opacity: 0.25 !important
}

.focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
	--placeholder-opacity: 0.25 !important
}

.focus\:placeholder-opacity-25:focus::placeholder {
	--placeholder-opacity: 0.25 !important
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
	--placeholder-opacity: 0.5 !important
}

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
	--placeholder-opacity: 0.5 !important
}

.focus\:placeholder-opacity-50:focus::placeholder {
	--placeholder-opacity: 0.5 !important
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
	--placeholder-opacity: 0.75 !important
}

.focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
	--placeholder-opacity: 0.75 !important
}

.focus\:placeholder-opacity-75:focus::placeholder {
	--placeholder-opacity: 0.75 !important
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
	--placeholder-opacity: 1 !important
}

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
	--placeholder-opacity: 1 !important
}

.focus\:placeholder-opacity-100:focus::placeholder {
	--placeholder-opacity: 1 !important
}

.static {
	position: static !important
}

.fixed {
	position: fixed !important
}

.absolute {
	position: absolute !important
}

.relative {
	position: relative !important
}

.sticky {
	position: sticky !important
}

.inset-0 {
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important
}

.inset-auto {
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important
}

.inset-y-0 {
	top: 0 !important;
	bottom: 0 !important
}

.inset-x-0 {
	right: 0 !important;
	left: 0 !important
}

.inset-y-auto {
	top: auto !important;
	bottom: auto !important
}

.inset-x-auto {
	right: auto !important;
	left: auto !important
}

.top-0 {
	top: 0 !important
}

.right-0 {
	right: 0 !important
}

.bottom-0 {
	bottom: 0 !important
}

.left-0 {
	left: 0 !important
}

.top-auto {
	top: auto !important
}

.right-auto {
	right: auto !important
}

.bottom-auto {
	bottom: auto !important
}

.left-auto {
	left: auto !important
}

.shadow-xs {
	box-shadow: 0 0 0 1px rgba(0,0,0,.05) !important
}

.shadow-sm {
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important
}

.shadow {
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important
}

.shadow-md {
	box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important
}

.shadow-lg {
	box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important
}

.shadow-xl {
	box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important
}

.shadow-2xl {
	box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important
}

.shadow-inner {
	box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06) !important
}

.shadow-outline {
	box-shadow: 0 0 0 3px rgba(66,153,225,.5) !important
}

.shadow-none {
	box-shadow: none !important
}

.hover\:shadow-xs:hover {
	box-shadow: 0 0 0 1px rgba(0,0,0,.05) !important
}

.hover\:shadow-sm:hover {
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important
}

.hover\:shadow:hover {
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important
}

.hover\:shadow-md:hover {
	box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important
}

.hover\:shadow-lg:hover {
	box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important
}

.hover\:shadow-xl:hover {
	box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important
}

.hover\:shadow-2xl:hover {
	box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important
}

.hover\:shadow-inner:hover {
	box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06) !important
}

.hover\:shadow-outline:hover {
	box-shadow: 0 0 0 3px rgba(66,153,225,.5) !important
}

.hover\:shadow-none:hover {
	box-shadow: none !important
}

.focus\:shadow-xs:focus {
	box-shadow: 0 0 0 1px rgba(0,0,0,.05) !important
}

.focus\:shadow-sm:focus {
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important
}

.focus\:shadow:focus {
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important
}

.focus\:shadow-md:focus {
	box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important
}

.focus\:shadow-lg:focus {
	box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important
}

.focus\:shadow-xl:focus {
	box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important
}

.focus\:shadow-2xl:focus {
	box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important
}

.focus\:shadow-inner:focus {
	box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06) !important
}

.focus\:shadow-outline:focus {
	box-shadow: 0 0 0 3px rgba(66,153,225,.5) !important
}

.focus\:shadow-none:focus {
	box-shadow: none !important
}

.text-left {
	text-align: left !important
}

.text-center {
	text-align: center !important
}

.text-right {
	text-align: right !important
}

.text-justify {
	text-align: justify !important
}

.text-323 {
	color: #323648 !important;
	color: rgba(50,54,72,var(--text-opacity)) !important
}

.text-323, .text-606 {
	--text-opacity: 1 !important
}

.text-606 {
	color: #606060 !important;
	color: rgba(96,96,96,var(--text-opacity)) !important
}

.text-666 {
	color: #666 !important;
	color: rgba(102,102,102,var(--text-opacity)) !important
}

.text-666, .text-979 {
	--text-opacity: 1 !important
}

.text-979 {
	color: #979797 !important;
	color: rgba(151,151,151,var(--text-opacity)) !important
}

.text-transparent {
	color: transparent !important
}

.text-current {
	color: currentColor !important
}

.text-black-100 {
	--text-opacity: 1 !important;
	color: #000 !important;
	color: rgba(0,0,0,var(--text-opacity)) !important
}

.text-black-200 {
	--text-opacity: 1 !important;
	color: #212935 !important;
	color: rgba(33,41,53,var(--text-opacity)) !important
}

.text-black-300 {
	--text-opacity: 1 !important;
	color: #323648 !important;
	color: rgba(50,54,72,var(--text-opacity)) !important
}

.text-white {
	--text-opacity: 1 !important;
	color: #fff !important;
	color: rgba(255,255,255,var(--text-opacity)) !important
}

.text-gray-100 {
	--text-opacity: 1 !important;
	color: #f6f6f6 !important;
	color: rgba(246,246,246,var(--text-opacity)) !important
}

.text-gray-200 {
	--text-opacity: 1 !important;
	color: #e5e5e5 !important;
	color: rgba(229,229,229,var(--text-opacity)) !important
}

.text-gray-300 {
	--text-opacity: 1 !important;
	color: #c4c4c4 !important;
	color: rgba(196,196,196,var(--text-opacity)) !important
}

.text-gray-400 {
	--text-opacity: 1 !important;
	color: #aaaaad !important;
	color: rgba(170,170,173,var(--text-opacity)) !important
}

.text-gray-500 {
	--text-opacity: 1 !important;
	color: #9fa2ac !important;
	color: rgba(159,162,172,var(--text-opacity)) !important
}

.text-gray-600 {
	--text-opacity: 1 !important;
	color: #8f9191 !important;
	color: rgba(143,145,145,var(--text-opacity)) !important
}

.text-gray-700 {
	--text-opacity: 1 !important;
	color: #70727f !important;
	color: rgba(112,114,127,var(--text-opacity)) !important
}

.text-gray-800 {
	--text-opacity: 1 !important;
	color: #666 !important;
	color: rgba(102,102,102,var(--text-opacity)) !important
}

.text-red-100 {
	--text-opacity: 1 !important;
	color: #fff5f5 !important;
	color: rgba(255,245,245,var(--text-opacity)) !important
}

.text-red-200 {
	--text-opacity: 1 !important;
	color: #fed7d7 !important;
	color: rgba(254,215,215,var(--text-opacity)) !important
}

.text-red-300 {
	--text-opacity: 1 !important;
	color: #feb2b2 !important;
	color: rgba(254,178,178,var(--text-opacity)) !important
}

.text-red-400 {
	--text-opacity: 1 !important;
	color: #fc8181 !important;
	color: rgba(252,129,129,var(--text-opacity)) !important
}

.text-red-500 {
	--text-opacity: 1 !important;
	color: #f56565 !important;
	color: rgba(245,101,101,var(--text-opacity)) !important
}

.text-red-600 {
	--text-opacity: 1 !important;
	color: #e53e3e !important;
	color: rgba(229,62,62,var(--text-opacity)) !important
}

.text-red-700 {
	--text-opacity: 1 !important;
	color: #c53030 !important;
	color: rgba(197,48,48,var(--text-opacity)) !important
}

.text-red-800 {
	--text-opacity: 1 !important;
	color: #9b2c2c !important;
	color: rgba(155,44,44,var(--text-opacity)) !important
}

.text-red-900 {
	--text-opacity: 1 !important;
	color: #742a2a !important;
	color: rgba(116,42,42,var(--text-opacity)) !important
}

.text-orange {
	--text-opacity: 1 !important;
	color: #ee5723 !important;
	color: rgba(238,87,35,var(--text-opacity)) !important
}

.text-yellow-100 {
	--text-opacity: 1 !important;
	color: ivory !important;
	color: rgba(255,255,240,var(--text-opacity)) !important
}

.text-yellow-200 {
	--text-opacity: 1 !important;
	color: #fefcbf !important;
	color: rgba(254,252,191,var(--text-opacity)) !important
}

.text-yellow-300 {
	--text-opacity: 1 !important;
	color: #faf089 !important;
	color: rgba(250,240,137,var(--text-opacity)) !important
}

.text-yellow-400 {
	--text-opacity: 1 !important;
	color: #f6e05e !important;
	color: rgba(246,224,94,var(--text-opacity)) !important
}

.text-yellow-500 {
	--text-opacity: 1 !important;
	color: #ecc94b !important;
	color: rgba(236,201,75,var(--text-opacity)) !important
}

.text-yellow-600 {
	--text-opacity: 1 !important;
	color: #d69e2e !important;
	color: rgba(214,158,46,var(--text-opacity)) !important
}

.text-yellow-700 {
	--text-opacity: 1 !important;
	color: #b7791f !important;
	color: rgba(183,121,31,var(--text-opacity)) !important
}

.text-yellow-800 {
	--text-opacity: 1 !important;
	color: #975a16 !important;
	color: rgba(151,90,22,var(--text-opacity)) !important
}

.text-yellow-900 {
	--text-opacity: 1 !important;
	color: #744210 !important;
	color: rgba(116,66,16,var(--text-opacity)) !important
}

.text-green-100 {
	--text-opacity: 1 !important;
	color: #f0fff4 !important;
	color: rgba(240,255,244,var(--text-opacity)) !important
}

.text-green-200 {
	--text-opacity: 1 !important;
	color: #c6f6d5 !important;
	color: rgba(198,246,213,var(--text-opacity)) !important
}

.text-green-300 {
	--text-opacity: 1 !important;
	color: #9ae6b4 !important;
	color: rgba(154,230,180,var(--text-opacity)) !important
}

.text-green-400 {
	--text-opacity: 1 !important;
	color: #68d391 !important;
	color: rgba(104,211,145,var(--text-opacity)) !important
}

.text-green-500 {
	--text-opacity: 1 !important;
	color: #48bb78 !important;
	color: rgba(72,187,120,var(--text-opacity)) !important
}

.text-green-600 {
	--text-opacity: 1 !important;
	color: #38a169 !important;
	color: rgba(56,161,105,var(--text-opacity)) !important
}

.text-green-700 {
	--text-opacity: 1 !important;
	color: #2f855a !important;
	color: rgba(47,133,90,var(--text-opacity)) !important
}

.text-green-800 {
	--text-opacity: 1 !important;
	color: #276749 !important;
	color: rgba(39,103,73,var(--text-opacity)) !important
}

.text-green-900 {
	--text-opacity: 1 !important;
	color: #22543d !important;
	color: rgba(34,84,61,var(--text-opacity)) !important
}

.text-teal-100 {
	--text-opacity: 1 !important;
	color: #e6fffa !important;
	color: rgba(230,255,250,var(--text-opacity)) !important
}

.text-teal-200 {
	--text-opacity: 1 !important;
	color: #b2f5ea !important;
	color: rgba(178,245,234,var(--text-opacity)) !important
}

.text-teal-300 {
	--text-opacity: 1 !important;
	color: #81e6d9 !important;
	color: rgba(129,230,217,var(--text-opacity)) !important
}

.text-teal-400 {
	--text-opacity: 1 !important;
	color: #4fd1c5 !important;
	color: rgba(79,209,197,var(--text-opacity)) !important
}

.text-teal-500 {
	--text-opacity: 1 !important;
	color: #38b2ac !important;
	color: rgba(56,178,172,var(--text-opacity)) !important
}

.text-teal-600 {
	--text-opacity: 1 !important;
	color: #319795 !important;
	color: rgba(49,151,149,var(--text-opacity)) !important
}

.text-teal-700 {
	--text-opacity: 1 !important;
	color: #2c7a7b !important;
	color: rgba(44,122,123,var(--text-opacity)) !important
}

.text-teal-800 {
	--text-opacity: 1 !important;
	color: #285e61 !important;
	color: rgba(40,94,97,var(--text-opacity)) !important
}

.text-teal-900 {
	--text-opacity: 1 !important;
	color: #234e52 !important;
	color: rgba(35,78,82,var(--text-opacity)) !important
}

.text-blue-100 {
	--text-opacity: 1 !important;
	color: #ebf8ff !important;
	color: rgba(235,248,255,var(--text-opacity)) !important
}

.text-blue-200 {
	--text-opacity: 1 !important;
	color: #bee3f8 !important;
	color: rgba(190,227,248,var(--text-opacity)) !important
}

.text-blue-300 {
	--text-opacity: 1 !important;
	color: #90cdf4 !important;
	color: rgba(144,205,244,var(--text-opacity)) !important
}

.text-blue-400 {
	--text-opacity: 1 !important;
	color: #63b3ed !important;
	color: rgba(99,179,237,var(--text-opacity)) !important
}

.text-blue-500 {
	--text-opacity: 1 !important;
	color: #4299e1 !important;
	color: rgba(66,153,225,var(--text-opacity)) !important
}

.text-blue-600 {
	--text-opacity: 1 !important;
	color: #3182ce !important;
	color: rgba(49,130,206,var(--text-opacity)) !important
}

.text-blue-700 {
	--text-opacity: 1 !important;
	color: #2b6cb0 !important;
	color: rgba(43,108,176,var(--text-opacity)) !important
}

.text-blue-800 {
	--text-opacity: 1 !important;
	color: #2c5282 !important;
	color: rgba(44,82,130,var(--text-opacity)) !important
}

.text-blue-900 {
	--text-opacity: 1 !important;
	color: #2a4365 !important;
	color: rgba(42,67,101,var(--text-opacity)) !important
}

.text-indigo-100 {
	--text-opacity: 1 !important;
	color: #ebf4ff !important;
	color: rgba(235,244,255,var(--text-opacity)) !important
}

.text-indigo-200 {
	--text-opacity: 1 !important;
	color: #c3dafe !important;
	color: rgba(195,218,254,var(--text-opacity)) !important
}

.text-indigo-300 {
	--text-opacity: 1 !important;
	color: #a3bffa !important;
	color: rgba(163,191,250,var(--text-opacity)) !important
}

.text-indigo-400 {
	--text-opacity: 1 !important;
	color: #7f9cf5 !important;
	color: rgba(127,156,245,var(--text-opacity)) !important
}

.text-indigo-500 {
	--text-opacity: 1 !important;
	color: #667eea !important;
	color: rgba(102,126,234,var(--text-opacity)) !important
}

.text-indigo-600 {
	--text-opacity: 1 !important;
	color: #5a67d8 !important;
	color: rgba(90,103,216,var(--text-opacity)) !important
}

.text-indigo-700 {
	--text-opacity: 1 !important;
	color: #4c51bf !important;
	color: rgba(76,81,191,var(--text-opacity)) !important
}

.text-indigo-800 {
	--text-opacity: 1 !important;
	color: #434190 !important;
	color: rgba(67,65,144,var(--text-opacity)) !important
}

.text-indigo-900 {
	--text-opacity: 1 !important;
	color: #3c366b !important;
	color: rgba(60,54,107,var(--text-opacity)) !important
}

.text-purple-100 {
	--text-opacity: 1 !important;
	color: #faf5ff !important;
	color: rgba(250,245,255,var(--text-opacity)) !important
}

.text-purple-200 {
	--text-opacity: 1 !important;
	color: #e9d8fd !important;
	color: rgba(233,216,253,var(--text-opacity)) !important
}

.text-purple-300 {
	--text-opacity: 1 !important;
	color: #d6bcfa !important;
	color: rgba(214,188,250,var(--text-opacity)) !important
}

.text-purple-400 {
	--text-opacity: 1 !important;
	color: #b794f4 !important;
	color: rgba(183,148,244,var(--text-opacity)) !important
}

.text-purple-500 {
	--text-opacity: 1 !important;
	color: #9f7aea !important;
	color: rgba(159,122,234,var(--text-opacity)) !important
}

.text-purple-600 {
	--text-opacity: 1 !important;
	color: #805ad5 !important;
	color: rgba(128,90,213,var(--text-opacity)) !important
}

.text-purple-700 {
	--text-opacity: 1 !important;
	color: #6b46c1 !important;
	color: rgba(107,70,193,var(--text-opacity)) !important
}

.text-purple-800 {
	--text-opacity: 1 !important;
	color: #553c9a !important;
	color: rgba(85,60,154,var(--text-opacity)) !important
}

.text-purple-900 {
	--text-opacity: 1 !important;
	color: #44337a !important;
	color: rgba(68,51,122,var(--text-opacity)) !important
}

.text-pink-100 {
	--text-opacity: 1 !important;
	color: #fff5f7 !important;
	color: rgba(255,245,247,var(--text-opacity)) !important
}

.text-pink-200 {
	--text-opacity: 1 !important;
	color: #fed7e2 !important;
	color: rgba(254,215,226,var(--text-opacity)) !important
}

.text-pink-300 {
	--text-opacity: 1 !important;
	color: #fbb6ce !important;
	color: rgba(251,182,206,var(--text-opacity)) !important
}

.text-pink-400 {
	--text-opacity: 1 !important;
	color: #f687b3 !important;
	color: rgba(246,135,179,var(--text-opacity)) !important
}

.text-pink-500 {
	--text-opacity: 1 !important;
	color: #ed64a6 !important;
	color: rgba(237,100,166,var(--text-opacity)) !important
}

.text-pink-600 {
	--text-opacity: 1 !important;
	color: #d53f8c !important;
	color: rgba(213,63,140,var(--text-opacity)) !important
}

.text-pink-700 {
	--text-opacity: 1 !important;
	color: #b83280 !important;
	color: rgba(184,50,128,var(--text-opacity)) !important
}

.text-pink-800 {
	--text-opacity: 1 !important;
	color: #97266d !important;
	color: rgba(151,38,109,var(--text-opacity)) !important
}

.text-pink-900 {
	--text-opacity: 1 !important;
	color: #702459 !important;
	color: rgba(112,36,89,var(--text-opacity)) !important
}

.text-orange-400 {
	--text-opacity: 1 !important;
	color: #ee5723 !important;
	color: rgba(238,87,35,var(--text-opacity)) !important
}

.text-orange-500 {
	--text-opacity: 1 !important;
	color: #f54a08 !important;
	color: rgba(245,74,8,var(--text-opacity)) !important
}

.text-f3f {
	--text-opacity: 1 !important;
	color: #f3f3f3 !important;
	color: rgba(243,243,243,var(--text-opacity)) !important
}

.hover\:text-323:hover {
	--text-opacity: 1 !important;
	color: #323648 !important;
	color: rgba(50,54,72,var(--text-opacity)) !important
}

.hover\:text-606:hover {
	--text-opacity: 1 !important;
	color: #606060 !important;
	color: rgba(96,96,96,var(--text-opacity)) !important
}

.hover\:text-666:hover {
	--text-opacity: 1 !important;
	color: #666 !important;
	color: rgba(102,102,102,var(--text-opacity)) !important
}

.hover\:text-979:hover {
	--text-opacity: 1 !important;
	color: #979797 !important;
	color: rgba(151,151,151,var(--text-opacity)) !important
}

.hover\:text-transparent:hover {
	color: transparent !important
}

.hover\:text-current:hover {
	color: currentColor !important
}

.hover\:text-black-100:hover {
	--text-opacity: 1 !important;
	color: #000 !important;
	color: rgba(0,0,0,var(--text-opacity)) !important
}

.hover\:text-black-200:hover {
	--text-opacity: 1 !important;
	color: #212935 !important;
	color: rgba(33,41,53,var(--text-opacity)) !important
}

.hover\:text-black-300:hover {
	--text-opacity: 1 !important;
	color: #323648 !important;
	color: rgba(50,54,72,var(--text-opacity)) !important
}

.hover\:text-white:hover {
	--text-opacity: 1 !important;
	color: #fff !important;
	color: rgba(255,255,255,var(--text-opacity)) !important
}

.hover\:text-gray-100:hover {
	--text-opacity: 1 !important;
	color: #f6f6f6 !important;
	color: rgba(246,246,246,var(--text-opacity)) !important
}

.hover\:text-gray-200:hover {
	--text-opacity: 1 !important;
	color: #e5e5e5 !important;
	color: rgba(229,229,229,var(--text-opacity)) !important
}

.hover\:text-gray-300:hover {
	--text-opacity: 1 !important;
	color: #c4c4c4 !important;
	color: rgba(196,196,196,var(--text-opacity)) !important
}

.hover\:text-gray-400:hover {
	--text-opacity: 1 !important;
	color: #aaaaad !important;
	color: rgba(170,170,173,var(--text-opacity)) !important
}

.hover\:text-gray-500:hover {
	--text-opacity: 1 !important;
	color: #9fa2ac !important;
	color: rgba(159,162,172,var(--text-opacity)) !important
}

.hover\:text-gray-600:hover {
	--text-opacity: 1 !important;
	color: #8f9191 !important;
	color: rgba(143,145,145,var(--text-opacity)) !important
}

.hover\:text-gray-700:hover {
	--text-opacity: 1 !important;
	color: #70727f !important;
	color: rgba(112,114,127,var(--text-opacity)) !important
}

.hover\:text-gray-800:hover {
	--text-opacity: 1 !important;
	color: #666 !important;
	color: rgba(102,102,102,var(--text-opacity)) !important
}

.hover\:text-red-100:hover {
	--text-opacity: 1 !important;
	color: #fff5f5 !important;
	color: rgba(255,245,245,var(--text-opacity)) !important
}

.hover\:text-red-200:hover {
	--text-opacity: 1 !important;
	color: #fed7d7 !important;
	color: rgba(254,215,215,var(--text-opacity)) !important
}

.hover\:text-red-300:hover {
	--text-opacity: 1 !important;
	color: #feb2b2 !important;
	color: rgba(254,178,178,var(--text-opacity)) !important
}

.hover\:text-red-400:hover {
	--text-opacity: 1 !important;
	color: #fc8181 !important;
	color: rgba(252,129,129,var(--text-opacity)) !important
}

.hover\:text-red-500:hover {
	--text-opacity: 1 !important;
	color: #f56565 !important;
	color: rgba(245,101,101,var(--text-opacity)) !important
}

.hover\:text-red-600:hover {
	--text-opacity: 1 !important;
	color: #e53e3e !important;
	color: rgba(229,62,62,var(--text-opacity)) !important
}

.hover\:text-red-700:hover {
	--text-opacity: 1 !important;
	color: #c53030 !important;
	color: rgba(197,48,48,var(--text-opacity)) !important
}

.hover\:text-red-800:hover {
	--text-opacity: 1 !important;
	color: #9b2c2c !important;
	color: rgba(155,44,44,var(--text-opacity)) !important
}

.hover\:text-red-900:hover {
	--text-opacity: 1 !important;
	color: #742a2a !important;
	color: rgba(116,42,42,var(--text-opacity)) !important
}

.hover\:text-orange:hover {
	--text-opacity: 1 !important;
	color: #ee5723 !important;
	color: rgba(238,87,35,var(--text-opacity)) !important
}

.hover\:text-yellow-100:hover {
	--text-opacity: 1 !important;
	color: ivory !important;
	color: rgba(255,255,240,var(--text-opacity)) !important
}

.hover\:text-yellow-200:hover {
	--text-opacity: 1 !important;
	color: #fefcbf !important;
	color: rgba(254,252,191,var(--text-opacity)) !important
}

.hover\:text-yellow-300:hover {
	--text-opacity: 1 !important;
	color: #faf089 !important;
	color: rgba(250,240,137,var(--text-opacity)) !important
}

.hover\:text-yellow-400:hover {
	--text-opacity: 1 !important;
	color: #f6e05e !important;
	color: rgba(246,224,94,var(--text-opacity)) !important
}

.hover\:text-yellow-500:hover {
	--text-opacity: 1 !important;
	color: #ecc94b !important;
	color: rgba(236,201,75,var(--text-opacity)) !important
}

.hover\:text-yellow-600:hover {
	--text-opacity: 1 !important;
	color: #d69e2e !important;
	color: rgba(214,158,46,var(--text-opacity)) !important
}

.hover\:text-yellow-700:hover {
	--text-opacity: 1 !important;
	color: #b7791f !important;
	color: rgba(183,121,31,var(--text-opacity)) !important
}

.hover\:text-yellow-800:hover {
	--text-opacity: 1 !important;
	color: #975a16 !important;
	color: rgba(151,90,22,var(--text-opacity)) !important
}

.hover\:text-yellow-900:hover {
	--text-opacity: 1 !important;
	color: #744210 !important;
	color: rgba(116,66,16,var(--text-opacity)) !important
}

.hover\:text-green-100:hover {
	--text-opacity: 1 !important;
	color: #f0fff4 !important;
	color: rgba(240,255,244,var(--text-opacity)) !important
}

.hover\:text-green-200:hover {
	--text-opacity: 1 !important;
	color: #c6f6d5 !important;
	color: rgba(198,246,213,var(--text-opacity)) !important
}

.hover\:text-green-300:hover {
	--text-opacity: 1 !important;
	color: #9ae6b4 !important;
	color: rgba(154,230,180,var(--text-opacity)) !important
}

.hover\:text-green-400:hover {
	--text-opacity: 1 !important;
	color: #68d391 !important;
	color: rgba(104,211,145,var(--text-opacity)) !important
}

.hover\:text-green-500:hover {
	--text-opacity: 1 !important;
	color: #48bb78 !important;
	color: rgba(72,187,120,var(--text-opacity)) !important
}

.hover\:text-green-600:hover {
	--text-opacity: 1 !important;
	color: #38a169 !important;
	color: rgba(56,161,105,var(--text-opacity)) !important
}

.hover\:text-green-700:hover {
	--text-opacity: 1 !important;
	color: #2f855a !important;
	color: rgba(47,133,90,var(--text-opacity)) !important
}

.hover\:text-green-800:hover {
	--text-opacity: 1 !important;
	color: #276749 !important;
	color: rgba(39,103,73,var(--text-opacity)) !important
}

.hover\:text-green-900:hover {
	--text-opacity: 1 !important;
	color: #22543d !important;
	color: rgba(34,84,61,var(--text-opacity)) !important
}

.hover\:text-teal-100:hover {
	--text-opacity: 1 !important;
	color: #e6fffa !important;
	color: rgba(230,255,250,var(--text-opacity)) !important
}

.hover\:text-teal-200:hover {
	--text-opacity: 1 !important;
	color: #b2f5ea !important;
	color: rgba(178,245,234,var(--text-opacity)) !important
}

.hover\:text-teal-300:hover {
	--text-opacity: 1 !important;
	color: #81e6d9 !important;
	color: rgba(129,230,217,var(--text-opacity)) !important
}

.hover\:text-teal-400:hover {
	--text-opacity: 1 !important;
	color: #4fd1c5 !important;
	color: rgba(79,209,197,var(--text-opacity)) !important
}

.hover\:text-teal-500:hover {
	--text-opacity: 1 !important;
	color: #38b2ac !important;
	color: rgba(56,178,172,var(--text-opacity)) !important
}

.hover\:text-teal-600:hover {
	--text-opacity: 1 !important;
	color: #319795 !important;
	color: rgba(49,151,149,var(--text-opacity)) !important
}

.hover\:text-teal-700:hover {
	--text-opacity: 1 !important;
	color: #2c7a7b !important;
	color: rgba(44,122,123,var(--text-opacity)) !important
}

.hover\:text-teal-800:hover {
	--text-opacity: 1 !important;
	color: #285e61 !important;
	color: rgba(40,94,97,var(--text-opacity)) !important
}

.hover\:text-teal-900:hover {
	--text-opacity: 1 !important;
	color: #234e52 !important;
	color: rgba(35,78,82,var(--text-opacity)) !important
}

.hover\:text-blue-100:hover {
	--text-opacity: 1 !important;
	color: #ebf8ff !important;
	color: rgba(235,248,255,var(--text-opacity)) !important
}

.hover\:text-blue-200:hover {
	--text-opacity: 1 !important;
	color: #bee3f8 !important;
	color: rgba(190,227,248,var(--text-opacity)) !important
}

.hover\:text-blue-300:hover {
	--text-opacity: 1 !important;
	color: #90cdf4 !important;
	color: rgba(144,205,244,var(--text-opacity)) !important
}

.hover\:text-blue-400:hover {
	--text-opacity: 1 !important;
	color: #63b3ed !important;
	color: rgba(99,179,237,var(--text-opacity)) !important
}

.hover\:text-blue-500:hover {
	--text-opacity: 1 !important;
	color: #4299e1 !important;
	color: rgba(66,153,225,var(--text-opacity)) !important
}

.hover\:text-blue-600:hover {
	--text-opacity: 1 !important;
	color: #3182ce !important;
	color: rgba(49,130,206,var(--text-opacity)) !important
}

.hover\:text-blue-700:hover {
	--text-opacity: 1 !important;
	color: #2b6cb0 !important;
	color: rgba(43,108,176,var(--text-opacity)) !important
}

.hover\:text-blue-800:hover {
	--text-opacity: 1 !important;
	color: #2c5282 !important;
	color: rgba(44,82,130,var(--text-opacity)) !important
}

.hover\:text-blue-900:hover {
	--text-opacity: 1 !important;
	color: #2a4365 !important;
	color: rgba(42,67,101,var(--text-opacity)) !important
}

.hover\:text-indigo-100:hover {
	--text-opacity: 1 !important;
	color: #ebf4ff !important;
	color: rgba(235,244,255,var(--text-opacity)) !important
}

.hover\:text-indigo-200:hover {
	--text-opacity: 1 !important;
	color: #c3dafe !important;
	color: rgba(195,218,254,var(--text-opacity)) !important
}

.hover\:text-indigo-300:hover {
	--text-opacity: 1 !important;
	color: #a3bffa !important;
	color: rgba(163,191,250,var(--text-opacity)) !important
}

.hover\:text-indigo-400:hover {
	--text-opacity: 1 !important;
	color: #7f9cf5 !important;
	color: rgba(127,156,245,var(--text-opacity)) !important
}

.hover\:text-indigo-500:hover {
	--text-opacity: 1 !important;
	color: #667eea !important;
	color: rgba(102,126,234,var(--text-opacity)) !important
}

.hover\:text-indigo-600:hover {
	--text-opacity: 1 !important;
	color: #5a67d8 !important;
	color: rgba(90,103,216,var(--text-opacity)) !important
}

.hover\:text-indigo-700:hover {
	--text-opacity: 1 !important;
	color: #4c51bf !important;
	color: rgba(76,81,191,var(--text-opacity)) !important
}

.hover\:text-indigo-800:hover {
	--text-opacity: 1 !important;
	color: #434190 !important;
	color: rgba(67,65,144,var(--text-opacity)) !important
}

.hover\:text-indigo-900:hover {
	--text-opacity: 1 !important;
	color: #3c366b !important;
	color: rgba(60,54,107,var(--text-opacity)) !important
}

.hover\:text-purple-100:hover {
	--text-opacity: 1 !important;
	color: #faf5ff !important;
	color: rgba(250,245,255,var(--text-opacity)) !important
}

.hover\:text-purple-200:hover {
	--text-opacity: 1 !important;
	color: #e9d8fd !important;
	color: rgba(233,216,253,var(--text-opacity)) !important
}

.hover\:text-purple-300:hover {
	--text-opacity: 1 !important;
	color: #d6bcfa !important;
	color: rgba(214,188,250,var(--text-opacity)) !important
}

.hover\:text-purple-400:hover {
	--text-opacity: 1 !important;
	color: #b794f4 !important;
	color: rgba(183,148,244,var(--text-opacity)) !important
}

.hover\:text-purple-500:hover {
	--text-opacity: 1 !important;
	color: #9f7aea !important;
	color: rgba(159,122,234,var(--text-opacity)) !important
}

.hover\:text-purple-600:hover {
	--text-opacity: 1 !important;
	color: #805ad5 !important;
	color: rgba(128,90,213,var(--text-opacity)) !important
}

.hover\:text-purple-700:hover {
	--text-opacity: 1 !important;
	color: #6b46c1 !important;
	color: rgba(107,70,193,var(--text-opacity)) !important
}

.hover\:text-purple-800:hover {
	--text-opacity: 1 !important;
	color: #553c9a !important;
	color: rgba(85,60,154,var(--text-opacity)) !important
}

.hover\:text-purple-900:hover {
	--text-opacity: 1 !important;
	color: #44337a !important;
	color: rgba(68,51,122,var(--text-opacity)) !important
}

.hover\:text-pink-100:hover {
	--text-opacity: 1 !important;
	color: #fff5f7 !important;
	color: rgba(255,245,247,var(--text-opacity)) !important
}

.hover\:text-pink-200:hover {
	--text-opacity: 1 !important;
	color: #fed7e2 !important;
	color: rgba(254,215,226,var(--text-opacity)) !important
}

.hover\:text-pink-300:hover {
	--text-opacity: 1 !important;
	color: #fbb6ce !important;
	color: rgba(251,182,206,var(--text-opacity)) !important
}

.hover\:text-pink-400:hover {
	--text-opacity: 1 !important;
	color: #f687b3 !important;
	color: rgba(246,135,179,var(--text-opacity)) !important
}

.hover\:text-pink-500:hover {
	--text-opacity: 1 !important;
	color: #ed64a6 !important;
	color: rgba(237,100,166,var(--text-opacity)) !important
}

.hover\:text-pink-600:hover {
	--text-opacity: 1 !important;
	color: #d53f8c !important;
	color: rgba(213,63,140,var(--text-opacity)) !important
}

.hover\:text-pink-700:hover {
	--text-opacity: 1 !important;
	color: #b83280 !important;
	color: rgba(184,50,128,var(--text-opacity)) !important
}

.hover\:text-pink-800:hover {
	--text-opacity: 1 !important;
	color: #97266d !important;
	color: rgba(151,38,109,var(--text-opacity)) !important
}

.hover\:text-pink-900:hover {
	--text-opacity: 1 !important;
	color: #702459 !important;
	color: rgba(112,36,89,var(--text-opacity)) !important
}

.hover\:text-orange-400:hover {
	--text-opacity: 1 !important;
	color: #ee5723 !important;
	color: rgba(238,87,35,var(--text-opacity)) !important
}

.hover\:text-orange-500:hover {
	--text-opacity: 1 !important;
	color: #f54a08 !important;
	color: rgba(245,74,8,var(--text-opacity)) !important
}

.hover\:text-f3f:hover {
	--text-opacity: 1 !important;
	color: #f3f3f3 !important;
	color: rgba(243,243,243,var(--text-opacity)) !important
}

.focus\:text-323:focus {
	--text-opacity: 1 !important;
	color: #323648 !important;
	color: rgba(50,54,72,var(--text-opacity)) !important
}

.focus\:text-606:focus {
	--text-opacity: 1 !important;
	color: #606060 !important;
	color: rgba(96,96,96,var(--text-opacity)) !important
}

.focus\:text-666:focus {
	--text-opacity: 1 !important;
	color: #666 !important;
	color: rgba(102,102,102,var(--text-opacity)) !important
}

.focus\:text-979:focus {
	--text-opacity: 1 !important;
	color: #979797 !important;
	color: rgba(151,151,151,var(--text-opacity)) !important
}

.focus\:text-transparent:focus {
	color: transparent !important
}

.focus\:text-current:focus {
	color: currentColor !important
}

.focus\:text-black-100:focus {
	--text-opacity: 1 !important;
	color: #000 !important;
	color: rgba(0,0,0,var(--text-opacity)) !important
}

.focus\:text-black-200:focus {
	--text-opacity: 1 !important;
	color: #212935 !important;
	color: rgba(33,41,53,var(--text-opacity)) !important
}

.focus\:text-black-300:focus {
	--text-opacity: 1 !important;
	color: #323648 !important;
	color: rgba(50,54,72,var(--text-opacity)) !important
}

.focus\:text-white:focus {
	--text-opacity: 1 !important;
	color: #fff !important;
	color: rgba(255,255,255,var(--text-opacity)) !important
}

.focus\:text-gray-100:focus {
	--text-opacity: 1 !important;
	color: #f6f6f6 !important;
	color: rgba(246,246,246,var(--text-opacity)) !important
}

.focus\:text-gray-200:focus {
	--text-opacity: 1 !important;
	color: #e5e5e5 !important;
	color: rgba(229,229,229,var(--text-opacity)) !important
}

.focus\:text-gray-300:focus {
	--text-opacity: 1 !important;
	color: #c4c4c4 !important;
	color: rgba(196,196,196,var(--text-opacity)) !important
}

.focus\:text-gray-400:focus {
	--text-opacity: 1 !important;
	color: #aaaaad !important;
	color: rgba(170,170,173,var(--text-opacity)) !important
}

.focus\:text-gray-500:focus {
	--text-opacity: 1 !important;
	color: #9fa2ac !important;
	color: rgba(159,162,172,var(--text-opacity)) !important
}

.focus\:text-gray-600:focus {
	--text-opacity: 1 !important;
	color: #8f9191 !important;
	color: rgba(143,145,145,var(--text-opacity)) !important
}

.focus\:text-gray-700:focus {
	--text-opacity: 1 !important;
	color: #70727f !important;
	color: rgba(112,114,127,var(--text-opacity)) !important
}

.focus\:text-gray-800:focus {
	--text-opacity: 1 !important;
	color: #666 !important;
	color: rgba(102,102,102,var(--text-opacity)) !important
}

.focus\:text-red-100:focus {
	--text-opacity: 1 !important;
	color: #fff5f5 !important;
	color: rgba(255,245,245,var(--text-opacity)) !important
}

.focus\:text-red-200:focus {
	--text-opacity: 1 !important;
	color: #fed7d7 !important;
	color: rgba(254,215,215,var(--text-opacity)) !important
}

.focus\:text-red-300:focus {
	--text-opacity: 1 !important;
	color: #feb2b2 !important;
	color: rgba(254,178,178,var(--text-opacity)) !important
}

.focus\:text-red-400:focus {
	--text-opacity: 1 !important;
	color: #fc8181 !important;
	color: rgba(252,129,129,var(--text-opacity)) !important
}

.focus\:text-red-500:focus {
	--text-opacity: 1 !important;
	color: #f56565 !important;
	color: rgba(245,101,101,var(--text-opacity)) !important
}

.focus\:text-red-600:focus {
	--text-opacity: 1 !important;
	color: #e53e3e !important;
	color: rgba(229,62,62,var(--text-opacity)) !important
}

.focus\:text-red-700:focus {
	--text-opacity: 1 !important;
	color: #c53030 !important;
	color: rgba(197,48,48,var(--text-opacity)) !important
}

.focus\:text-red-800:focus {
	--text-opacity: 1 !important;
	color: #9b2c2c !important;
	color: rgba(155,44,44,var(--text-opacity)) !important
}

.focus\:text-red-900:focus {
	--text-opacity: 1 !important;
	color: #742a2a !important;
	color: rgba(116,42,42,var(--text-opacity)) !important
}

.focus\:text-orange:focus {
	--text-opacity: 1 !important;
	color: #ee5723 !important;
	color: rgba(238,87,35,var(--text-opacity)) !important
}

.focus\:text-yellow-100:focus {
	--text-opacity: 1 !important;
	color: ivory !important;
	color: rgba(255,255,240,var(--text-opacity)) !important
}

.focus\:text-yellow-200:focus {
	--text-opacity: 1 !important;
	color: #fefcbf !important;
	color: rgba(254,252,191,var(--text-opacity)) !important
}

.focus\:text-yellow-300:focus {
	--text-opacity: 1 !important;
	color: #faf089 !important;
	color: rgba(250,240,137,var(--text-opacity)) !important
}

.focus\:text-yellow-400:focus {
	--text-opacity: 1 !important;
	color: #f6e05e !important;
	color: rgba(246,224,94,var(--text-opacity)) !important
}

.focus\:text-yellow-500:focus {
	--text-opacity: 1 !important;
	color: #ecc94b !important;
	color: rgba(236,201,75,var(--text-opacity)) !important
}

.focus\:text-yellow-600:focus {
	--text-opacity: 1 !important;
	color: #d69e2e !important;
	color: rgba(214,158,46,var(--text-opacity)) !important
}

.focus\:text-yellow-700:focus {
	--text-opacity: 1 !important;
	color: #b7791f !important;
	color: rgba(183,121,31,var(--text-opacity)) !important
}

.focus\:text-yellow-800:focus {
	--text-opacity: 1 !important;
	color: #975a16 !important;
	color: rgba(151,90,22,var(--text-opacity)) !important
}

.focus\:text-yellow-900:focus {
	--text-opacity: 1 !important;
	color: #744210 !important;
	color: rgba(116,66,16,var(--text-opacity)) !important
}

.focus\:text-green-100:focus {
	--text-opacity: 1 !important;
	color: #f0fff4 !important;
	color: rgba(240,255,244,var(--text-opacity)) !important
}

.focus\:text-green-200:focus {
	--text-opacity: 1 !important;
	color: #c6f6d5 !important;
	color: rgba(198,246,213,var(--text-opacity)) !important
}

.focus\:text-green-300:focus {
	--text-opacity: 1 !important;
	color: #9ae6b4 !important;
	color: rgba(154,230,180,var(--text-opacity)) !important
}

.focus\:text-green-400:focus {
	--text-opacity: 1 !important;
	color: #68d391 !important;
	color: rgba(104,211,145,var(--text-opacity)) !important
}

.focus\:text-green-500:focus {
	--text-opacity: 1 !important;
	color: #48bb78 !important;
	color: rgba(72,187,120,var(--text-opacity)) !important
}

.focus\:text-green-600:focus {
	--text-opacity: 1 !important;
	color: #38a169 !important;
	color: rgba(56,161,105,var(--text-opacity)) !important
}

.focus\:text-green-700:focus {
	--text-opacity: 1 !important;
	color: #2f855a !important;
	color: rgba(47,133,90,var(--text-opacity)) !important
}

.focus\:text-green-800:focus {
	--text-opacity: 1 !important;
	color: #276749 !important;
	color: rgba(39,103,73,var(--text-opacity)) !important
}

.focus\:text-green-900:focus {
	--text-opacity: 1 !important;
	color: #22543d !important;
	color: rgba(34,84,61,var(--text-opacity)) !important
}

.focus\:text-teal-100:focus {
	--text-opacity: 1 !important;
	color: #e6fffa !important;
	color: rgba(230,255,250,var(--text-opacity)) !important
}

.focus\:text-teal-200:focus {
	--text-opacity: 1 !important;
	color: #b2f5ea !important;
	color: rgba(178,245,234,var(--text-opacity)) !important
}

.focus\:text-teal-300:focus {
	--text-opacity: 1 !important;
	color: #81e6d9 !important;
	color: rgba(129,230,217,var(--text-opacity)) !important
}

.focus\:text-teal-400:focus {
	--text-opacity: 1 !important;
	color: #4fd1c5 !important;
	color: rgba(79,209,197,var(--text-opacity)) !important
}

.focus\:text-teal-500:focus {
	--text-opacity: 1 !important;
	color: #38b2ac !important;
	color: rgba(56,178,172,var(--text-opacity)) !important
}

.focus\:text-teal-600:focus {
	--text-opacity: 1 !important;
	color: #319795 !important;
	color: rgba(49,151,149,var(--text-opacity)) !important
}

.focus\:text-teal-700:focus {
	--text-opacity: 1 !important;
	color: #2c7a7b !important;
	color: rgba(44,122,123,var(--text-opacity)) !important
}

.focus\:text-teal-800:focus {
	--text-opacity: 1 !important;
	color: #285e61 !important;
	color: rgba(40,94,97,var(--text-opacity)) !important
}

.focus\:text-teal-900:focus {
	--text-opacity: 1 !important;
	color: #234e52 !important;
	color: rgba(35,78,82,var(--text-opacity)) !important
}

.focus\:text-blue-100:focus {
	--text-opacity: 1 !important;
	color: #ebf8ff !important;
	color: rgba(235,248,255,var(--text-opacity)) !important
}

.focus\:text-blue-200:focus {
	--text-opacity: 1 !important;
	color: #bee3f8 !important;
	color: rgba(190,227,248,var(--text-opacity)) !important
}

.focus\:text-blue-300:focus {
	--text-opacity: 1 !important;
	color: #90cdf4 !important;
	color: rgba(144,205,244,var(--text-opacity)) !important
}

.focus\:text-blue-400:focus {
	--text-opacity: 1 !important;
	color: #63b3ed !important;
	color: rgba(99,179,237,var(--text-opacity)) !important
}

.focus\:text-blue-500:focus {
	--text-opacity: 1 !important;
	color: #4299e1 !important;
	color: rgba(66,153,225,var(--text-opacity)) !important
}

.focus\:text-blue-600:focus {
	--text-opacity: 1 !important;
	color: #3182ce !important;
	color: rgba(49,130,206,var(--text-opacity)) !important
}

.focus\:text-blue-700:focus {
	--text-opacity: 1 !important;
	color: #2b6cb0 !important;
	color: rgba(43,108,176,var(--text-opacity)) !important
}

.focus\:text-blue-800:focus {
	--text-opacity: 1 !important;
	color: #2c5282 !important;
	color: rgba(44,82,130,var(--text-opacity)) !important
}

.focus\:text-blue-900:focus {
	--text-opacity: 1 !important;
	color: #2a4365 !important;
	color: rgba(42,67,101,var(--text-opacity)) !important
}

.focus\:text-indigo-100:focus {
	--text-opacity: 1 !important;
	color: #ebf4ff !important;
	color: rgba(235,244,255,var(--text-opacity)) !important
}

.focus\:text-indigo-200:focus {
	--text-opacity: 1 !important;
	color: #c3dafe !important;
	color: rgba(195,218,254,var(--text-opacity)) !important
}

.focus\:text-indigo-300:focus {
	--text-opacity: 1 !important;
	color: #a3bffa !important;
	color: rgba(163,191,250,var(--text-opacity)) !important
}

.focus\:text-indigo-400:focus {
	--text-opacity: 1 !important;
	color: #7f9cf5 !important;
	color: rgba(127,156,245,var(--text-opacity)) !important
}

.focus\:text-indigo-500:focus {
	--text-opacity: 1 !important;
	color: #667eea !important;
	color: rgba(102,126,234,var(--text-opacity)) !important
}

.focus\:text-indigo-600:focus {
	--text-opacity: 1 !important;
	color: #5a67d8 !important;
	color: rgba(90,103,216,var(--text-opacity)) !important
}

.focus\:text-indigo-700:focus {
	--text-opacity: 1 !important;
	color: #4c51bf !important;
	color: rgba(76,81,191,var(--text-opacity)) !important
}

.focus\:text-indigo-800:focus {
	--text-opacity: 1 !important;
	color: #434190 !important;
	color: rgba(67,65,144,var(--text-opacity)) !important
}

.focus\:text-indigo-900:focus {
	--text-opacity: 1 !important;
	color: #3c366b !important;
	color: rgba(60,54,107,var(--text-opacity)) !important
}

.focus\:text-purple-100:focus {
	--text-opacity: 1 !important;
	color: #faf5ff !important;
	color: rgba(250,245,255,var(--text-opacity)) !important
}

.focus\:text-purple-200:focus {
	--text-opacity: 1 !important;
	color: #e9d8fd !important;
	color: rgba(233,216,253,var(--text-opacity)) !important
}

.focus\:text-purple-300:focus {
	--text-opacity: 1 !important;
	color: #d6bcfa !important;
	color: rgba(214,188,250,var(--text-opacity)) !important
}

.focus\:text-purple-400:focus {
	--text-opacity: 1 !important;
	color: #b794f4 !important;
	color: rgba(183,148,244,var(--text-opacity)) !important
}

.focus\:text-purple-500:focus {
	--text-opacity: 1 !important;
	color: #9f7aea !important;
	color: rgba(159,122,234,var(--text-opacity)) !important
}

.focus\:text-purple-600:focus {
	--text-opacity: 1 !important;
	color: #805ad5 !important;
	color: rgba(128,90,213,var(--text-opacity)) !important
}

.focus\:text-purple-700:focus {
	--text-opacity: 1 !important;
	color: #6b46c1 !important;
	color: rgba(107,70,193,var(--text-opacity)) !important
}

.focus\:text-purple-800:focus {
	--text-opacity: 1 !important;
	color: #553c9a !important;
	color: rgba(85,60,154,var(--text-opacity)) !important
}

.focus\:text-purple-900:focus {
	--text-opacity: 1 !important;
	color: #44337a !important;
	color: rgba(68,51,122,var(--text-opacity)) !important
}

.focus\:text-pink-100:focus {
	--text-opacity: 1 !important;
	color: #fff5f7 !important;
	color: rgba(255,245,247,var(--text-opacity)) !important
}

.focus\:text-pink-200:focus {
	--text-opacity: 1 !important;
	color: #fed7e2 !important;
	color: rgba(254,215,226,var(--text-opacity)) !important
}

.focus\:text-pink-300:focus {
	--text-opacity: 1 !important;
	color: #fbb6ce !important;
	color: rgba(251,182,206,var(--text-opacity)) !important
}

.focus\:text-pink-400:focus {
	--text-opacity: 1 !important;
	color: #f687b3 !important;
	color: rgba(246,135,179,var(--text-opacity)) !important
}

.focus\:text-pink-500:focus {
	--text-opacity: 1 !important;
	color: #ed64a6 !important;
	color: rgba(237,100,166,var(--text-opacity)) !important
}

.focus\:text-pink-600:focus {
	--text-opacity: 1 !important;
	color: #d53f8c !important;
	color: rgba(213,63,140,var(--text-opacity)) !important
}

.focus\:text-pink-700:focus {
	--text-opacity: 1 !important;
	color: #b83280 !important;
	color: rgba(184,50,128,var(--text-opacity)) !important
}

.focus\:text-pink-800:focus {
	--text-opacity: 1 !important;
	color: #97266d !important;
	color: rgba(151,38,109,var(--text-opacity)) !important
}

.focus\:text-pink-900:focus {
	--text-opacity: 1 !important;
	color: #702459 !important;
	color: rgba(112,36,89,var(--text-opacity)) !important
}

.focus\:text-orange-400:focus {
	--text-opacity: 1 !important;
	color: #ee5723 !important;
	color: rgba(238,87,35,var(--text-opacity)) !important
}

.focus\:text-orange-500:focus {
	--text-opacity: 1 !important;
	color: #f54a08 !important;
	color: rgba(245,74,8,var(--text-opacity)) !important
}

.focus\:text-f3f:focus {
	--text-opacity: 1 !important;
	color: #f3f3f3 !important;
	color: rgba(243,243,243,var(--text-opacity)) !important
}

.text-opacity-0 {
	--text-opacity: 0 !important
}

.text-opacity-25 {
	--text-opacity: 0.25 !important
}

.text-opacity-50 {
	--text-opacity: 0.5 !important
}

.text-opacity-75 {
	--text-opacity: 0.75 !important
}

.text-opacity-100 {
	--text-opacity: 1 !important
}

.hover\:text-opacity-0:hover {
	--text-opacity: 0 !important
}

.hover\:text-opacity-25:hover {
	--text-opacity: 0.25 !important
}

.hover\:text-opacity-50:hover {
	--text-opacity: 0.5 !important
}

.hover\:text-opacity-75:hover {
	--text-opacity: 0.75 !important
}

.hover\:text-opacity-100:hover {
	--text-opacity: 1 !important
}

.focus\:text-opacity-0:focus {
	--text-opacity: 0 !important
}

.focus\:text-opacity-25:focus {
	--text-opacity: 0.25 !important
}

.focus\:text-opacity-50:focus {
	--text-opacity: 0.5 !important
}

.focus\:text-opacity-75:focus {
	--text-opacity: 0.75 !important
}

.focus\:text-opacity-100:focus {
	--text-opacity: 1 !important
}

.italic {
	font-style: italic !important
}

.not-italic {
	font-style: normal !important
}

.uppercase {
	text-transform: uppercase !important
}

.lowercase {
	text-transform: lowercase !important
}

.capitalize {
	text-transform: capitalize !important
}

.normal-case {
	text-transform: none !important
}

.underline {
	text-decoration: underline !important
}

.line-through {
	text-decoration: line-through !important
}

.no-underline {
	text-decoration: none !important
}

.hover\:underline:hover {
	text-decoration: underline !important
}

.hover\:line-through:hover {
	text-decoration: line-through !important
}

.hover\:no-underline:hover {
	text-decoration: none !important
}

.focus\:underline:focus {
	text-decoration: underline !important
}

.focus\:line-through:focus {
	text-decoration: line-through !important
}

.focus\:no-underline:focus {
	text-decoration: none !important
}

.antialiased {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important
}

.subpixel-antialiased {
	-webkit-font-smoothing: auto !important;
	-moz-osx-font-smoothing: auto !important
}

.diagonal-fractions, .lining-nums, .oldstyle-nums, .ordinal, .proportional-nums, .slashed-zero, .stacked-fractions, .tabular-nums {
	--font-variant-numeric-ordinal: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
	--font-variant-numeric-slashed-zero: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
	--font-variant-numeric-figure: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
	--font-variant-numeric-spacing: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
	--font-variant-numeric-fraction: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
	font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important
}

.normal-nums {
	font-variant-numeric: normal !important
}

.ordinal {
	--font-variant-numeric-ordinal: ordinal !important
}

.slashed-zero {
	--font-variant-numeric-slashed-zero: slashed-zero !important
}

.lining-nums {
	--font-variant-numeric-figure: lining-nums !important
}

.oldstyle-nums {
	--font-variant-numeric-figure: oldstyle-nums !important
}

.proportional-nums {
	--font-variant-numeric-spacing: proportional-nums !important
}

.tabular-nums {
	--font-variant-numeric-spacing: tabular-nums !important
}

.diagonal-fractions {
	--font-variant-numeric-fraction: diagonal-fractions !important
}

.stacked-fractions {
	--font-variant-numeric-fraction: stacked-fractions !important
}

.tracking-tighter {
	letter-spacing: -.05em !important
}

.tracking-tight {
	letter-spacing: -.025em !important
}

.tracking-normal {
	letter-spacing: 0 !important
}

.tracking-wide {
	letter-spacing: .025em !important
}

.tracking-wider {
	letter-spacing: .05em !important
}

.tracking-widest {
	letter-spacing: .1em !important
}

.align-baseline {
	vertical-align: baseline !important
}

.align-top {
	vertical-align: top !important
}

.align-middle {
	vertical-align: middle !important
}

.align-bottom {
	vertical-align: bottom !important
}

.align-text-top {
	vertical-align: text-top !important
}

.align-text-bottom {
	vertical-align: text-bottom !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

.whitespace-normal {
	white-space: normal !important
}

.whitespace-no-wrap {
	white-space: nowrap !important
}

.whitespace-pre {
	white-space: pre !important
}

.whitespace-pre-line {
	white-space: pre-line !important
}

.whitespace-pre-wrap {
	white-space: pre-wrap !important
}

.break-normal {
	word-wrap: normal !important;
	overflow-wrap: normal !important;
	word-break: normal !important
}

.break-words {
	word-wrap: break-word !important;
	overflow-wrap: break-word !important
}

.break-all {
	word-break: break-all !important
}

.truncate {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important
}

.w-0 {
	width: 0 !important
}

.w-1 {
	width: .25rem !important
}

.w-2 {
	width: .5rem !important
}

.w-3 {
	width: .75rem !important
}

.w-4 {
	width: 1rem !important
}

.w-5 {
	width: 1.25rem !important
}

.w-6 {
	width: 1.5rem !important
}

.w-8 {
	width: 2rem !important
}

.w-9 {
	width: 2.25rem !important
}

.w-10 {
	width: 2.5rem !important
}

.w-11 {
	width: 2.75rem !important
}

.w-12 {
	width: 3rem !important
}

.w-16 {
	width: 4rem !important
}

.w-20 {
	width: 5rem !important
}

.w-24 {
	width: 6rem !important
}

.w-28 {
	width: 7rem !important
}

.w-32 {
	width: 8rem !important
}

.w-35 {
	width: 8.75rem !important
}

.w-40 {
	width: 10rem !important
}

.w-44 {
	width: 11rem !important
}

.w-48 {
	width: 12rem !important
}

.w-54 {
	width: 13.5rem !important
}

.w-56 {
	width: 14rem !important
}

.w-60 {
	width: 15rem !important
}

.w-64 {
	width: 16rem !important
}

.w-80 {
	width: 20rem !important
}

.w-92 {
	width: 23rem !important
}

.w-120 {
	width: 30rem !important
}

.w-135 {
	width: 33.75rem !important
}

.w-180 {
	width: 45rem !important
}

.w-200 {
	width: 50rem !important
}

.w-230 {
	width: 57.5rem !important
}

.w-320 {
	width: 80rem !important
}

.w-480 {
	width: 120rem !important
}

.w-520 {
	width: 130rem !important
}

.w-auto {
	width: auto !important
}

.w-px {
	width: 1px !important
}

.w--50 {
	width: -50px !important
}

.w-1\/2 {
	width: 50% !important
}

.w-1\/3 {
	width: 33.333333% !important
}

.w-2\/3 {
	width: 66.666667% !important
}

.w-1\/4 {
	width: 25% !important
}

.w-2\/4 {
	width: 50% !important
}

.w-3\/4 {
	width: 75% !important
}

.w-1\/5 {
	width: 20% !important
}

.w-2\/5 {
	width: 40% !important
}

.w-3\/5 {
	width: 60% !important
}

.w-4\/5 {
	width: 80% !important
}

.w-1\/6 {
	width: 16.666667% !important
}

.w-2\/6 {
	width: 33.333333% !important
}

.w-3\/6 {
	width: 50% !important
}

.w-4\/6 {
	width: 66.666667% !important
}

.w-5\/6 {
	width: 83.333333% !important
}

.w-1\/12 {
	width: 8.333333% !important
}

.w-2\/12 {
	width: 16.666667% !important
}

.w-3\/12 {
	width: 25% !important
}

.w-4\/12 {
	width: 33.333333% !important
}

.w-5\/12 {
	width: 41.666667% !important
}

.w-6\/12 {
	width: 50% !important
}

.w-7\/12 {
	width: 58.333333% !important
}

.w-8\/12 {
	width: 66.666667% !important
}

.w-9\/12 {
	width: 75% !important
}

.w-10\/12 {
	width: 83.333333% !important
}

.w-11\/12 {
	width: 91.666667% !important
}

.w-full {
	width: 100% !important
}

.w-screen {
	width: 100vw !important
}

.w-fit {
	width: -webkit-fit-content !important;
	width: -moz-fit-content !important;
	width: fit-content !important
}

.w-min {
	width: -webkit-min-content !important;
	width: -moz-min-content !important;
	width: min-content !important
}

.w-max {
	width: -webkit-max-content !important;
	width: -moz-max-content !important;
	width: max-content !important
}

.w-full_plus_15 {
	width: calc(100% + 3.75rem) !important
}

.w-full_plus_30 {
	width: calc(100% + 7.5rem) !important
}

.w-full_plus_40 {
	width: calc(100% + 10rem) !important
}

.z-0 {
	z-index: 0 !important
}

.z-10 {
	z-index: 10 !important
}

.z-20 {
	z-index: 20 !important
}

.z-30 {
	z-index: 30 !important
}

.z-40 {
	z-index: 40 !important
}

.z-50 {
	z-index: 50 !important
}

.z-100 {
	z-index: 100 !important
}

.z-auto {
	z-index: auto !important
}

.gap-0 {
	grid-gap: 0 !important;
	gap: 0 !important
}

.gap-1 {
	grid-gap: .25rem !important;
	gap: .25rem !important
}

.gap-2 {
	grid-gap: .5rem !important;
	gap: .5rem !important
}

.gap-3 {
	grid-gap: .75rem !important;
	gap: .75rem !important
}

.gap-4 {
	grid-gap: 1rem !important;
	gap: 1rem !important
}

.gap-5 {
	grid-gap: 1.25rem !important;
	gap: 1.25rem !important
}

.gap-6 {
	grid-gap: 1.5rem !important;
	gap: 1.5rem !important
}

.gap-8 {
	grid-gap: 2rem !important;
	gap: 2rem !important
}

.gap-10 {
	grid-gap: 2.5rem !important;
	gap: 2.5rem !important
}

.gap-12 {
	grid-gap: 3rem !important;
	gap: 3rem !important
}

.gap-16 {
	grid-gap: 4rem !important;
	gap: 4rem !important
}

.gap-20 {
	grid-gap: 5rem !important;
	gap: 5rem !important
}

.gap-24 {
	grid-gap: 6rem !important;
	gap: 6rem !important
}

.gap-32 {
	grid-gap: 8rem !important;
	gap: 8rem !important
}

.gap-40 {
	grid-gap: 10rem !important;
	gap: 10rem !important
}

.gap-48 {
	grid-gap: 12rem !important;
	gap: 12rem !important
}

.gap-56 {
	grid-gap: 14rem !important;
	gap: 14rem !important
}

.gap-64 {
	grid-gap: 16rem !important;
	gap: 16rem !important
}

.gap-px {
	grid-gap: 1px !important;
	gap: 1px !important
}

.-gap-50 {
	grid-gap: -50px !important;
	gap: -50px !important
}

.col-gap-0 {
	grid-column-gap: 0 !important;
	-moz-column-gap: 0 !important;
	column-gap: 0 !important
}

.col-gap-1 {
	grid-column-gap: .25rem !important;
	-moz-column-gap: .25rem !important;
	column-gap: .25rem !important
}

.col-gap-2 {
	grid-column-gap: .5rem !important;
	-moz-column-gap: .5rem !important;
	column-gap: .5rem !important
}

.col-gap-3 {
	grid-column-gap: .75rem !important;
	-moz-column-gap: .75rem !important;
	column-gap: .75rem !important
}

.col-gap-4 {
	grid-column-gap: 1rem !important;
	-moz-column-gap: 1rem !important;
	column-gap: 1rem !important
}

.col-gap-5 {
	grid-column-gap: 1.25rem !important;
	-moz-column-gap: 1.25rem !important;
	column-gap: 1.25rem !important
}

.col-gap-6 {
	grid-column-gap: 1.5rem !important;
	-moz-column-gap: 1.5rem !important;
	column-gap: 1.5rem !important
}

.col-gap-8 {
	grid-column-gap: 2rem !important;
	-moz-column-gap: 2rem !important;
	column-gap: 2rem !important
}

.col-gap-10 {
	grid-column-gap: 2.5rem !important;
	-moz-column-gap: 2.5rem !important;
	column-gap: 2.5rem !important
}

.col-gap-12 {
	grid-column-gap: 3rem !important;
	-moz-column-gap: 3rem !important;
	column-gap: 3rem !important
}

.col-gap-16 {
	grid-column-gap: 4rem !important;
	-moz-column-gap: 4rem !important;
	column-gap: 4rem !important
}

.col-gap-20 {
	grid-column-gap: 5rem !important;
	-moz-column-gap: 5rem !important;
	column-gap: 5rem !important
}

.col-gap-24 {
	grid-column-gap: 6rem !important;
	-moz-column-gap: 6rem !important;
	column-gap: 6rem !important
}

.col-gap-32 {
	grid-column-gap: 8rem !important;
	-moz-column-gap: 8rem !important;
	column-gap: 8rem !important
}

.col-gap-40 {
	grid-column-gap: 10rem !important;
	-moz-column-gap: 10rem !important;
	column-gap: 10rem !important
}

.col-gap-48 {
	grid-column-gap: 12rem !important;
	-moz-column-gap: 12rem !important;
	column-gap: 12rem !important
}

.col-gap-56 {
	grid-column-gap: 14rem !important;
	-moz-column-gap: 14rem !important;
	column-gap: 14rem !important
}

.col-gap-64 {
	grid-column-gap: 16rem !important;
	-moz-column-gap: 16rem !important;
	column-gap: 16rem !important
}

.col-gap-px {
	grid-column-gap: 1px !important;
	-moz-column-gap: 1px !important;
	column-gap: 1px !important
}

.-col-gap-50 {
	grid-column-gap: -50px !important;
	-moz-column-gap: -50px !important;
	column-gap: -50px !important
}

.gap-x-0 {
	grid-column-gap: 0 !important;
	-moz-column-gap: 0 !important;
	column-gap: 0 !important
}

.gap-x-1 {
	grid-column-gap: .25rem !important;
	-moz-column-gap: .25rem !important;
	column-gap: .25rem !important
}

.gap-x-2 {
	grid-column-gap: .5rem !important;
	-moz-column-gap: .5rem !important;
	column-gap: .5rem !important
}

.gap-x-3 {
	grid-column-gap: .75rem !important;
	-moz-column-gap: .75rem !important;
	column-gap: .75rem !important
}

.gap-x-4 {
	grid-column-gap: 1rem !important;
	-moz-column-gap: 1rem !important;
	column-gap: 1rem !important
}

.gap-x-5 {
	grid-column-gap: 1.25rem !important;
	-moz-column-gap: 1.25rem !important;
	column-gap: 1.25rem !important
}

.gap-x-6 {
	grid-column-gap: 1.5rem !important;
	-moz-column-gap: 1.5rem !important;
	column-gap: 1.5rem !important
}

.gap-x-8 {
	grid-column-gap: 2rem !important;
	-moz-column-gap: 2rem !important;
	column-gap: 2rem !important
}

.gap-x-10 {
	grid-column-gap: 2.5rem !important;
	-moz-column-gap: 2.5rem !important;
	column-gap: 2.5rem !important
}

.gap-x-12 {
	grid-column-gap: 3rem !important;
	-moz-column-gap: 3rem !important;
	column-gap: 3rem !important
}

.gap-x-16 {
	grid-column-gap: 4rem !important;
	-moz-column-gap: 4rem !important;
	column-gap: 4rem !important
}

.gap-x-20 {
	grid-column-gap: 5rem !important;
	-moz-column-gap: 5rem !important;
	column-gap: 5rem !important
}

.gap-x-24 {
	grid-column-gap: 6rem !important;
	-moz-column-gap: 6rem !important;
	column-gap: 6rem !important
}

.gap-x-32 {
	grid-column-gap: 8rem !important;
	-moz-column-gap: 8rem !important;
	column-gap: 8rem !important
}

.gap-x-40 {
	grid-column-gap: 10rem !important;
	-moz-column-gap: 10rem !important;
	column-gap: 10rem !important
}

.gap-x-48 {
	grid-column-gap: 12rem !important;
	-moz-column-gap: 12rem !important;
	column-gap: 12rem !important
}

.gap-x-56 {
	grid-column-gap: 14rem !important;
	-moz-column-gap: 14rem !important;
	column-gap: 14rem !important
}

.gap-x-64 {
	grid-column-gap: 16rem !important;
	-moz-column-gap: 16rem !important;
	column-gap: 16rem !important
}

.gap-x-px {
	grid-column-gap: 1px !important;
	-moz-column-gap: 1px !important;
	column-gap: 1px !important
}

.-gap-x-50 {
	grid-column-gap: -50px !important;
	-moz-column-gap: -50px !important;
	column-gap: -50px !important
}

.row-gap-0 {
	grid-row-gap: 0 !important;
	row-gap: 0 !important
}

.row-gap-1 {
	grid-row-gap: .25rem !important;
	row-gap: .25rem !important
}

.row-gap-2 {
	grid-row-gap: .5rem !important;
	row-gap: .5rem !important
}

.row-gap-3 {
	grid-row-gap: .75rem !important;
	row-gap: .75rem !important
}

.row-gap-4 {
	grid-row-gap: 1rem !important;
	row-gap: 1rem !important
}

.row-gap-5 {
	grid-row-gap: 1.25rem !important;
	row-gap: 1.25rem !important
}

.row-gap-6 {
	grid-row-gap: 1.5rem !important;
	row-gap: 1.5rem !important
}

.row-gap-8 {
	grid-row-gap: 2rem !important;
	row-gap: 2rem !important
}

.row-gap-10 {
	grid-row-gap: 2.5rem !important;
	row-gap: 2.5rem !important
}

.row-gap-12 {
	grid-row-gap: 3rem !important;
	row-gap: 3rem !important
}

.row-gap-16 {
	grid-row-gap: 4rem !important;
	row-gap: 4rem !important
}

.row-gap-20 {
	grid-row-gap: 5rem !important;
	row-gap: 5rem !important
}

.row-gap-24 {
	grid-row-gap: 6rem !important;
	row-gap: 6rem !important
}

.row-gap-32 {
	grid-row-gap: 8rem !important;
	row-gap: 8rem !important
}

.row-gap-40 {
	grid-row-gap: 10rem !important;
	row-gap: 10rem !important
}

.row-gap-48 {
	grid-row-gap: 12rem !important;
	row-gap: 12rem !important
}

.row-gap-56 {
	grid-row-gap: 14rem !important;
	row-gap: 14rem !important
}

.row-gap-64 {
	grid-row-gap: 16rem !important;
	row-gap: 16rem !important
}

.row-gap-px {
	grid-row-gap: 1px !important;
	row-gap: 1px !important
}

.-row-gap-50 {
	grid-row-gap: -50px !important;
	row-gap: -50px !important
}

.gap-y-0 {
	grid-row-gap: 0 !important;
	row-gap: 0 !important
}

.gap-y-1 {
	grid-row-gap: .25rem !important;
	row-gap: .25rem !important
}

.gap-y-2 {
	grid-row-gap: .5rem !important;
	row-gap: .5rem !important
}

.gap-y-3 {
	grid-row-gap: .75rem !important;
	row-gap: .75rem !important
}

.gap-y-4 {
	grid-row-gap: 1rem !important;
	row-gap: 1rem !important
}

.gap-y-5 {
	grid-row-gap: 1.25rem !important;
	row-gap: 1.25rem !important
}

.gap-y-6 {
	grid-row-gap: 1.5rem !important;
	row-gap: 1.5rem !important
}

.gap-y-8 {
	grid-row-gap: 2rem !important;
	row-gap: 2rem !important
}

.gap-y-10 {
	grid-row-gap: 2.5rem !important;
	row-gap: 2.5rem !important
}

.gap-y-12 {
	grid-row-gap: 3rem !important;
	row-gap: 3rem !important
}

.gap-y-16 {
	grid-row-gap: 4rem !important;
	row-gap: 4rem !important
}

.gap-y-20 {
	grid-row-gap: 5rem !important;
	row-gap: 5rem !important
}

.gap-y-24 {
	grid-row-gap: 6rem !important;
	row-gap: 6rem !important
}

.gap-y-32 {
	grid-row-gap: 8rem !important;
	row-gap: 8rem !important
}

.gap-y-40 {
	grid-row-gap: 10rem !important;
	row-gap: 10rem !important
}

.gap-y-48 {
	grid-row-gap: 12rem !important;
	row-gap: 12rem !important
}

.gap-y-56 {
	grid-row-gap: 14rem !important;
	row-gap: 14rem !important
}

.gap-y-64 {
	grid-row-gap: 16rem !important;
	row-gap: 16rem !important
}

.gap-y-px {
	grid-row-gap: 1px !important;
	row-gap: 1px !important
}

.-gap-y-50 {
	grid-row-gap: -50px !important;
	row-gap: -50px !important
}

.grid-flow-row {
	grid-auto-flow: row !important
}

.grid-flow-col {
	grid-auto-flow: column !important
}

.grid-flow-row-dense {
	grid-auto-flow: row dense !important
}

.grid-flow-col-dense {
	grid-auto-flow: column dense !important
}

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

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

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

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

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

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

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

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

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

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

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

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

.grid-cols-none {
	grid-template-columns: none !important
}

.auto-cols-auto {
	grid-auto-columns: auto !important
}

.auto-cols-min {
	grid-auto-columns: -webkit-min-content !important;
	grid-auto-columns: min-content !important
}

.auto-cols-max {
	grid-auto-columns: -webkit-max-content !important;
	grid-auto-columns: max-content !important
}

.auto-cols-fr {
	grid-auto-columns: minmax(0,1fr) !important
}

.col-auto {
	grid-column: auto !important
}

.col-span-1 {
	grid-column: span 1/span 1 !important
}

.col-span-2 {
	grid-column: span 2/span 2 !important
}

.col-span-3 {
	grid-column: span 3/span 3 !important
}

.col-span-4 {
	grid-column: span 4/span 4 !important
}

.col-span-5 {
	grid-column: span 5/span 5 !important
}

.col-span-6 {
	grid-column: span 6/span 6 !important
}

.col-span-7 {
	grid-column: span 7/span 7 !important
}

.col-span-8 {
	grid-column: span 8/span 8 !important
}

.col-span-9 {
	grid-column: span 9/span 9 !important
}

.col-span-10 {
	grid-column: span 10/span 10 !important
}

.col-span-11 {
	grid-column: span 11/span 11 !important
}

.col-span-12 {
	grid-column: span 12/span 12 !important
}

.col-span-full {
	grid-column: 1/-1 !important
}

.col-start-1 {
	grid-column-start: 1 !important
}

.col-start-2 {
	grid-column-start: 2 !important
}

.col-start-3 {
	grid-column-start: 3 !important
}

.col-start-4 {
	grid-column-start: 4 !important
}

.col-start-5 {
	grid-column-start: 5 !important
}

.col-start-6 {
	grid-column-start: 6 !important
}

.col-start-7 {
	grid-column-start: 7 !important
}

.col-start-8 {
	grid-column-start: 8 !important
}

.col-start-9 {
	grid-column-start: 9 !important
}

.col-start-10 {
	grid-column-start: 10 !important
}

.col-start-11 {
	grid-column-start: 11 !important
}

.col-start-12 {
	grid-column-start: 12 !important
}

.col-start-13 {
	grid-column-start: 13 !important
}

.col-start-auto {
	grid-column-start: auto !important
}

.col-end-1 {
	grid-column-end: 1 !important
}

.col-end-2 {
	grid-column-end: 2 !important
}

.col-end-3 {
	grid-column-end: 3 !important
}

.col-end-4 {
	grid-column-end: 4 !important
}

.col-end-5 {
	grid-column-end: 5 !important
}

.col-end-6 {
	grid-column-end: 6 !important
}

.col-end-7 {
	grid-column-end: 7 !important
}

.col-end-8 {
	grid-column-end: 8 !important
}

.col-end-9 {
	grid-column-end: 9 !important
}

.col-end-10 {
	grid-column-end: 10 !important
}

.col-end-11 {
	grid-column-end: 11 !important
}

.col-end-12 {
	grid-column-end: 12 !important
}

.col-end-13 {
	grid-column-end: 13 !important
}

.col-end-auto {
	grid-column-end: auto !important
}

.grid-rows-1 {
	grid-template-rows: repeat(1,minmax(0,1fr)) !important
}

.grid-rows-2 {
	grid-template-rows: repeat(2,minmax(0,1fr)) !important
}

.grid-rows-3 {
	grid-template-rows: repeat(3,minmax(0,1fr)) !important
}

.grid-rows-4 {
	grid-template-rows: repeat(4,minmax(0,1fr)) !important
}

.grid-rows-5 {
	grid-template-rows: repeat(5,minmax(0,1fr)) !important
}

.grid-rows-6 {
	grid-template-rows: repeat(6,minmax(0,1fr)) !important
}

.grid-rows-none {
	grid-template-rows: none !important
}

.auto-rows-auto {
	grid-auto-rows: auto !important
}

.auto-rows-min {
	grid-auto-rows: -webkit-min-content !important;
	grid-auto-rows: min-content !important
}

.auto-rows-max {
	grid-auto-rows: -webkit-max-content !important;
	grid-auto-rows: max-content !important
}

.auto-rows-fr {
	grid-auto-rows: minmax(0,1fr) !important
}

.row-auto {
	grid-row: auto !important
}

.row-span-1 {
	grid-row: span 1/span 1 !important
}

.row-span-2 {
	grid-row: span 2/span 2 !important
}

.row-span-3 {
	grid-row: span 3/span 3 !important
}

.row-span-4 {
	grid-row: span 4/span 4 !important
}

.row-span-5 {
	grid-row: span 5/span 5 !important
}

.row-span-6 {
	grid-row: span 6/span 6 !important
}

.row-span-full {
	grid-row: 1/-1 !important
}

.row-start-1 {
	grid-row-start: 1 !important
}

.row-start-2 {
	grid-row-start: 2 !important
}

.row-start-3 {
	grid-row-start: 3 !important
}

.row-start-4 {
	grid-row-start: 4 !important
}

.row-start-5 {
	grid-row-start: 5 !important
}

.row-start-6 {
	grid-row-start: 6 !important
}

.row-start-7 {
	grid-row-start: 7 !important
}

.row-start-auto {
	grid-row-start: auto !important
}

.row-end-1 {
	grid-row-end: 1 !important
}

.row-end-2 {
	grid-row-end: 2 !important
}

.row-end-3 {
	grid-row-end: 3 !important
}

.row-end-4 {
	grid-row-end: 4 !important
}

.row-end-5 {
	grid-row-end: 5 !important
}

.row-end-6 {
	grid-row-end: 6 !important
}

.row-end-7 {
	grid-row-end: 7 !important
}

.row-end-auto {
	grid-row-end: auto !important
}

.transform {
	--transform-translate-x: 0 !important;
	--transform-translate-y: 0 !important;
	--transform-rotate: 0 !important;
	--transform-skew-x: 0 !important;
	--transform-skew-y: 0 !important;
	--transform-scale-x: 1 !important;
	--transform-scale-y: 1 !important;
	transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
}

.transform-none {
	transform: none !important
}

.translate-x-0 {
	--transform-translate-x: 0 !important
}

.translate-x-1 {
	--transform-translate-x: 0.25rem !important
}

.translate-x-2 {
	--transform-translate-x: 0.5rem !important
}

.translate-x-3 {
	--transform-translate-x: 0.75rem !important
}

.translate-x-4 {
	--transform-translate-x: 1rem !important
}

.translate-x-5 {
	--transform-translate-x: 1.25rem !important
}

.translate-x-6 {
	--transform-translate-x: 1.5rem !important
}

.translate-x-8 {
	--transform-translate-x: 2rem !important
}

.translate-x-10 {
	--transform-translate-x: 2.5rem !important
}

.translate-x-12 {
	--transform-translate-x: 3rem !important
}

.translate-x-16 {
	--transform-translate-x: 4rem !important
}

.translate-x-20 {
	--transform-translate-x: 5rem !important
}

.translate-x-24 {
	--transform-translate-x: 6rem !important
}

.translate-x-32 {
	--transform-translate-x: 8rem !important
}

.translate-x-40 {
	--transform-translate-x: 10rem !important
}

.translate-x-48 {
	--transform-translate-x: 12rem !important
}

.translate-x-56 {
	--transform-translate-x: 14rem !important
}

.translate-x-64 {
	--transform-translate-x: 16rem !important
}

.translate-x-px {
	--transform-translate-x: 1px !important
}

.-translate-x-50 {
	--transform-translate-x: -50px !important
}

.-translate-x-1 {
	--transform-translate-x: -0.25rem !important
}

.-translate-x-2 {
	--transform-translate-x: -0.5rem !important
}

.-translate-x-3 {
	--transform-translate-x: -0.75rem !important
}

.-translate-x-4 {
	--transform-translate-x: -1rem !important
}

.-translate-x-5 {
	--transform-translate-x: -1.25rem !important
}

.-translate-x-6 {
	--transform-translate-x: -1.5rem !important
}

.-translate-x-8 {
	--transform-translate-x: -2rem !important
}

.-translate-x-10 {
	--transform-translate-x: -2.5rem !important
}

.-translate-x-12 {
	--transform-translate-x: -3rem !important
}

.-translate-x-16 {
	--transform-translate-x: -4rem !important
}

.-translate-x-20 {
	--transform-translate-x: -5rem !important
}

.-translate-x-24 {
	--transform-translate-x: -6rem !important
}

.-translate-x-32 {
	--transform-translate-x: -8rem !important
}

.-translate-x-40 {
	--transform-translate-x: -10rem !important
}

.-translate-x-48 {
	--transform-translate-x: -12rem !important
}

.-translate-x-56 {
	--transform-translate-x: -14rem !important
}

.-translate-x-64 {
	--transform-translate-x: -16rem !important
}

.-translate-x-px {
	--transform-translate-x: -1px !important
}

.-translate-x--50 {
	--transform-translate-x: 50px !important
}

.-translate-x-full {
	--transform-translate-x: -100% !important
}

.-translate-x-1\/2 {
	--transform-translate-x: -50% !important
}

.translate-x-1\/2 {
	--transform-translate-x: 50% !important
}

.translate-x-full {
	--transform-translate-x: 100% !important
}

.translate-y-0 {
	--transform-translate-y: 0 !important
}

.translate-y-1 {
	--transform-translate-y: 0.25rem !important
}

.translate-y-2 {
	--transform-translate-y: 0.5rem !important
}

.translate-y-3 {
	--transform-translate-y: 0.75rem !important
}

.translate-y-4 {
	--transform-translate-y: 1rem !important
}

.translate-y-5 {
	--transform-translate-y: 1.25rem !important
}

.translate-y-6 {
	--transform-translate-y: 1.5rem !important
}

.translate-y-8 {
	--transform-translate-y: 2rem !important
}

.translate-y-10 {
	--transform-translate-y: 2.5rem !important
}

.translate-y-12 {
	--transform-translate-y: 3rem !important
}

.translate-y-16 {
	--transform-translate-y: 4rem !important
}

.translate-y-20 {
	--transform-translate-y: 5rem !important
}

.translate-y-24 {
	--transform-translate-y: 6rem !important
}

.translate-y-32 {
	--transform-translate-y: 8rem !important
}

.translate-y-40 {
	--transform-translate-y: 10rem !important
}

.translate-y-48 {
	--transform-translate-y: 12rem !important
}

.translate-y-56 {
	--transform-translate-y: 14rem !important
}

.translate-y-64 {
	--transform-translate-y: 16rem !important
}

.translate-y-px {
	--transform-translate-y: 1px !important
}

.-translate-y-50 {
	--transform-translate-y: -50px !important
}

.-translate-y-1 {
	--transform-translate-y: -0.25rem !important
}

.-translate-y-2 {
	--transform-translate-y: -0.5rem !important
}

.-translate-y-3 {
	--transform-translate-y: -0.75rem !important
}

.-translate-y-4 {
	--transform-translate-y: -1rem !important
}

.-translate-y-5 {
	--transform-translate-y: -1.25rem !important
}

.-translate-y-6 {
	--transform-translate-y: -1.5rem !important
}

.-translate-y-8 {
	--transform-translate-y: -2rem !important
}

.-translate-y-10 {
	--transform-translate-y: -2.5rem !important
}

.-translate-y-12 {
	--transform-translate-y: -3rem !important
}

.-translate-y-16 {
	--transform-translate-y: -4rem !important
}

.-translate-y-20 {
	--transform-translate-y: -5rem !important
}

.-translate-y-24 {
	--transform-translate-y: -6rem !important
}

.-translate-y-32 {
	--transform-translate-y: -8rem !important
}

.-translate-y-40 {
	--transform-translate-y: -10rem !important
}

.-translate-y-48 {
	--transform-translate-y: -12rem !important
}

.-translate-y-56 {
	--transform-translate-y: -14rem !important
}

.-translate-y-64 {
	--transform-translate-y: -16rem !important
}

.-translate-y-px {
	--transform-translate-y: -1px !important
}

.-translate-y--50 {
	--transform-translate-y: 50px !important
}

.-translate-y-full {
	--transform-translate-y: -100% !important
}

.-translate-y-1\/2 {
	--transform-translate-y: -50% !important
}

.translate-y-1\/2 {
	--transform-translate-y: 50% !important
}

.translate-y-full {
	--transform-translate-y: 100% !important
}

.hover\:translate-x-0:hover {
	--transform-translate-x: 0 !important
}

.hover\:translate-x-1:hover {
	--transform-translate-x: 0.25rem !important
}

.hover\:translate-x-2:hover {
	--transform-translate-x: 0.5rem !important
}

.hover\:translate-x-3:hover {
	--transform-translate-x: 0.75rem !important
}

.hover\:translate-x-4:hover {
	--transform-translate-x: 1rem !important
}

.hover\:translate-x-5:hover {
	--transform-translate-x: 1.25rem !important
}

.hover\:translate-x-6:hover {
	--transform-translate-x: 1.5rem !important
}

.hover\:translate-x-8:hover {
	--transform-translate-x: 2rem !important
}

.hover\:translate-x-10:hover {
	--transform-translate-x: 2.5rem !important
}

.hover\:translate-x-12:hover {
	--transform-translate-x: 3rem !important
}

.hover\:translate-x-16:hover {
	--transform-translate-x: 4rem !important
}

.hover\:translate-x-20:hover {
	--transform-translate-x: 5rem !important
}

.hover\:translate-x-24:hover {
	--transform-translate-x: 6rem !important
}

.hover\:translate-x-32:hover {
	--transform-translate-x: 8rem !important
}

.hover\:translate-x-40:hover {
	--transform-translate-x: 10rem !important
}

.hover\:translate-x-48:hover {
	--transform-translate-x: 12rem !important
}

.hover\:translate-x-56:hover {
	--transform-translate-x: 14rem !important
}

.hover\:translate-x-64:hover {
	--transform-translate-x: 16rem !important
}

.hover\:translate-x-px:hover {
	--transform-translate-x: 1px !important
}

.hover\:-translate-x-50:hover {
	--transform-translate-x: -50px !important
}

.hover\:-translate-x-1:hover {
	--transform-translate-x: -0.25rem !important
}

.hover\:-translate-x-2:hover {
	--transform-translate-x: -0.5rem !important
}

.hover\:-translate-x-3:hover {
	--transform-translate-x: -0.75rem !important
}

.hover\:-translate-x-4:hover {
	--transform-translate-x: -1rem !important
}

.hover\:-translate-x-5:hover {
	--transform-translate-x: -1.25rem !important
}

.hover\:-translate-x-6:hover {
	--transform-translate-x: -1.5rem !important
}

.hover\:-translate-x-8:hover {
	--transform-translate-x: -2rem !important
}

.hover\:-translate-x-10:hover {
	--transform-translate-x: -2.5rem !important
}

.hover\:-translate-x-12:hover {
	--transform-translate-x: -3rem !important
}

.hover\:-translate-x-16:hover {
	--transform-translate-x: -4rem !important
}

.hover\:-translate-x-20:hover {
	--transform-translate-x: -5rem !important
}

.hover\:-translate-x-24:hover {
	--transform-translate-x: -6rem !important
}

.hover\:-translate-x-32:hover {
	--transform-translate-x: -8rem !important
}

.hover\:-translate-x-40:hover {
	--transform-translate-x: -10rem !important
}

.hover\:-translate-x-48:hover {
	--transform-translate-x: -12rem !important
}

.hover\:-translate-x-56:hover {
	--transform-translate-x: -14rem !important
}

.hover\:-translate-x-64:hover {
	--transform-translate-x: -16rem !important
}

.hover\:-translate-x-px:hover {
	--transform-translate-x: -1px !important
}

.hover\:-translate-x--50:hover {
	--transform-translate-x: 50px !important
}

.hover\:-translate-x-full:hover {
	--transform-translate-x: -100% !important
}

.hover\:-translate-x-1\/2:hover {
	--transform-translate-x: -50% !important
}

.hover\:translate-x-1\/2:hover {
	--transform-translate-x: 50% !important
}

.hover\:translate-x-full:hover {
	--transform-translate-x: 100% !important
}

.hover\:translate-y-0:hover {
	--transform-translate-y: 0 !important
}

.hover\:translate-y-1:hover {
	--transform-translate-y: 0.25rem !important
}

.hover\:translate-y-2:hover {
	--transform-translate-y: 0.5rem !important
}

.hover\:translate-y-3:hover {
	--transform-translate-y: 0.75rem !important
}

.hover\:translate-y-4:hover {
	--transform-translate-y: 1rem !important
}

.hover\:translate-y-5:hover {
	--transform-translate-y: 1.25rem !important
}

.hover\:translate-y-6:hover {
	--transform-translate-y: 1.5rem !important
}

.hover\:translate-y-8:hover {
	--transform-translate-y: 2rem !important
}

.hover\:translate-y-10:hover {
	--transform-translate-y: 2.5rem !important
}

.hover\:translate-y-12:hover {
	--transform-translate-y: 3rem !important
}

.hover\:translate-y-16:hover {
	--transform-translate-y: 4rem !important
}

.hover\:translate-y-20:hover {
	--transform-translate-y: 5rem !important
}

.hover\:translate-y-24:hover {
	--transform-translate-y: 6rem !important
}

.hover\:translate-y-32:hover {
	--transform-translate-y: 8rem !important
}

.hover\:translate-y-40:hover {
	--transform-translate-y: 10rem !important
}

.hover\:translate-y-48:hover {
	--transform-translate-y: 12rem !important
}

.hover\:translate-y-56:hover {
	--transform-translate-y: 14rem !important
}

.hover\:translate-y-64:hover {
	--transform-translate-y: 16rem !important
}

.hover\:translate-y-px:hover {
	--transform-translate-y: 1px !important
}

.hover\:-translate-y-50:hover {
	--transform-translate-y: -50px !important
}

.hover\:-translate-y-1:hover {
	--transform-translate-y: -0.25rem !important
}

.hover\:-translate-y-2:hover {
	--transform-translate-y: -0.5rem !important
}

.hover\:-translate-y-3:hover {
	--transform-translate-y: -0.75rem !important
}

.hover\:-translate-y-4:hover {
	--transform-translate-y: -1rem !important
}

.hover\:-translate-y-5:hover {
	--transform-translate-y: -1.25rem !important
}

.hover\:-translate-y-6:hover {
	--transform-translate-y: -1.5rem !important
}

.hover\:-translate-y-8:hover {
	--transform-translate-y: -2rem !important
}

.hover\:-translate-y-10:hover {
	--transform-translate-y: -2.5rem !important
}

.hover\:-translate-y-12:hover {
	--transform-translate-y: -3rem !important
}

.hover\:-translate-y-16:hover {
	--transform-translate-y: -4rem !important
}

.hover\:-translate-y-20:hover {
	--transform-translate-y: -5rem !important
}

.hover\:-translate-y-24:hover {
	--transform-translate-y: -6rem !important
}

.hover\:-translate-y-32:hover {
	--transform-translate-y: -8rem !important
}

.hover\:-translate-y-40:hover {
	--transform-translate-y: -10rem !important
}

.hover\:-translate-y-48:hover {
	--transform-translate-y: -12rem !important
}

.hover\:-translate-y-56:hover {
	--transform-translate-y: -14rem !important
}

.hover\:-translate-y-64:hover {
	--transform-translate-y: -16rem !important
}

.hover\:-translate-y-px:hover {
	--transform-translate-y: -1px !important
}

.hover\:-translate-y--50:hover {
	--transform-translate-y: 50px !important
}

.hover\:-translate-y-full:hover {
	--transform-translate-y: -100% !important
}

.hover\:-translate-y-1\/2:hover {
	--transform-translate-y: -50% !important
}

.hover\:translate-y-1\/2:hover {
	--transform-translate-y: 50% !important
}

.hover\:translate-y-full:hover {
	--transform-translate-y: 100% !important
}

.focus\:translate-x-0:focus {
	--transform-translate-x: 0 !important
}

.focus\:translate-x-1:focus {
	--transform-translate-x: 0.25rem !important
}

.focus\:translate-x-2:focus {
	--transform-translate-x: 0.5rem !important
}

.focus\:translate-x-3:focus {
	--transform-translate-x: 0.75rem !important
}

.focus\:translate-x-4:focus {
	--transform-translate-x: 1rem !important
}

.focus\:translate-x-5:focus {
	--transform-translate-x: 1.25rem !important
}

.focus\:translate-x-6:focus {
	--transform-translate-x: 1.5rem !important
}

.focus\:translate-x-8:focus {
	--transform-translate-x: 2rem !important
}

.focus\:translate-x-10:focus {
	--transform-translate-x: 2.5rem !important
}

.focus\:translate-x-12:focus {
	--transform-translate-x: 3rem !important
}

.focus\:translate-x-16:focus {
	--transform-translate-x: 4rem !important
}

.focus\:translate-x-20:focus {
	--transform-translate-x: 5rem !important
}

.focus\:translate-x-24:focus {
	--transform-translate-x: 6rem !important
}

.focus\:translate-x-32:focus {
	--transform-translate-x: 8rem !important
}

.focus\:translate-x-40:focus {
	--transform-translate-x: 10rem !important
}

.focus\:translate-x-48:focus {
	--transform-translate-x: 12rem !important
}

.focus\:translate-x-56:focus {
	--transform-translate-x: 14rem !important
}

.focus\:translate-x-64:focus {
	--transform-translate-x: 16rem !important
}

.focus\:translate-x-px:focus {
	--transform-translate-x: 1px !important
}

.focus\:-translate-x-50:focus {
	--transform-translate-x: -50px !important
}

.focus\:-translate-x-1:focus {
	--transform-translate-x: -0.25rem !important
}

.focus\:-translate-x-2:focus {
	--transform-translate-x: -0.5rem !important
}

.focus\:-translate-x-3:focus {
	--transform-translate-x: -0.75rem !important
}

.focus\:-translate-x-4:focus {
	--transform-translate-x: -1rem !important
}

.focus\:-translate-x-5:focus {
	--transform-translate-x: -1.25rem !important
}

.focus\:-translate-x-6:focus {
	--transform-translate-x: -1.5rem !important
}

.focus\:-translate-x-8:focus {
	--transform-translate-x: -2rem !important
}

.focus\:-translate-x-10:focus {
	--transform-translate-x: -2.5rem !important
}

.focus\:-translate-x-12:focus {
	--transform-translate-x: -3rem !important
}

.focus\:-translate-x-16:focus {
	--transform-translate-x: -4rem !important
}

.focus\:-translate-x-20:focus {
	--transform-translate-x: -5rem !important
}

.focus\:-translate-x-24:focus {
	--transform-translate-x: -6rem !important
}

.focus\:-translate-x-32:focus {
	--transform-translate-x: -8rem !important
}

.focus\:-translate-x-40:focus {
	--transform-translate-x: -10rem !important
}

.focus\:-translate-x-48:focus {
	--transform-translate-x: -12rem !important
}

.focus\:-translate-x-56:focus {
	--transform-translate-x: -14rem !important
}

.focus\:-translate-x-64:focus {
	--transform-translate-x: -16rem !important
}

.focus\:-translate-x-px:focus {
	--transform-translate-x: -1px !important
}

.focus\:-translate-x--50:focus {
	--transform-translate-x: 50px !important
}

.focus\:-translate-x-full:focus {
	--transform-translate-x: -100% !important
}

.focus\:-translate-x-1\/2:focus {
	--transform-translate-x: -50% !important
}

.focus\:translate-x-1\/2:focus {
	--transform-translate-x: 50% !important
}

.focus\:translate-x-full:focus {
	--transform-translate-x: 100% !important
}

.focus\:translate-y-0:focus {
	--transform-translate-y: 0 !important
}

.focus\:translate-y-1:focus {
	--transform-translate-y: 0.25rem !important
}

.focus\:translate-y-2:focus {
	--transform-translate-y: 0.5rem !important
}

.focus\:translate-y-3:focus {
	--transform-translate-y: 0.75rem !important
}

.focus\:translate-y-4:focus {
	--transform-translate-y: 1rem !important
}

.focus\:translate-y-5:focus {
	--transform-translate-y: 1.25rem !important
}

.focus\:translate-y-6:focus {
	--transform-translate-y: 1.5rem !important
}

.focus\:translate-y-8:focus {
	--transform-translate-y: 2rem !important
}

.focus\:translate-y-10:focus {
	--transform-translate-y: 2.5rem !important
}

.focus\:translate-y-12:focus {
	--transform-translate-y: 3rem !important
}

.focus\:translate-y-16:focus {
	--transform-translate-y: 4rem !important
}

.focus\:translate-y-20:focus {
	--transform-translate-y: 5rem !important
}

.focus\:translate-y-24:focus {
	--transform-translate-y: 6rem !important
}

.focus\:translate-y-32:focus {
	--transform-translate-y: 8rem !important
}

.focus\:translate-y-40:focus {
	--transform-translate-y: 10rem !important
}

.focus\:translate-y-48:focus {
	--transform-translate-y: 12rem !important
}

.focus\:translate-y-56:focus {
	--transform-translate-y: 14rem !important
}

.focus\:translate-y-64:focus {
	--transform-translate-y: 16rem !important
}

.focus\:translate-y-px:focus {
	--transform-translate-y: 1px !important
}

.focus\:-translate-y-50:focus {
	--transform-translate-y: -50px !important
}

.focus\:-translate-y-1:focus {
	--transform-translate-y: -0.25rem !important
}

.focus\:-translate-y-2:focus {
	--transform-translate-y: -0.5rem !important
}

.focus\:-translate-y-3:focus {
	--transform-translate-y: -0.75rem !important
}

.focus\:-translate-y-4:focus {
	--transform-translate-y: -1rem !important
}

.focus\:-translate-y-5:focus {
	--transform-translate-y: -1.25rem !important
}

.focus\:-translate-y-6:focus {
	--transform-translate-y: -1.5rem !important
}

.focus\:-translate-y-8:focus {
	--transform-translate-y: -2rem !important
}

.focus\:-translate-y-10:focus {
	--transform-translate-y: -2.5rem !important
}

.focus\:-translate-y-12:focus {
	--transform-translate-y: -3rem !important
}

.focus\:-translate-y-16:focus {
	--transform-translate-y: -4rem !important
}

.focus\:-translate-y-20:focus {
	--transform-translate-y: -5rem !important
}

.focus\:-translate-y-24:focus {
	--transform-translate-y: -6rem !important
}

.focus\:-translate-y-32:focus {
	--transform-translate-y: -8rem !important
}

.focus\:-translate-y-40:focus {
	--transform-translate-y: -10rem !important
}

.focus\:-translate-y-48:focus {
	--transform-translate-y: -12rem !important
}

.focus\:-translate-y-56:focus {
	--transform-translate-y: -14rem !important
}

.focus\:-translate-y-64:focus {
	--transform-translate-y: -16rem !important
}

.focus\:-translate-y-px:focus {
	--transform-translate-y: -1px !important
}

.focus\:-translate-y--50:focus {
	--transform-translate-y: 50px !important
}

.focus\:-translate-y-full:focus {
	--transform-translate-y: -100% !important
}

.focus\:-translate-y-1\/2:focus {
	--transform-translate-y: -50% !important
}

.focus\:translate-y-1\/2:focus {
	--transform-translate-y: 50% !important
}

.focus\:translate-y-full:focus {
	--transform-translate-y: 100% !important
}

.button {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: .25rem
}

.button-cta {
	width: 100%;
	height: 51px
}

@media only screen and (min-width:768px) {
	.button-cta {
		width: 177.38px;
		height: 43.64px
	}
}

@media only screen and (min-width:1280px) {
	.button-cta {
		width: 252px;
		height: 62px
	}
}

.button-how {
	width: 252px;
	height: 62px
}

@media only screen and (min-width:1024px) {
	.button-how {
		width: 177.38px;
		height: 43.64px
	}
}

@media only screen and (min-width:1280px) {
	.button-how {
		width: 252px;
		height: 62px
	}
}

.button-find {
	width: 74.23px;
	height: 49.27px
}

@media only screen and (min-width:768px) {
	.button-find {
		width: 60.72px;
		height: 33px
	}
}

@media only screen and (min-width:1280px) {
	.button-find {
		width: 92px;
		height: 50px
	}
}

.button-letting-agent {
	width: 100%;
	height: 60px
}

@media only screen and (min-width:768px) {
	.button-letting-agent {
		width: 206px;
		height: 41px
	}
}

@media only screen and (min-width:1280px) {
	.button-letting-agent {
		width: 330px;
		height: 62px
	}
}

.button-lets-chat {
	width: 97.9%;
	height: 52px
}

@media only screen and (min-width:768px) {
	.button-lets-chat {
		width: 137px;
		height: 36px
	}
}

@media only screen and (min-width:1280px) {
	.button-lets-chat {
		width: 191px;
		height: 51.02px
	}
}

.button-book {
	border: 1px solid #e4e6ec;
	width: 271px;
	height: 48px
}

@media only screen and (min-width:768px) {
	.button-book {
		width: 184px;
		height: 41px
	}
}

@media only screen and (min-width:1280px) {
	.button-book {
		width: 277px;
		height: 62px
	}
}

.modal-btn-close {
	top: -55px
}

@media (min-width:768px) {
	.modal-btn-close {
		top: -62px
	}
}

.modal-btn-close {
	top: -62px
}

@font-face {
	font-family: Caros Soft;
	src: url(/fonts/CarosSoft/CarosSoft.eot?#iefix) format("embedded-opentype"),url(/fonts/CarosSoft/CarosSoft.otf) format("opentype"),url(/fonts/CarosSoft/CarosSoft.woff) format("woff"),url(/fonts/CarosSoft/CarosSoft.ttf) format("truetype"),url(/fonts/CarosSoft/CarosSoft.svg#CarosSoft) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Caros Soft;
	src: url(/fonts/CarosSoft-Italic/CarosSoft-Italic.eot?#iefix) format("embedded-opentype"),url(/fonts/CarosSoft-Italic/CarosSoft-Italic.otf) format("opentype"),url(/fonts/CarosSoft-Italic/CarosSoft-Italic.woff) format("woff"),url(/fonts/CarosSoft-Italic/CarosSoft-Italic.ttf) format("truetype"),url(/fonts/CarosSoft-Italic/CarosSoft-Italic.svg#CarosSoft-Italic) format("svg");
	font-weight: 400;
	font-style: italic
}

@font-face {
	font-family: Caros Soft;
	src: url(/fonts/CarosSoftBlack/CarosSoftBlack.eot?#iefix) format("embedded-opentype"),url(/fonts/CarosSoftBlack/CarosSoftBlack.otf) format("opentype"),url(/fonts/CarosSoftBlack/CarosSoftBlack.woff) format("woff"),url(/fonts/CarosSoftBlack/CarosSoftBlack.ttf) format("truetype"),url(/fonts/CarosSoftBlack/CarosSoftBlack.svg#CarosSoftBlack) format("svg");
	font-weight: 800;
	font-style: normal
}

@font-face {
	font-family: Caros Soft;
	src: url(/fonts/CarosSoftBlack-Italic/CarosSoftBlack-Italic.eot?#iefix) format("embedded-opentype"),url(/fonts/CarosSoftBlack-Italic/CarosSoftBlack-Italic.otf) format("opentype"),url(/fonts/CarosSoftBlack-Italic/CarosSoftBlack-Italic.woff) format("woff"),url(/fonts/CarosSoftBlack-Italic/CarosSoftBlack-Italic.ttf) format("truetype"),url(/fonts/CarosSoftBlack-Italic/CarosSoftBlack-Italic.svg#CarosSoftBlack-Italic) format("svg");
	font-weight: 800;
	font-style: italic
}

@font-face {
	font-family: Caros Soft;
	src: url(/fonts/CarosSoftBold/CarosSoftBold.eot?#iefix) format("embedded-opentype"),url(/fonts/CarosSoftBold/CarosSoftBold.otf) format("opentype"),url(/fonts/CarosSoftBold/CarosSoftBold.woff) format("woff"),url(/fonts/CarosSoftBold/CarosSoftBold.ttf) format("truetype"),url(/fonts/CarosSoftBold/CarosSoftBold.svg#CarosSoftBold) format("svg");
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: Caros Soft;
	src: url(/fonts/CarosSoftBold-Italic/CarosSoftBold-Italic.eot?#iefix) format("embedded-opentype"),url(/fonts/CarosSoftBold-Italic/CarosSoftBold-Italic.otf) format("opentype"),url(/fonts/CarosSoftBold-Italic/CarosSoftBold-Italic.woff) format("woff"),url(/fonts/CarosSoftBold-Italic/CarosSoftBold-Italic.ttf) format("truetype"),url(/fonts/CarosSoftBold-Italic/CarosSoftBold-Italic.svg#CarosSoftBold-Italic) format("svg");
	font-weight: 600;
	font-style: italic
}

@font-face {
	font-family: Caros Soft;
	src: url(/fonts/CarosSoftExtraBold/CarosSoftExtraBold.eot?#iefix) format("embedded-opentype"),url(/fonts/CarosSoftExtraBold/CarosSoftExtraBold.otf) format("opentype"),url(/fonts/CarosSoftExtraBold/CarosSoftExtraBold.woff) format("woff"),url(/fonts/CarosSoftExtraBold/CarosSoftExtraBold.ttf) format("truetype"),url(/fonts/CarosSoftExtraBold/CarosSoftExtraBold.svg#CarosSoftExtraBold) format("svg");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: Caros Soft;
	src: url(/fonts/CarosSoftExtraBold-Italic/CarosSoftExtraBold-Italic.eot?#iefix) format("embedded-opentype"),url(/fonts/CarosSoftExtraBold-Italic/CarosSoftExtraBold-Italic.otf) format("opentype"),url(/fonts/CarosSoftExtraBold-Italic/CarosSoftExtraBold-Italic.woff) format("woff"),url(/fonts/CarosSoftExtraBold-Italic/CarosSoftExtraBold-Italic.ttf) format("truetype"),url(/fonts/CarosSoftExtraBold-Italic/CarosSoftExtraBold-Italic.svg#CarosSoftExtraBold-Italic) format("svg");
	font-weight: 700;
	font-style: italic
}

@font-face {
	font-family: Caros Soft;
	src: url(/fonts/CarosSoftExtraLight/CarosSoftExtraLight.eot?#iefix) format("embedded-opentype"),url(/fonts/CarosSoftExtraLight/CarosSoftExtraLight.otf) format("opentype"),url(/fonts/CarosSoftExtraLight/CarosSoftExtraLight.woff) format("woff"),url(/fonts/CarosSoftExtraLight/CarosSoftExtraLight.ttf) format("truetype"),url(/fonts/CarosSoftExtraLight/CarosSoftExtraLight.svg#CarosSoftExtraLight) format("svg");
	font-weight: 200;
	font-style: normal
}

@font-face {
	font-family: Caros Soft;
	src: url(/fonts/CarosSoftExtraLight-Italic/CarosSoftExtraLight-Italic.eot?#iefix) format("embedded-opentype"),url(/fonts/CarosSoftExtraLight-Italic/CarosSoftExtraLight-Italic.otf) format("opentype"),url(/fonts/CarosSoftExtraLight-Italic/CarosSoftExtraLight-Italic.woff) format("woff"),url(/fonts/CarosSoftExtraLight-Italic/CarosSoftExtraLight-Italic.ttf) format("truetype"),url(/fonts/CarosSoftExtraLight-Italic/CarosSoftExtraLight-Italic.svg#CarosSoftExtraLight-Italic) format("svg");
	font-weight: 200;
	font-style: italic
}

@font-face {
	font-family: Caros Soft;
	src: url(/fonts/CarosSoftHeavy/CarosSoftHeavy.eot?#iefix) format("embedded-opentype"),url(/fonts/CarosSoftHeavy/CarosSoftHeavy.otf) format("opentype"),url(/fonts/CarosSoftHeavy/CarosSoftHeavy.woff) format("woff"),url(/fonts/CarosSoftHeavy/CarosSoftHeavy.ttf) format("truetype"),url(/fonts/CarosSoftHeavy/CarosSoftHeavy.svg#CarosSoftHeavy) format("svg");
	font-weight: 900;
	font-style: normal
}

@font-face {
	font-family: Caros Soft;
	src: url(/fonts/CarosSoftHeavy-Italic/CarosSoftHeavy-Italic.eot?#iefix) format("embedded-opentype"),url(/fonts/CarosSoftHeavy-Italic/CarosSoftHeavy-Italic.otf) format("opentype"),url(/fonts/CarosSoftHeavy-Italic/CarosSoftHeavy-Italic.woff) format("woff"),url(/fonts/CarosSoftHeavy-Italic/CarosSoftHeavy-Italic.ttf) format("truetype"),url(/fonts/CarosSoftHeavy-Italic/CarosSoftHeavy-Italic.svg#CarosSoftHeavy-Italic) format("svg");
	font-weight: 900;
	font-style: italic
}

@font-face {
	font-family: Caros Soft;
	src: url(/fonts/CarosSoftLight/CarosSoftLight.eot?#iefix) format("embedded-opentype"),url(/fonts/CarosSoftLight/CarosSoftLight.otf) format("opentype"),url(/fonts/CarosSoftLight/CarosSoftLight.woff) format("woff"),url(/fonts/CarosSoftLight/CarosSoftLight.ttf) format("truetype"),url(/fonts/CarosSoftLight/CarosSoftLight.svg#CarosSoftLight) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Caros Soft;
	src: url(/fonts/CarosSoftLight-Italic/CarosSoftLight-Italic.eot?#iefix) format("embedded-opentype"),url(/fonts/CarosSoftLight-Italic/CarosSoftLight-Italic.otf) format("opentype"),url(/fonts/CarosSoftLight-Italic/CarosSoftLight-Italic.woff) format("woff"),url(/fonts/CarosSoftLight-Italic/CarosSoftLight-Italic.ttf) format("truetype"),url(/fonts/CarosSoftLight-Italic/CarosSoftLight-Italic.svg#CarosSoftExtraLight-Italic) format("svg");
	font-weight: 400;
	font-style: italic
}

@font-face {
	font-family: Caros Soft;
	src: url(/fonts/CarosSoftMedium/CarosSoftMedium.eot?#iefix) format("embedded-opentype"),url(/fonts/CarosSoftMedium/CarosSoftMedium.otf) format("opentype"),url(/fonts/CarosSoftMedium/CarosSoftMedium.woff) format("woff"),url(/fonts/CarosSoftMedium/CarosSoftMedium.ttf) format("truetype"),url(/fonts/CarosSoftMedium/CarosSoftMedium.svg#CarosSoftMedium) format("svg");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: Caros Soft;
	src: url(/fonts/CarosSoftMedium-Italic/CarosSoftMedium-Italic.eot?#iefix) format("embedded-opentype"),url(/fonts/CarosSoftMedium-Italic/CarosSoftMedium-Italic.otf) format("opentype"),url(/fonts/CarosSoftMedium-Italic/CarosSoftMedium-Italic.woff) format("woff"),url(/fonts/CarosSoftMedium-Italic/CarosSoftMedium-Italic.ttf) format("truetype"),url(/fonts/CarosSoftMedium-Italic/CarosSoftMedium-Italic.svg#CarosSoftMedium-Italic) format("svg");
	font-weight: 500;
	font-style: italic
}

@font-face {
	font-family: Caros Soft;
	src: url(/fonts/CarosSoftThin/CarosSoftThin.eot?#iefix) format("embedded-opentype"),url(/fonts/CarosSoftThin/CarosSoftThin.otf) format("opentype"),url(/fonts/CarosSoftThin/CarosSoftThin.woff) format("woff"),url(/fonts/CarosSoftThin/CarosSoftThin.ttf) format("truetype"),url(/fonts/CarosSoftThin/CarosSoftThin.svg#CarosSoftThin) format("svg");
	font-weight: 100;
	font-style: normal
}

@font-face {
	font-family: Brighter Regular;
	src: url(/fonts/Brighter-Regular/Brighter-Regular.otf) format("opentype")
}

.font-brighter-regular {
	font-family: Brighter Regular
}

.font-helvetica {
	font-family: Helvetica
}

@font-face {
	font-family: acukicons;
	src: url(/fonts/ACUKIcons/acukicons.eot);
	src: url(/fonts/ACUKIcons/acukicons.eot?z640mj#iefix) format("embedded-opentype"),url(/fonts/ACUKIcons/acukicons.woff2?z640mj) format("woff2"),url(/fonts/ACUKIcons/acukicons.woff?z640mj) format("woff"),url(/fonts/ACUKIcons/acukicons.ttf?z640mj) format("truetype"),url(/fonts/ACUKIcons/acukicons.svg?z640mj#acukicons) format("svg");
	font-style: normal;
	font-weight: 400
}

.acuk-icon {
	display: inline-block;
	font-family: acukicons !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	vertical-align: -.125em;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.acuk-icon-360tour:before {
	content: "\EA01"
}

.acuk-icon-brandmark:before {
	content: "\EA02"
}

.acuk-icon-feature-calendar:before {
	content: "\EA03"
}

.acuk-icon-feature-cctv:before {
	content: "\EA04"
}

.acuk-icon-feature-computer:before {
	content: "\EA05"
}

.acuk-icon-feature-coverage:before {
	content: "\EA06"
}

.acuk-icon-feature-garden:before {
	content: "\EA07"
}

.acuk-icon-feature-kitchen:before {
	content: "\EA08"
}

.acuk-icon-feature-parking:before {
	content: "\EA09"
}

.acuk-icon-feature-pets-allowed:before {
	content: "\EA0A"
}

.acuk-icon-feature-smokers-allowed:before {
	content: "\EA0B"
}

.acuk-icon-feature-star:before {
	content: "\EA0C"
}

.acuk-icon-feature-students-allowed:before {
	content: "\EA0D"
}

.acuk-icon-feature-television:before {
	content: "\EA0E"
}

.acuk-icon-feature-wifi:before {
	content: "\EA0F"
}

.acuk-icon-pin:before {
	content: "\EA10"
}

.acuk-icon-pin-outline:before {
	content: "\EA11"
}

.acuk-icon-question-mark:before {
	content: "\EA12"
}

.acuk-icon-share:before {
	content: "\EA13"
}

.acuk-icon-social-facebook:before {
	content: "\EA14"
}

.acuk-icon-social-instagram:before {
	content: "\EA15"
}

.acuk-icon-social-linkedin:before {
	content: "\EA16"
}

.acuk-icon-streetview:before {
	content: "\EA17"
}

.acuk-icon-tick:before {
	content: "\EA18"
}

.is-hidden, select.choices__input {
	display: none !important
}

.choices {
	position: relative;
	z-index: inherit;
	border: none !important
}

	.choices:focus {
		outline: none
	}

	.choices:last-child {
		margin-bottom: 0
	}

	.choices.is-open {
		box-shadow: 0 5px 10px rgba(0,0,0,.1)
	}

		.choices.is-open .choices__inner {
			border-bottom-left-radius: 0 !important;
			border-bottom-right-radius: 0 !important;
			border-color: #666 !important;
			border-bottom: 0 !important
		}

	.choices.is-disabled {
		opacity: .5
	}

		.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
			background-color: #eaeaea;
			cursor: not-allowed;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none
		}

		.choices.is-disabled .choices__item {
			cursor: not-allowed
		}

.searchable .choices__list--dropdown .choices__input {
	background: rgba(0,0,0,.03) !important;
	border-top: 1px solid rgba(0,0,0,.05);
	border-bottom: 1px solid rgba(0,0,0,.05)
}

.searchable .choices__list--dropdown:before {
	content: "search";
	font-family: Material Icons !important;
	font-weight: 500;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	position: absolute;
	z-index: 999999999;
	top: .5em;
	right: .5em;
	font-size: 1.75em;
	color: rgba(0,0,0,.4)
}

.choices[data-type*=select-one] {
	cursor: pointer
}

	.choices[data-type*=select-one] .choices__inner {
		box-shadow: none;
		border: 1px solid #666;
		border-radius: .25rem;
		height: 4.75em;
		padding: 1.25em 1em 0 .875em;
		color: #000;
		font-size: 1em;
		font-weight: 400;
		z-index: 11;
		background: transparent;
		margin: 0;
		display: block;
		width: 100%
	}

	.choices[data-type*=select-one] .choices__button {
		background-image: url(/assets/icons/cross-inverse.svg);
		padding: 0;
		background-size: 8px;
		height: 100%;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -10px;
		margin-right: 25px;
		height: 20px;
		width: 20px;
		border-radius: 10em;
		opacity: .5
	}

		.choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
			opacity: 1
		}

		.choices[data-type*=select-one] .choices__button:focus {
			box-shadow: 0 0 0 2px #fde8e0
		}

	.choices[data-type*=select-one]:after {
		content: "";
		height: 0;
		width: 0;
		border: 5px solid transparent;
		border-top-color: #333;
		position: absolute;
		right: 11.5px;
		top: 50%;
		margin-top: -2.5px;
		pointer-events: none
	}

	.choices[data-type*=select-one].is-open:after {
		border-color: transparent transparent #333;
		margin-top: -7.5px
	}

	.choices[data-type*=select-one][dir=rtl]:after {
		left: 11.5px;
		right: auto
	}

	.choices[data-type*=select-one][dir=rtl] .choices__button {
		right: auto;
		left: 0;
		margin-left: 25px;
		margin-right: 0
	}

.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
	cursor: text;
	padding: 6px
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
	position: relative;
	display: inline-block;
	margin: 0 -4px 0 8px;
	padding-left: 16px;
	border-left: 1px solid #684f1d;
	background-image: url(/assets/icons/cross.svg);
	background-size: 8px;
	width: 8px;
	line-height: 1;
	opacity: .75
}

	.choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
		opacity: 1
	}

.choices__inner {
	display: block;
	width: 100%;
	border: 0;
	transition: box-shadow .15s ease;
	margin: 10px 0 1px;
	font-size: 1.2em;
	line-height: 2;
	background-clip: padding-box;
	border-radius: .25rem;
	background: hsla(0,0%,100%,.9);
	overflow: hidden
}

	.choices__inner .choices__item--selectable {
		position: relative;
		top: 0;
		left: 0;
		font-size: 1em;
		font-weight: 400;
		z-index: 11;
		padding: 0
	}

		.choices__inner .choices__item--selectable i {
			margin-right: 5px
		}

		.choices__inner .choices__item--selectable p {
			display: none !important
		}

.choices__list {
	margin: 0;
	padding-left: 0;
	list-style: none
}

.choices__list--single {
	display: inline-block;
	padding: .75em .15em;
	position: relative;
	width: 100%
}

[dir=rtl] .choices__list--single {
	padding-right: 4px;
	padding-left: 16px
}

.choices__list--single .choices__item {
	width: 100%
}

.choices__list--multiple {
	display: inline
}

	.choices__list--multiple .choices__item {
		display: inline-block;
		vertical-align: middle;
		border-radius: 0;
		padding: 4px 10px;
		font-size: 11px !important;
		line-height: 14px !important;
		margin-right: 3.75px;
		margin-bottom: 3.75px;
		margin-top: 5px;
		background-color: #ee5723;
		border: 1px solid #fbd6c9;
		color: #684f1d;
		font-weight: 500;
		letter-spacing: 1px;
		word-break: break-all
	}

		.choices__list--multiple .choices__item[data-deletable] {
			padding-right: 5px
		}

[dir=rtl] .choices__list--multiple .choices__item {
	margin-right: 0;
	margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
	background-color: #fbd6c9;
	border: 1px solid #f9c3b1
}

.is-disabled .choices__list--multiple .choices__item {
	background-color: #aaa;
	border: 1px solid #919191
}

.choices__list--dropdown {
	display: none;
	box-shadow: 0 10px 10px rgba(0,0,0,.1);
	position: absolute;
	z-index: 9999;
	width: 100%;
	background-color: #fff;
	border: 1px solid #666;
	border-top: 0 !important;
	top: 100%;
	margin-top: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	overflow: hidden;
	word-break: break-all;
	padding: 0 !important;
	margin: -1px 0 0 !important
}

	.choices__list--dropdown .choices__placeholder {
		min-height: 36px
	}

	.choices__list--dropdown.is-active {
		display: block
	}

.is-open .choices__list--dropdown {
	border-color: #666
}

.is-flipped .choices__list--dropdown {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: -1px;
	border-radius: .25rem .25rem 0 0
}

.choices__list--dropdown .choices__list {
	position: relative;
	max-height: 300px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	will-change: scroll-position
}

.choices__list--dropdown .choices__item {
	position: relative;
	padding: 1em 1.25em;
	font-size: 1em;
	font-weight: 500
}

	.choices__list--dropdown .choices__item.has-no-results {
		padding: 1em 1.25em 1.25em
	}

[dir=rtl] .choices__list--dropdown .choices__item {
	text-align: right
}

.choices__list--dropdown .choices__item > span {
	display: flex
}

	.choices__list--dropdown .choices__item > span i {
		position: relative;
		top: 5px;
		font-size: 1.3em !important;
		padding: 0;
		height: 2em !important
	}

	.choices__list--dropdown .choices__item > span span {
		margin-left: 10px
	}

		.choices__list--dropdown .choices__item > span span p {
			margin: 0;
			padding: 0;
			font-size: 10px;
			line-height: 12px;
			font-weight: 400
		}

.choices__list--dropdown .choices__item--selectable {
	color: #8898aa
}

@media (min-width:640px) {
	.choices__list--dropdown .choices__item--selectable:after {
		content: attr(data-select-text);
		font-size: 12px;
		opacity: 0;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%)
	}

	[dir=rtl] .choices__list--dropdown .choices__item--selectable {
		text-align: right;
		padding-left: 100px;
		padding-right: 10px
	}

		[dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
			right: auto;
			left: 10px
		}
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: #fde8e0;
	color: #9f320c
}

	.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
		opacity: .5
	}

.choices__item--selectable[data-select-text=""] {
	padding-right: 0 !important
}

.choices__item {
	cursor: default
}

.choices__item--selectable {
	cursor: pointer;
	padding: 1.5em 1.25em;
	font-size: 1em
}

.choices__item--disabled {
	cursor: not-allowed;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: .5
}

.choices__heading {
	font-weight: 600;
	font-size: 12px;
	padding: 10px;
	border-bottom: 1px solid #f7f7f7;
	color: #807f7f
}

.choices__button {
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: pointer
}

	.choices__button:focus {
		outline: none
	}

.choices__input {
	display: inline-block;
	vertical-align: baseline;
	background: none !important;
	font-size: 14px;
	margin-bottom: 5px;
	border: 0;
	border-radius: 0;
	max-width: 100%;
	width: 100%;
	padding: 1em 1.25em;
	position: relative;
	z-index: 2
}

	.choices__input:focus {
		outline: 0
	}

[dir=rtl] .choices__input {
	padding-right: 2px;
	padding-left: 0
}

.choices__placeholder {
	opacity: .5
}

.container {
	width: 315px
}

@media only screen and (min-width:768px) {
	.container {
		width: 712px
	}
}

@media only screen and (min-width:1024px) {
	.container {
		width: 832px
	}
}

@media only screen and (min-width:1280px) {
	.container {
		width: 1083px
	}
}

.v-application, .v-application .title, body, body .title {
	font-family: Caros Soft,sans-serif !important
}

body, html {
	height: 100%;
	overflow-y: auto !important;
	touch-action: none
}

	html.full-height #app main, html.full-height body {
		height: auto
	}

body {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

	body.modal-open, body.modal-open #app {
		overflow-y: hidden
	}

		body.modal-open .header-wrapper {
			z-index: 10 !important
		}

		body.modal-open main {
			z-index: inherit
		}

	body.hamburger-menu-open {
		height: 100vh !important;
		overflow-y: hidden !important
	}

#app {
	overflow-y: auto
}

	#app, #app.for-scroll main {
		height: 100%
	}

.font-caros-soft {
	font-family: Caros Soft
}

.fullsize-modal__wrapper {
	z-index: 40;
	display: flex;
	--text-opacity: 1;
	color: #fff;
	color: rgba(255,255,255,var(--text-opacity));
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

	.fullsize-modal__wrapper.no-header .fullsize-modal--header {
		display: none
	}

@media (min-width:768px) {
	.fullsize-modal__wrapper.interest-modal .fullsize-modal--header {
		display: none
	}
}

.fullsize-modal__wrapper.success-notify-modal .fullsize-modal--header {
	display: none
}

.fullsize-modal__wrapper.success-notify-modal .fullsize-modal__container {
	width: auto;
	height: auto
}

.fullsize-modal__backdrop {
	background-color: #323648;
	position: absolute
}

	.fullsize-modal__backdrop, .fullsize-modal__backdrop .fullsize-modal__container {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%
	}

:focus {
	outline-style: none;
	outline: none
}

input, textarea {
	box-shadow: none !important
}

.player-full-size .plyr--full-ui, .player-full-size .plyr--full-ui .plyr__video-wrapper {
	height: 100%
}

.player-controls-gray .plyr--video .plyr__controls {
	background: linear-gradient(transparent,rgba(50,54,72,.7))
}

.footer-subs:before {
	content: "";
	background-image: url(https://pre-production-cdn.accommodation.co.uk/assets/img/public/landing/dots4.svg);
	background-size: cover;
	width: 235px;
	height: 175px;
	position: absolute;
	top: 0;
	left: -80px;
	transform: scaleY(-1);
	overflow: hidden
}

@media only screen and (min-width:768px) {
	.footer-subs:before {
		left: -165px;
		bottom: 0;
		transform: scaleY(1)
	}
}

@media only screen and (min-width:1152px) {
	.footer-subs:before {
		bottom: 0;
		left: 0;
		transform: scaleY(1)
	}
}

.ac-scrollbar::-webkit-scrollbar {
	width: 3px;
	height: 3px
}

.ac-scrollbar::-webkit-scrollbar-thumb {
	background: hsla(0,0%,60%,.3);
	border-radius: 10px
}

.ac-scrollbar::-webkit-scrollbar-track {
	background: #fff
}

.text-xxs {
	font-size: .65rem
}

.shadowed {
	box-shadow: 0 2px 33px 0 rgba(133,140,152,.1)
}

button.disabled {
	opacity: .5;
	pointer-events: none
}

.input-group {
	position: relative;
	font-size: .9em
}

	.input-group label {
		transition: all .1s ease-in;
		position: absolute;
		top: .8em;
		left: 1.2em;
		z-index: 12;
		color: #666
	}

		.input-group label.placeholder {
			z-index: 10
		}

		.input-group label, .input-group label.placeholder {
			font-size: .875em
		}

	.input-group.disabled label {
		opacity: .5
	}

	.input-group.disabled .input-control {
		opacity: .5;
		cursor: not-allowed;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		pointer-events: none
	}

	.input-group .input-control {
		height: 4.5em;
		padding: 3em 1em 1.5em
	}

	.input-group .input-control, .input-group textarea.input-control {
		position: relative;
		width: 100%;
		box-shadow: none;
		border: 1px solid #666;
		border-radius: .25rem;
		color: #000;
		font-weight: 400;
		z-index: 11;
		background: transparent
	}

	.input-group textarea.input-control {
		padding: 20px 10px 0
	}

	.input-group small {
		display: block;
		font-size: 1em;
		font-weight: 600;
		line-height: 1em;
		color: #f56565
	}

		.input-group small:first-letter {
			text-transform: uppercase
		}

	.input-group.error > label {
		color: #e53e3e
	}

	.input-group.error .input-control {
		border-color: #fc8181 !important
	}

	.input-group.error:before {
		content: "close";
		font-family: Material Icons !important;
		font-weight: 400;
		font-style: normal;
		line-height: 1;
		letter-spacing: normal;
		text-transform: none;
		white-space: nowrap;
		word-wrap: normal;
		direction: ltr;
		-webkit-font-feature-settings: "liga";
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		position: absolute;
		z-index: 9;
		top: 18px;
		right: 10px;
		line-height: 14px;
		padding: 1px;
		border-radius: 50%;
		color: #f56565;
		background: #fed7d7
	}

	.input-group.error .choices .choices__inner {
		border-color: #fc8181 !important
	}

		.input-group.error .choices .choices__inner:before {
			content: "close";
			font-family: Material Icons !important;
			font-weight: 400;
			font-style: normal;
			line-height: 1;
			letter-spacing: normal;
			text-transform: none;
			display: inline-block;
			white-space: nowrap;
			word-wrap: normal;
			direction: ltr;
			-webkit-font-feature-settings: "liga";
			-webkit-font-smoothing: antialiased;
			position: absolute;
			z-index: 9;
			top: 18px;
			right: 10px;
			font-size: 1.75em;
			padding: 0 1px 1px;
			border-radius: 100%;
			color: #f56565;
			background: #fed7d7
		}

.check.error:before {
	top: 5px
}

.check label {
	font-weight: 400;
	cursor: pointer;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	position: relative !important;
	display: block;
	top: 0 !important;
	left: 0 !important
}

	.check label:after {
		content: "";
		display: block;
		width: 100%
	}

	.check label > input {
		display: none
	}

		.check label > input + span {
			line-height: 24px;
			color: #666
		}

		.check label > input[disabled] + i, .check label > input[disabled] + span, .check label > input[readonly] + i, .check label > input[readonly] + span {
			opacity: .6;
			cursor: not-allowed
		}

		.check label > input + i, .check label > input + span {
			position: relative;
			padding-left: 24px;
			display: inline-block
		}

			.check label > input + i:after, .check label > input + i:before, .check label > input + span:after, .check label > input + span:before {
				content: "";
				position: absolute
			}

			.check label > input + i:before, .check label > input + span:before {
				width: 14px;
				height: 14px;
				background-color: #fff;
				border: 1px solid #979797;
				pointer-events: none;
				border-radius: 3px;
				left: 0;
				top: 5px
			}

			.check label > input + i:after, .check label > input + span:after {
				content: "";
				position: absolute;
				display: block;
				height: 6px;
				width: 9px;
				border-left: 2px solid #fff;
				border-bottom: 2px solid #fff;
				transform: rotate(-45deg);
				top: 7px;
				left: 2px
			}

		.check label > input:checked + i:after, .check label > input:checked + span:after {
			display: block
		}

		.check label > input:checked + i:before, .check label > input:checked + span:before {
			background-color: #ee5723;
			border-color: #ce4110
		}

.radio.error:before {
	top: 5px
}

.radio label {
	font-weight: 400;
	cursor: pointer;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	position: relative !important;
	display: block;
	top: 0 !important;
	left: 0 !important
}

	.radio label:after {
		content: "";
		display: block;
		width: 100%
	}

	.radio label > input {
		display: none
	}

		.radio label > input + span {
			line-height: 24px;
			color: #666
		}

		.radio label > input[disabled] + i, .radio label > input[disabled] + span, .radio label > input[readonly] + i, .radio label > input[readonly] + span {
			opacity: .6;
			cursor: not-allowed
		}

		.radio label > input + i, .radio label > input + span {
			position: relative;
			padding-left: 24px;
			display: inline-block
		}

			.radio label > input + i:after, .radio label > input + i:before, .radio label > input + span:after, .radio label > input + span:before {
				content: "";
				position: absolute
			}

			.radio label > input + i:before, .radio label > input + span:before {
				width: 16px;
				height: 16px;
				background-color: #fff;
				border: 1px solid #979797;
				border-radius: 50%;
				pointer-events: none;
				left: 0;
				top: 4px
			}

			.radio label > input + i:after, .radio label > input + span:after {
				width: 8px;
				height: 8px;
				background-color: #ee5723;
				outline: none;
				border-radius: 50%;
				transition: all .5s;
				-webkit-transition: all .5s;
				top: 8px;
				left: 4px;
				display: none
			}

		.radio label > input:checked + i:after, .radio label > input:checked + span:after {
			display: block
		}

.btn {
	position: relative;
	transition: all .3s;
	display: flex;
	justify-content: center
}

	.btn.disabled {
		pointer-events: none !important;
		cursor: no-drop !important
	}

	.btn i {
		display: none
	}

	.btn div, .btn i {
		position: absolute
	}

	.btn div {
		opacity: 0;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%) rotate(-90deg);
		transition: all 1.2s
	}

		.btn div svg .continues-loader {
			stroke-dasharray: 157;
			-webkit-animation: dash 60000s linear infinite forwards;
			animation: dash 60000s linear infinite forwards
		}

	.btn.loading {
		pointer-events: none !important;
		cursor: no-drop !important;
		transition: all 0s
	}

		.btn.loading, .btn.loading:active, .btn.loading:focus, .btn.loading:hover {
			background: #fff;
			border: 1px solid #e4e6ec
		}

			.btn.loading span {
				visibility: hidden
			}

			.btn.loading div {
				opacity: 1
			}

	.btn.success {
		pointer-events: none !important;
		cursor: no-drop !important;
		transition: all 0s
	}

		.btn.success, .btn.success:active, .btn.success:focus, .btn.success:hover {
			background: #fff;
			border: 1px solid #ee5723
		}

			.btn.success span {
				visibility: hidden
			}

			.btn.success i {
				display: block
			}

@-webkit-keyframes dash {
	0% {
		stroke-dashoffset: 700000
	}

	10% {
		stroke-dashoffset: 0
	}
}

@keyframes dash {
	0% {
		stroke-dashoffset: 700000
	}

	10% {
		stroke-dashoffset: 0
	}
}

.error-card {
	background-color: rgba(255,20,0,.04);
	color: #ff1400;
	border-radius: 5px;
	word-break: break-all
}

@media (min-width:1152px) {
	.VueCarousel.navtype1 .VueCarousel-navigation {
		position: relative;
		width: 64px;
		margin-top: 40px;
		align-self: flex-end
	}

		.VueCarousel.navtype1 .VueCarousel-navigation .VueCarousel-navigation-button {
			position: absolute;
			width: 36px;
			height: 36px;
			border-radius: 18px;
			bottom: 0;
			border: 3px solid #c4c4c4;
			background-repeat: no-repeat;
			background-position: 50%
		}

			.VueCarousel.navtype1 .VueCarousel-navigation .VueCarousel-navigation-button:focus {
				outline: none
			}

			.VueCarousel.navtype1 .VueCarousel-navigation .VueCarousel-navigation-button.VueCarousel-navigation-prev {
				left: 15px;
				background-image: url(/img/v2/landing/left_t1_gray.svg)
			}

				.VueCarousel.navtype1 .VueCarousel-navigation .VueCarousel-navigation-button.VueCarousel-navigation-prev:hover {
					background-image: url(/img/v2/landing/left_t1_orange.svg)
				}

			.VueCarousel.navtype1 .VueCarousel-navigation .VueCarousel-navigation-button.VueCarousel-navigation-next {
				left: 0;
				right: 0;
				background-image: url(/img/v2/landing/right_t1_gray.svg)
			}

				.VueCarousel.navtype1 .VueCarousel-navigation .VueCarousel-navigation-button.VueCarousel-navigation-next:hover {
					background-image: url(/img/v2/landing/right_t1_orange.svg)
				}

			.VueCarousel.navtype1 .VueCarousel-navigation .VueCarousel-navigation-button:hover {
				border-color: #ee5723
			}
}

@media (min-width:768px) and (max-width:1151px) {
	.VueCarousel.navtype1 .VueCarousel-navigation {
		position: relative;
		width: 48px;
		margin-top: 24px;
		align-self: flex-end
	}

		.VueCarousel.navtype1 .VueCarousel-navigation .VueCarousel-navigation-button {
			position: absolute;
			width: 24px;
			height: 24px;
			border-radius: 12px;
			bottom: 0;
			border: 1.7375px solid #c4c4c4;
			background-repeat: no-repeat;
			background-position: 50%;
			background-size: 67% 67%
		}

			.VueCarousel.navtype1 .VueCarousel-navigation .VueCarousel-navigation-button:focus {
				outline: none
			}

			.VueCarousel.navtype1 .VueCarousel-navigation .VueCarousel-navigation-button.VueCarousel-navigation-prev {
				left: 15px;
				background-image: url(/img/v2/landing/left_t1_gray.svg)
			}

				.VueCarousel.navtype1 .VueCarousel-navigation .VueCarousel-navigation-button.VueCarousel-navigation-prev:hover {
					background-image: url(/img/v2/landing/left_t1_orange.svg)
				}

			.VueCarousel.navtype1 .VueCarousel-navigation .VueCarousel-navigation-button.VueCarousel-navigation-next {
				left: 0;
				right: 0;
				margin-left: 0 !important;
				background-image: url(/img/v2/landing/right_t1_gray.svg)
			}

				.VueCarousel.navtype1 .VueCarousel-navigation .VueCarousel-navigation-button.VueCarousel-navigation-next:hover {
					background-image: url(/img/v2/landing/right_t1_orange.svg)
				}

			.VueCarousel.navtype1 .VueCarousel-navigation .VueCarousel-navigation-button:hover {
				border: .15rem solid #ee5723
			}
}

@media (max-width:767px) {
	.VueCarousel.navtype1 .VueCarousel-navigation .VueCarousel-navigation-button {
		width: 36px;
		height: 36px;
		top: 102px !important;
		border-radius: 18px;
		background-color: hsla(0,0%,84.7%,.4);
		background-repeat: no-repeat;
		background-position: 50%
	}

		.VueCarousel.navtype1 .VueCarousel-navigation .VueCarousel-navigation-button:focus {
			outline: none
		}

		.VueCarousel.navtype1 .VueCarousel-navigation .VueCarousel-navigation-button.VueCarousel-navigation-prev {
			left: 36px !important;
			background-image: url(/img/v2/landing/left_t1_white.svg)
		}

			.VueCarousel.navtype1 .VueCarousel-navigation .VueCarousel-navigation-button.VueCarousel-navigation-prev:hover {
				background-image: url(/img/v2/landing/left_t1_orange.svg)
			}

		.VueCarousel.navtype1 .VueCarousel-navigation .VueCarousel-navigation-button.VueCarousel-navigation-next {
			right: 36px !important;
			background-image: url(/img/v2/landing/right_t1_white.svg)
		}

			.VueCarousel.navtype1 .VueCarousel-navigation .VueCarousel-navigation-button.VueCarousel-navigation-next:hover {
				background-image: url(/img/v2/landing/right_t1_orange.svg)
			}
}

@media (min-width:1152px) {
	.VueCarousel.navtype1__small .VueCarousel-navigation {
		width: 48px;
		margin-top: 40px
	}

		.VueCarousel.navtype1__small .VueCarousel-navigation .VueCarousel-navigation-button {
			width: 28px;
			height: 28px;
			border-radius: 999px;
			border: 2px solid #c4c4c4
		}
}

@media (min-width:768px) and (max-width:1151px) {
	.VueCarousel.navtype1__small .VueCarousel-navigation {
		width: 48px;
		margin-top: 40px
	}

		.VueCarousel.navtype1__small .VueCarousel-navigation .VueCarousel-navigation-button {
			width: 24px;
			height: 24px;
			border-radius: 999px;
			border: 1px solid #c4c4c4;
			background-size: 67% 67%
		}
}

@media (max-width:767px) {
	.VueCarousel.navtype1__small .VueCarousel-navigation {
		display: none
	}

		.VueCarousel.navtype1__small .VueCarousel-navigation .VueCarousel-navigation-button {
			width: 36px;
			height: 36px;
			border-radius: 999px
		}
}

.VueCarousel.navtype1-lefttype1 .VueCarousel-navigation .VueCarousel-navigation-button {
	top: calc(50% - 15px) !important
}

@media (max-width:767px) {
	.VueCarousel.navtype1-lefttype1 .VueCarousel-navigation .VueCarousel-navigation-button.VueCarousel-navigation-prev {
		left: 35px !important
	}
}

@media (min-width:768px) {
	.VueCarousel.md-no-pagebar .VueCarousel-pagination {
		display: none
	}
}

@media (min-width:1152px) {
	.VueCarousel.lg-no-pagebar .VueCarousel-pagination {
		display: none
	}
}

.VueCarousel.pagetype1 .VueCarousel-pagination {
	margin-top: 8px !important
}

	.VueCarousel.pagetype1 .VueCarousel-pagination .VueCarousel-dot-container {
		margin-top: 0 !important
	}

		.VueCarousel.pagetype1 .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot {
			margin-top: 0 !important;
			padding: 12px !important;
			width: 8px !important;
			height: 8px !important;
			background-color: #c4c4c4 !important;
			vertical-align: top !important
		}

			.VueCarousel.pagetype1 .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot:focus {
				outline: none
			}

			.VueCarousel.pagetype1 .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot.VueCarousel-dot--active {
				position: relative;
				background-color: #ee5723 !important
			}

				.VueCarousel.pagetype1 .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot.VueCarousel-dot--active:after {
					content: "";
					position: absolute;
					top: 7px;
					left: 7px;
					width: 18px;
					height: 18px;
					border-radius: 9999px;
					border: 2px solid #ee5723;
					opacity: .3
				}

.VueCarousel.pagetype2 .VueCarousel-pagination {
	margin-top: 8px !important;
	width: calc(100% - 64px);
	position: absolute;
	bottom: 0;
	text-align: left
}

@media (max-width:767px) {
	.VueCarousel.pagetype2 .VueCarousel-pagination {
		position: relative;
		width: 100%;
		display: flex;
		align-items: center
	}
}

@media (min-width:768px) and (max-width:1151px) {
	.VueCarousel.pagetype2 .VueCarousel-pagination {
		padding-left: 1rem
	}
}

@media (min-width:1152px) {
	.VueCarousel.pagetype2 .VueCarousel-pagination {
		padding-left: 1.25rem
	}
}

.VueCarousel.pagetype2 .VueCarousel-pagination .VueCarousel-dot-container {
	margin-top: 0 !important
}

	.VueCarousel.pagetype2 .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot {
		margin-top: 0 !important;
		padding: 6px !important;
		width: 6px !important;
		height: 6px !important;
		background-color: #c4c4c4 !important;
		vertical-align: top !important
	}

		.VueCarousel.pagetype2 .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot:focus {
			outline: none
		}

		.VueCarousel.pagetype2 .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot.VueCarousel-dot--active {
			position: relative;
			padding: 4px !important;
			width: 10px !important;
			height: 10px !important;
			background-color: #ee5723 !important
		}

			.VueCarousel.pagetype2 .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot.VueCarousel-dot--active:after {
				content: "";
				position: absolute;
				box-sizing: border-box;
				top: 0;
				left: 0;
				width: 18px;
				height: 18px;
				border-radius: 9999px;
				border: 1px solid #ee5723;
				opacity: .3
			}

		.VueCarousel.pagetype2 .VueCarousel-pagination .VueCarousel-dot-container .VueCarousel-dot + .VueCarousel-dot {
			margin-left: 4px
		}

@media (min-width:768px) {
	.md-fly-left {
		right: 2rem
	}
}

@media (min-width:1152px) {
	.lg-fly-left {
		right: 5rem
	}
}

@media (min-width:2100px) {
	.hl-fly-left {
		right: auto;
		margin-left: -5rem
	}
}

.v-tooltip {
	display: block !important;
	z-index: 10000
}

	.v-tooltip .tooltip-inner {
		background: #fff;
		color: #666;
		border-radius: 5px;
		padding: 5px 10px 4px
	}

	.v-tooltip .tooltip-arrow {
		width: 0;
		height: 0;
		border-style: solid;
		position: absolute;
		margin: 5px;
		border-color: #000;
		z-index: 1
	}

	.v-tooltip[x-placement^=top] {
		margin-bottom: 5px
	}

		.v-tooltip[x-placement^=top] .tooltip-arrow {
			border-width: 5px 5px 0;
			border-left-color: transparent !important;
			border-right-color: transparent !important;
			border-bottom-color: transparent !important;
			bottom: -5px;
			left: calc(50% - 5px);
			margin-top: 0;
			margin-bottom: 0
		}

	.v-tooltip[x-placement^=bottom] {
		margin-top: 5px
	}

		.v-tooltip[x-placement^=bottom] .tooltip-arrow {
			border-width: 0 5px 5px;
			border-left-color: transparent !important;
			border-right-color: transparent !important;
			border-top-color: transparent !important;
			top: -5px;
			left: calc(50% - 5px);
			margin-top: 0;
			margin-bottom: 0
		}

	.v-tooltip[x-placement^=right] {
		margin-left: 5px
	}

		.v-tooltip[x-placement^=right] .tooltip-arrow {
			border-width: 5px 5px 5px 0;
			border-left-color: transparent !important;
			border-top-color: transparent !important;
			border-bottom-color: transparent !important;
			left: -5px;
			top: calc(50% - 5px);
			margin-left: 0;
			margin-right: 0
		}

	.v-tooltip[x-placement^=left] {
		margin-right: 5px
	}

		.v-tooltip[x-placement^=left] .tooltip-arrow {
			border-width: 5px 0 5px 5px;
			border-top-color: transparent !important;
			border-right-color: transparent !important;
			border-bottom-color: transparent !important;
			right: -5px;
			top: calc(50% - 5px);
			margin-left: 0;
			margin-right: 0
		}

	.v-tooltip.popover .popover-inner {
		background: #fff;
		padding: 16px 20px;
		border-radius: 5px;
		box-shadow: 0 5px 15px rgba(0,0,0,.2)
	}

	.v-tooltip.popover .popover-arrow {
		border-color: #fff
	}

	.v-tooltip[aria-hidden=true] {
		visibility: hidden;
		opacity: 0;
		transition: opacity .15s,visibility .15s
	}

	.v-tooltip[aria-hidden=false] {
		visibility: visible;
		opacity: 1;
		transition: opacity .15s
	}

@media (min-width:768px) {
	#hubspot-messages-iframe-container {
		margin-right: 20px
	}
}

#hs_show_banner_button {
	position: absolute;
	right: 0;
	display: none
}

@media (min-width:368px) {
	.xs\:container {
		width: 100%;
		max-width: 368px
	}

	@media (min-width:640px) {
		.xs\:container {
			max-width: 640px
		}
	}

	@media (min-width:768px) {
		.xs\:container {
			max-width: 768px
		}
	}

	@media (min-width:1152px) {
		.xs\:container {
			max-width: 1152px
		}
	}

	@media (min-width:1560px) {
		.xs\:container {
			max-width: 1560px
		}
	}

	@media (min-width:2100px) {
		.xs\:container {
			max-width: 2100px
		}
	}

	.xs\:space-y-0 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(0px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(0px*var(--space-y-reverse)) !important
	}

	.xs\:space-x-0 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(0px*var(--space-x-reverse)) !important;
		margin-left: calc(0px*(1 - var(--space-x-reverse))) !important
	}

	.xs\:space-y-1 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(0.25rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(0.25rem*var(--space-y-reverse)) !important
	}

	.xs\:space-x-1 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(0.25rem*var(--space-x-reverse)) !important;
		margin-left: calc(0.25rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:space-y-2 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(0.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(0.5rem*var(--space-y-reverse)) !important
	}

	.xs\:space-x-2 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(0.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(0.5rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:space-y-3 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(0.75rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(0.75rem*var(--space-y-reverse)) !important
	}

	.xs\:space-x-3 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(0.75rem*var(--space-x-reverse)) !important;
		margin-left: calc(0.75rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:space-y-4 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(1rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(1rem*var(--space-y-reverse)) !important
	}

	.xs\:space-x-4 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(1rem*var(--space-x-reverse)) !important;
		margin-left: calc(1rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:space-y-5 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(1.25rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(1.25rem*var(--space-y-reverse)) !important
	}

	.xs\:space-x-5 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(1.25rem*var(--space-x-reverse)) !important;
		margin-left: calc(1.25rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:space-y-6 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(1.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(1.5rem*var(--space-y-reverse)) !important
	}

	.xs\:space-x-6 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(1.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(1.5rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:space-y-8 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(2rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(2rem*var(--space-y-reverse)) !important
	}

	.xs\:space-x-8 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(2rem*var(--space-x-reverse)) !important;
		margin-left: calc(2rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:space-y-10 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(2.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(2.5rem*var(--space-y-reverse)) !important
	}

	.xs\:space-x-10 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(2.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(2.5rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:space-y-12 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(3rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(3rem*var(--space-y-reverse)) !important
	}

	.xs\:space-x-12 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(3rem*var(--space-x-reverse)) !important;
		margin-left: calc(3rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:space-y-16 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(4rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(4rem*var(--space-y-reverse)) !important
	}

	.xs\:space-x-16 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(4rem*var(--space-x-reverse)) !important;
		margin-left: calc(4rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:space-y-20 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(5rem*var(--space-y-reverse)) !important
	}

	.xs\:space-x-20 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(5rem*var(--space-x-reverse)) !important;
		margin-left: calc(5rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:space-y-24 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(6rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(6rem*var(--space-y-reverse)) !important
	}

	.xs\:space-x-24 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(6rem*var(--space-x-reverse)) !important;
		margin-left: calc(6rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:space-y-32 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(8rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(8rem*var(--space-y-reverse)) !important
	}

	.xs\:space-x-32 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(8rem*var(--space-x-reverse)) !important;
		margin-left: calc(8rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:space-y-40 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(10rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(10rem*var(--space-y-reverse)) !important
	}

	.xs\:space-x-40 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(10rem*var(--space-x-reverse)) !important;
		margin-left: calc(10rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:space-y-48 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(12rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(12rem*var(--space-y-reverse)) !important
	}

	.xs\:space-x-48 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(12rem*var(--space-x-reverse)) !important;
		margin-left: calc(12rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:space-y-56 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(14rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(14rem*var(--space-y-reverse)) !important
	}

	.xs\:space-x-56 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(14rem*var(--space-x-reverse)) !important;
		margin-left: calc(14rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:space-y-64 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(16rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(16rem*var(--space-y-reverse)) !important
	}

	.xs\:space-x-64 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(16rem*var(--space-x-reverse)) !important;
		margin-left: calc(16rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:space-y-px > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(1px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(1px*var(--space-y-reverse)) !important
	}

	.xs\:space-x-px > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(1px*var(--space-x-reverse)) !important;
		margin-left: calc(1px*(1 - var(--space-x-reverse))) !important
	}

	.xs\:-space-y-50 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-50px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-50px*var(--space-y-reverse)) !important
	}

	.xs\:-space-x-50 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-50px*var(--space-x-reverse)) !important;
		margin-left: calc(-50px*(1 - var(--space-x-reverse))) !important
	}

	.xs\:-space-y-1 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-0.25rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-0.25rem*var(--space-y-reverse)) !important
	}

	.xs\:-space-x-1 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-0.25rem*var(--space-x-reverse)) !important;
		margin-left: calc(-0.25rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:-space-y-2 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-0.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-0.5rem*var(--space-y-reverse)) !important
	}

	.xs\:-space-x-2 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-0.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(-0.5rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:-space-y-3 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-0.75rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-0.75rem*var(--space-y-reverse)) !important
	}

	.xs\:-space-x-3 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-0.75rem*var(--space-x-reverse)) !important;
		margin-left: calc(-0.75rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:-space-y-4 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-1rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-1rem*var(--space-y-reverse)) !important
	}

	.xs\:-space-x-4 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-1rem*var(--space-x-reverse)) !important;
		margin-left: calc(-1rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:-space-y-5 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-1.25rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-1.25rem*var(--space-y-reverse)) !important
	}

	.xs\:-space-x-5 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-1.25rem*var(--space-x-reverse)) !important;
		margin-left: calc(-1.25rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:-space-y-6 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-1.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-1.5rem*var(--space-y-reverse)) !important
	}

	.xs\:-space-x-6 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-1.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(-1.5rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:-space-y-8 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-2rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-2rem*var(--space-y-reverse)) !important
	}

	.xs\:-space-x-8 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-2rem*var(--space-x-reverse)) !important;
		margin-left: calc(-2rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:-space-y-10 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-2.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-2.5rem*var(--space-y-reverse)) !important
	}

	.xs\:-space-x-10 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-2.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(-2.5rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:-space-y-12 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-3rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-3rem*var(--space-y-reverse)) !important
	}

	.xs\:-space-x-12 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-3rem*var(--space-x-reverse)) !important;
		margin-left: calc(-3rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:-space-y-16 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-4rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-4rem*var(--space-y-reverse)) !important
	}

	.xs\:-space-x-16 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-4rem*var(--space-x-reverse)) !important;
		margin-left: calc(-4rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:-space-y-20 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-5rem*var(--space-y-reverse)) !important
	}

	.xs\:-space-x-20 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-5rem*var(--space-x-reverse)) !important;
		margin-left: calc(-5rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:-space-y-24 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-6rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-6rem*var(--space-y-reverse)) !important
	}

	.xs\:-space-x-24 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-6rem*var(--space-x-reverse)) !important;
		margin-left: calc(-6rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:-space-y-32 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-8rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-8rem*var(--space-y-reverse)) !important
	}

	.xs\:-space-x-32 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-8rem*var(--space-x-reverse)) !important;
		margin-left: calc(-8rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:-space-y-40 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-10rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-10rem*var(--space-y-reverse)) !important
	}

	.xs\:-space-x-40 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-10rem*var(--space-x-reverse)) !important;
		margin-left: calc(-10rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:-space-y-48 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-12rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-12rem*var(--space-y-reverse)) !important
	}

	.xs\:-space-x-48 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-12rem*var(--space-x-reverse)) !important;
		margin-left: calc(-12rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:-space-y-56 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-14rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-14rem*var(--space-y-reverse)) !important
	}

	.xs\:-space-x-56 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-14rem*var(--space-x-reverse)) !important;
		margin-left: calc(-14rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:-space-y-64 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-16rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-16rem*var(--space-y-reverse)) !important
	}

	.xs\:-space-x-64 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-16rem*var(--space-x-reverse)) !important;
		margin-left: calc(-16rem*(1 - var(--space-x-reverse))) !important
	}

	.xs\:-space-y-px > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-1px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-1px*var(--space-y-reverse)) !important
	}

	.xs\:-space-x-px > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-1px*var(--space-x-reverse)) !important;
		margin-left: calc(-1px*(1 - var(--space-x-reverse))) !important
	}

	.xs\:-space-y--50 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(50px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(50px*var(--space-y-reverse)) !important
	}

	.xs\:-space-x--50 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(50px*var(--space-x-reverse)) !important;
		margin-left: calc(50px*(1 - var(--space-x-reverse))) !important
	}

	.xs\:space-y-reverse > :not(template) ~ :not(template) {
		--space-y-reverse: 1 !important
	}

	.xs\:space-x-reverse > :not(template) ~ :not(template) {
		--space-x-reverse: 1 !important
	}

	.xs\:divide-opacity-0 > :not(template) ~ :not(template) {
		--divide-opacity: 0 !important
	}

	.xs\:divide-opacity-25 > :not(template) ~ :not(template) {
		--divide-opacity: 0.25 !important
	}

	.xs\:divide-opacity-50 > :not(template) ~ :not(template) {
		--divide-opacity: 0.5 !important
	}

	.xs\:divide-opacity-75 > :not(template) ~ :not(template) {
		--divide-opacity: 0.75 !important
	}

	.xs\:divide-opacity-100 > :not(template) ~ :not(template) {
		--divide-opacity: 1 !important
	}

	.xs\:bg-fixed {
		background-attachment: fixed !important
	}

	.xs\:bg-local {
		background-attachment: local !important
	}

	.xs\:bg-scroll {
		background-attachment: scroll !important
	}

	.xs\:bg-clip-border {
		background-clip: border-box !important
	}

	.xs\:bg-clip-padding {
		background-clip: padding-box !important
	}

	.xs\:bg-clip-content {
		background-clip: content-box !important
	}

	.xs\:bg-clip-text {
		-webkit-background-clip: text !important;
		background-clip: text !important
	}

	.xs\:bg-666 {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.xs\:bg-transparent {
		background-color: transparent !important
	}

	.xs\:bg-current {
		background-color: currentColor !important
	}

	.xs\:bg-black-100 {
		--bg-opacity: 1 !important;
		background-color: #141d3e !important;
		background-color: rgba(20,29,62,var(--bg-opacity)) !important
	}

	.xs\:bg-black-200 {
		--bg-opacity: 1 !important;
		background-color: #212935 !important;
		background-color: rgba(33,41,53,var(--bg-opacity)) !important
	}

	.xs\:bg-black-300 {
		--bg-opacity: 1 !important;
		background-color: #323648 !important;
		background-color: rgba(50,54,72,var(--bg-opacity)) !important
	}

	.xs\:bg-white {
		--bg-opacity: 1 !important;
		background-color: #fff !important;
		background-color: rgba(255,255,255,var(--bg-opacity)) !important
	}

	.xs\:bg-gray-100 {
		--bg-opacity: 1 !important;
		background-color: #f6f6f6 !important;
		background-color: rgba(246,246,246,var(--bg-opacity)) !important
	}

	.xs\:bg-gray-200 {
		--bg-opacity: 1 !important;
		background-color: #e5e5e5 !important;
		background-color: rgba(229,229,229,var(--bg-opacity)) !important
	}

	.xs\:bg-gray-300 {
		--bg-opacity: 1 !important;
		background-color: #c4c4c4 !important;
		background-color: rgba(196,196,196,var(--bg-opacity)) !important
	}

	.xs\:bg-gray-400 {
		--bg-opacity: 1 !important;
		background-color: #aaaaad !important;
		background-color: rgba(170,170,173,var(--bg-opacity)) !important
	}

	.xs\:bg-gray-500 {
		--bg-opacity: 1 !important;
		background-color: #9fa2ac !important;
		background-color: rgba(159,162,172,var(--bg-opacity)) !important
	}

	.xs\:bg-gray-600 {
		--bg-opacity: 1 !important;
		background-color: #8f9191 !important;
		background-color: rgba(143,145,145,var(--bg-opacity)) !important
	}

	.xs\:bg-gray-700 {
		--bg-opacity: 1 !important;
		background-color: #70727f !important;
		background-color: rgba(112,114,127,var(--bg-opacity)) !important
	}

	.xs\:bg-gray-800 {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.xs\:bg-red-100 {
		--bg-opacity: 1 !important;
		background-color: #fff5f5 !important;
		background-color: rgba(255,245,245,var(--bg-opacity)) !important
	}

	.xs\:bg-red-200 {
		--bg-opacity: 1 !important;
		background-color: #fed7d7 !important;
		background-color: rgba(254,215,215,var(--bg-opacity)) !important
	}

	.xs\:bg-red-300 {
		--bg-opacity: 1 !important;
		background-color: #feb2b2 !important;
		background-color: rgba(254,178,178,var(--bg-opacity)) !important
	}

	.xs\:bg-red-400 {
		--bg-opacity: 1 !important;
		background-color: #fc8181 !important;
		background-color: rgba(252,129,129,var(--bg-opacity)) !important
	}

	.xs\:bg-red-500 {
		--bg-opacity: 1 !important;
		background-color: #f56565 !important;
		background-color: rgba(245,101,101,var(--bg-opacity)) !important
	}

	.xs\:bg-red-600 {
		--bg-opacity: 1 !important;
		background-color: #e53e3e !important;
		background-color: rgba(229,62,62,var(--bg-opacity)) !important
	}

	.xs\:bg-red-700 {
		--bg-opacity: 1 !important;
		background-color: #c53030 !important;
		background-color: rgba(197,48,48,var(--bg-opacity)) !important
	}

	.xs\:bg-red-800 {
		--bg-opacity: 1 !important;
		background-color: #9b2c2c !important;
		background-color: rgba(155,44,44,var(--bg-opacity)) !important
	}

	.xs\:bg-red-900 {
		--bg-opacity: 1 !important;
		background-color: #742a2a !important;
		background-color: rgba(116,42,42,var(--bg-opacity)) !important
	}

	.xs\:bg-orange {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.xs\:bg-yellow-100 {
		--bg-opacity: 1 !important;
		background-color: ivory !important;
		background-color: rgba(255,255,240,var(--bg-opacity)) !important
	}

	.xs\:bg-yellow-200 {
		--bg-opacity: 1 !important;
		background-color: #fefcbf !important;
		background-color: rgba(254,252,191,var(--bg-opacity)) !important
	}

	.xs\:bg-yellow-300 {
		--bg-opacity: 1 !important;
		background-color: #faf089 !important;
		background-color: rgba(250,240,137,var(--bg-opacity)) !important
	}

	.xs\:bg-yellow-400 {
		--bg-opacity: 1 !important;
		background-color: #f6e05e !important;
		background-color: rgba(246,224,94,var(--bg-opacity)) !important
	}

	.xs\:bg-yellow-500 {
		--bg-opacity: 1 !important;
		background-color: #ecc94b !important;
		background-color: rgba(236,201,75,var(--bg-opacity)) !important
	}

	.xs\:bg-yellow-600 {
		--bg-opacity: 1 !important;
		background-color: #d69e2e !important;
		background-color: rgba(214,158,46,var(--bg-opacity)) !important
	}

	.xs\:bg-yellow-700 {
		--bg-opacity: 1 !important;
		background-color: #b7791f !important;
		background-color: rgba(183,121,31,var(--bg-opacity)) !important
	}

	.xs\:bg-yellow-800 {
		--bg-opacity: 1 !important;
		background-color: #975a16 !important;
		background-color: rgba(151,90,22,var(--bg-opacity)) !important
	}

	.xs\:bg-yellow-900 {
		--bg-opacity: 1 !important;
		background-color: #744210 !important;
		background-color: rgba(116,66,16,var(--bg-opacity)) !important
	}

	.xs\:bg-green-100 {
		--bg-opacity: 1 !important;
		background-color: #f0fff4 !important;
		background-color: rgba(240,255,244,var(--bg-opacity)) !important
	}

	.xs\:bg-green-200 {
		--bg-opacity: 1 !important;
		background-color: #c6f6d5 !important;
		background-color: rgba(198,246,213,var(--bg-opacity)) !important
	}

	.xs\:bg-green-300 {
		--bg-opacity: 1 !important;
		background-color: #9ae6b4 !important;
		background-color: rgba(154,230,180,var(--bg-opacity)) !important
	}

	.xs\:bg-green-400 {
		--bg-opacity: 1 !important;
		background-color: #68d391 !important;
		background-color: rgba(104,211,145,var(--bg-opacity)) !important
	}

	.xs\:bg-green-500 {
		--bg-opacity: 1 !important;
		background-color: #48bb78 !important;
		background-color: rgba(72,187,120,var(--bg-opacity)) !important
	}

	.xs\:bg-green-600 {
		--bg-opacity: 1 !important;
		background-color: #38a169 !important;
		background-color: rgba(56,161,105,var(--bg-opacity)) !important
	}

	.xs\:bg-green-700 {
		--bg-opacity: 1 !important;
		background-color: #2f855a !important;
		background-color: rgba(47,133,90,var(--bg-opacity)) !important
	}

	.xs\:bg-green-800 {
		--bg-opacity: 1 !important;
		background-color: #276749 !important;
		background-color: rgba(39,103,73,var(--bg-opacity)) !important
	}

	.xs\:bg-green-900 {
		--bg-opacity: 1 !important;
		background-color: #22543d !important;
		background-color: rgba(34,84,61,var(--bg-opacity)) !important
	}

	.xs\:bg-teal-100 {
		--bg-opacity: 1 !important;
		background-color: #e6fffa !important;
		background-color: rgba(230,255,250,var(--bg-opacity)) !important
	}

	.xs\:bg-teal-200 {
		--bg-opacity: 1 !important;
		background-color: #b2f5ea !important;
		background-color: rgba(178,245,234,var(--bg-opacity)) !important
	}

	.xs\:bg-teal-300 {
		--bg-opacity: 1 !important;
		background-color: #81e6d9 !important;
		background-color: rgba(129,230,217,var(--bg-opacity)) !important
	}

	.xs\:bg-teal-400 {
		--bg-opacity: 1 !important;
		background-color: #4fd1c5 !important;
		background-color: rgba(79,209,197,var(--bg-opacity)) !important
	}

	.xs\:bg-teal-500 {
		--bg-opacity: 1 !important;
		background-color: #38b2ac !important;
		background-color: rgba(56,178,172,var(--bg-opacity)) !important
	}

	.xs\:bg-teal-600 {
		--bg-opacity: 1 !important;
		background-color: #319795 !important;
		background-color: rgba(49,151,149,var(--bg-opacity)) !important
	}

	.xs\:bg-teal-700 {
		--bg-opacity: 1 !important;
		background-color: #2c7a7b !important;
		background-color: rgba(44,122,123,var(--bg-opacity)) !important
	}

	.xs\:bg-teal-800 {
		--bg-opacity: 1 !important;
		background-color: #285e61 !important;
		background-color: rgba(40,94,97,var(--bg-opacity)) !important
	}

	.xs\:bg-teal-900 {
		--bg-opacity: 1 !important;
		background-color: #234e52 !important;
		background-color: rgba(35,78,82,var(--bg-opacity)) !important
	}

	.xs\:bg-blue-100 {
		--bg-opacity: 1 !important;
		background-color: #ebf8ff !important;
		background-color: rgba(235,248,255,var(--bg-opacity)) !important
	}

	.xs\:bg-blue-200 {
		--bg-opacity: 1 !important;
		background-color: #bee3f8 !important;
		background-color: rgba(190,227,248,var(--bg-opacity)) !important
	}

	.xs\:bg-blue-300 {
		--bg-opacity: 1 !important;
		background-color: #90cdf4 !important;
		background-color: rgba(144,205,244,var(--bg-opacity)) !important
	}

	.xs\:bg-blue-400 {
		--bg-opacity: 1 !important;
		background-color: #63b3ed !important;
		background-color: rgba(99,179,237,var(--bg-opacity)) !important
	}

	.xs\:bg-blue-500 {
		--bg-opacity: 1 !important;
		background-color: #4299e1 !important;
		background-color: rgba(66,153,225,var(--bg-opacity)) !important
	}

	.xs\:bg-blue-600 {
		--bg-opacity: 1 !important;
		background-color: #3182ce !important;
		background-color: rgba(49,130,206,var(--bg-opacity)) !important
	}

	.xs\:bg-blue-700 {
		--bg-opacity: 1 !important;
		background-color: #2b6cb0 !important;
		background-color: rgba(43,108,176,var(--bg-opacity)) !important
	}

	.xs\:bg-blue-800 {
		--bg-opacity: 1 !important;
		background-color: #2c5282 !important;
		background-color: rgba(44,82,130,var(--bg-opacity)) !important
	}

	.xs\:bg-blue-900 {
		--bg-opacity: 1 !important;
		background-color: #2a4365 !important;
		background-color: rgba(42,67,101,var(--bg-opacity)) !important
	}

	.xs\:bg-indigo-100 {
		--bg-opacity: 1 !important;
		background-color: #ebf4ff !important;
		background-color: rgba(235,244,255,var(--bg-opacity)) !important
	}

	.xs\:bg-indigo-200 {
		--bg-opacity: 1 !important;
		background-color: #c3dafe !important;
		background-color: rgba(195,218,254,var(--bg-opacity)) !important
	}

	.xs\:bg-indigo-300 {
		--bg-opacity: 1 !important;
		background-color: #a3bffa !important;
		background-color: rgba(163,191,250,var(--bg-opacity)) !important
	}

	.xs\:bg-indigo-400 {
		--bg-opacity: 1 !important;
		background-color: #7f9cf5 !important;
		background-color: rgba(127,156,245,var(--bg-opacity)) !important
	}

	.xs\:bg-indigo-500 {
		--bg-opacity: 1 !important;
		background-color: #667eea !important;
		background-color: rgba(102,126,234,var(--bg-opacity)) !important
	}

	.xs\:bg-indigo-600 {
		--bg-opacity: 1 !important;
		background-color: #5a67d8 !important;
		background-color: rgba(90,103,216,var(--bg-opacity)) !important
	}

	.xs\:bg-indigo-700 {
		--bg-opacity: 1 !important;
		background-color: #4c51bf !important;
		background-color: rgba(76,81,191,var(--bg-opacity)) !important
	}

	.xs\:bg-indigo-800 {
		--bg-opacity: 1 !important;
		background-color: #434190 !important;
		background-color: rgba(67,65,144,var(--bg-opacity)) !important
	}

	.xs\:bg-indigo-900 {
		--bg-opacity: 1 !important;
		background-color: #3c366b !important;
		background-color: rgba(60,54,107,var(--bg-opacity)) !important
	}

	.xs\:bg-purple-100 {
		--bg-opacity: 1 !important;
		background-color: #faf5ff !important;
		background-color: rgba(250,245,255,var(--bg-opacity)) !important
	}

	.xs\:bg-purple-200 {
		--bg-opacity: 1 !important;
		background-color: #e9d8fd !important;
		background-color: rgba(233,216,253,var(--bg-opacity)) !important
	}

	.xs\:bg-purple-300 {
		--bg-opacity: 1 !important;
		background-color: #d6bcfa !important;
		background-color: rgba(214,188,250,var(--bg-opacity)) !important
	}

	.xs\:bg-purple-400 {
		--bg-opacity: 1 !important;
		background-color: #b794f4 !important;
		background-color: rgba(183,148,244,var(--bg-opacity)) !important
	}

	.xs\:bg-purple-500 {
		--bg-opacity: 1 !important;
		background-color: #9f7aea !important;
		background-color: rgba(159,122,234,var(--bg-opacity)) !important
	}

	.xs\:bg-purple-600 {
		--bg-opacity: 1 !important;
		background-color: #805ad5 !important;
		background-color: rgba(128,90,213,var(--bg-opacity)) !important
	}

	.xs\:bg-purple-700 {
		--bg-opacity: 1 !important;
		background-color: #6b46c1 !important;
		background-color: rgba(107,70,193,var(--bg-opacity)) !important
	}

	.xs\:bg-purple-800 {
		--bg-opacity: 1 !important;
		background-color: #553c9a !important;
		background-color: rgba(85,60,154,var(--bg-opacity)) !important
	}

	.xs\:bg-purple-900 {
		--bg-opacity: 1 !important;
		background-color: #44337a !important;
		background-color: rgba(68,51,122,var(--bg-opacity)) !important
	}

	.xs\:bg-pink-100 {
		--bg-opacity: 1 !important;
		background-color: #fff5f7 !important;
		background-color: rgba(255,245,247,var(--bg-opacity)) !important
	}

	.xs\:bg-pink-200 {
		--bg-opacity: 1 !important;
		background-color: #fed7e2 !important;
		background-color: rgba(254,215,226,var(--bg-opacity)) !important
	}

	.xs\:bg-pink-300 {
		--bg-opacity: 1 !important;
		background-color: #fbb6ce !important;
		background-color: rgba(251,182,206,var(--bg-opacity)) !important
	}

	.xs\:bg-pink-400 {
		--bg-opacity: 1 !important;
		background-color: #f687b3 !important;
		background-color: rgba(246,135,179,var(--bg-opacity)) !important
	}

	.xs\:bg-pink-500 {
		--bg-opacity: 1 !important;
		background-color: #ed64a6 !important;
		background-color: rgba(237,100,166,var(--bg-opacity)) !important
	}

	.xs\:bg-pink-600 {
		--bg-opacity: 1 !important;
		background-color: #d53f8c !important;
		background-color: rgba(213,63,140,var(--bg-opacity)) !important
	}

	.xs\:bg-pink-700 {
		--bg-opacity: 1 !important;
		background-color: #b83280 !important;
		background-color: rgba(184,50,128,var(--bg-opacity)) !important
	}

	.xs\:bg-pink-800 {
		--bg-opacity: 1 !important;
		background-color: #97266d !important;
		background-color: rgba(151,38,109,var(--bg-opacity)) !important
	}

	.xs\:bg-pink-900 {
		--bg-opacity: 1 !important;
		background-color: #702459 !important;
		background-color: rgba(112,36,89,var(--bg-opacity)) !important
	}

	.xs\:bg-orange-400 {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.xs\:bg-orange-500 {
		--bg-opacity: 1 !important;
		background-color: #f54a08 !important;
		background-color: rgba(245,74,8,var(--bg-opacity)) !important
	}

	.xs\:bg-f3f {
		--bg-opacity: 1 !important;
		background-color: #f3f3f3 !important;
		background-color: rgba(243,243,243,var(--bg-opacity)) !important
	}

	.xs\:bg-primary {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.xs\:bg-primary-100 {
		background-color: rgba(238,87,35,.9) !important
	}

	.xs\:hover\:bg-666:hover {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-transparent:hover {
		background-color: transparent !important
	}

	.xs\:hover\:bg-current:hover {
		background-color: currentColor !important
	}

	.xs\:hover\:bg-black-100:hover {
		--bg-opacity: 1 !important;
		background-color: #141d3e !important;
		background-color: rgba(20,29,62,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-black-200:hover {
		--bg-opacity: 1 !important;
		background-color: #212935 !important;
		background-color: rgba(33,41,53,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-black-300:hover {
		--bg-opacity: 1 !important;
		background-color: #323648 !important;
		background-color: rgba(50,54,72,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-white:hover {
		--bg-opacity: 1 !important;
		background-color: #fff !important;
		background-color: rgba(255,255,255,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-gray-100:hover {
		--bg-opacity: 1 !important;
		background-color: #f6f6f6 !important;
		background-color: rgba(246,246,246,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-gray-200:hover {
		--bg-opacity: 1 !important;
		background-color: #e5e5e5 !important;
		background-color: rgba(229,229,229,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-gray-300:hover {
		--bg-opacity: 1 !important;
		background-color: #c4c4c4 !important;
		background-color: rgba(196,196,196,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-gray-400:hover {
		--bg-opacity: 1 !important;
		background-color: #aaaaad !important;
		background-color: rgba(170,170,173,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-gray-500:hover {
		--bg-opacity: 1 !important;
		background-color: #9fa2ac !important;
		background-color: rgba(159,162,172,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-gray-600:hover {
		--bg-opacity: 1 !important;
		background-color: #8f9191 !important;
		background-color: rgba(143,145,145,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-gray-700:hover {
		--bg-opacity: 1 !important;
		background-color: #70727f !important;
		background-color: rgba(112,114,127,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-gray-800:hover {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-red-100:hover {
		--bg-opacity: 1 !important;
		background-color: #fff5f5 !important;
		background-color: rgba(255,245,245,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-red-200:hover {
		--bg-opacity: 1 !important;
		background-color: #fed7d7 !important;
		background-color: rgba(254,215,215,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-red-300:hover {
		--bg-opacity: 1 !important;
		background-color: #feb2b2 !important;
		background-color: rgba(254,178,178,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-red-400:hover {
		--bg-opacity: 1 !important;
		background-color: #fc8181 !important;
		background-color: rgba(252,129,129,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-red-500:hover {
		--bg-opacity: 1 !important;
		background-color: #f56565 !important;
		background-color: rgba(245,101,101,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-red-600:hover {
		--bg-opacity: 1 !important;
		background-color: #e53e3e !important;
		background-color: rgba(229,62,62,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-red-700:hover {
		--bg-opacity: 1 !important;
		background-color: #c53030 !important;
		background-color: rgba(197,48,48,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-red-800:hover {
		--bg-opacity: 1 !important;
		background-color: #9b2c2c !important;
		background-color: rgba(155,44,44,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-red-900:hover {
		--bg-opacity: 1 !important;
		background-color: #742a2a !important;
		background-color: rgba(116,42,42,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-orange:hover {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-yellow-100:hover {
		--bg-opacity: 1 !important;
		background-color: ivory !important;
		background-color: rgba(255,255,240,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-yellow-200:hover {
		--bg-opacity: 1 !important;
		background-color: #fefcbf !important;
		background-color: rgba(254,252,191,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-yellow-300:hover {
		--bg-opacity: 1 !important;
		background-color: #faf089 !important;
		background-color: rgba(250,240,137,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-yellow-400:hover {
		--bg-opacity: 1 !important;
		background-color: #f6e05e !important;
		background-color: rgba(246,224,94,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-yellow-500:hover {
		--bg-opacity: 1 !important;
		background-color: #ecc94b !important;
		background-color: rgba(236,201,75,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-yellow-600:hover {
		--bg-opacity: 1 !important;
		background-color: #d69e2e !important;
		background-color: rgba(214,158,46,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-yellow-700:hover {
		--bg-opacity: 1 !important;
		background-color: #b7791f !important;
		background-color: rgba(183,121,31,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-yellow-800:hover {
		--bg-opacity: 1 !important;
		background-color: #975a16 !important;
		background-color: rgba(151,90,22,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-yellow-900:hover {
		--bg-opacity: 1 !important;
		background-color: #744210 !important;
		background-color: rgba(116,66,16,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-green-100:hover {
		--bg-opacity: 1 !important;
		background-color: #f0fff4 !important;
		background-color: rgba(240,255,244,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-green-200:hover {
		--bg-opacity: 1 !important;
		background-color: #c6f6d5 !important;
		background-color: rgba(198,246,213,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-green-300:hover {
		--bg-opacity: 1 !important;
		background-color: #9ae6b4 !important;
		background-color: rgba(154,230,180,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-green-400:hover {
		--bg-opacity: 1 !important;
		background-color: #68d391 !important;
		background-color: rgba(104,211,145,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-green-500:hover {
		--bg-opacity: 1 !important;
		background-color: #48bb78 !important;
		background-color: rgba(72,187,120,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-green-600:hover {
		--bg-opacity: 1 !important;
		background-color: #38a169 !important;
		background-color: rgba(56,161,105,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-green-700:hover {
		--bg-opacity: 1 !important;
		background-color: #2f855a !important;
		background-color: rgba(47,133,90,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-green-800:hover {
		--bg-opacity: 1 !important;
		background-color: #276749 !important;
		background-color: rgba(39,103,73,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-green-900:hover {
		--bg-opacity: 1 !important;
		background-color: #22543d !important;
		background-color: rgba(34,84,61,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-teal-100:hover {
		--bg-opacity: 1 !important;
		background-color: #e6fffa !important;
		background-color: rgba(230,255,250,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-teal-200:hover {
		--bg-opacity: 1 !important;
		background-color: #b2f5ea !important;
		background-color: rgba(178,245,234,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-teal-300:hover {
		--bg-opacity: 1 !important;
		background-color: #81e6d9 !important;
		background-color: rgba(129,230,217,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-teal-400:hover {
		--bg-opacity: 1 !important;
		background-color: #4fd1c5 !important;
		background-color: rgba(79,209,197,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-teal-500:hover {
		--bg-opacity: 1 !important;
		background-color: #38b2ac !important;
		background-color: rgba(56,178,172,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-teal-600:hover {
		--bg-opacity: 1 !important;
		background-color: #319795 !important;
		background-color: rgba(49,151,149,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-teal-700:hover {
		--bg-opacity: 1 !important;
		background-color: #2c7a7b !important;
		background-color: rgba(44,122,123,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-teal-800:hover {
		--bg-opacity: 1 !important;
		background-color: #285e61 !important;
		background-color: rgba(40,94,97,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-teal-900:hover {
		--bg-opacity: 1 !important;
		background-color: #234e52 !important;
		background-color: rgba(35,78,82,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-blue-100:hover {
		--bg-opacity: 1 !important;
		background-color: #ebf8ff !important;
		background-color: rgba(235,248,255,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-blue-200:hover {
		--bg-opacity: 1 !important;
		background-color: #bee3f8 !important;
		background-color: rgba(190,227,248,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-blue-300:hover {
		--bg-opacity: 1 !important;
		background-color: #90cdf4 !important;
		background-color: rgba(144,205,244,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-blue-400:hover {
		--bg-opacity: 1 !important;
		background-color: #63b3ed !important;
		background-color: rgba(99,179,237,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-blue-500:hover {
		--bg-opacity: 1 !important;
		background-color: #4299e1 !important;
		background-color: rgba(66,153,225,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-blue-600:hover {
		--bg-opacity: 1 !important;
		background-color: #3182ce !important;
		background-color: rgba(49,130,206,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-blue-700:hover {
		--bg-opacity: 1 !important;
		background-color: #2b6cb0 !important;
		background-color: rgba(43,108,176,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-blue-800:hover {
		--bg-opacity: 1 !important;
		background-color: #2c5282 !important;
		background-color: rgba(44,82,130,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-blue-900:hover {
		--bg-opacity: 1 !important;
		background-color: #2a4365 !important;
		background-color: rgba(42,67,101,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-indigo-100:hover {
		--bg-opacity: 1 !important;
		background-color: #ebf4ff !important;
		background-color: rgba(235,244,255,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-indigo-200:hover {
		--bg-opacity: 1 !important;
		background-color: #c3dafe !important;
		background-color: rgba(195,218,254,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-indigo-300:hover {
		--bg-opacity: 1 !important;
		background-color: #a3bffa !important;
		background-color: rgba(163,191,250,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-indigo-400:hover {
		--bg-opacity: 1 !important;
		background-color: #7f9cf5 !important;
		background-color: rgba(127,156,245,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-indigo-500:hover {
		--bg-opacity: 1 !important;
		background-color: #667eea !important;
		background-color: rgba(102,126,234,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-indigo-600:hover {
		--bg-opacity: 1 !important;
		background-color: #5a67d8 !important;
		background-color: rgba(90,103,216,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-indigo-700:hover {
		--bg-opacity: 1 !important;
		background-color: #4c51bf !important;
		background-color: rgba(76,81,191,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-indigo-800:hover {
		--bg-opacity: 1 !important;
		background-color: #434190 !important;
		background-color: rgba(67,65,144,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-indigo-900:hover {
		--bg-opacity: 1 !important;
		background-color: #3c366b !important;
		background-color: rgba(60,54,107,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-purple-100:hover {
		--bg-opacity: 1 !important;
		background-color: #faf5ff !important;
		background-color: rgba(250,245,255,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-purple-200:hover {
		--bg-opacity: 1 !important;
		background-color: #e9d8fd !important;
		background-color: rgba(233,216,253,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-purple-300:hover {
		--bg-opacity: 1 !important;
		background-color: #d6bcfa !important;
		background-color: rgba(214,188,250,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-purple-400:hover {
		--bg-opacity: 1 !important;
		background-color: #b794f4 !important;
		background-color: rgba(183,148,244,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-purple-500:hover {
		--bg-opacity: 1 !important;
		background-color: #9f7aea !important;
		background-color: rgba(159,122,234,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-purple-600:hover {
		--bg-opacity: 1 !important;
		background-color: #805ad5 !important;
		background-color: rgba(128,90,213,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-purple-700:hover {
		--bg-opacity: 1 !important;
		background-color: #6b46c1 !important;
		background-color: rgba(107,70,193,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-purple-800:hover {
		--bg-opacity: 1 !important;
		background-color: #553c9a !important;
		background-color: rgba(85,60,154,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-purple-900:hover {
		--bg-opacity: 1 !important;
		background-color: #44337a !important;
		background-color: rgba(68,51,122,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-pink-100:hover {
		--bg-opacity: 1 !important;
		background-color: #fff5f7 !important;
		background-color: rgba(255,245,247,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-pink-200:hover {
		--bg-opacity: 1 !important;
		background-color: #fed7e2 !important;
		background-color: rgba(254,215,226,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-pink-300:hover {
		--bg-opacity: 1 !important;
		background-color: #fbb6ce !important;
		background-color: rgba(251,182,206,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-pink-400:hover {
		--bg-opacity: 1 !important;
		background-color: #f687b3 !important;
		background-color: rgba(246,135,179,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-pink-500:hover {
		--bg-opacity: 1 !important;
		background-color: #ed64a6 !important;
		background-color: rgba(237,100,166,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-pink-600:hover {
		--bg-opacity: 1 !important;
		background-color: #d53f8c !important;
		background-color: rgba(213,63,140,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-pink-700:hover {
		--bg-opacity: 1 !important;
		background-color: #b83280 !important;
		background-color: rgba(184,50,128,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-pink-800:hover {
		--bg-opacity: 1 !important;
		background-color: #97266d !important;
		background-color: rgba(151,38,109,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-pink-900:hover {
		--bg-opacity: 1 !important;
		background-color: #702459 !important;
		background-color: rgba(112,36,89,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-orange-400:hover {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-orange-500:hover {
		--bg-opacity: 1 !important;
		background-color: #f54a08 !important;
		background-color: rgba(245,74,8,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-f3f:hover {
		--bg-opacity: 1 !important;
		background-color: #f3f3f3 !important;
		background-color: rgba(243,243,243,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-primary:hover {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.xs\:hover\:bg-primary-100:hover {
		background-color: rgba(238,87,35,.9) !important
	}

	.xs\:focus\:bg-666:focus {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-transparent:focus {
		background-color: transparent !important
	}

	.xs\:focus\:bg-current:focus {
		background-color: currentColor !important
	}

	.xs\:focus\:bg-black-100:focus {
		--bg-opacity: 1 !important;
		background-color: #141d3e !important;
		background-color: rgba(20,29,62,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-black-200:focus {
		--bg-opacity: 1 !important;
		background-color: #212935 !important;
		background-color: rgba(33,41,53,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-black-300:focus {
		--bg-opacity: 1 !important;
		background-color: #323648 !important;
		background-color: rgba(50,54,72,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-white:focus {
		--bg-opacity: 1 !important;
		background-color: #fff !important;
		background-color: rgba(255,255,255,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-gray-100:focus {
		--bg-opacity: 1 !important;
		background-color: #f6f6f6 !important;
		background-color: rgba(246,246,246,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-gray-200:focus {
		--bg-opacity: 1 !important;
		background-color: #e5e5e5 !important;
		background-color: rgba(229,229,229,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-gray-300:focus {
		--bg-opacity: 1 !important;
		background-color: #c4c4c4 !important;
		background-color: rgba(196,196,196,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-gray-400:focus {
		--bg-opacity: 1 !important;
		background-color: #aaaaad !important;
		background-color: rgba(170,170,173,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-gray-500:focus {
		--bg-opacity: 1 !important;
		background-color: #9fa2ac !important;
		background-color: rgba(159,162,172,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-gray-600:focus {
		--bg-opacity: 1 !important;
		background-color: #8f9191 !important;
		background-color: rgba(143,145,145,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-gray-700:focus {
		--bg-opacity: 1 !important;
		background-color: #70727f !important;
		background-color: rgba(112,114,127,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-gray-800:focus {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-red-100:focus {
		--bg-opacity: 1 !important;
		background-color: #fff5f5 !important;
		background-color: rgba(255,245,245,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-red-200:focus {
		--bg-opacity: 1 !important;
		background-color: #fed7d7 !important;
		background-color: rgba(254,215,215,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-red-300:focus {
		--bg-opacity: 1 !important;
		background-color: #feb2b2 !important;
		background-color: rgba(254,178,178,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-red-400:focus {
		--bg-opacity: 1 !important;
		background-color: #fc8181 !important;
		background-color: rgba(252,129,129,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-red-500:focus {
		--bg-opacity: 1 !important;
		background-color: #f56565 !important;
		background-color: rgba(245,101,101,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-red-600:focus {
		--bg-opacity: 1 !important;
		background-color: #e53e3e !important;
		background-color: rgba(229,62,62,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-red-700:focus {
		--bg-opacity: 1 !important;
		background-color: #c53030 !important;
		background-color: rgba(197,48,48,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-red-800:focus {
		--bg-opacity: 1 !important;
		background-color: #9b2c2c !important;
		background-color: rgba(155,44,44,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-red-900:focus {
		--bg-opacity: 1 !important;
		background-color: #742a2a !important;
		background-color: rgba(116,42,42,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-orange:focus {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-yellow-100:focus {
		--bg-opacity: 1 !important;
		background-color: ivory !important;
		background-color: rgba(255,255,240,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-yellow-200:focus {
		--bg-opacity: 1 !important;
		background-color: #fefcbf !important;
		background-color: rgba(254,252,191,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-yellow-300:focus {
		--bg-opacity: 1 !important;
		background-color: #faf089 !important;
		background-color: rgba(250,240,137,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-yellow-400:focus {
		--bg-opacity: 1 !important;
		background-color: #f6e05e !important;
		background-color: rgba(246,224,94,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-yellow-500:focus {
		--bg-opacity: 1 !important;
		background-color: #ecc94b !important;
		background-color: rgba(236,201,75,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-yellow-600:focus {
		--bg-opacity: 1 !important;
		background-color: #d69e2e !important;
		background-color: rgba(214,158,46,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-yellow-700:focus {
		--bg-opacity: 1 !important;
		background-color: #b7791f !important;
		background-color: rgba(183,121,31,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-yellow-800:focus {
		--bg-opacity: 1 !important;
		background-color: #975a16 !important;
		background-color: rgba(151,90,22,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-yellow-900:focus {
		--bg-opacity: 1 !important;
		background-color: #744210 !important;
		background-color: rgba(116,66,16,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-green-100:focus {
		--bg-opacity: 1 !important;
		background-color: #f0fff4 !important;
		background-color: rgba(240,255,244,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-green-200:focus {
		--bg-opacity: 1 !important;
		background-color: #c6f6d5 !important;
		background-color: rgba(198,246,213,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-green-300:focus {
		--bg-opacity: 1 !important;
		background-color: #9ae6b4 !important;
		background-color: rgba(154,230,180,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-green-400:focus {
		--bg-opacity: 1 !important;
		background-color: #68d391 !important;
		background-color: rgba(104,211,145,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-green-500:focus {
		--bg-opacity: 1 !important;
		background-color: #48bb78 !important;
		background-color: rgba(72,187,120,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-green-600:focus {
		--bg-opacity: 1 !important;
		background-color: #38a169 !important;
		background-color: rgba(56,161,105,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-green-700:focus {
		--bg-opacity: 1 !important;
		background-color: #2f855a !important;
		background-color: rgba(47,133,90,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-green-800:focus {
		--bg-opacity: 1 !important;
		background-color: #276749 !important;
		background-color: rgba(39,103,73,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-green-900:focus {
		--bg-opacity: 1 !important;
		background-color: #22543d !important;
		background-color: rgba(34,84,61,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-teal-100:focus {
		--bg-opacity: 1 !important;
		background-color: #e6fffa !important;
		background-color: rgba(230,255,250,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-teal-200:focus {
		--bg-opacity: 1 !important;
		background-color: #b2f5ea !important;
		background-color: rgba(178,245,234,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-teal-300:focus {
		--bg-opacity: 1 !important;
		background-color: #81e6d9 !important;
		background-color: rgba(129,230,217,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-teal-400:focus {
		--bg-opacity: 1 !important;
		background-color: #4fd1c5 !important;
		background-color: rgba(79,209,197,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-teal-500:focus {
		--bg-opacity: 1 !important;
		background-color: #38b2ac !important;
		background-color: rgba(56,178,172,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-teal-600:focus {
		--bg-opacity: 1 !important;
		background-color: #319795 !important;
		background-color: rgba(49,151,149,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-teal-700:focus {
		--bg-opacity: 1 !important;
		background-color: #2c7a7b !important;
		background-color: rgba(44,122,123,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-teal-800:focus {
		--bg-opacity: 1 !important;
		background-color: #285e61 !important;
		background-color: rgba(40,94,97,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-teal-900:focus {
		--bg-opacity: 1 !important;
		background-color: #234e52 !important;
		background-color: rgba(35,78,82,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-blue-100:focus {
		--bg-opacity: 1 !important;
		background-color: #ebf8ff !important;
		background-color: rgba(235,248,255,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-blue-200:focus {
		--bg-opacity: 1 !important;
		background-color: #bee3f8 !important;
		background-color: rgba(190,227,248,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-blue-300:focus {
		--bg-opacity: 1 !important;
		background-color: #90cdf4 !important;
		background-color: rgba(144,205,244,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-blue-400:focus {
		--bg-opacity: 1 !important;
		background-color: #63b3ed !important;
		background-color: rgba(99,179,237,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-blue-500:focus {
		--bg-opacity: 1 !important;
		background-color: #4299e1 !important;
		background-color: rgba(66,153,225,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-blue-600:focus {
		--bg-opacity: 1 !important;
		background-color: #3182ce !important;
		background-color: rgba(49,130,206,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-blue-700:focus {
		--bg-opacity: 1 !important;
		background-color: #2b6cb0 !important;
		background-color: rgba(43,108,176,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-blue-800:focus {
		--bg-opacity: 1 !important;
		background-color: #2c5282 !important;
		background-color: rgba(44,82,130,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-blue-900:focus {
		--bg-opacity: 1 !important;
		background-color: #2a4365 !important;
		background-color: rgba(42,67,101,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-indigo-100:focus {
		--bg-opacity: 1 !important;
		background-color: #ebf4ff !important;
		background-color: rgba(235,244,255,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-indigo-200:focus {
		--bg-opacity: 1 !important;
		background-color: #c3dafe !important;
		background-color: rgba(195,218,254,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-indigo-300:focus {
		--bg-opacity: 1 !important;
		background-color: #a3bffa !important;
		background-color: rgba(163,191,250,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-indigo-400:focus {
		--bg-opacity: 1 !important;
		background-color: #7f9cf5 !important;
		background-color: rgba(127,156,245,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-indigo-500:focus {
		--bg-opacity: 1 !important;
		background-color: #667eea !important;
		background-color: rgba(102,126,234,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-indigo-600:focus {
		--bg-opacity: 1 !important;
		background-color: #5a67d8 !important;
		background-color: rgba(90,103,216,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-indigo-700:focus {
		--bg-opacity: 1 !important;
		background-color: #4c51bf !important;
		background-color: rgba(76,81,191,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-indigo-800:focus {
		--bg-opacity: 1 !important;
		background-color: #434190 !important;
		background-color: rgba(67,65,144,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-indigo-900:focus {
		--bg-opacity: 1 !important;
		background-color: #3c366b !important;
		background-color: rgba(60,54,107,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-purple-100:focus {
		--bg-opacity: 1 !important;
		background-color: #faf5ff !important;
		background-color: rgba(250,245,255,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-purple-200:focus {
		--bg-opacity: 1 !important;
		background-color: #e9d8fd !important;
		background-color: rgba(233,216,253,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-purple-300:focus {
		--bg-opacity: 1 !important;
		background-color: #d6bcfa !important;
		background-color: rgba(214,188,250,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-purple-400:focus {
		--bg-opacity: 1 !important;
		background-color: #b794f4 !important;
		background-color: rgba(183,148,244,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-purple-500:focus {
		--bg-opacity: 1 !important;
		background-color: #9f7aea !important;
		background-color: rgba(159,122,234,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-purple-600:focus {
		--bg-opacity: 1 !important;
		background-color: #805ad5 !important;
		background-color: rgba(128,90,213,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-purple-700:focus {
		--bg-opacity: 1 !important;
		background-color: #6b46c1 !important;
		background-color: rgba(107,70,193,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-purple-800:focus {
		--bg-opacity: 1 !important;
		background-color: #553c9a !important;
		background-color: rgba(85,60,154,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-purple-900:focus {
		--bg-opacity: 1 !important;
		background-color: #44337a !important;
		background-color: rgba(68,51,122,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-pink-100:focus {
		--bg-opacity: 1 !important;
		background-color: #fff5f7 !important;
		background-color: rgba(255,245,247,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-pink-200:focus {
		--bg-opacity: 1 !important;
		background-color: #fed7e2 !important;
		background-color: rgba(254,215,226,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-pink-300:focus {
		--bg-opacity: 1 !important;
		background-color: #fbb6ce !important;
		background-color: rgba(251,182,206,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-pink-400:focus {
		--bg-opacity: 1 !important;
		background-color: #f687b3 !important;
		background-color: rgba(246,135,179,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-pink-500:focus {
		--bg-opacity: 1 !important;
		background-color: #ed64a6 !important;
		background-color: rgba(237,100,166,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-pink-600:focus {
		--bg-opacity: 1 !important;
		background-color: #d53f8c !important;
		background-color: rgba(213,63,140,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-pink-700:focus {
		--bg-opacity: 1 !important;
		background-color: #b83280 !important;
		background-color: rgba(184,50,128,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-pink-800:focus {
		--bg-opacity: 1 !important;
		background-color: #97266d !important;
		background-color: rgba(151,38,109,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-pink-900:focus {
		--bg-opacity: 1 !important;
		background-color: #702459 !important;
		background-color: rgba(112,36,89,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-orange-400:focus {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-orange-500:focus {
		--bg-opacity: 1 !important;
		background-color: #f54a08 !important;
		background-color: rgba(245,74,8,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-f3f:focus {
		--bg-opacity: 1 !important;
		background-color: #f3f3f3 !important;
		background-color: rgba(243,243,243,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-primary:focus {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.xs\:focus\:bg-primary-100:focus {
		background-color: rgba(238,87,35,.9) !important
	}

	.xs\:bg-none {
		background-image: none !important
	}

	.xs\:bg-gradient-to-t {
		background-image: linear-gradient(0deg,var(--gradient-color-stops)) !important
	}

	.xs\:bg-gradient-to-tr {
		background-image: linear-gradient(to top right,var(--gradient-color-stops)) !important
	}

	.xs\:bg-gradient-to-r {
		background-image: linear-gradient(90deg,var(--gradient-color-stops)) !important
	}

	.xs\:bg-gradient-to-br {
		background-image: linear-gradient(to bottom right,var(--gradient-color-stops)) !important
	}

	.xs\:bg-gradient-to-b {
		background-image: linear-gradient(180deg,var(--gradient-color-stops)) !important
	}

	.xs\:bg-gradient-to-bl {
		background-image: linear-gradient(to bottom left,var(--gradient-color-stops)) !important
	}

	.xs\:bg-gradient-to-l {
		background-image: linear-gradient(270deg,var(--gradient-color-stops)) !important
	}

	.xs\:bg-gradient-to-tl {
		background-image: linear-gradient(to top left,var(--gradient-color-stops)) !important
	}

	.xs\:bg-opacity-0 {
		--bg-opacity: 0 !important
	}

	.xs\:bg-opacity-25 {
		--bg-opacity: 0.25 !important
	}

	.xs\:bg-opacity-50 {
		--bg-opacity: 0.5 !important
	}

	.xs\:bg-opacity-75 {
		--bg-opacity: 0.75 !important
	}

	.xs\:bg-opacity-100 {
		--bg-opacity: 1 !important
	}

	.xs\:hover\:bg-opacity-0:hover {
		--bg-opacity: 0 !important
	}

	.xs\:hover\:bg-opacity-25:hover {
		--bg-opacity: 0.25 !important
	}

	.xs\:hover\:bg-opacity-50:hover {
		--bg-opacity: 0.5 !important
	}

	.xs\:hover\:bg-opacity-75:hover {
		--bg-opacity: 0.75 !important
	}

	.xs\:hover\:bg-opacity-100:hover {
		--bg-opacity: 1 !important
	}

	.xs\:focus\:bg-opacity-0:focus {
		--bg-opacity: 0 !important
	}

	.xs\:focus\:bg-opacity-25:focus {
		--bg-opacity: 0.25 !important
	}

	.xs\:focus\:bg-opacity-50:focus {
		--bg-opacity: 0.5 !important
	}

	.xs\:focus\:bg-opacity-75:focus {
		--bg-opacity: 0.75 !important
	}

	.xs\:focus\:bg-opacity-100:focus {
		--bg-opacity: 1 !important
	}

	.xs\:bg-bottom {
		background-position: bottom !important
	}

	.xs\:bg-center {
		background-position: 50% !important
	}

	.xs\:bg-left {
		background-position: 0 !important
	}

	.xs\:bg-left-bottom {
		background-position: 0 100% !important
	}

	.xs\:bg-left-top {
		background-position: 0 0 !important
	}

	.xs\:bg-right {
		background-position: 100% !important
	}

	.xs\:bg-right-bottom {
		background-position: 100% 100% !important
	}

	.xs\:bg-right-top {
		background-position: 100% 0 !important
	}

	.xs\:bg-top {
		background-position: top !important
	}

	.xs\:bg-repeat {
		background-repeat: repeat !important
	}

	.xs\:bg-no-repeat {
		background-repeat: no-repeat !important
	}

	.xs\:bg-repeat-x {
		background-repeat: repeat-x !important
	}

	.xs\:bg-repeat-y {
		background-repeat: repeat-y !important
	}

	.xs\:bg-repeat-round {
		background-repeat: round !important
	}

	.xs\:bg-repeat-space {
		background-repeat: space !important
	}

	.xs\:bg-auto {
		background-size: auto !important
	}

	.xs\:bg-cover {
		background-size: cover !important
	}

	.xs\:bg-contain {
		background-size: contain !important
	}

	.xs\:border-collapse {
		border-collapse: collapse !important
	}

	.xs\:border-separate {
		border-collapse: separate !important
	}

	.xs\:border-666 {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.xs\:border-transparent {
		border-color: transparent !important
	}

	.xs\:border-current {
		border-color: currentColor !important
	}

	.xs\:border-black-100 {
		--border-opacity: 1 !important;
		border-color: #141d3e !important;
		border-color: rgba(20,29,62,var(--border-opacity)) !important
	}

	.xs\:border-black-200 {
		--border-opacity: 1 !important;
		border-color: #212935 !important;
		border-color: rgba(33,41,53,var(--border-opacity)) !important
	}

	.xs\:border-black-300 {
		--border-opacity: 1 !important;
		border-color: #323648 !important;
		border-color: rgba(50,54,72,var(--border-opacity)) !important
	}

	.xs\:border-white {
		--border-opacity: 1 !important;
		border-color: #fff !important;
		border-color: rgba(255,255,255,var(--border-opacity)) !important
	}

	.xs\:border-gray-100 {
		--border-opacity: 1 !important;
		border-color: #f6f6f6 !important;
		border-color: rgba(246,246,246,var(--border-opacity)) !important
	}

	.xs\:border-gray-200 {
		--border-opacity: 1 !important;
		border-color: #e5e5e5 !important;
		border-color: rgba(229,229,229,var(--border-opacity)) !important
	}

	.xs\:border-gray-300 {
		--border-opacity: 1 !important;
		border-color: #c4c4c4 !important;
		border-color: rgba(196,196,196,var(--border-opacity)) !important
	}

	.xs\:border-gray-400 {
		--border-opacity: 1 !important;
		border-color: #aaaaad !important;
		border-color: rgba(170,170,173,var(--border-opacity)) !important
	}

	.xs\:border-gray-500 {
		--border-opacity: 1 !important;
		border-color: #9fa2ac !important;
		border-color: rgba(159,162,172,var(--border-opacity)) !important
	}

	.xs\:border-gray-600 {
		--border-opacity: 1 !important;
		border-color: #8f9191 !important;
		border-color: rgba(143,145,145,var(--border-opacity)) !important
	}

	.xs\:border-gray-700 {
		--border-opacity: 1 !important;
		border-color: #70727f !important;
		border-color: rgba(112,114,127,var(--border-opacity)) !important
	}

	.xs\:border-gray-800 {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.xs\:border-red-100 {
		--border-opacity: 1 !important;
		border-color: #fff5f5 !important;
		border-color: rgba(255,245,245,var(--border-opacity)) !important
	}

	.xs\:border-red-200 {
		--border-opacity: 1 !important;
		border-color: #fed7d7 !important;
		border-color: rgba(254,215,215,var(--border-opacity)) !important
	}

	.xs\:border-red-300 {
		--border-opacity: 1 !important;
		border-color: #feb2b2 !important;
		border-color: rgba(254,178,178,var(--border-opacity)) !important
	}

	.xs\:border-red-400 {
		--border-opacity: 1 !important;
		border-color: #fc8181 !important;
		border-color: rgba(252,129,129,var(--border-opacity)) !important
	}

	.xs\:border-red-500 {
		--border-opacity: 1 !important;
		border-color: #f56565 !important;
		border-color: rgba(245,101,101,var(--border-opacity)) !important
	}

	.xs\:border-red-600 {
		--border-opacity: 1 !important;
		border-color: #e53e3e !important;
		border-color: rgba(229,62,62,var(--border-opacity)) !important
	}

	.xs\:border-red-700 {
		--border-opacity: 1 !important;
		border-color: #c53030 !important;
		border-color: rgba(197,48,48,var(--border-opacity)) !important
	}

	.xs\:border-red-800 {
		--border-opacity: 1 !important;
		border-color: #9b2c2c !important;
		border-color: rgba(155,44,44,var(--border-opacity)) !important
	}

	.xs\:border-red-900 {
		--border-opacity: 1 !important;
		border-color: #742a2a !important;
		border-color: rgba(116,42,42,var(--border-opacity)) !important
	}

	.xs\:border-orange {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.xs\:border-yellow-100 {
		--border-opacity: 1 !important;
		border-color: ivory !important;
		border-color: rgba(255,255,240,var(--border-opacity)) !important
	}

	.xs\:border-yellow-200 {
		--border-opacity: 1 !important;
		border-color: #fefcbf !important;
		border-color: rgba(254,252,191,var(--border-opacity)) !important
	}

	.xs\:border-yellow-300 {
		--border-opacity: 1 !important;
		border-color: #faf089 !important;
		border-color: rgba(250,240,137,var(--border-opacity)) !important
	}

	.xs\:border-yellow-400 {
		--border-opacity: 1 !important;
		border-color: #f6e05e !important;
		border-color: rgba(246,224,94,var(--border-opacity)) !important
	}

	.xs\:border-yellow-500 {
		--border-opacity: 1 !important;
		border-color: #ecc94b !important;
		border-color: rgba(236,201,75,var(--border-opacity)) !important
	}

	.xs\:border-yellow-600 {
		--border-opacity: 1 !important;
		border-color: #d69e2e !important;
		border-color: rgba(214,158,46,var(--border-opacity)) !important
	}

	.xs\:border-yellow-700 {
		--border-opacity: 1 !important;
		border-color: #b7791f !important;
		border-color: rgba(183,121,31,var(--border-opacity)) !important
	}

	.xs\:border-yellow-800 {
		--border-opacity: 1 !important;
		border-color: #975a16 !important;
		border-color: rgba(151,90,22,var(--border-opacity)) !important
	}

	.xs\:border-yellow-900 {
		--border-opacity: 1 !important;
		border-color: #744210 !important;
		border-color: rgba(116,66,16,var(--border-opacity)) !important
	}

	.xs\:border-green-100 {
		--border-opacity: 1 !important;
		border-color: #f0fff4 !important;
		border-color: rgba(240,255,244,var(--border-opacity)) !important
	}

	.xs\:border-green-200 {
		--border-opacity: 1 !important;
		border-color: #c6f6d5 !important;
		border-color: rgba(198,246,213,var(--border-opacity)) !important
	}

	.xs\:border-green-300 {
		--border-opacity: 1 !important;
		border-color: #9ae6b4 !important;
		border-color: rgba(154,230,180,var(--border-opacity)) !important
	}

	.xs\:border-green-400 {
		--border-opacity: 1 !important;
		border-color: #68d391 !important;
		border-color: rgba(104,211,145,var(--border-opacity)) !important
	}

	.xs\:border-green-500 {
		--border-opacity: 1 !important;
		border-color: #48bb78 !important;
		border-color: rgba(72,187,120,var(--border-opacity)) !important
	}

	.xs\:border-green-600 {
		--border-opacity: 1 !important;
		border-color: #38a169 !important;
		border-color: rgba(56,161,105,var(--border-opacity)) !important
	}

	.xs\:border-green-700 {
		--border-opacity: 1 !important;
		border-color: #2f855a !important;
		border-color: rgba(47,133,90,var(--border-opacity)) !important
	}

	.xs\:border-green-800 {
		--border-opacity: 1 !important;
		border-color: #276749 !important;
		border-color: rgba(39,103,73,var(--border-opacity)) !important
	}

	.xs\:border-green-900 {
		--border-opacity: 1 !important;
		border-color: #22543d !important;
		border-color: rgba(34,84,61,var(--border-opacity)) !important
	}

	.xs\:border-teal-100 {
		--border-opacity: 1 !important;
		border-color: #e6fffa !important;
		border-color: rgba(230,255,250,var(--border-opacity)) !important
	}

	.xs\:border-teal-200 {
		--border-opacity: 1 !important;
		border-color: #b2f5ea !important;
		border-color: rgba(178,245,234,var(--border-opacity)) !important
	}

	.xs\:border-teal-300 {
		--border-opacity: 1 !important;
		border-color: #81e6d9 !important;
		border-color: rgba(129,230,217,var(--border-opacity)) !important
	}

	.xs\:border-teal-400 {
		--border-opacity: 1 !important;
		border-color: #4fd1c5 !important;
		border-color: rgba(79,209,197,var(--border-opacity)) !important
	}

	.xs\:border-teal-500 {
		--border-opacity: 1 !important;
		border-color: #38b2ac !important;
		border-color: rgba(56,178,172,var(--border-opacity)) !important
	}

	.xs\:border-teal-600 {
		--border-opacity: 1 !important;
		border-color: #319795 !important;
		border-color: rgba(49,151,149,var(--border-opacity)) !important
	}

	.xs\:border-teal-700 {
		--border-opacity: 1 !important;
		border-color: #2c7a7b !important;
		border-color: rgba(44,122,123,var(--border-opacity)) !important
	}

	.xs\:border-teal-800 {
		--border-opacity: 1 !important;
		border-color: #285e61 !important;
		border-color: rgba(40,94,97,var(--border-opacity)) !important
	}

	.xs\:border-teal-900 {
		--border-opacity: 1 !important;
		border-color: #234e52 !important;
		border-color: rgba(35,78,82,var(--border-opacity)) !important
	}

	.xs\:border-blue-100 {
		--border-opacity: 1 !important;
		border-color: #ebf8ff !important;
		border-color: rgba(235,248,255,var(--border-opacity)) !important
	}

	.xs\:border-blue-200 {
		--border-opacity: 1 !important;
		border-color: #bee3f8 !important;
		border-color: rgba(190,227,248,var(--border-opacity)) !important
	}

	.xs\:border-blue-300 {
		--border-opacity: 1 !important;
		border-color: #90cdf4 !important;
		border-color: rgba(144,205,244,var(--border-opacity)) !important
	}

	.xs\:border-blue-400 {
		--border-opacity: 1 !important;
		border-color: #63b3ed !important;
		border-color: rgba(99,179,237,var(--border-opacity)) !important
	}

	.xs\:border-blue-500 {
		--border-opacity: 1 !important;
		border-color: #4299e1 !important;
		border-color: rgba(66,153,225,var(--border-opacity)) !important
	}

	.xs\:border-blue-600 {
		--border-opacity: 1 !important;
		border-color: #3182ce !important;
		border-color: rgba(49,130,206,var(--border-opacity)) !important
	}

	.xs\:border-blue-700 {
		--border-opacity: 1 !important;
		border-color: #2b6cb0 !important;
		border-color: rgba(43,108,176,var(--border-opacity)) !important
	}

	.xs\:border-blue-800 {
		--border-opacity: 1 !important;
		border-color: #2c5282 !important;
		border-color: rgba(44,82,130,var(--border-opacity)) !important
	}

	.xs\:border-blue-900 {
		--border-opacity: 1 !important;
		border-color: #2a4365 !important;
		border-color: rgba(42,67,101,var(--border-opacity)) !important
	}

	.xs\:border-indigo-100 {
		--border-opacity: 1 !important;
		border-color: #ebf4ff !important;
		border-color: rgba(235,244,255,var(--border-opacity)) !important
	}

	.xs\:border-indigo-200 {
		--border-opacity: 1 !important;
		border-color: #c3dafe !important;
		border-color: rgba(195,218,254,var(--border-opacity)) !important
	}

	.xs\:border-indigo-300 {
		--border-opacity: 1 !important;
		border-color: #a3bffa !important;
		border-color: rgba(163,191,250,var(--border-opacity)) !important
	}

	.xs\:border-indigo-400 {
		--border-opacity: 1 !important;
		border-color: #7f9cf5 !important;
		border-color: rgba(127,156,245,var(--border-opacity)) !important
	}

	.xs\:border-indigo-500 {
		--border-opacity: 1 !important;
		border-color: #667eea !important;
		border-color: rgba(102,126,234,var(--border-opacity)) !important
	}

	.xs\:border-indigo-600 {
		--border-opacity: 1 !important;
		border-color: #5a67d8 !important;
		border-color: rgba(90,103,216,var(--border-opacity)) !important
	}

	.xs\:border-indigo-700 {
		--border-opacity: 1 !important;
		border-color: #4c51bf !important;
		border-color: rgba(76,81,191,var(--border-opacity)) !important
	}

	.xs\:border-indigo-800 {
		--border-opacity: 1 !important;
		border-color: #434190 !important;
		border-color: rgba(67,65,144,var(--border-opacity)) !important
	}

	.xs\:border-indigo-900 {
		--border-opacity: 1 !important;
		border-color: #3c366b !important;
		border-color: rgba(60,54,107,var(--border-opacity)) !important
	}

	.xs\:border-purple-100 {
		--border-opacity: 1 !important;
		border-color: #faf5ff !important;
		border-color: rgba(250,245,255,var(--border-opacity)) !important
	}

	.xs\:border-purple-200 {
		--border-opacity: 1 !important;
		border-color: #e9d8fd !important;
		border-color: rgba(233,216,253,var(--border-opacity)) !important
	}

	.xs\:border-purple-300 {
		--border-opacity: 1 !important;
		border-color: #d6bcfa !important;
		border-color: rgba(214,188,250,var(--border-opacity)) !important
	}

	.xs\:border-purple-400 {
		--border-opacity: 1 !important;
		border-color: #b794f4 !important;
		border-color: rgba(183,148,244,var(--border-opacity)) !important
	}

	.xs\:border-purple-500 {
		--border-opacity: 1 !important;
		border-color: #9f7aea !important;
		border-color: rgba(159,122,234,var(--border-opacity)) !important
	}

	.xs\:border-purple-600 {
		--border-opacity: 1 !important;
		border-color: #805ad5 !important;
		border-color: rgba(128,90,213,var(--border-opacity)) !important
	}

	.xs\:border-purple-700 {
		--border-opacity: 1 !important;
		border-color: #6b46c1 !important;
		border-color: rgba(107,70,193,var(--border-opacity)) !important
	}

	.xs\:border-purple-800 {
		--border-opacity: 1 !important;
		border-color: #553c9a !important;
		border-color: rgba(85,60,154,var(--border-opacity)) !important
	}

	.xs\:border-purple-900 {
		--border-opacity: 1 !important;
		border-color: #44337a !important;
		border-color: rgba(68,51,122,var(--border-opacity)) !important
	}

	.xs\:border-pink-100 {
		--border-opacity: 1 !important;
		border-color: #fff5f7 !important;
		border-color: rgba(255,245,247,var(--border-opacity)) !important
	}

	.xs\:border-pink-200 {
		--border-opacity: 1 !important;
		border-color: #fed7e2 !important;
		border-color: rgba(254,215,226,var(--border-opacity)) !important
	}

	.xs\:border-pink-300 {
		--border-opacity: 1 !important;
		border-color: #fbb6ce !important;
		border-color: rgba(251,182,206,var(--border-opacity)) !important
	}

	.xs\:border-pink-400 {
		--border-opacity: 1 !important;
		border-color: #f687b3 !important;
		border-color: rgba(246,135,179,var(--border-opacity)) !important
	}

	.xs\:border-pink-500 {
		--border-opacity: 1 !important;
		border-color: #ed64a6 !important;
		border-color: rgba(237,100,166,var(--border-opacity)) !important
	}

	.xs\:border-pink-600 {
		--border-opacity: 1 !important;
		border-color: #d53f8c !important;
		border-color: rgba(213,63,140,var(--border-opacity)) !important
	}

	.xs\:border-pink-700 {
		--border-opacity: 1 !important;
		border-color: #b83280 !important;
		border-color: rgba(184,50,128,var(--border-opacity)) !important
	}

	.xs\:border-pink-800 {
		--border-opacity: 1 !important;
		border-color: #97266d !important;
		border-color: rgba(151,38,109,var(--border-opacity)) !important
	}

	.xs\:border-pink-900 {
		--border-opacity: 1 !important;
		border-color: #702459 !important;
		border-color: rgba(112,36,89,var(--border-opacity)) !important
	}

	.xs\:border-orange-400 {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.xs\:border-orange-500 {
		--border-opacity: 1 !important;
		border-color: #f54a08 !important;
		border-color: rgba(245,74,8,var(--border-opacity)) !important
	}

	.xs\:border-f3f {
		--border-opacity: 1 !important;
		border-color: #f3f3f3 !important;
		border-color: rgba(243,243,243,var(--border-opacity)) !important
	}

	.xs\:border-D8D {
		--border-opacity: 1 !important;
		border-color: #d8d8d8 !important;
		border-color: rgba(216,216,216,var(--border-opacity)) !important
	}

	.xs\:hover\:border-666:hover {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.xs\:hover\:border-transparent:hover {
		border-color: transparent !important
	}

	.xs\:hover\:border-current:hover {
		border-color: currentColor !important
	}

	.xs\:hover\:border-black-100:hover {
		--border-opacity: 1 !important;
		border-color: #141d3e !important;
		border-color: rgba(20,29,62,var(--border-opacity)) !important
	}

	.xs\:hover\:border-black-200:hover {
		--border-opacity: 1 !important;
		border-color: #212935 !important;
		border-color: rgba(33,41,53,var(--border-opacity)) !important
	}

	.xs\:hover\:border-black-300:hover {
		--border-opacity: 1 !important;
		border-color: #323648 !important;
		border-color: rgba(50,54,72,var(--border-opacity)) !important
	}

	.xs\:hover\:border-white:hover {
		--border-opacity: 1 !important;
		border-color: #fff !important;
		border-color: rgba(255,255,255,var(--border-opacity)) !important
	}

	.xs\:hover\:border-gray-100:hover {
		--border-opacity: 1 !important;
		border-color: #f6f6f6 !important;
		border-color: rgba(246,246,246,var(--border-opacity)) !important
	}

	.xs\:hover\:border-gray-200:hover {
		--border-opacity: 1 !important;
		border-color: #e5e5e5 !important;
		border-color: rgba(229,229,229,var(--border-opacity)) !important
	}

	.xs\:hover\:border-gray-300:hover {
		--border-opacity: 1 !important;
		border-color: #c4c4c4 !important;
		border-color: rgba(196,196,196,var(--border-opacity)) !important
	}

	.xs\:hover\:border-gray-400:hover {
		--border-opacity: 1 !important;
		border-color: #aaaaad !important;
		border-color: rgba(170,170,173,var(--border-opacity)) !important
	}

	.xs\:hover\:border-gray-500:hover {
		--border-opacity: 1 !important;
		border-color: #9fa2ac !important;
		border-color: rgba(159,162,172,var(--border-opacity)) !important
	}

	.xs\:hover\:border-gray-600:hover {
		--border-opacity: 1 !important;
		border-color: #8f9191 !important;
		border-color: rgba(143,145,145,var(--border-opacity)) !important
	}

	.xs\:hover\:border-gray-700:hover {
		--border-opacity: 1 !important;
		border-color: #70727f !important;
		border-color: rgba(112,114,127,var(--border-opacity)) !important
	}

	.xs\:hover\:border-gray-800:hover {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.xs\:hover\:border-red-100:hover {
		--border-opacity: 1 !important;
		border-color: #fff5f5 !important;
		border-color: rgba(255,245,245,var(--border-opacity)) !important
	}

	.xs\:hover\:border-red-200:hover {
		--border-opacity: 1 !important;
		border-color: #fed7d7 !important;
		border-color: rgba(254,215,215,var(--border-opacity)) !important
	}

	.xs\:hover\:border-red-300:hover {
		--border-opacity: 1 !important;
		border-color: #feb2b2 !important;
		border-color: rgba(254,178,178,var(--border-opacity)) !important
	}

	.xs\:hover\:border-red-400:hover {
		--border-opacity: 1 !important;
		border-color: #fc8181 !important;
		border-color: rgba(252,129,129,var(--border-opacity)) !important
	}

	.xs\:hover\:border-red-500:hover {
		--border-opacity: 1 !important;
		border-color: #f56565 !important;
		border-color: rgba(245,101,101,var(--border-opacity)) !important
	}

	.xs\:hover\:border-red-600:hover {
		--border-opacity: 1 !important;
		border-color: #e53e3e !important;
		border-color: rgba(229,62,62,var(--border-opacity)) !important
	}

	.xs\:hover\:border-red-700:hover {
		--border-opacity: 1 !important;
		border-color: #c53030 !important;
		border-color: rgba(197,48,48,var(--border-opacity)) !important
	}

	.xs\:hover\:border-red-800:hover {
		--border-opacity: 1 !important;
		border-color: #9b2c2c !important;
		border-color: rgba(155,44,44,var(--border-opacity)) !important
	}

	.xs\:hover\:border-red-900:hover {
		--border-opacity: 1 !important;
		border-color: #742a2a !important;
		border-color: rgba(116,42,42,var(--border-opacity)) !important
	}

	.xs\:hover\:border-orange:hover {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.xs\:hover\:border-yellow-100:hover {
		--border-opacity: 1 !important;
		border-color: ivory !important;
		border-color: rgba(255,255,240,var(--border-opacity)) !important
	}

	.xs\:hover\:border-yellow-200:hover {
		--border-opacity: 1 !important;
		border-color: #fefcbf !important;
		border-color: rgba(254,252,191,var(--border-opacity)) !important
	}

	.xs\:hover\:border-yellow-300:hover {
		--border-opacity: 1 !important;
		border-color: #faf089 !important;
		border-color: rgba(250,240,137,var(--border-opacity)) !important
	}

	.xs\:hover\:border-yellow-400:hover {
		--border-opacity: 1 !important;
		border-color: #f6e05e !important;
		border-color: rgba(246,224,94,var(--border-opacity)) !important
	}

	.xs\:hover\:border-yellow-500:hover {
		--border-opacity: 1 !important;
		border-color: #ecc94b !important;
		border-color: rgba(236,201,75,var(--border-opacity)) !important
	}

	.xs\:hover\:border-yellow-600:hover {
		--border-opacity: 1 !important;
		border-color: #d69e2e !important;
		border-color: rgba(214,158,46,var(--border-opacity)) !important
	}

	.xs\:hover\:border-yellow-700:hover {
		--border-opacity: 1 !important;
		border-color: #b7791f !important;
		border-color: rgba(183,121,31,var(--border-opacity)) !important
	}

	.xs\:hover\:border-yellow-800:hover {
		--border-opacity: 1 !important;
		border-color: #975a16 !important;
		border-color: rgba(151,90,22,var(--border-opacity)) !important
	}

	.xs\:hover\:border-yellow-900:hover {
		--border-opacity: 1 !important;
		border-color: #744210 !important;
		border-color: rgba(116,66,16,var(--border-opacity)) !important
	}

	.xs\:hover\:border-green-100:hover {
		--border-opacity: 1 !important;
		border-color: #f0fff4 !important;
		border-color: rgba(240,255,244,var(--border-opacity)) !important
	}

	.xs\:hover\:border-green-200:hover {
		--border-opacity: 1 !important;
		border-color: #c6f6d5 !important;
		border-color: rgba(198,246,213,var(--border-opacity)) !important
	}

	.xs\:hover\:border-green-300:hover {
		--border-opacity: 1 !important;
		border-color: #9ae6b4 !important;
		border-color: rgba(154,230,180,var(--border-opacity)) !important
	}

	.xs\:hover\:border-green-400:hover {
		--border-opacity: 1 !important;
		border-color: #68d391 !important;
		border-color: rgba(104,211,145,var(--border-opacity)) !important
	}

	.xs\:hover\:border-green-500:hover {
		--border-opacity: 1 !important;
		border-color: #48bb78 !important;
		border-color: rgba(72,187,120,var(--border-opacity)) !important
	}

	.xs\:hover\:border-green-600:hover {
		--border-opacity: 1 !important;
		border-color: #38a169 !important;
		border-color: rgba(56,161,105,var(--border-opacity)) !important
	}

	.xs\:hover\:border-green-700:hover {
		--border-opacity: 1 !important;
		border-color: #2f855a !important;
		border-color: rgba(47,133,90,var(--border-opacity)) !important
	}

	.xs\:hover\:border-green-800:hover {
		--border-opacity: 1 !important;
		border-color: #276749 !important;
		border-color: rgba(39,103,73,var(--border-opacity)) !important
	}

	.xs\:hover\:border-green-900:hover {
		--border-opacity: 1 !important;
		border-color: #22543d !important;
		border-color: rgba(34,84,61,var(--border-opacity)) !important
	}

	.xs\:hover\:border-teal-100:hover {
		--border-opacity: 1 !important;
		border-color: #e6fffa !important;
		border-color: rgba(230,255,250,var(--border-opacity)) !important
	}

	.xs\:hover\:border-teal-200:hover {
		--border-opacity: 1 !important;
		border-color: #b2f5ea !important;
		border-color: rgba(178,245,234,var(--border-opacity)) !important
	}

	.xs\:hover\:border-teal-300:hover {
		--border-opacity: 1 !important;
		border-color: #81e6d9 !important;
		border-color: rgba(129,230,217,var(--border-opacity)) !important
	}

	.xs\:hover\:border-teal-400:hover {
		--border-opacity: 1 !important;
		border-color: #4fd1c5 !important;
		border-color: rgba(79,209,197,var(--border-opacity)) !important
	}

	.xs\:hover\:border-teal-500:hover {
		--border-opacity: 1 !important;
		border-color: #38b2ac !important;
		border-color: rgba(56,178,172,var(--border-opacity)) !important
	}

	.xs\:hover\:border-teal-600:hover {
		--border-opacity: 1 !important;
		border-color: #319795 !important;
		border-color: rgba(49,151,149,var(--border-opacity)) !important
	}

	.xs\:hover\:border-teal-700:hover {
		--border-opacity: 1 !important;
		border-color: #2c7a7b !important;
		border-color: rgba(44,122,123,var(--border-opacity)) !important
	}

	.xs\:hover\:border-teal-800:hover {
		--border-opacity: 1 !important;
		border-color: #285e61 !important;
		border-color: rgba(40,94,97,var(--border-opacity)) !important
	}

	.xs\:hover\:border-teal-900:hover {
		--border-opacity: 1 !important;
		border-color: #234e52 !important;
		border-color: rgba(35,78,82,var(--border-opacity)) !important
	}

	.xs\:hover\:border-blue-100:hover {
		--border-opacity: 1 !important;
		border-color: #ebf8ff !important;
		border-color: rgba(235,248,255,var(--border-opacity)) !important
	}

	.xs\:hover\:border-blue-200:hover {
		--border-opacity: 1 !important;
		border-color: #bee3f8 !important;
		border-color: rgba(190,227,248,var(--border-opacity)) !important
	}

	.xs\:hover\:border-blue-300:hover {
		--border-opacity: 1 !important;
		border-color: #90cdf4 !important;
		border-color: rgba(144,205,244,var(--border-opacity)) !important
	}

	.xs\:hover\:border-blue-400:hover {
		--border-opacity: 1 !important;
		border-color: #63b3ed !important;
		border-color: rgba(99,179,237,var(--border-opacity)) !important
	}

	.xs\:hover\:border-blue-500:hover {
		--border-opacity: 1 !important;
		border-color: #4299e1 !important;
		border-color: rgba(66,153,225,var(--border-opacity)) !important
	}

	.xs\:hover\:border-blue-600:hover {
		--border-opacity: 1 !important;
		border-color: #3182ce !important;
		border-color: rgba(49,130,206,var(--border-opacity)) !important
	}

	.xs\:hover\:border-blue-700:hover {
		--border-opacity: 1 !important;
		border-color: #2b6cb0 !important;
		border-color: rgba(43,108,176,var(--border-opacity)) !important
	}

	.xs\:hover\:border-blue-800:hover {
		--border-opacity: 1 !important;
		border-color: #2c5282 !important;
		border-color: rgba(44,82,130,var(--border-opacity)) !important
	}

	.xs\:hover\:border-blue-900:hover {
		--border-opacity: 1 !important;
		border-color: #2a4365 !important;
		border-color: rgba(42,67,101,var(--border-opacity)) !important
	}

	.xs\:hover\:border-indigo-100:hover {
		--border-opacity: 1 !important;
		border-color: #ebf4ff !important;
		border-color: rgba(235,244,255,var(--border-opacity)) !important
	}

	.xs\:hover\:border-indigo-200:hover {
		--border-opacity: 1 !important;
		border-color: #c3dafe !important;
		border-color: rgba(195,218,254,var(--border-opacity)) !important
	}

	.xs\:hover\:border-indigo-300:hover {
		--border-opacity: 1 !important;
		border-color: #a3bffa !important;
		border-color: rgba(163,191,250,var(--border-opacity)) !important
	}

	.xs\:hover\:border-indigo-400:hover {
		--border-opacity: 1 !important;
		border-color: #7f9cf5 !important;
		border-color: rgba(127,156,245,var(--border-opacity)) !important
	}

	.xs\:hover\:border-indigo-500:hover {
		--border-opacity: 1 !important;
		border-color: #667eea !important;
		border-color: rgba(102,126,234,var(--border-opacity)) !important
	}

	.xs\:hover\:border-indigo-600:hover {
		--border-opacity: 1 !important;
		border-color: #5a67d8 !important;
		border-color: rgba(90,103,216,var(--border-opacity)) !important
	}

	.xs\:hover\:border-indigo-700:hover {
		--border-opacity: 1 !important;
		border-color: #4c51bf !important;
		border-color: rgba(76,81,191,var(--border-opacity)) !important
	}

	.xs\:hover\:border-indigo-800:hover {
		--border-opacity: 1 !important;
		border-color: #434190 !important;
		border-color: rgba(67,65,144,var(--border-opacity)) !important
	}

	.xs\:hover\:border-indigo-900:hover {
		--border-opacity: 1 !important;
		border-color: #3c366b !important;
		border-color: rgba(60,54,107,var(--border-opacity)) !important
	}

	.xs\:hover\:border-purple-100:hover {
		--border-opacity: 1 !important;
		border-color: #faf5ff !important;
		border-color: rgba(250,245,255,var(--border-opacity)) !important
	}

	.xs\:hover\:border-purple-200:hover {
		--border-opacity: 1 !important;
		border-color: #e9d8fd !important;
		border-color: rgba(233,216,253,var(--border-opacity)) !important
	}

	.xs\:hover\:border-purple-300:hover {
		--border-opacity: 1 !important;
		border-color: #d6bcfa !important;
		border-color: rgba(214,188,250,var(--border-opacity)) !important
	}

	.xs\:hover\:border-purple-400:hover {
		--border-opacity: 1 !important;
		border-color: #b794f4 !important;
		border-color: rgba(183,148,244,var(--border-opacity)) !important
	}

	.xs\:hover\:border-purple-500:hover {
		--border-opacity: 1 !important;
		border-color: #9f7aea !important;
		border-color: rgba(159,122,234,var(--border-opacity)) !important
	}

	.xs\:hover\:border-purple-600:hover {
		--border-opacity: 1 !important;
		border-color: #805ad5 !important;
		border-color: rgba(128,90,213,var(--border-opacity)) !important
	}

	.xs\:hover\:border-purple-700:hover {
		--border-opacity: 1 !important;
		border-color: #6b46c1 !important;
		border-color: rgba(107,70,193,var(--border-opacity)) !important
	}

	.xs\:hover\:border-purple-800:hover {
		--border-opacity: 1 !important;
		border-color: #553c9a !important;
		border-color: rgba(85,60,154,var(--border-opacity)) !important
	}

	.xs\:hover\:border-purple-900:hover {
		--border-opacity: 1 !important;
		border-color: #44337a !important;
		border-color: rgba(68,51,122,var(--border-opacity)) !important
	}

	.xs\:hover\:border-pink-100:hover {
		--border-opacity: 1 !important;
		border-color: #fff5f7 !important;
		border-color: rgba(255,245,247,var(--border-opacity)) !important
	}

	.xs\:hover\:border-pink-200:hover {
		--border-opacity: 1 !important;
		border-color: #fed7e2 !important;
		border-color: rgba(254,215,226,var(--border-opacity)) !important
	}

	.xs\:hover\:border-pink-300:hover {
		--border-opacity: 1 !important;
		border-color: #fbb6ce !important;
		border-color: rgba(251,182,206,var(--border-opacity)) !important
	}

	.xs\:hover\:border-pink-400:hover {
		--border-opacity: 1 !important;
		border-color: #f687b3 !important;
		border-color: rgba(246,135,179,var(--border-opacity)) !important
	}

	.xs\:hover\:border-pink-500:hover {
		--border-opacity: 1 !important;
		border-color: #ed64a6 !important;
		border-color: rgba(237,100,166,var(--border-opacity)) !important
	}

	.xs\:hover\:border-pink-600:hover {
		--border-opacity: 1 !important;
		border-color: #d53f8c !important;
		border-color: rgba(213,63,140,var(--border-opacity)) !important
	}

	.xs\:hover\:border-pink-700:hover {
		--border-opacity: 1 !important;
		border-color: #b83280 !important;
		border-color: rgba(184,50,128,var(--border-opacity)) !important
	}

	.xs\:hover\:border-pink-800:hover {
		--border-opacity: 1 !important;
		border-color: #97266d !important;
		border-color: rgba(151,38,109,var(--border-opacity)) !important
	}

	.xs\:hover\:border-pink-900:hover {
		--border-opacity: 1 !important;
		border-color: #702459 !important;
		border-color: rgba(112,36,89,var(--border-opacity)) !important
	}

	.xs\:hover\:border-orange-400:hover {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.xs\:hover\:border-orange-500:hover {
		--border-opacity: 1 !important;
		border-color: #f54a08 !important;
		border-color: rgba(245,74,8,var(--border-opacity)) !important
	}

	.xs\:hover\:border-f3f:hover {
		--border-opacity: 1 !important;
		border-color: #f3f3f3 !important;
		border-color: rgba(243,243,243,var(--border-opacity)) !important
	}

	.xs\:hover\:border-D8D:hover {
		--border-opacity: 1 !important;
		border-color: #d8d8d8 !important;
		border-color: rgba(216,216,216,var(--border-opacity)) !important
	}

	.xs\:focus\:border-666:focus {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.xs\:focus\:border-transparent:focus {
		border-color: transparent !important
	}

	.xs\:focus\:border-current:focus {
		border-color: currentColor !important
	}

	.xs\:focus\:border-black-100:focus {
		--border-opacity: 1 !important;
		border-color: #141d3e !important;
		border-color: rgba(20,29,62,var(--border-opacity)) !important
	}

	.xs\:focus\:border-black-200:focus {
		--border-opacity: 1 !important;
		border-color: #212935 !important;
		border-color: rgba(33,41,53,var(--border-opacity)) !important
	}

	.xs\:focus\:border-black-300:focus {
		--border-opacity: 1 !important;
		border-color: #323648 !important;
		border-color: rgba(50,54,72,var(--border-opacity)) !important
	}

	.xs\:focus\:border-white:focus {
		--border-opacity: 1 !important;
		border-color: #fff !important;
		border-color: rgba(255,255,255,var(--border-opacity)) !important
	}

	.xs\:focus\:border-gray-100:focus {
		--border-opacity: 1 !important;
		border-color: #f6f6f6 !important;
		border-color: rgba(246,246,246,var(--border-opacity)) !important
	}

	.xs\:focus\:border-gray-200:focus {
		--border-opacity: 1 !important;
		border-color: #e5e5e5 !important;
		border-color: rgba(229,229,229,var(--border-opacity)) !important
	}

	.xs\:focus\:border-gray-300:focus {
		--border-opacity: 1 !important;
		border-color: #c4c4c4 !important;
		border-color: rgba(196,196,196,var(--border-opacity)) !important
	}

	.xs\:focus\:border-gray-400:focus {
		--border-opacity: 1 !important;
		border-color: #aaaaad !important;
		border-color: rgba(170,170,173,var(--border-opacity)) !important
	}

	.xs\:focus\:border-gray-500:focus {
		--border-opacity: 1 !important;
		border-color: #9fa2ac !important;
		border-color: rgba(159,162,172,var(--border-opacity)) !important
	}

	.xs\:focus\:border-gray-600:focus {
		--border-opacity: 1 !important;
		border-color: #8f9191 !important;
		border-color: rgba(143,145,145,var(--border-opacity)) !important
	}

	.xs\:focus\:border-gray-700:focus {
		--border-opacity: 1 !important;
		border-color: #70727f !important;
		border-color: rgba(112,114,127,var(--border-opacity)) !important
	}

	.xs\:focus\:border-gray-800:focus {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.xs\:focus\:border-red-100:focus {
		--border-opacity: 1 !important;
		border-color: #fff5f5 !important;
		border-color: rgba(255,245,245,var(--border-opacity)) !important
	}

	.xs\:focus\:border-red-200:focus {
		--border-opacity: 1 !important;
		border-color: #fed7d7 !important;
		border-color: rgba(254,215,215,var(--border-opacity)) !important
	}

	.xs\:focus\:border-red-300:focus {
		--border-opacity: 1 !important;
		border-color: #feb2b2 !important;
		border-color: rgba(254,178,178,var(--border-opacity)) !important
	}

	.xs\:focus\:border-red-400:focus {
		--border-opacity: 1 !important;
		border-color: #fc8181 !important;
		border-color: rgba(252,129,129,var(--border-opacity)) !important
	}

	.xs\:focus\:border-red-500:focus {
		--border-opacity: 1 !important;
		border-color: #f56565 !important;
		border-color: rgba(245,101,101,var(--border-opacity)) !important
	}

	.xs\:focus\:border-red-600:focus {
		--border-opacity: 1 !important;
		border-color: #e53e3e !important;
		border-color: rgba(229,62,62,var(--border-opacity)) !important
	}

	.xs\:focus\:border-red-700:focus {
		--border-opacity: 1 !important;
		border-color: #c53030 !important;
		border-color: rgba(197,48,48,var(--border-opacity)) !important
	}

	.xs\:focus\:border-red-800:focus {
		--border-opacity: 1 !important;
		border-color: #9b2c2c !important;
		border-color: rgba(155,44,44,var(--border-opacity)) !important
	}

	.xs\:focus\:border-red-900:focus {
		--border-opacity: 1 !important;
		border-color: #742a2a !important;
		border-color: rgba(116,42,42,var(--border-opacity)) !important
	}

	.xs\:focus\:border-orange:focus {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.xs\:focus\:border-yellow-100:focus {
		--border-opacity: 1 !important;
		border-color: ivory !important;
		border-color: rgba(255,255,240,var(--border-opacity)) !important
	}

	.xs\:focus\:border-yellow-200:focus {
		--border-opacity: 1 !important;
		border-color: #fefcbf !important;
		border-color: rgba(254,252,191,var(--border-opacity)) !important
	}

	.xs\:focus\:border-yellow-300:focus {
		--border-opacity: 1 !important;
		border-color: #faf089 !important;
		border-color: rgba(250,240,137,var(--border-opacity)) !important
	}

	.xs\:focus\:border-yellow-400:focus {
		--border-opacity: 1 !important;
		border-color: #f6e05e !important;
		border-color: rgba(246,224,94,var(--border-opacity)) !important
	}

	.xs\:focus\:border-yellow-500:focus {
		--border-opacity: 1 !important;
		border-color: #ecc94b !important;
		border-color: rgba(236,201,75,var(--border-opacity)) !important
	}

	.xs\:focus\:border-yellow-600:focus {
		--border-opacity: 1 !important;
		border-color: #d69e2e !important;
		border-color: rgba(214,158,46,var(--border-opacity)) !important
	}

	.xs\:focus\:border-yellow-700:focus {
		--border-opacity: 1 !important;
		border-color: #b7791f !important;
		border-color: rgba(183,121,31,var(--border-opacity)) !important
	}

	.xs\:focus\:border-yellow-800:focus {
		--border-opacity: 1 !important;
		border-color: #975a16 !important;
		border-color: rgba(151,90,22,var(--border-opacity)) !important
	}

	.xs\:focus\:border-yellow-900:focus {
		--border-opacity: 1 !important;
		border-color: #744210 !important;
		border-color: rgba(116,66,16,var(--border-opacity)) !important
	}

	.xs\:focus\:border-green-100:focus {
		--border-opacity: 1 !important;
		border-color: #f0fff4 !important;
		border-color: rgba(240,255,244,var(--border-opacity)) !important
	}

	.xs\:focus\:border-green-200:focus {
		--border-opacity: 1 !important;
		border-color: #c6f6d5 !important;
		border-color: rgba(198,246,213,var(--border-opacity)) !important
	}

	.xs\:focus\:border-green-300:focus {
		--border-opacity: 1 !important;
		border-color: #9ae6b4 !important;
		border-color: rgba(154,230,180,var(--border-opacity)) !important
	}

	.xs\:focus\:border-green-400:focus {
		--border-opacity: 1 !important;
		border-color: #68d391 !important;
		border-color: rgba(104,211,145,var(--border-opacity)) !important
	}

	.xs\:focus\:border-green-500:focus {
		--border-opacity: 1 !important;
		border-color: #48bb78 !important;
		border-color: rgba(72,187,120,var(--border-opacity)) !important
	}

	.xs\:focus\:border-green-600:focus {
		--border-opacity: 1 !important;
		border-color: #38a169 !important;
		border-color: rgba(56,161,105,var(--border-opacity)) !important
	}

	.xs\:focus\:border-green-700:focus {
		--border-opacity: 1 !important;
		border-color: #2f855a !important;
		border-color: rgba(47,133,90,var(--border-opacity)) !important
	}

	.xs\:focus\:border-green-800:focus {
		--border-opacity: 1 !important;
		border-color: #276749 !important;
		border-color: rgba(39,103,73,var(--border-opacity)) !important
	}

	.xs\:focus\:border-green-900:focus {
		--border-opacity: 1 !important;
		border-color: #22543d !important;
		border-color: rgba(34,84,61,var(--border-opacity)) !important
	}

	.xs\:focus\:border-teal-100:focus {
		--border-opacity: 1 !important;
		border-color: #e6fffa !important;
		border-color: rgba(230,255,250,var(--border-opacity)) !important
	}

	.xs\:focus\:border-teal-200:focus {
		--border-opacity: 1 !important;
		border-color: #b2f5ea !important;
		border-color: rgba(178,245,234,var(--border-opacity)) !important
	}

	.xs\:focus\:border-teal-300:focus {
		--border-opacity: 1 !important;
		border-color: #81e6d9 !important;
		border-color: rgba(129,230,217,var(--border-opacity)) !important
	}

	.xs\:focus\:border-teal-400:focus {
		--border-opacity: 1 !important;
		border-color: #4fd1c5 !important;
		border-color: rgba(79,209,197,var(--border-opacity)) !important
	}

	.xs\:focus\:border-teal-500:focus {
		--border-opacity: 1 !important;
		border-color: #38b2ac !important;
		border-color: rgba(56,178,172,var(--border-opacity)) !important
	}

	.xs\:focus\:border-teal-600:focus {
		--border-opacity: 1 !important;
		border-color: #319795 !important;
		border-color: rgba(49,151,149,var(--border-opacity)) !important
	}

	.xs\:focus\:border-teal-700:focus {
		--border-opacity: 1 !important;
		border-color: #2c7a7b !important;
		border-color: rgba(44,122,123,var(--border-opacity)) !important
	}

	.xs\:focus\:border-teal-800:focus {
		--border-opacity: 1 !important;
		border-color: #285e61 !important;
		border-color: rgba(40,94,97,var(--border-opacity)) !important
	}

	.xs\:focus\:border-teal-900:focus {
		--border-opacity: 1 !important;
		border-color: #234e52 !important;
		border-color: rgba(35,78,82,var(--border-opacity)) !important
	}

	.xs\:focus\:border-blue-100:focus {
		--border-opacity: 1 !important;
		border-color: #ebf8ff !important;
		border-color: rgba(235,248,255,var(--border-opacity)) !important
	}

	.xs\:focus\:border-blue-200:focus {
		--border-opacity: 1 !important;
		border-color: #bee3f8 !important;
		border-color: rgba(190,227,248,var(--border-opacity)) !important
	}

	.xs\:focus\:border-blue-300:focus {
		--border-opacity: 1 !important;
		border-color: #90cdf4 !important;
		border-color: rgba(144,205,244,var(--border-opacity)) !important
	}

	.xs\:focus\:border-blue-400:focus {
		--border-opacity: 1 !important;
		border-color: #63b3ed !important;
		border-color: rgba(99,179,237,var(--border-opacity)) !important
	}

	.xs\:focus\:border-blue-500:focus {
		--border-opacity: 1 !important;
		border-color: #4299e1 !important;
		border-color: rgba(66,153,225,var(--border-opacity)) !important
	}

	.xs\:focus\:border-blue-600:focus {
		--border-opacity: 1 !important;
		border-color: #3182ce !important;
		border-color: rgba(49,130,206,var(--border-opacity)) !important
	}

	.xs\:focus\:border-blue-700:focus {
		--border-opacity: 1 !important;
		border-color: #2b6cb0 !important;
		border-color: rgba(43,108,176,var(--border-opacity)) !important
	}

	.xs\:focus\:border-blue-800:focus {
		--border-opacity: 1 !important;
		border-color: #2c5282 !important;
		border-color: rgba(44,82,130,var(--border-opacity)) !important
	}

	.xs\:focus\:border-blue-900:focus {
		--border-opacity: 1 !important;
		border-color: #2a4365 !important;
		border-color: rgba(42,67,101,var(--border-opacity)) !important
	}

	.xs\:focus\:border-indigo-100:focus {
		--border-opacity: 1 !important;
		border-color: #ebf4ff !important;
		border-color: rgba(235,244,255,var(--border-opacity)) !important
	}

	.xs\:focus\:border-indigo-200:focus {
		--border-opacity: 1 !important;
		border-color: #c3dafe !important;
		border-color: rgba(195,218,254,var(--border-opacity)) !important
	}

	.xs\:focus\:border-indigo-300:focus {
		--border-opacity: 1 !important;
		border-color: #a3bffa !important;
		border-color: rgba(163,191,250,var(--border-opacity)) !important
	}

	.xs\:focus\:border-indigo-400:focus {
		--border-opacity: 1 !important;
		border-color: #7f9cf5 !important;
		border-color: rgba(127,156,245,var(--border-opacity)) !important
	}

	.xs\:focus\:border-indigo-500:focus {
		--border-opacity: 1 !important;
		border-color: #667eea !important;
		border-color: rgba(102,126,234,var(--border-opacity)) !important
	}

	.xs\:focus\:border-indigo-600:focus {
		--border-opacity: 1 !important;
		border-color: #5a67d8 !important;
		border-color: rgba(90,103,216,var(--border-opacity)) !important
	}

	.xs\:focus\:border-indigo-700:focus {
		--border-opacity: 1 !important;
		border-color: #4c51bf !important;
		border-color: rgba(76,81,191,var(--border-opacity)) !important
	}

	.xs\:focus\:border-indigo-800:focus {
		--border-opacity: 1 !important;
		border-color: #434190 !important;
		border-color: rgba(67,65,144,var(--border-opacity)) !important
	}

	.xs\:focus\:border-indigo-900:focus {
		--border-opacity: 1 !important;
		border-color: #3c366b !important;
		border-color: rgba(60,54,107,var(--border-opacity)) !important
	}

	.xs\:focus\:border-purple-100:focus {
		--border-opacity: 1 !important;
		border-color: #faf5ff !important;
		border-color: rgba(250,245,255,var(--border-opacity)) !important
	}

	.xs\:focus\:border-purple-200:focus {
		--border-opacity: 1 !important;
		border-color: #e9d8fd !important;
		border-color: rgba(233,216,253,var(--border-opacity)) !important
	}

	.xs\:focus\:border-purple-300:focus {
		--border-opacity: 1 !important;
		border-color: #d6bcfa !important;
		border-color: rgba(214,188,250,var(--border-opacity)) !important
	}

	.xs\:focus\:border-purple-400:focus {
		--border-opacity: 1 !important;
		border-color: #b794f4 !important;
		border-color: rgba(183,148,244,var(--border-opacity)) !important
	}

	.xs\:focus\:border-purple-500:focus {
		--border-opacity: 1 !important;
		border-color: #9f7aea !important;
		border-color: rgba(159,122,234,var(--border-opacity)) !important
	}

	.xs\:focus\:border-purple-600:focus {
		--border-opacity: 1 !important;
		border-color: #805ad5 !important;
		border-color: rgba(128,90,213,var(--border-opacity)) !important
	}

	.xs\:focus\:border-purple-700:focus {
		--border-opacity: 1 !important;
		border-color: #6b46c1 !important;
		border-color: rgba(107,70,193,var(--border-opacity)) !important
	}

	.xs\:focus\:border-purple-800:focus {
		--border-opacity: 1 !important;
		border-color: #553c9a !important;
		border-color: rgba(85,60,154,var(--border-opacity)) !important
	}

	.xs\:focus\:border-purple-900:focus {
		--border-opacity: 1 !important;
		border-color: #44337a !important;
		border-color: rgba(68,51,122,var(--border-opacity)) !important
	}

	.xs\:focus\:border-pink-100:focus {
		--border-opacity: 1 !important;
		border-color: #fff5f7 !important;
		border-color: rgba(255,245,247,var(--border-opacity)) !important
	}

	.xs\:focus\:border-pink-200:focus {
		--border-opacity: 1 !important;
		border-color: #fed7e2 !important;
		border-color: rgba(254,215,226,var(--border-opacity)) !important
	}

	.xs\:focus\:border-pink-300:focus {
		--border-opacity: 1 !important;
		border-color: #fbb6ce !important;
		border-color: rgba(251,182,206,var(--border-opacity)) !important
	}

	.xs\:focus\:border-pink-400:focus {
		--border-opacity: 1 !important;
		border-color: #f687b3 !important;
		border-color: rgba(246,135,179,var(--border-opacity)) !important
	}

	.xs\:focus\:border-pink-500:focus {
		--border-opacity: 1 !important;
		border-color: #ed64a6 !important;
		border-color: rgba(237,100,166,var(--border-opacity)) !important
	}

	.xs\:focus\:border-pink-600:focus {
		--border-opacity: 1 !important;
		border-color: #d53f8c !important;
		border-color: rgba(213,63,140,var(--border-opacity)) !important
	}

	.xs\:focus\:border-pink-700:focus {
		--border-opacity: 1 !important;
		border-color: #b83280 !important;
		border-color: rgba(184,50,128,var(--border-opacity)) !important
	}

	.xs\:focus\:border-pink-800:focus {
		--border-opacity: 1 !important;
		border-color: #97266d !important;
		border-color: rgba(151,38,109,var(--border-opacity)) !important
	}

	.xs\:focus\:border-pink-900:focus {
		--border-opacity: 1 !important;
		border-color: #702459 !important;
		border-color: rgba(112,36,89,var(--border-opacity)) !important
	}

	.xs\:focus\:border-orange-400:focus {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.xs\:focus\:border-orange-500:focus {
		--border-opacity: 1 !important;
		border-color: #f54a08 !important;
		border-color: rgba(245,74,8,var(--border-opacity)) !important
	}

	.xs\:focus\:border-f3f:focus {
		--border-opacity: 1 !important;
		border-color: #f3f3f3 !important;
		border-color: rgba(243,243,243,var(--border-opacity)) !important
	}

	.xs\:focus\:border-D8D:focus {
		--border-opacity: 1 !important;
		border-color: #d8d8d8 !important;
		border-color: rgba(216,216,216,var(--border-opacity)) !important
	}

	.xs\:border-opacity-0 {
		--border-opacity: 0 !important
	}

	.xs\:border-opacity-25 {
		--border-opacity: 0.25 !important
	}

	.xs\:border-opacity-50 {
		--border-opacity: 0.5 !important
	}

	.xs\:border-opacity-75 {
		--border-opacity: 0.75 !important
	}

	.xs\:border-opacity-100 {
		--border-opacity: 1 !important
	}

	.xs\:hover\:border-opacity-0:hover {
		--border-opacity: 0 !important
	}

	.xs\:hover\:border-opacity-25:hover {
		--border-opacity: 0.25 !important
	}

	.xs\:hover\:border-opacity-50:hover {
		--border-opacity: 0.5 !important
	}

	.xs\:hover\:border-opacity-75:hover {
		--border-opacity: 0.75 !important
	}

	.xs\:hover\:border-opacity-100:hover {
		--border-opacity: 1 !important
	}

	.xs\:focus\:border-opacity-0:focus {
		--border-opacity: 0 !important
	}

	.xs\:focus\:border-opacity-25:focus {
		--border-opacity: 0.25 !important
	}

	.xs\:focus\:border-opacity-50:focus {
		--border-opacity: 0.5 !important
	}

	.xs\:focus\:border-opacity-75:focus {
		--border-opacity: 0.75 !important
	}

	.xs\:focus\:border-opacity-100:focus {
		--border-opacity: 1 !important
	}

	.xs\:rounded-none {
		border-radius: 0 !important
	}

	.xs\:rounded-sm {
		border-radius: .125rem !important
	}

	.xs\:rounded {
		border-radius: .25rem !important
	}

	.xs\:rounded-md {
		border-radius: .375rem !important
	}

	.xs\:rounded-lg {
		border-radius: .5rem !important
	}

	.xs\:rounded-xl {
		border-radius: .75rem !important
	}

	.xs\:rounded-2xl {
		border-radius: 1rem !important
	}

	.xs\:rounded-3xl {
		border-radius: 1.5rem !important
	}

	.xs\:rounded-full {
		border-radius: 9999px !important
	}

	.xs\:rounded-t-none {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important
	}

	.xs\:rounded-r-none {
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 0 !important
	}

	.xs\:rounded-b-none {
		border-bottom-right-radius: 0 !important;
		border-bottom-left-radius: 0 !important
	}

	.xs\:rounded-l-none {
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important
	}

	.xs\:rounded-t-sm {
		border-top-left-radius: .125rem !important
	}

	.xs\:rounded-r-sm, .xs\:rounded-t-sm {
		border-top-right-radius: .125rem !important
	}

	.xs\:rounded-b-sm, .xs\:rounded-r-sm {
		border-bottom-right-radius: .125rem !important
	}

	.xs\:rounded-b-sm, .xs\:rounded-l-sm {
		border-bottom-left-radius: .125rem !important
	}

	.xs\:rounded-l-sm {
		border-top-left-radius: .125rem !important
	}

	.xs\:rounded-t {
		border-top-left-radius: .25rem !important
	}

	.xs\:rounded-r, .xs\:rounded-t {
		border-top-right-radius: .25rem !important
	}

	.xs\:rounded-b, .xs\:rounded-r {
		border-bottom-right-radius: .25rem !important
	}

	.xs\:rounded-b, .xs\:rounded-l {
		border-bottom-left-radius: .25rem !important
	}

	.xs\:rounded-l {
		border-top-left-radius: .25rem !important
	}

	.xs\:rounded-t-md {
		border-top-left-radius: .375rem !important
	}

	.xs\:rounded-r-md, .xs\:rounded-t-md {
		border-top-right-radius: .375rem !important
	}

	.xs\:rounded-b-md, .xs\:rounded-r-md {
		border-bottom-right-radius: .375rem !important
	}

	.xs\:rounded-b-md, .xs\:rounded-l-md {
		border-bottom-left-radius: .375rem !important
	}

	.xs\:rounded-l-md {
		border-top-left-radius: .375rem !important
	}

	.xs\:rounded-t-lg {
		border-top-left-radius: .5rem !important
	}

	.xs\:rounded-r-lg, .xs\:rounded-t-lg {
		border-top-right-radius: .5rem !important
	}

	.xs\:rounded-b-lg, .xs\:rounded-r-lg {
		border-bottom-right-radius: .5rem !important
	}

	.xs\:rounded-b-lg, .xs\:rounded-l-lg {
		border-bottom-left-radius: .5rem !important
	}

	.xs\:rounded-l-lg {
		border-top-left-radius: .5rem !important
	}

	.xs\:rounded-t-xl {
		border-top-left-radius: .75rem !important
	}

	.xs\:rounded-r-xl, .xs\:rounded-t-xl {
		border-top-right-radius: .75rem !important
	}

	.xs\:rounded-b-xl, .xs\:rounded-r-xl {
		border-bottom-right-radius: .75rem !important
	}

	.xs\:rounded-b-xl, .xs\:rounded-l-xl {
		border-bottom-left-radius: .75rem !important
	}

	.xs\:rounded-l-xl {
		border-top-left-radius: .75rem !important
	}

	.xs\:rounded-t-2xl {
		border-top-left-radius: 1rem !important
	}

	.xs\:rounded-r-2xl, .xs\:rounded-t-2xl {
		border-top-right-radius: 1rem !important
	}

	.xs\:rounded-b-2xl, .xs\:rounded-r-2xl {
		border-bottom-right-radius: 1rem !important
	}

	.xs\:rounded-b-2xl, .xs\:rounded-l-2xl {
		border-bottom-left-radius: 1rem !important
	}

	.xs\:rounded-l-2xl {
		border-top-left-radius: 1rem !important
	}

	.xs\:rounded-t-3xl {
		border-top-left-radius: 1.5rem !important
	}

	.xs\:rounded-r-3xl, .xs\:rounded-t-3xl {
		border-top-right-radius: 1.5rem !important
	}

	.xs\:rounded-b-3xl, .xs\:rounded-r-3xl {
		border-bottom-right-radius: 1.5rem !important
	}

	.xs\:rounded-b-3xl, .xs\:rounded-l-3xl {
		border-bottom-left-radius: 1.5rem !important
	}

	.xs\:rounded-l-3xl {
		border-top-left-radius: 1.5rem !important
	}

	.xs\:rounded-t-full {
		border-top-left-radius: 9999px !important
	}

	.xs\:rounded-r-full, .xs\:rounded-t-full {
		border-top-right-radius: 9999px !important
	}

	.xs\:rounded-b-full, .xs\:rounded-r-full {
		border-bottom-right-radius: 9999px !important
	}

	.xs\:rounded-b-full, .xs\:rounded-l-full {
		border-bottom-left-radius: 9999px !important
	}

	.xs\:rounded-l-full {
		border-top-left-radius: 9999px !important
	}

	.xs\:rounded-tl-none {
		border-top-left-radius: 0 !important
	}

	.xs\:rounded-tr-none {
		border-top-right-radius: 0 !important
	}

	.xs\:rounded-br-none {
		border-bottom-right-radius: 0 !important
	}

	.xs\:rounded-bl-none {
		border-bottom-left-radius: 0 !important
	}

	.xs\:rounded-tl-sm {
		border-top-left-radius: .125rem !important
	}

	.xs\:rounded-tr-sm {
		border-top-right-radius: .125rem !important
	}

	.xs\:rounded-br-sm {
		border-bottom-right-radius: .125rem !important
	}

	.xs\:rounded-bl-sm {
		border-bottom-left-radius: .125rem !important
	}

	.xs\:rounded-tl {
		border-top-left-radius: .25rem !important
	}

	.xs\:rounded-tr {
		border-top-right-radius: .25rem !important
	}

	.xs\:rounded-br {
		border-bottom-right-radius: .25rem !important
	}

	.xs\:rounded-bl {
		border-bottom-left-radius: .25rem !important
	}

	.xs\:rounded-tl-md {
		border-top-left-radius: .375rem !important
	}

	.xs\:rounded-tr-md {
		border-top-right-radius: .375rem !important
	}

	.xs\:rounded-br-md {
		border-bottom-right-radius: .375rem !important
	}

	.xs\:rounded-bl-md {
		border-bottom-left-radius: .375rem !important
	}

	.xs\:rounded-tl-lg {
		border-top-left-radius: .5rem !important
	}

	.xs\:rounded-tr-lg {
		border-top-right-radius: .5rem !important
	}

	.xs\:rounded-br-lg {
		border-bottom-right-radius: .5rem !important
	}

	.xs\:rounded-bl-lg {
		border-bottom-left-radius: .5rem !important
	}

	.xs\:rounded-tl-xl {
		border-top-left-radius: .75rem !important
	}

	.xs\:rounded-tr-xl {
		border-top-right-radius: .75rem !important
	}

	.xs\:rounded-br-xl {
		border-bottom-right-radius: .75rem !important
	}

	.xs\:rounded-bl-xl {
		border-bottom-left-radius: .75rem !important
	}

	.xs\:rounded-tl-2xl {
		border-top-left-radius: 1rem !important
	}

	.xs\:rounded-tr-2xl {
		border-top-right-radius: 1rem !important
	}

	.xs\:rounded-br-2xl {
		border-bottom-right-radius: 1rem !important
	}

	.xs\:rounded-bl-2xl {
		border-bottom-left-radius: 1rem !important
	}

	.xs\:rounded-tl-3xl {
		border-top-left-radius: 1.5rem !important
	}

	.xs\:rounded-tr-3xl {
		border-top-right-radius: 1.5rem !important
	}

	.xs\:rounded-br-3xl {
		border-bottom-right-radius: 1.5rem !important
	}

	.xs\:rounded-bl-3xl {
		border-bottom-left-radius: 1.5rem !important
	}

	.xs\:rounded-tl-full {
		border-top-left-radius: 9999px !important
	}

	.xs\:rounded-tr-full {
		border-top-right-radius: 9999px !important
	}

	.xs\:rounded-br-full {
		border-bottom-right-radius: 9999px !important
	}

	.xs\:rounded-bl-full {
		border-bottom-left-radius: 9999px !important
	}

	.xs\:border-solid {
		border-style: solid !important
	}

	.xs\:border-dashed {
		border-style: dashed !important
	}

	.xs\:border-dotted {
		border-style: dotted !important
	}

	.xs\:border-double {
		border-style: double !important
	}

	.xs\:border-none {
		border-style: none !important
	}

	.xs\:border-0 {
		border-width: 0 !important
	}

	.xs\:border-2 {
		border-width: 2px !important
	}

	.xs\:border-4 {
		border-width: 4px !important
	}

	.xs\:border-8 {
		border-width: 8px !important
	}

	.xs\:border {
		border-width: 1px !important
	}

	.xs\:border-t-0 {
		border-top-width: 0 !important
	}

	.xs\:border-r-0 {
		border-right-width: 0 !important
	}

	.xs\:border-b-0 {
		border-bottom-width: 0 !important
	}

	.xs\:border-l-0 {
		border-left-width: 0 !important
	}

	.xs\:border-t-2 {
		border-top-width: 2px !important
	}

	.xs\:border-r-2 {
		border-right-width: 2px !important
	}

	.xs\:border-b-2 {
		border-bottom-width: 2px !important
	}

	.xs\:border-l-2 {
		border-left-width: 2px !important
	}

	.xs\:border-t-4 {
		border-top-width: 4px !important
	}

	.xs\:border-r-4 {
		border-right-width: 4px !important
	}

	.xs\:border-b-4 {
		border-bottom-width: 4px !important
	}

	.xs\:border-l-4 {
		border-left-width: 4px !important
	}

	.xs\:border-t-8 {
		border-top-width: 8px !important
	}

	.xs\:border-r-8 {
		border-right-width: 8px !important
	}

	.xs\:border-b-8 {
		border-bottom-width: 8px !important
	}

	.xs\:border-l-8 {
		border-left-width: 8px !important
	}

	.xs\:border-t {
		border-top-width: 1px !important
	}

	.xs\:border-r {
		border-right-width: 1px !important
	}

	.xs\:border-b {
		border-bottom-width: 1px !important
	}

	.xs\:border-l {
		border-left-width: 1px !important
	}

	.xs\:box-border {
		box-sizing: border-box !important
	}

	.xs\:box-content {
		box-sizing: content-box !important
	}

	.xs\:cursor-auto {
		cursor: auto !important
	}

	.xs\:cursor-default {
		cursor: default !important
	}

	.xs\:cursor-pointer {
		cursor: pointer !important
	}

	.xs\:cursor-wait {
		cursor: wait !important
	}

	.xs\:cursor-text {
		cursor: text !important
	}

	.xs\:cursor-move {
		cursor: move !important
	}

	.xs\:cursor-not-allowed {
		cursor: not-allowed !important
	}

	.xs\:block {
		display: block !important
	}

	.xs\:inline-block {
		display: inline-block !important
	}

	.xs\:inline {
		display: inline !important
	}

	.xs\:flex {
		display: flex !important
	}

	.xs\:inline-flex {
		display: inline-flex !important
	}

	.xs\:table {
		display: table !important
	}

	.xs\:table-caption {
		display: table-caption !important
	}

	.xs\:table-cell {
		display: table-cell !important
	}

	.xs\:table-column {
		display: table-column !important
	}

	.xs\:table-column-group {
		display: table-column-group !important
	}

	.xs\:table-footer-group {
		display: table-footer-group !important
	}

	.xs\:table-header-group {
		display: table-header-group !important
	}

	.xs\:table-row-group {
		display: table-row-group !important
	}

	.xs\:table-row {
		display: table-row !important
	}

	.xs\:flow-root {
		display: flow-root !important
	}

	.xs\:grid {
		display: grid !important
	}

	.xs\:inline-grid {
		display: inline-grid !important
	}

	.xs\:contents {
		display: contents !important
	}

	.xs\:hidden {
		display: none !important
	}

	.xs\:flex-row {
		flex-direction: row !important
	}

	.xs\:flex-row-reverse {
		flex-direction: row-reverse !important
	}

	.xs\:flex-col {
		flex-direction: column !important
	}

	.xs\:flex-col-reverse {
		flex-direction: column-reverse !important
	}

	.xs\:flex-wrap {
		flex-wrap: wrap !important
	}

	.xs\:flex-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.xs\:flex-no-wrap {
		flex-wrap: nowrap !important
	}

	.xs\:items-start {
		align-items: flex-start !important
	}

	.xs\:items-end {
		align-items: flex-end !important
	}

	.xs\:items-center {
		align-items: center !important
	}

	.xs\:items-baseline {
		align-items: baseline !important
	}

	.xs\:items-stretch {
		align-items: stretch !important
	}

	.xs\:justify-start {
		justify-content: flex-start !important
	}

	.xs\:justify-end {
		justify-content: flex-end !important
	}

	.xs\:justify-center {
		justify-content: center !important
	}

	.xs\:justify-between {
		justify-content: space-between !important
	}

	.xs\:justify-around {
		justify-content: space-around !important
	}

	.xs\:justify-evenly {
		justify-content: space-evenly !important
	}

	.xs\:flex-1 {
		flex: 1 1 0% !important
	}

	.xs\:flex-auto {
		flex: 1 1 auto !important
	}

	.xs\:flex-initial {
		flex: 0 1 auto !important
	}

	.xs\:flex-none {
		flex: none !important
	}

	.xs\:flex-grow-0 {
		flex-grow: 0 !important
	}

	.xs\:flex-grow {
		flex-grow: 1 !important
	}

	.xs\:flex-shrink-0 {
		flex-shrink: 0 !important
	}

	.xs\:flex-shrink {
		flex-shrink: 1 !important
	}

	.xs\:float-right {
		float: right !important
	}

	.xs\:float-left {
		float: left !important
	}

	.xs\:float-none {
		float: none !important
	}

	.xs\:clearfix:after {
		content: "" !important;
		display: table !important;
		clear: both !important
	}

	.xs\:clear-left {
		clear: left !important
	}

	.xs\:clear-right {
		clear: right !important
	}

	.xs\:clear-both {
		clear: both !important
	}

	.xs\:clear-none {
		clear: none !important
	}

	.xs\:font-hairline {
		font-weight: 100 !important
	}

	.xs\:font-thin {
		font-weight: 200 !important
	}

	.xs\:font-light {
		font-weight: 300 !important
	}

	.xs\:font-normal {
		font-weight: 400 !important
	}

	.xs\:font-medium {
		font-weight: 500 !important
	}

	.xs\:font-semibold {
		font-weight: 600 !important
	}

	.xs\:font-bold {
		font-weight: 700 !important
	}

	.xs\:font-extrabold {
		font-weight: 800 !important
	}

	.xs\:font-black {
		font-weight: 900 !important
	}

	.xs\:hover\:font-hairline:hover {
		font-weight: 100 !important
	}

	.xs\:hover\:font-thin:hover {
		font-weight: 200 !important
	}

	.xs\:hover\:font-light:hover {
		font-weight: 300 !important
	}

	.xs\:hover\:font-normal:hover {
		font-weight: 400 !important
	}

	.xs\:hover\:font-medium:hover {
		font-weight: 500 !important
	}

	.xs\:hover\:font-semibold:hover {
		font-weight: 600 !important
	}

	.xs\:hover\:font-bold:hover {
		font-weight: 700 !important
	}

	.xs\:hover\:font-extrabold:hover {
		font-weight: 800 !important
	}

	.xs\:hover\:font-black:hover {
		font-weight: 900 !important
	}

	.xs\:focus\:font-hairline:focus {
		font-weight: 100 !important
	}

	.xs\:focus\:font-thin:focus {
		font-weight: 200 !important
	}

	.xs\:focus\:font-light:focus {
		font-weight: 300 !important
	}

	.xs\:focus\:font-normal:focus {
		font-weight: 400 !important
	}

	.xs\:focus\:font-medium:focus {
		font-weight: 500 !important
	}

	.xs\:focus\:font-semibold:focus {
		font-weight: 600 !important
	}

	.xs\:focus\:font-bold:focus {
		font-weight: 700 !important
	}

	.xs\:focus\:font-extrabold:focus {
		font-weight: 800 !important
	}

	.xs\:focus\:font-black:focus {
		font-weight: 900 !important
	}

	.xs\:h-0 {
		height: 0 !important
	}

	.xs\:h-1 {
		height: .25rem !important
	}

	.xs\:h-2 {
		height: .5rem !important
	}

	.xs\:h-3 {
		height: .75rem !important
	}

	.xs\:h-4 {
		height: 1rem !important
	}

	.xs\:h-5 {
		height: 1.25rem !important
	}

	.xs\:h-6 {
		height: 1.5rem !important
	}

	.xs\:h-8 {
		height: 2rem !important
	}

	.xs\:h-10 {
		height: 2.5rem !important
	}

	.xs\:h-11 {
		height: 2.75rem !important
	}

	.xs\:h-12 {
		height: 3rem !important
	}

	.xs\:h-13 {
		height: 3.25rem !important
	}

	.xs\:h-14 {
		height: 3.5rem !important
	}

	.xs\:h-15 {
		height: 3.75rem !important
	}

	.xs\:h-16 {
		height: 4rem !important
	}

	.xs\:h-20 {
		height: 5rem !important
	}

	.xs\:h-24 {
		height: 6rem !important
	}

	.xs\:h-28 {
		height: 7rem !important
	}

	.xs\:h-30 {
		height: 7.5rem !important
	}

	.xs\:h-32 {
		height: 8rem !important
	}

	.xs\:h-35 {
		height: 8.75rem !important
	}

	.xs\:h-40 {
		height: 10rem !important
	}

	.xs\:h-47 {
		height: 11.75rem !important
	}

	.xs\:h-48 {
		height: 12rem !important
	}

	.xs\:h-51 {
		height: 12.75rem !important
	}

	.xs\:h-54 {
		height: 13.5rem !important
	}

	.xs\:h-56 {
		height: 14rem !important
	}

	.xs\:h-64 {
		height: 16rem !important
	}

	.xs\:h-74 {
		height: 18.5rem !important
	}

	.xs\:h-88 {
		height: 22rem !important
	}

	.xs\:h-102 {
		height: 25.5rem !important
	}

	.xs\:h-128 {
		height: 32rem !important
	}

	.xs\:h-134 {
		height: 40rem !important
	}

	.xs\:h-140 {
		height: 48rem !important
	}

	.xs\:h-150 {
		height: 56rem !important
	}

	.xs\:h-auto {
		height: auto !important
	}

	.xs\:h-px {
		height: 1px !important
	}

	.xs\:h--50 {
		height: -50px !important
	}

	.xs\:h-full {
		height: 100% !important
	}

	.xs\:h-screen {
		height: 100vh !important
	}

	.xs\:h-px50 {
		height: 50px !important
	}

	.xs\:h-introvideo_sm {
		height: 100% !important
	}

	.xs\:h-introvideo_md {
		height: 400px !important
	}

	.xs\:h-introvideo_lg {
		height: 645px !important
	}

	.xs\:h-introvideo_hl {
		height: 905px !important
	}

	.xs\:h-joinus_sm {
		height: 100% !important
	}

	.xs\:h-joinus_md {
		height: 308px !important
	}

	.xs\:h-joinus_hl, .xs\:h-joinus_lg {
		height: 536px !important
	}

	.xs\:h-propertyphoto_md {
		height: 320px !important
	}

	.xs\:h-propertyphoto_lg {
		height: 460px !important
	}

	.xs\:h-propertymap_md {
		height: 320px !important
	}

	.xs\:h-propertymap_lg {
		height: 440px !important
	}

	.xs\:text-8 {
		font-size: 8px !important
	}

	.xs\:text-10 {
		font-size: 10px !important
	}

	.xs\:text-13 {
		font-size: 13px !important
	}

	.xs\:text-19 {
		font-size: 19px !important
	}

	.xs\:text-32 {
		font-size: 2rem !important
	}

	.xs\:text-42 {
		font-size: 42px !important
	}

	.xs\:text-47 {
		font-size: 47px !important
	}

	.xs\:text-56 {
		font-size: 56px !important
	}

	.xs\:text-76 {
		font-size: 76px !important
	}

	.xs\:text-86 {
		font-size: 86px !important
	}

	.xs\:text-110 {
		font-size: 110px !important
	}

	.xs\:text-130 {
		font-size: 130px !important
	}

	.xs\:text-xs {
		font-size: .75rem !important
	}

	.xs\:text-sm {
		font-size: .875rem !important
	}

	.xs\:text-base {
		font-size: 1rem !important
	}

	.xs\:text-lg {
		font-size: 1.125rem !important
	}

	.xs\:text-xl {
		font-size: 1.25rem !important
	}

	.xs\:text-2xl {
		font-size: 1.5rem !important
	}

	.xs\:text-3xl {
		font-size: 1.875rem !important
	}

	.xs\:text-4xl {
		font-size: 2.25rem !important
	}

	.xs\:text-5xl {
		font-size: 3rem !important
	}

	.xs\:text-6xl {
		font-size: 4rem !important
	}

	.xs\:text-15p {
		font-size: 15px !important
	}

	.xs\:text-22p {
		font-size: 22px !important
	}

	.xs\:text-7xl {
		font-size: 5rem !important
	}

	.xs\:text-app-title {
		font-size: 1.75em !important
	}

	.xs\:leading-0 {
		line-height: 0 !important
	}

	.xs\:leading-3 {
		line-height: .75rem !important
	}

	.xs\:leading-4 {
		line-height: 1rem !important
	}

	.xs\:leading-5 {
		line-height: 1.25rem !important
	}

	.xs\:leading-6 {
		line-height: 1.5rem !important
	}

	.xs\:leading-7 {
		line-height: 1.75rem !important
	}

	.xs\:leading-8 {
		line-height: 2rem !important
	}

	.xs\:leading-9 {
		line-height: 2.25rem !important
	}

	.xs\:leading-10 {
		line-height: 2.5rem !important
	}

	.xs\:leading-none {
		line-height: 1 !important
	}

	.xs\:leading-tight {
		line-height: 1.25 !important
	}

	.xs\:leading-snug {
		line-height: 1.375 !important
	}

	.xs\:leading-normal {
		line-height: 1.5 !important
	}

	.xs\:leading-relaxed {
		line-height: 1.625 !important
	}

	.xs\:leading-loose {
		line-height: 2 !important
	}

	.xs\:m-0 {
		margin: 0 !important
	}

	.xs\:m-1 {
		margin: .25rem !important
	}

	.xs\:m-2 {
		margin: .5rem !important
	}

	.xs\:m-3 {
		margin: .75rem !important
	}

	.xs\:m-4 {
		margin: 1rem !important
	}

	.xs\:m-5 {
		margin: 1.25rem !important
	}

	.xs\:m-6 {
		margin: 1.5rem !important
	}

	.xs\:m-7 {
		margin: 1.75rem !important
	}

	.xs\:m-8 {
		margin: 2rem !important
	}

	.xs\:m-9 {
		margin: 2.25rem !important
	}

	.xs\:m-10 {
		margin: 2.5rem !important
	}

	.xs\:m-12 {
		margin: 3rem !important
	}

	.xs\:m-13, .xs\:m-14 {
		margin: 3.5rem !important
	}

	.xs\:m-15 {
		margin: 3.75rem !important
	}

	.xs\:m-16 {
		margin: 4rem !important
	}

	.xs\:m-20 {
		margin: 5rem !important
	}

	.xs\:m-24 {
		margin: 6rem !important
	}

	.xs\:m-30 {
		margin: 7.5rem !important
	}

	.xs\:m-32 {
		margin: 8rem !important
	}

	.xs\:m-40 {
		margin: 10rem !important
	}

	.xs\:m-48 {
		margin: 12rem !important
	}

	.xs\:m-56 {
		margin: 14rem !important
	}

	.xs\:m-64 {
		margin: 16rem !important
	}

	.xs\:m-auto {
		margin: auto !important
	}

	.xs\:m-px {
		margin: 1px !important
	}

	.xs\:-m-50 {
		margin: -50px !important
	}

	.xs\:-m-1 {
		margin: -.25rem !important
	}

	.xs\:-m-2 {
		margin: -.5rem !important
	}

	.xs\:-m-3 {
		margin: -.75rem !important
	}

	.xs\:-m-4 {
		margin: -1rem !important
	}

	.xs\:-m-5 {
		margin: -1.25rem !important
	}

	.xs\:-m-6 {
		margin: -1.5rem !important
	}

	.xs\:-m-8 {
		margin: -2rem !important
	}

	.xs\:-m-10 {
		margin: -2.5rem !important
	}

	.xs\:-m-12 {
		margin: -3rem !important
	}

	.xs\:-m-16 {
		margin: -4rem !important
	}

	.xs\:-m-20 {
		margin: -5rem !important
	}

	.xs\:-m-24 {
		margin: -6rem !important
	}

	.xs\:-m-32 {
		margin: -8rem !important
	}

	.xs\:-m-40 {
		margin: -10rem !important
	}

	.xs\:-m-48 {
		margin: -12rem !important
	}

	.xs\:-m-56 {
		margin: -14rem !important
	}

	.xs\:-m-64 {
		margin: -16rem !important
	}

	.xs\:-m-px {
		margin: -1px !important
	}

	.xs\:-m--50 {
		margin: 50px !important
	}

	.xs\:-m-14 {
		margin: -3.5rem !important
	}

	.xs\:-m-15 {
		margin: -3.75rem !important
	}

	.xs\:-m-25 {
		margin: -6.25rem !important
	}

	.xs\:-m-30 {
		margin: -7.5rem !important
	}

	.xs\:my-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.xs\:mx-0 {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.xs\:my-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.xs\:mx-1 {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.xs\:my-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.xs\:mx-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.xs\:my-3 {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.xs\:mx-3 {
		margin-left: .75rem !important;
		margin-right: .75rem !important
	}

	.xs\:my-4 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.xs\:mx-4 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.xs\:my-5 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.xs\:mx-5 {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.xs\:my-6 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.xs\:mx-6 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.xs\:my-7 {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.xs\:mx-7 {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important
	}

	.xs\:my-8 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.xs\:mx-8 {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.xs\:my-9 {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.xs\:mx-9 {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important
	}

	.xs\:my-10 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.xs\:mx-10 {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important
	}

	.xs\:my-12 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.xs\:mx-12 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.xs\:my-13 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.xs\:mx-13 {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.xs\:my-14 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.xs\:mx-14 {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.xs\:my-15 {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important
	}

	.xs\:mx-15 {
		margin-left: 3.75rem !important;
		margin-right: 3.75rem !important
	}

	.xs\:my-16 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.xs\:mx-16 {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.xs\:my-20 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.xs\:mx-20 {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.xs\:my-24 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.xs\:mx-24 {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.xs\:my-30 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.xs\:mx-30 {
		margin-left: 7.5rem !important;
		margin-right: 7.5rem !important
	}

	.xs\:my-32 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.xs\:mx-32 {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.xs\:my-40 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.xs\:mx-40 {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.xs\:my-48 {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.xs\:mx-48 {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.xs\:my-56 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.xs\:mx-56 {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.xs\:my-64 {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.xs\:mx-64 {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.xs\:my-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.xs\:mx-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.xs\:my-px {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}

	.xs\:mx-px {
		margin-left: 1px !important;
		margin-right: 1px !important
	}

	.xs\:-my-50 {
		margin-top: -50px !important;
		margin-bottom: -50px !important
	}

	.xs\:-mx-50 {
		margin-left: -50px !important;
		margin-right: -50px !important
	}

	.xs\:-my-1 {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.xs\:-mx-1 {
		margin-left: -.25rem !important;
		margin-right: -.25rem !important
	}

	.xs\:-my-2 {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.xs\:-mx-2 {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}

	.xs\:-my-3 {
		margin-top: -.75rem !important;
		margin-bottom: -.75rem !important
	}

	.xs\:-mx-3 {
		margin-left: -.75rem !important;
		margin-right: -.75rem !important
	}

	.xs\:-my-4 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.xs\:-mx-4 {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.xs\:-my-5 {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.xs\:-mx-5 {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.xs\:-my-6 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.xs\:-mx-6 {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.xs\:-my-8 {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.xs\:-mx-8 {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.xs\:-my-10 {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important
	}

	.xs\:-mx-10 {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important
	}

	.xs\:-my-12 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.xs\:-mx-12 {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.xs\:-my-16 {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.xs\:-mx-16 {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.xs\:-my-20 {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.xs\:-mx-20 {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.xs\:-my-24 {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.xs\:-mx-24 {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.xs\:-my-32 {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important
	}

	.xs\:-mx-32 {
		margin-left: -8rem !important;
		margin-right: -8rem !important
	}

	.xs\:-my-40 {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important
	}

	.xs\:-mx-40 {
		margin-left: -10rem !important;
		margin-right: -10rem !important
	}

	.xs\:-my-48 {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important
	}

	.xs\:-mx-48 {
		margin-left: -12rem !important;
		margin-right: -12rem !important
	}

	.xs\:-my-56 {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important
	}

	.xs\:-mx-56 {
		margin-left: -14rem !important;
		margin-right: -14rem !important
	}

	.xs\:-my-64 {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important
	}

	.xs\:-mx-64 {
		margin-left: -16rem !important;
		margin-right: -16rem !important
	}

	.xs\:-my-px {
		margin-top: -1px !important;
		margin-bottom: -1px !important
	}

	.xs\:-mx-px {
		margin-left: -1px !important;
		margin-right: -1px !important
	}

	.xs\:-my--50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}

	.xs\:-mx--50 {
		margin-left: 50px !important;
		margin-right: 50px !important
	}

	.xs\:-my-14 {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important
	}

	.xs\:-mx-14 {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important
	}

	.xs\:-my-15 {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important
	}

	.xs\:-mx-15 {
		margin-left: -3.75rem !important;
		margin-right: -3.75rem !important
	}

	.xs\:-my-25 {
		margin-top: -6.25rem !important;
		margin-bottom: -6.25rem !important
	}

	.xs\:-mx-25 {
		margin-left: -6.25rem !important;
		margin-right: -6.25rem !important
	}

	.xs\:-my-30 {
		margin-top: -7.5rem !important;
		margin-bottom: -7.5rem !important
	}

	.xs\:-mx-30 {
		margin-left: -7.5rem !important;
		margin-right: -7.5rem !important
	}

	.xs\:mt-0 {
		margin-top: 0 !important
	}

	.xs\:mr-0 {
		margin-right: 0 !important
	}

	.xs\:mb-0 {
		margin-bottom: 0 !important
	}

	.xs\:ml-0 {
		margin-left: 0 !important
	}

	.xs\:mt-1 {
		margin-top: .25rem !important
	}

	.xs\:mr-1 {
		margin-right: .25rem !important
	}

	.xs\:mb-1 {
		margin-bottom: .25rem !important
	}

	.xs\:ml-1 {
		margin-left: .25rem !important
	}

	.xs\:mt-2 {
		margin-top: .5rem !important
	}

	.xs\:mr-2 {
		margin-right: .5rem !important
	}

	.xs\:mb-2 {
		margin-bottom: .5rem !important
	}

	.xs\:ml-2 {
		margin-left: .5rem !important
	}

	.xs\:mt-3 {
		margin-top: .75rem !important
	}

	.xs\:mr-3 {
		margin-right: .75rem !important
	}

	.xs\:mb-3 {
		margin-bottom: .75rem !important
	}

	.xs\:ml-3 {
		margin-left: .75rem !important
	}

	.xs\:mt-4 {
		margin-top: 1rem !important
	}

	.xs\:mr-4 {
		margin-right: 1rem !important
	}

	.xs\:mb-4 {
		margin-bottom: 1rem !important
	}

	.xs\:ml-4 {
		margin-left: 1rem !important
	}

	.xs\:mt-5 {
		margin-top: 1.25rem !important
	}

	.xs\:mr-5 {
		margin-right: 1.25rem !important
	}

	.xs\:mb-5 {
		margin-bottom: 1.25rem !important
	}

	.xs\:ml-5 {
		margin-left: 1.25rem !important
	}

	.xs\:mt-6 {
		margin-top: 1.5rem !important
	}

	.xs\:mr-6 {
		margin-right: 1.5rem !important
	}

	.xs\:mb-6 {
		margin-bottom: 1.5rem !important
	}

	.xs\:ml-6 {
		margin-left: 1.5rem !important
	}

	.xs\:mt-7 {
		margin-top: 1.75rem !important
	}

	.xs\:mr-7 {
		margin-right: 1.75rem !important
	}

	.xs\:mb-7 {
		margin-bottom: 1.75rem !important
	}

	.xs\:ml-7 {
		margin-left: 1.75rem !important
	}

	.xs\:mt-8 {
		margin-top: 2rem !important
	}

	.xs\:mr-8 {
		margin-right: 2rem !important
	}

	.xs\:mb-8 {
		margin-bottom: 2rem !important
	}

	.xs\:ml-8 {
		margin-left: 2rem !important
	}

	.xs\:mt-9 {
		margin-top: 2.25rem !important
	}

	.xs\:mr-9 {
		margin-right: 2.25rem !important
	}

	.xs\:mb-9 {
		margin-bottom: 2.25rem !important
	}

	.xs\:ml-9 {
		margin-left: 2.25rem !important
	}

	.xs\:mt-10 {
		margin-top: 2.5rem !important
	}

	.xs\:mr-10 {
		margin-right: 2.5rem !important
	}

	.xs\:mb-10 {
		margin-bottom: 2.5rem !important
	}

	.xs\:ml-10 {
		margin-left: 2.5rem !important
	}

	.xs\:mt-12 {
		margin-top: 3rem !important
	}

	.xs\:mr-12 {
		margin-right: 3rem !important
	}

	.xs\:mb-12 {
		margin-bottom: 3rem !important
	}

	.xs\:ml-12 {
		margin-left: 3rem !important
	}

	.xs\:mt-13 {
		margin-top: 3.5rem !important
	}

	.xs\:mr-13 {
		margin-right: 3.5rem !important
	}

	.xs\:mb-13 {
		margin-bottom: 3.5rem !important
	}

	.xs\:ml-13 {
		margin-left: 3.5rem !important
	}

	.xs\:mt-14 {
		margin-top: 3.5rem !important
	}

	.xs\:mr-14 {
		margin-right: 3.5rem !important
	}

	.xs\:mb-14 {
		margin-bottom: 3.5rem !important
	}

	.xs\:ml-14 {
		margin-left: 3.5rem !important
	}

	.xs\:mt-15 {
		margin-top: 3.75rem !important
	}

	.xs\:mr-15 {
		margin-right: 3.75rem !important
	}

	.xs\:mb-15 {
		margin-bottom: 3.75rem !important
	}

	.xs\:ml-15 {
		margin-left: 3.75rem !important
	}

	.xs\:mt-16 {
		margin-top: 4rem !important
	}

	.xs\:mr-16 {
		margin-right: 4rem !important
	}

	.xs\:mb-16 {
		margin-bottom: 4rem !important
	}

	.xs\:ml-16 {
		margin-left: 4rem !important
	}

	.xs\:mt-20 {
		margin-top: 5rem !important
	}

	.xs\:mr-20 {
		margin-right: 5rem !important
	}

	.xs\:mb-20 {
		margin-bottom: 5rem !important
	}

	.xs\:ml-20 {
		margin-left: 5rem !important
	}

	.xs\:mt-24 {
		margin-top: 6rem !important
	}

	.xs\:mr-24 {
		margin-right: 6rem !important
	}

	.xs\:mb-24 {
		margin-bottom: 6rem !important
	}

	.xs\:ml-24 {
		margin-left: 6rem !important
	}

	.xs\:mt-30 {
		margin-top: 7.5rem !important
	}

	.xs\:mr-30 {
		margin-right: 7.5rem !important
	}

	.xs\:mb-30 {
		margin-bottom: 7.5rem !important
	}

	.xs\:ml-30 {
		margin-left: 7.5rem !important
	}

	.xs\:mt-32 {
		margin-top: 8rem !important
	}

	.xs\:mr-32 {
		margin-right: 8rem !important
	}

	.xs\:mb-32 {
		margin-bottom: 8rem !important
	}

	.xs\:ml-32 {
		margin-left: 8rem !important
	}

	.xs\:mt-40 {
		margin-top: 10rem !important
	}

	.xs\:mr-40 {
		margin-right: 10rem !important
	}

	.xs\:mb-40 {
		margin-bottom: 10rem !important
	}

	.xs\:ml-40 {
		margin-left: 10rem !important
	}

	.xs\:mt-48 {
		margin-top: 12rem !important
	}

	.xs\:mr-48 {
		margin-right: 12rem !important
	}

	.xs\:mb-48 {
		margin-bottom: 12rem !important
	}

	.xs\:ml-48 {
		margin-left: 12rem !important
	}

	.xs\:mt-56 {
		margin-top: 14rem !important
	}

	.xs\:mr-56 {
		margin-right: 14rem !important
	}

	.xs\:mb-56 {
		margin-bottom: 14rem !important
	}

	.xs\:ml-56 {
		margin-left: 14rem !important
	}

	.xs\:mt-64 {
		margin-top: 16rem !important
	}

	.xs\:mr-64 {
		margin-right: 16rem !important
	}

	.xs\:mb-64 {
		margin-bottom: 16rem !important
	}

	.xs\:ml-64 {
		margin-left: 16rem !important
	}

	.xs\:mt-auto {
		margin-top: auto !important
	}

	.xs\:mr-auto {
		margin-right: auto !important
	}

	.xs\:mb-auto {
		margin-bottom: auto !important
	}

	.xs\:ml-auto {
		margin-left: auto !important
	}

	.xs\:mt-px {
		margin-top: 1px !important
	}

	.xs\:mr-px {
		margin-right: 1px !important
	}

	.xs\:mb-px {
		margin-bottom: 1px !important
	}

	.xs\:ml-px {
		margin-left: 1px !important
	}

	.xs\:-mt-50 {
		margin-top: -50px !important
	}

	.xs\:-mr-50 {
		margin-right: -50px !important
	}

	.xs\:-mb-50 {
		margin-bottom: -50px !important
	}

	.xs\:-ml-50 {
		margin-left: -50px !important
	}

	.xs\:-mt-1 {
		margin-top: -.25rem !important
	}

	.xs\:-mr-1 {
		margin-right: -.25rem !important
	}

	.xs\:-mb-1 {
		margin-bottom: -.25rem !important
	}

	.xs\:-ml-1 {
		margin-left: -.25rem !important
	}

	.xs\:-mt-2 {
		margin-top: -.5rem !important
	}

	.xs\:-mr-2 {
		margin-right: -.5rem !important
	}

	.xs\:-mb-2 {
		margin-bottom: -.5rem !important
	}

	.xs\:-ml-2 {
		margin-left: -.5rem !important
	}

	.xs\:-mt-3 {
		margin-top: -.75rem !important
	}

	.xs\:-mr-3 {
		margin-right: -.75rem !important
	}

	.xs\:-mb-3 {
		margin-bottom: -.75rem !important
	}

	.xs\:-ml-3 {
		margin-left: -.75rem !important
	}

	.xs\:-mt-4 {
		margin-top: -1rem !important
	}

	.xs\:-mr-4 {
		margin-right: -1rem !important
	}

	.xs\:-mb-4 {
		margin-bottom: -1rem !important
	}

	.xs\:-ml-4 {
		margin-left: -1rem !important
	}

	.xs\:-mt-5 {
		margin-top: -1.25rem !important
	}

	.xs\:-mr-5 {
		margin-right: -1.25rem !important
	}

	.xs\:-mb-5 {
		margin-bottom: -1.25rem !important
	}

	.xs\:-ml-5 {
		margin-left: -1.25rem !important
	}

	.xs\:-mt-6 {
		margin-top: -1.5rem !important
	}

	.xs\:-mr-6 {
		margin-right: -1.5rem !important
	}

	.xs\:-mb-6 {
		margin-bottom: -1.5rem !important
	}

	.xs\:-ml-6 {
		margin-left: -1.5rem !important
	}

	.xs\:-mt-8 {
		margin-top: -2rem !important
	}

	.xs\:-mr-8 {
		margin-right: -2rem !important
	}

	.xs\:-mb-8 {
		margin-bottom: -2rem !important
	}

	.xs\:-ml-8 {
		margin-left: -2rem !important
	}

	.xs\:-mt-10 {
		margin-top: -2.5rem !important
	}

	.xs\:-mr-10 {
		margin-right: -2.5rem !important
	}

	.xs\:-mb-10 {
		margin-bottom: -2.5rem !important
	}

	.xs\:-ml-10 {
		margin-left: -2.5rem !important
	}

	.xs\:-mt-12 {
		margin-top: -3rem !important
	}

	.xs\:-mr-12 {
		margin-right: -3rem !important
	}

	.xs\:-mb-12 {
		margin-bottom: -3rem !important
	}

	.xs\:-ml-12 {
		margin-left: -3rem !important
	}

	.xs\:-mt-16 {
		margin-top: -4rem !important
	}

	.xs\:-mr-16 {
		margin-right: -4rem !important
	}

	.xs\:-mb-16 {
		margin-bottom: -4rem !important
	}

	.xs\:-ml-16 {
		margin-left: -4rem !important
	}

	.xs\:-mt-20 {
		margin-top: -5rem !important
	}

	.xs\:-mr-20 {
		margin-right: -5rem !important
	}

	.xs\:-mb-20 {
		margin-bottom: -5rem !important
	}

	.xs\:-ml-20 {
		margin-left: -5rem !important
	}

	.xs\:-mt-24 {
		margin-top: -6rem !important
	}

	.xs\:-mr-24 {
		margin-right: -6rem !important
	}

	.xs\:-mb-24 {
		margin-bottom: -6rem !important
	}

	.xs\:-ml-24 {
		margin-left: -6rem !important
	}

	.xs\:-mt-32 {
		margin-top: -8rem !important
	}

	.xs\:-mr-32 {
		margin-right: -8rem !important
	}

	.xs\:-mb-32 {
		margin-bottom: -8rem !important
	}

	.xs\:-ml-32 {
		margin-left: -8rem !important
	}

	.xs\:-mt-40 {
		margin-top: -10rem !important
	}

	.xs\:-mr-40 {
		margin-right: -10rem !important
	}

	.xs\:-mb-40 {
		margin-bottom: -10rem !important
	}

	.xs\:-ml-40 {
		margin-left: -10rem !important
	}

	.xs\:-mt-48 {
		margin-top: -12rem !important
	}

	.xs\:-mr-48 {
		margin-right: -12rem !important
	}

	.xs\:-mb-48 {
		margin-bottom: -12rem !important
	}

	.xs\:-ml-48 {
		margin-left: -12rem !important
	}

	.xs\:-mt-56 {
		margin-top: -14rem !important
	}

	.xs\:-mr-56 {
		margin-right: -14rem !important
	}

	.xs\:-mb-56 {
		margin-bottom: -14rem !important
	}

	.xs\:-ml-56 {
		margin-left: -14rem !important
	}

	.xs\:-mt-64 {
		margin-top: -16rem !important
	}

	.xs\:-mr-64 {
		margin-right: -16rem !important
	}

	.xs\:-mb-64 {
		margin-bottom: -16rem !important
	}

	.xs\:-ml-64 {
		margin-left: -16rem !important
	}

	.xs\:-mt-px {
		margin-top: -1px !important
	}

	.xs\:-mr-px {
		margin-right: -1px !important
	}

	.xs\:-mb-px {
		margin-bottom: -1px !important
	}

	.xs\:-ml-px {
		margin-left: -1px !important
	}

	.xs\:-mt--50 {
		margin-top: 50px !important
	}

	.xs\:-mr--50 {
		margin-right: 50px !important
	}

	.xs\:-mb--50 {
		margin-bottom: 50px !important
	}

	.xs\:-ml--50 {
		margin-left: 50px !important
	}

	.xs\:-mt-14 {
		margin-top: -3.5rem !important
	}

	.xs\:-mr-14 {
		margin-right: -3.5rem !important
	}

	.xs\:-mb-14 {
		margin-bottom: -3.5rem !important
	}

	.xs\:-ml-14 {
		margin-left: -3.5rem !important
	}

	.xs\:-mt-15 {
		margin-top: -3.75rem !important
	}

	.xs\:-mr-15 {
		margin-right: -3.75rem !important
	}

	.xs\:-mb-15 {
		margin-bottom: -3.75rem !important
	}

	.xs\:-ml-15 {
		margin-left: -3.75rem !important
	}

	.xs\:-mt-25 {
		margin-top: -6.25rem !important
	}

	.xs\:-mr-25 {
		margin-right: -6.25rem !important
	}

	.xs\:-mb-25 {
		margin-bottom: -6.25rem !important
	}

	.xs\:-ml-25 {
		margin-left: -6.25rem !important
	}

	.xs\:-mt-30 {
		margin-top: -7.5rem !important
	}

	.xs\:-mr-30 {
		margin-right: -7.5rem !important
	}

	.xs\:-mb-30 {
		margin-bottom: -7.5rem !important
	}

	.xs\:-ml-30 {
		margin-left: -7.5rem !important
	}

	.xs\:last\:m-0:last-child {
		margin: 0 !important
	}

	.xs\:last\:m-1:last-child {
		margin: .25rem !important
	}

	.xs\:last\:m-2:last-child {
		margin: .5rem !important
	}

	.xs\:last\:m-3:last-child {
		margin: .75rem !important
	}

	.xs\:last\:m-4:last-child {
		margin: 1rem !important
	}

	.xs\:last\:m-5:last-child {
		margin: 1.25rem !important
	}

	.xs\:last\:m-6:last-child {
		margin: 1.5rem !important
	}

	.xs\:last\:m-7:last-child {
		margin: 1.75rem !important
	}

	.xs\:last\:m-8:last-child {
		margin: 2rem !important
	}

	.xs\:last\:m-9:last-child {
		margin: 2.25rem !important
	}

	.xs\:last\:m-10:last-child {
		margin: 2.5rem !important
	}

	.xs\:last\:m-12:last-child {
		margin: 3rem !important
	}

	.xs\:last\:m-13:last-child, .xs\:last\:m-14:last-child {
		margin: 3.5rem !important
	}

	.xs\:last\:m-15:last-child {
		margin: 3.75rem !important
	}

	.xs\:last\:m-16:last-child {
		margin: 4rem !important
	}

	.xs\:last\:m-20:last-child {
		margin: 5rem !important
	}

	.xs\:last\:m-24:last-child {
		margin: 6rem !important
	}

	.xs\:last\:m-30:last-child {
		margin: 7.5rem !important
	}

	.xs\:last\:m-32:last-child {
		margin: 8rem !important
	}

	.xs\:last\:m-40:last-child {
		margin: 10rem !important
	}

	.xs\:last\:m-48:last-child {
		margin: 12rem !important
	}

	.xs\:last\:m-56:last-child {
		margin: 14rem !important
	}

	.xs\:last\:m-64:last-child {
		margin: 16rem !important
	}

	.xs\:last\:m-auto:last-child {
		margin: auto !important
	}

	.xs\:last\:m-px:last-child {
		margin: 1px !important
	}

	.xs\:last\:-m-50:last-child {
		margin: -50px !important
	}

	.xs\:last\:-m-1:last-child {
		margin: -.25rem !important
	}

	.xs\:last\:-m-2:last-child {
		margin: -.5rem !important
	}

	.xs\:last\:-m-3:last-child {
		margin: -.75rem !important
	}

	.xs\:last\:-m-4:last-child {
		margin: -1rem !important
	}

	.xs\:last\:-m-5:last-child {
		margin: -1.25rem !important
	}

	.xs\:last\:-m-6:last-child {
		margin: -1.5rem !important
	}

	.xs\:last\:-m-8:last-child {
		margin: -2rem !important
	}

	.xs\:last\:-m-10:last-child {
		margin: -2.5rem !important
	}

	.xs\:last\:-m-12:last-child {
		margin: -3rem !important
	}

	.xs\:last\:-m-16:last-child {
		margin: -4rem !important
	}

	.xs\:last\:-m-20:last-child {
		margin: -5rem !important
	}

	.xs\:last\:-m-24:last-child {
		margin: -6rem !important
	}

	.xs\:last\:-m-32:last-child {
		margin: -8rem !important
	}

	.xs\:last\:-m-40:last-child {
		margin: -10rem !important
	}

	.xs\:last\:-m-48:last-child {
		margin: -12rem !important
	}

	.xs\:last\:-m-56:last-child {
		margin: -14rem !important
	}

	.xs\:last\:-m-64:last-child {
		margin: -16rem !important
	}

	.xs\:last\:-m-px:last-child {
		margin: -1px !important
	}

	.xs\:last\:-m--50:last-child {
		margin: 50px !important
	}

	.xs\:last\:-m-14:last-child {
		margin: -3.5rem !important
	}

	.xs\:last\:-m-15:last-child {
		margin: -3.75rem !important
	}

	.xs\:last\:-m-25:last-child {
		margin: -6.25rem !important
	}

	.xs\:last\:-m-30:last-child {
		margin: -7.5rem !important
	}

	.xs\:last\:my-0:last-child {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.xs\:last\:mx-0:last-child {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.xs\:last\:my-1:last-child {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.xs\:last\:mx-1:last-child {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.xs\:last\:my-2:last-child {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.xs\:last\:mx-2:last-child {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.xs\:last\:my-3:last-child {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.xs\:last\:mx-3:last-child {
		margin-left: .75rem !important;
		margin-right: .75rem !important
	}

	.xs\:last\:my-4:last-child {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.xs\:last\:mx-4:last-child {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.xs\:last\:my-5:last-child {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.xs\:last\:mx-5:last-child {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.xs\:last\:my-6:last-child {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.xs\:last\:mx-6:last-child {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.xs\:last\:my-7:last-child {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.xs\:last\:mx-7:last-child {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important
	}

	.xs\:last\:my-8:last-child {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.xs\:last\:mx-8:last-child {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.xs\:last\:my-9:last-child {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.xs\:last\:mx-9:last-child {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important
	}

	.xs\:last\:my-10:last-child {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.xs\:last\:mx-10:last-child {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important
	}

	.xs\:last\:my-12:last-child {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.xs\:last\:mx-12:last-child {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.xs\:last\:my-13:last-child {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.xs\:last\:mx-13:last-child {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.xs\:last\:my-14:last-child {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.xs\:last\:mx-14:last-child {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.xs\:last\:my-15:last-child {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important
	}

	.xs\:last\:mx-15:last-child {
		margin-left: 3.75rem !important;
		margin-right: 3.75rem !important
	}

	.xs\:last\:my-16:last-child {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.xs\:last\:mx-16:last-child {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.xs\:last\:my-20:last-child {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.xs\:last\:mx-20:last-child {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.xs\:last\:my-24:last-child {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.xs\:last\:mx-24:last-child {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.xs\:last\:my-30:last-child {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.xs\:last\:mx-30:last-child {
		margin-left: 7.5rem !important;
		margin-right: 7.5rem !important
	}

	.xs\:last\:my-32:last-child {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.xs\:last\:mx-32:last-child {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.xs\:last\:my-40:last-child {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.xs\:last\:mx-40:last-child {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.xs\:last\:my-48:last-child {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.xs\:last\:mx-48:last-child {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.xs\:last\:my-56:last-child {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.xs\:last\:mx-56:last-child {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.xs\:last\:my-64:last-child {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.xs\:last\:mx-64:last-child {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.xs\:last\:my-auto:last-child {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.xs\:last\:mx-auto:last-child {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.xs\:last\:my-px:last-child {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}

	.xs\:last\:mx-px:last-child {
		margin-left: 1px !important;
		margin-right: 1px !important
	}

	.xs\:last\:-my-50:last-child {
		margin-top: -50px !important;
		margin-bottom: -50px !important
	}

	.xs\:last\:-mx-50:last-child {
		margin-left: -50px !important;
		margin-right: -50px !important
	}

	.xs\:last\:-my-1:last-child {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.xs\:last\:-mx-1:last-child {
		margin-left: -.25rem !important;
		margin-right: -.25rem !important
	}

	.xs\:last\:-my-2:last-child {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.xs\:last\:-mx-2:last-child {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}

	.xs\:last\:-my-3:last-child {
		margin-top: -.75rem !important;
		margin-bottom: -.75rem !important
	}

	.xs\:last\:-mx-3:last-child {
		margin-left: -.75rem !important;
		margin-right: -.75rem !important
	}

	.xs\:last\:-my-4:last-child {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.xs\:last\:-mx-4:last-child {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.xs\:last\:-my-5:last-child {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.xs\:last\:-mx-5:last-child {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.xs\:last\:-my-6:last-child {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.xs\:last\:-mx-6:last-child {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.xs\:last\:-my-8:last-child {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.xs\:last\:-mx-8:last-child {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.xs\:last\:-my-10:last-child {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important
	}

	.xs\:last\:-mx-10:last-child {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important
	}

	.xs\:last\:-my-12:last-child {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.xs\:last\:-mx-12:last-child {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.xs\:last\:-my-16:last-child {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.xs\:last\:-mx-16:last-child {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.xs\:last\:-my-20:last-child {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.xs\:last\:-mx-20:last-child {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.xs\:last\:-my-24:last-child {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.xs\:last\:-mx-24:last-child {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.xs\:last\:-my-32:last-child {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important
	}

	.xs\:last\:-mx-32:last-child {
		margin-left: -8rem !important;
		margin-right: -8rem !important
	}

	.xs\:last\:-my-40:last-child {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important
	}

	.xs\:last\:-mx-40:last-child {
		margin-left: -10rem !important;
		margin-right: -10rem !important
	}

	.xs\:last\:-my-48:last-child {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important
	}

	.xs\:last\:-mx-48:last-child {
		margin-left: -12rem !important;
		margin-right: -12rem !important
	}

	.xs\:last\:-my-56:last-child {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important
	}

	.xs\:last\:-mx-56:last-child {
		margin-left: -14rem !important;
		margin-right: -14rem !important
	}

	.xs\:last\:-my-64:last-child {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important
	}

	.xs\:last\:-mx-64:last-child {
		margin-left: -16rem !important;
		margin-right: -16rem !important
	}

	.xs\:last\:-my-px:last-child {
		margin-top: -1px !important;
		margin-bottom: -1px !important
	}

	.xs\:last\:-mx-px:last-child {
		margin-left: -1px !important;
		margin-right: -1px !important
	}

	.xs\:last\:-my--50:last-child {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}

	.xs\:last\:-mx--50:last-child {
		margin-left: 50px !important;
		margin-right: 50px !important
	}

	.xs\:last\:-my-14:last-child {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important
	}

	.xs\:last\:-mx-14:last-child {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important
	}

	.xs\:last\:-my-15:last-child {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important
	}

	.xs\:last\:-mx-15:last-child {
		margin-left: -3.75rem !important;
		margin-right: -3.75rem !important
	}

	.xs\:last\:-my-25:last-child {
		margin-top: -6.25rem !important;
		margin-bottom: -6.25rem !important
	}

	.xs\:last\:-mx-25:last-child {
		margin-left: -6.25rem !important;
		margin-right: -6.25rem !important
	}

	.xs\:last\:-my-30:last-child {
		margin-top: -7.5rem !important;
		margin-bottom: -7.5rem !important
	}

	.xs\:last\:-mx-30:last-child {
		margin-left: -7.5rem !important;
		margin-right: -7.5rem !important
	}

	.xs\:last\:mt-0:last-child {
		margin-top: 0 !important
	}

	.xs\:last\:mr-0:last-child {
		margin-right: 0 !important
	}

	.xs\:last\:mb-0:last-child {
		margin-bottom: 0 !important
	}

	.xs\:last\:ml-0:last-child {
		margin-left: 0 !important
	}

	.xs\:last\:mt-1:last-child {
		margin-top: .25rem !important
	}

	.xs\:last\:mr-1:last-child {
		margin-right: .25rem !important
	}

	.xs\:last\:mb-1:last-child {
		margin-bottom: .25rem !important
	}

	.xs\:last\:ml-1:last-child {
		margin-left: .25rem !important
	}

	.xs\:last\:mt-2:last-child {
		margin-top: .5rem !important
	}

	.xs\:last\:mr-2:last-child {
		margin-right: .5rem !important
	}

	.xs\:last\:mb-2:last-child {
		margin-bottom: .5rem !important
	}

	.xs\:last\:ml-2:last-child {
		margin-left: .5rem !important
	}

	.xs\:last\:mt-3:last-child {
		margin-top: .75rem !important
	}

	.xs\:last\:mr-3:last-child {
		margin-right: .75rem !important
	}

	.xs\:last\:mb-3:last-child {
		margin-bottom: .75rem !important
	}

	.xs\:last\:ml-3:last-child {
		margin-left: .75rem !important
	}

	.xs\:last\:mt-4:last-child {
		margin-top: 1rem !important
	}

	.xs\:last\:mr-4:last-child {
		margin-right: 1rem !important
	}

	.xs\:last\:mb-4:last-child {
		margin-bottom: 1rem !important
	}

	.xs\:last\:ml-4:last-child {
		margin-left: 1rem !important
	}

	.xs\:last\:mt-5:last-child {
		margin-top: 1.25rem !important
	}

	.xs\:last\:mr-5:last-child {
		margin-right: 1.25rem !important
	}

	.xs\:last\:mb-5:last-child {
		margin-bottom: 1.25rem !important
	}

	.xs\:last\:ml-5:last-child {
		margin-left: 1.25rem !important
	}

	.xs\:last\:mt-6:last-child {
		margin-top: 1.5rem !important
	}

	.xs\:last\:mr-6:last-child {
		margin-right: 1.5rem !important
	}

	.xs\:last\:mb-6:last-child {
		margin-bottom: 1.5rem !important
	}

	.xs\:last\:ml-6:last-child {
		margin-left: 1.5rem !important
	}

	.xs\:last\:mt-7:last-child {
		margin-top: 1.75rem !important
	}

	.xs\:last\:mr-7:last-child {
		margin-right: 1.75rem !important
	}

	.xs\:last\:mb-7:last-child {
		margin-bottom: 1.75rem !important
	}

	.xs\:last\:ml-7:last-child {
		margin-left: 1.75rem !important
	}

	.xs\:last\:mt-8:last-child {
		margin-top: 2rem !important
	}

	.xs\:last\:mr-8:last-child {
		margin-right: 2rem !important
	}

	.xs\:last\:mb-8:last-child {
		margin-bottom: 2rem !important
	}

	.xs\:last\:ml-8:last-child {
		margin-left: 2rem !important
	}

	.xs\:last\:mt-9:last-child {
		margin-top: 2.25rem !important
	}

	.xs\:last\:mr-9:last-child {
		margin-right: 2.25rem !important
	}

	.xs\:last\:mb-9:last-child {
		margin-bottom: 2.25rem !important
	}

	.xs\:last\:ml-9:last-child {
		margin-left: 2.25rem !important
	}

	.xs\:last\:mt-10:last-child {
		margin-top: 2.5rem !important
	}

	.xs\:last\:mr-10:last-child {
		margin-right: 2.5rem !important
	}

	.xs\:last\:mb-10:last-child {
		margin-bottom: 2.5rem !important
	}

	.xs\:last\:ml-10:last-child {
		margin-left: 2.5rem !important
	}

	.xs\:last\:mt-12:last-child {
		margin-top: 3rem !important
	}

	.xs\:last\:mr-12:last-child {
		margin-right: 3rem !important
	}

	.xs\:last\:mb-12:last-child {
		margin-bottom: 3rem !important
	}

	.xs\:last\:ml-12:last-child {
		margin-left: 3rem !important
	}

	.xs\:last\:mt-13:last-child {
		margin-top: 3.5rem !important
	}

	.xs\:last\:mr-13:last-child {
		margin-right: 3.5rem !important
	}

	.xs\:last\:mb-13:last-child {
		margin-bottom: 3.5rem !important
	}

	.xs\:last\:ml-13:last-child {
		margin-left: 3.5rem !important
	}

	.xs\:last\:mt-14:last-child {
		margin-top: 3.5rem !important
	}

	.xs\:last\:mr-14:last-child {
		margin-right: 3.5rem !important
	}

	.xs\:last\:mb-14:last-child {
		margin-bottom: 3.5rem !important
	}

	.xs\:last\:ml-14:last-child {
		margin-left: 3.5rem !important
	}

	.xs\:last\:mt-15:last-child {
		margin-top: 3.75rem !important
	}

	.xs\:last\:mr-15:last-child {
		margin-right: 3.75rem !important
	}

	.xs\:last\:mb-15:last-child {
		margin-bottom: 3.75rem !important
	}

	.xs\:last\:ml-15:last-child {
		margin-left: 3.75rem !important
	}

	.xs\:last\:mt-16:last-child {
		margin-top: 4rem !important
	}

	.xs\:last\:mr-16:last-child {
		margin-right: 4rem !important
	}

	.xs\:last\:mb-16:last-child {
		margin-bottom: 4rem !important
	}

	.xs\:last\:ml-16:last-child {
		margin-left: 4rem !important
	}

	.xs\:last\:mt-20:last-child {
		margin-top: 5rem !important
	}

	.xs\:last\:mr-20:last-child {
		margin-right: 5rem !important
	}

	.xs\:last\:mb-20:last-child {
		margin-bottom: 5rem !important
	}

	.xs\:last\:ml-20:last-child {
		margin-left: 5rem !important
	}

	.xs\:last\:mt-24:last-child {
		margin-top: 6rem !important
	}

	.xs\:last\:mr-24:last-child {
		margin-right: 6rem !important
	}

	.xs\:last\:mb-24:last-child {
		margin-bottom: 6rem !important
	}

	.xs\:last\:ml-24:last-child {
		margin-left: 6rem !important
	}

	.xs\:last\:mt-30:last-child {
		margin-top: 7.5rem !important
	}

	.xs\:last\:mr-30:last-child {
		margin-right: 7.5rem !important
	}

	.xs\:last\:mb-30:last-child {
		margin-bottom: 7.5rem !important
	}

	.xs\:last\:ml-30:last-child {
		margin-left: 7.5rem !important
	}

	.xs\:last\:mt-32:last-child {
		margin-top: 8rem !important
	}

	.xs\:last\:mr-32:last-child {
		margin-right: 8rem !important
	}

	.xs\:last\:mb-32:last-child {
		margin-bottom: 8rem !important
	}

	.xs\:last\:ml-32:last-child {
		margin-left: 8rem !important
	}

	.xs\:last\:mt-40:last-child {
		margin-top: 10rem !important
	}

	.xs\:last\:mr-40:last-child {
		margin-right: 10rem !important
	}

	.xs\:last\:mb-40:last-child {
		margin-bottom: 10rem !important
	}

	.xs\:last\:ml-40:last-child {
		margin-left: 10rem !important
	}

	.xs\:last\:mt-48:last-child {
		margin-top: 12rem !important
	}

	.xs\:last\:mr-48:last-child {
		margin-right: 12rem !important
	}

	.xs\:last\:mb-48:last-child {
		margin-bottom: 12rem !important
	}

	.xs\:last\:ml-48:last-child {
		margin-left: 12rem !important
	}

	.xs\:last\:mt-56:last-child {
		margin-top: 14rem !important
	}

	.xs\:last\:mr-56:last-child {
		margin-right: 14rem !important
	}

	.xs\:last\:mb-56:last-child {
		margin-bottom: 14rem !important
	}

	.xs\:last\:ml-56:last-child {
		margin-left: 14rem !important
	}

	.xs\:last\:mt-64:last-child {
		margin-top: 16rem !important
	}

	.xs\:last\:mr-64:last-child {
		margin-right: 16rem !important
	}

	.xs\:last\:mb-64:last-child {
		margin-bottom: 16rem !important
	}

	.xs\:last\:ml-64:last-child {
		margin-left: 16rem !important
	}

	.xs\:last\:mt-auto:last-child {
		margin-top: auto !important
	}

	.xs\:last\:mr-auto:last-child {
		margin-right: auto !important
	}

	.xs\:last\:mb-auto:last-child {
		margin-bottom: auto !important
	}

	.xs\:last\:ml-auto:last-child {
		margin-left: auto !important
	}

	.xs\:last\:mt-px:last-child {
		margin-top: 1px !important
	}

	.xs\:last\:mr-px:last-child {
		margin-right: 1px !important
	}

	.xs\:last\:mb-px:last-child {
		margin-bottom: 1px !important
	}

	.xs\:last\:ml-px:last-child {
		margin-left: 1px !important
	}

	.xs\:last\:-mt-50:last-child {
		margin-top: -50px !important
	}

	.xs\:last\:-mr-50:last-child {
		margin-right: -50px !important
	}

	.xs\:last\:-mb-50:last-child {
		margin-bottom: -50px !important
	}

	.xs\:last\:-ml-50:last-child {
		margin-left: -50px !important
	}

	.xs\:last\:-mt-1:last-child {
		margin-top: -.25rem !important
	}

	.xs\:last\:-mr-1:last-child {
		margin-right: -.25rem !important
	}

	.xs\:last\:-mb-1:last-child {
		margin-bottom: -.25rem !important
	}

	.xs\:last\:-ml-1:last-child {
		margin-left: -.25rem !important
	}

	.xs\:last\:-mt-2:last-child {
		margin-top: -.5rem !important
	}

	.xs\:last\:-mr-2:last-child {
		margin-right: -.5rem !important
	}

	.xs\:last\:-mb-2:last-child {
		margin-bottom: -.5rem !important
	}

	.xs\:last\:-ml-2:last-child {
		margin-left: -.5rem !important
	}

	.xs\:last\:-mt-3:last-child {
		margin-top: -.75rem !important
	}

	.xs\:last\:-mr-3:last-child {
		margin-right: -.75rem !important
	}

	.xs\:last\:-mb-3:last-child {
		margin-bottom: -.75rem !important
	}

	.xs\:last\:-ml-3:last-child {
		margin-left: -.75rem !important
	}

	.xs\:last\:-mt-4:last-child {
		margin-top: -1rem !important
	}

	.xs\:last\:-mr-4:last-child {
		margin-right: -1rem !important
	}

	.xs\:last\:-mb-4:last-child {
		margin-bottom: -1rem !important
	}

	.xs\:last\:-ml-4:last-child {
		margin-left: -1rem !important
	}

	.xs\:last\:-mt-5:last-child {
		margin-top: -1.25rem !important
	}

	.xs\:last\:-mr-5:last-child {
		margin-right: -1.25rem !important
	}

	.xs\:last\:-mb-5:last-child {
		margin-bottom: -1.25rem !important
	}

	.xs\:last\:-ml-5:last-child {
		margin-left: -1.25rem !important
	}

	.xs\:last\:-mt-6:last-child {
		margin-top: -1.5rem !important
	}

	.xs\:last\:-mr-6:last-child {
		margin-right: -1.5rem !important
	}

	.xs\:last\:-mb-6:last-child {
		margin-bottom: -1.5rem !important
	}

	.xs\:last\:-ml-6:last-child {
		margin-left: -1.5rem !important
	}

	.xs\:last\:-mt-8:last-child {
		margin-top: -2rem !important
	}

	.xs\:last\:-mr-8:last-child {
		margin-right: -2rem !important
	}

	.xs\:last\:-mb-8:last-child {
		margin-bottom: -2rem !important
	}

	.xs\:last\:-ml-8:last-child {
		margin-left: -2rem !important
	}

	.xs\:last\:-mt-10:last-child {
		margin-top: -2.5rem !important
	}

	.xs\:last\:-mr-10:last-child {
		margin-right: -2.5rem !important
	}

	.xs\:last\:-mb-10:last-child {
		margin-bottom: -2.5rem !important
	}

	.xs\:last\:-ml-10:last-child {
		margin-left: -2.5rem !important
	}

	.xs\:last\:-mt-12:last-child {
		margin-top: -3rem !important
	}

	.xs\:last\:-mr-12:last-child {
		margin-right: -3rem !important
	}

	.xs\:last\:-mb-12:last-child {
		margin-bottom: -3rem !important
	}

	.xs\:last\:-ml-12:last-child {
		margin-left: -3rem !important
	}

	.xs\:last\:-mt-16:last-child {
		margin-top: -4rem !important
	}

	.xs\:last\:-mr-16:last-child {
		margin-right: -4rem !important
	}

	.xs\:last\:-mb-16:last-child {
		margin-bottom: -4rem !important
	}

	.xs\:last\:-ml-16:last-child {
		margin-left: -4rem !important
	}

	.xs\:last\:-mt-20:last-child {
		margin-top: -5rem !important
	}

	.xs\:last\:-mr-20:last-child {
		margin-right: -5rem !important
	}

	.xs\:last\:-mb-20:last-child {
		margin-bottom: -5rem !important
	}

	.xs\:last\:-ml-20:last-child {
		margin-left: -5rem !important
	}

	.xs\:last\:-mt-24:last-child {
		margin-top: -6rem !important
	}

	.xs\:last\:-mr-24:last-child {
		margin-right: -6rem !important
	}

	.xs\:last\:-mb-24:last-child {
		margin-bottom: -6rem !important
	}

	.xs\:last\:-ml-24:last-child {
		margin-left: -6rem !important
	}

	.xs\:last\:-mt-32:last-child {
		margin-top: -8rem !important
	}

	.xs\:last\:-mr-32:last-child {
		margin-right: -8rem !important
	}

	.xs\:last\:-mb-32:last-child {
		margin-bottom: -8rem !important
	}

	.xs\:last\:-ml-32:last-child {
		margin-left: -8rem !important
	}

	.xs\:last\:-mt-40:last-child {
		margin-top: -10rem !important
	}

	.xs\:last\:-mr-40:last-child {
		margin-right: -10rem !important
	}

	.xs\:last\:-mb-40:last-child {
		margin-bottom: -10rem !important
	}

	.xs\:last\:-ml-40:last-child {
		margin-left: -10rem !important
	}

	.xs\:last\:-mt-48:last-child {
		margin-top: -12rem !important
	}

	.xs\:last\:-mr-48:last-child {
		margin-right: -12rem !important
	}

	.xs\:last\:-mb-48:last-child {
		margin-bottom: -12rem !important
	}

	.xs\:last\:-ml-48:last-child {
		margin-left: -12rem !important
	}

	.xs\:last\:-mt-56:last-child {
		margin-top: -14rem !important
	}

	.xs\:last\:-mr-56:last-child {
		margin-right: -14rem !important
	}

	.xs\:last\:-mb-56:last-child {
		margin-bottom: -14rem !important
	}

	.xs\:last\:-ml-56:last-child {
		margin-left: -14rem !important
	}

	.xs\:last\:-mt-64:last-child {
		margin-top: -16rem !important
	}

	.xs\:last\:-mr-64:last-child {
		margin-right: -16rem !important
	}

	.xs\:last\:-mb-64:last-child {
		margin-bottom: -16rem !important
	}

	.xs\:last\:-ml-64:last-child {
		margin-left: -16rem !important
	}

	.xs\:last\:-mt-px:last-child {
		margin-top: -1px !important
	}

	.xs\:last\:-mr-px:last-child {
		margin-right: -1px !important
	}

	.xs\:last\:-mb-px:last-child {
		margin-bottom: -1px !important
	}

	.xs\:last\:-ml-px:last-child {
		margin-left: -1px !important
	}

	.xs\:last\:-mt--50:last-child {
		margin-top: 50px !important
	}

	.xs\:last\:-mr--50:last-child {
		margin-right: 50px !important
	}

	.xs\:last\:-mb--50:last-child {
		margin-bottom: 50px !important
	}

	.xs\:last\:-ml--50:last-child {
		margin-left: 50px !important
	}

	.xs\:last\:-mt-14:last-child {
		margin-top: -3.5rem !important
	}

	.xs\:last\:-mr-14:last-child {
		margin-right: -3.5rem !important
	}

	.xs\:last\:-mb-14:last-child {
		margin-bottom: -3.5rem !important
	}

	.xs\:last\:-ml-14:last-child {
		margin-left: -3.5rem !important
	}

	.xs\:last\:-mt-15:last-child {
		margin-top: -3.75rem !important
	}

	.xs\:last\:-mr-15:last-child {
		margin-right: -3.75rem !important
	}

	.xs\:last\:-mb-15:last-child {
		margin-bottom: -3.75rem !important
	}

	.xs\:last\:-ml-15:last-child {
		margin-left: -3.75rem !important
	}

	.xs\:last\:-mt-25:last-child {
		margin-top: -6.25rem !important
	}

	.xs\:last\:-mr-25:last-child {
		margin-right: -6.25rem !important
	}

	.xs\:last\:-mb-25:last-child {
		margin-bottom: -6.25rem !important
	}

	.xs\:last\:-ml-25:last-child {
		margin-left: -6.25rem !important
	}

	.xs\:last\:-mt-30:last-child {
		margin-top: -7.5rem !important
	}

	.xs\:last\:-mr-30:last-child {
		margin-right: -7.5rem !important
	}

	.xs\:last\:-mb-30:last-child {
		margin-bottom: -7.5rem !important
	}

	.xs\:last\:-ml-30:last-child {
		margin-left: -7.5rem !important
	}

	.xs\:hover\:m-0:hover {
		margin: 0 !important
	}

	.xs\:hover\:m-1:hover {
		margin: .25rem !important
	}

	.xs\:hover\:m-2:hover {
		margin: .5rem !important
	}

	.xs\:hover\:m-3:hover {
		margin: .75rem !important
	}

	.xs\:hover\:m-4:hover {
		margin: 1rem !important
	}

	.xs\:hover\:m-5:hover {
		margin: 1.25rem !important
	}

	.xs\:hover\:m-6:hover {
		margin: 1.5rem !important
	}

	.xs\:hover\:m-7:hover {
		margin: 1.75rem !important
	}

	.xs\:hover\:m-8:hover {
		margin: 2rem !important
	}

	.xs\:hover\:m-9:hover {
		margin: 2.25rem !important
	}

	.xs\:hover\:m-10:hover {
		margin: 2.5rem !important
	}

	.xs\:hover\:m-12:hover {
		margin: 3rem !important
	}

	.xs\:hover\:m-13:hover, .xs\:hover\:m-14:hover {
		margin: 3.5rem !important
	}

	.xs\:hover\:m-15:hover {
		margin: 3.75rem !important
	}

	.xs\:hover\:m-16:hover {
		margin: 4rem !important
	}

	.xs\:hover\:m-20:hover {
		margin: 5rem !important
	}

	.xs\:hover\:m-24:hover {
		margin: 6rem !important
	}

	.xs\:hover\:m-30:hover {
		margin: 7.5rem !important
	}

	.xs\:hover\:m-32:hover {
		margin: 8rem !important
	}

	.xs\:hover\:m-40:hover {
		margin: 10rem !important
	}

	.xs\:hover\:m-48:hover {
		margin: 12rem !important
	}

	.xs\:hover\:m-56:hover {
		margin: 14rem !important
	}

	.xs\:hover\:m-64:hover {
		margin: 16rem !important
	}

	.xs\:hover\:m-auto:hover {
		margin: auto !important
	}

	.xs\:hover\:m-px:hover {
		margin: 1px !important
	}

	.xs\:hover\:-m-50:hover {
		margin: -50px !important
	}

	.xs\:hover\:-m-1:hover {
		margin: -.25rem !important
	}

	.xs\:hover\:-m-2:hover {
		margin: -.5rem !important
	}

	.xs\:hover\:-m-3:hover {
		margin: -.75rem !important
	}

	.xs\:hover\:-m-4:hover {
		margin: -1rem !important
	}

	.xs\:hover\:-m-5:hover {
		margin: -1.25rem !important
	}

	.xs\:hover\:-m-6:hover {
		margin: -1.5rem !important
	}

	.xs\:hover\:-m-8:hover {
		margin: -2rem !important
	}

	.xs\:hover\:-m-10:hover {
		margin: -2.5rem !important
	}

	.xs\:hover\:-m-12:hover {
		margin: -3rem !important
	}

	.xs\:hover\:-m-16:hover {
		margin: -4rem !important
	}

	.xs\:hover\:-m-20:hover {
		margin: -5rem !important
	}

	.xs\:hover\:-m-24:hover {
		margin: -6rem !important
	}

	.xs\:hover\:-m-32:hover {
		margin: -8rem !important
	}

	.xs\:hover\:-m-40:hover {
		margin: -10rem !important
	}

	.xs\:hover\:-m-48:hover {
		margin: -12rem !important
	}

	.xs\:hover\:-m-56:hover {
		margin: -14rem !important
	}

	.xs\:hover\:-m-64:hover {
		margin: -16rem !important
	}

	.xs\:hover\:-m-px:hover {
		margin: -1px !important
	}

	.xs\:hover\:-m--50:hover {
		margin: 50px !important
	}

	.xs\:hover\:-m-14:hover {
		margin: -3.5rem !important
	}

	.xs\:hover\:-m-15:hover {
		margin: -3.75rem !important
	}

	.xs\:hover\:-m-25:hover {
		margin: -6.25rem !important
	}

	.xs\:hover\:-m-30:hover {
		margin: -7.5rem !important
	}

	.xs\:hover\:my-0:hover {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.xs\:hover\:mx-0:hover {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.xs\:hover\:my-1:hover {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.xs\:hover\:mx-1:hover {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.xs\:hover\:my-2:hover {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.xs\:hover\:mx-2:hover {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.xs\:hover\:my-3:hover {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.xs\:hover\:mx-3:hover {
		margin-left: .75rem !important;
		margin-right: .75rem !important
	}

	.xs\:hover\:my-4:hover {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.xs\:hover\:mx-4:hover {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.xs\:hover\:my-5:hover {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.xs\:hover\:mx-5:hover {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.xs\:hover\:my-6:hover {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.xs\:hover\:mx-6:hover {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.xs\:hover\:my-7:hover {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.xs\:hover\:mx-7:hover {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important
	}

	.xs\:hover\:my-8:hover {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.xs\:hover\:mx-8:hover {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.xs\:hover\:my-9:hover {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.xs\:hover\:mx-9:hover {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important
	}

	.xs\:hover\:my-10:hover {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.xs\:hover\:mx-10:hover {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important
	}

	.xs\:hover\:my-12:hover {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.xs\:hover\:mx-12:hover {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.xs\:hover\:my-13:hover {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.xs\:hover\:mx-13:hover {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.xs\:hover\:my-14:hover {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.xs\:hover\:mx-14:hover {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.xs\:hover\:my-15:hover {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important
	}

	.xs\:hover\:mx-15:hover {
		margin-left: 3.75rem !important;
		margin-right: 3.75rem !important
	}

	.xs\:hover\:my-16:hover {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.xs\:hover\:mx-16:hover {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.xs\:hover\:my-20:hover {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.xs\:hover\:mx-20:hover {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.xs\:hover\:my-24:hover {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.xs\:hover\:mx-24:hover {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.xs\:hover\:my-30:hover {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.xs\:hover\:mx-30:hover {
		margin-left: 7.5rem !important;
		margin-right: 7.5rem !important
	}

	.xs\:hover\:my-32:hover {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.xs\:hover\:mx-32:hover {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.xs\:hover\:my-40:hover {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.xs\:hover\:mx-40:hover {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.xs\:hover\:my-48:hover {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.xs\:hover\:mx-48:hover {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.xs\:hover\:my-56:hover {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.xs\:hover\:mx-56:hover {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.xs\:hover\:my-64:hover {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.xs\:hover\:mx-64:hover {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.xs\:hover\:my-auto:hover {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.xs\:hover\:mx-auto:hover {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.xs\:hover\:my-px:hover {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}

	.xs\:hover\:mx-px:hover {
		margin-left: 1px !important;
		margin-right: 1px !important
	}

	.xs\:hover\:-my-50:hover {
		margin-top: -50px !important;
		margin-bottom: -50px !important
	}

	.xs\:hover\:-mx-50:hover {
		margin-left: -50px !important;
		margin-right: -50px !important
	}

	.xs\:hover\:-my-1:hover {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.xs\:hover\:-mx-1:hover {
		margin-left: -.25rem !important;
		margin-right: -.25rem !important
	}

	.xs\:hover\:-my-2:hover {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.xs\:hover\:-mx-2:hover {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}

	.xs\:hover\:-my-3:hover {
		margin-top: -.75rem !important;
		margin-bottom: -.75rem !important
	}

	.xs\:hover\:-mx-3:hover {
		margin-left: -.75rem !important;
		margin-right: -.75rem !important
	}

	.xs\:hover\:-my-4:hover {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.xs\:hover\:-mx-4:hover {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.xs\:hover\:-my-5:hover {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.xs\:hover\:-mx-5:hover {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.xs\:hover\:-my-6:hover {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.xs\:hover\:-mx-6:hover {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.xs\:hover\:-my-8:hover {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.xs\:hover\:-mx-8:hover {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.xs\:hover\:-my-10:hover {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important
	}

	.xs\:hover\:-mx-10:hover {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important
	}

	.xs\:hover\:-my-12:hover {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.xs\:hover\:-mx-12:hover {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.xs\:hover\:-my-16:hover {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.xs\:hover\:-mx-16:hover {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.xs\:hover\:-my-20:hover {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.xs\:hover\:-mx-20:hover {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.xs\:hover\:-my-24:hover {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.xs\:hover\:-mx-24:hover {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.xs\:hover\:-my-32:hover {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important
	}

	.xs\:hover\:-mx-32:hover {
		margin-left: -8rem !important;
		margin-right: -8rem !important
	}

	.xs\:hover\:-my-40:hover {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important
	}

	.xs\:hover\:-mx-40:hover {
		margin-left: -10rem !important;
		margin-right: -10rem !important
	}

	.xs\:hover\:-my-48:hover {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important
	}

	.xs\:hover\:-mx-48:hover {
		margin-left: -12rem !important;
		margin-right: -12rem !important
	}

	.xs\:hover\:-my-56:hover {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important
	}

	.xs\:hover\:-mx-56:hover {
		margin-left: -14rem !important;
		margin-right: -14rem !important
	}

	.xs\:hover\:-my-64:hover {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important
	}

	.xs\:hover\:-mx-64:hover {
		margin-left: -16rem !important;
		margin-right: -16rem !important
	}

	.xs\:hover\:-my-px:hover {
		margin-top: -1px !important;
		margin-bottom: -1px !important
	}

	.xs\:hover\:-mx-px:hover {
		margin-left: -1px !important;
		margin-right: -1px !important
	}

	.xs\:hover\:-my--50:hover {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}

	.xs\:hover\:-mx--50:hover {
		margin-left: 50px !important;
		margin-right: 50px !important
	}

	.xs\:hover\:-my-14:hover {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important
	}

	.xs\:hover\:-mx-14:hover {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important
	}

	.xs\:hover\:-my-15:hover {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important
	}

	.xs\:hover\:-mx-15:hover {
		margin-left: -3.75rem !important;
		margin-right: -3.75rem !important
	}

	.xs\:hover\:-my-25:hover {
		margin-top: -6.25rem !important;
		margin-bottom: -6.25rem !important
	}

	.xs\:hover\:-mx-25:hover {
		margin-left: -6.25rem !important;
		margin-right: -6.25rem !important
	}

	.xs\:hover\:-my-30:hover {
		margin-top: -7.5rem !important;
		margin-bottom: -7.5rem !important
	}

	.xs\:hover\:-mx-30:hover {
		margin-left: -7.5rem !important;
		margin-right: -7.5rem !important
	}

	.xs\:hover\:mt-0:hover {
		margin-top: 0 !important
	}

	.xs\:hover\:mr-0:hover {
		margin-right: 0 !important
	}

	.xs\:hover\:mb-0:hover {
		margin-bottom: 0 !important
	}

	.xs\:hover\:ml-0:hover {
		margin-left: 0 !important
	}

	.xs\:hover\:mt-1:hover {
		margin-top: .25rem !important
	}

	.xs\:hover\:mr-1:hover {
		margin-right: .25rem !important
	}

	.xs\:hover\:mb-1:hover {
		margin-bottom: .25rem !important
	}

	.xs\:hover\:ml-1:hover {
		margin-left: .25rem !important
	}

	.xs\:hover\:mt-2:hover {
		margin-top: .5rem !important
	}

	.xs\:hover\:mr-2:hover {
		margin-right: .5rem !important
	}

	.xs\:hover\:mb-2:hover {
		margin-bottom: .5rem !important
	}

	.xs\:hover\:ml-2:hover {
		margin-left: .5rem !important
	}

	.xs\:hover\:mt-3:hover {
		margin-top: .75rem !important
	}

	.xs\:hover\:mr-3:hover {
		margin-right: .75rem !important
	}

	.xs\:hover\:mb-3:hover {
		margin-bottom: .75rem !important
	}

	.xs\:hover\:ml-3:hover {
		margin-left: .75rem !important
	}

	.xs\:hover\:mt-4:hover {
		margin-top: 1rem !important
	}

	.xs\:hover\:mr-4:hover {
		margin-right: 1rem !important
	}

	.xs\:hover\:mb-4:hover {
		margin-bottom: 1rem !important
	}

	.xs\:hover\:ml-4:hover {
		margin-left: 1rem !important
	}

	.xs\:hover\:mt-5:hover {
		margin-top: 1.25rem !important
	}

	.xs\:hover\:mr-5:hover {
		margin-right: 1.25rem !important
	}

	.xs\:hover\:mb-5:hover {
		margin-bottom: 1.25rem !important
	}

	.xs\:hover\:ml-5:hover {
		margin-left: 1.25rem !important
	}

	.xs\:hover\:mt-6:hover {
		margin-top: 1.5rem !important
	}

	.xs\:hover\:mr-6:hover {
		margin-right: 1.5rem !important
	}

	.xs\:hover\:mb-6:hover {
		margin-bottom: 1.5rem !important
	}

	.xs\:hover\:ml-6:hover {
		margin-left: 1.5rem !important
	}

	.xs\:hover\:mt-7:hover {
		margin-top: 1.75rem !important
	}

	.xs\:hover\:mr-7:hover {
		margin-right: 1.75rem !important
	}

	.xs\:hover\:mb-7:hover {
		margin-bottom: 1.75rem !important
	}

	.xs\:hover\:ml-7:hover {
		margin-left: 1.75rem !important
	}

	.xs\:hover\:mt-8:hover {
		margin-top: 2rem !important
	}

	.xs\:hover\:mr-8:hover {
		margin-right: 2rem !important
	}

	.xs\:hover\:mb-8:hover {
		margin-bottom: 2rem !important
	}

	.xs\:hover\:ml-8:hover {
		margin-left: 2rem !important
	}

	.xs\:hover\:mt-9:hover {
		margin-top: 2.25rem !important
	}

	.xs\:hover\:mr-9:hover {
		margin-right: 2.25rem !important
	}

	.xs\:hover\:mb-9:hover {
		margin-bottom: 2.25rem !important
	}

	.xs\:hover\:ml-9:hover {
		margin-left: 2.25rem !important
	}

	.xs\:hover\:mt-10:hover {
		margin-top: 2.5rem !important
	}

	.xs\:hover\:mr-10:hover {
		margin-right: 2.5rem !important
	}

	.xs\:hover\:mb-10:hover {
		margin-bottom: 2.5rem !important
	}

	.xs\:hover\:ml-10:hover {
		margin-left: 2.5rem !important
	}

	.xs\:hover\:mt-12:hover {
		margin-top: 3rem !important
	}

	.xs\:hover\:mr-12:hover {
		margin-right: 3rem !important
	}

	.xs\:hover\:mb-12:hover {
		margin-bottom: 3rem !important
	}

	.xs\:hover\:ml-12:hover {
		margin-left: 3rem !important
	}

	.xs\:hover\:mt-13:hover {
		margin-top: 3.5rem !important
	}

	.xs\:hover\:mr-13:hover {
		margin-right: 3.5rem !important
	}

	.xs\:hover\:mb-13:hover {
		margin-bottom: 3.5rem !important
	}

	.xs\:hover\:ml-13:hover {
		margin-left: 3.5rem !important
	}

	.xs\:hover\:mt-14:hover {
		margin-top: 3.5rem !important
	}

	.xs\:hover\:mr-14:hover {
		margin-right: 3.5rem !important
	}

	.xs\:hover\:mb-14:hover {
		margin-bottom: 3.5rem !important
	}

	.xs\:hover\:ml-14:hover {
		margin-left: 3.5rem !important
	}

	.xs\:hover\:mt-15:hover {
		margin-top: 3.75rem !important
	}

	.xs\:hover\:mr-15:hover {
		margin-right: 3.75rem !important
	}

	.xs\:hover\:mb-15:hover {
		margin-bottom: 3.75rem !important
	}

	.xs\:hover\:ml-15:hover {
		margin-left: 3.75rem !important
	}

	.xs\:hover\:mt-16:hover {
		margin-top: 4rem !important
	}

	.xs\:hover\:mr-16:hover {
		margin-right: 4rem !important
	}

	.xs\:hover\:mb-16:hover {
		margin-bottom: 4rem !important
	}

	.xs\:hover\:ml-16:hover {
		margin-left: 4rem !important
	}

	.xs\:hover\:mt-20:hover {
		margin-top: 5rem !important
	}

	.xs\:hover\:mr-20:hover {
		margin-right: 5rem !important
	}

	.xs\:hover\:mb-20:hover {
		margin-bottom: 5rem !important
	}

	.xs\:hover\:ml-20:hover {
		margin-left: 5rem !important
	}

	.xs\:hover\:mt-24:hover {
		margin-top: 6rem !important
	}

	.xs\:hover\:mr-24:hover {
		margin-right: 6rem !important
	}

	.xs\:hover\:mb-24:hover {
		margin-bottom: 6rem !important
	}

	.xs\:hover\:ml-24:hover {
		margin-left: 6rem !important
	}

	.xs\:hover\:mt-30:hover {
		margin-top: 7.5rem !important
	}

	.xs\:hover\:mr-30:hover {
		margin-right: 7.5rem !important
	}

	.xs\:hover\:mb-30:hover {
		margin-bottom: 7.5rem !important
	}

	.xs\:hover\:ml-30:hover {
		margin-left: 7.5rem !important
	}

	.xs\:hover\:mt-32:hover {
		margin-top: 8rem !important
	}

	.xs\:hover\:mr-32:hover {
		margin-right: 8rem !important
	}

	.xs\:hover\:mb-32:hover {
		margin-bottom: 8rem !important
	}

	.xs\:hover\:ml-32:hover {
		margin-left: 8rem !important
	}

	.xs\:hover\:mt-40:hover {
		margin-top: 10rem !important
	}

	.xs\:hover\:mr-40:hover {
		margin-right: 10rem !important
	}

	.xs\:hover\:mb-40:hover {
		margin-bottom: 10rem !important
	}

	.xs\:hover\:ml-40:hover {
		margin-left: 10rem !important
	}

	.xs\:hover\:mt-48:hover {
		margin-top: 12rem !important
	}

	.xs\:hover\:mr-48:hover {
		margin-right: 12rem !important
	}

	.xs\:hover\:mb-48:hover {
		margin-bottom: 12rem !important
	}

	.xs\:hover\:ml-48:hover {
		margin-left: 12rem !important
	}

	.xs\:hover\:mt-56:hover {
		margin-top: 14rem !important
	}

	.xs\:hover\:mr-56:hover {
		margin-right: 14rem !important
	}

	.xs\:hover\:mb-56:hover {
		margin-bottom: 14rem !important
	}

	.xs\:hover\:ml-56:hover {
		margin-left: 14rem !important
	}

	.xs\:hover\:mt-64:hover {
		margin-top: 16rem !important
	}

	.xs\:hover\:mr-64:hover {
		margin-right: 16rem !important
	}

	.xs\:hover\:mb-64:hover {
		margin-bottom: 16rem !important
	}

	.xs\:hover\:ml-64:hover {
		margin-left: 16rem !important
	}

	.xs\:hover\:mt-auto:hover {
		margin-top: auto !important
	}

	.xs\:hover\:mr-auto:hover {
		margin-right: auto !important
	}

	.xs\:hover\:mb-auto:hover {
		margin-bottom: auto !important
	}

	.xs\:hover\:ml-auto:hover {
		margin-left: auto !important
	}

	.xs\:hover\:mt-px:hover {
		margin-top: 1px !important
	}

	.xs\:hover\:mr-px:hover {
		margin-right: 1px !important
	}

	.xs\:hover\:mb-px:hover {
		margin-bottom: 1px !important
	}

	.xs\:hover\:ml-px:hover {
		margin-left: 1px !important
	}

	.xs\:hover\:-mt-50:hover {
		margin-top: -50px !important
	}

	.xs\:hover\:-mr-50:hover {
		margin-right: -50px !important
	}

	.xs\:hover\:-mb-50:hover {
		margin-bottom: -50px !important
	}

	.xs\:hover\:-ml-50:hover {
		margin-left: -50px !important
	}

	.xs\:hover\:-mt-1:hover {
		margin-top: -.25rem !important
	}

	.xs\:hover\:-mr-1:hover {
		margin-right: -.25rem !important
	}

	.xs\:hover\:-mb-1:hover {
		margin-bottom: -.25rem !important
	}

	.xs\:hover\:-ml-1:hover {
		margin-left: -.25rem !important
	}

	.xs\:hover\:-mt-2:hover {
		margin-top: -.5rem !important
	}

	.xs\:hover\:-mr-2:hover {
		margin-right: -.5rem !important
	}

	.xs\:hover\:-mb-2:hover {
		margin-bottom: -.5rem !important
	}

	.xs\:hover\:-ml-2:hover {
		margin-left: -.5rem !important
	}

	.xs\:hover\:-mt-3:hover {
		margin-top: -.75rem !important
	}

	.xs\:hover\:-mr-3:hover {
		margin-right: -.75rem !important
	}

	.xs\:hover\:-mb-3:hover {
		margin-bottom: -.75rem !important
	}

	.xs\:hover\:-ml-3:hover {
		margin-left: -.75rem !important
	}

	.xs\:hover\:-mt-4:hover {
		margin-top: -1rem !important
	}

	.xs\:hover\:-mr-4:hover {
		margin-right: -1rem !important
	}

	.xs\:hover\:-mb-4:hover {
		margin-bottom: -1rem !important
	}

	.xs\:hover\:-ml-4:hover {
		margin-left: -1rem !important
	}

	.xs\:hover\:-mt-5:hover {
		margin-top: -1.25rem !important
	}

	.xs\:hover\:-mr-5:hover {
		margin-right: -1.25rem !important
	}

	.xs\:hover\:-mb-5:hover {
		margin-bottom: -1.25rem !important
	}

	.xs\:hover\:-ml-5:hover {
		margin-left: -1.25rem !important
	}

	.xs\:hover\:-mt-6:hover {
		margin-top: -1.5rem !important
	}

	.xs\:hover\:-mr-6:hover {
		margin-right: -1.5rem !important
	}

	.xs\:hover\:-mb-6:hover {
		margin-bottom: -1.5rem !important
	}

	.xs\:hover\:-ml-6:hover {
		margin-left: -1.5rem !important
	}

	.xs\:hover\:-mt-8:hover {
		margin-top: -2rem !important
	}

	.xs\:hover\:-mr-8:hover {
		margin-right: -2rem !important
	}

	.xs\:hover\:-mb-8:hover {
		margin-bottom: -2rem !important
	}

	.xs\:hover\:-ml-8:hover {
		margin-left: -2rem !important
	}

	.xs\:hover\:-mt-10:hover {
		margin-top: -2.5rem !important
	}

	.xs\:hover\:-mr-10:hover {
		margin-right: -2.5rem !important
	}

	.xs\:hover\:-mb-10:hover {
		margin-bottom: -2.5rem !important
	}

	.xs\:hover\:-ml-10:hover {
		margin-left: -2.5rem !important
	}

	.xs\:hover\:-mt-12:hover {
		margin-top: -3rem !important
	}

	.xs\:hover\:-mr-12:hover {
		margin-right: -3rem !important
	}

	.xs\:hover\:-mb-12:hover {
		margin-bottom: -3rem !important
	}

	.xs\:hover\:-ml-12:hover {
		margin-left: -3rem !important
	}

	.xs\:hover\:-mt-16:hover {
		margin-top: -4rem !important
	}

	.xs\:hover\:-mr-16:hover {
		margin-right: -4rem !important
	}

	.xs\:hover\:-mb-16:hover {
		margin-bottom: -4rem !important
	}

	.xs\:hover\:-ml-16:hover {
		margin-left: -4rem !important
	}

	.xs\:hover\:-mt-20:hover {
		margin-top: -5rem !important
	}

	.xs\:hover\:-mr-20:hover {
		margin-right: -5rem !important
	}

	.xs\:hover\:-mb-20:hover {
		margin-bottom: -5rem !important
	}

	.xs\:hover\:-ml-20:hover {
		margin-left: -5rem !important
	}

	.xs\:hover\:-mt-24:hover {
		margin-top: -6rem !important
	}

	.xs\:hover\:-mr-24:hover {
		margin-right: -6rem !important
	}

	.xs\:hover\:-mb-24:hover {
		margin-bottom: -6rem !important
	}

	.xs\:hover\:-ml-24:hover {
		margin-left: -6rem !important
	}

	.xs\:hover\:-mt-32:hover {
		margin-top: -8rem !important
	}

	.xs\:hover\:-mr-32:hover {
		margin-right: -8rem !important
	}

	.xs\:hover\:-mb-32:hover {
		margin-bottom: -8rem !important
	}

	.xs\:hover\:-ml-32:hover {
		margin-left: -8rem !important
	}

	.xs\:hover\:-mt-40:hover {
		margin-top: -10rem !important
	}

	.xs\:hover\:-mr-40:hover {
		margin-right: -10rem !important
	}

	.xs\:hover\:-mb-40:hover {
		margin-bottom: -10rem !important
	}

	.xs\:hover\:-ml-40:hover {
		margin-left: -10rem !important
	}

	.xs\:hover\:-mt-48:hover {
		margin-top: -12rem !important
	}

	.xs\:hover\:-mr-48:hover {
		margin-right: -12rem !important
	}

	.xs\:hover\:-mb-48:hover {
		margin-bottom: -12rem !important
	}

	.xs\:hover\:-ml-48:hover {
		margin-left: -12rem !important
	}

	.xs\:hover\:-mt-56:hover {
		margin-top: -14rem !important
	}

	.xs\:hover\:-mr-56:hover {
		margin-right: -14rem !important
	}

	.xs\:hover\:-mb-56:hover {
		margin-bottom: -14rem !important
	}

	.xs\:hover\:-ml-56:hover {
		margin-left: -14rem !important
	}

	.xs\:hover\:-mt-64:hover {
		margin-top: -16rem !important
	}

	.xs\:hover\:-mr-64:hover {
		margin-right: -16rem !important
	}

	.xs\:hover\:-mb-64:hover {
		margin-bottom: -16rem !important
	}

	.xs\:hover\:-ml-64:hover {
		margin-left: -16rem !important
	}

	.xs\:hover\:-mt-px:hover {
		margin-top: -1px !important
	}

	.xs\:hover\:-mr-px:hover {
		margin-right: -1px !important
	}

	.xs\:hover\:-mb-px:hover {
		margin-bottom: -1px !important
	}

	.xs\:hover\:-ml-px:hover {
		margin-left: -1px !important
	}

	.xs\:hover\:-mt--50:hover {
		margin-top: 50px !important
	}

	.xs\:hover\:-mr--50:hover {
		margin-right: 50px !important
	}

	.xs\:hover\:-mb--50:hover {
		margin-bottom: 50px !important
	}

	.xs\:hover\:-ml--50:hover {
		margin-left: 50px !important
	}

	.xs\:hover\:-mt-14:hover {
		margin-top: -3.5rem !important
	}

	.xs\:hover\:-mr-14:hover {
		margin-right: -3.5rem !important
	}

	.xs\:hover\:-mb-14:hover {
		margin-bottom: -3.5rem !important
	}

	.xs\:hover\:-ml-14:hover {
		margin-left: -3.5rem !important
	}

	.xs\:hover\:-mt-15:hover {
		margin-top: -3.75rem !important
	}

	.xs\:hover\:-mr-15:hover {
		margin-right: -3.75rem !important
	}

	.xs\:hover\:-mb-15:hover {
		margin-bottom: -3.75rem !important
	}

	.xs\:hover\:-ml-15:hover {
		margin-left: -3.75rem !important
	}

	.xs\:hover\:-mt-25:hover {
		margin-top: -6.25rem !important
	}

	.xs\:hover\:-mr-25:hover {
		margin-right: -6.25rem !important
	}

	.xs\:hover\:-mb-25:hover {
		margin-bottom: -6.25rem !important
	}

	.xs\:hover\:-ml-25:hover {
		margin-left: -6.25rem !important
	}

	.xs\:hover\:-mt-30:hover {
		margin-top: -7.5rem !important
	}

	.xs\:hover\:-mr-30:hover {
		margin-right: -7.5rem !important
	}

	.xs\:hover\:-mb-30:hover {
		margin-bottom: -7.5rem !important
	}

	.xs\:hover\:-ml-30:hover {
		margin-left: -7.5rem !important
	}

	.xs\:focus\:m-0:focus {
		margin: 0 !important
	}

	.xs\:focus\:m-1:focus {
		margin: .25rem !important
	}

	.xs\:focus\:m-2:focus {
		margin: .5rem !important
	}

	.xs\:focus\:m-3:focus {
		margin: .75rem !important
	}

	.xs\:focus\:m-4:focus {
		margin: 1rem !important
	}

	.xs\:focus\:m-5:focus {
		margin: 1.25rem !important
	}

	.xs\:focus\:m-6:focus {
		margin: 1.5rem !important
	}

	.xs\:focus\:m-7:focus {
		margin: 1.75rem !important
	}

	.xs\:focus\:m-8:focus {
		margin: 2rem !important
	}

	.xs\:focus\:m-9:focus {
		margin: 2.25rem !important
	}

	.xs\:focus\:m-10:focus {
		margin: 2.5rem !important
	}

	.xs\:focus\:m-12:focus {
		margin: 3rem !important
	}

	.xs\:focus\:m-13:focus, .xs\:focus\:m-14:focus {
		margin: 3.5rem !important
	}

	.xs\:focus\:m-15:focus {
		margin: 3.75rem !important
	}

	.xs\:focus\:m-16:focus {
		margin: 4rem !important
	}

	.xs\:focus\:m-20:focus {
		margin: 5rem !important
	}

	.xs\:focus\:m-24:focus {
		margin: 6rem !important
	}

	.xs\:focus\:m-30:focus {
		margin: 7.5rem !important
	}

	.xs\:focus\:m-32:focus {
		margin: 8rem !important
	}

	.xs\:focus\:m-40:focus {
		margin: 10rem !important
	}

	.xs\:focus\:m-48:focus {
		margin: 12rem !important
	}

	.xs\:focus\:m-56:focus {
		margin: 14rem !important
	}

	.xs\:focus\:m-64:focus {
		margin: 16rem !important
	}

	.xs\:focus\:m-auto:focus {
		margin: auto !important
	}

	.xs\:focus\:m-px:focus {
		margin: 1px !important
	}

	.xs\:focus\:-m-50:focus {
		margin: -50px !important
	}

	.xs\:focus\:-m-1:focus {
		margin: -.25rem !important
	}

	.xs\:focus\:-m-2:focus {
		margin: -.5rem !important
	}

	.xs\:focus\:-m-3:focus {
		margin: -.75rem !important
	}

	.xs\:focus\:-m-4:focus {
		margin: -1rem !important
	}

	.xs\:focus\:-m-5:focus {
		margin: -1.25rem !important
	}

	.xs\:focus\:-m-6:focus {
		margin: -1.5rem !important
	}

	.xs\:focus\:-m-8:focus {
		margin: -2rem !important
	}

	.xs\:focus\:-m-10:focus {
		margin: -2.5rem !important
	}

	.xs\:focus\:-m-12:focus {
		margin: -3rem !important
	}

	.xs\:focus\:-m-16:focus {
		margin: -4rem !important
	}

	.xs\:focus\:-m-20:focus {
		margin: -5rem !important
	}

	.xs\:focus\:-m-24:focus {
		margin: -6rem !important
	}

	.xs\:focus\:-m-32:focus {
		margin: -8rem !important
	}

	.xs\:focus\:-m-40:focus {
		margin: -10rem !important
	}

	.xs\:focus\:-m-48:focus {
		margin: -12rem !important
	}

	.xs\:focus\:-m-56:focus {
		margin: -14rem !important
	}

	.xs\:focus\:-m-64:focus {
		margin: -16rem !important
	}

	.xs\:focus\:-m-px:focus {
		margin: -1px !important
	}

	.xs\:focus\:-m--50:focus {
		margin: 50px !important
	}

	.xs\:focus\:-m-14:focus {
		margin: -3.5rem !important
	}

	.xs\:focus\:-m-15:focus {
		margin: -3.75rem !important
	}

	.xs\:focus\:-m-25:focus {
		margin: -6.25rem !important
	}

	.xs\:focus\:-m-30:focus {
		margin: -7.5rem !important
	}

	.xs\:focus\:my-0:focus {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.xs\:focus\:mx-0:focus {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.xs\:focus\:my-1:focus {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.xs\:focus\:mx-1:focus {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.xs\:focus\:my-2:focus {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.xs\:focus\:mx-2:focus {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.xs\:focus\:my-3:focus {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.xs\:focus\:mx-3:focus {
		margin-left: .75rem !important;
		margin-right: .75rem !important
	}

	.xs\:focus\:my-4:focus {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.xs\:focus\:mx-4:focus {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.xs\:focus\:my-5:focus {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.xs\:focus\:mx-5:focus {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.xs\:focus\:my-6:focus {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.xs\:focus\:mx-6:focus {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.xs\:focus\:my-7:focus {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.xs\:focus\:mx-7:focus {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important
	}

	.xs\:focus\:my-8:focus {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.xs\:focus\:mx-8:focus {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.xs\:focus\:my-9:focus {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.xs\:focus\:mx-9:focus {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important
	}

	.xs\:focus\:my-10:focus {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.xs\:focus\:mx-10:focus {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important
	}

	.xs\:focus\:my-12:focus {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.xs\:focus\:mx-12:focus {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.xs\:focus\:my-13:focus {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.xs\:focus\:mx-13:focus {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.xs\:focus\:my-14:focus {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.xs\:focus\:mx-14:focus {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.xs\:focus\:my-15:focus {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important
	}

	.xs\:focus\:mx-15:focus {
		margin-left: 3.75rem !important;
		margin-right: 3.75rem !important
	}

	.xs\:focus\:my-16:focus {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.xs\:focus\:mx-16:focus {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.xs\:focus\:my-20:focus {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.xs\:focus\:mx-20:focus {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.xs\:focus\:my-24:focus {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.xs\:focus\:mx-24:focus {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.xs\:focus\:my-30:focus {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.xs\:focus\:mx-30:focus {
		margin-left: 7.5rem !important;
		margin-right: 7.5rem !important
	}

	.xs\:focus\:my-32:focus {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.xs\:focus\:mx-32:focus {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.xs\:focus\:my-40:focus {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.xs\:focus\:mx-40:focus {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.xs\:focus\:my-48:focus {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.xs\:focus\:mx-48:focus {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.xs\:focus\:my-56:focus {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.xs\:focus\:mx-56:focus {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.xs\:focus\:my-64:focus {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.xs\:focus\:mx-64:focus {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.xs\:focus\:my-auto:focus {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.xs\:focus\:mx-auto:focus {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.xs\:focus\:my-px:focus {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}

	.xs\:focus\:mx-px:focus {
		margin-left: 1px !important;
		margin-right: 1px !important
	}

	.xs\:focus\:-my-50:focus {
		margin-top: -50px !important;
		margin-bottom: -50px !important
	}

	.xs\:focus\:-mx-50:focus {
		margin-left: -50px !important;
		margin-right: -50px !important
	}

	.xs\:focus\:-my-1:focus {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.xs\:focus\:-mx-1:focus {
		margin-left: -.25rem !important;
		margin-right: -.25rem !important
	}

	.xs\:focus\:-my-2:focus {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.xs\:focus\:-mx-2:focus {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}

	.xs\:focus\:-my-3:focus {
		margin-top: -.75rem !important;
		margin-bottom: -.75rem !important
	}

	.xs\:focus\:-mx-3:focus {
		margin-left: -.75rem !important;
		margin-right: -.75rem !important
	}

	.xs\:focus\:-my-4:focus {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.xs\:focus\:-mx-4:focus {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.xs\:focus\:-my-5:focus {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.xs\:focus\:-mx-5:focus {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.xs\:focus\:-my-6:focus {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.xs\:focus\:-mx-6:focus {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.xs\:focus\:-my-8:focus {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.xs\:focus\:-mx-8:focus {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.xs\:focus\:-my-10:focus {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important
	}

	.xs\:focus\:-mx-10:focus {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important
	}

	.xs\:focus\:-my-12:focus {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.xs\:focus\:-mx-12:focus {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.xs\:focus\:-my-16:focus {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.xs\:focus\:-mx-16:focus {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.xs\:focus\:-my-20:focus {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.xs\:focus\:-mx-20:focus {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.xs\:focus\:-my-24:focus {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.xs\:focus\:-mx-24:focus {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.xs\:focus\:-my-32:focus {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important
	}

	.xs\:focus\:-mx-32:focus {
		margin-left: -8rem !important;
		margin-right: -8rem !important
	}

	.xs\:focus\:-my-40:focus {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important
	}

	.xs\:focus\:-mx-40:focus {
		margin-left: -10rem !important;
		margin-right: -10rem !important
	}

	.xs\:focus\:-my-48:focus {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important
	}

	.xs\:focus\:-mx-48:focus {
		margin-left: -12rem !important;
		margin-right: -12rem !important
	}

	.xs\:focus\:-my-56:focus {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important
	}

	.xs\:focus\:-mx-56:focus {
		margin-left: -14rem !important;
		margin-right: -14rem !important
	}

	.xs\:focus\:-my-64:focus {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important
	}

	.xs\:focus\:-mx-64:focus {
		margin-left: -16rem !important;
		margin-right: -16rem !important
	}

	.xs\:focus\:-my-px:focus {
		margin-top: -1px !important;
		margin-bottom: -1px !important
	}

	.xs\:focus\:-mx-px:focus {
		margin-left: -1px !important;
		margin-right: -1px !important
	}

	.xs\:focus\:-my--50:focus {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}

	.xs\:focus\:-mx--50:focus {
		margin-left: 50px !important;
		margin-right: 50px !important
	}

	.xs\:focus\:-my-14:focus {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important
	}

	.xs\:focus\:-mx-14:focus {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important
	}

	.xs\:focus\:-my-15:focus {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important
	}

	.xs\:focus\:-mx-15:focus {
		margin-left: -3.75rem !important;
		margin-right: -3.75rem !important
	}

	.xs\:focus\:-my-25:focus {
		margin-top: -6.25rem !important;
		margin-bottom: -6.25rem !important
	}

	.xs\:focus\:-mx-25:focus {
		margin-left: -6.25rem !important;
		margin-right: -6.25rem !important
	}

	.xs\:focus\:-my-30:focus {
		margin-top: -7.5rem !important;
		margin-bottom: -7.5rem !important
	}

	.xs\:focus\:-mx-30:focus {
		margin-left: -7.5rem !important;
		margin-right: -7.5rem !important
	}

	.xs\:focus\:mt-0:focus {
		margin-top: 0 !important
	}

	.xs\:focus\:mr-0:focus {
		margin-right: 0 !important
	}

	.xs\:focus\:mb-0:focus {
		margin-bottom: 0 !important
	}

	.xs\:focus\:ml-0:focus {
		margin-left: 0 !important
	}

	.xs\:focus\:mt-1:focus {
		margin-top: .25rem !important
	}

	.xs\:focus\:mr-1:focus {
		margin-right: .25rem !important
	}

	.xs\:focus\:mb-1:focus {
		margin-bottom: .25rem !important
	}

	.xs\:focus\:ml-1:focus {
		margin-left: .25rem !important
	}

	.xs\:focus\:mt-2:focus {
		margin-top: .5rem !important
	}

	.xs\:focus\:mr-2:focus {
		margin-right: .5rem !important
	}

	.xs\:focus\:mb-2:focus {
		margin-bottom: .5rem !important
	}

	.xs\:focus\:ml-2:focus {
		margin-left: .5rem !important
	}

	.xs\:focus\:mt-3:focus {
		margin-top: .75rem !important
	}

	.xs\:focus\:mr-3:focus {
		margin-right: .75rem !important
	}

	.xs\:focus\:mb-3:focus {
		margin-bottom: .75rem !important
	}

	.xs\:focus\:ml-3:focus {
		margin-left: .75rem !important
	}

	.xs\:focus\:mt-4:focus {
		margin-top: 1rem !important
	}

	.xs\:focus\:mr-4:focus {
		margin-right: 1rem !important
	}

	.xs\:focus\:mb-4:focus {
		margin-bottom: 1rem !important
	}

	.xs\:focus\:ml-4:focus {
		margin-left: 1rem !important
	}

	.xs\:focus\:mt-5:focus {
		margin-top: 1.25rem !important
	}

	.xs\:focus\:mr-5:focus {
		margin-right: 1.25rem !important
	}

	.xs\:focus\:mb-5:focus {
		margin-bottom: 1.25rem !important
	}

	.xs\:focus\:ml-5:focus {
		margin-left: 1.25rem !important
	}

	.xs\:focus\:mt-6:focus {
		margin-top: 1.5rem !important
	}

	.xs\:focus\:mr-6:focus {
		margin-right: 1.5rem !important
	}

	.xs\:focus\:mb-6:focus {
		margin-bottom: 1.5rem !important
	}

	.xs\:focus\:ml-6:focus {
		margin-left: 1.5rem !important
	}

	.xs\:focus\:mt-7:focus {
		margin-top: 1.75rem !important
	}

	.xs\:focus\:mr-7:focus {
		margin-right: 1.75rem !important
	}

	.xs\:focus\:mb-7:focus {
		margin-bottom: 1.75rem !important
	}

	.xs\:focus\:ml-7:focus {
		margin-left: 1.75rem !important
	}

	.xs\:focus\:mt-8:focus {
		margin-top: 2rem !important
	}

	.xs\:focus\:mr-8:focus {
		margin-right: 2rem !important
	}

	.xs\:focus\:mb-8:focus {
		margin-bottom: 2rem !important
	}

	.xs\:focus\:ml-8:focus {
		margin-left: 2rem !important
	}

	.xs\:focus\:mt-9:focus {
		margin-top: 2.25rem !important
	}

	.xs\:focus\:mr-9:focus {
		margin-right: 2.25rem !important
	}

	.xs\:focus\:mb-9:focus {
		margin-bottom: 2.25rem !important
	}

	.xs\:focus\:ml-9:focus {
		margin-left: 2.25rem !important
	}

	.xs\:focus\:mt-10:focus {
		margin-top: 2.5rem !important
	}

	.xs\:focus\:mr-10:focus {
		margin-right: 2.5rem !important
	}

	.xs\:focus\:mb-10:focus {
		margin-bottom: 2.5rem !important
	}

	.xs\:focus\:ml-10:focus {
		margin-left: 2.5rem !important
	}

	.xs\:focus\:mt-12:focus {
		margin-top: 3rem !important
	}

	.xs\:focus\:mr-12:focus {
		margin-right: 3rem !important
	}

	.xs\:focus\:mb-12:focus {
		margin-bottom: 3rem !important
	}

	.xs\:focus\:ml-12:focus {
		margin-left: 3rem !important
	}

	.xs\:focus\:mt-13:focus {
		margin-top: 3.5rem !important
	}

	.xs\:focus\:mr-13:focus {
		margin-right: 3.5rem !important
	}

	.xs\:focus\:mb-13:focus {
		margin-bottom: 3.5rem !important
	}

	.xs\:focus\:ml-13:focus {
		margin-left: 3.5rem !important
	}

	.xs\:focus\:mt-14:focus {
		margin-top: 3.5rem !important
	}

	.xs\:focus\:mr-14:focus {
		margin-right: 3.5rem !important
	}

	.xs\:focus\:mb-14:focus {
		margin-bottom: 3.5rem !important
	}

	.xs\:focus\:ml-14:focus {
		margin-left: 3.5rem !important
	}

	.xs\:focus\:mt-15:focus {
		margin-top: 3.75rem !important
	}

	.xs\:focus\:mr-15:focus {
		margin-right: 3.75rem !important
	}

	.xs\:focus\:mb-15:focus {
		margin-bottom: 3.75rem !important
	}

	.xs\:focus\:ml-15:focus {
		margin-left: 3.75rem !important
	}

	.xs\:focus\:mt-16:focus {
		margin-top: 4rem !important
	}

	.xs\:focus\:mr-16:focus {
		margin-right: 4rem !important
	}

	.xs\:focus\:mb-16:focus {
		margin-bottom: 4rem !important
	}

	.xs\:focus\:ml-16:focus {
		margin-left: 4rem !important
	}

	.xs\:focus\:mt-20:focus {
		margin-top: 5rem !important
	}

	.xs\:focus\:mr-20:focus {
		margin-right: 5rem !important
	}

	.xs\:focus\:mb-20:focus {
		margin-bottom: 5rem !important
	}

	.xs\:focus\:ml-20:focus {
		margin-left: 5rem !important
	}

	.xs\:focus\:mt-24:focus {
		margin-top: 6rem !important
	}

	.xs\:focus\:mr-24:focus {
		margin-right: 6rem !important
	}

	.xs\:focus\:mb-24:focus {
		margin-bottom: 6rem !important
	}

	.xs\:focus\:ml-24:focus {
		margin-left: 6rem !important
	}

	.xs\:focus\:mt-30:focus {
		margin-top: 7.5rem !important
	}

	.xs\:focus\:mr-30:focus {
		margin-right: 7.5rem !important
	}

	.xs\:focus\:mb-30:focus {
		margin-bottom: 7.5rem !important
	}

	.xs\:focus\:ml-30:focus {
		margin-left: 7.5rem !important
	}

	.xs\:focus\:mt-32:focus {
		margin-top: 8rem !important
	}

	.xs\:focus\:mr-32:focus {
		margin-right: 8rem !important
	}

	.xs\:focus\:mb-32:focus {
		margin-bottom: 8rem !important
	}

	.xs\:focus\:ml-32:focus {
		margin-left: 8rem !important
	}

	.xs\:focus\:mt-40:focus {
		margin-top: 10rem !important
	}

	.xs\:focus\:mr-40:focus {
		margin-right: 10rem !important
	}

	.xs\:focus\:mb-40:focus {
		margin-bottom: 10rem !important
	}

	.xs\:focus\:ml-40:focus {
		margin-left: 10rem !important
	}

	.xs\:focus\:mt-48:focus {
		margin-top: 12rem !important
	}

	.xs\:focus\:mr-48:focus {
		margin-right: 12rem !important
	}

	.xs\:focus\:mb-48:focus {
		margin-bottom: 12rem !important
	}

	.xs\:focus\:ml-48:focus {
		margin-left: 12rem !important
	}

	.xs\:focus\:mt-56:focus {
		margin-top: 14rem !important
	}

	.xs\:focus\:mr-56:focus {
		margin-right: 14rem !important
	}

	.xs\:focus\:mb-56:focus {
		margin-bottom: 14rem !important
	}

	.xs\:focus\:ml-56:focus {
		margin-left: 14rem !important
	}

	.xs\:focus\:mt-64:focus {
		margin-top: 16rem !important
	}

	.xs\:focus\:mr-64:focus {
		margin-right: 16rem !important
	}

	.xs\:focus\:mb-64:focus {
		margin-bottom: 16rem !important
	}

	.xs\:focus\:ml-64:focus {
		margin-left: 16rem !important
	}

	.xs\:focus\:mt-auto:focus {
		margin-top: auto !important
	}

	.xs\:focus\:mr-auto:focus {
		margin-right: auto !important
	}

	.xs\:focus\:mb-auto:focus {
		margin-bottom: auto !important
	}

	.xs\:focus\:ml-auto:focus {
		margin-left: auto !important
	}

	.xs\:focus\:mt-px:focus {
		margin-top: 1px !important
	}

	.xs\:focus\:mr-px:focus {
		margin-right: 1px !important
	}

	.xs\:focus\:mb-px:focus {
		margin-bottom: 1px !important
	}

	.xs\:focus\:ml-px:focus {
		margin-left: 1px !important
	}

	.xs\:focus\:-mt-50:focus {
		margin-top: -50px !important
	}

	.xs\:focus\:-mr-50:focus {
		margin-right: -50px !important
	}

	.xs\:focus\:-mb-50:focus {
		margin-bottom: -50px !important
	}

	.xs\:focus\:-ml-50:focus {
		margin-left: -50px !important
	}

	.xs\:focus\:-mt-1:focus {
		margin-top: -.25rem !important
	}

	.xs\:focus\:-mr-1:focus {
		margin-right: -.25rem !important
	}

	.xs\:focus\:-mb-1:focus {
		margin-bottom: -.25rem !important
	}

	.xs\:focus\:-ml-1:focus {
		margin-left: -.25rem !important
	}

	.xs\:focus\:-mt-2:focus {
		margin-top: -.5rem !important
	}

	.xs\:focus\:-mr-2:focus {
		margin-right: -.5rem !important
	}

	.xs\:focus\:-mb-2:focus {
		margin-bottom: -.5rem !important
	}

	.xs\:focus\:-ml-2:focus {
		margin-left: -.5rem !important
	}

	.xs\:focus\:-mt-3:focus {
		margin-top: -.75rem !important
	}

	.xs\:focus\:-mr-3:focus {
		margin-right: -.75rem !important
	}

	.xs\:focus\:-mb-3:focus {
		margin-bottom: -.75rem !important
	}

	.xs\:focus\:-ml-3:focus {
		margin-left: -.75rem !important
	}

	.xs\:focus\:-mt-4:focus {
		margin-top: -1rem !important
	}

	.xs\:focus\:-mr-4:focus {
		margin-right: -1rem !important
	}

	.xs\:focus\:-mb-4:focus {
		margin-bottom: -1rem !important
	}

	.xs\:focus\:-ml-4:focus {
		margin-left: -1rem !important
	}

	.xs\:focus\:-mt-5:focus {
		margin-top: -1.25rem !important
	}

	.xs\:focus\:-mr-5:focus {
		margin-right: -1.25rem !important
	}

	.xs\:focus\:-mb-5:focus {
		margin-bottom: -1.25rem !important
	}

	.xs\:focus\:-ml-5:focus {
		margin-left: -1.25rem !important
	}

	.xs\:focus\:-mt-6:focus {
		margin-top: -1.5rem !important
	}

	.xs\:focus\:-mr-6:focus {
		margin-right: -1.5rem !important
	}

	.xs\:focus\:-mb-6:focus {
		margin-bottom: -1.5rem !important
	}

	.xs\:focus\:-ml-6:focus {
		margin-left: -1.5rem !important
	}

	.xs\:focus\:-mt-8:focus {
		margin-top: -2rem !important
	}

	.xs\:focus\:-mr-8:focus {
		margin-right: -2rem !important
	}

	.xs\:focus\:-mb-8:focus {
		margin-bottom: -2rem !important
	}

	.xs\:focus\:-ml-8:focus {
		margin-left: -2rem !important
	}

	.xs\:focus\:-mt-10:focus {
		margin-top: -2.5rem !important
	}

	.xs\:focus\:-mr-10:focus {
		margin-right: -2.5rem !important
	}

	.xs\:focus\:-mb-10:focus {
		margin-bottom: -2.5rem !important
	}

	.xs\:focus\:-ml-10:focus {
		margin-left: -2.5rem !important
	}

	.xs\:focus\:-mt-12:focus {
		margin-top: -3rem !important
	}

	.xs\:focus\:-mr-12:focus {
		margin-right: -3rem !important
	}

	.xs\:focus\:-mb-12:focus {
		margin-bottom: -3rem !important
	}

	.xs\:focus\:-ml-12:focus {
		margin-left: -3rem !important
	}

	.xs\:focus\:-mt-16:focus {
		margin-top: -4rem !important
	}

	.xs\:focus\:-mr-16:focus {
		margin-right: -4rem !important
	}

	.xs\:focus\:-mb-16:focus {
		margin-bottom: -4rem !important
	}

	.xs\:focus\:-ml-16:focus {
		margin-left: -4rem !important
	}

	.xs\:focus\:-mt-20:focus {
		margin-top: -5rem !important
	}

	.xs\:focus\:-mr-20:focus {
		margin-right: -5rem !important
	}

	.xs\:focus\:-mb-20:focus {
		margin-bottom: -5rem !important
	}

	.xs\:focus\:-ml-20:focus {
		margin-left: -5rem !important
	}

	.xs\:focus\:-mt-24:focus {
		margin-top: -6rem !important
	}

	.xs\:focus\:-mr-24:focus {
		margin-right: -6rem !important
	}

	.xs\:focus\:-mb-24:focus {
		margin-bottom: -6rem !important
	}

	.xs\:focus\:-ml-24:focus {
		margin-left: -6rem !important
	}

	.xs\:focus\:-mt-32:focus {
		margin-top: -8rem !important
	}

	.xs\:focus\:-mr-32:focus {
		margin-right: -8rem !important
	}

	.xs\:focus\:-mb-32:focus {
		margin-bottom: -8rem !important
	}

	.xs\:focus\:-ml-32:focus {
		margin-left: -8rem !important
	}

	.xs\:focus\:-mt-40:focus {
		margin-top: -10rem !important
	}

	.xs\:focus\:-mr-40:focus {
		margin-right: -10rem !important
	}

	.xs\:focus\:-mb-40:focus {
		margin-bottom: -10rem !important
	}

	.xs\:focus\:-ml-40:focus {
		margin-left: -10rem !important
	}

	.xs\:focus\:-mt-48:focus {
		margin-top: -12rem !important
	}

	.xs\:focus\:-mr-48:focus {
		margin-right: -12rem !important
	}

	.xs\:focus\:-mb-48:focus {
		margin-bottom: -12rem !important
	}

	.xs\:focus\:-ml-48:focus {
		margin-left: -12rem !important
	}

	.xs\:focus\:-mt-56:focus {
		margin-top: -14rem !important
	}

	.xs\:focus\:-mr-56:focus {
		margin-right: -14rem !important
	}

	.xs\:focus\:-mb-56:focus {
		margin-bottom: -14rem !important
	}

	.xs\:focus\:-ml-56:focus {
		margin-left: -14rem !important
	}

	.xs\:focus\:-mt-64:focus {
		margin-top: -16rem !important
	}

	.xs\:focus\:-mr-64:focus {
		margin-right: -16rem !important
	}

	.xs\:focus\:-mb-64:focus {
		margin-bottom: -16rem !important
	}

	.xs\:focus\:-ml-64:focus {
		margin-left: -16rem !important
	}

	.xs\:focus\:-mt-px:focus {
		margin-top: -1px !important
	}

	.xs\:focus\:-mr-px:focus {
		margin-right: -1px !important
	}

	.xs\:focus\:-mb-px:focus {
		margin-bottom: -1px !important
	}

	.xs\:focus\:-ml-px:focus {
		margin-left: -1px !important
	}

	.xs\:focus\:-mt--50:focus {
		margin-top: 50px !important
	}

	.xs\:focus\:-mr--50:focus {
		margin-right: 50px !important
	}

	.xs\:focus\:-mb--50:focus {
		margin-bottom: 50px !important
	}

	.xs\:focus\:-ml--50:focus {
		margin-left: 50px !important
	}

	.xs\:focus\:-mt-14:focus {
		margin-top: -3.5rem !important
	}

	.xs\:focus\:-mr-14:focus {
		margin-right: -3.5rem !important
	}

	.xs\:focus\:-mb-14:focus {
		margin-bottom: -3.5rem !important
	}

	.xs\:focus\:-ml-14:focus {
		margin-left: -3.5rem !important
	}

	.xs\:focus\:-mt-15:focus {
		margin-top: -3.75rem !important
	}

	.xs\:focus\:-mr-15:focus {
		margin-right: -3.75rem !important
	}

	.xs\:focus\:-mb-15:focus {
		margin-bottom: -3.75rem !important
	}

	.xs\:focus\:-ml-15:focus {
		margin-left: -3.75rem !important
	}

	.xs\:focus\:-mt-25:focus {
		margin-top: -6.25rem !important
	}

	.xs\:focus\:-mr-25:focus {
		margin-right: -6.25rem !important
	}

	.xs\:focus\:-mb-25:focus {
		margin-bottom: -6.25rem !important
	}

	.xs\:focus\:-ml-25:focus {
		margin-left: -6.25rem !important
	}

	.xs\:focus\:-mt-30:focus {
		margin-top: -7.5rem !important
	}

	.xs\:focus\:-mr-30:focus {
		margin-right: -7.5rem !important
	}

	.xs\:focus\:-mb-30:focus {
		margin-bottom: -7.5rem !important
	}

	.xs\:focus\:-ml-30:focus {
		margin-left: -7.5rem !important
	}

	.xs\:max-h-full {
		max-height: 100% !important
	}

	.xs\:max-h-screen {
		max-height: 100vh !important
	}

	.xs\:max-w-20 {
		max-width: 5rem !important
	}

	.xs\:max-w-24 {
		max-width: 6rem !important
	}

	.xs\:max-w-28 {
		max-width: 7rem !important
	}

	.xs\:max-w-94 {
		max-width: 23.5rem !important
	}

	.xs\:max-w-105 {
		max-width: 26.35rem !important
	}

	.xs\:max-w-155 {
		max-width: 38.75rem !important
	}

	.xs\:max-w-163 {
		max-width: 40.75rem !important
	}

	.xs\:max-w-235 {
		max-width: 58.75rem !important
	}

	.xs\:max-w-320 {
		max-width: 80rem !important
	}

	.xs\:max-w-480 {
		max-width: 120rem !important
	}

	.xs\:max-w-none {
		max-width: none !important
	}

	.xs\:max-w-xs {
		max-width: 20rem !important
	}

	.xs\:max-w-sm {
		max-width: 24rem !important
	}

	.xs\:max-w-md {
		max-width: 824px !important
	}

	.xs\:max-w-lg {
		max-width: 1244px !important
	}

	.xs\:max-w-xl {
		max-width: 36rem !important
	}

	.xs\:max-w-2xl {
		max-width: 42rem !important
	}

	.xs\:max-w-3xl {
		max-width: 48rem !important
	}

	.xs\:max-w-4xl {
		max-width: 56rem !important
	}

	.xs\:max-w-5xl {
		max-width: 64rem !important
	}

	.xs\:max-w-6xl {
		max-width: 72rem !important
	}

	.xs\:max-w-full {
		max-width: 100% !important
	}

	.xs\:max-w-screen-xs {
		max-width: 368px !important
	}

	.xs\:max-w-screen-sm {
		max-width: 640px !important
	}

	.xs\:max-w-screen-md {
		max-width: 768px !important
	}

	.xs\:max-w-screen-lg {
		max-width: 1152px !important
	}

	.xs\:max-w-screen-xl {
		max-width: 1560px !important
	}

	.xs\:max-w-screen-hl {
		max-width: 2100px !important
	}

	.xs\:min-h-0 {
		min-height: 0 !important
	}

	.xs\:min-h-full {
		min-height: 100% !important
	}

	.xs\:min-h-screen {
		min-height: 100vh !important
	}

	.xs\:min-w-0 {
		min-width: 0 !important
	}

	.xs\:min-w-20 {
		min-width: 5rem !important
	}

	.xs\:min-w-94 {
		min-width: 23.5rem !important
	}

	.xs\:min-w-105 {
		min-width: 26.35rem !important
	}

	.xs\:min-w-155 {
		min-width: 38.75rem !important
	}

	.xs\:min-w-235 {
		min-width: 58.75rem !important
	}

	.xs\:min-w-full {
		min-width: 100% !important
	}

	.xs\:object-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important
	}

	.xs\:object-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important
	}

	.xs\:object-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important
	}

	.xs\:object-none {
		-o-object-fit: none !important;
		object-fit: none !important
	}

	.xs\:object-scale-down {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important
	}

	.xs\:opacity-0 {
		opacity: 0 !important
	}

	.xs\:opacity-25 {
		opacity: .25 !important
	}

	.xs\:opacity-50 {
		opacity: .5 !important
	}

	.xs\:opacity-75 {
		opacity: .75 !important
	}

	.xs\:opacity-100 {
		opacity: 1 !important
	}

	.xs\:hover\:opacity-0:hover {
		opacity: 0 !important
	}

	.xs\:hover\:opacity-25:hover {
		opacity: .25 !important
	}

	.xs\:hover\:opacity-50:hover {
		opacity: .5 !important
	}

	.xs\:hover\:opacity-75:hover {
		opacity: .75 !important
	}

	.xs\:hover\:opacity-100:hover {
		opacity: 1 !important
	}

	.xs\:focus\:opacity-0:focus {
		opacity: 0 !important
	}

	.xs\:focus\:opacity-25:focus {
		opacity: .25 !important
	}

	.xs\:focus\:opacity-50:focus {
		opacity: .5 !important
	}

	.xs\:focus\:opacity-75:focus {
		opacity: .75 !important
	}

	.xs\:focus\:opacity-100:focus {
		opacity: 1 !important
	}

	.xs\:outline-none {
		outline: 2px solid transparent !important;
		outline-offset: 2px !important
	}

	.xs\:outline-white {
		outline: 2px dotted #fff !important;
		outline-offset: 2px !important
	}

	.xs\:outline-black {
		outline: 2px dotted #000 !important;
		outline-offset: 2px !important
	}

	.xs\:focus\:outline-none:focus {
		outline: 2px solid transparent !important;
		outline-offset: 2px !important
	}

	.xs\:focus\:outline-white:focus {
		outline: 2px dotted #fff !important;
		outline-offset: 2px !important
	}

	.xs\:focus\:outline-black:focus {
		outline: 2px dotted #000 !important;
		outline-offset: 2px !important
	}

	.xs\:overflow-auto {
		overflow: auto !important
	}

	.xs\:overflow-hidden {
		overflow: hidden !important
	}

	.xs\:overflow-visible {
		overflow: visible !important
	}

	.xs\:overflow-scroll {
		overflow: scroll !important
	}

	.xs\:overflow-x-auto {
		overflow-x: auto !important
	}

	.xs\:overflow-y-auto {
		overflow-y: auto !important
	}

	.xs\:overflow-x-hidden {
		overflow-x: hidden !important
	}

	.xs\:overflow-y-hidden {
		overflow-y: hidden !important
	}

	.xs\:overflow-x-visible {
		overflow-x: visible !important
	}

	.xs\:overflow-y-visible {
		overflow-y: visible !important
	}

	.xs\:overflow-x-scroll {
		overflow-x: scroll !important
	}

	.xs\:overflow-y-scroll {
		overflow-y: scroll !important
	}

	.xs\:scrolling-touch {
		-webkit-overflow-scrolling: touch !important
	}

	.xs\:scrolling-auto {
		-webkit-overflow-scrolling: auto !important
	}

	.xs\:p-0 {
		padding: 0 !important
	}

	.xs\:p-1 {
		padding: .25rem !important
	}

	.xs\:p-2 {
		padding: .5rem !important
	}

	.xs\:p-3 {
		padding: .75rem !important
	}

	.xs\:p-4 {
		padding: 1rem !important
	}

	.xs\:p-5 {
		padding: 1.25rem !important
	}

	.xs\:p-6 {
		padding: 1.5rem !important
	}

	.xs\:p-7 {
		padding: 1.75rem !important
	}

	.xs\:p-8 {
		padding: 2rem !important
	}

	.xs\:p-9 {
		padding: 2.25rem !important
	}

	.xs\:p-10 {
		padding: 2.5rem !important
	}

	.xs\:p-11 {
		padding: 2.75rem !important
	}

	.xs\:p-12 {
		padding: 3rem !important
	}

	.xs\:p-13 {
		padding: 3.25rem !important
	}

	.xs\:p-14 {
		padding: 3.5rem !important
	}

	.xs\:p-15 {
		padding: 3.75rem !important
	}

	.xs\:p-16 {
		padding: 4rem !important
	}

	.xs\:p-20 {
		padding: 5rem !important
	}

	.xs\:p-24 {
		padding: 6rem !important
	}

	.xs\:p-25 {
		padding: 6.25rem !important
	}

	.xs\:p-28 {
		padding: 7rem !important
	}

	.xs\:p-30 {
		padding: 7.5rem !important
	}

	.xs\:p-32 {
		padding: 8rem !important
	}

	.xs\:p-40 {
		padding: 10rem !important
	}

	.xs\:p-48 {
		padding: 12rem !important
	}

	.xs\:p-56 {
		padding: 14rem !important
	}

	.xs\:p-64 {
		padding: 16rem !important
	}

	.xs\:p-85 {
		padding: 21.25rem !important
	}

	.xs\:p-px {
		padding: 1px !important
	}

	.xs\:p--50 {
		padding: -50px !important
	}

	.xs\:py-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.xs\:px-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.xs\:py-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.xs\:px-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important
	}

	.xs\:py-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.xs\:px-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important
	}

	.xs\:py-3 {
		padding-top: .75rem !important;
		padding-bottom: .75rem !important
	}

	.xs\:px-3 {
		padding-left: .75rem !important;
		padding-right: .75rem !important
	}

	.xs\:py-4 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.xs\:px-4 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.xs\:py-5 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	.xs\:px-5 {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important
	}

	.xs\:py-6 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.xs\:px-6 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}

	.xs\:py-7 {
		padding-top: 1.75rem !important;
		padding-bottom: 1.75rem !important
	}

	.xs\:px-7 {
		padding-left: 1.75rem !important;
		padding-right: 1.75rem !important
	}

	.xs\:py-8 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.xs\:px-8 {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}

	.xs\:py-9 {
		padding-top: 2.25rem !important;
		padding-bottom: 2.25rem !important
	}

	.xs\:px-9 {
		padding-left: 2.25rem !important;
		padding-right: 2.25rem !important
	}

	.xs\:py-10 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	.xs\:px-10 {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important
	}

	.xs\:py-11 {
		padding-top: 2.75rem !important;
		padding-bottom: 2.75rem !important
	}

	.xs\:px-11 {
		padding-left: 2.75rem !important;
		padding-right: 2.75rem !important
	}

	.xs\:py-12 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.xs\:px-12 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.xs\:py-13 {
		padding-top: 3.25rem !important;
		padding-bottom: 3.25rem !important
	}

	.xs\:px-13 {
		padding-left: 3.25rem !important;
		padding-right: 3.25rem !important
	}

	.xs\:py-14 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important
	}

	.xs\:px-14 {
		padding-left: 3.5rem !important;
		padding-right: 3.5rem !important
	}

	.xs\:py-15 {
		padding-top: 3.75rem !important;
		padding-bottom: 3.75rem !important
	}

	.xs\:px-15 {
		padding-left: 3.75rem !important;
		padding-right: 3.75rem !important
	}

	.xs\:py-16 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}

	.xs\:px-16 {
		padding-left: 4rem !important;
		padding-right: 4rem !important
	}

	.xs\:py-20 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.xs\:px-20 {
		padding-left: 5rem !important;
		padding-right: 5rem !important
	}

	.xs\:py-24 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.xs\:px-24 {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}

	.xs\:py-25 {
		padding-top: 6.25rem !important;
		padding-bottom: 6.25rem !important
	}

	.xs\:px-25 {
		padding-left: 6.25rem !important;
		padding-right: 6.25rem !important
	}

	.xs\:py-28 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important
	}

	.xs\:px-28 {
		padding-left: 7rem !important;
		padding-right: 7rem !important
	}

	.xs\:py-30 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important
	}

	.xs\:px-30 {
		padding-left: 7.5rem !important;
		padding-right: 7.5rem !important
	}

	.xs\:py-32 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important
	}

	.xs\:px-32 {
		padding-left: 8rem !important;
		padding-right: 8rem !important
	}

	.xs\:py-40 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important
	}

	.xs\:px-40 {
		padding-left: 10rem !important;
		padding-right: 10rem !important
	}

	.xs\:py-48 {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important
	}

	.xs\:px-48 {
		padding-left: 12rem !important;
		padding-right: 12rem !important
	}

	.xs\:py-56 {
		padding-top: 14rem !important;
		padding-bottom: 14rem !important
	}

	.xs\:px-56 {
		padding-left: 14rem !important;
		padding-right: 14rem !important
	}

	.xs\:py-64 {
		padding-top: 16rem !important;
		padding-bottom: 16rem !important
	}

	.xs\:px-64 {
		padding-left: 16rem !important;
		padding-right: 16rem !important
	}

	.xs\:py-85 {
		padding-top: 21.25rem !important;
		padding-bottom: 21.25rem !important
	}

	.xs\:px-85 {
		padding-left: 21.25rem !important;
		padding-right: 21.25rem !important
	}

	.xs\:py-px {
		padding-top: 1px !important;
		padding-bottom: 1px !important
	}

	.xs\:px-px {
		padding-left: 1px !important;
		padding-right: 1px !important
	}

	.xs\:py--50 {
		padding-top: -50px !important;
		padding-bottom: -50px !important
	}

	.xs\:px--50 {
		padding-left: -50px !important;
		padding-right: -50px !important
	}

	.xs\:pt-0 {
		padding-top: 0 !important
	}

	.xs\:pr-0 {
		padding-right: 0 !important
	}

	.xs\:pb-0 {
		padding-bottom: 0 !important
	}

	.xs\:pl-0 {
		padding-left: 0 !important
	}

	.xs\:pt-1 {
		padding-top: .25rem !important
	}

	.xs\:pr-1 {
		padding-right: .25rem !important
	}

	.xs\:pb-1 {
		padding-bottom: .25rem !important
	}

	.xs\:pl-1 {
		padding-left: .25rem !important
	}

	.xs\:pt-2 {
		padding-top: .5rem !important
	}

	.xs\:pr-2 {
		padding-right: .5rem !important
	}

	.xs\:pb-2 {
		padding-bottom: .5rem !important
	}

	.xs\:pl-2 {
		padding-left: .5rem !important
	}

	.xs\:pt-3 {
		padding-top: .75rem !important
	}

	.xs\:pr-3 {
		padding-right: .75rem !important
	}

	.xs\:pb-3 {
		padding-bottom: .75rem !important
	}

	.xs\:pl-3 {
		padding-left: .75rem !important
	}

	.xs\:pt-4 {
		padding-top: 1rem !important
	}

	.xs\:pr-4 {
		padding-right: 1rem !important
	}

	.xs\:pb-4 {
		padding-bottom: 1rem !important
	}

	.xs\:pl-4 {
		padding-left: 1rem !important
	}

	.xs\:pt-5 {
		padding-top: 1.25rem !important
	}

	.xs\:pr-5 {
		padding-right: 1.25rem !important
	}

	.xs\:pb-5 {
		padding-bottom: 1.25rem !important
	}

	.xs\:pl-5 {
		padding-left: 1.25rem !important
	}

	.xs\:pt-6 {
		padding-top: 1.5rem !important
	}

	.xs\:pr-6 {
		padding-right: 1.5rem !important
	}

	.xs\:pb-6 {
		padding-bottom: 1.5rem !important
	}

	.xs\:pl-6 {
		padding-left: 1.5rem !important
	}

	.xs\:pt-7 {
		padding-top: 1.75rem !important
	}

	.xs\:pr-7 {
		padding-right: 1.75rem !important
	}

	.xs\:pb-7 {
		padding-bottom: 1.75rem !important
	}

	.xs\:pl-7 {
		padding-left: 1.75rem !important
	}

	.xs\:pt-8 {
		padding-top: 2rem !important
	}

	.xs\:pr-8 {
		padding-right: 2rem !important
	}

	.xs\:pb-8 {
		padding-bottom: 2rem !important
	}

	.xs\:pl-8 {
		padding-left: 2rem !important
	}

	.xs\:pt-9 {
		padding-top: 2.25rem !important
	}

	.xs\:pr-9 {
		padding-right: 2.25rem !important
	}

	.xs\:pb-9 {
		padding-bottom: 2.25rem !important
	}

	.xs\:pl-9 {
		padding-left: 2.25rem !important
	}

	.xs\:pt-10 {
		padding-top: 2.5rem !important
	}

	.xs\:pr-10 {
		padding-right: 2.5rem !important
	}

	.xs\:pb-10 {
		padding-bottom: 2.5rem !important
	}

	.xs\:pl-10 {
		padding-left: 2.5rem !important
	}

	.xs\:pt-11 {
		padding-top: 2.75rem !important
	}

	.xs\:pr-11 {
		padding-right: 2.75rem !important
	}

	.xs\:pb-11 {
		padding-bottom: 2.75rem !important
	}

	.xs\:pl-11 {
		padding-left: 2.75rem !important
	}

	.xs\:pt-12 {
		padding-top: 3rem !important
	}

	.xs\:pr-12 {
		padding-right: 3rem !important
	}

	.xs\:pb-12 {
		padding-bottom: 3rem !important
	}

	.xs\:pl-12 {
		padding-left: 3rem !important
	}

	.xs\:pt-13 {
		padding-top: 3.25rem !important
	}

	.xs\:pr-13 {
		padding-right: 3.25rem !important
	}

	.xs\:pb-13 {
		padding-bottom: 3.25rem !important
	}

	.xs\:pl-13 {
		padding-left: 3.25rem !important
	}

	.xs\:pt-14 {
		padding-top: 3.5rem !important
	}

	.xs\:pr-14 {
		padding-right: 3.5rem !important
	}

	.xs\:pb-14 {
		padding-bottom: 3.5rem !important
	}

	.xs\:pl-14 {
		padding-left: 3.5rem !important
	}

	.xs\:pt-15 {
		padding-top: 3.75rem !important
	}

	.xs\:pr-15 {
		padding-right: 3.75rem !important
	}

	.xs\:pb-15 {
		padding-bottom: 3.75rem !important
	}

	.xs\:pl-15 {
		padding-left: 3.75rem !important
	}

	.xs\:pt-16 {
		padding-top: 4rem !important
	}

	.xs\:pr-16 {
		padding-right: 4rem !important
	}

	.xs\:pb-16 {
		padding-bottom: 4rem !important
	}

	.xs\:pl-16 {
		padding-left: 4rem !important
	}

	.xs\:pt-20 {
		padding-top: 5rem !important
	}

	.xs\:pr-20 {
		padding-right: 5rem !important
	}

	.xs\:pb-20 {
		padding-bottom: 5rem !important
	}

	.xs\:pl-20 {
		padding-left: 5rem !important
	}

	.xs\:pt-24 {
		padding-top: 6rem !important
	}

	.xs\:pr-24 {
		padding-right: 6rem !important
	}

	.xs\:pb-24 {
		padding-bottom: 6rem !important
	}

	.xs\:pl-24 {
		padding-left: 6rem !important
	}

	.xs\:pt-25 {
		padding-top: 6.25rem !important
	}

	.xs\:pr-25 {
		padding-right: 6.25rem !important
	}

	.xs\:pb-25 {
		padding-bottom: 6.25rem !important
	}

	.xs\:pl-25 {
		padding-left: 6.25rem !important
	}

	.xs\:pt-28 {
		padding-top: 7rem !important
	}

	.xs\:pr-28 {
		padding-right: 7rem !important
	}

	.xs\:pb-28 {
		padding-bottom: 7rem !important
	}

	.xs\:pl-28 {
		padding-left: 7rem !important
	}

	.xs\:pt-30 {
		padding-top: 7.5rem !important
	}

	.xs\:pr-30 {
		padding-right: 7.5rem !important
	}

	.xs\:pb-30 {
		padding-bottom: 7.5rem !important
	}

	.xs\:pl-30 {
		padding-left: 7.5rem !important
	}

	.xs\:pt-32 {
		padding-top: 8rem !important
	}

	.xs\:pr-32 {
		padding-right: 8rem !important
	}

	.xs\:pb-32 {
		padding-bottom: 8rem !important
	}

	.xs\:pl-32 {
		padding-left: 8rem !important
	}

	.xs\:pt-40 {
		padding-top: 10rem !important
	}

	.xs\:pr-40 {
		padding-right: 10rem !important
	}

	.xs\:pb-40 {
		padding-bottom: 10rem !important
	}

	.xs\:pl-40 {
		padding-left: 10rem !important
	}

	.xs\:pt-48 {
		padding-top: 12rem !important
	}

	.xs\:pr-48 {
		padding-right: 12rem !important
	}

	.xs\:pb-48 {
		padding-bottom: 12rem !important
	}

	.xs\:pl-48 {
		padding-left: 12rem !important
	}

	.xs\:pt-56 {
		padding-top: 14rem !important
	}

	.xs\:pr-56 {
		padding-right: 14rem !important
	}

	.xs\:pb-56 {
		padding-bottom: 14rem !important
	}

	.xs\:pl-56 {
		padding-left: 14rem !important
	}

	.xs\:pt-64 {
		padding-top: 16rem !important
	}

	.xs\:pr-64 {
		padding-right: 16rem !important
	}

	.xs\:pb-64 {
		padding-bottom: 16rem !important
	}

	.xs\:pl-64 {
		padding-left: 16rem !important
	}

	.xs\:pt-85 {
		padding-top: 21.25rem !important
	}

	.xs\:pr-85 {
		padding-right: 21.25rem !important
	}

	.xs\:pb-85 {
		padding-bottom: 21.25rem !important
	}

	.xs\:pl-85 {
		padding-left: 21.25rem !important
	}

	.xs\:pt-px {
		padding-top: 1px !important
	}

	.xs\:pr-px {
		padding-right: 1px !important
	}

	.xs\:pb-px {
		padding-bottom: 1px !important
	}

	.xs\:pl-px {
		padding-left: 1px !important
	}

	.xs\:pt--50 {
		padding-top: -50px !important
	}

	.xs\:pr--50 {
		padding-right: -50px !important
	}

	.xs\:pb--50 {
		padding-bottom: -50px !important
	}

	.xs\:pl--50 {
		padding-left: -50px !important
	}

	.xs\:placeholder-606::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-606:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-606::placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-666::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-666:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-666::placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-transparent::-moz-placeholder {
		color: transparent !important
	}

	.xs\:placeholder-transparent:-ms-input-placeholder {
		color: transparent !important
	}

	.xs\:placeholder-transparent::placeholder {
		color: transparent !important
	}

	.xs\:placeholder-current::-moz-placeholder {
		color: currentColor !important
	}

	.xs\:placeholder-current:-ms-input-placeholder {
		color: currentColor !important
	}

	.xs\:placeholder-current::placeholder {
		color: currentColor !important
	}

	.xs\:placeholder-black-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-black-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-black-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-black-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-black-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-black-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-black-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-black-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-black-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-white::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-white:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-white::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-gray-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-gray-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-gray-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-gray-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-gray-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-gray-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-gray-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-gray-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-gray-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-gray-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-gray-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-gray-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-gray-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-gray-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-gray-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-gray-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-gray-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-gray-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-gray-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-gray-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-gray-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-gray-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-gray-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-gray-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-red-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-orange::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-orange:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-orange::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-yellow-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-green-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-teal-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-blue-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-indigo-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-purple-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-pink-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-orange-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-orange-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-orange-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-orange-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-orange-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-orange-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-f3f::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-f3f:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-f3f::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-606:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-606:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-606:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-666:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-666:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-666:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-transparent:focus::-moz-placeholder {
		color: transparent !important
	}

	.xs\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
		color: transparent !important
	}

	.xs\:focus\:placeholder-transparent:focus::placeholder {
		color: transparent !important
	}

	.xs\:focus\:placeholder-current:focus::-moz-placeholder {
		color: currentColor !important
	}

	.xs\:focus\:placeholder-current:focus:-ms-input-placeholder {
		color: currentColor !important
	}

	.xs\:focus\:placeholder-current:focus::placeholder {
		color: currentColor !important
	}

	.xs\:focus\:placeholder-black-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-black-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-black-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-black-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-black-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-black-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-black-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-black-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-black-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-white:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-white:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-white:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-gray-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-gray-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-gray-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-gray-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-gray-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-gray-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-gray-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-gray-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-gray-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-gray-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-gray-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-gray-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-gray-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-gray-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-gray-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-gray-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-red-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-orange:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-orange:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-orange:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-yellow-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-green-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-teal-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-blue-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-indigo-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-purple-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-pink-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-orange-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-orange-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-orange-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-orange-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-f3f:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-f3f:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.xs\:focus\:placeholder-f3f:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.xs\:placeholder-opacity-0::-moz-placeholder {
		--placeholder-opacity: 0 !important
	}

	.xs\:placeholder-opacity-0:-ms-input-placeholder {
		--placeholder-opacity: 0 !important
	}

	.xs\:placeholder-opacity-0::placeholder {
		--placeholder-opacity: 0 !important
	}

	.xs\:placeholder-opacity-25::-moz-placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.xs\:placeholder-opacity-25:-ms-input-placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.xs\:placeholder-opacity-25::placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.xs\:placeholder-opacity-50::-moz-placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.xs\:placeholder-opacity-50:-ms-input-placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.xs\:placeholder-opacity-50::placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.xs\:placeholder-opacity-75::-moz-placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.xs\:placeholder-opacity-75:-ms-input-placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.xs\:placeholder-opacity-75::placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.xs\:placeholder-opacity-100::-moz-placeholder {
		--placeholder-opacity: 1 !important
	}

	.xs\:placeholder-opacity-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important
	}

	.xs\:placeholder-opacity-100::placeholder {
		--placeholder-opacity: 1 !important
	}

	.xs\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
		--placeholder-opacity: 0 !important
	}

	.xs\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
		--placeholder-opacity: 0 !important
	}

	.xs\:focus\:placeholder-opacity-0:focus::placeholder {
		--placeholder-opacity: 0 !important
	}

	.xs\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.xs\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.xs\:focus\:placeholder-opacity-25:focus::placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.xs\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.xs\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.xs\:focus\:placeholder-opacity-50:focus::placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.xs\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.xs\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.xs\:focus\:placeholder-opacity-75:focus::placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.xs\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important
	}

	.xs\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important
	}

	.xs\:focus\:placeholder-opacity-100:focus::placeholder {
		--placeholder-opacity: 1 !important
	}

	.xs\:static {
		position: static !important
	}

	.xs\:fixed {
		position: fixed !important
	}

	.xs\:absolute {
		position: absolute !important
	}

	.xs\:relative {
		position: relative !important
	}

	.xs\:sticky {
		position: sticky !important
	}

	.xs\:inset-0 {
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important
	}

	.xs\:inset-auto {
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important
	}

	.xs\:inset-y-0 {
		top: 0 !important;
		bottom: 0 !important
	}

	.xs\:inset-x-0 {
		right: 0 !important;
		left: 0 !important
	}

	.xs\:inset-y-auto {
		top: auto !important;
		bottom: auto !important
	}

	.xs\:inset-x-auto {
		right: auto !important;
		left: auto !important
	}

	.xs\:top-0 {
		top: 0 !important
	}

	.xs\:right-0 {
		right: 0 !important
	}

	.xs\:bottom-0 {
		bottom: 0 !important
	}

	.xs\:left-0 {
		left: 0 !important
	}

	.xs\:top-auto {
		top: auto !important
	}

	.xs\:right-auto {
		right: auto !important
	}

	.xs\:bottom-auto {
		bottom: auto !important
	}

	.xs\:left-auto {
		left: auto !important
	}

	.xs\:shadow-xs {
		box-shadow: 0 0 0 1px rgba(0,0,0,.05) !important
	}

	.xs\:shadow-sm {
		box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important
	}

	.xs\:shadow {
		box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important
	}

	.xs\:shadow-md {
		box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important
	}

	.xs\:shadow-lg {
		box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important
	}

	.xs\:shadow-xl {
		box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important
	}

	.xs\:shadow-2xl {
		box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important
	}

	.xs\:shadow-inner {
		box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06) !important
	}

	.xs\:shadow-outline {
		box-shadow: 0 0 0 3px rgba(66,153,225,.5) !important
	}

	.xs\:shadow-none {
		box-shadow: none !important
	}

	.xs\:hover\:shadow-xs:hover {
		box-shadow: 0 0 0 1px rgba(0,0,0,.05) !important
	}

	.xs\:hover\:shadow-sm:hover {
		box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important
	}

	.xs\:hover\:shadow:hover {
		box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important
	}

	.xs\:hover\:shadow-md:hover {
		box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important
	}

	.xs\:hover\:shadow-lg:hover {
		box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important
	}

	.xs\:hover\:shadow-xl:hover {
		box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important
	}

	.xs\:hover\:shadow-2xl:hover {
		box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important
	}

	.xs\:hover\:shadow-inner:hover {
		box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06) !important
	}

	.xs\:hover\:shadow-outline:hover {
		box-shadow: 0 0 0 3px rgba(66,153,225,.5) !important
	}

	.xs\:hover\:shadow-none:hover {
		box-shadow: none !important
	}

	.xs\:focus\:shadow-xs:focus {
		box-shadow: 0 0 0 1px rgba(0,0,0,.05) !important
	}

	.xs\:focus\:shadow-sm:focus {
		box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important
	}

	.xs\:focus\:shadow:focus {
		box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important
	}

	.xs\:focus\:shadow-md:focus {
		box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important
	}

	.xs\:focus\:shadow-lg:focus {
		box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important
	}

	.xs\:focus\:shadow-xl:focus {
		box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important
	}

	.xs\:focus\:shadow-2xl:focus {
		box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important
	}

	.xs\:focus\:shadow-inner:focus {
		box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06) !important
	}

	.xs\:focus\:shadow-outline:focus {
		box-shadow: 0 0 0 3px rgba(66,153,225,.5) !important
	}

	.xs\:focus\:shadow-none:focus {
		box-shadow: none !important
	}

	.xs\:text-left {
		text-align: left !important
	}

	.xs\:text-center {
		text-align: center !important
	}

	.xs\:text-right {
		text-align: right !important
	}

	.xs\:text-justify {
		text-align: justify !important
	}

	.xs\:text-323 {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.xs\:text-606 {
		--text-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--text-opacity)) !important
	}

	.xs\:text-666 {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.xs\:text-979 {
		--text-opacity: 1 !important;
		color: #979797 !important;
		color: rgba(151,151,151,var(--text-opacity)) !important
	}

	.xs\:text-transparent {
		color: transparent !important
	}

	.xs\:text-current {
		color: currentColor !important
	}

	.xs\:text-black-100 {
		--text-opacity: 1 !important;
		color: #000 !important;
		color: rgba(0,0,0,var(--text-opacity)) !important
	}

	.xs\:text-black-200 {
		--text-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--text-opacity)) !important
	}

	.xs\:text-black-300 {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.xs\:text-white {
		--text-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--text-opacity)) !important
	}

	.xs\:text-gray-100 {
		--text-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--text-opacity)) !important
	}

	.xs\:text-gray-200 {
		--text-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--text-opacity)) !important
	}

	.xs\:text-gray-300 {
		--text-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--text-opacity)) !important
	}

	.xs\:text-gray-400 {
		--text-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--text-opacity)) !important
	}

	.xs\:text-gray-500 {
		--text-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--text-opacity)) !important
	}

	.xs\:text-gray-600 {
		--text-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--text-opacity)) !important
	}

	.xs\:text-gray-700 {
		--text-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--text-opacity)) !important
	}

	.xs\:text-gray-800 {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.xs\:text-red-100 {
		--text-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--text-opacity)) !important
	}

	.xs\:text-red-200 {
		--text-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--text-opacity)) !important
	}

	.xs\:text-red-300 {
		--text-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--text-opacity)) !important
	}

	.xs\:text-red-400 {
		--text-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--text-opacity)) !important
	}

	.xs\:text-red-500 {
		--text-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--text-opacity)) !important
	}

	.xs\:text-red-600 {
		--text-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--text-opacity)) !important
	}

	.xs\:text-red-700 {
		--text-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--text-opacity)) !important
	}

	.xs\:text-red-800 {
		--text-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--text-opacity)) !important
	}

	.xs\:text-red-900 {
		--text-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--text-opacity)) !important
	}

	.xs\:text-orange {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.xs\:text-yellow-100 {
		--text-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--text-opacity)) !important
	}

	.xs\:text-yellow-200 {
		--text-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--text-opacity)) !important
	}

	.xs\:text-yellow-300 {
		--text-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--text-opacity)) !important
	}

	.xs\:text-yellow-400 {
		--text-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--text-opacity)) !important
	}

	.xs\:text-yellow-500 {
		--text-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--text-opacity)) !important
	}

	.xs\:text-yellow-600 {
		--text-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--text-opacity)) !important
	}

	.xs\:text-yellow-700 {
		--text-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--text-opacity)) !important
	}

	.xs\:text-yellow-800 {
		--text-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--text-opacity)) !important
	}

	.xs\:text-yellow-900 {
		--text-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--text-opacity)) !important
	}

	.xs\:text-green-100 {
		--text-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--text-opacity)) !important
	}

	.xs\:text-green-200 {
		--text-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--text-opacity)) !important
	}

	.xs\:text-green-300 {
		--text-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--text-opacity)) !important
	}

	.xs\:text-green-400 {
		--text-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--text-opacity)) !important
	}

	.xs\:text-green-500 {
		--text-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--text-opacity)) !important
	}

	.xs\:text-green-600 {
		--text-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--text-opacity)) !important
	}

	.xs\:text-green-700 {
		--text-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--text-opacity)) !important
	}

	.xs\:text-green-800 {
		--text-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--text-opacity)) !important
	}

	.xs\:text-green-900 {
		--text-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--text-opacity)) !important
	}

	.xs\:text-teal-100 {
		--text-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--text-opacity)) !important
	}

	.xs\:text-teal-200 {
		--text-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--text-opacity)) !important
	}

	.xs\:text-teal-300 {
		--text-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--text-opacity)) !important
	}

	.xs\:text-teal-400 {
		--text-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--text-opacity)) !important
	}

	.xs\:text-teal-500 {
		--text-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--text-opacity)) !important
	}

	.xs\:text-teal-600 {
		--text-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--text-opacity)) !important
	}

	.xs\:text-teal-700 {
		--text-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--text-opacity)) !important
	}

	.xs\:text-teal-800 {
		--text-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--text-opacity)) !important
	}

	.xs\:text-teal-900 {
		--text-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--text-opacity)) !important
	}

	.xs\:text-blue-100 {
		--text-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--text-opacity)) !important
	}

	.xs\:text-blue-200 {
		--text-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--text-opacity)) !important
	}

	.xs\:text-blue-300 {
		--text-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--text-opacity)) !important
	}

	.xs\:text-blue-400 {
		--text-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--text-opacity)) !important
	}

	.xs\:text-blue-500 {
		--text-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--text-opacity)) !important
	}

	.xs\:text-blue-600 {
		--text-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--text-opacity)) !important
	}

	.xs\:text-blue-700 {
		--text-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--text-opacity)) !important
	}

	.xs\:text-blue-800 {
		--text-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--text-opacity)) !important
	}

	.xs\:text-blue-900 {
		--text-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--text-opacity)) !important
	}

	.xs\:text-indigo-100 {
		--text-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--text-opacity)) !important
	}

	.xs\:text-indigo-200 {
		--text-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--text-opacity)) !important
	}

	.xs\:text-indigo-300 {
		--text-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--text-opacity)) !important
	}

	.xs\:text-indigo-400 {
		--text-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--text-opacity)) !important
	}

	.xs\:text-indigo-500 {
		--text-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--text-opacity)) !important
	}

	.xs\:text-indigo-600 {
		--text-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--text-opacity)) !important
	}

	.xs\:text-indigo-700 {
		--text-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--text-opacity)) !important
	}

	.xs\:text-indigo-800 {
		--text-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--text-opacity)) !important
	}

	.xs\:text-indigo-900 {
		--text-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--text-opacity)) !important
	}

	.xs\:text-purple-100 {
		--text-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--text-opacity)) !important
	}

	.xs\:text-purple-200 {
		--text-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--text-opacity)) !important
	}

	.xs\:text-purple-300 {
		--text-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--text-opacity)) !important
	}

	.xs\:text-purple-400 {
		--text-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--text-opacity)) !important
	}

	.xs\:text-purple-500 {
		--text-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--text-opacity)) !important
	}

	.xs\:text-purple-600 {
		--text-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--text-opacity)) !important
	}

	.xs\:text-purple-700 {
		--text-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--text-opacity)) !important
	}

	.xs\:text-purple-800 {
		--text-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--text-opacity)) !important
	}

	.xs\:text-purple-900 {
		--text-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--text-opacity)) !important
	}

	.xs\:text-pink-100 {
		--text-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--text-opacity)) !important
	}

	.xs\:text-pink-200 {
		--text-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--text-opacity)) !important
	}

	.xs\:text-pink-300 {
		--text-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--text-opacity)) !important
	}

	.xs\:text-pink-400 {
		--text-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--text-opacity)) !important
	}

	.xs\:text-pink-500 {
		--text-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--text-opacity)) !important
	}

	.xs\:text-pink-600 {
		--text-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--text-opacity)) !important
	}

	.xs\:text-pink-700 {
		--text-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--text-opacity)) !important
	}

	.xs\:text-pink-800 {
		--text-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--text-opacity)) !important
	}

	.xs\:text-pink-900 {
		--text-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--text-opacity)) !important
	}

	.xs\:text-orange-400 {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.xs\:text-orange-500 {
		--text-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--text-opacity)) !important
	}

	.xs\:text-f3f {
		--text-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--text-opacity)) !important
	}

	.xs\:hover\:text-323:hover {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.xs\:hover\:text-606:hover {
		--text-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--text-opacity)) !important
	}

	.xs\:hover\:text-666:hover {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.xs\:hover\:text-979:hover {
		--text-opacity: 1 !important;
		color: #979797 !important;
		color: rgba(151,151,151,var(--text-opacity)) !important
	}

	.xs\:hover\:text-transparent:hover {
		color: transparent !important
	}

	.xs\:hover\:text-current:hover {
		color: currentColor !important
	}

	.xs\:hover\:text-black-100:hover {
		--text-opacity: 1 !important;
		color: #000 !important;
		color: rgba(0,0,0,var(--text-opacity)) !important
	}

	.xs\:hover\:text-black-200:hover {
		--text-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--text-opacity)) !important
	}

	.xs\:hover\:text-black-300:hover {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.xs\:hover\:text-white:hover {
		--text-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--text-opacity)) !important
	}

	.xs\:hover\:text-gray-100:hover {
		--text-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--text-opacity)) !important
	}

	.xs\:hover\:text-gray-200:hover {
		--text-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--text-opacity)) !important
	}

	.xs\:hover\:text-gray-300:hover {
		--text-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--text-opacity)) !important
	}

	.xs\:hover\:text-gray-400:hover {
		--text-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--text-opacity)) !important
	}

	.xs\:hover\:text-gray-500:hover {
		--text-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--text-opacity)) !important
	}

	.xs\:hover\:text-gray-600:hover {
		--text-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--text-opacity)) !important
	}

	.xs\:hover\:text-gray-700:hover {
		--text-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--text-opacity)) !important
	}

	.xs\:hover\:text-gray-800:hover {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.xs\:hover\:text-red-100:hover {
		--text-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--text-opacity)) !important
	}

	.xs\:hover\:text-red-200:hover {
		--text-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--text-opacity)) !important
	}

	.xs\:hover\:text-red-300:hover {
		--text-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--text-opacity)) !important
	}

	.xs\:hover\:text-red-400:hover {
		--text-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--text-opacity)) !important
	}

	.xs\:hover\:text-red-500:hover {
		--text-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--text-opacity)) !important
	}

	.xs\:hover\:text-red-600:hover {
		--text-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--text-opacity)) !important
	}

	.xs\:hover\:text-red-700:hover {
		--text-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--text-opacity)) !important
	}

	.xs\:hover\:text-red-800:hover {
		--text-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--text-opacity)) !important
	}

	.xs\:hover\:text-red-900:hover {
		--text-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--text-opacity)) !important
	}

	.xs\:hover\:text-orange:hover {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.xs\:hover\:text-yellow-100:hover {
		--text-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--text-opacity)) !important
	}

	.xs\:hover\:text-yellow-200:hover {
		--text-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--text-opacity)) !important
	}

	.xs\:hover\:text-yellow-300:hover {
		--text-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--text-opacity)) !important
	}

	.xs\:hover\:text-yellow-400:hover {
		--text-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--text-opacity)) !important
	}

	.xs\:hover\:text-yellow-500:hover {
		--text-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--text-opacity)) !important
	}

	.xs\:hover\:text-yellow-600:hover {
		--text-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--text-opacity)) !important
	}

	.xs\:hover\:text-yellow-700:hover {
		--text-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--text-opacity)) !important
	}

	.xs\:hover\:text-yellow-800:hover {
		--text-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--text-opacity)) !important
	}

	.xs\:hover\:text-yellow-900:hover {
		--text-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--text-opacity)) !important
	}

	.xs\:hover\:text-green-100:hover {
		--text-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--text-opacity)) !important
	}

	.xs\:hover\:text-green-200:hover {
		--text-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--text-opacity)) !important
	}

	.xs\:hover\:text-green-300:hover {
		--text-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--text-opacity)) !important
	}

	.xs\:hover\:text-green-400:hover {
		--text-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--text-opacity)) !important
	}

	.xs\:hover\:text-green-500:hover {
		--text-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--text-opacity)) !important
	}

	.xs\:hover\:text-green-600:hover {
		--text-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--text-opacity)) !important
	}

	.xs\:hover\:text-green-700:hover {
		--text-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--text-opacity)) !important
	}

	.xs\:hover\:text-green-800:hover {
		--text-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--text-opacity)) !important
	}

	.xs\:hover\:text-green-900:hover {
		--text-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--text-opacity)) !important
	}

	.xs\:hover\:text-teal-100:hover {
		--text-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--text-opacity)) !important
	}

	.xs\:hover\:text-teal-200:hover {
		--text-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--text-opacity)) !important
	}

	.xs\:hover\:text-teal-300:hover {
		--text-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--text-opacity)) !important
	}

	.xs\:hover\:text-teal-400:hover {
		--text-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--text-opacity)) !important
	}

	.xs\:hover\:text-teal-500:hover {
		--text-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--text-opacity)) !important
	}

	.xs\:hover\:text-teal-600:hover {
		--text-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--text-opacity)) !important
	}

	.xs\:hover\:text-teal-700:hover {
		--text-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--text-opacity)) !important
	}

	.xs\:hover\:text-teal-800:hover {
		--text-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--text-opacity)) !important
	}

	.xs\:hover\:text-teal-900:hover {
		--text-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--text-opacity)) !important
	}

	.xs\:hover\:text-blue-100:hover {
		--text-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--text-opacity)) !important
	}

	.xs\:hover\:text-blue-200:hover {
		--text-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--text-opacity)) !important
	}

	.xs\:hover\:text-blue-300:hover {
		--text-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--text-opacity)) !important
	}

	.xs\:hover\:text-blue-400:hover {
		--text-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--text-opacity)) !important
	}

	.xs\:hover\:text-blue-500:hover {
		--text-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--text-opacity)) !important
	}

	.xs\:hover\:text-blue-600:hover {
		--text-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--text-opacity)) !important
	}

	.xs\:hover\:text-blue-700:hover {
		--text-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--text-opacity)) !important
	}

	.xs\:hover\:text-blue-800:hover {
		--text-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--text-opacity)) !important
	}

	.xs\:hover\:text-blue-900:hover {
		--text-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--text-opacity)) !important
	}

	.xs\:hover\:text-indigo-100:hover {
		--text-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--text-opacity)) !important
	}

	.xs\:hover\:text-indigo-200:hover {
		--text-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--text-opacity)) !important
	}

	.xs\:hover\:text-indigo-300:hover {
		--text-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--text-opacity)) !important
	}

	.xs\:hover\:text-indigo-400:hover {
		--text-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--text-opacity)) !important
	}

	.xs\:hover\:text-indigo-500:hover {
		--text-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--text-opacity)) !important
	}

	.xs\:hover\:text-indigo-600:hover {
		--text-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--text-opacity)) !important
	}

	.xs\:hover\:text-indigo-700:hover {
		--text-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--text-opacity)) !important
	}

	.xs\:hover\:text-indigo-800:hover {
		--text-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--text-opacity)) !important
	}

	.xs\:hover\:text-indigo-900:hover {
		--text-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--text-opacity)) !important
	}

	.xs\:hover\:text-purple-100:hover {
		--text-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--text-opacity)) !important
	}

	.xs\:hover\:text-purple-200:hover {
		--text-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--text-opacity)) !important
	}

	.xs\:hover\:text-purple-300:hover {
		--text-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--text-opacity)) !important
	}

	.xs\:hover\:text-purple-400:hover {
		--text-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--text-opacity)) !important
	}

	.xs\:hover\:text-purple-500:hover {
		--text-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--text-opacity)) !important
	}

	.xs\:hover\:text-purple-600:hover {
		--text-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--text-opacity)) !important
	}

	.xs\:hover\:text-purple-700:hover {
		--text-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--text-opacity)) !important
	}

	.xs\:hover\:text-purple-800:hover {
		--text-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--text-opacity)) !important
	}

	.xs\:hover\:text-purple-900:hover {
		--text-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--text-opacity)) !important
	}

	.xs\:hover\:text-pink-100:hover {
		--text-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--text-opacity)) !important
	}

	.xs\:hover\:text-pink-200:hover {
		--text-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--text-opacity)) !important
	}

	.xs\:hover\:text-pink-300:hover {
		--text-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--text-opacity)) !important
	}

	.xs\:hover\:text-pink-400:hover {
		--text-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--text-opacity)) !important
	}

	.xs\:hover\:text-pink-500:hover {
		--text-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--text-opacity)) !important
	}

	.xs\:hover\:text-pink-600:hover {
		--text-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--text-opacity)) !important
	}

	.xs\:hover\:text-pink-700:hover {
		--text-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--text-opacity)) !important
	}

	.xs\:hover\:text-pink-800:hover {
		--text-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--text-opacity)) !important
	}

	.xs\:hover\:text-pink-900:hover {
		--text-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--text-opacity)) !important
	}

	.xs\:hover\:text-orange-400:hover {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.xs\:hover\:text-orange-500:hover {
		--text-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--text-opacity)) !important
	}

	.xs\:hover\:text-f3f:hover {
		--text-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--text-opacity)) !important
	}

	.xs\:focus\:text-323:focus {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.xs\:focus\:text-606:focus {
		--text-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--text-opacity)) !important
	}

	.xs\:focus\:text-666:focus {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.xs\:focus\:text-979:focus {
		--text-opacity: 1 !important;
		color: #979797 !important;
		color: rgba(151,151,151,var(--text-opacity)) !important
	}

	.xs\:focus\:text-transparent:focus {
		color: transparent !important
	}

	.xs\:focus\:text-current:focus {
		color: currentColor !important
	}

	.xs\:focus\:text-black-100:focus {
		--text-opacity: 1 !important;
		color: #000 !important;
		color: rgba(0,0,0,var(--text-opacity)) !important
	}

	.xs\:focus\:text-black-200:focus {
		--text-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--text-opacity)) !important
	}

	.xs\:focus\:text-black-300:focus {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.xs\:focus\:text-white:focus {
		--text-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--text-opacity)) !important
	}

	.xs\:focus\:text-gray-100:focus {
		--text-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--text-opacity)) !important
	}

	.xs\:focus\:text-gray-200:focus {
		--text-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--text-opacity)) !important
	}

	.xs\:focus\:text-gray-300:focus {
		--text-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--text-opacity)) !important
	}

	.xs\:focus\:text-gray-400:focus {
		--text-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--text-opacity)) !important
	}

	.xs\:focus\:text-gray-500:focus {
		--text-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--text-opacity)) !important
	}

	.xs\:focus\:text-gray-600:focus {
		--text-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--text-opacity)) !important
	}

	.xs\:focus\:text-gray-700:focus {
		--text-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--text-opacity)) !important
	}

	.xs\:focus\:text-gray-800:focus {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.xs\:focus\:text-red-100:focus {
		--text-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--text-opacity)) !important
	}

	.xs\:focus\:text-red-200:focus {
		--text-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--text-opacity)) !important
	}

	.xs\:focus\:text-red-300:focus {
		--text-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--text-opacity)) !important
	}

	.xs\:focus\:text-red-400:focus {
		--text-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--text-opacity)) !important
	}

	.xs\:focus\:text-red-500:focus {
		--text-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--text-opacity)) !important
	}

	.xs\:focus\:text-red-600:focus {
		--text-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--text-opacity)) !important
	}

	.xs\:focus\:text-red-700:focus {
		--text-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--text-opacity)) !important
	}

	.xs\:focus\:text-red-800:focus {
		--text-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--text-opacity)) !important
	}

	.xs\:focus\:text-red-900:focus {
		--text-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--text-opacity)) !important
	}

	.xs\:focus\:text-orange:focus {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.xs\:focus\:text-yellow-100:focus {
		--text-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--text-opacity)) !important
	}

	.xs\:focus\:text-yellow-200:focus {
		--text-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--text-opacity)) !important
	}

	.xs\:focus\:text-yellow-300:focus {
		--text-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--text-opacity)) !important
	}

	.xs\:focus\:text-yellow-400:focus {
		--text-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--text-opacity)) !important
	}

	.xs\:focus\:text-yellow-500:focus {
		--text-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--text-opacity)) !important
	}

	.xs\:focus\:text-yellow-600:focus {
		--text-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--text-opacity)) !important
	}

	.xs\:focus\:text-yellow-700:focus {
		--text-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--text-opacity)) !important
	}

	.xs\:focus\:text-yellow-800:focus {
		--text-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--text-opacity)) !important
	}

	.xs\:focus\:text-yellow-900:focus {
		--text-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--text-opacity)) !important
	}

	.xs\:focus\:text-green-100:focus {
		--text-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--text-opacity)) !important
	}

	.xs\:focus\:text-green-200:focus {
		--text-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--text-opacity)) !important
	}

	.xs\:focus\:text-green-300:focus {
		--text-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--text-opacity)) !important
	}

	.xs\:focus\:text-green-400:focus {
		--text-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--text-opacity)) !important
	}

	.xs\:focus\:text-green-500:focus {
		--text-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--text-opacity)) !important
	}

	.xs\:focus\:text-green-600:focus {
		--text-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--text-opacity)) !important
	}

	.xs\:focus\:text-green-700:focus {
		--text-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--text-opacity)) !important
	}

	.xs\:focus\:text-green-800:focus {
		--text-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--text-opacity)) !important
	}

	.xs\:focus\:text-green-900:focus {
		--text-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--text-opacity)) !important
	}

	.xs\:focus\:text-teal-100:focus {
		--text-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--text-opacity)) !important
	}

	.xs\:focus\:text-teal-200:focus {
		--text-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--text-opacity)) !important
	}

	.xs\:focus\:text-teal-300:focus {
		--text-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--text-opacity)) !important
	}

	.xs\:focus\:text-teal-400:focus {
		--text-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--text-opacity)) !important
	}

	.xs\:focus\:text-teal-500:focus {
		--text-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--text-opacity)) !important
	}

	.xs\:focus\:text-teal-600:focus {
		--text-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--text-opacity)) !important
	}

	.xs\:focus\:text-teal-700:focus {
		--text-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--text-opacity)) !important
	}

	.xs\:focus\:text-teal-800:focus {
		--text-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--text-opacity)) !important
	}

	.xs\:focus\:text-teal-900:focus {
		--text-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--text-opacity)) !important
	}

	.xs\:focus\:text-blue-100:focus {
		--text-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--text-opacity)) !important
	}

	.xs\:focus\:text-blue-200:focus {
		--text-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--text-opacity)) !important
	}

	.xs\:focus\:text-blue-300:focus {
		--text-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--text-opacity)) !important
	}

	.xs\:focus\:text-blue-400:focus {
		--text-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--text-opacity)) !important
	}

	.xs\:focus\:text-blue-500:focus {
		--text-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--text-opacity)) !important
	}

	.xs\:focus\:text-blue-600:focus {
		--text-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--text-opacity)) !important
	}

	.xs\:focus\:text-blue-700:focus {
		--text-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--text-opacity)) !important
	}

	.xs\:focus\:text-blue-800:focus {
		--text-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--text-opacity)) !important
	}

	.xs\:focus\:text-blue-900:focus {
		--text-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--text-opacity)) !important
	}

	.xs\:focus\:text-indigo-100:focus {
		--text-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--text-opacity)) !important
	}

	.xs\:focus\:text-indigo-200:focus {
		--text-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--text-opacity)) !important
	}

	.xs\:focus\:text-indigo-300:focus {
		--text-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--text-opacity)) !important
	}

	.xs\:focus\:text-indigo-400:focus {
		--text-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--text-opacity)) !important
	}

	.xs\:focus\:text-indigo-500:focus {
		--text-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--text-opacity)) !important
	}

	.xs\:focus\:text-indigo-600:focus {
		--text-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--text-opacity)) !important
	}

	.xs\:focus\:text-indigo-700:focus {
		--text-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--text-opacity)) !important
	}

	.xs\:focus\:text-indigo-800:focus {
		--text-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--text-opacity)) !important
	}

	.xs\:focus\:text-indigo-900:focus {
		--text-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--text-opacity)) !important
	}

	.xs\:focus\:text-purple-100:focus {
		--text-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--text-opacity)) !important
	}

	.xs\:focus\:text-purple-200:focus {
		--text-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--text-opacity)) !important
	}

	.xs\:focus\:text-purple-300:focus {
		--text-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--text-opacity)) !important
	}

	.xs\:focus\:text-purple-400:focus {
		--text-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--text-opacity)) !important
	}

	.xs\:focus\:text-purple-500:focus {
		--text-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--text-opacity)) !important
	}

	.xs\:focus\:text-purple-600:focus {
		--text-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--text-opacity)) !important
	}

	.xs\:focus\:text-purple-700:focus {
		--text-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--text-opacity)) !important
	}

	.xs\:focus\:text-purple-800:focus {
		--text-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--text-opacity)) !important
	}

	.xs\:focus\:text-purple-900:focus {
		--text-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--text-opacity)) !important
	}

	.xs\:focus\:text-pink-100:focus {
		--text-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--text-opacity)) !important
	}

	.xs\:focus\:text-pink-200:focus {
		--text-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--text-opacity)) !important
	}

	.xs\:focus\:text-pink-300:focus {
		--text-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--text-opacity)) !important
	}

	.xs\:focus\:text-pink-400:focus {
		--text-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--text-opacity)) !important
	}

	.xs\:focus\:text-pink-500:focus {
		--text-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--text-opacity)) !important
	}

	.xs\:focus\:text-pink-600:focus {
		--text-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--text-opacity)) !important
	}

	.xs\:focus\:text-pink-700:focus {
		--text-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--text-opacity)) !important
	}

	.xs\:focus\:text-pink-800:focus {
		--text-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--text-opacity)) !important
	}

	.xs\:focus\:text-pink-900:focus {
		--text-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--text-opacity)) !important
	}

	.xs\:focus\:text-orange-400:focus {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.xs\:focus\:text-orange-500:focus {
		--text-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--text-opacity)) !important
	}

	.xs\:focus\:text-f3f:focus {
		--text-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--text-opacity)) !important
	}

	.xs\:text-opacity-0 {
		--text-opacity: 0 !important
	}

	.xs\:text-opacity-25 {
		--text-opacity: 0.25 !important
	}

	.xs\:text-opacity-50 {
		--text-opacity: 0.5 !important
	}

	.xs\:text-opacity-75 {
		--text-opacity: 0.75 !important
	}

	.xs\:text-opacity-100 {
		--text-opacity: 1 !important
	}

	.xs\:hover\:text-opacity-0:hover {
		--text-opacity: 0 !important
	}

	.xs\:hover\:text-opacity-25:hover {
		--text-opacity: 0.25 !important
	}

	.xs\:hover\:text-opacity-50:hover {
		--text-opacity: 0.5 !important
	}

	.xs\:hover\:text-opacity-75:hover {
		--text-opacity: 0.75 !important
	}

	.xs\:hover\:text-opacity-100:hover {
		--text-opacity: 1 !important
	}

	.xs\:focus\:text-opacity-0:focus {
		--text-opacity: 0 !important
	}

	.xs\:focus\:text-opacity-25:focus {
		--text-opacity: 0.25 !important
	}

	.xs\:focus\:text-opacity-50:focus {
		--text-opacity: 0.5 !important
	}

	.xs\:focus\:text-opacity-75:focus {
		--text-opacity: 0.75 !important
	}

	.xs\:focus\:text-opacity-100:focus {
		--text-opacity: 1 !important
	}

	.xs\:italic {
		font-style: italic !important
	}

	.xs\:not-italic {
		font-style: normal !important
	}

	.xs\:uppercase {
		text-transform: uppercase !important
	}

	.xs\:lowercase {
		text-transform: lowercase !important
	}

	.xs\:capitalize {
		text-transform: capitalize !important
	}

	.xs\:normal-case {
		text-transform: none !important
	}

	.xs\:underline {
		text-decoration: underline !important
	}

	.xs\:line-through {
		text-decoration: line-through !important
	}

	.xs\:no-underline {
		text-decoration: none !important
	}

	.xs\:hover\:underline:hover {
		text-decoration: underline !important
	}

	.xs\:hover\:line-through:hover {
		text-decoration: line-through !important
	}

	.xs\:hover\:no-underline:hover {
		text-decoration: none !important
	}

	.xs\:focus\:underline:focus {
		text-decoration: underline !important
	}

	.xs\:focus\:line-through:focus {
		text-decoration: line-through !important
	}

	.xs\:focus\:no-underline:focus {
		text-decoration: none !important
	}

	.xs\:antialiased {
		-webkit-font-smoothing: antialiased !important;
		-moz-osx-font-smoothing: grayscale !important
	}

	.xs\:subpixel-antialiased {
		-webkit-font-smoothing: auto !important;
		-moz-osx-font-smoothing: auto !important
	}

	.xs\:diagonal-fractions, .xs\:lining-nums, .xs\:oldstyle-nums, .xs\:ordinal, .xs\:proportional-nums, .xs\:slashed-zero, .xs\:stacked-fractions, .xs\:tabular-nums {
		--font-variant-numeric-ordinal: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		--font-variant-numeric-slashed-zero: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		--font-variant-numeric-figure: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		--font-variant-numeric-spacing: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		--font-variant-numeric-fraction: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important
	}

	.xs\:normal-nums {
		font-variant-numeric: normal !important
	}

	.xs\:ordinal {
		--font-variant-numeric-ordinal: ordinal !important
	}

	.xs\:slashed-zero {
		--font-variant-numeric-slashed-zero: slashed-zero !important
	}

	.xs\:lining-nums {
		--font-variant-numeric-figure: lining-nums !important
	}

	.xs\:oldstyle-nums {
		--font-variant-numeric-figure: oldstyle-nums !important
	}

	.xs\:proportional-nums {
		--font-variant-numeric-spacing: proportional-nums !important
	}

	.xs\:tabular-nums {
		--font-variant-numeric-spacing: tabular-nums !important
	}

	.xs\:diagonal-fractions {
		--font-variant-numeric-fraction: diagonal-fractions !important
	}

	.xs\:stacked-fractions {
		--font-variant-numeric-fraction: stacked-fractions !important
	}

	.xs\:tracking-tighter {
		letter-spacing: -.05em !important
	}

	.xs\:tracking-tight {
		letter-spacing: -.025em !important
	}

	.xs\:tracking-normal {
		letter-spacing: 0 !important
	}

	.xs\:tracking-wide {
		letter-spacing: .025em !important
	}

	.xs\:tracking-wider {
		letter-spacing: .05em !important
	}

	.xs\:tracking-widest {
		letter-spacing: .1em !important
	}

	.xs\:align-baseline {
		vertical-align: baseline !important
	}

	.xs\:align-top {
		vertical-align: top !important
	}

	.xs\:align-middle {
		vertical-align: middle !important
	}

	.xs\:align-bottom {
		vertical-align: bottom !important
	}

	.xs\:align-text-top {
		vertical-align: text-top !important
	}

	.xs\:align-text-bottom {
		vertical-align: text-bottom !important
	}

	.xs\:visible {
		visibility: visible !important
	}

	.xs\:invisible {
		visibility: hidden !important
	}

	.xs\:whitespace-normal {
		white-space: normal !important
	}

	.xs\:whitespace-no-wrap {
		white-space: nowrap !important
	}

	.xs\:whitespace-pre {
		white-space: pre !important
	}

	.xs\:whitespace-pre-line {
		white-space: pre-line !important
	}

	.xs\:whitespace-pre-wrap {
		white-space: pre-wrap !important
	}

	.xs\:break-normal {
		word-wrap: normal !important;
		overflow-wrap: normal !important;
		word-break: normal !important
	}

	.xs\:break-words {
		word-wrap: break-word !important;
		overflow-wrap: break-word !important
	}

	.xs\:break-all {
		word-break: break-all !important
	}

	.xs\:truncate {
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important
	}

	.xs\:w-0 {
		width: 0 !important
	}

	.xs\:w-1 {
		width: .25rem !important
	}

	.xs\:w-2 {
		width: .5rem !important
	}

	.xs\:w-3 {
		width: .75rem !important
	}

	.xs\:w-4 {
		width: 1rem !important
	}

	.xs\:w-5 {
		width: 1.25rem !important
	}

	.xs\:w-6 {
		width: 1.5rem !important
	}

	.xs\:w-8 {
		width: 2rem !important
	}

	.xs\:w-9 {
		width: 2.25rem !important
	}

	.xs\:w-10 {
		width: 2.5rem !important
	}

	.xs\:w-11 {
		width: 2.75rem !important
	}

	.xs\:w-12 {
		width: 3rem !important
	}

	.xs\:w-16 {
		width: 4rem !important
	}

	.xs\:w-20 {
		width: 5rem !important
	}

	.xs\:w-24 {
		width: 6rem !important
	}

	.xs\:w-28 {
		width: 7rem !important
	}

	.xs\:w-32 {
		width: 8rem !important
	}

	.xs\:w-35 {
		width: 8.75rem !important
	}

	.xs\:w-40 {
		width: 10rem !important
	}

	.xs\:w-44 {
		width: 11rem !important
	}

	.xs\:w-48 {
		width: 12rem !important
	}

	.xs\:w-54 {
		width: 13.5rem !important
	}

	.xs\:w-56 {
		width: 14rem !important
	}

	.xs\:w-60 {
		width: 15rem !important
	}

	.xs\:w-64 {
		width: 16rem !important
	}

	.xs\:w-80 {
		width: 20rem !important
	}

	.xs\:w-92 {
		width: 23rem !important
	}

	.xs\:w-120 {
		width: 30rem !important
	}

	.xs\:w-135 {
		width: 33.75rem !important
	}

	.xs\:w-180 {
		width: 45rem !important
	}

	.xs\:w-200 {
		width: 50rem !important
	}

	.xs\:w-230 {
		width: 57.5rem !important
	}

	.xs\:w-320 {
		width: 80rem !important
	}

	.xs\:w-480 {
		width: 120rem !important
	}

	.xs\:w-520 {
		width: 130rem !important
	}

	.xs\:w-auto {
		width: auto !important
	}

	.xs\:w-px {
		width: 1px !important
	}

	.xs\:w--50 {
		width: -50px !important
	}

	.xs\:w-1\/2 {
		width: 50% !important
	}

	.xs\:w-1\/3 {
		width: 33.333333% !important
	}

	.xs\:w-2\/3 {
		width: 66.666667% !important
	}

	.xs\:w-1\/4 {
		width: 25% !important
	}

	.xs\:w-2\/4 {
		width: 50% !important
	}

	.xs\:w-3\/4 {
		width: 75% !important
	}

	.xs\:w-1\/5 {
		width: 20% !important
	}

	.xs\:w-2\/5 {
		width: 40% !important
	}

	.xs\:w-3\/5 {
		width: 60% !important
	}

	.xs\:w-4\/5 {
		width: 80% !important
	}

	.xs\:w-1\/6 {
		width: 16.666667% !important
	}

	.xs\:w-2\/6 {
		width: 33.333333% !important
	}

	.xs\:w-3\/6 {
		width: 50% !important
	}

	.xs\:w-4\/6 {
		width: 66.666667% !important
	}

	.xs\:w-5\/6 {
		width: 83.333333% !important
	}

	.xs\:w-1\/12 {
		width: 8.333333% !important
	}

	.xs\:w-2\/12 {
		width: 16.666667% !important
	}

	.xs\:w-3\/12 {
		width: 25% !important
	}

	.xs\:w-4\/12 {
		width: 33.333333% !important
	}

	.xs\:w-5\/12 {
		width: 41.666667% !important
	}

	.xs\:w-6\/12 {
		width: 50% !important
	}

	.xs\:w-7\/12 {
		width: 58.333333% !important
	}

	.xs\:w-8\/12 {
		width: 66.666667% !important
	}

	.xs\:w-9\/12 {
		width: 75% !important
	}

	.xs\:w-10\/12 {
		width: 83.333333% !important
	}

	.xs\:w-11\/12 {
		width: 91.666667% !important
	}

	.xs\:w-full {
		width: 100% !important
	}

	.xs\:w-screen {
		width: 100vw !important
	}

	.xs\:w-fit {
		width: -webkit-fit-content !important;
		width: -moz-fit-content !important;
		width: fit-content !important
	}

	.xs\:w-min {
		width: -webkit-min-content !important;
		width: -moz-min-content !important;
		width: min-content !important
	}

	.xs\:w-max {
		width: -webkit-max-content !important;
		width: -moz-max-content !important;
		width: max-content !important
	}

	.xs\:w-full_plus_15 {
		width: calc(100% + 3.75rem) !important
	}

	.xs\:w-full_plus_30 {
		width: calc(100% + 7.5rem) !important
	}

	.xs\:w-full_plus_40 {
		width: calc(100% + 10rem) !important
	}

	.xs\:z-0 {
		z-index: 0 !important
	}

	.xs\:z-10 {
		z-index: 10 !important
	}

	.xs\:z-20 {
		z-index: 20 !important
	}

	.xs\:z-30 {
		z-index: 30 !important
	}

	.xs\:z-40 {
		z-index: 40 !important
	}

	.xs\:z-50 {
		z-index: 50 !important
	}

	.xs\:z-100 {
		z-index: 100 !important
	}

	.xs\:z-auto {
		z-index: auto !important
	}

	.xs\:gap-0 {
		grid-gap: 0 !important;
		gap: 0 !important
	}

	.xs\:gap-1 {
		grid-gap: .25rem !important;
		gap: .25rem !important
	}

	.xs\:gap-2 {
		grid-gap: .5rem !important;
		gap: .5rem !important
	}

	.xs\:gap-3 {
		grid-gap: .75rem !important;
		gap: .75rem !important
	}

	.xs\:gap-4 {
		grid-gap: 1rem !important;
		gap: 1rem !important
	}

	.xs\:gap-5 {
		grid-gap: 1.25rem !important;
		gap: 1.25rem !important
	}

	.xs\:gap-6 {
		grid-gap: 1.5rem !important;
		gap: 1.5rem !important
	}

	.xs\:gap-8 {
		grid-gap: 2rem !important;
		gap: 2rem !important
	}

	.xs\:gap-10 {
		grid-gap: 2.5rem !important;
		gap: 2.5rem !important
	}

	.xs\:gap-12 {
		grid-gap: 3rem !important;
		gap: 3rem !important
	}

	.xs\:gap-16 {
		grid-gap: 4rem !important;
		gap: 4rem !important
	}

	.xs\:gap-20 {
		grid-gap: 5rem !important;
		gap: 5rem !important
	}

	.xs\:gap-24 {
		grid-gap: 6rem !important;
		gap: 6rem !important
	}

	.xs\:gap-32 {
		grid-gap: 8rem !important;
		gap: 8rem !important
	}

	.xs\:gap-40 {
		grid-gap: 10rem !important;
		gap: 10rem !important
	}

	.xs\:gap-48 {
		grid-gap: 12rem !important;
		gap: 12rem !important
	}

	.xs\:gap-56 {
		grid-gap: 14rem !important;
		gap: 14rem !important
	}

	.xs\:gap-64 {
		grid-gap: 16rem !important;
		gap: 16rem !important
	}

	.xs\:gap-px {
		grid-gap: 1px !important;
		gap: 1px !important
	}

	.xs\:-gap-50 {
		grid-gap: -50px !important;
		gap: -50px !important
	}

	.xs\:col-gap-0 {
		grid-column-gap: 0 !important;
		-moz-column-gap: 0 !important;
		column-gap: 0 !important
	}

	.xs\:col-gap-1 {
		grid-column-gap: .25rem !important;
		-moz-column-gap: .25rem !important;
		column-gap: .25rem !important
	}

	.xs\:col-gap-2 {
		grid-column-gap: .5rem !important;
		-moz-column-gap: .5rem !important;
		column-gap: .5rem !important
	}

	.xs\:col-gap-3 {
		grid-column-gap: .75rem !important;
		-moz-column-gap: .75rem !important;
		column-gap: .75rem !important
	}

	.xs\:col-gap-4 {
		grid-column-gap: 1rem !important;
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important
	}

	.xs\:col-gap-5 {
		grid-column-gap: 1.25rem !important;
		-moz-column-gap: 1.25rem !important;
		column-gap: 1.25rem !important
	}

	.xs\:col-gap-6 {
		grid-column-gap: 1.5rem !important;
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important
	}

	.xs\:col-gap-8 {
		grid-column-gap: 2rem !important;
		-moz-column-gap: 2rem !important;
		column-gap: 2rem !important
	}

	.xs\:col-gap-10 {
		grid-column-gap: 2.5rem !important;
		-moz-column-gap: 2.5rem !important;
		column-gap: 2.5rem !important
	}

	.xs\:col-gap-12 {
		grid-column-gap: 3rem !important;
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important
	}

	.xs\:col-gap-16 {
		grid-column-gap: 4rem !important;
		-moz-column-gap: 4rem !important;
		column-gap: 4rem !important
	}

	.xs\:col-gap-20 {
		grid-column-gap: 5rem !important;
		-moz-column-gap: 5rem !important;
		column-gap: 5rem !important
	}

	.xs\:col-gap-24 {
		grid-column-gap: 6rem !important;
		-moz-column-gap: 6rem !important;
		column-gap: 6rem !important
	}

	.xs\:col-gap-32 {
		grid-column-gap: 8rem !important;
		-moz-column-gap: 8rem !important;
		column-gap: 8rem !important
	}

	.xs\:col-gap-40 {
		grid-column-gap: 10rem !important;
		-moz-column-gap: 10rem !important;
		column-gap: 10rem !important
	}

	.xs\:col-gap-48 {
		grid-column-gap: 12rem !important;
		-moz-column-gap: 12rem !important;
		column-gap: 12rem !important
	}

	.xs\:col-gap-56 {
		grid-column-gap: 14rem !important;
		-moz-column-gap: 14rem !important;
		column-gap: 14rem !important
	}

	.xs\:col-gap-64 {
		grid-column-gap: 16rem !important;
		-moz-column-gap: 16rem !important;
		column-gap: 16rem !important
	}

	.xs\:col-gap-px {
		grid-column-gap: 1px !important;
		-moz-column-gap: 1px !important;
		column-gap: 1px !important
	}

	.xs\:-col-gap-50 {
		grid-column-gap: -50px !important;
		-moz-column-gap: -50px !important;
		column-gap: -50px !important
	}

	.xs\:gap-x-0 {
		grid-column-gap: 0 !important;
		-moz-column-gap: 0 !important;
		column-gap: 0 !important
	}

	.xs\:gap-x-1 {
		grid-column-gap: .25rem !important;
		-moz-column-gap: .25rem !important;
		column-gap: .25rem !important
	}

	.xs\:gap-x-2 {
		grid-column-gap: .5rem !important;
		-moz-column-gap: .5rem !important;
		column-gap: .5rem !important
	}

	.xs\:gap-x-3 {
		grid-column-gap: .75rem !important;
		-moz-column-gap: .75rem !important;
		column-gap: .75rem !important
	}

	.xs\:gap-x-4 {
		grid-column-gap: 1rem !important;
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important
	}

	.xs\:gap-x-5 {
		grid-column-gap: 1.25rem !important;
		-moz-column-gap: 1.25rem !important;
		column-gap: 1.25rem !important
	}

	.xs\:gap-x-6 {
		grid-column-gap: 1.5rem !important;
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important
	}

	.xs\:gap-x-8 {
		grid-column-gap: 2rem !important;
		-moz-column-gap: 2rem !important;
		column-gap: 2rem !important
	}

	.xs\:gap-x-10 {
		grid-column-gap: 2.5rem !important;
		-moz-column-gap: 2.5rem !important;
		column-gap: 2.5rem !important
	}

	.xs\:gap-x-12 {
		grid-column-gap: 3rem !important;
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important
	}

	.xs\:gap-x-16 {
		grid-column-gap: 4rem !important;
		-moz-column-gap: 4rem !important;
		column-gap: 4rem !important
	}

	.xs\:gap-x-20 {
		grid-column-gap: 5rem !important;
		-moz-column-gap: 5rem !important;
		column-gap: 5rem !important
	}

	.xs\:gap-x-24 {
		grid-column-gap: 6rem !important;
		-moz-column-gap: 6rem !important;
		column-gap: 6rem !important
	}

	.xs\:gap-x-32 {
		grid-column-gap: 8rem !important;
		-moz-column-gap: 8rem !important;
		column-gap: 8rem !important
	}

	.xs\:gap-x-40 {
		grid-column-gap: 10rem !important;
		-moz-column-gap: 10rem !important;
		column-gap: 10rem !important
	}

	.xs\:gap-x-48 {
		grid-column-gap: 12rem !important;
		-moz-column-gap: 12rem !important;
		column-gap: 12rem !important
	}

	.xs\:gap-x-56 {
		grid-column-gap: 14rem !important;
		-moz-column-gap: 14rem !important;
		column-gap: 14rem !important
	}

	.xs\:gap-x-64 {
		grid-column-gap: 16rem !important;
		-moz-column-gap: 16rem !important;
		column-gap: 16rem !important
	}

	.xs\:gap-x-px {
		grid-column-gap: 1px !important;
		-moz-column-gap: 1px !important;
		column-gap: 1px !important
	}

	.xs\:-gap-x-50 {
		grid-column-gap: -50px !important;
		-moz-column-gap: -50px !important;
		column-gap: -50px !important
	}

	.xs\:row-gap-0 {
		grid-row-gap: 0 !important;
		row-gap: 0 !important
	}

	.xs\:row-gap-1 {
		grid-row-gap: .25rem !important;
		row-gap: .25rem !important
	}

	.xs\:row-gap-2 {
		grid-row-gap: .5rem !important;
		row-gap: .5rem !important
	}

	.xs\:row-gap-3 {
		grid-row-gap: .75rem !important;
		row-gap: .75rem !important
	}

	.xs\:row-gap-4 {
		grid-row-gap: 1rem !important;
		row-gap: 1rem !important
	}

	.xs\:row-gap-5 {
		grid-row-gap: 1.25rem !important;
		row-gap: 1.25rem !important
	}

	.xs\:row-gap-6 {
		grid-row-gap: 1.5rem !important;
		row-gap: 1.5rem !important
	}

	.xs\:row-gap-8 {
		grid-row-gap: 2rem !important;
		row-gap: 2rem !important
	}

	.xs\:row-gap-10 {
		grid-row-gap: 2.5rem !important;
		row-gap: 2.5rem !important
	}

	.xs\:row-gap-12 {
		grid-row-gap: 3rem !important;
		row-gap: 3rem !important
	}

	.xs\:row-gap-16 {
		grid-row-gap: 4rem !important;
		row-gap: 4rem !important
	}

	.xs\:row-gap-20 {
		grid-row-gap: 5rem !important;
		row-gap: 5rem !important
	}

	.xs\:row-gap-24 {
		grid-row-gap: 6rem !important;
		row-gap: 6rem !important
	}

	.xs\:row-gap-32 {
		grid-row-gap: 8rem !important;
		row-gap: 8rem !important
	}

	.xs\:row-gap-40 {
		grid-row-gap: 10rem !important;
		row-gap: 10rem !important
	}

	.xs\:row-gap-48 {
		grid-row-gap: 12rem !important;
		row-gap: 12rem !important
	}

	.xs\:row-gap-56 {
		grid-row-gap: 14rem !important;
		row-gap: 14rem !important
	}

	.xs\:row-gap-64 {
		grid-row-gap: 16rem !important;
		row-gap: 16rem !important
	}

	.xs\:row-gap-px {
		grid-row-gap: 1px !important;
		row-gap: 1px !important
	}

	.xs\:-row-gap-50 {
		grid-row-gap: -50px !important;
		row-gap: -50px !important
	}

	.xs\:gap-y-0 {
		grid-row-gap: 0 !important;
		row-gap: 0 !important
	}

	.xs\:gap-y-1 {
		grid-row-gap: .25rem !important;
		row-gap: .25rem !important
	}

	.xs\:gap-y-2 {
		grid-row-gap: .5rem !important;
		row-gap: .5rem !important
	}

	.xs\:gap-y-3 {
		grid-row-gap: .75rem !important;
		row-gap: .75rem !important
	}

	.xs\:gap-y-4 {
		grid-row-gap: 1rem !important;
		row-gap: 1rem !important
	}

	.xs\:gap-y-5 {
		grid-row-gap: 1.25rem !important;
		row-gap: 1.25rem !important
	}

	.xs\:gap-y-6 {
		grid-row-gap: 1.5rem !important;
		row-gap: 1.5rem !important
	}

	.xs\:gap-y-8 {
		grid-row-gap: 2rem !important;
		row-gap: 2rem !important
	}

	.xs\:gap-y-10 {
		grid-row-gap: 2.5rem !important;
		row-gap: 2.5rem !important
	}

	.xs\:gap-y-12 {
		grid-row-gap: 3rem !important;
		row-gap: 3rem !important
	}

	.xs\:gap-y-16 {
		grid-row-gap: 4rem !important;
		row-gap: 4rem !important
	}

	.xs\:gap-y-20 {
		grid-row-gap: 5rem !important;
		row-gap: 5rem !important
	}

	.xs\:gap-y-24 {
		grid-row-gap: 6rem !important;
		row-gap: 6rem !important
	}

	.xs\:gap-y-32 {
		grid-row-gap: 8rem !important;
		row-gap: 8rem !important
	}

	.xs\:gap-y-40 {
		grid-row-gap: 10rem !important;
		row-gap: 10rem !important
	}

	.xs\:gap-y-48 {
		grid-row-gap: 12rem !important;
		row-gap: 12rem !important
	}

	.xs\:gap-y-56 {
		grid-row-gap: 14rem !important;
		row-gap: 14rem !important
	}

	.xs\:gap-y-64 {
		grid-row-gap: 16rem !important;
		row-gap: 16rem !important
	}

	.xs\:gap-y-px {
		grid-row-gap: 1px !important;
		row-gap: 1px !important
	}

	.xs\:-gap-y-50 {
		grid-row-gap: -50px !important;
		row-gap: -50px !important
	}

	.xs\:grid-flow-row {
		grid-auto-flow: row !important
	}

	.xs\:grid-flow-col {
		grid-auto-flow: column !important
	}

	.xs\:grid-flow-row-dense {
		grid-auto-flow: row dense !important
	}

	.xs\:grid-flow-col-dense {
		grid-auto-flow: column dense !important
	}

	.xs\:grid-cols-1 {
		grid-template-columns: repeat(1,minmax(0,1fr)) !important
	}

	.xs\:grid-cols-2 {
		grid-template-columns: repeat(2,minmax(0,1fr)) !important
	}

	.xs\:grid-cols-3 {
		grid-template-columns: repeat(3,minmax(0,1fr)) !important
	}

	.xs\:grid-cols-4 {
		grid-template-columns: repeat(4,minmax(0,1fr)) !important
	}

	.xs\:grid-cols-5 {
		grid-template-columns: repeat(5,minmax(0,1fr)) !important
	}

	.xs\:grid-cols-6 {
		grid-template-columns: repeat(6,minmax(0,1fr)) !important
	}

	.xs\:grid-cols-7 {
		grid-template-columns: repeat(7,minmax(0,1fr)) !important
	}

	.xs\:grid-cols-8 {
		grid-template-columns: repeat(8,minmax(0,1fr)) !important
	}

	.xs\:grid-cols-9 {
		grid-template-columns: repeat(9,minmax(0,1fr)) !important
	}

	.xs\:grid-cols-10 {
		grid-template-columns: repeat(10,minmax(0,1fr)) !important
	}

	.xs\:grid-cols-11 {
		grid-template-columns: repeat(11,minmax(0,1fr)) !important
	}

	.xs\:grid-cols-12 {
		grid-template-columns: repeat(12,minmax(0,1fr)) !important
	}

	.xs\:grid-cols-none {
		grid-template-columns: none !important
	}

	.xs\:auto-cols-auto {
		grid-auto-columns: auto !important
	}

	.xs\:auto-cols-min {
		grid-auto-columns: -webkit-min-content !important;
		grid-auto-columns: min-content !important
	}

	.xs\:auto-cols-max {
		grid-auto-columns: -webkit-max-content !important;
		grid-auto-columns: max-content !important
	}

	.xs\:auto-cols-fr {
		grid-auto-columns: minmax(0,1fr) !important
	}

	.xs\:col-auto {
		grid-column: auto !important
	}

	.xs\:col-span-1 {
		grid-column: span 1/span 1 !important
	}

	.xs\:col-span-2 {
		grid-column: span 2/span 2 !important
	}

	.xs\:col-span-3 {
		grid-column: span 3/span 3 !important
	}

	.xs\:col-span-4 {
		grid-column: span 4/span 4 !important
	}

	.xs\:col-span-5 {
		grid-column: span 5/span 5 !important
	}

	.xs\:col-span-6 {
		grid-column: span 6/span 6 !important
	}

	.xs\:col-span-7 {
		grid-column: span 7/span 7 !important
	}

	.xs\:col-span-8 {
		grid-column: span 8/span 8 !important
	}

	.xs\:col-span-9 {
		grid-column: span 9/span 9 !important
	}

	.xs\:col-span-10 {
		grid-column: span 10/span 10 !important
	}

	.xs\:col-span-11 {
		grid-column: span 11/span 11 !important
	}

	.xs\:col-span-12 {
		grid-column: span 12/span 12 !important
	}

	.xs\:col-span-full {
		grid-column: 1/-1 !important
	}

	.xs\:col-start-1 {
		grid-column-start: 1 !important
	}

	.xs\:col-start-2 {
		grid-column-start: 2 !important
	}

	.xs\:col-start-3 {
		grid-column-start: 3 !important
	}

	.xs\:col-start-4 {
		grid-column-start: 4 !important
	}

	.xs\:col-start-5 {
		grid-column-start: 5 !important
	}

	.xs\:col-start-6 {
		grid-column-start: 6 !important
	}

	.xs\:col-start-7 {
		grid-column-start: 7 !important
	}

	.xs\:col-start-8 {
		grid-column-start: 8 !important
	}

	.xs\:col-start-9 {
		grid-column-start: 9 !important
	}

	.xs\:col-start-10 {
		grid-column-start: 10 !important
	}

	.xs\:col-start-11 {
		grid-column-start: 11 !important
	}

	.xs\:col-start-12 {
		grid-column-start: 12 !important
	}

	.xs\:col-start-13 {
		grid-column-start: 13 !important
	}

	.xs\:col-start-auto {
		grid-column-start: auto !important
	}

	.xs\:col-end-1 {
		grid-column-end: 1 !important
	}

	.xs\:col-end-2 {
		grid-column-end: 2 !important
	}

	.xs\:col-end-3 {
		grid-column-end: 3 !important
	}

	.xs\:col-end-4 {
		grid-column-end: 4 !important
	}

	.xs\:col-end-5 {
		grid-column-end: 5 !important
	}

	.xs\:col-end-6 {
		grid-column-end: 6 !important
	}

	.xs\:col-end-7 {
		grid-column-end: 7 !important
	}

	.xs\:col-end-8 {
		grid-column-end: 8 !important
	}

	.xs\:col-end-9 {
		grid-column-end: 9 !important
	}

	.xs\:col-end-10 {
		grid-column-end: 10 !important
	}

	.xs\:col-end-11 {
		grid-column-end: 11 !important
	}

	.xs\:col-end-12 {
		grid-column-end: 12 !important
	}

	.xs\:col-end-13 {
		grid-column-end: 13 !important
	}

	.xs\:col-end-auto {
		grid-column-end: auto !important
	}

	.xs\:grid-rows-1 {
		grid-template-rows: repeat(1,minmax(0,1fr)) !important
	}

	.xs\:grid-rows-2 {
		grid-template-rows: repeat(2,minmax(0,1fr)) !important
	}

	.xs\:grid-rows-3 {
		grid-template-rows: repeat(3,minmax(0,1fr)) !important
	}

	.xs\:grid-rows-4 {
		grid-template-rows: repeat(4,minmax(0,1fr)) !important
	}

	.xs\:grid-rows-5 {
		grid-template-rows: repeat(5,minmax(0,1fr)) !important
	}

	.xs\:grid-rows-6 {
		grid-template-rows: repeat(6,minmax(0,1fr)) !important
	}

	.xs\:grid-rows-none {
		grid-template-rows: none !important
	}

	.xs\:auto-rows-auto {
		grid-auto-rows: auto !important
	}

	.xs\:auto-rows-min {
		grid-auto-rows: -webkit-min-content !important;
		grid-auto-rows: min-content !important
	}

	.xs\:auto-rows-max {
		grid-auto-rows: -webkit-max-content !important;
		grid-auto-rows: max-content !important
	}

	.xs\:auto-rows-fr {
		grid-auto-rows: minmax(0,1fr) !important
	}

	.xs\:row-auto {
		grid-row: auto !important
	}

	.xs\:row-span-1 {
		grid-row: span 1/span 1 !important
	}

	.xs\:row-span-2 {
		grid-row: span 2/span 2 !important
	}

	.xs\:row-span-3 {
		grid-row: span 3/span 3 !important
	}

	.xs\:row-span-4 {
		grid-row: span 4/span 4 !important
	}

	.xs\:row-span-5 {
		grid-row: span 5/span 5 !important
	}

	.xs\:row-span-6 {
		grid-row: span 6/span 6 !important
	}

	.xs\:row-span-full {
		grid-row: 1/-1 !important
	}

	.xs\:row-start-1 {
		grid-row-start: 1 !important
	}

	.xs\:row-start-2 {
		grid-row-start: 2 !important
	}

	.xs\:row-start-3 {
		grid-row-start: 3 !important
	}

	.xs\:row-start-4 {
		grid-row-start: 4 !important
	}

	.xs\:row-start-5 {
		grid-row-start: 5 !important
	}

	.xs\:row-start-6 {
		grid-row-start: 6 !important
	}

	.xs\:row-start-7 {
		grid-row-start: 7 !important
	}

	.xs\:row-start-auto {
		grid-row-start: auto !important
	}

	.xs\:row-end-1 {
		grid-row-end: 1 !important
	}

	.xs\:row-end-2 {
		grid-row-end: 2 !important
	}

	.xs\:row-end-3 {
		grid-row-end: 3 !important
	}

	.xs\:row-end-4 {
		grid-row-end: 4 !important
	}

	.xs\:row-end-5 {
		grid-row-end: 5 !important
	}

	.xs\:row-end-6 {
		grid-row-end: 6 !important
	}

	.xs\:row-end-7 {
		grid-row-end: 7 !important
	}

	.xs\:row-end-auto {
		grid-row-end: auto !important
	}

	.xs\:transform {
		--transform-translate-x: 0 !important;
		--transform-translate-y: 0 !important;
		--transform-rotate: 0 !important;
		--transform-skew-x: 0 !important;
		--transform-skew-y: 0 !important;
		--transform-scale-x: 1 !important;
		--transform-scale-y: 1 !important;
		transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
	}

	.xs\:transform-none {
		transform: none !important
	}

	.xs\:translate-x-0 {
		--transform-translate-x: 0 !important
	}

	.xs\:translate-x-1 {
		--transform-translate-x: 0.25rem !important
	}

	.xs\:translate-x-2 {
		--transform-translate-x: 0.5rem !important
	}

	.xs\:translate-x-3 {
		--transform-translate-x: 0.75rem !important
	}

	.xs\:translate-x-4 {
		--transform-translate-x: 1rem !important
	}

	.xs\:translate-x-5 {
		--transform-translate-x: 1.25rem !important
	}

	.xs\:translate-x-6 {
		--transform-translate-x: 1.5rem !important
	}

	.xs\:translate-x-8 {
		--transform-translate-x: 2rem !important
	}

	.xs\:translate-x-10 {
		--transform-translate-x: 2.5rem !important
	}

	.xs\:translate-x-12 {
		--transform-translate-x: 3rem !important
	}

	.xs\:translate-x-16 {
		--transform-translate-x: 4rem !important
	}

	.xs\:translate-x-20 {
		--transform-translate-x: 5rem !important
	}

	.xs\:translate-x-24 {
		--transform-translate-x: 6rem !important
	}

	.xs\:translate-x-32 {
		--transform-translate-x: 8rem !important
	}

	.xs\:translate-x-40 {
		--transform-translate-x: 10rem !important
	}

	.xs\:translate-x-48 {
		--transform-translate-x: 12rem !important
	}

	.xs\:translate-x-56 {
		--transform-translate-x: 14rem !important
	}

	.xs\:translate-x-64 {
		--transform-translate-x: 16rem !important
	}

	.xs\:translate-x-px {
		--transform-translate-x: 1px !important
	}

	.xs\:-translate-x-50 {
		--transform-translate-x: -50px !important
	}

	.xs\:-translate-x-1 {
		--transform-translate-x: -0.25rem !important
	}

	.xs\:-translate-x-2 {
		--transform-translate-x: -0.5rem !important
	}

	.xs\:-translate-x-3 {
		--transform-translate-x: -0.75rem !important
	}

	.xs\:-translate-x-4 {
		--transform-translate-x: -1rem !important
	}

	.xs\:-translate-x-5 {
		--transform-translate-x: -1.25rem !important
	}

	.xs\:-translate-x-6 {
		--transform-translate-x: -1.5rem !important
	}

	.xs\:-translate-x-8 {
		--transform-translate-x: -2rem !important
	}

	.xs\:-translate-x-10 {
		--transform-translate-x: -2.5rem !important
	}

	.xs\:-translate-x-12 {
		--transform-translate-x: -3rem !important
	}

	.xs\:-translate-x-16 {
		--transform-translate-x: -4rem !important
	}

	.xs\:-translate-x-20 {
		--transform-translate-x: -5rem !important
	}

	.xs\:-translate-x-24 {
		--transform-translate-x: -6rem !important
	}

	.xs\:-translate-x-32 {
		--transform-translate-x: -8rem !important
	}

	.xs\:-translate-x-40 {
		--transform-translate-x: -10rem !important
	}

	.xs\:-translate-x-48 {
		--transform-translate-x: -12rem !important
	}

	.xs\:-translate-x-56 {
		--transform-translate-x: -14rem !important
	}

	.xs\:-translate-x-64 {
		--transform-translate-x: -16rem !important
	}

	.xs\:-translate-x-px {
		--transform-translate-x: -1px !important
	}

	.xs\:-translate-x--50 {
		--transform-translate-x: 50px !important
	}

	.xs\:-translate-x-full {
		--transform-translate-x: -100% !important
	}

	.xs\:-translate-x-1\/2 {
		--transform-translate-x: -50% !important
	}

	.xs\:translate-x-1\/2 {
		--transform-translate-x: 50% !important
	}

	.xs\:translate-x-full {
		--transform-translate-x: 100% !important
	}

	.xs\:translate-y-0 {
		--transform-translate-y: 0 !important
	}

	.xs\:translate-y-1 {
		--transform-translate-y: 0.25rem !important
	}

	.xs\:translate-y-2 {
		--transform-translate-y: 0.5rem !important
	}

	.xs\:translate-y-3 {
		--transform-translate-y: 0.75rem !important
	}

	.xs\:translate-y-4 {
		--transform-translate-y: 1rem !important
	}

	.xs\:translate-y-5 {
		--transform-translate-y: 1.25rem !important
	}

	.xs\:translate-y-6 {
		--transform-translate-y: 1.5rem !important
	}

	.xs\:translate-y-8 {
		--transform-translate-y: 2rem !important
	}

	.xs\:translate-y-10 {
		--transform-translate-y: 2.5rem !important
	}

	.xs\:translate-y-12 {
		--transform-translate-y: 3rem !important
	}

	.xs\:translate-y-16 {
		--transform-translate-y: 4rem !important
	}

	.xs\:translate-y-20 {
		--transform-translate-y: 5rem !important
	}

	.xs\:translate-y-24 {
		--transform-translate-y: 6rem !important
	}

	.xs\:translate-y-32 {
		--transform-translate-y: 8rem !important
	}

	.xs\:translate-y-40 {
		--transform-translate-y: 10rem !important
	}

	.xs\:translate-y-48 {
		--transform-translate-y: 12rem !important
	}

	.xs\:translate-y-56 {
		--transform-translate-y: 14rem !important
	}

	.xs\:translate-y-64 {
		--transform-translate-y: 16rem !important
	}

	.xs\:translate-y-px {
		--transform-translate-y: 1px !important
	}

	.xs\:-translate-y-50 {
		--transform-translate-y: -50px !important
	}

	.xs\:-translate-y-1 {
		--transform-translate-y: -0.25rem !important
	}

	.xs\:-translate-y-2 {
		--transform-translate-y: -0.5rem !important
	}

	.xs\:-translate-y-3 {
		--transform-translate-y: -0.75rem !important
	}

	.xs\:-translate-y-4 {
		--transform-translate-y: -1rem !important
	}

	.xs\:-translate-y-5 {
		--transform-translate-y: -1.25rem !important
	}

	.xs\:-translate-y-6 {
		--transform-translate-y: -1.5rem !important
	}

	.xs\:-translate-y-8 {
		--transform-translate-y: -2rem !important
	}

	.xs\:-translate-y-10 {
		--transform-translate-y: -2.5rem !important
	}

	.xs\:-translate-y-12 {
		--transform-translate-y: -3rem !important
	}

	.xs\:-translate-y-16 {
		--transform-translate-y: -4rem !important
	}

	.xs\:-translate-y-20 {
		--transform-translate-y: -5rem !important
	}

	.xs\:-translate-y-24 {
		--transform-translate-y: -6rem !important
	}

	.xs\:-translate-y-32 {
		--transform-translate-y: -8rem !important
	}

	.xs\:-translate-y-40 {
		--transform-translate-y: -10rem !important
	}

	.xs\:-translate-y-48 {
		--transform-translate-y: -12rem !important
	}

	.xs\:-translate-y-56 {
		--transform-translate-y: -14rem !important
	}

	.xs\:-translate-y-64 {
		--transform-translate-y: -16rem !important
	}

	.xs\:-translate-y-px {
		--transform-translate-y: -1px !important
	}

	.xs\:-translate-y--50 {
		--transform-translate-y: 50px !important
	}

	.xs\:-translate-y-full {
		--transform-translate-y: -100% !important
	}

	.xs\:-translate-y-1\/2 {
		--transform-translate-y: -50% !important
	}

	.xs\:translate-y-1\/2 {
		--transform-translate-y: 50% !important
	}

	.xs\:translate-y-full {
		--transform-translate-y: 100% !important
	}

	.xs\:hover\:translate-x-0:hover {
		--transform-translate-x: 0 !important
	}

	.xs\:hover\:translate-x-1:hover {
		--transform-translate-x: 0.25rem !important
	}

	.xs\:hover\:translate-x-2:hover {
		--transform-translate-x: 0.5rem !important
	}

	.xs\:hover\:translate-x-3:hover {
		--transform-translate-x: 0.75rem !important
	}

	.xs\:hover\:translate-x-4:hover {
		--transform-translate-x: 1rem !important
	}

	.xs\:hover\:translate-x-5:hover {
		--transform-translate-x: 1.25rem !important
	}

	.xs\:hover\:translate-x-6:hover {
		--transform-translate-x: 1.5rem !important
	}

	.xs\:hover\:translate-x-8:hover {
		--transform-translate-x: 2rem !important
	}

	.xs\:hover\:translate-x-10:hover {
		--transform-translate-x: 2.5rem !important
	}

	.xs\:hover\:translate-x-12:hover {
		--transform-translate-x: 3rem !important
	}

	.xs\:hover\:translate-x-16:hover {
		--transform-translate-x: 4rem !important
	}

	.xs\:hover\:translate-x-20:hover {
		--transform-translate-x: 5rem !important
	}

	.xs\:hover\:translate-x-24:hover {
		--transform-translate-x: 6rem !important
	}

	.xs\:hover\:translate-x-32:hover {
		--transform-translate-x: 8rem !important
	}

	.xs\:hover\:translate-x-40:hover {
		--transform-translate-x: 10rem !important
	}

	.xs\:hover\:translate-x-48:hover {
		--transform-translate-x: 12rem !important
	}

	.xs\:hover\:translate-x-56:hover {
		--transform-translate-x: 14rem !important
	}

	.xs\:hover\:translate-x-64:hover {
		--transform-translate-x: 16rem !important
	}

	.xs\:hover\:translate-x-px:hover {
		--transform-translate-x: 1px !important
	}

	.xs\:hover\:-translate-x-50:hover {
		--transform-translate-x: -50px !important
	}

	.xs\:hover\:-translate-x-1:hover {
		--transform-translate-x: -0.25rem !important
	}

	.xs\:hover\:-translate-x-2:hover {
		--transform-translate-x: -0.5rem !important
	}

	.xs\:hover\:-translate-x-3:hover {
		--transform-translate-x: -0.75rem !important
	}

	.xs\:hover\:-translate-x-4:hover {
		--transform-translate-x: -1rem !important
	}

	.xs\:hover\:-translate-x-5:hover {
		--transform-translate-x: -1.25rem !important
	}

	.xs\:hover\:-translate-x-6:hover {
		--transform-translate-x: -1.5rem !important
	}

	.xs\:hover\:-translate-x-8:hover {
		--transform-translate-x: -2rem !important
	}

	.xs\:hover\:-translate-x-10:hover {
		--transform-translate-x: -2.5rem !important
	}

	.xs\:hover\:-translate-x-12:hover {
		--transform-translate-x: -3rem !important
	}

	.xs\:hover\:-translate-x-16:hover {
		--transform-translate-x: -4rem !important
	}

	.xs\:hover\:-translate-x-20:hover {
		--transform-translate-x: -5rem !important
	}

	.xs\:hover\:-translate-x-24:hover {
		--transform-translate-x: -6rem !important
	}

	.xs\:hover\:-translate-x-32:hover {
		--transform-translate-x: -8rem !important
	}

	.xs\:hover\:-translate-x-40:hover {
		--transform-translate-x: -10rem !important
	}

	.xs\:hover\:-translate-x-48:hover {
		--transform-translate-x: -12rem !important
	}

	.xs\:hover\:-translate-x-56:hover {
		--transform-translate-x: -14rem !important
	}

	.xs\:hover\:-translate-x-64:hover {
		--transform-translate-x: -16rem !important
	}

	.xs\:hover\:-translate-x-px:hover {
		--transform-translate-x: -1px !important
	}

	.xs\:hover\:-translate-x--50:hover {
		--transform-translate-x: 50px !important
	}

	.xs\:hover\:-translate-x-full:hover {
		--transform-translate-x: -100% !important
	}

	.xs\:hover\:-translate-x-1\/2:hover {
		--transform-translate-x: -50% !important
	}

	.xs\:hover\:translate-x-1\/2:hover {
		--transform-translate-x: 50% !important
	}

	.xs\:hover\:translate-x-full:hover {
		--transform-translate-x: 100% !important
	}

	.xs\:hover\:translate-y-0:hover {
		--transform-translate-y: 0 !important
	}

	.xs\:hover\:translate-y-1:hover {
		--transform-translate-y: 0.25rem !important
	}

	.xs\:hover\:translate-y-2:hover {
		--transform-translate-y: 0.5rem !important
	}

	.xs\:hover\:translate-y-3:hover {
		--transform-translate-y: 0.75rem !important
	}

	.xs\:hover\:translate-y-4:hover {
		--transform-translate-y: 1rem !important
	}

	.xs\:hover\:translate-y-5:hover {
		--transform-translate-y: 1.25rem !important
	}

	.xs\:hover\:translate-y-6:hover {
		--transform-translate-y: 1.5rem !important
	}

	.xs\:hover\:translate-y-8:hover {
		--transform-translate-y: 2rem !important
	}

	.xs\:hover\:translate-y-10:hover {
		--transform-translate-y: 2.5rem !important
	}

	.xs\:hover\:translate-y-12:hover {
		--transform-translate-y: 3rem !important
	}

	.xs\:hover\:translate-y-16:hover {
		--transform-translate-y: 4rem !important
	}

	.xs\:hover\:translate-y-20:hover {
		--transform-translate-y: 5rem !important
	}

	.xs\:hover\:translate-y-24:hover {
		--transform-translate-y: 6rem !important
	}

	.xs\:hover\:translate-y-32:hover {
		--transform-translate-y: 8rem !important
	}

	.xs\:hover\:translate-y-40:hover {
		--transform-translate-y: 10rem !important
	}

	.xs\:hover\:translate-y-48:hover {
		--transform-translate-y: 12rem !important
	}

	.xs\:hover\:translate-y-56:hover {
		--transform-translate-y: 14rem !important
	}

	.xs\:hover\:translate-y-64:hover {
		--transform-translate-y: 16rem !important
	}

	.xs\:hover\:translate-y-px:hover {
		--transform-translate-y: 1px !important
	}

	.xs\:hover\:-translate-y-50:hover {
		--transform-translate-y: -50px !important
	}

	.xs\:hover\:-translate-y-1:hover {
		--transform-translate-y: -0.25rem !important
	}

	.xs\:hover\:-translate-y-2:hover {
		--transform-translate-y: -0.5rem !important
	}

	.xs\:hover\:-translate-y-3:hover {
		--transform-translate-y: -0.75rem !important
	}

	.xs\:hover\:-translate-y-4:hover {
		--transform-translate-y: -1rem !important
	}

	.xs\:hover\:-translate-y-5:hover {
		--transform-translate-y: -1.25rem !important
	}

	.xs\:hover\:-translate-y-6:hover {
		--transform-translate-y: -1.5rem !important
	}

	.xs\:hover\:-translate-y-8:hover {
		--transform-translate-y: -2rem !important
	}

	.xs\:hover\:-translate-y-10:hover {
		--transform-translate-y: -2.5rem !important
	}

	.xs\:hover\:-translate-y-12:hover {
		--transform-translate-y: -3rem !important
	}

	.xs\:hover\:-translate-y-16:hover {
		--transform-translate-y: -4rem !important
	}

	.xs\:hover\:-translate-y-20:hover {
		--transform-translate-y: -5rem !important
	}

	.xs\:hover\:-translate-y-24:hover {
		--transform-translate-y: -6rem !important
	}

	.xs\:hover\:-translate-y-32:hover {
		--transform-translate-y: -8rem !important
	}

	.xs\:hover\:-translate-y-40:hover {
		--transform-translate-y: -10rem !important
	}

	.xs\:hover\:-translate-y-48:hover {
		--transform-translate-y: -12rem !important
	}

	.xs\:hover\:-translate-y-56:hover {
		--transform-translate-y: -14rem !important
	}

	.xs\:hover\:-translate-y-64:hover {
		--transform-translate-y: -16rem !important
	}

	.xs\:hover\:-translate-y-px:hover {
		--transform-translate-y: -1px !important
	}

	.xs\:hover\:-translate-y--50:hover {
		--transform-translate-y: 50px !important
	}

	.xs\:hover\:-translate-y-full:hover {
		--transform-translate-y: -100% !important
	}

	.xs\:hover\:-translate-y-1\/2:hover {
		--transform-translate-y: -50% !important
	}

	.xs\:hover\:translate-y-1\/2:hover {
		--transform-translate-y: 50% !important
	}

	.xs\:hover\:translate-y-full:hover {
		--transform-translate-y: 100% !important
	}

	.xs\:focus\:translate-x-0:focus {
		--transform-translate-x: 0 !important
	}

	.xs\:focus\:translate-x-1:focus {
		--transform-translate-x: 0.25rem !important
	}

	.xs\:focus\:translate-x-2:focus {
		--transform-translate-x: 0.5rem !important
	}

	.xs\:focus\:translate-x-3:focus {
		--transform-translate-x: 0.75rem !important
	}

	.xs\:focus\:translate-x-4:focus {
		--transform-translate-x: 1rem !important
	}

	.xs\:focus\:translate-x-5:focus {
		--transform-translate-x: 1.25rem !important
	}

	.xs\:focus\:translate-x-6:focus {
		--transform-translate-x: 1.5rem !important
	}

	.xs\:focus\:translate-x-8:focus {
		--transform-translate-x: 2rem !important
	}

	.xs\:focus\:translate-x-10:focus {
		--transform-translate-x: 2.5rem !important
	}

	.xs\:focus\:translate-x-12:focus {
		--transform-translate-x: 3rem !important
	}

	.xs\:focus\:translate-x-16:focus {
		--transform-translate-x: 4rem !important
	}

	.xs\:focus\:translate-x-20:focus {
		--transform-translate-x: 5rem !important
	}

	.xs\:focus\:translate-x-24:focus {
		--transform-translate-x: 6rem !important
	}

	.xs\:focus\:translate-x-32:focus {
		--transform-translate-x: 8rem !important
	}

	.xs\:focus\:translate-x-40:focus {
		--transform-translate-x: 10rem !important
	}

	.xs\:focus\:translate-x-48:focus {
		--transform-translate-x: 12rem !important
	}

	.xs\:focus\:translate-x-56:focus {
		--transform-translate-x: 14rem !important
	}

	.xs\:focus\:translate-x-64:focus {
		--transform-translate-x: 16rem !important
	}

	.xs\:focus\:translate-x-px:focus {
		--transform-translate-x: 1px !important
	}

	.xs\:focus\:-translate-x-50:focus {
		--transform-translate-x: -50px !important
	}

	.xs\:focus\:-translate-x-1:focus {
		--transform-translate-x: -0.25rem !important
	}

	.xs\:focus\:-translate-x-2:focus {
		--transform-translate-x: -0.5rem !important
	}

	.xs\:focus\:-translate-x-3:focus {
		--transform-translate-x: -0.75rem !important
	}

	.xs\:focus\:-translate-x-4:focus {
		--transform-translate-x: -1rem !important
	}

	.xs\:focus\:-translate-x-5:focus {
		--transform-translate-x: -1.25rem !important
	}

	.xs\:focus\:-translate-x-6:focus {
		--transform-translate-x: -1.5rem !important
	}

	.xs\:focus\:-translate-x-8:focus {
		--transform-translate-x: -2rem !important
	}

	.xs\:focus\:-translate-x-10:focus {
		--transform-translate-x: -2.5rem !important
	}

	.xs\:focus\:-translate-x-12:focus {
		--transform-translate-x: -3rem !important
	}

	.xs\:focus\:-translate-x-16:focus {
		--transform-translate-x: -4rem !important
	}

	.xs\:focus\:-translate-x-20:focus {
		--transform-translate-x: -5rem !important
	}

	.xs\:focus\:-translate-x-24:focus {
		--transform-translate-x: -6rem !important
	}

	.xs\:focus\:-translate-x-32:focus {
		--transform-translate-x: -8rem !important
	}

	.xs\:focus\:-translate-x-40:focus {
		--transform-translate-x: -10rem !important
	}

	.xs\:focus\:-translate-x-48:focus {
		--transform-translate-x: -12rem !important
	}

	.xs\:focus\:-translate-x-56:focus {
		--transform-translate-x: -14rem !important
	}

	.xs\:focus\:-translate-x-64:focus {
		--transform-translate-x: -16rem !important
	}

	.xs\:focus\:-translate-x-px:focus {
		--transform-translate-x: -1px !important
	}

	.xs\:focus\:-translate-x--50:focus {
		--transform-translate-x: 50px !important
	}

	.xs\:focus\:-translate-x-full:focus {
		--transform-translate-x: -100% !important
	}

	.xs\:focus\:-translate-x-1\/2:focus {
		--transform-translate-x: -50% !important
	}

	.xs\:focus\:translate-x-1\/2:focus {
		--transform-translate-x: 50% !important
	}

	.xs\:focus\:translate-x-full:focus {
		--transform-translate-x: 100% !important
	}

	.xs\:focus\:translate-y-0:focus {
		--transform-translate-y: 0 !important
	}

	.xs\:focus\:translate-y-1:focus {
		--transform-translate-y: 0.25rem !important
	}

	.xs\:focus\:translate-y-2:focus {
		--transform-translate-y: 0.5rem !important
	}

	.xs\:focus\:translate-y-3:focus {
		--transform-translate-y: 0.75rem !important
	}

	.xs\:focus\:translate-y-4:focus {
		--transform-translate-y: 1rem !important
	}

	.xs\:focus\:translate-y-5:focus {
		--transform-translate-y: 1.25rem !important
	}

	.xs\:focus\:translate-y-6:focus {
		--transform-translate-y: 1.5rem !important
	}

	.xs\:focus\:translate-y-8:focus {
		--transform-translate-y: 2rem !important
	}

	.xs\:focus\:translate-y-10:focus {
		--transform-translate-y: 2.5rem !important
	}

	.xs\:focus\:translate-y-12:focus {
		--transform-translate-y: 3rem !important
	}

	.xs\:focus\:translate-y-16:focus {
		--transform-translate-y: 4rem !important
	}

	.xs\:focus\:translate-y-20:focus {
		--transform-translate-y: 5rem !important
	}

	.xs\:focus\:translate-y-24:focus {
		--transform-translate-y: 6rem !important
	}

	.xs\:focus\:translate-y-32:focus {
		--transform-translate-y: 8rem !important
	}

	.xs\:focus\:translate-y-40:focus {
		--transform-translate-y: 10rem !important
	}

	.xs\:focus\:translate-y-48:focus {
		--transform-translate-y: 12rem !important
	}

	.xs\:focus\:translate-y-56:focus {
		--transform-translate-y: 14rem !important
	}

	.xs\:focus\:translate-y-64:focus {
		--transform-translate-y: 16rem !important
	}

	.xs\:focus\:translate-y-px:focus {
		--transform-translate-y: 1px !important
	}

	.xs\:focus\:-translate-y-50:focus {
		--transform-translate-y: -50px !important
	}

	.xs\:focus\:-translate-y-1:focus {
		--transform-translate-y: -0.25rem !important
	}

	.xs\:focus\:-translate-y-2:focus {
		--transform-translate-y: -0.5rem !important
	}

	.xs\:focus\:-translate-y-3:focus {
		--transform-translate-y: -0.75rem !important
	}

	.xs\:focus\:-translate-y-4:focus {
		--transform-translate-y: -1rem !important
	}

	.xs\:focus\:-translate-y-5:focus {
		--transform-translate-y: -1.25rem !important
	}

	.xs\:focus\:-translate-y-6:focus {
		--transform-translate-y: -1.5rem !important
	}

	.xs\:focus\:-translate-y-8:focus {
		--transform-translate-y: -2rem !important
	}

	.xs\:focus\:-translate-y-10:focus {
		--transform-translate-y: -2.5rem !important
	}

	.xs\:focus\:-translate-y-12:focus {
		--transform-translate-y: -3rem !important
	}

	.xs\:focus\:-translate-y-16:focus {
		--transform-translate-y: -4rem !important
	}

	.xs\:focus\:-translate-y-20:focus {
		--transform-translate-y: -5rem !important
	}

	.xs\:focus\:-translate-y-24:focus {
		--transform-translate-y: -6rem !important
	}

	.xs\:focus\:-translate-y-32:focus {
		--transform-translate-y: -8rem !important
	}

	.xs\:focus\:-translate-y-40:focus {
		--transform-translate-y: -10rem !important
	}

	.xs\:focus\:-translate-y-48:focus {
		--transform-translate-y: -12rem !important
	}

	.xs\:focus\:-translate-y-56:focus {
		--transform-translate-y: -14rem !important
	}

	.xs\:focus\:-translate-y-64:focus {
		--transform-translate-y: -16rem !important
	}

	.xs\:focus\:-translate-y-px:focus {
		--transform-translate-y: -1px !important
	}

	.xs\:focus\:-translate-y--50:focus {
		--transform-translate-y: 50px !important
	}

	.xs\:focus\:-translate-y-full:focus {
		--transform-translate-y: -100% !important
	}

	.xs\:focus\:-translate-y-1\/2:focus {
		--transform-translate-y: -50% !important
	}

	.xs\:focus\:translate-y-1\/2:focus {
		--transform-translate-y: 50% !important
	}

	.xs\:focus\:translate-y-full:focus {
		--transform-translate-y: 100% !important
	}
}

@media (min-width:640px) {
	.sm\:container {
		width: 100%
	}

	@media (min-width:368px) {
		.sm\:container {
			max-width: 368px
		}
	}

	@media (min-width:640px) {
		.sm\:container {
			max-width: 640px
		}
	}

	@media (min-width:768px) {
		.sm\:container {
			max-width: 768px
		}
	}

	@media (min-width:1152px) {
		.sm\:container {
			max-width: 1152px
		}
	}

	@media (min-width:1560px) {
		.sm\:container {
			max-width: 1560px
		}
	}

	@media (min-width:2100px) {
		.sm\:container {
			max-width: 2100px
		}
	}

	.sm\:space-y-0 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(0px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(0px*var(--space-y-reverse)) !important
	}

	.sm\:space-x-0 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(0px*var(--space-x-reverse)) !important;
		margin-left: calc(0px*(1 - var(--space-x-reverse))) !important
	}

	.sm\:space-y-1 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(0.25rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(0.25rem*var(--space-y-reverse)) !important
	}

	.sm\:space-x-1 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(0.25rem*var(--space-x-reverse)) !important;
		margin-left: calc(0.25rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:space-y-2 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(0.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(0.5rem*var(--space-y-reverse)) !important
	}

	.sm\:space-x-2 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(0.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(0.5rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:space-y-3 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(0.75rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(0.75rem*var(--space-y-reverse)) !important
	}

	.sm\:space-x-3 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(0.75rem*var(--space-x-reverse)) !important;
		margin-left: calc(0.75rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:space-y-4 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(1rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(1rem*var(--space-y-reverse)) !important
	}

	.sm\:space-x-4 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(1rem*var(--space-x-reverse)) !important;
		margin-left: calc(1rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:space-y-5 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(1.25rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(1.25rem*var(--space-y-reverse)) !important
	}

	.sm\:space-x-5 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(1.25rem*var(--space-x-reverse)) !important;
		margin-left: calc(1.25rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:space-y-6 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(1.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(1.5rem*var(--space-y-reverse)) !important
	}

	.sm\:space-x-6 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(1.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(1.5rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:space-y-8 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(2rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(2rem*var(--space-y-reverse)) !important
	}

	.sm\:space-x-8 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(2rem*var(--space-x-reverse)) !important;
		margin-left: calc(2rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:space-y-10 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(2.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(2.5rem*var(--space-y-reverse)) !important
	}

	.sm\:space-x-10 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(2.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(2.5rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:space-y-12 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(3rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(3rem*var(--space-y-reverse)) !important
	}

	.sm\:space-x-12 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(3rem*var(--space-x-reverse)) !important;
		margin-left: calc(3rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:space-y-16 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(4rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(4rem*var(--space-y-reverse)) !important
	}

	.sm\:space-x-16 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(4rem*var(--space-x-reverse)) !important;
		margin-left: calc(4rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:space-y-20 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(5rem*var(--space-y-reverse)) !important
	}

	.sm\:space-x-20 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(5rem*var(--space-x-reverse)) !important;
		margin-left: calc(5rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:space-y-24 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(6rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(6rem*var(--space-y-reverse)) !important
	}

	.sm\:space-x-24 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(6rem*var(--space-x-reverse)) !important;
		margin-left: calc(6rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:space-y-32 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(8rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(8rem*var(--space-y-reverse)) !important
	}

	.sm\:space-x-32 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(8rem*var(--space-x-reverse)) !important;
		margin-left: calc(8rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:space-y-40 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(10rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(10rem*var(--space-y-reverse)) !important
	}

	.sm\:space-x-40 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(10rem*var(--space-x-reverse)) !important;
		margin-left: calc(10rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:space-y-48 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(12rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(12rem*var(--space-y-reverse)) !important
	}

	.sm\:space-x-48 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(12rem*var(--space-x-reverse)) !important;
		margin-left: calc(12rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:space-y-56 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(14rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(14rem*var(--space-y-reverse)) !important
	}

	.sm\:space-x-56 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(14rem*var(--space-x-reverse)) !important;
		margin-left: calc(14rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:space-y-64 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(16rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(16rem*var(--space-y-reverse)) !important
	}

	.sm\:space-x-64 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(16rem*var(--space-x-reverse)) !important;
		margin-left: calc(16rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:space-y-px > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(1px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(1px*var(--space-y-reverse)) !important
	}

	.sm\:space-x-px > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(1px*var(--space-x-reverse)) !important;
		margin-left: calc(1px*(1 - var(--space-x-reverse))) !important
	}

	.sm\:-space-y-50 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-50px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-50px*var(--space-y-reverse)) !important
	}

	.sm\:-space-x-50 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-50px*var(--space-x-reverse)) !important;
		margin-left: calc(-50px*(1 - var(--space-x-reverse))) !important
	}

	.sm\:-space-y-1 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-0.25rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-0.25rem*var(--space-y-reverse)) !important
	}

	.sm\:-space-x-1 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-0.25rem*var(--space-x-reverse)) !important;
		margin-left: calc(-0.25rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:-space-y-2 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-0.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-0.5rem*var(--space-y-reverse)) !important
	}

	.sm\:-space-x-2 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-0.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(-0.5rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:-space-y-3 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-0.75rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-0.75rem*var(--space-y-reverse)) !important
	}

	.sm\:-space-x-3 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-0.75rem*var(--space-x-reverse)) !important;
		margin-left: calc(-0.75rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:-space-y-4 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-1rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-1rem*var(--space-y-reverse)) !important
	}

	.sm\:-space-x-4 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-1rem*var(--space-x-reverse)) !important;
		margin-left: calc(-1rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:-space-y-5 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-1.25rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-1.25rem*var(--space-y-reverse)) !important
	}

	.sm\:-space-x-5 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-1.25rem*var(--space-x-reverse)) !important;
		margin-left: calc(-1.25rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:-space-y-6 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-1.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-1.5rem*var(--space-y-reverse)) !important
	}

	.sm\:-space-x-6 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-1.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(-1.5rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:-space-y-8 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-2rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-2rem*var(--space-y-reverse)) !important
	}

	.sm\:-space-x-8 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-2rem*var(--space-x-reverse)) !important;
		margin-left: calc(-2rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:-space-y-10 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-2.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-2.5rem*var(--space-y-reverse)) !important
	}

	.sm\:-space-x-10 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-2.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(-2.5rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:-space-y-12 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-3rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-3rem*var(--space-y-reverse)) !important
	}

	.sm\:-space-x-12 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-3rem*var(--space-x-reverse)) !important;
		margin-left: calc(-3rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:-space-y-16 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-4rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-4rem*var(--space-y-reverse)) !important
	}

	.sm\:-space-x-16 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-4rem*var(--space-x-reverse)) !important;
		margin-left: calc(-4rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:-space-y-20 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-5rem*var(--space-y-reverse)) !important
	}

	.sm\:-space-x-20 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-5rem*var(--space-x-reverse)) !important;
		margin-left: calc(-5rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:-space-y-24 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-6rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-6rem*var(--space-y-reverse)) !important
	}

	.sm\:-space-x-24 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-6rem*var(--space-x-reverse)) !important;
		margin-left: calc(-6rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:-space-y-32 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-8rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-8rem*var(--space-y-reverse)) !important
	}

	.sm\:-space-x-32 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-8rem*var(--space-x-reverse)) !important;
		margin-left: calc(-8rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:-space-y-40 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-10rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-10rem*var(--space-y-reverse)) !important
	}

	.sm\:-space-x-40 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-10rem*var(--space-x-reverse)) !important;
		margin-left: calc(-10rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:-space-y-48 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-12rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-12rem*var(--space-y-reverse)) !important
	}

	.sm\:-space-x-48 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-12rem*var(--space-x-reverse)) !important;
		margin-left: calc(-12rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:-space-y-56 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-14rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-14rem*var(--space-y-reverse)) !important
	}

	.sm\:-space-x-56 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-14rem*var(--space-x-reverse)) !important;
		margin-left: calc(-14rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:-space-y-64 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-16rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-16rem*var(--space-y-reverse)) !important
	}

	.sm\:-space-x-64 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-16rem*var(--space-x-reverse)) !important;
		margin-left: calc(-16rem*(1 - var(--space-x-reverse))) !important
	}

	.sm\:-space-y-px > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-1px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-1px*var(--space-y-reverse)) !important
	}

	.sm\:-space-x-px > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-1px*var(--space-x-reverse)) !important;
		margin-left: calc(-1px*(1 - var(--space-x-reverse))) !important
	}

	.sm\:-space-y--50 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(50px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(50px*var(--space-y-reverse)) !important
	}

	.sm\:-space-x--50 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(50px*var(--space-x-reverse)) !important;
		margin-left: calc(50px*(1 - var(--space-x-reverse))) !important
	}

	.sm\:space-y-reverse > :not(template) ~ :not(template) {
		--space-y-reverse: 1 !important
	}

	.sm\:space-x-reverse > :not(template) ~ :not(template) {
		--space-x-reverse: 1 !important
	}

	.sm\:divide-opacity-0 > :not(template) ~ :not(template) {
		--divide-opacity: 0 !important
	}

	.sm\:divide-opacity-25 > :not(template) ~ :not(template) {
		--divide-opacity: 0.25 !important
	}

	.sm\:divide-opacity-50 > :not(template) ~ :not(template) {
		--divide-opacity: 0.5 !important
	}

	.sm\:divide-opacity-75 > :not(template) ~ :not(template) {
		--divide-opacity: 0.75 !important
	}

	.sm\:divide-opacity-100 > :not(template) ~ :not(template) {
		--divide-opacity: 1 !important
	}

	.sm\:bg-fixed {
		background-attachment: fixed !important
	}

	.sm\:bg-local {
		background-attachment: local !important
	}

	.sm\:bg-scroll {
		background-attachment: scroll !important
	}

	.sm\:bg-clip-border {
		background-clip: border-box !important
	}

	.sm\:bg-clip-padding {
		background-clip: padding-box !important
	}

	.sm\:bg-clip-content {
		background-clip: content-box !important
	}

	.sm\:bg-clip-text {
		-webkit-background-clip: text !important;
		background-clip: text !important
	}

	.sm\:bg-666 {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.sm\:bg-transparent {
		background-color: transparent !important
	}

	.sm\:bg-current {
		background-color: currentColor !important
	}

	.sm\:bg-black-100 {
		--bg-opacity: 1 !important;
		background-color: #141d3e !important;
		background-color: rgba(20,29,62,var(--bg-opacity)) !important
	}

	.sm\:bg-black-200 {
		--bg-opacity: 1 !important;
		background-color: #212935 !important;
		background-color: rgba(33,41,53,var(--bg-opacity)) !important
	}

	.sm\:bg-black-300 {
		--bg-opacity: 1 !important;
		background-color: #323648 !important;
		background-color: rgba(50,54,72,var(--bg-opacity)) !important
	}

	.sm\:bg-white {
		--bg-opacity: 1 !important;
		background-color: #fff !important;
		background-color: rgba(255,255,255,var(--bg-opacity)) !important
	}

	.sm\:bg-gray-100 {
		--bg-opacity: 1 !important;
		background-color: #f6f6f6 !important;
		background-color: rgba(246,246,246,var(--bg-opacity)) !important
	}

	.sm\:bg-gray-200 {
		--bg-opacity: 1 !important;
		background-color: #e5e5e5 !important;
		background-color: rgba(229,229,229,var(--bg-opacity)) !important
	}

	.sm\:bg-gray-300 {
		--bg-opacity: 1 !important;
		background-color: #c4c4c4 !important;
		background-color: rgba(196,196,196,var(--bg-opacity)) !important
	}

	.sm\:bg-gray-400 {
		--bg-opacity: 1 !important;
		background-color: #aaaaad !important;
		background-color: rgba(170,170,173,var(--bg-opacity)) !important
	}

	.sm\:bg-gray-500 {
		--bg-opacity: 1 !important;
		background-color: #9fa2ac !important;
		background-color: rgba(159,162,172,var(--bg-opacity)) !important
	}

	.sm\:bg-gray-600 {
		--bg-opacity: 1 !important;
		background-color: #8f9191 !important;
		background-color: rgba(143,145,145,var(--bg-opacity)) !important
	}

	.sm\:bg-gray-700 {
		--bg-opacity: 1 !important;
		background-color: #70727f !important;
		background-color: rgba(112,114,127,var(--bg-opacity)) !important
	}

	.sm\:bg-gray-800 {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.sm\:bg-red-100 {
		--bg-opacity: 1 !important;
		background-color: #fff5f5 !important;
		background-color: rgba(255,245,245,var(--bg-opacity)) !important
	}

	.sm\:bg-red-200 {
		--bg-opacity: 1 !important;
		background-color: #fed7d7 !important;
		background-color: rgba(254,215,215,var(--bg-opacity)) !important
	}

	.sm\:bg-red-300 {
		--bg-opacity: 1 !important;
		background-color: #feb2b2 !important;
		background-color: rgba(254,178,178,var(--bg-opacity)) !important
	}

	.sm\:bg-red-400 {
		--bg-opacity: 1 !important;
		background-color: #fc8181 !important;
		background-color: rgba(252,129,129,var(--bg-opacity)) !important
	}

	.sm\:bg-red-500 {
		--bg-opacity: 1 !important;
		background-color: #f56565 !important;
		background-color: rgba(245,101,101,var(--bg-opacity)) !important
	}

	.sm\:bg-red-600 {
		--bg-opacity: 1 !important;
		background-color: #e53e3e !important;
		background-color: rgba(229,62,62,var(--bg-opacity)) !important
	}

	.sm\:bg-red-700 {
		--bg-opacity: 1 !important;
		background-color: #c53030 !important;
		background-color: rgba(197,48,48,var(--bg-opacity)) !important
	}

	.sm\:bg-red-800 {
		--bg-opacity: 1 !important;
		background-color: #9b2c2c !important;
		background-color: rgba(155,44,44,var(--bg-opacity)) !important
	}

	.sm\:bg-red-900 {
		--bg-opacity: 1 !important;
		background-color: #742a2a !important;
		background-color: rgba(116,42,42,var(--bg-opacity)) !important
	}

	.sm\:bg-orange {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.sm\:bg-yellow-100 {
		--bg-opacity: 1 !important;
		background-color: ivory !important;
		background-color: rgba(255,255,240,var(--bg-opacity)) !important
	}

	.sm\:bg-yellow-200 {
		--bg-opacity: 1 !important;
		background-color: #fefcbf !important;
		background-color: rgba(254,252,191,var(--bg-opacity)) !important
	}

	.sm\:bg-yellow-300 {
		--bg-opacity: 1 !important;
		background-color: #faf089 !important;
		background-color: rgba(250,240,137,var(--bg-opacity)) !important
	}

	.sm\:bg-yellow-400 {
		--bg-opacity: 1 !important;
		background-color: #f6e05e !important;
		background-color: rgba(246,224,94,var(--bg-opacity)) !important
	}

	.sm\:bg-yellow-500 {
		--bg-opacity: 1 !important;
		background-color: #ecc94b !important;
		background-color: rgba(236,201,75,var(--bg-opacity)) !important
	}

	.sm\:bg-yellow-600 {
		--bg-opacity: 1 !important;
		background-color: #d69e2e !important;
		background-color: rgba(214,158,46,var(--bg-opacity)) !important
	}

	.sm\:bg-yellow-700 {
		--bg-opacity: 1 !important;
		background-color: #b7791f !important;
		background-color: rgba(183,121,31,var(--bg-opacity)) !important
	}

	.sm\:bg-yellow-800 {
		--bg-opacity: 1 !important;
		background-color: #975a16 !important;
		background-color: rgba(151,90,22,var(--bg-opacity)) !important
	}

	.sm\:bg-yellow-900 {
		--bg-opacity: 1 !important;
		background-color: #744210 !important;
		background-color: rgba(116,66,16,var(--bg-opacity)) !important
	}

	.sm\:bg-green-100 {
		--bg-opacity: 1 !important;
		background-color: #f0fff4 !important;
		background-color: rgba(240,255,244,var(--bg-opacity)) !important
	}

	.sm\:bg-green-200 {
		--bg-opacity: 1 !important;
		background-color: #c6f6d5 !important;
		background-color: rgba(198,246,213,var(--bg-opacity)) !important
	}

	.sm\:bg-green-300 {
		--bg-opacity: 1 !important;
		background-color: #9ae6b4 !important;
		background-color: rgba(154,230,180,var(--bg-opacity)) !important
	}

	.sm\:bg-green-400 {
		--bg-opacity: 1 !important;
		background-color: #68d391 !important;
		background-color: rgba(104,211,145,var(--bg-opacity)) !important
	}

	.sm\:bg-green-500 {
		--bg-opacity: 1 !important;
		background-color: #48bb78 !important;
		background-color: rgba(72,187,120,var(--bg-opacity)) !important
	}

	.sm\:bg-green-600 {
		--bg-opacity: 1 !important;
		background-color: #38a169 !important;
		background-color: rgba(56,161,105,var(--bg-opacity)) !important
	}

	.sm\:bg-green-700 {
		--bg-opacity: 1 !important;
		background-color: #2f855a !important;
		background-color: rgba(47,133,90,var(--bg-opacity)) !important
	}

	.sm\:bg-green-800 {
		--bg-opacity: 1 !important;
		background-color: #276749 !important;
		background-color: rgba(39,103,73,var(--bg-opacity)) !important
	}

	.sm\:bg-green-900 {
		--bg-opacity: 1 !important;
		background-color: #22543d !important;
		background-color: rgba(34,84,61,var(--bg-opacity)) !important
	}

	.sm\:bg-teal-100 {
		--bg-opacity: 1 !important;
		background-color: #e6fffa !important;
		background-color: rgba(230,255,250,var(--bg-opacity)) !important
	}

	.sm\:bg-teal-200 {
		--bg-opacity: 1 !important;
		background-color: #b2f5ea !important;
		background-color: rgba(178,245,234,var(--bg-opacity)) !important
	}

	.sm\:bg-teal-300 {
		--bg-opacity: 1 !important;
		background-color: #81e6d9 !important;
		background-color: rgba(129,230,217,var(--bg-opacity)) !important
	}

	.sm\:bg-teal-400 {
		--bg-opacity: 1 !important;
		background-color: #4fd1c5 !important;
		background-color: rgba(79,209,197,var(--bg-opacity)) !important
	}

	.sm\:bg-teal-500 {
		--bg-opacity: 1 !important;
		background-color: #38b2ac !important;
		background-color: rgba(56,178,172,var(--bg-opacity)) !important
	}

	.sm\:bg-teal-600 {
		--bg-opacity: 1 !important;
		background-color: #319795 !important;
		background-color: rgba(49,151,149,var(--bg-opacity)) !important
	}

	.sm\:bg-teal-700 {
		--bg-opacity: 1 !important;
		background-color: #2c7a7b !important;
		background-color: rgba(44,122,123,var(--bg-opacity)) !important
	}

	.sm\:bg-teal-800 {
		--bg-opacity: 1 !important;
		background-color: #285e61 !important;
		background-color: rgba(40,94,97,var(--bg-opacity)) !important
	}

	.sm\:bg-teal-900 {
		--bg-opacity: 1 !important;
		background-color: #234e52 !important;
		background-color: rgba(35,78,82,var(--bg-opacity)) !important
	}

	.sm\:bg-blue-100 {
		--bg-opacity: 1 !important;
		background-color: #ebf8ff !important;
		background-color: rgba(235,248,255,var(--bg-opacity)) !important
	}

	.sm\:bg-blue-200 {
		--bg-opacity: 1 !important;
		background-color: #bee3f8 !important;
		background-color: rgba(190,227,248,var(--bg-opacity)) !important
	}

	.sm\:bg-blue-300 {
		--bg-opacity: 1 !important;
		background-color: #90cdf4 !important;
		background-color: rgba(144,205,244,var(--bg-opacity)) !important
	}

	.sm\:bg-blue-400 {
		--bg-opacity: 1 !important;
		background-color: #63b3ed !important;
		background-color: rgba(99,179,237,var(--bg-opacity)) !important
	}

	.sm\:bg-blue-500 {
		--bg-opacity: 1 !important;
		background-color: #4299e1 !important;
		background-color: rgba(66,153,225,var(--bg-opacity)) !important
	}

	.sm\:bg-blue-600 {
		--bg-opacity: 1 !important;
		background-color: #3182ce !important;
		background-color: rgba(49,130,206,var(--bg-opacity)) !important
	}

	.sm\:bg-blue-700 {
		--bg-opacity: 1 !important;
		background-color: #2b6cb0 !important;
		background-color: rgba(43,108,176,var(--bg-opacity)) !important
	}

	.sm\:bg-blue-800 {
		--bg-opacity: 1 !important;
		background-color: #2c5282 !important;
		background-color: rgba(44,82,130,var(--bg-opacity)) !important
	}

	.sm\:bg-blue-900 {
		--bg-opacity: 1 !important;
		background-color: #2a4365 !important;
		background-color: rgba(42,67,101,var(--bg-opacity)) !important
	}

	.sm\:bg-indigo-100 {
		--bg-opacity: 1 !important;
		background-color: #ebf4ff !important;
		background-color: rgba(235,244,255,var(--bg-opacity)) !important
	}

	.sm\:bg-indigo-200 {
		--bg-opacity: 1 !important;
		background-color: #c3dafe !important;
		background-color: rgba(195,218,254,var(--bg-opacity)) !important
	}

	.sm\:bg-indigo-300 {
		--bg-opacity: 1 !important;
		background-color: #a3bffa !important;
		background-color: rgba(163,191,250,var(--bg-opacity)) !important
	}

	.sm\:bg-indigo-400 {
		--bg-opacity: 1 !important;
		background-color: #7f9cf5 !important;
		background-color: rgba(127,156,245,var(--bg-opacity)) !important
	}

	.sm\:bg-indigo-500 {
		--bg-opacity: 1 !important;
		background-color: #667eea !important;
		background-color: rgba(102,126,234,var(--bg-opacity)) !important
	}

	.sm\:bg-indigo-600 {
		--bg-opacity: 1 !important;
		background-color: #5a67d8 !important;
		background-color: rgba(90,103,216,var(--bg-opacity)) !important
	}

	.sm\:bg-indigo-700 {
		--bg-opacity: 1 !important;
		background-color: #4c51bf !important;
		background-color: rgba(76,81,191,var(--bg-opacity)) !important
	}

	.sm\:bg-indigo-800 {
		--bg-opacity: 1 !important;
		background-color: #434190 !important;
		background-color: rgba(67,65,144,var(--bg-opacity)) !important
	}

	.sm\:bg-indigo-900 {
		--bg-opacity: 1 !important;
		background-color: #3c366b !important;
		background-color: rgba(60,54,107,var(--bg-opacity)) !important
	}

	.sm\:bg-purple-100 {
		--bg-opacity: 1 !important;
		background-color: #faf5ff !important;
		background-color: rgba(250,245,255,var(--bg-opacity)) !important
	}

	.sm\:bg-purple-200 {
		--bg-opacity: 1 !important;
		background-color: #e9d8fd !important;
		background-color: rgba(233,216,253,var(--bg-opacity)) !important
	}

	.sm\:bg-purple-300 {
		--bg-opacity: 1 !important;
		background-color: #d6bcfa !important;
		background-color: rgba(214,188,250,var(--bg-opacity)) !important
	}

	.sm\:bg-purple-400 {
		--bg-opacity: 1 !important;
		background-color: #b794f4 !important;
		background-color: rgba(183,148,244,var(--bg-opacity)) !important
	}

	.sm\:bg-purple-500 {
		--bg-opacity: 1 !important;
		background-color: #9f7aea !important;
		background-color: rgba(159,122,234,var(--bg-opacity)) !important
	}

	.sm\:bg-purple-600 {
		--bg-opacity: 1 !important;
		background-color: #805ad5 !important;
		background-color: rgba(128,90,213,var(--bg-opacity)) !important
	}

	.sm\:bg-purple-700 {
		--bg-opacity: 1 !important;
		background-color: #6b46c1 !important;
		background-color: rgba(107,70,193,var(--bg-opacity)) !important
	}

	.sm\:bg-purple-800 {
		--bg-opacity: 1 !important;
		background-color: #553c9a !important;
		background-color: rgba(85,60,154,var(--bg-opacity)) !important
	}

	.sm\:bg-purple-900 {
		--bg-opacity: 1 !important;
		background-color: #44337a !important;
		background-color: rgba(68,51,122,var(--bg-opacity)) !important
	}

	.sm\:bg-pink-100 {
		--bg-opacity: 1 !important;
		background-color: #fff5f7 !important;
		background-color: rgba(255,245,247,var(--bg-opacity)) !important
	}

	.sm\:bg-pink-200 {
		--bg-opacity: 1 !important;
		background-color: #fed7e2 !important;
		background-color: rgba(254,215,226,var(--bg-opacity)) !important
	}

	.sm\:bg-pink-300 {
		--bg-opacity: 1 !important;
		background-color: #fbb6ce !important;
		background-color: rgba(251,182,206,var(--bg-opacity)) !important
	}

	.sm\:bg-pink-400 {
		--bg-opacity: 1 !important;
		background-color: #f687b3 !important;
		background-color: rgba(246,135,179,var(--bg-opacity)) !important
	}

	.sm\:bg-pink-500 {
		--bg-opacity: 1 !important;
		background-color: #ed64a6 !important;
		background-color: rgba(237,100,166,var(--bg-opacity)) !important
	}

	.sm\:bg-pink-600 {
		--bg-opacity: 1 !important;
		background-color: #d53f8c !important;
		background-color: rgba(213,63,140,var(--bg-opacity)) !important
	}

	.sm\:bg-pink-700 {
		--bg-opacity: 1 !important;
		background-color: #b83280 !important;
		background-color: rgba(184,50,128,var(--bg-opacity)) !important
	}

	.sm\:bg-pink-800 {
		--bg-opacity: 1 !important;
		background-color: #97266d !important;
		background-color: rgba(151,38,109,var(--bg-opacity)) !important
	}

	.sm\:bg-pink-900 {
		--bg-opacity: 1 !important;
		background-color: #702459 !important;
		background-color: rgba(112,36,89,var(--bg-opacity)) !important
	}

	.sm\:bg-orange-400 {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.sm\:bg-orange-500 {
		--bg-opacity: 1 !important;
		background-color: #f54a08 !important;
		background-color: rgba(245,74,8,var(--bg-opacity)) !important
	}

	.sm\:bg-f3f {
		--bg-opacity: 1 !important;
		background-color: #f3f3f3 !important;
		background-color: rgba(243,243,243,var(--bg-opacity)) !important
	}

	.sm\:bg-primary {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.sm\:bg-primary-100 {
		background-color: rgba(238,87,35,.9) !important
	}

	.sm\:hover\:bg-666:hover {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-transparent:hover {
		background-color: transparent !important
	}

	.sm\:hover\:bg-current:hover {
		background-color: currentColor !important
	}

	.sm\:hover\:bg-black-100:hover {
		--bg-opacity: 1 !important;
		background-color: #141d3e !important;
		background-color: rgba(20,29,62,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-black-200:hover {
		--bg-opacity: 1 !important;
		background-color: #212935 !important;
		background-color: rgba(33,41,53,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-black-300:hover {
		--bg-opacity: 1 !important;
		background-color: #323648 !important;
		background-color: rgba(50,54,72,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-white:hover {
		--bg-opacity: 1 !important;
		background-color: #fff !important;
		background-color: rgba(255,255,255,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-gray-100:hover {
		--bg-opacity: 1 !important;
		background-color: #f6f6f6 !important;
		background-color: rgba(246,246,246,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-gray-200:hover {
		--bg-opacity: 1 !important;
		background-color: #e5e5e5 !important;
		background-color: rgba(229,229,229,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-gray-300:hover {
		--bg-opacity: 1 !important;
		background-color: #c4c4c4 !important;
		background-color: rgba(196,196,196,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-gray-400:hover {
		--bg-opacity: 1 !important;
		background-color: #aaaaad !important;
		background-color: rgba(170,170,173,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-gray-500:hover {
		--bg-opacity: 1 !important;
		background-color: #9fa2ac !important;
		background-color: rgba(159,162,172,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-gray-600:hover {
		--bg-opacity: 1 !important;
		background-color: #8f9191 !important;
		background-color: rgba(143,145,145,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-gray-700:hover {
		--bg-opacity: 1 !important;
		background-color: #70727f !important;
		background-color: rgba(112,114,127,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-gray-800:hover {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-red-100:hover {
		--bg-opacity: 1 !important;
		background-color: #fff5f5 !important;
		background-color: rgba(255,245,245,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-red-200:hover {
		--bg-opacity: 1 !important;
		background-color: #fed7d7 !important;
		background-color: rgba(254,215,215,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-red-300:hover {
		--bg-opacity: 1 !important;
		background-color: #feb2b2 !important;
		background-color: rgba(254,178,178,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-red-400:hover {
		--bg-opacity: 1 !important;
		background-color: #fc8181 !important;
		background-color: rgba(252,129,129,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-red-500:hover {
		--bg-opacity: 1 !important;
		background-color: #f56565 !important;
		background-color: rgba(245,101,101,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-red-600:hover {
		--bg-opacity: 1 !important;
		background-color: #e53e3e !important;
		background-color: rgba(229,62,62,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-red-700:hover {
		--bg-opacity: 1 !important;
		background-color: #c53030 !important;
		background-color: rgba(197,48,48,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-red-800:hover {
		--bg-opacity: 1 !important;
		background-color: #9b2c2c !important;
		background-color: rgba(155,44,44,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-red-900:hover {
		--bg-opacity: 1 !important;
		background-color: #742a2a !important;
		background-color: rgba(116,42,42,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-orange:hover {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-yellow-100:hover {
		--bg-opacity: 1 !important;
		background-color: ivory !important;
		background-color: rgba(255,255,240,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-yellow-200:hover {
		--bg-opacity: 1 !important;
		background-color: #fefcbf !important;
		background-color: rgba(254,252,191,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-yellow-300:hover {
		--bg-opacity: 1 !important;
		background-color: #faf089 !important;
		background-color: rgba(250,240,137,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-yellow-400:hover {
		--bg-opacity: 1 !important;
		background-color: #f6e05e !important;
		background-color: rgba(246,224,94,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-yellow-500:hover {
		--bg-opacity: 1 !important;
		background-color: #ecc94b !important;
		background-color: rgba(236,201,75,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-yellow-600:hover {
		--bg-opacity: 1 !important;
		background-color: #d69e2e !important;
		background-color: rgba(214,158,46,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-yellow-700:hover {
		--bg-opacity: 1 !important;
		background-color: #b7791f !important;
		background-color: rgba(183,121,31,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-yellow-800:hover {
		--bg-opacity: 1 !important;
		background-color: #975a16 !important;
		background-color: rgba(151,90,22,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-yellow-900:hover {
		--bg-opacity: 1 !important;
		background-color: #744210 !important;
		background-color: rgba(116,66,16,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-green-100:hover {
		--bg-opacity: 1 !important;
		background-color: #f0fff4 !important;
		background-color: rgba(240,255,244,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-green-200:hover {
		--bg-opacity: 1 !important;
		background-color: #c6f6d5 !important;
		background-color: rgba(198,246,213,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-green-300:hover {
		--bg-opacity: 1 !important;
		background-color: #9ae6b4 !important;
		background-color: rgba(154,230,180,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-green-400:hover {
		--bg-opacity: 1 !important;
		background-color: #68d391 !important;
		background-color: rgba(104,211,145,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-green-500:hover {
		--bg-opacity: 1 !important;
		background-color: #48bb78 !important;
		background-color: rgba(72,187,120,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-green-600:hover {
		--bg-opacity: 1 !important;
		background-color: #38a169 !important;
		background-color: rgba(56,161,105,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-green-700:hover {
		--bg-opacity: 1 !important;
		background-color: #2f855a !important;
		background-color: rgba(47,133,90,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-green-800:hover {
		--bg-opacity: 1 !important;
		background-color: #276749 !important;
		background-color: rgba(39,103,73,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-green-900:hover {
		--bg-opacity: 1 !important;
		background-color: #22543d !important;
		background-color: rgba(34,84,61,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-teal-100:hover {
		--bg-opacity: 1 !important;
		background-color: #e6fffa !important;
		background-color: rgba(230,255,250,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-teal-200:hover {
		--bg-opacity: 1 !important;
		background-color: #b2f5ea !important;
		background-color: rgba(178,245,234,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-teal-300:hover {
		--bg-opacity: 1 !important;
		background-color: #81e6d9 !important;
		background-color: rgba(129,230,217,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-teal-400:hover {
		--bg-opacity: 1 !important;
		background-color: #4fd1c5 !important;
		background-color: rgba(79,209,197,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-teal-500:hover {
		--bg-opacity: 1 !important;
		background-color: #38b2ac !important;
		background-color: rgba(56,178,172,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-teal-600:hover {
		--bg-opacity: 1 !important;
		background-color: #319795 !important;
		background-color: rgba(49,151,149,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-teal-700:hover {
		--bg-opacity: 1 !important;
		background-color: #2c7a7b !important;
		background-color: rgba(44,122,123,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-teal-800:hover {
		--bg-opacity: 1 !important;
		background-color: #285e61 !important;
		background-color: rgba(40,94,97,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-teal-900:hover {
		--bg-opacity: 1 !important;
		background-color: #234e52 !important;
		background-color: rgba(35,78,82,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-blue-100:hover {
		--bg-opacity: 1 !important;
		background-color: #ebf8ff !important;
		background-color: rgba(235,248,255,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-blue-200:hover {
		--bg-opacity: 1 !important;
		background-color: #bee3f8 !important;
		background-color: rgba(190,227,248,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-blue-300:hover {
		--bg-opacity: 1 !important;
		background-color: #90cdf4 !important;
		background-color: rgba(144,205,244,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-blue-400:hover {
		--bg-opacity: 1 !important;
		background-color: #63b3ed !important;
		background-color: rgba(99,179,237,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-blue-500:hover {
		--bg-opacity: 1 !important;
		background-color: #4299e1 !important;
		background-color: rgba(66,153,225,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-blue-600:hover {
		--bg-opacity: 1 !important;
		background-color: #3182ce !important;
		background-color: rgba(49,130,206,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-blue-700:hover {
		--bg-opacity: 1 !important;
		background-color: #2b6cb0 !important;
		background-color: rgba(43,108,176,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-blue-800:hover {
		--bg-opacity: 1 !important;
		background-color: #2c5282 !important;
		background-color: rgba(44,82,130,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-blue-900:hover {
		--bg-opacity: 1 !important;
		background-color: #2a4365 !important;
		background-color: rgba(42,67,101,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-indigo-100:hover {
		--bg-opacity: 1 !important;
		background-color: #ebf4ff !important;
		background-color: rgba(235,244,255,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-indigo-200:hover {
		--bg-opacity: 1 !important;
		background-color: #c3dafe !important;
		background-color: rgba(195,218,254,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-indigo-300:hover {
		--bg-opacity: 1 !important;
		background-color: #a3bffa !important;
		background-color: rgba(163,191,250,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-indigo-400:hover {
		--bg-opacity: 1 !important;
		background-color: #7f9cf5 !important;
		background-color: rgba(127,156,245,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-indigo-500:hover {
		--bg-opacity: 1 !important;
		background-color: #667eea !important;
		background-color: rgba(102,126,234,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-indigo-600:hover {
		--bg-opacity: 1 !important;
		background-color: #5a67d8 !important;
		background-color: rgba(90,103,216,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-indigo-700:hover {
		--bg-opacity: 1 !important;
		background-color: #4c51bf !important;
		background-color: rgba(76,81,191,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-indigo-800:hover {
		--bg-opacity: 1 !important;
		background-color: #434190 !important;
		background-color: rgba(67,65,144,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-indigo-900:hover {
		--bg-opacity: 1 !important;
		background-color: #3c366b !important;
		background-color: rgba(60,54,107,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-purple-100:hover {
		--bg-opacity: 1 !important;
		background-color: #faf5ff !important;
		background-color: rgba(250,245,255,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-purple-200:hover {
		--bg-opacity: 1 !important;
		background-color: #e9d8fd !important;
		background-color: rgba(233,216,253,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-purple-300:hover {
		--bg-opacity: 1 !important;
		background-color: #d6bcfa !important;
		background-color: rgba(214,188,250,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-purple-400:hover {
		--bg-opacity: 1 !important;
		background-color: #b794f4 !important;
		background-color: rgba(183,148,244,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-purple-500:hover {
		--bg-opacity: 1 !important;
		background-color: #9f7aea !important;
		background-color: rgba(159,122,234,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-purple-600:hover {
		--bg-opacity: 1 !important;
		background-color: #805ad5 !important;
		background-color: rgba(128,90,213,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-purple-700:hover {
		--bg-opacity: 1 !important;
		background-color: #6b46c1 !important;
		background-color: rgba(107,70,193,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-purple-800:hover {
		--bg-opacity: 1 !important;
		background-color: #553c9a !important;
		background-color: rgba(85,60,154,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-purple-900:hover {
		--bg-opacity: 1 !important;
		background-color: #44337a !important;
		background-color: rgba(68,51,122,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-pink-100:hover {
		--bg-opacity: 1 !important;
		background-color: #fff5f7 !important;
		background-color: rgba(255,245,247,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-pink-200:hover {
		--bg-opacity: 1 !important;
		background-color: #fed7e2 !important;
		background-color: rgba(254,215,226,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-pink-300:hover {
		--bg-opacity: 1 !important;
		background-color: #fbb6ce !important;
		background-color: rgba(251,182,206,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-pink-400:hover {
		--bg-opacity: 1 !important;
		background-color: #f687b3 !important;
		background-color: rgba(246,135,179,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-pink-500:hover {
		--bg-opacity: 1 !important;
		background-color: #ed64a6 !important;
		background-color: rgba(237,100,166,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-pink-600:hover {
		--bg-opacity: 1 !important;
		background-color: #d53f8c !important;
		background-color: rgba(213,63,140,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-pink-700:hover {
		--bg-opacity: 1 !important;
		background-color: #b83280 !important;
		background-color: rgba(184,50,128,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-pink-800:hover {
		--bg-opacity: 1 !important;
		background-color: #97266d !important;
		background-color: rgba(151,38,109,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-pink-900:hover {
		--bg-opacity: 1 !important;
		background-color: #702459 !important;
		background-color: rgba(112,36,89,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-orange-400:hover {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-orange-500:hover {
		--bg-opacity: 1 !important;
		background-color: #f54a08 !important;
		background-color: rgba(245,74,8,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-f3f:hover {
		--bg-opacity: 1 !important;
		background-color: #f3f3f3 !important;
		background-color: rgba(243,243,243,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-primary:hover {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.sm\:hover\:bg-primary-100:hover {
		background-color: rgba(238,87,35,.9) !important
	}

	.sm\:focus\:bg-666:focus {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-transparent:focus {
		background-color: transparent !important
	}

	.sm\:focus\:bg-current:focus {
		background-color: currentColor !important
	}

	.sm\:focus\:bg-black-100:focus {
		--bg-opacity: 1 !important;
		background-color: #141d3e !important;
		background-color: rgba(20,29,62,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-black-200:focus {
		--bg-opacity: 1 !important;
		background-color: #212935 !important;
		background-color: rgba(33,41,53,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-black-300:focus {
		--bg-opacity: 1 !important;
		background-color: #323648 !important;
		background-color: rgba(50,54,72,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-white:focus {
		--bg-opacity: 1 !important;
		background-color: #fff !important;
		background-color: rgba(255,255,255,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-gray-100:focus {
		--bg-opacity: 1 !important;
		background-color: #f6f6f6 !important;
		background-color: rgba(246,246,246,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-gray-200:focus {
		--bg-opacity: 1 !important;
		background-color: #e5e5e5 !important;
		background-color: rgba(229,229,229,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-gray-300:focus {
		--bg-opacity: 1 !important;
		background-color: #c4c4c4 !important;
		background-color: rgba(196,196,196,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-gray-400:focus {
		--bg-opacity: 1 !important;
		background-color: #aaaaad !important;
		background-color: rgba(170,170,173,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-gray-500:focus {
		--bg-opacity: 1 !important;
		background-color: #9fa2ac !important;
		background-color: rgba(159,162,172,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-gray-600:focus {
		--bg-opacity: 1 !important;
		background-color: #8f9191 !important;
		background-color: rgba(143,145,145,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-gray-700:focus {
		--bg-opacity: 1 !important;
		background-color: #70727f !important;
		background-color: rgba(112,114,127,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-gray-800:focus {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-red-100:focus {
		--bg-opacity: 1 !important;
		background-color: #fff5f5 !important;
		background-color: rgba(255,245,245,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-red-200:focus {
		--bg-opacity: 1 !important;
		background-color: #fed7d7 !important;
		background-color: rgba(254,215,215,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-red-300:focus {
		--bg-opacity: 1 !important;
		background-color: #feb2b2 !important;
		background-color: rgba(254,178,178,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-red-400:focus {
		--bg-opacity: 1 !important;
		background-color: #fc8181 !important;
		background-color: rgba(252,129,129,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-red-500:focus {
		--bg-opacity: 1 !important;
		background-color: #f56565 !important;
		background-color: rgba(245,101,101,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-red-600:focus {
		--bg-opacity: 1 !important;
		background-color: #e53e3e !important;
		background-color: rgba(229,62,62,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-red-700:focus {
		--bg-opacity: 1 !important;
		background-color: #c53030 !important;
		background-color: rgba(197,48,48,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-red-800:focus {
		--bg-opacity: 1 !important;
		background-color: #9b2c2c !important;
		background-color: rgba(155,44,44,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-red-900:focus {
		--bg-opacity: 1 !important;
		background-color: #742a2a !important;
		background-color: rgba(116,42,42,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-orange:focus {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-yellow-100:focus {
		--bg-opacity: 1 !important;
		background-color: ivory !important;
		background-color: rgba(255,255,240,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-yellow-200:focus {
		--bg-opacity: 1 !important;
		background-color: #fefcbf !important;
		background-color: rgba(254,252,191,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-yellow-300:focus {
		--bg-opacity: 1 !important;
		background-color: #faf089 !important;
		background-color: rgba(250,240,137,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-yellow-400:focus {
		--bg-opacity: 1 !important;
		background-color: #f6e05e !important;
		background-color: rgba(246,224,94,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-yellow-500:focus {
		--bg-opacity: 1 !important;
		background-color: #ecc94b !important;
		background-color: rgba(236,201,75,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-yellow-600:focus {
		--bg-opacity: 1 !important;
		background-color: #d69e2e !important;
		background-color: rgba(214,158,46,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-yellow-700:focus {
		--bg-opacity: 1 !important;
		background-color: #b7791f !important;
		background-color: rgba(183,121,31,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-yellow-800:focus {
		--bg-opacity: 1 !important;
		background-color: #975a16 !important;
		background-color: rgba(151,90,22,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-yellow-900:focus {
		--bg-opacity: 1 !important;
		background-color: #744210 !important;
		background-color: rgba(116,66,16,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-green-100:focus {
		--bg-opacity: 1 !important;
		background-color: #f0fff4 !important;
		background-color: rgba(240,255,244,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-green-200:focus {
		--bg-opacity: 1 !important;
		background-color: #c6f6d5 !important;
		background-color: rgba(198,246,213,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-green-300:focus {
		--bg-opacity: 1 !important;
		background-color: #9ae6b4 !important;
		background-color: rgba(154,230,180,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-green-400:focus {
		--bg-opacity: 1 !important;
		background-color: #68d391 !important;
		background-color: rgba(104,211,145,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-green-500:focus {
		--bg-opacity: 1 !important;
		background-color: #48bb78 !important;
		background-color: rgba(72,187,120,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-green-600:focus {
		--bg-opacity: 1 !important;
		background-color: #38a169 !important;
		background-color: rgba(56,161,105,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-green-700:focus {
		--bg-opacity: 1 !important;
		background-color: #2f855a !important;
		background-color: rgba(47,133,90,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-green-800:focus {
		--bg-opacity: 1 !important;
		background-color: #276749 !important;
		background-color: rgba(39,103,73,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-green-900:focus {
		--bg-opacity: 1 !important;
		background-color: #22543d !important;
		background-color: rgba(34,84,61,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-teal-100:focus {
		--bg-opacity: 1 !important;
		background-color: #e6fffa !important;
		background-color: rgba(230,255,250,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-teal-200:focus {
		--bg-opacity: 1 !important;
		background-color: #b2f5ea !important;
		background-color: rgba(178,245,234,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-teal-300:focus {
		--bg-opacity: 1 !important;
		background-color: #81e6d9 !important;
		background-color: rgba(129,230,217,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-teal-400:focus {
		--bg-opacity: 1 !important;
		background-color: #4fd1c5 !important;
		background-color: rgba(79,209,197,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-teal-500:focus {
		--bg-opacity: 1 !important;
		background-color: #38b2ac !important;
		background-color: rgba(56,178,172,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-teal-600:focus {
		--bg-opacity: 1 !important;
		background-color: #319795 !important;
		background-color: rgba(49,151,149,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-teal-700:focus {
		--bg-opacity: 1 !important;
		background-color: #2c7a7b !important;
		background-color: rgba(44,122,123,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-teal-800:focus {
		--bg-opacity: 1 !important;
		background-color: #285e61 !important;
		background-color: rgba(40,94,97,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-teal-900:focus {
		--bg-opacity: 1 !important;
		background-color: #234e52 !important;
		background-color: rgba(35,78,82,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-blue-100:focus {
		--bg-opacity: 1 !important;
		background-color: #ebf8ff !important;
		background-color: rgba(235,248,255,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-blue-200:focus {
		--bg-opacity: 1 !important;
		background-color: #bee3f8 !important;
		background-color: rgba(190,227,248,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-blue-300:focus {
		--bg-opacity: 1 !important;
		background-color: #90cdf4 !important;
		background-color: rgba(144,205,244,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-blue-400:focus {
		--bg-opacity: 1 !important;
		background-color: #63b3ed !important;
		background-color: rgba(99,179,237,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-blue-500:focus {
		--bg-opacity: 1 !important;
		background-color: #4299e1 !important;
		background-color: rgba(66,153,225,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-blue-600:focus {
		--bg-opacity: 1 !important;
		background-color: #3182ce !important;
		background-color: rgba(49,130,206,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-blue-700:focus {
		--bg-opacity: 1 !important;
		background-color: #2b6cb0 !important;
		background-color: rgba(43,108,176,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-blue-800:focus {
		--bg-opacity: 1 !important;
		background-color: #2c5282 !important;
		background-color: rgba(44,82,130,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-blue-900:focus {
		--bg-opacity: 1 !important;
		background-color: #2a4365 !important;
		background-color: rgba(42,67,101,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-indigo-100:focus {
		--bg-opacity: 1 !important;
		background-color: #ebf4ff !important;
		background-color: rgba(235,244,255,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-indigo-200:focus {
		--bg-opacity: 1 !important;
		background-color: #c3dafe !important;
		background-color: rgba(195,218,254,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-indigo-300:focus {
		--bg-opacity: 1 !important;
		background-color: #a3bffa !important;
		background-color: rgba(163,191,250,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-indigo-400:focus {
		--bg-opacity: 1 !important;
		background-color: #7f9cf5 !important;
		background-color: rgba(127,156,245,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-indigo-500:focus {
		--bg-opacity: 1 !important;
		background-color: #667eea !important;
		background-color: rgba(102,126,234,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-indigo-600:focus {
		--bg-opacity: 1 !important;
		background-color: #5a67d8 !important;
		background-color: rgba(90,103,216,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-indigo-700:focus {
		--bg-opacity: 1 !important;
		background-color: #4c51bf !important;
		background-color: rgba(76,81,191,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-indigo-800:focus {
		--bg-opacity: 1 !important;
		background-color: #434190 !important;
		background-color: rgba(67,65,144,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-indigo-900:focus {
		--bg-opacity: 1 !important;
		background-color: #3c366b !important;
		background-color: rgba(60,54,107,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-purple-100:focus {
		--bg-opacity: 1 !important;
		background-color: #faf5ff !important;
		background-color: rgba(250,245,255,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-purple-200:focus {
		--bg-opacity: 1 !important;
		background-color: #e9d8fd !important;
		background-color: rgba(233,216,253,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-purple-300:focus {
		--bg-opacity: 1 !important;
		background-color: #d6bcfa !important;
		background-color: rgba(214,188,250,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-purple-400:focus {
		--bg-opacity: 1 !important;
		background-color: #b794f4 !important;
		background-color: rgba(183,148,244,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-purple-500:focus {
		--bg-opacity: 1 !important;
		background-color: #9f7aea !important;
		background-color: rgba(159,122,234,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-purple-600:focus {
		--bg-opacity: 1 !important;
		background-color: #805ad5 !important;
		background-color: rgba(128,90,213,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-purple-700:focus {
		--bg-opacity: 1 !important;
		background-color: #6b46c1 !important;
		background-color: rgba(107,70,193,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-purple-800:focus {
		--bg-opacity: 1 !important;
		background-color: #553c9a !important;
		background-color: rgba(85,60,154,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-purple-900:focus {
		--bg-opacity: 1 !important;
		background-color: #44337a !important;
		background-color: rgba(68,51,122,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-pink-100:focus {
		--bg-opacity: 1 !important;
		background-color: #fff5f7 !important;
		background-color: rgba(255,245,247,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-pink-200:focus {
		--bg-opacity: 1 !important;
		background-color: #fed7e2 !important;
		background-color: rgba(254,215,226,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-pink-300:focus {
		--bg-opacity: 1 !important;
		background-color: #fbb6ce !important;
		background-color: rgba(251,182,206,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-pink-400:focus {
		--bg-opacity: 1 !important;
		background-color: #f687b3 !important;
		background-color: rgba(246,135,179,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-pink-500:focus {
		--bg-opacity: 1 !important;
		background-color: #ed64a6 !important;
		background-color: rgba(237,100,166,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-pink-600:focus {
		--bg-opacity: 1 !important;
		background-color: #d53f8c !important;
		background-color: rgba(213,63,140,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-pink-700:focus {
		--bg-opacity: 1 !important;
		background-color: #b83280 !important;
		background-color: rgba(184,50,128,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-pink-800:focus {
		--bg-opacity: 1 !important;
		background-color: #97266d !important;
		background-color: rgba(151,38,109,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-pink-900:focus {
		--bg-opacity: 1 !important;
		background-color: #702459 !important;
		background-color: rgba(112,36,89,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-orange-400:focus {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-orange-500:focus {
		--bg-opacity: 1 !important;
		background-color: #f54a08 !important;
		background-color: rgba(245,74,8,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-f3f:focus {
		--bg-opacity: 1 !important;
		background-color: #f3f3f3 !important;
		background-color: rgba(243,243,243,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-primary:focus {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.sm\:focus\:bg-primary-100:focus {
		background-color: rgba(238,87,35,.9) !important
	}

	.sm\:bg-none {
		background-image: none !important
	}

	.sm\:bg-gradient-to-t {
		background-image: linear-gradient(0deg,var(--gradient-color-stops)) !important
	}

	.sm\:bg-gradient-to-tr {
		background-image: linear-gradient(to top right,var(--gradient-color-stops)) !important
	}

	.sm\:bg-gradient-to-r {
		background-image: linear-gradient(90deg,var(--gradient-color-stops)) !important
	}

	.sm\:bg-gradient-to-br {
		background-image: linear-gradient(to bottom right,var(--gradient-color-stops)) !important
	}

	.sm\:bg-gradient-to-b {
		background-image: linear-gradient(180deg,var(--gradient-color-stops)) !important
	}

	.sm\:bg-gradient-to-bl {
		background-image: linear-gradient(to bottom left,var(--gradient-color-stops)) !important
	}

	.sm\:bg-gradient-to-l {
		background-image: linear-gradient(270deg,var(--gradient-color-stops)) !important
	}

	.sm\:bg-gradient-to-tl {
		background-image: linear-gradient(to top left,var(--gradient-color-stops)) !important
	}

	.sm\:bg-opacity-0 {
		--bg-opacity: 0 !important
	}

	.sm\:bg-opacity-25 {
		--bg-opacity: 0.25 !important
	}

	.sm\:bg-opacity-50 {
		--bg-opacity: 0.5 !important
	}

	.sm\:bg-opacity-75 {
		--bg-opacity: 0.75 !important
	}

	.sm\:bg-opacity-100 {
		--bg-opacity: 1 !important
	}

	.sm\:hover\:bg-opacity-0:hover {
		--bg-opacity: 0 !important
	}

	.sm\:hover\:bg-opacity-25:hover {
		--bg-opacity: 0.25 !important
	}

	.sm\:hover\:bg-opacity-50:hover {
		--bg-opacity: 0.5 !important
	}

	.sm\:hover\:bg-opacity-75:hover {
		--bg-opacity: 0.75 !important
	}

	.sm\:hover\:bg-opacity-100:hover {
		--bg-opacity: 1 !important
	}

	.sm\:focus\:bg-opacity-0:focus {
		--bg-opacity: 0 !important
	}

	.sm\:focus\:bg-opacity-25:focus {
		--bg-opacity: 0.25 !important
	}

	.sm\:focus\:bg-opacity-50:focus {
		--bg-opacity: 0.5 !important
	}

	.sm\:focus\:bg-opacity-75:focus {
		--bg-opacity: 0.75 !important
	}

	.sm\:focus\:bg-opacity-100:focus {
		--bg-opacity: 1 !important
	}

	.sm\:bg-bottom {
		background-position: bottom !important
	}

	.sm\:bg-center {
		background-position: 50% !important
	}

	.sm\:bg-left {
		background-position: 0 !important
	}

	.sm\:bg-left-bottom {
		background-position: 0 100% !important
	}

	.sm\:bg-left-top {
		background-position: 0 0 !important
	}

	.sm\:bg-right {
		background-position: 100% !important
	}

	.sm\:bg-right-bottom {
		background-position: 100% 100% !important
	}

	.sm\:bg-right-top {
		background-position: 100% 0 !important
	}

	.sm\:bg-top {
		background-position: top !important
	}

	.sm\:bg-repeat {
		background-repeat: repeat !important
	}

	.sm\:bg-no-repeat {
		background-repeat: no-repeat !important
	}

	.sm\:bg-repeat-x {
		background-repeat: repeat-x !important
	}

	.sm\:bg-repeat-y {
		background-repeat: repeat-y !important
	}

	.sm\:bg-repeat-round {
		background-repeat: round !important
	}

	.sm\:bg-repeat-space {
		background-repeat: space !important
	}

	.sm\:bg-auto {
		background-size: auto !important
	}

	.sm\:bg-cover {
		background-size: cover !important
	}

	.sm\:bg-contain {
		background-size: contain !important
	}

	.sm\:border-collapse {
		border-collapse: collapse !important
	}

	.sm\:border-separate {
		border-collapse: separate !important
	}

	.sm\:border-666 {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.sm\:border-transparent {
		border-color: transparent !important
	}

	.sm\:border-current {
		border-color: currentColor !important
	}

	.sm\:border-black-100 {
		--border-opacity: 1 !important;
		border-color: #141d3e !important;
		border-color: rgba(20,29,62,var(--border-opacity)) !important
	}

	.sm\:border-black-200 {
		--border-opacity: 1 !important;
		border-color: #212935 !important;
		border-color: rgba(33,41,53,var(--border-opacity)) !important
	}

	.sm\:border-black-300 {
		--border-opacity: 1 !important;
		border-color: #323648 !important;
		border-color: rgba(50,54,72,var(--border-opacity)) !important
	}

	.sm\:border-white {
		--border-opacity: 1 !important;
		border-color: #fff !important;
		border-color: rgba(255,255,255,var(--border-opacity)) !important
	}

	.sm\:border-gray-100 {
		--border-opacity: 1 !important;
		border-color: #f6f6f6 !important;
		border-color: rgba(246,246,246,var(--border-opacity)) !important
	}

	.sm\:border-gray-200 {
		--border-opacity: 1 !important;
		border-color: #e5e5e5 !important;
		border-color: rgba(229,229,229,var(--border-opacity)) !important
	}

	.sm\:border-gray-300 {
		--border-opacity: 1 !important;
		border-color: #c4c4c4 !important;
		border-color: rgba(196,196,196,var(--border-opacity)) !important
	}

	.sm\:border-gray-400 {
		--border-opacity: 1 !important;
		border-color: #aaaaad !important;
		border-color: rgba(170,170,173,var(--border-opacity)) !important
	}

	.sm\:border-gray-500 {
		--border-opacity: 1 !important;
		border-color: #9fa2ac !important;
		border-color: rgba(159,162,172,var(--border-opacity)) !important
	}

	.sm\:border-gray-600 {
		--border-opacity: 1 !important;
		border-color: #8f9191 !important;
		border-color: rgba(143,145,145,var(--border-opacity)) !important
	}

	.sm\:border-gray-700 {
		--border-opacity: 1 !important;
		border-color: #70727f !important;
		border-color: rgba(112,114,127,var(--border-opacity)) !important
	}

	.sm\:border-gray-800 {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.sm\:border-red-100 {
		--border-opacity: 1 !important;
		border-color: #fff5f5 !important;
		border-color: rgba(255,245,245,var(--border-opacity)) !important
	}

	.sm\:border-red-200 {
		--border-opacity: 1 !important;
		border-color: #fed7d7 !important;
		border-color: rgba(254,215,215,var(--border-opacity)) !important
	}

	.sm\:border-red-300 {
		--border-opacity: 1 !important;
		border-color: #feb2b2 !important;
		border-color: rgba(254,178,178,var(--border-opacity)) !important
	}

	.sm\:border-red-400 {
		--border-opacity: 1 !important;
		border-color: #fc8181 !important;
		border-color: rgba(252,129,129,var(--border-opacity)) !important
	}

	.sm\:border-red-500 {
		--border-opacity: 1 !important;
		border-color: #f56565 !important;
		border-color: rgba(245,101,101,var(--border-opacity)) !important
	}

	.sm\:border-red-600 {
		--border-opacity: 1 !important;
		border-color: #e53e3e !important;
		border-color: rgba(229,62,62,var(--border-opacity)) !important
	}

	.sm\:border-red-700 {
		--border-opacity: 1 !important;
		border-color: #c53030 !important;
		border-color: rgba(197,48,48,var(--border-opacity)) !important
	}

	.sm\:border-red-800 {
		--border-opacity: 1 !important;
		border-color: #9b2c2c !important;
		border-color: rgba(155,44,44,var(--border-opacity)) !important
	}

	.sm\:border-red-900 {
		--border-opacity: 1 !important;
		border-color: #742a2a !important;
		border-color: rgba(116,42,42,var(--border-opacity)) !important
	}

	.sm\:border-orange {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.sm\:border-yellow-100 {
		--border-opacity: 1 !important;
		border-color: ivory !important;
		border-color: rgba(255,255,240,var(--border-opacity)) !important
	}

	.sm\:border-yellow-200 {
		--border-opacity: 1 !important;
		border-color: #fefcbf !important;
		border-color: rgba(254,252,191,var(--border-opacity)) !important
	}

	.sm\:border-yellow-300 {
		--border-opacity: 1 !important;
		border-color: #faf089 !important;
		border-color: rgba(250,240,137,var(--border-opacity)) !important
	}

	.sm\:border-yellow-400 {
		--border-opacity: 1 !important;
		border-color: #f6e05e !important;
		border-color: rgba(246,224,94,var(--border-opacity)) !important
	}

	.sm\:border-yellow-500 {
		--border-opacity: 1 !important;
		border-color: #ecc94b !important;
		border-color: rgba(236,201,75,var(--border-opacity)) !important
	}

	.sm\:border-yellow-600 {
		--border-opacity: 1 !important;
		border-color: #d69e2e !important;
		border-color: rgba(214,158,46,var(--border-opacity)) !important
	}

	.sm\:border-yellow-700 {
		--border-opacity: 1 !important;
		border-color: #b7791f !important;
		border-color: rgba(183,121,31,var(--border-opacity)) !important
	}

	.sm\:border-yellow-800 {
		--border-opacity: 1 !important;
		border-color: #975a16 !important;
		border-color: rgba(151,90,22,var(--border-opacity)) !important
	}

	.sm\:border-yellow-900 {
		--border-opacity: 1 !important;
		border-color: #744210 !important;
		border-color: rgba(116,66,16,var(--border-opacity)) !important
	}

	.sm\:border-green-100 {
		--border-opacity: 1 !important;
		border-color: #f0fff4 !important;
		border-color: rgba(240,255,244,var(--border-opacity)) !important
	}

	.sm\:border-green-200 {
		--border-opacity: 1 !important;
		border-color: #c6f6d5 !important;
		border-color: rgba(198,246,213,var(--border-opacity)) !important
	}

	.sm\:border-green-300 {
		--border-opacity: 1 !important;
		border-color: #9ae6b4 !important;
		border-color: rgba(154,230,180,var(--border-opacity)) !important
	}

	.sm\:border-green-400 {
		--border-opacity: 1 !important;
		border-color: #68d391 !important;
		border-color: rgba(104,211,145,var(--border-opacity)) !important
	}

	.sm\:border-green-500 {
		--border-opacity: 1 !important;
		border-color: #48bb78 !important;
		border-color: rgba(72,187,120,var(--border-opacity)) !important
	}

	.sm\:border-green-600 {
		--border-opacity: 1 !important;
		border-color: #38a169 !important;
		border-color: rgba(56,161,105,var(--border-opacity)) !important
	}

	.sm\:border-green-700 {
		--border-opacity: 1 !important;
		border-color: #2f855a !important;
		border-color: rgba(47,133,90,var(--border-opacity)) !important
	}

	.sm\:border-green-800 {
		--border-opacity: 1 !important;
		border-color: #276749 !important;
		border-color: rgba(39,103,73,var(--border-opacity)) !important
	}

	.sm\:border-green-900 {
		--border-opacity: 1 !important;
		border-color: #22543d !important;
		border-color: rgba(34,84,61,var(--border-opacity)) !important
	}

	.sm\:border-teal-100 {
		--border-opacity: 1 !important;
		border-color: #e6fffa !important;
		border-color: rgba(230,255,250,var(--border-opacity)) !important
	}

	.sm\:border-teal-200 {
		--border-opacity: 1 !important;
		border-color: #b2f5ea !important;
		border-color: rgba(178,245,234,var(--border-opacity)) !important
	}

	.sm\:border-teal-300 {
		--border-opacity: 1 !important;
		border-color: #81e6d9 !important;
		border-color: rgba(129,230,217,var(--border-opacity)) !important
	}

	.sm\:border-teal-400 {
		--border-opacity: 1 !important;
		border-color: #4fd1c5 !important;
		border-color: rgba(79,209,197,var(--border-opacity)) !important
	}

	.sm\:border-teal-500 {
		--border-opacity: 1 !important;
		border-color: #38b2ac !important;
		border-color: rgba(56,178,172,var(--border-opacity)) !important
	}

	.sm\:border-teal-600 {
		--border-opacity: 1 !important;
		border-color: #319795 !important;
		border-color: rgba(49,151,149,var(--border-opacity)) !important
	}

	.sm\:border-teal-700 {
		--border-opacity: 1 !important;
		border-color: #2c7a7b !important;
		border-color: rgba(44,122,123,var(--border-opacity)) !important
	}

	.sm\:border-teal-800 {
		--border-opacity: 1 !important;
		border-color: #285e61 !important;
		border-color: rgba(40,94,97,var(--border-opacity)) !important
	}

	.sm\:border-teal-900 {
		--border-opacity: 1 !important;
		border-color: #234e52 !important;
		border-color: rgba(35,78,82,var(--border-opacity)) !important
	}

	.sm\:border-blue-100 {
		--border-opacity: 1 !important;
		border-color: #ebf8ff !important;
		border-color: rgba(235,248,255,var(--border-opacity)) !important
	}

	.sm\:border-blue-200 {
		--border-opacity: 1 !important;
		border-color: #bee3f8 !important;
		border-color: rgba(190,227,248,var(--border-opacity)) !important
	}

	.sm\:border-blue-300 {
		--border-opacity: 1 !important;
		border-color: #90cdf4 !important;
		border-color: rgba(144,205,244,var(--border-opacity)) !important
	}

	.sm\:border-blue-400 {
		--border-opacity: 1 !important;
		border-color: #63b3ed !important;
		border-color: rgba(99,179,237,var(--border-opacity)) !important
	}

	.sm\:border-blue-500 {
		--border-opacity: 1 !important;
		border-color: #4299e1 !important;
		border-color: rgba(66,153,225,var(--border-opacity)) !important
	}

	.sm\:border-blue-600 {
		--border-opacity: 1 !important;
		border-color: #3182ce !important;
		border-color: rgba(49,130,206,var(--border-opacity)) !important
	}

	.sm\:border-blue-700 {
		--border-opacity: 1 !important;
		border-color: #2b6cb0 !important;
		border-color: rgba(43,108,176,var(--border-opacity)) !important
	}

	.sm\:border-blue-800 {
		--border-opacity: 1 !important;
		border-color: #2c5282 !important;
		border-color: rgba(44,82,130,var(--border-opacity)) !important
	}

	.sm\:border-blue-900 {
		--border-opacity: 1 !important;
		border-color: #2a4365 !important;
		border-color: rgba(42,67,101,var(--border-opacity)) !important
	}

	.sm\:border-indigo-100 {
		--border-opacity: 1 !important;
		border-color: #ebf4ff !important;
		border-color: rgba(235,244,255,var(--border-opacity)) !important
	}

	.sm\:border-indigo-200 {
		--border-opacity: 1 !important;
		border-color: #c3dafe !important;
		border-color: rgba(195,218,254,var(--border-opacity)) !important
	}

	.sm\:border-indigo-300 {
		--border-opacity: 1 !important;
		border-color: #a3bffa !important;
		border-color: rgba(163,191,250,var(--border-opacity)) !important
	}

	.sm\:border-indigo-400 {
		--border-opacity: 1 !important;
		border-color: #7f9cf5 !important;
		border-color: rgba(127,156,245,var(--border-opacity)) !important
	}

	.sm\:border-indigo-500 {
		--border-opacity: 1 !important;
		border-color: #667eea !important;
		border-color: rgba(102,126,234,var(--border-opacity)) !important
	}

	.sm\:border-indigo-600 {
		--border-opacity: 1 !important;
		border-color: #5a67d8 !important;
		border-color: rgba(90,103,216,var(--border-opacity)) !important
	}

	.sm\:border-indigo-700 {
		--border-opacity: 1 !important;
		border-color: #4c51bf !important;
		border-color: rgba(76,81,191,var(--border-opacity)) !important
	}

	.sm\:border-indigo-800 {
		--border-opacity: 1 !important;
		border-color: #434190 !important;
		border-color: rgba(67,65,144,var(--border-opacity)) !important
	}

	.sm\:border-indigo-900 {
		--border-opacity: 1 !important;
		border-color: #3c366b !important;
		border-color: rgba(60,54,107,var(--border-opacity)) !important
	}

	.sm\:border-purple-100 {
		--border-opacity: 1 !important;
		border-color: #faf5ff !important;
		border-color: rgba(250,245,255,var(--border-opacity)) !important
	}

	.sm\:border-purple-200 {
		--border-opacity: 1 !important;
		border-color: #e9d8fd !important;
		border-color: rgba(233,216,253,var(--border-opacity)) !important
	}

	.sm\:border-purple-300 {
		--border-opacity: 1 !important;
		border-color: #d6bcfa !important;
		border-color: rgba(214,188,250,var(--border-opacity)) !important
	}

	.sm\:border-purple-400 {
		--border-opacity: 1 !important;
		border-color: #b794f4 !important;
		border-color: rgba(183,148,244,var(--border-opacity)) !important
	}

	.sm\:border-purple-500 {
		--border-opacity: 1 !important;
		border-color: #9f7aea !important;
		border-color: rgba(159,122,234,var(--border-opacity)) !important
	}

	.sm\:border-purple-600 {
		--border-opacity: 1 !important;
		border-color: #805ad5 !important;
		border-color: rgba(128,90,213,var(--border-opacity)) !important
	}

	.sm\:border-purple-700 {
		--border-opacity: 1 !important;
		border-color: #6b46c1 !important;
		border-color: rgba(107,70,193,var(--border-opacity)) !important
	}

	.sm\:border-purple-800 {
		--border-opacity: 1 !important;
		border-color: #553c9a !important;
		border-color: rgba(85,60,154,var(--border-opacity)) !important
	}

	.sm\:border-purple-900 {
		--border-opacity: 1 !important;
		border-color: #44337a !important;
		border-color: rgba(68,51,122,var(--border-opacity)) !important
	}

	.sm\:border-pink-100 {
		--border-opacity: 1 !important;
		border-color: #fff5f7 !important;
		border-color: rgba(255,245,247,var(--border-opacity)) !important
	}

	.sm\:border-pink-200 {
		--border-opacity: 1 !important;
		border-color: #fed7e2 !important;
		border-color: rgba(254,215,226,var(--border-opacity)) !important
	}

	.sm\:border-pink-300 {
		--border-opacity: 1 !important;
		border-color: #fbb6ce !important;
		border-color: rgba(251,182,206,var(--border-opacity)) !important
	}

	.sm\:border-pink-400 {
		--border-opacity: 1 !important;
		border-color: #f687b3 !important;
		border-color: rgba(246,135,179,var(--border-opacity)) !important
	}

	.sm\:border-pink-500 {
		--border-opacity: 1 !important;
		border-color: #ed64a6 !important;
		border-color: rgba(237,100,166,var(--border-opacity)) !important
	}

	.sm\:border-pink-600 {
		--border-opacity: 1 !important;
		border-color: #d53f8c !important;
		border-color: rgba(213,63,140,var(--border-opacity)) !important
	}

	.sm\:border-pink-700 {
		--border-opacity: 1 !important;
		border-color: #b83280 !important;
		border-color: rgba(184,50,128,var(--border-opacity)) !important
	}

	.sm\:border-pink-800 {
		--border-opacity: 1 !important;
		border-color: #97266d !important;
		border-color: rgba(151,38,109,var(--border-opacity)) !important
	}

	.sm\:border-pink-900 {
		--border-opacity: 1 !important;
		border-color: #702459 !important;
		border-color: rgba(112,36,89,var(--border-opacity)) !important
	}

	.sm\:border-orange-400 {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.sm\:border-orange-500 {
		--border-opacity: 1 !important;
		border-color: #f54a08 !important;
		border-color: rgba(245,74,8,var(--border-opacity)) !important
	}

	.sm\:border-f3f {
		--border-opacity: 1 !important;
		border-color: #f3f3f3 !important;
		border-color: rgba(243,243,243,var(--border-opacity)) !important
	}

	.sm\:border-D8D {
		--border-opacity: 1 !important;
		border-color: #d8d8d8 !important;
		border-color: rgba(216,216,216,var(--border-opacity)) !important
	}

	.sm\:hover\:border-666:hover {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.sm\:hover\:border-transparent:hover {
		border-color: transparent !important
	}

	.sm\:hover\:border-current:hover {
		border-color: currentColor !important
	}

	.sm\:hover\:border-black-100:hover {
		--border-opacity: 1 !important;
		border-color: #141d3e !important;
		border-color: rgba(20,29,62,var(--border-opacity)) !important
	}

	.sm\:hover\:border-black-200:hover {
		--border-opacity: 1 !important;
		border-color: #212935 !important;
		border-color: rgba(33,41,53,var(--border-opacity)) !important
	}

	.sm\:hover\:border-black-300:hover {
		--border-opacity: 1 !important;
		border-color: #323648 !important;
		border-color: rgba(50,54,72,var(--border-opacity)) !important
	}

	.sm\:hover\:border-white:hover {
		--border-opacity: 1 !important;
		border-color: #fff !important;
		border-color: rgba(255,255,255,var(--border-opacity)) !important
	}

	.sm\:hover\:border-gray-100:hover {
		--border-opacity: 1 !important;
		border-color: #f6f6f6 !important;
		border-color: rgba(246,246,246,var(--border-opacity)) !important
	}

	.sm\:hover\:border-gray-200:hover {
		--border-opacity: 1 !important;
		border-color: #e5e5e5 !important;
		border-color: rgba(229,229,229,var(--border-opacity)) !important
	}

	.sm\:hover\:border-gray-300:hover {
		--border-opacity: 1 !important;
		border-color: #c4c4c4 !important;
		border-color: rgba(196,196,196,var(--border-opacity)) !important
	}

	.sm\:hover\:border-gray-400:hover {
		--border-opacity: 1 !important;
		border-color: #aaaaad !important;
		border-color: rgba(170,170,173,var(--border-opacity)) !important
	}

	.sm\:hover\:border-gray-500:hover {
		--border-opacity: 1 !important;
		border-color: #9fa2ac !important;
		border-color: rgba(159,162,172,var(--border-opacity)) !important
	}

	.sm\:hover\:border-gray-600:hover {
		--border-opacity: 1 !important;
		border-color: #8f9191 !important;
		border-color: rgba(143,145,145,var(--border-opacity)) !important
	}

	.sm\:hover\:border-gray-700:hover {
		--border-opacity: 1 !important;
		border-color: #70727f !important;
		border-color: rgba(112,114,127,var(--border-opacity)) !important
	}

	.sm\:hover\:border-gray-800:hover {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.sm\:hover\:border-red-100:hover {
		--border-opacity: 1 !important;
		border-color: #fff5f5 !important;
		border-color: rgba(255,245,245,var(--border-opacity)) !important
	}

	.sm\:hover\:border-red-200:hover {
		--border-opacity: 1 !important;
		border-color: #fed7d7 !important;
		border-color: rgba(254,215,215,var(--border-opacity)) !important
	}

	.sm\:hover\:border-red-300:hover {
		--border-opacity: 1 !important;
		border-color: #feb2b2 !important;
		border-color: rgba(254,178,178,var(--border-opacity)) !important
	}

	.sm\:hover\:border-red-400:hover {
		--border-opacity: 1 !important;
		border-color: #fc8181 !important;
		border-color: rgba(252,129,129,var(--border-opacity)) !important
	}

	.sm\:hover\:border-red-500:hover {
		--border-opacity: 1 !important;
		border-color: #f56565 !important;
		border-color: rgba(245,101,101,var(--border-opacity)) !important
	}

	.sm\:hover\:border-red-600:hover {
		--border-opacity: 1 !important;
		border-color: #e53e3e !important;
		border-color: rgba(229,62,62,var(--border-opacity)) !important
	}

	.sm\:hover\:border-red-700:hover {
		--border-opacity: 1 !important;
		border-color: #c53030 !important;
		border-color: rgba(197,48,48,var(--border-opacity)) !important
	}

	.sm\:hover\:border-red-800:hover {
		--border-opacity: 1 !important;
		border-color: #9b2c2c !important;
		border-color: rgba(155,44,44,var(--border-opacity)) !important
	}

	.sm\:hover\:border-red-900:hover {
		--border-opacity: 1 !important;
		border-color: #742a2a !important;
		border-color: rgba(116,42,42,var(--border-opacity)) !important
	}

	.sm\:hover\:border-orange:hover {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.sm\:hover\:border-yellow-100:hover {
		--border-opacity: 1 !important;
		border-color: ivory !important;
		border-color: rgba(255,255,240,var(--border-opacity)) !important
	}

	.sm\:hover\:border-yellow-200:hover {
		--border-opacity: 1 !important;
		border-color: #fefcbf !important;
		border-color: rgba(254,252,191,var(--border-opacity)) !important
	}

	.sm\:hover\:border-yellow-300:hover {
		--border-opacity: 1 !important;
		border-color: #faf089 !important;
		border-color: rgba(250,240,137,var(--border-opacity)) !important
	}

	.sm\:hover\:border-yellow-400:hover {
		--border-opacity: 1 !important;
		border-color: #f6e05e !important;
		border-color: rgba(246,224,94,var(--border-opacity)) !important
	}

	.sm\:hover\:border-yellow-500:hover {
		--border-opacity: 1 !important;
		border-color: #ecc94b !important;
		border-color: rgba(236,201,75,var(--border-opacity)) !important
	}

	.sm\:hover\:border-yellow-600:hover {
		--border-opacity: 1 !important;
		border-color: #d69e2e !important;
		border-color: rgba(214,158,46,var(--border-opacity)) !important
	}

	.sm\:hover\:border-yellow-700:hover {
		--border-opacity: 1 !important;
		border-color: #b7791f !important;
		border-color: rgba(183,121,31,var(--border-opacity)) !important
	}

	.sm\:hover\:border-yellow-800:hover {
		--border-opacity: 1 !important;
		border-color: #975a16 !important;
		border-color: rgba(151,90,22,var(--border-opacity)) !important
	}

	.sm\:hover\:border-yellow-900:hover {
		--border-opacity: 1 !important;
		border-color: #744210 !important;
		border-color: rgba(116,66,16,var(--border-opacity)) !important
	}

	.sm\:hover\:border-green-100:hover {
		--border-opacity: 1 !important;
		border-color: #f0fff4 !important;
		border-color: rgba(240,255,244,var(--border-opacity)) !important
	}

	.sm\:hover\:border-green-200:hover {
		--border-opacity: 1 !important;
		border-color: #c6f6d5 !important;
		border-color: rgba(198,246,213,var(--border-opacity)) !important
	}

	.sm\:hover\:border-green-300:hover {
		--border-opacity: 1 !important;
		border-color: #9ae6b4 !important;
		border-color: rgba(154,230,180,var(--border-opacity)) !important
	}

	.sm\:hover\:border-green-400:hover {
		--border-opacity: 1 !important;
		border-color: #68d391 !important;
		border-color: rgba(104,211,145,var(--border-opacity)) !important
	}

	.sm\:hover\:border-green-500:hover {
		--border-opacity: 1 !important;
		border-color: #48bb78 !important;
		border-color: rgba(72,187,120,var(--border-opacity)) !important
	}

	.sm\:hover\:border-green-600:hover {
		--border-opacity: 1 !important;
		border-color: #38a169 !important;
		border-color: rgba(56,161,105,var(--border-opacity)) !important
	}

	.sm\:hover\:border-green-700:hover {
		--border-opacity: 1 !important;
		border-color: #2f855a !important;
		border-color: rgba(47,133,90,var(--border-opacity)) !important
	}

	.sm\:hover\:border-green-800:hover {
		--border-opacity: 1 !important;
		border-color: #276749 !important;
		border-color: rgba(39,103,73,var(--border-opacity)) !important
	}

	.sm\:hover\:border-green-900:hover {
		--border-opacity: 1 !important;
		border-color: #22543d !important;
		border-color: rgba(34,84,61,var(--border-opacity)) !important
	}

	.sm\:hover\:border-teal-100:hover {
		--border-opacity: 1 !important;
		border-color: #e6fffa !important;
		border-color: rgba(230,255,250,var(--border-opacity)) !important
	}

	.sm\:hover\:border-teal-200:hover {
		--border-opacity: 1 !important;
		border-color: #b2f5ea !important;
		border-color: rgba(178,245,234,var(--border-opacity)) !important
	}

	.sm\:hover\:border-teal-300:hover {
		--border-opacity: 1 !important;
		border-color: #81e6d9 !important;
		border-color: rgba(129,230,217,var(--border-opacity)) !important
	}

	.sm\:hover\:border-teal-400:hover {
		--border-opacity: 1 !important;
		border-color: #4fd1c5 !important;
		border-color: rgba(79,209,197,var(--border-opacity)) !important
	}

	.sm\:hover\:border-teal-500:hover {
		--border-opacity: 1 !important;
		border-color: #38b2ac !important;
		border-color: rgba(56,178,172,var(--border-opacity)) !important
	}

	.sm\:hover\:border-teal-600:hover {
		--border-opacity: 1 !important;
		border-color: #319795 !important;
		border-color: rgba(49,151,149,var(--border-opacity)) !important
	}

	.sm\:hover\:border-teal-700:hover {
		--border-opacity: 1 !important;
		border-color: #2c7a7b !important;
		border-color: rgba(44,122,123,var(--border-opacity)) !important
	}

	.sm\:hover\:border-teal-800:hover {
		--border-opacity: 1 !important;
		border-color: #285e61 !important;
		border-color: rgba(40,94,97,var(--border-opacity)) !important
	}

	.sm\:hover\:border-teal-900:hover {
		--border-opacity: 1 !important;
		border-color: #234e52 !important;
		border-color: rgba(35,78,82,var(--border-opacity)) !important
	}

	.sm\:hover\:border-blue-100:hover {
		--border-opacity: 1 !important;
		border-color: #ebf8ff !important;
		border-color: rgba(235,248,255,var(--border-opacity)) !important
	}

	.sm\:hover\:border-blue-200:hover {
		--border-opacity: 1 !important;
		border-color: #bee3f8 !important;
		border-color: rgba(190,227,248,var(--border-opacity)) !important
	}

	.sm\:hover\:border-blue-300:hover {
		--border-opacity: 1 !important;
		border-color: #90cdf4 !important;
		border-color: rgba(144,205,244,var(--border-opacity)) !important
	}

	.sm\:hover\:border-blue-400:hover {
		--border-opacity: 1 !important;
		border-color: #63b3ed !important;
		border-color: rgba(99,179,237,var(--border-opacity)) !important
	}

	.sm\:hover\:border-blue-500:hover {
		--border-opacity: 1 !important;
		border-color: #4299e1 !important;
		border-color: rgba(66,153,225,var(--border-opacity)) !important
	}

	.sm\:hover\:border-blue-600:hover {
		--border-opacity: 1 !important;
		border-color: #3182ce !important;
		border-color: rgba(49,130,206,var(--border-opacity)) !important
	}

	.sm\:hover\:border-blue-700:hover {
		--border-opacity: 1 !important;
		border-color: #2b6cb0 !important;
		border-color: rgba(43,108,176,var(--border-opacity)) !important
	}

	.sm\:hover\:border-blue-800:hover {
		--border-opacity: 1 !important;
		border-color: #2c5282 !important;
		border-color: rgba(44,82,130,var(--border-opacity)) !important
	}

	.sm\:hover\:border-blue-900:hover {
		--border-opacity: 1 !important;
		border-color: #2a4365 !important;
		border-color: rgba(42,67,101,var(--border-opacity)) !important
	}

	.sm\:hover\:border-indigo-100:hover {
		--border-opacity: 1 !important;
		border-color: #ebf4ff !important;
		border-color: rgba(235,244,255,var(--border-opacity)) !important
	}

	.sm\:hover\:border-indigo-200:hover {
		--border-opacity: 1 !important;
		border-color: #c3dafe !important;
		border-color: rgba(195,218,254,var(--border-opacity)) !important
	}

	.sm\:hover\:border-indigo-300:hover {
		--border-opacity: 1 !important;
		border-color: #a3bffa !important;
		border-color: rgba(163,191,250,var(--border-opacity)) !important
	}

	.sm\:hover\:border-indigo-400:hover {
		--border-opacity: 1 !important;
		border-color: #7f9cf5 !important;
		border-color: rgba(127,156,245,var(--border-opacity)) !important
	}

	.sm\:hover\:border-indigo-500:hover {
		--border-opacity: 1 !important;
		border-color: #667eea !important;
		border-color: rgba(102,126,234,var(--border-opacity)) !important
	}

	.sm\:hover\:border-indigo-600:hover {
		--border-opacity: 1 !important;
		border-color: #5a67d8 !important;
		border-color: rgba(90,103,216,var(--border-opacity)) !important
	}

	.sm\:hover\:border-indigo-700:hover {
		--border-opacity: 1 !important;
		border-color: #4c51bf !important;
		border-color: rgba(76,81,191,var(--border-opacity)) !important
	}

	.sm\:hover\:border-indigo-800:hover {
		--border-opacity: 1 !important;
		border-color: #434190 !important;
		border-color: rgba(67,65,144,var(--border-opacity)) !important
	}

	.sm\:hover\:border-indigo-900:hover {
		--border-opacity: 1 !important;
		border-color: #3c366b !important;
		border-color: rgba(60,54,107,var(--border-opacity)) !important
	}

	.sm\:hover\:border-purple-100:hover {
		--border-opacity: 1 !important;
		border-color: #faf5ff !important;
		border-color: rgba(250,245,255,var(--border-opacity)) !important
	}

	.sm\:hover\:border-purple-200:hover {
		--border-opacity: 1 !important;
		border-color: #e9d8fd !important;
		border-color: rgba(233,216,253,var(--border-opacity)) !important
	}

	.sm\:hover\:border-purple-300:hover {
		--border-opacity: 1 !important;
		border-color: #d6bcfa !important;
		border-color: rgba(214,188,250,var(--border-opacity)) !important
	}

	.sm\:hover\:border-purple-400:hover {
		--border-opacity: 1 !important;
		border-color: #b794f4 !important;
		border-color: rgba(183,148,244,var(--border-opacity)) !important
	}

	.sm\:hover\:border-purple-500:hover {
		--border-opacity: 1 !important;
		border-color: #9f7aea !important;
		border-color: rgba(159,122,234,var(--border-opacity)) !important
	}

	.sm\:hover\:border-purple-600:hover {
		--border-opacity: 1 !important;
		border-color: #805ad5 !important;
		border-color: rgba(128,90,213,var(--border-opacity)) !important
	}

	.sm\:hover\:border-purple-700:hover {
		--border-opacity: 1 !important;
		border-color: #6b46c1 !important;
		border-color: rgba(107,70,193,var(--border-opacity)) !important
	}

	.sm\:hover\:border-purple-800:hover {
		--border-opacity: 1 !important;
		border-color: #553c9a !important;
		border-color: rgba(85,60,154,var(--border-opacity)) !important
	}

	.sm\:hover\:border-purple-900:hover {
		--border-opacity: 1 !important;
		border-color: #44337a !important;
		border-color: rgba(68,51,122,var(--border-opacity)) !important
	}

	.sm\:hover\:border-pink-100:hover {
		--border-opacity: 1 !important;
		border-color: #fff5f7 !important;
		border-color: rgba(255,245,247,var(--border-opacity)) !important
	}

	.sm\:hover\:border-pink-200:hover {
		--border-opacity: 1 !important;
		border-color: #fed7e2 !important;
		border-color: rgba(254,215,226,var(--border-opacity)) !important
	}

	.sm\:hover\:border-pink-300:hover {
		--border-opacity: 1 !important;
		border-color: #fbb6ce !important;
		border-color: rgba(251,182,206,var(--border-opacity)) !important
	}

	.sm\:hover\:border-pink-400:hover {
		--border-opacity: 1 !important;
		border-color: #f687b3 !important;
		border-color: rgba(246,135,179,var(--border-opacity)) !important
	}

	.sm\:hover\:border-pink-500:hover {
		--border-opacity: 1 !important;
		border-color: #ed64a6 !important;
		border-color: rgba(237,100,166,var(--border-opacity)) !important
	}

	.sm\:hover\:border-pink-600:hover {
		--border-opacity: 1 !important;
		border-color: #d53f8c !important;
		border-color: rgba(213,63,140,var(--border-opacity)) !important
	}

	.sm\:hover\:border-pink-700:hover {
		--border-opacity: 1 !important;
		border-color: #b83280 !important;
		border-color: rgba(184,50,128,var(--border-opacity)) !important
	}

	.sm\:hover\:border-pink-800:hover {
		--border-opacity: 1 !important;
		border-color: #97266d !important;
		border-color: rgba(151,38,109,var(--border-opacity)) !important
	}

	.sm\:hover\:border-pink-900:hover {
		--border-opacity: 1 !important;
		border-color: #702459 !important;
		border-color: rgba(112,36,89,var(--border-opacity)) !important
	}

	.sm\:hover\:border-orange-400:hover {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.sm\:hover\:border-orange-500:hover {
		--border-opacity: 1 !important;
		border-color: #f54a08 !important;
		border-color: rgba(245,74,8,var(--border-opacity)) !important
	}

	.sm\:hover\:border-f3f:hover {
		--border-opacity: 1 !important;
		border-color: #f3f3f3 !important;
		border-color: rgba(243,243,243,var(--border-opacity)) !important
	}

	.sm\:hover\:border-D8D:hover {
		--border-opacity: 1 !important;
		border-color: #d8d8d8 !important;
		border-color: rgba(216,216,216,var(--border-opacity)) !important
	}

	.sm\:focus\:border-666:focus {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.sm\:focus\:border-transparent:focus {
		border-color: transparent !important
	}

	.sm\:focus\:border-current:focus {
		border-color: currentColor !important
	}

	.sm\:focus\:border-black-100:focus {
		--border-opacity: 1 !important;
		border-color: #141d3e !important;
		border-color: rgba(20,29,62,var(--border-opacity)) !important
	}

	.sm\:focus\:border-black-200:focus {
		--border-opacity: 1 !important;
		border-color: #212935 !important;
		border-color: rgba(33,41,53,var(--border-opacity)) !important
	}

	.sm\:focus\:border-black-300:focus {
		--border-opacity: 1 !important;
		border-color: #323648 !important;
		border-color: rgba(50,54,72,var(--border-opacity)) !important
	}

	.sm\:focus\:border-white:focus {
		--border-opacity: 1 !important;
		border-color: #fff !important;
		border-color: rgba(255,255,255,var(--border-opacity)) !important
	}

	.sm\:focus\:border-gray-100:focus {
		--border-opacity: 1 !important;
		border-color: #f6f6f6 !important;
		border-color: rgba(246,246,246,var(--border-opacity)) !important
	}

	.sm\:focus\:border-gray-200:focus {
		--border-opacity: 1 !important;
		border-color: #e5e5e5 !important;
		border-color: rgba(229,229,229,var(--border-opacity)) !important
	}

	.sm\:focus\:border-gray-300:focus {
		--border-opacity: 1 !important;
		border-color: #c4c4c4 !important;
		border-color: rgba(196,196,196,var(--border-opacity)) !important
	}

	.sm\:focus\:border-gray-400:focus {
		--border-opacity: 1 !important;
		border-color: #aaaaad !important;
		border-color: rgba(170,170,173,var(--border-opacity)) !important
	}

	.sm\:focus\:border-gray-500:focus {
		--border-opacity: 1 !important;
		border-color: #9fa2ac !important;
		border-color: rgba(159,162,172,var(--border-opacity)) !important
	}

	.sm\:focus\:border-gray-600:focus {
		--border-opacity: 1 !important;
		border-color: #8f9191 !important;
		border-color: rgba(143,145,145,var(--border-opacity)) !important
	}

	.sm\:focus\:border-gray-700:focus {
		--border-opacity: 1 !important;
		border-color: #70727f !important;
		border-color: rgba(112,114,127,var(--border-opacity)) !important
	}

	.sm\:focus\:border-gray-800:focus {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.sm\:focus\:border-red-100:focus {
		--border-opacity: 1 !important;
		border-color: #fff5f5 !important;
		border-color: rgba(255,245,245,var(--border-opacity)) !important
	}

	.sm\:focus\:border-red-200:focus {
		--border-opacity: 1 !important;
		border-color: #fed7d7 !important;
		border-color: rgba(254,215,215,var(--border-opacity)) !important
	}

	.sm\:focus\:border-red-300:focus {
		--border-opacity: 1 !important;
		border-color: #feb2b2 !important;
		border-color: rgba(254,178,178,var(--border-opacity)) !important
	}

	.sm\:focus\:border-red-400:focus {
		--border-opacity: 1 !important;
		border-color: #fc8181 !important;
		border-color: rgba(252,129,129,var(--border-opacity)) !important
	}

	.sm\:focus\:border-red-500:focus {
		--border-opacity: 1 !important;
		border-color: #f56565 !important;
		border-color: rgba(245,101,101,var(--border-opacity)) !important
	}

	.sm\:focus\:border-red-600:focus {
		--border-opacity: 1 !important;
		border-color: #e53e3e !important;
		border-color: rgba(229,62,62,var(--border-opacity)) !important
	}

	.sm\:focus\:border-red-700:focus {
		--border-opacity: 1 !important;
		border-color: #c53030 !important;
		border-color: rgba(197,48,48,var(--border-opacity)) !important
	}

	.sm\:focus\:border-red-800:focus {
		--border-opacity: 1 !important;
		border-color: #9b2c2c !important;
		border-color: rgba(155,44,44,var(--border-opacity)) !important
	}

	.sm\:focus\:border-red-900:focus {
		--border-opacity: 1 !important;
		border-color: #742a2a !important;
		border-color: rgba(116,42,42,var(--border-opacity)) !important
	}

	.sm\:focus\:border-orange:focus {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.sm\:focus\:border-yellow-100:focus {
		--border-opacity: 1 !important;
		border-color: ivory !important;
		border-color: rgba(255,255,240,var(--border-opacity)) !important
	}

	.sm\:focus\:border-yellow-200:focus {
		--border-opacity: 1 !important;
		border-color: #fefcbf !important;
		border-color: rgba(254,252,191,var(--border-opacity)) !important
	}

	.sm\:focus\:border-yellow-300:focus {
		--border-opacity: 1 !important;
		border-color: #faf089 !important;
		border-color: rgba(250,240,137,var(--border-opacity)) !important
	}

	.sm\:focus\:border-yellow-400:focus {
		--border-opacity: 1 !important;
		border-color: #f6e05e !important;
		border-color: rgba(246,224,94,var(--border-opacity)) !important
	}

	.sm\:focus\:border-yellow-500:focus {
		--border-opacity: 1 !important;
		border-color: #ecc94b !important;
		border-color: rgba(236,201,75,var(--border-opacity)) !important
	}

	.sm\:focus\:border-yellow-600:focus {
		--border-opacity: 1 !important;
		border-color: #d69e2e !important;
		border-color: rgba(214,158,46,var(--border-opacity)) !important
	}

	.sm\:focus\:border-yellow-700:focus {
		--border-opacity: 1 !important;
		border-color: #b7791f !important;
		border-color: rgba(183,121,31,var(--border-opacity)) !important
	}

	.sm\:focus\:border-yellow-800:focus {
		--border-opacity: 1 !important;
		border-color: #975a16 !important;
		border-color: rgba(151,90,22,var(--border-opacity)) !important
	}

	.sm\:focus\:border-yellow-900:focus {
		--border-opacity: 1 !important;
		border-color: #744210 !important;
		border-color: rgba(116,66,16,var(--border-opacity)) !important
	}

	.sm\:focus\:border-green-100:focus {
		--border-opacity: 1 !important;
		border-color: #f0fff4 !important;
		border-color: rgba(240,255,244,var(--border-opacity)) !important
	}

	.sm\:focus\:border-green-200:focus {
		--border-opacity: 1 !important;
		border-color: #c6f6d5 !important;
		border-color: rgba(198,246,213,var(--border-opacity)) !important
	}

	.sm\:focus\:border-green-300:focus {
		--border-opacity: 1 !important;
		border-color: #9ae6b4 !important;
		border-color: rgba(154,230,180,var(--border-opacity)) !important
	}

	.sm\:focus\:border-green-400:focus {
		--border-opacity: 1 !important;
		border-color: #68d391 !important;
		border-color: rgba(104,211,145,var(--border-opacity)) !important
	}

	.sm\:focus\:border-green-500:focus {
		--border-opacity: 1 !important;
		border-color: #48bb78 !important;
		border-color: rgba(72,187,120,var(--border-opacity)) !important
	}

	.sm\:focus\:border-green-600:focus {
		--border-opacity: 1 !important;
		border-color: #38a169 !important;
		border-color: rgba(56,161,105,var(--border-opacity)) !important
	}

	.sm\:focus\:border-green-700:focus {
		--border-opacity: 1 !important;
		border-color: #2f855a !important;
		border-color: rgba(47,133,90,var(--border-opacity)) !important
	}

	.sm\:focus\:border-green-800:focus {
		--border-opacity: 1 !important;
		border-color: #276749 !important;
		border-color: rgba(39,103,73,var(--border-opacity)) !important
	}

	.sm\:focus\:border-green-900:focus {
		--border-opacity: 1 !important;
		border-color: #22543d !important;
		border-color: rgba(34,84,61,var(--border-opacity)) !important
	}

	.sm\:focus\:border-teal-100:focus {
		--border-opacity: 1 !important;
		border-color: #e6fffa !important;
		border-color: rgba(230,255,250,var(--border-opacity)) !important
	}

	.sm\:focus\:border-teal-200:focus {
		--border-opacity: 1 !important;
		border-color: #b2f5ea !important;
		border-color: rgba(178,245,234,var(--border-opacity)) !important
	}

	.sm\:focus\:border-teal-300:focus {
		--border-opacity: 1 !important;
		border-color: #81e6d9 !important;
		border-color: rgba(129,230,217,var(--border-opacity)) !important
	}

	.sm\:focus\:border-teal-400:focus {
		--border-opacity: 1 !important;
		border-color: #4fd1c5 !important;
		border-color: rgba(79,209,197,var(--border-opacity)) !important
	}

	.sm\:focus\:border-teal-500:focus {
		--border-opacity: 1 !important;
		border-color: #38b2ac !important;
		border-color: rgba(56,178,172,var(--border-opacity)) !important
	}

	.sm\:focus\:border-teal-600:focus {
		--border-opacity: 1 !important;
		border-color: #319795 !important;
		border-color: rgba(49,151,149,var(--border-opacity)) !important
	}

	.sm\:focus\:border-teal-700:focus {
		--border-opacity: 1 !important;
		border-color: #2c7a7b !important;
		border-color: rgba(44,122,123,var(--border-opacity)) !important
	}

	.sm\:focus\:border-teal-800:focus {
		--border-opacity: 1 !important;
		border-color: #285e61 !important;
		border-color: rgba(40,94,97,var(--border-opacity)) !important
	}

	.sm\:focus\:border-teal-900:focus {
		--border-opacity: 1 !important;
		border-color: #234e52 !important;
		border-color: rgba(35,78,82,var(--border-opacity)) !important
	}

	.sm\:focus\:border-blue-100:focus {
		--border-opacity: 1 !important;
		border-color: #ebf8ff !important;
		border-color: rgba(235,248,255,var(--border-opacity)) !important
	}

	.sm\:focus\:border-blue-200:focus {
		--border-opacity: 1 !important;
		border-color: #bee3f8 !important;
		border-color: rgba(190,227,248,var(--border-opacity)) !important
	}

	.sm\:focus\:border-blue-300:focus {
		--border-opacity: 1 !important;
		border-color: #90cdf4 !important;
		border-color: rgba(144,205,244,var(--border-opacity)) !important
	}

	.sm\:focus\:border-blue-400:focus {
		--border-opacity: 1 !important;
		border-color: #63b3ed !important;
		border-color: rgba(99,179,237,var(--border-opacity)) !important
	}

	.sm\:focus\:border-blue-500:focus {
		--border-opacity: 1 !important;
		border-color: #4299e1 !important;
		border-color: rgba(66,153,225,var(--border-opacity)) !important
	}

	.sm\:focus\:border-blue-600:focus {
		--border-opacity: 1 !important;
		border-color: #3182ce !important;
		border-color: rgba(49,130,206,var(--border-opacity)) !important
	}

	.sm\:focus\:border-blue-700:focus {
		--border-opacity: 1 !important;
		border-color: #2b6cb0 !important;
		border-color: rgba(43,108,176,var(--border-opacity)) !important
	}

	.sm\:focus\:border-blue-800:focus {
		--border-opacity: 1 !important;
		border-color: #2c5282 !important;
		border-color: rgba(44,82,130,var(--border-opacity)) !important
	}

	.sm\:focus\:border-blue-900:focus {
		--border-opacity: 1 !important;
		border-color: #2a4365 !important;
		border-color: rgba(42,67,101,var(--border-opacity)) !important
	}

	.sm\:focus\:border-indigo-100:focus {
		--border-opacity: 1 !important;
		border-color: #ebf4ff !important;
		border-color: rgba(235,244,255,var(--border-opacity)) !important
	}

	.sm\:focus\:border-indigo-200:focus {
		--border-opacity: 1 !important;
		border-color: #c3dafe !important;
		border-color: rgba(195,218,254,var(--border-opacity)) !important
	}

	.sm\:focus\:border-indigo-300:focus {
		--border-opacity: 1 !important;
		border-color: #a3bffa !important;
		border-color: rgba(163,191,250,var(--border-opacity)) !important
	}

	.sm\:focus\:border-indigo-400:focus {
		--border-opacity: 1 !important;
		border-color: #7f9cf5 !important;
		border-color: rgba(127,156,245,var(--border-opacity)) !important
	}

	.sm\:focus\:border-indigo-500:focus {
		--border-opacity: 1 !important;
		border-color: #667eea !important;
		border-color: rgba(102,126,234,var(--border-opacity)) !important
	}

	.sm\:focus\:border-indigo-600:focus {
		--border-opacity: 1 !important;
		border-color: #5a67d8 !important;
		border-color: rgba(90,103,216,var(--border-opacity)) !important
	}

	.sm\:focus\:border-indigo-700:focus {
		--border-opacity: 1 !important;
		border-color: #4c51bf !important;
		border-color: rgba(76,81,191,var(--border-opacity)) !important
	}

	.sm\:focus\:border-indigo-800:focus {
		--border-opacity: 1 !important;
		border-color: #434190 !important;
		border-color: rgba(67,65,144,var(--border-opacity)) !important
	}

	.sm\:focus\:border-indigo-900:focus {
		--border-opacity: 1 !important;
		border-color: #3c366b !important;
		border-color: rgba(60,54,107,var(--border-opacity)) !important
	}

	.sm\:focus\:border-purple-100:focus {
		--border-opacity: 1 !important;
		border-color: #faf5ff !important;
		border-color: rgba(250,245,255,var(--border-opacity)) !important
	}

	.sm\:focus\:border-purple-200:focus {
		--border-opacity: 1 !important;
		border-color: #e9d8fd !important;
		border-color: rgba(233,216,253,var(--border-opacity)) !important
	}

	.sm\:focus\:border-purple-300:focus {
		--border-opacity: 1 !important;
		border-color: #d6bcfa !important;
		border-color: rgba(214,188,250,var(--border-opacity)) !important
	}

	.sm\:focus\:border-purple-400:focus {
		--border-opacity: 1 !important;
		border-color: #b794f4 !important;
		border-color: rgba(183,148,244,var(--border-opacity)) !important
	}

	.sm\:focus\:border-purple-500:focus {
		--border-opacity: 1 !important;
		border-color: #9f7aea !important;
		border-color: rgba(159,122,234,var(--border-opacity)) !important
	}

	.sm\:focus\:border-purple-600:focus {
		--border-opacity: 1 !important;
		border-color: #805ad5 !important;
		border-color: rgba(128,90,213,var(--border-opacity)) !important
	}

	.sm\:focus\:border-purple-700:focus {
		--border-opacity: 1 !important;
		border-color: #6b46c1 !important;
		border-color: rgba(107,70,193,var(--border-opacity)) !important
	}

	.sm\:focus\:border-purple-800:focus {
		--border-opacity: 1 !important;
		border-color: #553c9a !important;
		border-color: rgba(85,60,154,var(--border-opacity)) !important
	}

	.sm\:focus\:border-purple-900:focus {
		--border-opacity: 1 !important;
		border-color: #44337a !important;
		border-color: rgba(68,51,122,var(--border-opacity)) !important
	}

	.sm\:focus\:border-pink-100:focus {
		--border-opacity: 1 !important;
		border-color: #fff5f7 !important;
		border-color: rgba(255,245,247,var(--border-opacity)) !important
	}

	.sm\:focus\:border-pink-200:focus {
		--border-opacity: 1 !important;
		border-color: #fed7e2 !important;
		border-color: rgba(254,215,226,var(--border-opacity)) !important
	}

	.sm\:focus\:border-pink-300:focus {
		--border-opacity: 1 !important;
		border-color: #fbb6ce !important;
		border-color: rgba(251,182,206,var(--border-opacity)) !important
	}

	.sm\:focus\:border-pink-400:focus {
		--border-opacity: 1 !important;
		border-color: #f687b3 !important;
		border-color: rgba(246,135,179,var(--border-opacity)) !important
	}

	.sm\:focus\:border-pink-500:focus {
		--border-opacity: 1 !important;
		border-color: #ed64a6 !important;
		border-color: rgba(237,100,166,var(--border-opacity)) !important
	}

	.sm\:focus\:border-pink-600:focus {
		--border-opacity: 1 !important;
		border-color: #d53f8c !important;
		border-color: rgba(213,63,140,var(--border-opacity)) !important
	}

	.sm\:focus\:border-pink-700:focus {
		--border-opacity: 1 !important;
		border-color: #b83280 !important;
		border-color: rgba(184,50,128,var(--border-opacity)) !important
	}

	.sm\:focus\:border-pink-800:focus {
		--border-opacity: 1 !important;
		border-color: #97266d !important;
		border-color: rgba(151,38,109,var(--border-opacity)) !important
	}

	.sm\:focus\:border-pink-900:focus {
		--border-opacity: 1 !important;
		border-color: #702459 !important;
		border-color: rgba(112,36,89,var(--border-opacity)) !important
	}

	.sm\:focus\:border-orange-400:focus {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.sm\:focus\:border-orange-500:focus {
		--border-opacity: 1 !important;
		border-color: #f54a08 !important;
		border-color: rgba(245,74,8,var(--border-opacity)) !important
	}

	.sm\:focus\:border-f3f:focus {
		--border-opacity: 1 !important;
		border-color: #f3f3f3 !important;
		border-color: rgba(243,243,243,var(--border-opacity)) !important
	}

	.sm\:focus\:border-D8D:focus {
		--border-opacity: 1 !important;
		border-color: #d8d8d8 !important;
		border-color: rgba(216,216,216,var(--border-opacity)) !important
	}

	.sm\:border-opacity-0 {
		--border-opacity: 0 !important
	}

	.sm\:border-opacity-25 {
		--border-opacity: 0.25 !important
	}

	.sm\:border-opacity-50 {
		--border-opacity: 0.5 !important
	}

	.sm\:border-opacity-75 {
		--border-opacity: 0.75 !important
	}

	.sm\:border-opacity-100 {
		--border-opacity: 1 !important
	}

	.sm\:hover\:border-opacity-0:hover {
		--border-opacity: 0 !important
	}

	.sm\:hover\:border-opacity-25:hover {
		--border-opacity: 0.25 !important
	}

	.sm\:hover\:border-opacity-50:hover {
		--border-opacity: 0.5 !important
	}

	.sm\:hover\:border-opacity-75:hover {
		--border-opacity: 0.75 !important
	}

	.sm\:hover\:border-opacity-100:hover {
		--border-opacity: 1 !important
	}

	.sm\:focus\:border-opacity-0:focus {
		--border-opacity: 0 !important
	}

	.sm\:focus\:border-opacity-25:focus {
		--border-opacity: 0.25 !important
	}

	.sm\:focus\:border-opacity-50:focus {
		--border-opacity: 0.5 !important
	}

	.sm\:focus\:border-opacity-75:focus {
		--border-opacity: 0.75 !important
	}

	.sm\:focus\:border-opacity-100:focus {
		--border-opacity: 1 !important
	}

	.sm\:rounded-none {
		border-radius: 0 !important
	}

	.sm\:rounded-sm {
		border-radius: .125rem !important
	}

	.sm\:rounded {
		border-radius: .25rem !important
	}

	.sm\:rounded-md {
		border-radius: .375rem !important
	}

	.sm\:rounded-lg {
		border-radius: .5rem !important
	}

	.sm\:rounded-xl {
		border-radius: .75rem !important
	}

	.sm\:rounded-2xl {
		border-radius: 1rem !important
	}

	.sm\:rounded-3xl {
		border-radius: 1.5rem !important
	}

	.sm\:rounded-full {
		border-radius: 9999px !important
	}

	.sm\:rounded-t-none {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important
	}

	.sm\:rounded-r-none {
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 0 !important
	}

	.sm\:rounded-b-none {
		border-bottom-right-radius: 0 !important;
		border-bottom-left-radius: 0 !important
	}

	.sm\:rounded-l-none {
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important
	}

	.sm\:rounded-t-sm {
		border-top-left-radius: .125rem !important
	}

	.sm\:rounded-r-sm, .sm\:rounded-t-sm {
		border-top-right-radius: .125rem !important
	}

	.sm\:rounded-b-sm, .sm\:rounded-r-sm {
		border-bottom-right-radius: .125rem !important
	}

	.sm\:rounded-b-sm, .sm\:rounded-l-sm {
		border-bottom-left-radius: .125rem !important
	}

	.sm\:rounded-l-sm {
		border-top-left-radius: .125rem !important
	}

	.sm\:rounded-t {
		border-top-left-radius: .25rem !important
	}

	.sm\:rounded-r, .sm\:rounded-t {
		border-top-right-radius: .25rem !important
	}

	.sm\:rounded-b, .sm\:rounded-r {
		border-bottom-right-radius: .25rem !important
	}

	.sm\:rounded-b, .sm\:rounded-l {
		border-bottom-left-radius: .25rem !important
	}

	.sm\:rounded-l {
		border-top-left-radius: .25rem !important
	}

	.sm\:rounded-t-md {
		border-top-left-radius: .375rem !important
	}

	.sm\:rounded-r-md, .sm\:rounded-t-md {
		border-top-right-radius: .375rem !important
	}

	.sm\:rounded-b-md, .sm\:rounded-r-md {
		border-bottom-right-radius: .375rem !important
	}

	.sm\:rounded-b-md, .sm\:rounded-l-md {
		border-bottom-left-radius: .375rem !important
	}

	.sm\:rounded-l-md {
		border-top-left-radius: .375rem !important
	}

	.sm\:rounded-t-lg {
		border-top-left-radius: .5rem !important
	}

	.sm\:rounded-r-lg, .sm\:rounded-t-lg {
		border-top-right-radius: .5rem !important
	}

	.sm\:rounded-b-lg, .sm\:rounded-r-lg {
		border-bottom-right-radius: .5rem !important
	}

	.sm\:rounded-b-lg, .sm\:rounded-l-lg {
		border-bottom-left-radius: .5rem !important
	}

	.sm\:rounded-l-lg {
		border-top-left-radius: .5rem !important
	}

	.sm\:rounded-t-xl {
		border-top-left-radius: .75rem !important
	}

	.sm\:rounded-r-xl, .sm\:rounded-t-xl {
		border-top-right-radius: .75rem !important
	}

	.sm\:rounded-b-xl, .sm\:rounded-r-xl {
		border-bottom-right-radius: .75rem !important
	}

	.sm\:rounded-b-xl, .sm\:rounded-l-xl {
		border-bottom-left-radius: .75rem !important
	}

	.sm\:rounded-l-xl {
		border-top-left-radius: .75rem !important
	}

	.sm\:rounded-t-2xl {
		border-top-left-radius: 1rem !important
	}

	.sm\:rounded-r-2xl, .sm\:rounded-t-2xl {
		border-top-right-radius: 1rem !important
	}

	.sm\:rounded-b-2xl, .sm\:rounded-r-2xl {
		border-bottom-right-radius: 1rem !important
	}

	.sm\:rounded-b-2xl, .sm\:rounded-l-2xl {
		border-bottom-left-radius: 1rem !important
	}

	.sm\:rounded-l-2xl {
		border-top-left-radius: 1rem !important
	}

	.sm\:rounded-t-3xl {
		border-top-left-radius: 1.5rem !important
	}

	.sm\:rounded-r-3xl, .sm\:rounded-t-3xl {
		border-top-right-radius: 1.5rem !important
	}

	.sm\:rounded-b-3xl, .sm\:rounded-r-3xl {
		border-bottom-right-radius: 1.5rem !important
	}

	.sm\:rounded-b-3xl, .sm\:rounded-l-3xl {
		border-bottom-left-radius: 1.5rem !important
	}

	.sm\:rounded-l-3xl {
		border-top-left-radius: 1.5rem !important
	}

	.sm\:rounded-t-full {
		border-top-left-radius: 9999px !important
	}

	.sm\:rounded-r-full, .sm\:rounded-t-full {
		border-top-right-radius: 9999px !important
	}

	.sm\:rounded-b-full, .sm\:rounded-r-full {
		border-bottom-right-radius: 9999px !important
	}

	.sm\:rounded-b-full, .sm\:rounded-l-full {
		border-bottom-left-radius: 9999px !important
	}

	.sm\:rounded-l-full {
		border-top-left-radius: 9999px !important
	}

	.sm\:rounded-tl-none {
		border-top-left-radius: 0 !important
	}

	.sm\:rounded-tr-none {
		border-top-right-radius: 0 !important
	}

	.sm\:rounded-br-none {
		border-bottom-right-radius: 0 !important
	}

	.sm\:rounded-bl-none {
		border-bottom-left-radius: 0 !important
	}

	.sm\:rounded-tl-sm {
		border-top-left-radius: .125rem !important
	}

	.sm\:rounded-tr-sm {
		border-top-right-radius: .125rem !important
	}

	.sm\:rounded-br-sm {
		border-bottom-right-radius: .125rem !important
	}

	.sm\:rounded-bl-sm {
		border-bottom-left-radius: .125rem !important
	}

	.sm\:rounded-tl {
		border-top-left-radius: .25rem !important
	}

	.sm\:rounded-tr {
		border-top-right-radius: .25rem !important
	}

	.sm\:rounded-br {
		border-bottom-right-radius: .25rem !important
	}

	.sm\:rounded-bl {
		border-bottom-left-radius: .25rem !important
	}

	.sm\:rounded-tl-md {
		border-top-left-radius: .375rem !important
	}

	.sm\:rounded-tr-md {
		border-top-right-radius: .375rem !important
	}

	.sm\:rounded-br-md {
		border-bottom-right-radius: .375rem !important
	}

	.sm\:rounded-bl-md {
		border-bottom-left-radius: .375rem !important
	}

	.sm\:rounded-tl-lg {
		border-top-left-radius: .5rem !important
	}

	.sm\:rounded-tr-lg {
		border-top-right-radius: .5rem !important
	}

	.sm\:rounded-br-lg {
		border-bottom-right-radius: .5rem !important
	}

	.sm\:rounded-bl-lg {
		border-bottom-left-radius: .5rem !important
	}

	.sm\:rounded-tl-xl {
		border-top-left-radius: .75rem !important
	}

	.sm\:rounded-tr-xl {
		border-top-right-radius: .75rem !important
	}

	.sm\:rounded-br-xl {
		border-bottom-right-radius: .75rem !important
	}

	.sm\:rounded-bl-xl {
		border-bottom-left-radius: .75rem !important
	}

	.sm\:rounded-tl-2xl {
		border-top-left-radius: 1rem !important
	}

	.sm\:rounded-tr-2xl {
		border-top-right-radius: 1rem !important
	}

	.sm\:rounded-br-2xl {
		border-bottom-right-radius: 1rem !important
	}

	.sm\:rounded-bl-2xl {
		border-bottom-left-radius: 1rem !important
	}

	.sm\:rounded-tl-3xl {
		border-top-left-radius: 1.5rem !important
	}

	.sm\:rounded-tr-3xl {
		border-top-right-radius: 1.5rem !important
	}

	.sm\:rounded-br-3xl {
		border-bottom-right-radius: 1.5rem !important
	}

	.sm\:rounded-bl-3xl {
		border-bottom-left-radius: 1.5rem !important
	}

	.sm\:rounded-tl-full {
		border-top-left-radius: 9999px !important
	}

	.sm\:rounded-tr-full {
		border-top-right-radius: 9999px !important
	}

	.sm\:rounded-br-full {
		border-bottom-right-radius: 9999px !important
	}

	.sm\:rounded-bl-full {
		border-bottom-left-radius: 9999px !important
	}

	.sm\:border-solid {
		border-style: solid !important
	}

	.sm\:border-dashed {
		border-style: dashed !important
	}

	.sm\:border-dotted {
		border-style: dotted !important
	}

	.sm\:border-double {
		border-style: double !important
	}

	.sm\:border-none {
		border-style: none !important
	}

	.sm\:border-0 {
		border-width: 0 !important
	}

	.sm\:border-2 {
		border-width: 2px !important
	}

	.sm\:border-4 {
		border-width: 4px !important
	}

	.sm\:border-8 {
		border-width: 8px !important
	}

	.sm\:border {
		border-width: 1px !important
	}

	.sm\:border-t-0 {
		border-top-width: 0 !important
	}

	.sm\:border-r-0 {
		border-right-width: 0 !important
	}

	.sm\:border-b-0 {
		border-bottom-width: 0 !important
	}

	.sm\:border-l-0 {
		border-left-width: 0 !important
	}

	.sm\:border-t-2 {
		border-top-width: 2px !important
	}

	.sm\:border-r-2 {
		border-right-width: 2px !important
	}

	.sm\:border-b-2 {
		border-bottom-width: 2px !important
	}

	.sm\:border-l-2 {
		border-left-width: 2px !important
	}

	.sm\:border-t-4 {
		border-top-width: 4px !important
	}

	.sm\:border-r-4 {
		border-right-width: 4px !important
	}

	.sm\:border-b-4 {
		border-bottom-width: 4px !important
	}

	.sm\:border-l-4 {
		border-left-width: 4px !important
	}

	.sm\:border-t-8 {
		border-top-width: 8px !important
	}

	.sm\:border-r-8 {
		border-right-width: 8px !important
	}

	.sm\:border-b-8 {
		border-bottom-width: 8px !important
	}

	.sm\:border-l-8 {
		border-left-width: 8px !important
	}

	.sm\:border-t {
		border-top-width: 1px !important
	}

	.sm\:border-r {
		border-right-width: 1px !important
	}

	.sm\:border-b {
		border-bottom-width: 1px !important
	}

	.sm\:border-l {
		border-left-width: 1px !important
	}

	.sm\:box-border {
		box-sizing: border-box !important
	}

	.sm\:box-content {
		box-sizing: content-box !important
	}

	.sm\:cursor-auto {
		cursor: auto !important
	}

	.sm\:cursor-default {
		cursor: default !important
	}

	.sm\:cursor-pointer {
		cursor: pointer !important
	}

	.sm\:cursor-wait {
		cursor: wait !important
	}

	.sm\:cursor-text {
		cursor: text !important
	}

	.sm\:cursor-move {
		cursor: move !important
	}

	.sm\:cursor-not-allowed {
		cursor: not-allowed !important
	}

	.sm\:block {
		display: block !important
	}

	.sm\:inline-block {
		display: inline-block !important
	}

	.sm\:inline {
		display: inline !important
	}

	.sm\:flex {
		display: flex !important
	}

	.sm\:inline-flex {
		display: inline-flex !important
	}

	.sm\:table {
		display: table !important
	}

	.sm\:table-caption {
		display: table-caption !important
	}

	.sm\:table-cell {
		display: table-cell !important
	}

	.sm\:table-column {
		display: table-column !important
	}

	.sm\:table-column-group {
		display: table-column-group !important
	}

	.sm\:table-footer-group {
		display: table-footer-group !important
	}

	.sm\:table-header-group {
		display: table-header-group !important
	}

	.sm\:table-row-group {
		display: table-row-group !important
	}

	.sm\:table-row {
		display: table-row !important
	}

	.sm\:flow-root {
		display: flow-root !important
	}

	.sm\:grid {
		display: grid !important
	}

	.sm\:inline-grid {
		display: inline-grid !important
	}

	.sm\:contents {
		display: contents !important
	}

	.sm\:hidden {
		display: none !important
	}

	.sm\:flex-row {
		flex-direction: row !important
	}

	.sm\:flex-row-reverse {
		flex-direction: row-reverse !important
	}

	.sm\:flex-col {
		flex-direction: column !important
	}

	.sm\:flex-col-reverse {
		flex-direction: column-reverse !important
	}

	.sm\:flex-wrap {
		flex-wrap: wrap !important
	}

	.sm\:flex-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.sm\:flex-no-wrap {
		flex-wrap: nowrap !important
	}

	.sm\:items-start {
		align-items: flex-start !important
	}

	.sm\:items-end {
		align-items: flex-end !important
	}

	.sm\:items-center {
		align-items: center !important
	}

	.sm\:items-baseline {
		align-items: baseline !important
	}

	.sm\:items-stretch {
		align-items: stretch !important
	}

	.sm\:justify-start {
		justify-content: flex-start !important
	}

	.sm\:justify-end {
		justify-content: flex-end !important
	}

	.sm\:justify-center {
		justify-content: center !important
	}

	.sm\:justify-between {
		justify-content: space-between !important
	}

	.sm\:justify-around {
		justify-content: space-around !important
	}

	.sm\:justify-evenly {
		justify-content: space-evenly !important
	}

	.sm\:flex-1 {
		flex: 1 1 0% !important
	}

	.sm\:flex-auto {
		flex: 1 1 auto !important
	}

	.sm\:flex-initial {
		flex: 0 1 auto !important
	}

	.sm\:flex-none {
		flex: none !important
	}

	.sm\:flex-grow-0 {
		flex-grow: 0 !important
	}

	.sm\:flex-grow {
		flex-grow: 1 !important
	}

	.sm\:flex-shrink-0 {
		flex-shrink: 0 !important
	}

	.sm\:flex-shrink {
		flex-shrink: 1 !important
	}

	.sm\:float-right {
		float: right !important
	}

	.sm\:float-left {
		float: left !important
	}

	.sm\:float-none {
		float: none !important
	}

	.sm\:clearfix:after {
		content: "" !important;
		display: table !important;
		clear: both !important
	}

	.sm\:clear-left {
		clear: left !important
	}

	.sm\:clear-right {
		clear: right !important
	}

	.sm\:clear-both {
		clear: both !important
	}

	.sm\:clear-none {
		clear: none !important
	}

	.sm\:font-hairline {
		font-weight: 100 !important
	}

	.sm\:font-thin {
		font-weight: 200 !important
	}

	.sm\:font-light {
		font-weight: 300 !important
	}

	.sm\:font-normal {
		font-weight: 400 !important
	}

	.sm\:font-medium {
		font-weight: 500 !important
	}

	.sm\:font-semibold {
		font-weight: 600 !important
	}

	.sm\:font-bold {
		font-weight: 700 !important
	}

	.sm\:font-extrabold {
		font-weight: 800 !important
	}

	.sm\:font-black {
		font-weight: 900 !important
	}

	.sm\:hover\:font-hairline:hover {
		font-weight: 100 !important
	}

	.sm\:hover\:font-thin:hover {
		font-weight: 200 !important
	}

	.sm\:hover\:font-light:hover {
		font-weight: 300 !important
	}

	.sm\:hover\:font-normal:hover {
		font-weight: 400 !important
	}

	.sm\:hover\:font-medium:hover {
		font-weight: 500 !important
	}

	.sm\:hover\:font-semibold:hover {
		font-weight: 600 !important
	}

	.sm\:hover\:font-bold:hover {
		font-weight: 700 !important
	}

	.sm\:hover\:font-extrabold:hover {
		font-weight: 800 !important
	}

	.sm\:hover\:font-black:hover {
		font-weight: 900 !important
	}

	.sm\:focus\:font-hairline:focus {
		font-weight: 100 !important
	}

	.sm\:focus\:font-thin:focus {
		font-weight: 200 !important
	}

	.sm\:focus\:font-light:focus {
		font-weight: 300 !important
	}

	.sm\:focus\:font-normal:focus {
		font-weight: 400 !important
	}

	.sm\:focus\:font-medium:focus {
		font-weight: 500 !important
	}

	.sm\:focus\:font-semibold:focus {
		font-weight: 600 !important
	}

	.sm\:focus\:font-bold:focus {
		font-weight: 700 !important
	}

	.sm\:focus\:font-extrabold:focus {
		font-weight: 800 !important
	}

	.sm\:focus\:font-black:focus {
		font-weight: 900 !important
	}

	.sm\:h-0 {
		height: 0 !important
	}

	.sm\:h-1 {
		height: .25rem !important
	}

	.sm\:h-2 {
		height: .5rem !important
	}

	.sm\:h-3 {
		height: .75rem !important
	}

	.sm\:h-4 {
		height: 1rem !important
	}

	.sm\:h-5 {
		height: 1.25rem !important
	}

	.sm\:h-6 {
		height: 1.5rem !important
	}

	.sm\:h-8 {
		height: 2rem !important
	}

	.sm\:h-10 {
		height: 2.5rem !important
	}

	.sm\:h-11 {
		height: 2.75rem !important
	}

	.sm\:h-12 {
		height: 3rem !important
	}

	.sm\:h-13 {
		height: 3.25rem !important
	}

	.sm\:h-14 {
		height: 3.5rem !important
	}

	.sm\:h-15 {
		height: 3.75rem !important
	}

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

	.sm\:h-20 {
		height: 5rem !important
	}

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

	.sm\:h-28 {
		height: 7rem !important
	}

	.sm\:h-30 {
		height: 7.5rem !important
	}

	.sm\:h-32 {
		height: 8rem !important
	}

	.sm\:h-35 {
		height: 8.75rem !important
	}

	.sm\:h-40 {
		height: 10rem !important
	}

	.sm\:h-47 {
		height: 11.75rem !important
	}

	.sm\:h-48 {
		height: 12rem !important
	}

	.sm\:h-51 {
		height: 12.75rem !important
	}

	.sm\:h-54 {
		height: 13.5rem !important
	}

	.sm\:h-56 {
		height: 14rem !important
	}

	.sm\:h-64 {
		height: 16rem !important
	}

	.sm\:h-74 {
		height: 18.5rem !important
	}

	.sm\:h-88 {
		height: 22rem !important
	}

	.sm\:h-102 {
		height: 25.5rem !important
	}

	.sm\:h-128 {
		height: 32rem !important
	}

	.sm\:h-134 {
		height: 40rem !important
	}

	.sm\:h-140 {
		height: 48rem !important
	}

	.sm\:h-150 {
		height: 56rem !important
	}

	.sm\:h-auto {
		height: auto !important
	}

	.sm\:h-px {
		height: 1px !important
	}

	.sm\:h--50 {
		height: -50px !important
	}

	.sm\:h-full {
		height: 100% !important
	}

	.sm\:h-screen {
		height: 100vh !important
	}

	.sm\:h-px50 {
		height: 50px !important
	}

	.sm\:h-introvideo_sm {
		height: 100% !important
	}

	.sm\:h-introvideo_md {
		height: 400px !important
	}

	.sm\:h-introvideo_lg {
		height: 645px !important
	}

	.sm\:h-introvideo_hl {
		height: 905px !important
	}

	.sm\:h-joinus_sm {
		height: 100% !important
	}

	.sm\:h-joinus_md {
		height: 308px !important
	}

	.sm\:h-joinus_hl, .sm\:h-joinus_lg {
		height: 536px !important
	}

	.sm\:h-propertyphoto_md {
		height: 320px !important
	}

	.sm\:h-propertyphoto_lg {
		height: 460px !important
	}

	.sm\:h-propertymap_md {
		height: 320px !important
	}

	.sm\:h-propertymap_lg {
		height: 440px !important
	}

	.sm\:text-8 {
		font-size: 8px !important
	}

	.sm\:text-10 {
		font-size: 10px !important
	}

	.sm\:text-13 {
		font-size: 13px !important
	}

	.sm\:text-19 {
		font-size: 19px !important
	}

	.sm\:text-32 {
		font-size: 2rem !important
	}

	.sm\:text-42 {
		font-size: 42px !important
	}

	.sm\:text-47 {
		font-size: 47px !important
	}

	.sm\:text-56 {
		font-size: 56px !important
	}

	.sm\:text-76 {
		font-size: 76px !important
	}

	.sm\:text-86 {
		font-size: 86px !important
	}

	.sm\:text-110 {
		font-size: 110px !important
	}

	.sm\:text-130 {
		font-size: 130px !important
	}

	.sm\:text-xs {
		font-size: .75rem !important
	}

	.sm\:text-sm {
		font-size: .875rem !important
	}

	.sm\:text-base {
		font-size: 1rem !important
	}

	.sm\:text-lg {
		font-size: 1.125rem !important
	}

	.sm\:text-xl {
		font-size: 1.25rem !important
	}

	.sm\:text-2xl {
		font-size: 1.5rem !important
	}

	.sm\:text-3xl {
		font-size: 1.875rem !important
	}

	.sm\:text-4xl {
		font-size: 2.25rem !important
	}

	.sm\:text-5xl {
		font-size: 3rem !important
	}

	.sm\:text-6xl {
		font-size: 4rem !important
	}

	.sm\:text-15p {
		font-size: 15px !important
	}

	.sm\:text-22p {
		font-size: 22px !important
	}

	.sm\:text-7xl {
		font-size: 5rem !important
	}

	.sm\:text-app-title {
		font-size: 1.75em !important
	}

	.sm\:leading-0 {
		line-height: 0 !important
	}

	.sm\:leading-3 {
		line-height: .75rem !important
	}

	.sm\:leading-4 {
		line-height: 1rem !important
	}

	.sm\:leading-5 {
		line-height: 1.25rem !important
	}

	.sm\:leading-6 {
		line-height: 1.5rem !important
	}

	.sm\:leading-7 {
		line-height: 1.75rem !important
	}

	.sm\:leading-8 {
		line-height: 2rem !important
	}

	.sm\:leading-9 {
		line-height: 2.25rem !important
	}

	.sm\:leading-10 {
		line-height: 2.5rem !important
	}

	.sm\:leading-none {
		line-height: 1 !important
	}

	.sm\:leading-tight {
		line-height: 1.25 !important
	}

	.sm\:leading-snug {
		line-height: 1.375 !important
	}

	.sm\:leading-normal {
		line-height: 1.5 !important
	}

	.sm\:leading-relaxed {
		line-height: 1.625 !important
	}

	.sm\:leading-loose {
		line-height: 2 !important
	}

	.sm\:m-0 {
		margin: 0 !important
	}

	.sm\:m-1 {
		margin: .25rem !important
	}

	.sm\:m-2 {
		margin: .5rem !important
	}

	.sm\:m-3 {
		margin: .75rem !important
	}

	.sm\:m-4 {
		margin: 1rem !important
	}

	.sm\:m-5 {
		margin: 1.25rem !important
	}

	.sm\:m-6 {
		margin: 1.5rem !important
	}

	.sm\:m-7 {
		margin: 1.75rem !important
	}

	.sm\:m-8 {
		margin: 2rem !important
	}

	.sm\:m-9 {
		margin: 2.25rem !important
	}

	.sm\:m-10 {
		margin: 2.5rem !important
	}

	.sm\:m-12 {
		margin: 3rem !important
	}

	.sm\:m-13, .sm\:m-14 {
		margin: 3.5rem !important
	}

	.sm\:m-15 {
		margin: 3.75rem !important
	}

	.sm\:m-16 {
		margin: 4rem !important
	}

	.sm\:m-20 {
		margin: 5rem !important
	}

	.sm\:m-24 {
		margin: 6rem !important
	}

	.sm\:m-30 {
		margin: 7.5rem !important
	}

	.sm\:m-32 {
		margin: 8rem !important
	}

	.sm\:m-40 {
		margin: 10rem !important
	}

	.sm\:m-48 {
		margin: 12rem !important
	}

	.sm\:m-56 {
		margin: 14rem !important
	}

	.sm\:m-64 {
		margin: 16rem !important
	}

	.sm\:m-auto {
		margin: auto !important
	}

	.sm\:m-px {
		margin: 1px !important
	}

	.sm\:-m-50 {
		margin: -50px !important
	}

	.sm\:-m-1 {
		margin: -.25rem !important
	}

	.sm\:-m-2 {
		margin: -.5rem !important
	}

	.sm\:-m-3 {
		margin: -.75rem !important
	}

	.sm\:-m-4 {
		margin: -1rem !important
	}

	.sm\:-m-5 {
		margin: -1.25rem !important
	}

	.sm\:-m-6 {
		margin: -1.5rem !important
	}

	.sm\:-m-8 {
		margin: -2rem !important
	}

	.sm\:-m-10 {
		margin: -2.5rem !important
	}

	.sm\:-m-12 {
		margin: -3rem !important
	}

	.sm\:-m-16 {
		margin: -4rem !important
	}

	.sm\:-m-20 {
		margin: -5rem !important
	}

	.sm\:-m-24 {
		margin: -6rem !important
	}

	.sm\:-m-32 {
		margin: -8rem !important
	}

	.sm\:-m-40 {
		margin: -10rem !important
	}

	.sm\:-m-48 {
		margin: -12rem !important
	}

	.sm\:-m-56 {
		margin: -14rem !important
	}

	.sm\:-m-64 {
		margin: -16rem !important
	}

	.sm\:-m-px {
		margin: -1px !important
	}

	.sm\:-m--50 {
		margin: 50px !important
	}

	.sm\:-m-14 {
		margin: -3.5rem !important
	}

	.sm\:-m-15 {
		margin: -3.75rem !important
	}

	.sm\:-m-25 {
		margin: -6.25rem !important
	}

	.sm\:-m-30 {
		margin: -7.5rem !important
	}

	.sm\:my-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.sm\:mx-0 {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.sm\:my-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.sm\:mx-1 {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.sm\:my-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.sm\:mx-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.sm\:my-3 {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.sm\:mx-3 {
		margin-left: .75rem !important;
		margin-right: .75rem !important
	}

	.sm\:my-4 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.sm\:mx-4 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.sm\:my-5 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.sm\:mx-5 {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.sm\:my-6 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.sm\:mx-6 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.sm\:my-7 {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.sm\:mx-7 {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important
	}

	.sm\:my-8 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.sm\:mx-8 {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.sm\:my-9 {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.sm\:mx-9 {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important
	}

	.sm\:my-10 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.sm\:mx-10 {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important
	}

	.sm\:my-12 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.sm\:mx-12 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.sm\:my-13 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.sm\:mx-13 {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.sm\:my-14 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.sm\:mx-14 {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.sm\:my-15 {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important
	}

	.sm\:mx-15 {
		margin-left: 3.75rem !important;
		margin-right: 3.75rem !important
	}

	.sm\:my-16 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.sm\:mx-16 {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.sm\:my-20 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.sm\:mx-20 {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.sm\:my-24 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.sm\:mx-24 {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.sm\:my-30 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.sm\:mx-30 {
		margin-left: 7.5rem !important;
		margin-right: 7.5rem !important
	}

	.sm\:my-32 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.sm\:mx-32 {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.sm\:my-40 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.sm\:mx-40 {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.sm\:my-48 {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.sm\:mx-48 {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.sm\:my-56 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.sm\:mx-56 {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.sm\:my-64 {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.sm\:mx-64 {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.sm\:my-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.sm\:mx-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.sm\:my-px {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}

	.sm\:mx-px {
		margin-left: 1px !important;
		margin-right: 1px !important
	}

	.sm\:-my-50 {
		margin-top: -50px !important;
		margin-bottom: -50px !important
	}

	.sm\:-mx-50 {
		margin-left: -50px !important;
		margin-right: -50px !important
	}

	.sm\:-my-1 {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.sm\:-mx-1 {
		margin-left: -.25rem !important;
		margin-right: -.25rem !important
	}

	.sm\:-my-2 {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.sm\:-mx-2 {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}

	.sm\:-my-3 {
		margin-top: -.75rem !important;
		margin-bottom: -.75rem !important
	}

	.sm\:-mx-3 {
		margin-left: -.75rem !important;
		margin-right: -.75rem !important
	}

	.sm\:-my-4 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.sm\:-mx-4 {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.sm\:-my-5 {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.sm\:-mx-5 {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.sm\:-my-6 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.sm\:-mx-6 {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.sm\:-my-8 {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.sm\:-mx-8 {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.sm\:-my-10 {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important
	}

	.sm\:-mx-10 {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important
	}

	.sm\:-my-12 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.sm\:-mx-12 {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.sm\:-my-16 {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.sm\:-mx-16 {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.sm\:-my-20 {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.sm\:-mx-20 {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.sm\:-my-24 {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.sm\:-mx-24 {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.sm\:-my-32 {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important
	}

	.sm\:-mx-32 {
		margin-left: -8rem !important;
		margin-right: -8rem !important
	}

	.sm\:-my-40 {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important
	}

	.sm\:-mx-40 {
		margin-left: -10rem !important;
		margin-right: -10rem !important
	}

	.sm\:-my-48 {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important
	}

	.sm\:-mx-48 {
		margin-left: -12rem !important;
		margin-right: -12rem !important
	}

	.sm\:-my-56 {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important
	}

	.sm\:-mx-56 {
		margin-left: -14rem !important;
		margin-right: -14rem !important
	}

	.sm\:-my-64 {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important
	}

	.sm\:-mx-64 {
		margin-left: -16rem !important;
		margin-right: -16rem !important
	}

	.sm\:-my-px {
		margin-top: -1px !important;
		margin-bottom: -1px !important
	}

	.sm\:-mx-px {
		margin-left: -1px !important;
		margin-right: -1px !important
	}

	.sm\:-my--50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}

	.sm\:-mx--50 {
		margin-left: 50px !important;
		margin-right: 50px !important
	}

	.sm\:-my-14 {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important
	}

	.sm\:-mx-14 {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important
	}

	.sm\:-my-15 {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important
	}

	.sm\:-mx-15 {
		margin-left: -3.75rem !important;
		margin-right: -3.75rem !important
	}

	.sm\:-my-25 {
		margin-top: -6.25rem !important;
		margin-bottom: -6.25rem !important
	}

	.sm\:-mx-25 {
		margin-left: -6.25rem !important;
		margin-right: -6.25rem !important
	}

	.sm\:-my-30 {
		margin-top: -7.5rem !important;
		margin-bottom: -7.5rem !important
	}

	.sm\:-mx-30 {
		margin-left: -7.5rem !important;
		margin-right: -7.5rem !important
	}

	.sm\:mt-0 {
		margin-top: 0 !important
	}

	.sm\:mr-0 {
		margin-right: 0 !important
	}

	.sm\:mb-0 {
		margin-bottom: 0 !important
	}

	.sm\:ml-0 {
		margin-left: 0 !important
	}

	.sm\:mt-1 {
		margin-top: .25rem !important
	}

	.sm\:mr-1 {
		margin-right: .25rem !important
	}

	.sm\:mb-1 {
		margin-bottom: .25rem !important
	}

	.sm\:ml-1 {
		margin-left: .25rem !important
	}

	.sm\:mt-2 {
		margin-top: .5rem !important
	}

	.sm\:mr-2 {
		margin-right: .5rem !important
	}

	.sm\:mb-2 {
		margin-bottom: .5rem !important
	}

	.sm\:ml-2 {
		margin-left: .5rem !important
	}

	.sm\:mt-3 {
		margin-top: .75rem !important
	}

	.sm\:mr-3 {
		margin-right: .75rem !important
	}

	.sm\:mb-3 {
		margin-bottom: .75rem !important
	}

	.sm\:ml-3 {
		margin-left: .75rem !important
	}

	.sm\:mt-4 {
		margin-top: 1rem !important
	}

	.sm\:mr-4 {
		margin-right: 1rem !important
	}

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

	.sm\:ml-4 {
		margin-left: 1rem !important
	}

	.sm\:mt-5 {
		margin-top: 1.25rem !important
	}

	.sm\:mr-5 {
		margin-right: 1.25rem !important
	}

	.sm\:mb-5 {
		margin-bottom: 1.25rem !important
	}

	.sm\:ml-5 {
		margin-left: 1.25rem !important
	}

	.sm\:mt-6 {
		margin-top: 1.5rem !important
	}

	.sm\:mr-6 {
		margin-right: 1.5rem !important
	}

	.sm\:mb-6 {
		margin-bottom: 1.5rem !important
	}

	.sm\:ml-6 {
		margin-left: 1.5rem !important
	}

	.sm\:mt-7 {
		margin-top: 1.75rem !important
	}

	.sm\:mr-7 {
		margin-right: 1.75rem !important
	}

	.sm\:mb-7 {
		margin-bottom: 1.75rem !important
	}

	.sm\:ml-7 {
		margin-left: 1.75rem !important
	}

	.sm\:mt-8 {
		margin-top: 2rem !important
	}

	.sm\:mr-8 {
		margin-right: 2rem !important
	}

	.sm\:mb-8 {
		margin-bottom: 2rem !important
	}

	.sm\:ml-8 {
		margin-left: 2rem !important
	}

	.sm\:mt-9 {
		margin-top: 2.25rem !important
	}

	.sm\:mr-9 {
		margin-right: 2.25rem !important
	}

	.sm\:mb-9 {
		margin-bottom: 2.25rem !important
	}

	.sm\:ml-9 {
		margin-left: 2.25rem !important
	}

	.sm\:mt-10 {
		margin-top: 2.5rem !important
	}

	.sm\:mr-10 {
		margin-right: 2.5rem !important
	}

	.sm\:mb-10 {
		margin-bottom: 2.5rem !important
	}

	.sm\:ml-10 {
		margin-left: 2.5rem !important
	}

	.sm\:mt-12 {
		margin-top: 3rem !important
	}

	.sm\:mr-12 {
		margin-right: 3rem !important
	}

	.sm\:mb-12 {
		margin-bottom: 3rem !important
	}

	.sm\:ml-12 {
		margin-left: 3rem !important
	}

	.sm\:mt-13 {
		margin-top: 3.5rem !important
	}

	.sm\:mr-13 {
		margin-right: 3.5rem !important
	}

	.sm\:mb-13 {
		margin-bottom: 3.5rem !important
	}

	.sm\:ml-13 {
		margin-left: 3.5rem !important
	}

	.sm\:mt-14 {
		margin-top: 3.5rem !important
	}

	.sm\:mr-14 {
		margin-right: 3.5rem !important
	}

	.sm\:mb-14 {
		margin-bottom: 3.5rem !important
	}

	.sm\:ml-14 {
		margin-left: 3.5rem !important
	}

	.sm\:mt-15 {
		margin-top: 3.75rem !important
	}

	.sm\:mr-15 {
		margin-right: 3.75rem !important
	}

	.sm\:mb-15 {
		margin-bottom: 3.75rem !important
	}

	.sm\:ml-15 {
		margin-left: 3.75rem !important
	}

	.sm\:mt-16 {
		margin-top: 4rem !important
	}

	.sm\:mr-16 {
		margin-right: 4rem !important
	}

	.sm\:mb-16 {
		margin-bottom: 4rem !important
	}

	.sm\:ml-16 {
		margin-left: 4rem !important
	}

	.sm\:mt-20 {
		margin-top: 5rem !important
	}

	.sm\:mr-20 {
		margin-right: 5rem !important
	}

	.sm\:mb-20 {
		margin-bottom: 5rem !important
	}

	.sm\:ml-20 {
		margin-left: 5rem !important
	}

	.sm\:mt-24 {
		margin-top: 6rem !important
	}

	.sm\:mr-24 {
		margin-right: 6rem !important
	}

	.sm\:mb-24 {
		margin-bottom: 6rem !important
	}

	.sm\:ml-24 {
		margin-left: 6rem !important
	}

	.sm\:mt-30 {
		margin-top: 7.5rem !important
	}

	.sm\:mr-30 {
		margin-right: 7.5rem !important
	}

	.sm\:mb-30 {
		margin-bottom: 7.5rem !important
	}

	.sm\:ml-30 {
		margin-left: 7.5rem !important
	}

	.sm\:mt-32 {
		margin-top: 8rem !important
	}

	.sm\:mr-32 {
		margin-right: 8rem !important
	}

	.sm\:mb-32 {
		margin-bottom: 8rem !important
	}

	.sm\:ml-32 {
		margin-left: 8rem !important
	}

	.sm\:mt-40 {
		margin-top: 10rem !important
	}

	.sm\:mr-40 {
		margin-right: 10rem !important
	}

	.sm\:mb-40 {
		margin-bottom: 10rem !important
	}

	.sm\:ml-40 {
		margin-left: 10rem !important
	}

	.sm\:mt-48 {
		margin-top: 12rem !important
	}

	.sm\:mr-48 {
		margin-right: 12rem !important
	}

	.sm\:mb-48 {
		margin-bottom: 12rem !important
	}

	.sm\:ml-48 {
		margin-left: 12rem !important
	}

	.sm\:mt-56 {
		margin-top: 14rem !important
	}

	.sm\:mr-56 {
		margin-right: 14rem !important
	}

	.sm\:mb-56 {
		margin-bottom: 14rem !important
	}

	.sm\:ml-56 {
		margin-left: 14rem !important
	}

	.sm\:mt-64 {
		margin-top: 16rem !important
	}

	.sm\:mr-64 {
		margin-right: 16rem !important
	}

	.sm\:mb-64 {
		margin-bottom: 16rem !important
	}

	.sm\:ml-64 {
		margin-left: 16rem !important
	}

	.sm\:mt-auto {
		margin-top: auto !important
	}

	.sm\:mr-auto {
		margin-right: auto !important
	}

	.sm\:mb-auto {
		margin-bottom: auto !important
	}

	.sm\:ml-auto {
		margin-left: auto !important
	}

	.sm\:mt-px {
		margin-top: 1px !important
	}

	.sm\:mr-px {
		margin-right: 1px !important
	}

	.sm\:mb-px {
		margin-bottom: 1px !important
	}

	.sm\:ml-px {
		margin-left: 1px !important
	}

	.sm\:-mt-50 {
		margin-top: -50px !important
	}

	.sm\:-mr-50 {
		margin-right: -50px !important
	}

	.sm\:-mb-50 {
		margin-bottom: -50px !important
	}

	.sm\:-ml-50 {
		margin-left: -50px !important
	}

	.sm\:-mt-1 {
		margin-top: -.25rem !important
	}

	.sm\:-mr-1 {
		margin-right: -.25rem !important
	}

	.sm\:-mb-1 {
		margin-bottom: -.25rem !important
	}

	.sm\:-ml-1 {
		margin-left: -.25rem !important
	}

	.sm\:-mt-2 {
		margin-top: -.5rem !important
	}

	.sm\:-mr-2 {
		margin-right: -.5rem !important
	}

	.sm\:-mb-2 {
		margin-bottom: -.5rem !important
	}

	.sm\:-ml-2 {
		margin-left: -.5rem !important
	}

	.sm\:-mt-3 {
		margin-top: -.75rem !important
	}

	.sm\:-mr-3 {
		margin-right: -.75rem !important
	}

	.sm\:-mb-3 {
		margin-bottom: -.75rem !important
	}

	.sm\:-ml-3 {
		margin-left: -.75rem !important
	}

	.sm\:-mt-4 {
		margin-top: -1rem !important
	}

	.sm\:-mr-4 {
		margin-right: -1rem !important
	}

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

	.sm\:-ml-4 {
		margin-left: -1rem !important
	}

	.sm\:-mt-5 {
		margin-top: -1.25rem !important
	}

	.sm\:-mr-5 {
		margin-right: -1.25rem !important
	}

	.sm\:-mb-5 {
		margin-bottom: -1.25rem !important
	}

	.sm\:-ml-5 {
		margin-left: -1.25rem !important
	}

	.sm\:-mt-6 {
		margin-top: -1.5rem !important
	}

	.sm\:-mr-6 {
		margin-right: -1.5rem !important
	}

	.sm\:-mb-6 {
		margin-bottom: -1.5rem !important
	}

	.sm\:-ml-6 {
		margin-left: -1.5rem !important
	}

	.sm\:-mt-8 {
		margin-top: -2rem !important
	}

	.sm\:-mr-8 {
		margin-right: -2rem !important
	}

	.sm\:-mb-8 {
		margin-bottom: -2rem !important
	}

	.sm\:-ml-8 {
		margin-left: -2rem !important
	}

	.sm\:-mt-10 {
		margin-top: -2.5rem !important
	}

	.sm\:-mr-10 {
		margin-right: -2.5rem !important
	}

	.sm\:-mb-10 {
		margin-bottom: -2.5rem !important
	}

	.sm\:-ml-10 {
		margin-left: -2.5rem !important
	}

	.sm\:-mt-12 {
		margin-top: -3rem !important
	}

	.sm\:-mr-12 {
		margin-right: -3rem !important
	}

	.sm\:-mb-12 {
		margin-bottom: -3rem !important
	}

	.sm\:-ml-12 {
		margin-left: -3rem !important
	}

	.sm\:-mt-16 {
		margin-top: -4rem !important
	}

	.sm\:-mr-16 {
		margin-right: -4rem !important
	}

	.sm\:-mb-16 {
		margin-bottom: -4rem !important
	}

	.sm\:-ml-16 {
		margin-left: -4rem !important
	}

	.sm\:-mt-20 {
		margin-top: -5rem !important
	}

	.sm\:-mr-20 {
		margin-right: -5rem !important
	}

	.sm\:-mb-20 {
		margin-bottom: -5rem !important
	}

	.sm\:-ml-20 {
		margin-left: -5rem !important
	}

	.sm\:-mt-24 {
		margin-top: -6rem !important
	}

	.sm\:-mr-24 {
		margin-right: -6rem !important
	}

	.sm\:-mb-24 {
		margin-bottom: -6rem !important
	}

	.sm\:-ml-24 {
		margin-left: -6rem !important
	}

	.sm\:-mt-32 {
		margin-top: -8rem !important
	}

	.sm\:-mr-32 {
		margin-right: -8rem !important
	}

	.sm\:-mb-32 {
		margin-bottom: -8rem !important
	}

	.sm\:-ml-32 {
		margin-left: -8rem !important
	}

	.sm\:-mt-40 {
		margin-top: -10rem !important
	}

	.sm\:-mr-40 {
		margin-right: -10rem !important
	}

	.sm\:-mb-40 {
		margin-bottom: -10rem !important
	}

	.sm\:-ml-40 {
		margin-left: -10rem !important
	}

	.sm\:-mt-48 {
		margin-top: -12rem !important
	}

	.sm\:-mr-48 {
		margin-right: -12rem !important
	}

	.sm\:-mb-48 {
		margin-bottom: -12rem !important
	}

	.sm\:-ml-48 {
		margin-left: -12rem !important
	}

	.sm\:-mt-56 {
		margin-top: -14rem !important
	}

	.sm\:-mr-56 {
		margin-right: -14rem !important
	}

	.sm\:-mb-56 {
		margin-bottom: -14rem !important
	}

	.sm\:-ml-56 {
		margin-left: -14rem !important
	}

	.sm\:-mt-64 {
		margin-top: -16rem !important
	}

	.sm\:-mr-64 {
		margin-right: -16rem !important
	}

	.sm\:-mb-64 {
		margin-bottom: -16rem !important
	}

	.sm\:-ml-64 {
		margin-left: -16rem !important
	}

	.sm\:-mt-px {
		margin-top: -1px !important
	}

	.sm\:-mr-px {
		margin-right: -1px !important
	}

	.sm\:-mb-px {
		margin-bottom: -1px !important
	}

	.sm\:-ml-px {
		margin-left: -1px !important
	}

	.sm\:-mt--50 {
		margin-top: 50px !important
	}

	.sm\:-mr--50 {
		margin-right: 50px !important
	}

	.sm\:-mb--50 {
		margin-bottom: 50px !important
	}

	.sm\:-ml--50 {
		margin-left: 50px !important
	}

	.sm\:-mt-14 {
		margin-top: -3.5rem !important
	}

	.sm\:-mr-14 {
		margin-right: -3.5rem !important
	}

	.sm\:-mb-14 {
		margin-bottom: -3.5rem !important
	}

	.sm\:-ml-14 {
		margin-left: -3.5rem !important
	}

	.sm\:-mt-15 {
		margin-top: -3.75rem !important
	}

	.sm\:-mr-15 {
		margin-right: -3.75rem !important
	}

	.sm\:-mb-15 {
		margin-bottom: -3.75rem !important
	}

	.sm\:-ml-15 {
		margin-left: -3.75rem !important
	}

	.sm\:-mt-25 {
		margin-top: -6.25rem !important
	}

	.sm\:-mr-25 {
		margin-right: -6.25rem !important
	}

	.sm\:-mb-25 {
		margin-bottom: -6.25rem !important
	}

	.sm\:-ml-25 {
		margin-left: -6.25rem !important
	}

	.sm\:-mt-30 {
		margin-top: -7.5rem !important
	}

	.sm\:-mr-30 {
		margin-right: -7.5rem !important
	}

	.sm\:-mb-30 {
		margin-bottom: -7.5rem !important
	}

	.sm\:-ml-30 {
		margin-left: -7.5rem !important
	}

	.sm\:last\:m-0:last-child {
		margin: 0 !important
	}

	.sm\:last\:m-1:last-child {
		margin: .25rem !important
	}

	.sm\:last\:m-2:last-child {
		margin: .5rem !important
	}

	.sm\:last\:m-3:last-child {
		margin: .75rem !important
	}

	.sm\:last\:m-4:last-child {
		margin: 1rem !important
	}

	.sm\:last\:m-5:last-child {
		margin: 1.25rem !important
	}

	.sm\:last\:m-6:last-child {
		margin: 1.5rem !important
	}

	.sm\:last\:m-7:last-child {
		margin: 1.75rem !important
	}

	.sm\:last\:m-8:last-child {
		margin: 2rem !important
	}

	.sm\:last\:m-9:last-child {
		margin: 2.25rem !important
	}

	.sm\:last\:m-10:last-child {
		margin: 2.5rem !important
	}

	.sm\:last\:m-12:last-child {
		margin: 3rem !important
	}

	.sm\:last\:m-13:last-child, .sm\:last\:m-14:last-child {
		margin: 3.5rem !important
	}

	.sm\:last\:m-15:last-child {
		margin: 3.75rem !important
	}

	.sm\:last\:m-16:last-child {
		margin: 4rem !important
	}

	.sm\:last\:m-20:last-child {
		margin: 5rem !important
	}

	.sm\:last\:m-24:last-child {
		margin: 6rem !important
	}

	.sm\:last\:m-30:last-child {
		margin: 7.5rem !important
	}

	.sm\:last\:m-32:last-child {
		margin: 8rem !important
	}

	.sm\:last\:m-40:last-child {
		margin: 10rem !important
	}

	.sm\:last\:m-48:last-child {
		margin: 12rem !important
	}

	.sm\:last\:m-56:last-child {
		margin: 14rem !important
	}

	.sm\:last\:m-64:last-child {
		margin: 16rem !important
	}

	.sm\:last\:m-auto:last-child {
		margin: auto !important
	}

	.sm\:last\:m-px:last-child {
		margin: 1px !important
	}

	.sm\:last\:-m-50:last-child {
		margin: -50px !important
	}

	.sm\:last\:-m-1:last-child {
		margin: -.25rem !important
	}

	.sm\:last\:-m-2:last-child {
		margin: -.5rem !important
	}

	.sm\:last\:-m-3:last-child {
		margin: -.75rem !important
	}

	.sm\:last\:-m-4:last-child {
		margin: -1rem !important
	}

	.sm\:last\:-m-5:last-child {
		margin: -1.25rem !important
	}

	.sm\:last\:-m-6:last-child {
		margin: -1.5rem !important
	}

	.sm\:last\:-m-8:last-child {
		margin: -2rem !important
	}

	.sm\:last\:-m-10:last-child {
		margin: -2.5rem !important
	}

	.sm\:last\:-m-12:last-child {
		margin: -3rem !important
	}

	.sm\:last\:-m-16:last-child {
		margin: -4rem !important
	}

	.sm\:last\:-m-20:last-child {
		margin: -5rem !important
	}

	.sm\:last\:-m-24:last-child {
		margin: -6rem !important
	}

	.sm\:last\:-m-32:last-child {
		margin: -8rem !important
	}

	.sm\:last\:-m-40:last-child {
		margin: -10rem !important
	}

	.sm\:last\:-m-48:last-child {
		margin: -12rem !important
	}

	.sm\:last\:-m-56:last-child {
		margin: -14rem !important
	}

	.sm\:last\:-m-64:last-child {
		margin: -16rem !important
	}

	.sm\:last\:-m-px:last-child {
		margin: -1px !important
	}

	.sm\:last\:-m--50:last-child {
		margin: 50px !important
	}

	.sm\:last\:-m-14:last-child {
		margin: -3.5rem !important
	}

	.sm\:last\:-m-15:last-child {
		margin: -3.75rem !important
	}

	.sm\:last\:-m-25:last-child {
		margin: -6.25rem !important
	}

	.sm\:last\:-m-30:last-child {
		margin: -7.5rem !important
	}

	.sm\:last\:my-0:last-child {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.sm\:last\:mx-0:last-child {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.sm\:last\:my-1:last-child {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.sm\:last\:mx-1:last-child {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.sm\:last\:my-2:last-child {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.sm\:last\:mx-2:last-child {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.sm\:last\:my-3:last-child {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.sm\:last\:mx-3:last-child {
		margin-left: .75rem !important;
		margin-right: .75rem !important
	}

	.sm\:last\:my-4:last-child {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.sm\:last\:mx-4:last-child {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.sm\:last\:my-5:last-child {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.sm\:last\:mx-5:last-child {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.sm\:last\:my-6:last-child {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.sm\:last\:mx-6:last-child {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.sm\:last\:my-7:last-child {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.sm\:last\:mx-7:last-child {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important
	}

	.sm\:last\:my-8:last-child {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.sm\:last\:mx-8:last-child {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.sm\:last\:my-9:last-child {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.sm\:last\:mx-9:last-child {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important
	}

	.sm\:last\:my-10:last-child {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.sm\:last\:mx-10:last-child {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important
	}

	.sm\:last\:my-12:last-child {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.sm\:last\:mx-12:last-child {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.sm\:last\:my-13:last-child {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.sm\:last\:mx-13:last-child {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.sm\:last\:my-14:last-child {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.sm\:last\:mx-14:last-child {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.sm\:last\:my-15:last-child {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important
	}

	.sm\:last\:mx-15:last-child {
		margin-left: 3.75rem !important;
		margin-right: 3.75rem !important
	}

	.sm\:last\:my-16:last-child {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.sm\:last\:mx-16:last-child {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.sm\:last\:my-20:last-child {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.sm\:last\:mx-20:last-child {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.sm\:last\:my-24:last-child {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.sm\:last\:mx-24:last-child {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.sm\:last\:my-30:last-child {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.sm\:last\:mx-30:last-child {
		margin-left: 7.5rem !important;
		margin-right: 7.5rem !important
	}

	.sm\:last\:my-32:last-child {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.sm\:last\:mx-32:last-child {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.sm\:last\:my-40:last-child {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.sm\:last\:mx-40:last-child {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.sm\:last\:my-48:last-child {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.sm\:last\:mx-48:last-child {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.sm\:last\:my-56:last-child {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.sm\:last\:mx-56:last-child {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.sm\:last\:my-64:last-child {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.sm\:last\:mx-64:last-child {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.sm\:last\:my-auto:last-child {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.sm\:last\:mx-auto:last-child {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.sm\:last\:my-px:last-child {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}

	.sm\:last\:mx-px:last-child {
		margin-left: 1px !important;
		margin-right: 1px !important
	}

	.sm\:last\:-my-50:last-child {
		margin-top: -50px !important;
		margin-bottom: -50px !important
	}

	.sm\:last\:-mx-50:last-child {
		margin-left: -50px !important;
		margin-right: -50px !important
	}

	.sm\:last\:-my-1:last-child {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.sm\:last\:-mx-1:last-child {
		margin-left: -.25rem !important;
		margin-right: -.25rem !important
	}

	.sm\:last\:-my-2:last-child {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.sm\:last\:-mx-2:last-child {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}

	.sm\:last\:-my-3:last-child {
		margin-top: -.75rem !important;
		margin-bottom: -.75rem !important
	}

	.sm\:last\:-mx-3:last-child {
		margin-left: -.75rem !important;
		margin-right: -.75rem !important
	}

	.sm\:last\:-my-4:last-child {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.sm\:last\:-mx-4:last-child {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.sm\:last\:-my-5:last-child {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.sm\:last\:-mx-5:last-child {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.sm\:last\:-my-6:last-child {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.sm\:last\:-mx-6:last-child {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.sm\:last\:-my-8:last-child {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.sm\:last\:-mx-8:last-child {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.sm\:last\:-my-10:last-child {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important
	}

	.sm\:last\:-mx-10:last-child {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important
	}

	.sm\:last\:-my-12:last-child {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.sm\:last\:-mx-12:last-child {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.sm\:last\:-my-16:last-child {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.sm\:last\:-mx-16:last-child {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.sm\:last\:-my-20:last-child {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.sm\:last\:-mx-20:last-child {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.sm\:last\:-my-24:last-child {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.sm\:last\:-mx-24:last-child {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.sm\:last\:-my-32:last-child {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important
	}

	.sm\:last\:-mx-32:last-child {
		margin-left: -8rem !important;
		margin-right: -8rem !important
	}

	.sm\:last\:-my-40:last-child {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important
	}

	.sm\:last\:-mx-40:last-child {
		margin-left: -10rem !important;
		margin-right: -10rem !important
	}

	.sm\:last\:-my-48:last-child {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important
	}

	.sm\:last\:-mx-48:last-child {
		margin-left: -12rem !important;
		margin-right: -12rem !important
	}

	.sm\:last\:-my-56:last-child {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important
	}

	.sm\:last\:-mx-56:last-child {
		margin-left: -14rem !important;
		margin-right: -14rem !important
	}

	.sm\:last\:-my-64:last-child {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important
	}

	.sm\:last\:-mx-64:last-child {
		margin-left: -16rem !important;
		margin-right: -16rem !important
	}

	.sm\:last\:-my-px:last-child {
		margin-top: -1px !important;
		margin-bottom: -1px !important
	}

	.sm\:last\:-mx-px:last-child {
		margin-left: -1px !important;
		margin-right: -1px !important
	}

	.sm\:last\:-my--50:last-child {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}

	.sm\:last\:-mx--50:last-child {
		margin-left: 50px !important;
		margin-right: 50px !important
	}

	.sm\:last\:-my-14:last-child {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important
	}

	.sm\:last\:-mx-14:last-child {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important
	}

	.sm\:last\:-my-15:last-child {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important
	}

	.sm\:last\:-mx-15:last-child {
		margin-left: -3.75rem !important;
		margin-right: -3.75rem !important
	}

	.sm\:last\:-my-25:last-child {
		margin-top: -6.25rem !important;
		margin-bottom: -6.25rem !important
	}

	.sm\:last\:-mx-25:last-child {
		margin-left: -6.25rem !important;
		margin-right: -6.25rem !important
	}

	.sm\:last\:-my-30:last-child {
		margin-top: -7.5rem !important;
		margin-bottom: -7.5rem !important
	}

	.sm\:last\:-mx-30:last-child {
		margin-left: -7.5rem !important;
		margin-right: -7.5rem !important
	}

	.sm\:last\:mt-0:last-child {
		margin-top: 0 !important
	}

	.sm\:last\:mr-0:last-child {
		margin-right: 0 !important
	}

	.sm\:last\:mb-0:last-child {
		margin-bottom: 0 !important
	}

	.sm\:last\:ml-0:last-child {
		margin-left: 0 !important
	}

	.sm\:last\:mt-1:last-child {
		margin-top: .25rem !important
	}

	.sm\:last\:mr-1:last-child {
		margin-right: .25rem !important
	}

	.sm\:last\:mb-1:last-child {
		margin-bottom: .25rem !important
	}

	.sm\:last\:ml-1:last-child {
		margin-left: .25rem !important
	}

	.sm\:last\:mt-2:last-child {
		margin-top: .5rem !important
	}

	.sm\:last\:mr-2:last-child {
		margin-right: .5rem !important
	}

	.sm\:last\:mb-2:last-child {
		margin-bottom: .5rem !important
	}

	.sm\:last\:ml-2:last-child {
		margin-left: .5rem !important
	}

	.sm\:last\:mt-3:last-child {
		margin-top: .75rem !important
	}

	.sm\:last\:mr-3:last-child {
		margin-right: .75rem !important
	}

	.sm\:last\:mb-3:last-child {
		margin-bottom: .75rem !important
	}

	.sm\:last\:ml-3:last-child {
		margin-left: .75rem !important
	}

	.sm\:last\:mt-4:last-child {
		margin-top: 1rem !important
	}

	.sm\:last\:mr-4:last-child {
		margin-right: 1rem !important
	}

	.sm\:last\:mb-4:last-child {
		margin-bottom: 1rem !important
	}

	.sm\:last\:ml-4:last-child {
		margin-left: 1rem !important
	}

	.sm\:last\:mt-5:last-child {
		margin-top: 1.25rem !important
	}

	.sm\:last\:mr-5:last-child {
		margin-right: 1.25rem !important
	}

	.sm\:last\:mb-5:last-child {
		margin-bottom: 1.25rem !important
	}

	.sm\:last\:ml-5:last-child {
		margin-left: 1.25rem !important
	}

	.sm\:last\:mt-6:last-child {
		margin-top: 1.5rem !important
	}

	.sm\:last\:mr-6:last-child {
		margin-right: 1.5rem !important
	}

	.sm\:last\:mb-6:last-child {
		margin-bottom: 1.5rem !important
	}

	.sm\:last\:ml-6:last-child {
		margin-left: 1.5rem !important
	}

	.sm\:last\:mt-7:last-child {
		margin-top: 1.75rem !important
	}

	.sm\:last\:mr-7:last-child {
		margin-right: 1.75rem !important
	}

	.sm\:last\:mb-7:last-child {
		margin-bottom: 1.75rem !important
	}

	.sm\:last\:ml-7:last-child {
		margin-left: 1.75rem !important
	}

	.sm\:last\:mt-8:last-child {
		margin-top: 2rem !important
	}

	.sm\:last\:mr-8:last-child {
		margin-right: 2rem !important
	}

	.sm\:last\:mb-8:last-child {
		margin-bottom: 2rem !important
	}

	.sm\:last\:ml-8:last-child {
		margin-left: 2rem !important
	}

	.sm\:last\:mt-9:last-child {
		margin-top: 2.25rem !important
	}

	.sm\:last\:mr-9:last-child {
		margin-right: 2.25rem !important
	}

	.sm\:last\:mb-9:last-child {
		margin-bottom: 2.25rem !important
	}

	.sm\:last\:ml-9:last-child {
		margin-left: 2.25rem !important
	}

	.sm\:last\:mt-10:last-child {
		margin-top: 2.5rem !important
	}

	.sm\:last\:mr-10:last-child {
		margin-right: 2.5rem !important
	}

	.sm\:last\:mb-10:last-child {
		margin-bottom: 2.5rem !important
	}

	.sm\:last\:ml-10:last-child {
		margin-left: 2.5rem !important
	}

	.sm\:last\:mt-12:last-child {
		margin-top: 3rem !important
	}

	.sm\:last\:mr-12:last-child {
		margin-right: 3rem !important
	}

	.sm\:last\:mb-12:last-child {
		margin-bottom: 3rem !important
	}

	.sm\:last\:ml-12:last-child {
		margin-left: 3rem !important
	}

	.sm\:last\:mt-13:last-child {
		margin-top: 3.5rem !important
	}

	.sm\:last\:mr-13:last-child {
		margin-right: 3.5rem !important
	}

	.sm\:last\:mb-13:last-child {
		margin-bottom: 3.5rem !important
	}

	.sm\:last\:ml-13:last-child {
		margin-left: 3.5rem !important
	}

	.sm\:last\:mt-14:last-child {
		margin-top: 3.5rem !important
	}

	.sm\:last\:mr-14:last-child {
		margin-right: 3.5rem !important
	}

	.sm\:last\:mb-14:last-child {
		margin-bottom: 3.5rem !important
	}

	.sm\:last\:ml-14:last-child {
		margin-left: 3.5rem !important
	}

	.sm\:last\:mt-15:last-child {
		margin-top: 3.75rem !important
	}

	.sm\:last\:mr-15:last-child {
		margin-right: 3.75rem !important
	}

	.sm\:last\:mb-15:last-child {
		margin-bottom: 3.75rem !important
	}

	.sm\:last\:ml-15:last-child {
		margin-left: 3.75rem !important
	}

	.sm\:last\:mt-16:last-child {
		margin-top: 4rem !important
	}

	.sm\:last\:mr-16:last-child {
		margin-right: 4rem !important
	}

	.sm\:last\:mb-16:last-child {
		margin-bottom: 4rem !important
	}

	.sm\:last\:ml-16:last-child {
		margin-left: 4rem !important
	}

	.sm\:last\:mt-20:last-child {
		margin-top: 5rem !important
	}

	.sm\:last\:mr-20:last-child {
		margin-right: 5rem !important
	}

	.sm\:last\:mb-20:last-child {
		margin-bottom: 5rem !important
	}

	.sm\:last\:ml-20:last-child {
		margin-left: 5rem !important
	}

	.sm\:last\:mt-24:last-child {
		margin-top: 6rem !important
	}

	.sm\:last\:mr-24:last-child {
		margin-right: 6rem !important
	}

	.sm\:last\:mb-24:last-child {
		margin-bottom: 6rem !important
	}

	.sm\:last\:ml-24:last-child {
		margin-left: 6rem !important
	}

	.sm\:last\:mt-30:last-child {
		margin-top: 7.5rem !important
	}

	.sm\:last\:mr-30:last-child {
		margin-right: 7.5rem !important
	}

	.sm\:last\:mb-30:last-child {
		margin-bottom: 7.5rem !important
	}

	.sm\:last\:ml-30:last-child {
		margin-left: 7.5rem !important
	}

	.sm\:last\:mt-32:last-child {
		margin-top: 8rem !important
	}

	.sm\:last\:mr-32:last-child {
		margin-right: 8rem !important
	}

	.sm\:last\:mb-32:last-child {
		margin-bottom: 8rem !important
	}

	.sm\:last\:ml-32:last-child {
		margin-left: 8rem !important
	}

	.sm\:last\:mt-40:last-child {
		margin-top: 10rem !important
	}

	.sm\:last\:mr-40:last-child {
		margin-right: 10rem !important
	}

	.sm\:last\:mb-40:last-child {
		margin-bottom: 10rem !important
	}

	.sm\:last\:ml-40:last-child {
		margin-left: 10rem !important
	}

	.sm\:last\:mt-48:last-child {
		margin-top: 12rem !important
	}

	.sm\:last\:mr-48:last-child {
		margin-right: 12rem !important
	}

	.sm\:last\:mb-48:last-child {
		margin-bottom: 12rem !important
	}

	.sm\:last\:ml-48:last-child {
		margin-left: 12rem !important
	}

	.sm\:last\:mt-56:last-child {
		margin-top: 14rem !important
	}

	.sm\:last\:mr-56:last-child {
		margin-right: 14rem !important
	}

	.sm\:last\:mb-56:last-child {
		margin-bottom: 14rem !important
	}

	.sm\:last\:ml-56:last-child {
		margin-left: 14rem !important
	}

	.sm\:last\:mt-64:last-child {
		margin-top: 16rem !important
	}

	.sm\:last\:mr-64:last-child {
		margin-right: 16rem !important
	}

	.sm\:last\:mb-64:last-child {
		margin-bottom: 16rem !important
	}

	.sm\:last\:ml-64:last-child {
		margin-left: 16rem !important
	}

	.sm\:last\:mt-auto:last-child {
		margin-top: auto !important
	}

	.sm\:last\:mr-auto:last-child {
		margin-right: auto !important
	}

	.sm\:last\:mb-auto:last-child {
		margin-bottom: auto !important
	}

	.sm\:last\:ml-auto:last-child {
		margin-left: auto !important
	}

	.sm\:last\:mt-px:last-child {
		margin-top: 1px !important
	}

	.sm\:last\:mr-px:last-child {
		margin-right: 1px !important
	}

	.sm\:last\:mb-px:last-child {
		margin-bottom: 1px !important
	}

	.sm\:last\:ml-px:last-child {
		margin-left: 1px !important
	}

	.sm\:last\:-mt-50:last-child {
		margin-top: -50px !important
	}

	.sm\:last\:-mr-50:last-child {
		margin-right: -50px !important
	}

	.sm\:last\:-mb-50:last-child {
		margin-bottom: -50px !important
	}

	.sm\:last\:-ml-50:last-child {
		margin-left: -50px !important
	}

	.sm\:last\:-mt-1:last-child {
		margin-top: -.25rem !important
	}

	.sm\:last\:-mr-1:last-child {
		margin-right: -.25rem !important
	}

	.sm\:last\:-mb-1:last-child {
		margin-bottom: -.25rem !important
	}

	.sm\:last\:-ml-1:last-child {
		margin-left: -.25rem !important
	}

	.sm\:last\:-mt-2:last-child {
		margin-top: -.5rem !important
	}

	.sm\:last\:-mr-2:last-child {
		margin-right: -.5rem !important
	}

	.sm\:last\:-mb-2:last-child {
		margin-bottom: -.5rem !important
	}

	.sm\:last\:-ml-2:last-child {
		margin-left: -.5rem !important
	}

	.sm\:last\:-mt-3:last-child {
		margin-top: -.75rem !important
	}

	.sm\:last\:-mr-3:last-child {
		margin-right: -.75rem !important
	}

	.sm\:last\:-mb-3:last-child {
		margin-bottom: -.75rem !important
	}

	.sm\:last\:-ml-3:last-child {
		margin-left: -.75rem !important
	}

	.sm\:last\:-mt-4:last-child {
		margin-top: -1rem !important
	}

	.sm\:last\:-mr-4:last-child {
		margin-right: -1rem !important
	}

	.sm\:last\:-mb-4:last-child {
		margin-bottom: -1rem !important
	}

	.sm\:last\:-ml-4:last-child {
		margin-left: -1rem !important
	}

	.sm\:last\:-mt-5:last-child {
		margin-top: -1.25rem !important
	}

	.sm\:last\:-mr-5:last-child {
		margin-right: -1.25rem !important
	}

	.sm\:last\:-mb-5:last-child {
		margin-bottom: -1.25rem !important
	}

	.sm\:last\:-ml-5:last-child {
		margin-left: -1.25rem !important
	}

	.sm\:last\:-mt-6:last-child {
		margin-top: -1.5rem !important
	}

	.sm\:last\:-mr-6:last-child {
		margin-right: -1.5rem !important
	}

	.sm\:last\:-mb-6:last-child {
		margin-bottom: -1.5rem !important
	}

	.sm\:last\:-ml-6:last-child {
		margin-left: -1.5rem !important
	}

	.sm\:last\:-mt-8:last-child {
		margin-top: -2rem !important
	}

	.sm\:last\:-mr-8:last-child {
		margin-right: -2rem !important
	}

	.sm\:last\:-mb-8:last-child {
		margin-bottom: -2rem !important
	}

	.sm\:last\:-ml-8:last-child {
		margin-left: -2rem !important
	}

	.sm\:last\:-mt-10:last-child {
		margin-top: -2.5rem !important
	}

	.sm\:last\:-mr-10:last-child {
		margin-right: -2.5rem !important
	}

	.sm\:last\:-mb-10:last-child {
		margin-bottom: -2.5rem !important
	}

	.sm\:last\:-ml-10:last-child {
		margin-left: -2.5rem !important
	}

	.sm\:last\:-mt-12:last-child {
		margin-top: -3rem !important
	}

	.sm\:last\:-mr-12:last-child {
		margin-right: -3rem !important
	}

	.sm\:last\:-mb-12:last-child {
		margin-bottom: -3rem !important
	}

	.sm\:last\:-ml-12:last-child {
		margin-left: -3rem !important
	}

	.sm\:last\:-mt-16:last-child {
		margin-top: -4rem !important
	}

	.sm\:last\:-mr-16:last-child {
		margin-right: -4rem !important
	}

	.sm\:last\:-mb-16:last-child {
		margin-bottom: -4rem !important
	}

	.sm\:last\:-ml-16:last-child {
		margin-left: -4rem !important
	}

	.sm\:last\:-mt-20:last-child {
		margin-top: -5rem !important
	}

	.sm\:last\:-mr-20:last-child {
		margin-right: -5rem !important
	}

	.sm\:last\:-mb-20:last-child {
		margin-bottom: -5rem !important
	}

	.sm\:last\:-ml-20:last-child {
		margin-left: -5rem !important
	}

	.sm\:last\:-mt-24:last-child {
		margin-top: -6rem !important
	}

	.sm\:last\:-mr-24:last-child {
		margin-right: -6rem !important
	}

	.sm\:last\:-mb-24:last-child {
		margin-bottom: -6rem !important
	}

	.sm\:last\:-ml-24:last-child {
		margin-left: -6rem !important
	}

	.sm\:last\:-mt-32:last-child {
		margin-top: -8rem !important
	}

	.sm\:last\:-mr-32:last-child {
		margin-right: -8rem !important
	}

	.sm\:last\:-mb-32:last-child {
		margin-bottom: -8rem !important
	}

	.sm\:last\:-ml-32:last-child {
		margin-left: -8rem !important
	}

	.sm\:last\:-mt-40:last-child {
		margin-top: -10rem !important
	}

	.sm\:last\:-mr-40:last-child {
		margin-right: -10rem !important
	}

	.sm\:last\:-mb-40:last-child {
		margin-bottom: -10rem !important
	}

	.sm\:last\:-ml-40:last-child {
		margin-left: -10rem !important
	}

	.sm\:last\:-mt-48:last-child {
		margin-top: -12rem !important
	}

	.sm\:last\:-mr-48:last-child {
		margin-right: -12rem !important
	}

	.sm\:last\:-mb-48:last-child {
		margin-bottom: -12rem !important
	}

	.sm\:last\:-ml-48:last-child {
		margin-left: -12rem !important
	}

	.sm\:last\:-mt-56:last-child {
		margin-top: -14rem !important
	}

	.sm\:last\:-mr-56:last-child {
		margin-right: -14rem !important
	}

	.sm\:last\:-mb-56:last-child {
		margin-bottom: -14rem !important
	}

	.sm\:last\:-ml-56:last-child {
		margin-left: -14rem !important
	}

	.sm\:last\:-mt-64:last-child {
		margin-top: -16rem !important
	}

	.sm\:last\:-mr-64:last-child {
		margin-right: -16rem !important
	}

	.sm\:last\:-mb-64:last-child {
		margin-bottom: -16rem !important
	}

	.sm\:last\:-ml-64:last-child {
		margin-left: -16rem !important
	}

	.sm\:last\:-mt-px:last-child {
		margin-top: -1px !important
	}

	.sm\:last\:-mr-px:last-child {
		margin-right: -1px !important
	}

	.sm\:last\:-mb-px:last-child {
		margin-bottom: -1px !important
	}

	.sm\:last\:-ml-px:last-child {
		margin-left: -1px !important
	}

	.sm\:last\:-mt--50:last-child {
		margin-top: 50px !important
	}

	.sm\:last\:-mr--50:last-child {
		margin-right: 50px !important
	}

	.sm\:last\:-mb--50:last-child {
		margin-bottom: 50px !important
	}

	.sm\:last\:-ml--50:last-child {
		margin-left: 50px !important
	}

	.sm\:last\:-mt-14:last-child {
		margin-top: -3.5rem !important
	}

	.sm\:last\:-mr-14:last-child {
		margin-right: -3.5rem !important
	}

	.sm\:last\:-mb-14:last-child {
		margin-bottom: -3.5rem !important
	}

	.sm\:last\:-ml-14:last-child {
		margin-left: -3.5rem !important
	}

	.sm\:last\:-mt-15:last-child {
		margin-top: -3.75rem !important
	}

	.sm\:last\:-mr-15:last-child {
		margin-right: -3.75rem !important
	}

	.sm\:last\:-mb-15:last-child {
		margin-bottom: -3.75rem !important
	}

	.sm\:last\:-ml-15:last-child {
		margin-left: -3.75rem !important
	}

	.sm\:last\:-mt-25:last-child {
		margin-top: -6.25rem !important
	}

	.sm\:last\:-mr-25:last-child {
		margin-right: -6.25rem !important
	}

	.sm\:last\:-mb-25:last-child {
		margin-bottom: -6.25rem !important
	}

	.sm\:last\:-ml-25:last-child {
		margin-left: -6.25rem !important
	}

	.sm\:last\:-mt-30:last-child {
		margin-top: -7.5rem !important
	}

	.sm\:last\:-mr-30:last-child {
		margin-right: -7.5rem !important
	}

	.sm\:last\:-mb-30:last-child {
		margin-bottom: -7.5rem !important
	}

	.sm\:last\:-ml-30:last-child {
		margin-left: -7.5rem !important
	}

	.sm\:hover\:m-0:hover {
		margin: 0 !important
	}

	.sm\:hover\:m-1:hover {
		margin: .25rem !important
	}

	.sm\:hover\:m-2:hover {
		margin: .5rem !important
	}

	.sm\:hover\:m-3:hover {
		margin: .75rem !important
	}

	.sm\:hover\:m-4:hover {
		margin: 1rem !important
	}

	.sm\:hover\:m-5:hover {
		margin: 1.25rem !important
	}

	.sm\:hover\:m-6:hover {
		margin: 1.5rem !important
	}

	.sm\:hover\:m-7:hover {
		margin: 1.75rem !important
	}

	.sm\:hover\:m-8:hover {
		margin: 2rem !important
	}

	.sm\:hover\:m-9:hover {
		margin: 2.25rem !important
	}

	.sm\:hover\:m-10:hover {
		margin: 2.5rem !important
	}

	.sm\:hover\:m-12:hover {
		margin: 3rem !important
	}

	.sm\:hover\:m-13:hover, .sm\:hover\:m-14:hover {
		margin: 3.5rem !important
	}

	.sm\:hover\:m-15:hover {
		margin: 3.75rem !important
	}

	.sm\:hover\:m-16:hover {
		margin: 4rem !important
	}

	.sm\:hover\:m-20:hover {
		margin: 5rem !important
	}

	.sm\:hover\:m-24:hover {
		margin: 6rem !important
	}

	.sm\:hover\:m-30:hover {
		margin: 7.5rem !important
	}

	.sm\:hover\:m-32:hover {
		margin: 8rem !important
	}

	.sm\:hover\:m-40:hover {
		margin: 10rem !important
	}

	.sm\:hover\:m-48:hover {
		margin: 12rem !important
	}

	.sm\:hover\:m-56:hover {
		margin: 14rem !important
	}

	.sm\:hover\:m-64:hover {
		margin: 16rem !important
	}

	.sm\:hover\:m-auto:hover {
		margin: auto !important
	}

	.sm\:hover\:m-px:hover {
		margin: 1px !important
	}

	.sm\:hover\:-m-50:hover {
		margin: -50px !important
	}

	.sm\:hover\:-m-1:hover {
		margin: -.25rem !important
	}

	.sm\:hover\:-m-2:hover {
		margin: -.5rem !important
	}

	.sm\:hover\:-m-3:hover {
		margin: -.75rem !important
	}

	.sm\:hover\:-m-4:hover {
		margin: -1rem !important
	}

	.sm\:hover\:-m-5:hover {
		margin: -1.25rem !important
	}

	.sm\:hover\:-m-6:hover {
		margin: -1.5rem !important
	}

	.sm\:hover\:-m-8:hover {
		margin: -2rem !important
	}

	.sm\:hover\:-m-10:hover {
		margin: -2.5rem !important
	}

	.sm\:hover\:-m-12:hover {
		margin: -3rem !important
	}

	.sm\:hover\:-m-16:hover {
		margin: -4rem !important
	}

	.sm\:hover\:-m-20:hover {
		margin: -5rem !important
	}

	.sm\:hover\:-m-24:hover {
		margin: -6rem !important
	}

	.sm\:hover\:-m-32:hover {
		margin: -8rem !important
	}

	.sm\:hover\:-m-40:hover {
		margin: -10rem !important
	}

	.sm\:hover\:-m-48:hover {
		margin: -12rem !important
	}

	.sm\:hover\:-m-56:hover {
		margin: -14rem !important
	}

	.sm\:hover\:-m-64:hover {
		margin: -16rem !important
	}

	.sm\:hover\:-m-px:hover {
		margin: -1px !important
	}

	.sm\:hover\:-m--50:hover {
		margin: 50px !important
	}

	.sm\:hover\:-m-14:hover {
		margin: -3.5rem !important
	}

	.sm\:hover\:-m-15:hover {
		margin: -3.75rem !important
	}

	.sm\:hover\:-m-25:hover {
		margin: -6.25rem !important
	}

	.sm\:hover\:-m-30:hover {
		margin: -7.5rem !important
	}

	.sm\:hover\:my-0:hover {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.sm\:hover\:mx-0:hover {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.sm\:hover\:my-1:hover {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.sm\:hover\:mx-1:hover {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.sm\:hover\:my-2:hover {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.sm\:hover\:mx-2:hover {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.sm\:hover\:my-3:hover {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.sm\:hover\:mx-3:hover {
		margin-left: .75rem !important;
		margin-right: .75rem !important
	}

	.sm\:hover\:my-4:hover {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.sm\:hover\:mx-4:hover {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.sm\:hover\:my-5:hover {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.sm\:hover\:mx-5:hover {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.sm\:hover\:my-6:hover {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.sm\:hover\:mx-6:hover {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.sm\:hover\:my-7:hover {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.sm\:hover\:mx-7:hover {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important
	}

	.sm\:hover\:my-8:hover {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.sm\:hover\:mx-8:hover {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.sm\:hover\:my-9:hover {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.sm\:hover\:mx-9:hover {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important
	}

	.sm\:hover\:my-10:hover {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.sm\:hover\:mx-10:hover {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important
	}

	.sm\:hover\:my-12:hover {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.sm\:hover\:mx-12:hover {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.sm\:hover\:my-13:hover {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.sm\:hover\:mx-13:hover {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.sm\:hover\:my-14:hover {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.sm\:hover\:mx-14:hover {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.sm\:hover\:my-15:hover {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important
	}

	.sm\:hover\:mx-15:hover {
		margin-left: 3.75rem !important;
		margin-right: 3.75rem !important
	}

	.sm\:hover\:my-16:hover {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.sm\:hover\:mx-16:hover {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.sm\:hover\:my-20:hover {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.sm\:hover\:mx-20:hover {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.sm\:hover\:my-24:hover {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.sm\:hover\:mx-24:hover {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.sm\:hover\:my-30:hover {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.sm\:hover\:mx-30:hover {
		margin-left: 7.5rem !important;
		margin-right: 7.5rem !important
	}

	.sm\:hover\:my-32:hover {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.sm\:hover\:mx-32:hover {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.sm\:hover\:my-40:hover {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.sm\:hover\:mx-40:hover {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.sm\:hover\:my-48:hover {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.sm\:hover\:mx-48:hover {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.sm\:hover\:my-56:hover {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.sm\:hover\:mx-56:hover {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.sm\:hover\:my-64:hover {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.sm\:hover\:mx-64:hover {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.sm\:hover\:my-auto:hover {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.sm\:hover\:mx-auto:hover {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.sm\:hover\:my-px:hover {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}

	.sm\:hover\:mx-px:hover {
		margin-left: 1px !important;
		margin-right: 1px !important
	}

	.sm\:hover\:-my-50:hover {
		margin-top: -50px !important;
		margin-bottom: -50px !important
	}

	.sm\:hover\:-mx-50:hover {
		margin-left: -50px !important;
		margin-right: -50px !important
	}

	.sm\:hover\:-my-1:hover {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.sm\:hover\:-mx-1:hover {
		margin-left: -.25rem !important;
		margin-right: -.25rem !important
	}

	.sm\:hover\:-my-2:hover {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.sm\:hover\:-mx-2:hover {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}

	.sm\:hover\:-my-3:hover {
		margin-top: -.75rem !important;
		margin-bottom: -.75rem !important
	}

	.sm\:hover\:-mx-3:hover {
		margin-left: -.75rem !important;
		margin-right: -.75rem !important
	}

	.sm\:hover\:-my-4:hover {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.sm\:hover\:-mx-4:hover {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.sm\:hover\:-my-5:hover {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.sm\:hover\:-mx-5:hover {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.sm\:hover\:-my-6:hover {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.sm\:hover\:-mx-6:hover {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.sm\:hover\:-my-8:hover {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.sm\:hover\:-mx-8:hover {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.sm\:hover\:-my-10:hover {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important
	}

	.sm\:hover\:-mx-10:hover {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important
	}

	.sm\:hover\:-my-12:hover {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.sm\:hover\:-mx-12:hover {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.sm\:hover\:-my-16:hover {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.sm\:hover\:-mx-16:hover {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.sm\:hover\:-my-20:hover {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.sm\:hover\:-mx-20:hover {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.sm\:hover\:-my-24:hover {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.sm\:hover\:-mx-24:hover {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.sm\:hover\:-my-32:hover {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important
	}

	.sm\:hover\:-mx-32:hover {
		margin-left: -8rem !important;
		margin-right: -8rem !important
	}

	.sm\:hover\:-my-40:hover {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important
	}

	.sm\:hover\:-mx-40:hover {
		margin-left: -10rem !important;
		margin-right: -10rem !important
	}

	.sm\:hover\:-my-48:hover {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important
	}

	.sm\:hover\:-mx-48:hover {
		margin-left: -12rem !important;
		margin-right: -12rem !important
	}

	.sm\:hover\:-my-56:hover {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important
	}

	.sm\:hover\:-mx-56:hover {
		margin-left: -14rem !important;
		margin-right: -14rem !important
	}

	.sm\:hover\:-my-64:hover {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important
	}

	.sm\:hover\:-mx-64:hover {
		margin-left: -16rem !important;
		margin-right: -16rem !important
	}

	.sm\:hover\:-my-px:hover {
		margin-top: -1px !important;
		margin-bottom: -1px !important
	}

	.sm\:hover\:-mx-px:hover {
		margin-left: -1px !important;
		margin-right: -1px !important
	}

	.sm\:hover\:-my--50:hover {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}

	.sm\:hover\:-mx--50:hover {
		margin-left: 50px !important;
		margin-right: 50px !important
	}

	.sm\:hover\:-my-14:hover {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important
	}

	.sm\:hover\:-mx-14:hover {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important
	}

	.sm\:hover\:-my-15:hover {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important
	}

	.sm\:hover\:-mx-15:hover {
		margin-left: -3.75rem !important;
		margin-right: -3.75rem !important
	}

	.sm\:hover\:-my-25:hover {
		margin-top: -6.25rem !important;
		margin-bottom: -6.25rem !important
	}

	.sm\:hover\:-mx-25:hover {
		margin-left: -6.25rem !important;
		margin-right: -6.25rem !important
	}

	.sm\:hover\:-my-30:hover {
		margin-top: -7.5rem !important;
		margin-bottom: -7.5rem !important
	}

	.sm\:hover\:-mx-30:hover {
		margin-left: -7.5rem !important;
		margin-right: -7.5rem !important
	}

	.sm\:hover\:mt-0:hover {
		margin-top: 0 !important
	}

	.sm\:hover\:mr-0:hover {
		margin-right: 0 !important
	}

	.sm\:hover\:mb-0:hover {
		margin-bottom: 0 !important
	}

	.sm\:hover\:ml-0:hover {
		margin-left: 0 !important
	}

	.sm\:hover\:mt-1:hover {
		margin-top: .25rem !important
	}

	.sm\:hover\:mr-1:hover {
		margin-right: .25rem !important
	}

	.sm\:hover\:mb-1:hover {
		margin-bottom: .25rem !important
	}

	.sm\:hover\:ml-1:hover {
		margin-left: .25rem !important
	}

	.sm\:hover\:mt-2:hover {
		margin-top: .5rem !important
	}

	.sm\:hover\:mr-2:hover {
		margin-right: .5rem !important
	}

	.sm\:hover\:mb-2:hover {
		margin-bottom: .5rem !important
	}

	.sm\:hover\:ml-2:hover {
		margin-left: .5rem !important
	}

	.sm\:hover\:mt-3:hover {
		margin-top: .75rem !important
	}

	.sm\:hover\:mr-3:hover {
		margin-right: .75rem !important
	}

	.sm\:hover\:mb-3:hover {
		margin-bottom: .75rem !important
	}

	.sm\:hover\:ml-3:hover {
		margin-left: .75rem !important
	}

	.sm\:hover\:mt-4:hover {
		margin-top: 1rem !important
	}

	.sm\:hover\:mr-4:hover {
		margin-right: 1rem !important
	}

	.sm\:hover\:mb-4:hover {
		margin-bottom: 1rem !important
	}

	.sm\:hover\:ml-4:hover {
		margin-left: 1rem !important
	}

	.sm\:hover\:mt-5:hover {
		margin-top: 1.25rem !important
	}

	.sm\:hover\:mr-5:hover {
		margin-right: 1.25rem !important
	}

	.sm\:hover\:mb-5:hover {
		margin-bottom: 1.25rem !important
	}

	.sm\:hover\:ml-5:hover {
		margin-left: 1.25rem !important
	}

	.sm\:hover\:mt-6:hover {
		margin-top: 1.5rem !important
	}

	.sm\:hover\:mr-6:hover {
		margin-right: 1.5rem !important
	}

	.sm\:hover\:mb-6:hover {
		margin-bottom: 1.5rem !important
	}

	.sm\:hover\:ml-6:hover {
		margin-left: 1.5rem !important
	}

	.sm\:hover\:mt-7:hover {
		margin-top: 1.75rem !important
	}

	.sm\:hover\:mr-7:hover {
		margin-right: 1.75rem !important
	}

	.sm\:hover\:mb-7:hover {
		margin-bottom: 1.75rem !important
	}

	.sm\:hover\:ml-7:hover {
		margin-left: 1.75rem !important
	}

	.sm\:hover\:mt-8:hover {
		margin-top: 2rem !important
	}

	.sm\:hover\:mr-8:hover {
		margin-right: 2rem !important
	}

	.sm\:hover\:mb-8:hover {
		margin-bottom: 2rem !important
	}

	.sm\:hover\:ml-8:hover {
		margin-left: 2rem !important
	}

	.sm\:hover\:mt-9:hover {
		margin-top: 2.25rem !important
	}

	.sm\:hover\:mr-9:hover {
		margin-right: 2.25rem !important
	}

	.sm\:hover\:mb-9:hover {
		margin-bottom: 2.25rem !important
	}

	.sm\:hover\:ml-9:hover {
		margin-left: 2.25rem !important
	}

	.sm\:hover\:mt-10:hover {
		margin-top: 2.5rem !important
	}

	.sm\:hover\:mr-10:hover {
		margin-right: 2.5rem !important
	}

	.sm\:hover\:mb-10:hover {
		margin-bottom: 2.5rem !important
	}

	.sm\:hover\:ml-10:hover {
		margin-left: 2.5rem !important
	}

	.sm\:hover\:mt-12:hover {
		margin-top: 3rem !important
	}

	.sm\:hover\:mr-12:hover {
		margin-right: 3rem !important
	}

	.sm\:hover\:mb-12:hover {
		margin-bottom: 3rem !important
	}

	.sm\:hover\:ml-12:hover {
		margin-left: 3rem !important
	}

	.sm\:hover\:mt-13:hover {
		margin-top: 3.5rem !important
	}

	.sm\:hover\:mr-13:hover {
		margin-right: 3.5rem !important
	}

	.sm\:hover\:mb-13:hover {
		margin-bottom: 3.5rem !important
	}

	.sm\:hover\:ml-13:hover {
		margin-left: 3.5rem !important
	}

	.sm\:hover\:mt-14:hover {
		margin-top: 3.5rem !important
	}

	.sm\:hover\:mr-14:hover {
		margin-right: 3.5rem !important
	}

	.sm\:hover\:mb-14:hover {
		margin-bottom: 3.5rem !important
	}

	.sm\:hover\:ml-14:hover {
		margin-left: 3.5rem !important
	}

	.sm\:hover\:mt-15:hover {
		margin-top: 3.75rem !important
	}

	.sm\:hover\:mr-15:hover {
		margin-right: 3.75rem !important
	}

	.sm\:hover\:mb-15:hover {
		margin-bottom: 3.75rem !important
	}

	.sm\:hover\:ml-15:hover {
		margin-left: 3.75rem !important
	}

	.sm\:hover\:mt-16:hover {
		margin-top: 4rem !important
	}

	.sm\:hover\:mr-16:hover {
		margin-right: 4rem !important
	}

	.sm\:hover\:mb-16:hover {
		margin-bottom: 4rem !important
	}

	.sm\:hover\:ml-16:hover {
		margin-left: 4rem !important
	}

	.sm\:hover\:mt-20:hover {
		margin-top: 5rem !important
	}

	.sm\:hover\:mr-20:hover {
		margin-right: 5rem !important
	}

	.sm\:hover\:mb-20:hover {
		margin-bottom: 5rem !important
	}

	.sm\:hover\:ml-20:hover {
		margin-left: 5rem !important
	}

	.sm\:hover\:mt-24:hover {
		margin-top: 6rem !important
	}

	.sm\:hover\:mr-24:hover {
		margin-right: 6rem !important
	}

	.sm\:hover\:mb-24:hover {
		margin-bottom: 6rem !important
	}

	.sm\:hover\:ml-24:hover {
		margin-left: 6rem !important
	}

	.sm\:hover\:mt-30:hover {
		margin-top: 7.5rem !important
	}

	.sm\:hover\:mr-30:hover {
		margin-right: 7.5rem !important
	}

	.sm\:hover\:mb-30:hover {
		margin-bottom: 7.5rem !important
	}

	.sm\:hover\:ml-30:hover {
		margin-left: 7.5rem !important
	}

	.sm\:hover\:mt-32:hover {
		margin-top: 8rem !important
	}

	.sm\:hover\:mr-32:hover {
		margin-right: 8rem !important
	}

	.sm\:hover\:mb-32:hover {
		margin-bottom: 8rem !important
	}

	.sm\:hover\:ml-32:hover {
		margin-left: 8rem !important
	}

	.sm\:hover\:mt-40:hover {
		margin-top: 10rem !important
	}

	.sm\:hover\:mr-40:hover {
		margin-right: 10rem !important
	}

	.sm\:hover\:mb-40:hover {
		margin-bottom: 10rem !important
	}

	.sm\:hover\:ml-40:hover {
		margin-left: 10rem !important
	}

	.sm\:hover\:mt-48:hover {
		margin-top: 12rem !important
	}

	.sm\:hover\:mr-48:hover {
		margin-right: 12rem !important
	}

	.sm\:hover\:mb-48:hover {
		margin-bottom: 12rem !important
	}

	.sm\:hover\:ml-48:hover {
		margin-left: 12rem !important
	}

	.sm\:hover\:mt-56:hover {
		margin-top: 14rem !important
	}

	.sm\:hover\:mr-56:hover {
		margin-right: 14rem !important
	}

	.sm\:hover\:mb-56:hover {
		margin-bottom: 14rem !important
	}

	.sm\:hover\:ml-56:hover {
		margin-left: 14rem !important
	}

	.sm\:hover\:mt-64:hover {
		margin-top: 16rem !important
	}

	.sm\:hover\:mr-64:hover {
		margin-right: 16rem !important
	}

	.sm\:hover\:mb-64:hover {
		margin-bottom: 16rem !important
	}

	.sm\:hover\:ml-64:hover {
		margin-left: 16rem !important
	}

	.sm\:hover\:mt-auto:hover {
		margin-top: auto !important
	}

	.sm\:hover\:mr-auto:hover {
		margin-right: auto !important
	}

	.sm\:hover\:mb-auto:hover {
		margin-bottom: auto !important
	}

	.sm\:hover\:ml-auto:hover {
		margin-left: auto !important
	}

	.sm\:hover\:mt-px:hover {
		margin-top: 1px !important
	}

	.sm\:hover\:mr-px:hover {
		margin-right: 1px !important
	}

	.sm\:hover\:mb-px:hover {
		margin-bottom: 1px !important
	}

	.sm\:hover\:ml-px:hover {
		margin-left: 1px !important
	}

	.sm\:hover\:-mt-50:hover {
		margin-top: -50px !important
	}

	.sm\:hover\:-mr-50:hover {
		margin-right: -50px !important
	}

	.sm\:hover\:-mb-50:hover {
		margin-bottom: -50px !important
	}

	.sm\:hover\:-ml-50:hover {
		margin-left: -50px !important
	}

	.sm\:hover\:-mt-1:hover {
		margin-top: -.25rem !important
	}

	.sm\:hover\:-mr-1:hover {
		margin-right: -.25rem !important
	}

	.sm\:hover\:-mb-1:hover {
		margin-bottom: -.25rem !important
	}

	.sm\:hover\:-ml-1:hover {
		margin-left: -.25rem !important
	}

	.sm\:hover\:-mt-2:hover {
		margin-top: -.5rem !important
	}

	.sm\:hover\:-mr-2:hover {
		margin-right: -.5rem !important
	}

	.sm\:hover\:-mb-2:hover {
		margin-bottom: -.5rem !important
	}

	.sm\:hover\:-ml-2:hover {
		margin-left: -.5rem !important
	}

	.sm\:hover\:-mt-3:hover {
		margin-top: -.75rem !important
	}

	.sm\:hover\:-mr-3:hover {
		margin-right: -.75rem !important
	}

	.sm\:hover\:-mb-3:hover {
		margin-bottom: -.75rem !important
	}

	.sm\:hover\:-ml-3:hover {
		margin-left: -.75rem !important
	}

	.sm\:hover\:-mt-4:hover {
		margin-top: -1rem !important
	}

	.sm\:hover\:-mr-4:hover {
		margin-right: -1rem !important
	}

	.sm\:hover\:-mb-4:hover {
		margin-bottom: -1rem !important
	}

	.sm\:hover\:-ml-4:hover {
		margin-left: -1rem !important
	}

	.sm\:hover\:-mt-5:hover {
		margin-top: -1.25rem !important
	}

	.sm\:hover\:-mr-5:hover {
		margin-right: -1.25rem !important
	}

	.sm\:hover\:-mb-5:hover {
		margin-bottom: -1.25rem !important
	}

	.sm\:hover\:-ml-5:hover {
		margin-left: -1.25rem !important
	}

	.sm\:hover\:-mt-6:hover {
		margin-top: -1.5rem !important
	}

	.sm\:hover\:-mr-6:hover {
		margin-right: -1.5rem !important
	}

	.sm\:hover\:-mb-6:hover {
		margin-bottom: -1.5rem !important
	}

	.sm\:hover\:-ml-6:hover {
		margin-left: -1.5rem !important
	}

	.sm\:hover\:-mt-8:hover {
		margin-top: -2rem !important
	}

	.sm\:hover\:-mr-8:hover {
		margin-right: -2rem !important
	}

	.sm\:hover\:-mb-8:hover {
		margin-bottom: -2rem !important
	}

	.sm\:hover\:-ml-8:hover {
		margin-left: -2rem !important
	}

	.sm\:hover\:-mt-10:hover {
		margin-top: -2.5rem !important
	}

	.sm\:hover\:-mr-10:hover {
		margin-right: -2.5rem !important
	}

	.sm\:hover\:-mb-10:hover {
		margin-bottom: -2.5rem !important
	}

	.sm\:hover\:-ml-10:hover {
		margin-left: -2.5rem !important
	}

	.sm\:hover\:-mt-12:hover {
		margin-top: -3rem !important
	}

	.sm\:hover\:-mr-12:hover {
		margin-right: -3rem !important
	}

	.sm\:hover\:-mb-12:hover {
		margin-bottom: -3rem !important
	}

	.sm\:hover\:-ml-12:hover {
		margin-left: -3rem !important
	}

	.sm\:hover\:-mt-16:hover {
		margin-top: -4rem !important
	}

	.sm\:hover\:-mr-16:hover {
		margin-right: -4rem !important
	}

	.sm\:hover\:-mb-16:hover {
		margin-bottom: -4rem !important
	}

	.sm\:hover\:-ml-16:hover {
		margin-left: -4rem !important
	}

	.sm\:hover\:-mt-20:hover {
		margin-top: -5rem !important
	}

	.sm\:hover\:-mr-20:hover {
		margin-right: -5rem !important
	}

	.sm\:hover\:-mb-20:hover {
		margin-bottom: -5rem !important
	}

	.sm\:hover\:-ml-20:hover {
		margin-left: -5rem !important
	}

	.sm\:hover\:-mt-24:hover {
		margin-top: -6rem !important
	}

	.sm\:hover\:-mr-24:hover {
		margin-right: -6rem !important
	}

	.sm\:hover\:-mb-24:hover {
		margin-bottom: -6rem !important
	}

	.sm\:hover\:-ml-24:hover {
		margin-left: -6rem !important
	}

	.sm\:hover\:-mt-32:hover {
		margin-top: -8rem !important
	}

	.sm\:hover\:-mr-32:hover {
		margin-right: -8rem !important
	}

	.sm\:hover\:-mb-32:hover {
		margin-bottom: -8rem !important
	}

	.sm\:hover\:-ml-32:hover {
		margin-left: -8rem !important
	}

	.sm\:hover\:-mt-40:hover {
		margin-top: -10rem !important
	}

	.sm\:hover\:-mr-40:hover {
		margin-right: -10rem !important
	}

	.sm\:hover\:-mb-40:hover {
		margin-bottom: -10rem !important
	}

	.sm\:hover\:-ml-40:hover {
		margin-left: -10rem !important
	}

	.sm\:hover\:-mt-48:hover {
		margin-top: -12rem !important
	}

	.sm\:hover\:-mr-48:hover {
		margin-right: -12rem !important
	}

	.sm\:hover\:-mb-48:hover {
		margin-bottom: -12rem !important
	}

	.sm\:hover\:-ml-48:hover {
		margin-left: -12rem !important
	}

	.sm\:hover\:-mt-56:hover {
		margin-top: -14rem !important
	}

	.sm\:hover\:-mr-56:hover {
		margin-right: -14rem !important
	}

	.sm\:hover\:-mb-56:hover {
		margin-bottom: -14rem !important
	}

	.sm\:hover\:-ml-56:hover {
		margin-left: -14rem !important
	}

	.sm\:hover\:-mt-64:hover {
		margin-top: -16rem !important
	}

	.sm\:hover\:-mr-64:hover {
		margin-right: -16rem !important
	}

	.sm\:hover\:-mb-64:hover {
		margin-bottom: -16rem !important
	}

	.sm\:hover\:-ml-64:hover {
		margin-left: -16rem !important
	}

	.sm\:hover\:-mt-px:hover {
		margin-top: -1px !important
	}

	.sm\:hover\:-mr-px:hover {
		margin-right: -1px !important
	}

	.sm\:hover\:-mb-px:hover {
		margin-bottom: -1px !important
	}

	.sm\:hover\:-ml-px:hover {
		margin-left: -1px !important
	}

	.sm\:hover\:-mt--50:hover {
		margin-top: 50px !important
	}

	.sm\:hover\:-mr--50:hover {
		margin-right: 50px !important
	}

	.sm\:hover\:-mb--50:hover {
		margin-bottom: 50px !important
	}

	.sm\:hover\:-ml--50:hover {
		margin-left: 50px !important
	}

	.sm\:hover\:-mt-14:hover {
		margin-top: -3.5rem !important
	}

	.sm\:hover\:-mr-14:hover {
		margin-right: -3.5rem !important
	}

	.sm\:hover\:-mb-14:hover {
		margin-bottom: -3.5rem !important
	}

	.sm\:hover\:-ml-14:hover {
		margin-left: -3.5rem !important
	}

	.sm\:hover\:-mt-15:hover {
		margin-top: -3.75rem !important
	}

	.sm\:hover\:-mr-15:hover {
		margin-right: -3.75rem !important
	}

	.sm\:hover\:-mb-15:hover {
		margin-bottom: -3.75rem !important
	}

	.sm\:hover\:-ml-15:hover {
		margin-left: -3.75rem !important
	}

	.sm\:hover\:-mt-25:hover {
		margin-top: -6.25rem !important
	}

	.sm\:hover\:-mr-25:hover {
		margin-right: -6.25rem !important
	}

	.sm\:hover\:-mb-25:hover {
		margin-bottom: -6.25rem !important
	}

	.sm\:hover\:-ml-25:hover {
		margin-left: -6.25rem !important
	}

	.sm\:hover\:-mt-30:hover {
		margin-top: -7.5rem !important
	}

	.sm\:hover\:-mr-30:hover {
		margin-right: -7.5rem !important
	}

	.sm\:hover\:-mb-30:hover {
		margin-bottom: -7.5rem !important
	}

	.sm\:hover\:-ml-30:hover {
		margin-left: -7.5rem !important
	}

	.sm\:focus\:m-0:focus {
		margin: 0 !important
	}

	.sm\:focus\:m-1:focus {
		margin: .25rem !important
	}

	.sm\:focus\:m-2:focus {
		margin: .5rem !important
	}

	.sm\:focus\:m-3:focus {
		margin: .75rem !important
	}

	.sm\:focus\:m-4:focus {
		margin: 1rem !important
	}

	.sm\:focus\:m-5:focus {
		margin: 1.25rem !important
	}

	.sm\:focus\:m-6:focus {
		margin: 1.5rem !important
	}

	.sm\:focus\:m-7:focus {
		margin: 1.75rem !important
	}

	.sm\:focus\:m-8:focus {
		margin: 2rem !important
	}

	.sm\:focus\:m-9:focus {
		margin: 2.25rem !important
	}

	.sm\:focus\:m-10:focus {
		margin: 2.5rem !important
	}

	.sm\:focus\:m-12:focus {
		margin: 3rem !important
	}

	.sm\:focus\:m-13:focus, .sm\:focus\:m-14:focus {
		margin: 3.5rem !important
	}

	.sm\:focus\:m-15:focus {
		margin: 3.75rem !important
	}

	.sm\:focus\:m-16:focus {
		margin: 4rem !important
	}

	.sm\:focus\:m-20:focus {
		margin: 5rem !important
	}

	.sm\:focus\:m-24:focus {
		margin: 6rem !important
	}

	.sm\:focus\:m-30:focus {
		margin: 7.5rem !important
	}

	.sm\:focus\:m-32:focus {
		margin: 8rem !important
	}

	.sm\:focus\:m-40:focus {
		margin: 10rem !important
	}

	.sm\:focus\:m-48:focus {
		margin: 12rem !important
	}

	.sm\:focus\:m-56:focus {
		margin: 14rem !important
	}

	.sm\:focus\:m-64:focus {
		margin: 16rem !important
	}

	.sm\:focus\:m-auto:focus {
		margin: auto !important
	}

	.sm\:focus\:m-px:focus {
		margin: 1px !important
	}

	.sm\:focus\:-m-50:focus {
		margin: -50px !important
	}

	.sm\:focus\:-m-1:focus {
		margin: -.25rem !important
	}

	.sm\:focus\:-m-2:focus {
		margin: -.5rem !important
	}

	.sm\:focus\:-m-3:focus {
		margin: -.75rem !important
	}

	.sm\:focus\:-m-4:focus {
		margin: -1rem !important
	}

	.sm\:focus\:-m-5:focus {
		margin: -1.25rem !important
	}

	.sm\:focus\:-m-6:focus {
		margin: -1.5rem !important
	}

	.sm\:focus\:-m-8:focus {
		margin: -2rem !important
	}

	.sm\:focus\:-m-10:focus {
		margin: -2.5rem !important
	}

	.sm\:focus\:-m-12:focus {
		margin: -3rem !important
	}

	.sm\:focus\:-m-16:focus {
		margin: -4rem !important
	}

	.sm\:focus\:-m-20:focus {
		margin: -5rem !important
	}

	.sm\:focus\:-m-24:focus {
		margin: -6rem !important
	}

	.sm\:focus\:-m-32:focus {
		margin: -8rem !important
	}

	.sm\:focus\:-m-40:focus {
		margin: -10rem !important
	}

	.sm\:focus\:-m-48:focus {
		margin: -12rem !important
	}

	.sm\:focus\:-m-56:focus {
		margin: -14rem !important
	}

	.sm\:focus\:-m-64:focus {
		margin: -16rem !important
	}

	.sm\:focus\:-m-px:focus {
		margin: -1px !important
	}

	.sm\:focus\:-m--50:focus {
		margin: 50px !important
	}

	.sm\:focus\:-m-14:focus {
		margin: -3.5rem !important
	}

	.sm\:focus\:-m-15:focus {
		margin: -3.75rem !important
	}

	.sm\:focus\:-m-25:focus {
		margin: -6.25rem !important
	}

	.sm\:focus\:-m-30:focus {
		margin: -7.5rem !important
	}

	.sm\:focus\:my-0:focus {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.sm\:focus\:mx-0:focus {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.sm\:focus\:my-1:focus {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.sm\:focus\:mx-1:focus {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.sm\:focus\:my-2:focus {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.sm\:focus\:mx-2:focus {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.sm\:focus\:my-3:focus {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.sm\:focus\:mx-3:focus {
		margin-left: .75rem !important;
		margin-right: .75rem !important
	}

	.sm\:focus\:my-4:focus {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.sm\:focus\:mx-4:focus {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.sm\:focus\:my-5:focus {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.sm\:focus\:mx-5:focus {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.sm\:focus\:my-6:focus {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.sm\:focus\:mx-6:focus {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.sm\:focus\:my-7:focus {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.sm\:focus\:mx-7:focus {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important
	}

	.sm\:focus\:my-8:focus {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.sm\:focus\:mx-8:focus {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.sm\:focus\:my-9:focus {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.sm\:focus\:mx-9:focus {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important
	}

	.sm\:focus\:my-10:focus {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.sm\:focus\:mx-10:focus {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important
	}

	.sm\:focus\:my-12:focus {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.sm\:focus\:mx-12:focus {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.sm\:focus\:my-13:focus {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.sm\:focus\:mx-13:focus {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.sm\:focus\:my-14:focus {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.sm\:focus\:mx-14:focus {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.sm\:focus\:my-15:focus {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important
	}

	.sm\:focus\:mx-15:focus {
		margin-left: 3.75rem !important;
		margin-right: 3.75rem !important
	}

	.sm\:focus\:my-16:focus {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.sm\:focus\:mx-16:focus {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.sm\:focus\:my-20:focus {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.sm\:focus\:mx-20:focus {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.sm\:focus\:my-24:focus {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.sm\:focus\:mx-24:focus {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.sm\:focus\:my-30:focus {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.sm\:focus\:mx-30:focus {
		margin-left: 7.5rem !important;
		margin-right: 7.5rem !important
	}

	.sm\:focus\:my-32:focus {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.sm\:focus\:mx-32:focus {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.sm\:focus\:my-40:focus {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.sm\:focus\:mx-40:focus {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.sm\:focus\:my-48:focus {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.sm\:focus\:mx-48:focus {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.sm\:focus\:my-56:focus {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.sm\:focus\:mx-56:focus {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.sm\:focus\:my-64:focus {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.sm\:focus\:mx-64:focus {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.sm\:focus\:my-auto:focus {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.sm\:focus\:mx-auto:focus {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.sm\:focus\:my-px:focus {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}

	.sm\:focus\:mx-px:focus {
		margin-left: 1px !important;
		margin-right: 1px !important
	}

	.sm\:focus\:-my-50:focus {
		margin-top: -50px !important;
		margin-bottom: -50px !important
	}

	.sm\:focus\:-mx-50:focus {
		margin-left: -50px !important;
		margin-right: -50px !important
	}

	.sm\:focus\:-my-1:focus {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.sm\:focus\:-mx-1:focus {
		margin-left: -.25rem !important;
		margin-right: -.25rem !important
	}

	.sm\:focus\:-my-2:focus {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.sm\:focus\:-mx-2:focus {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}

	.sm\:focus\:-my-3:focus {
		margin-top: -.75rem !important;
		margin-bottom: -.75rem !important
	}

	.sm\:focus\:-mx-3:focus {
		margin-left: -.75rem !important;
		margin-right: -.75rem !important
	}

	.sm\:focus\:-my-4:focus {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.sm\:focus\:-mx-4:focus {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.sm\:focus\:-my-5:focus {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.sm\:focus\:-mx-5:focus {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.sm\:focus\:-my-6:focus {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.sm\:focus\:-mx-6:focus {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.sm\:focus\:-my-8:focus {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.sm\:focus\:-mx-8:focus {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.sm\:focus\:-my-10:focus {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important
	}

	.sm\:focus\:-mx-10:focus {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important
	}

	.sm\:focus\:-my-12:focus {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.sm\:focus\:-mx-12:focus {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.sm\:focus\:-my-16:focus {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.sm\:focus\:-mx-16:focus {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.sm\:focus\:-my-20:focus {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.sm\:focus\:-mx-20:focus {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.sm\:focus\:-my-24:focus {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.sm\:focus\:-mx-24:focus {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.sm\:focus\:-my-32:focus {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important
	}

	.sm\:focus\:-mx-32:focus {
		margin-left: -8rem !important;
		margin-right: -8rem !important
	}

	.sm\:focus\:-my-40:focus {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important
	}

	.sm\:focus\:-mx-40:focus {
		margin-left: -10rem !important;
		margin-right: -10rem !important
	}

	.sm\:focus\:-my-48:focus {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important
	}

	.sm\:focus\:-mx-48:focus {
		margin-left: -12rem !important;
		margin-right: -12rem !important
	}

	.sm\:focus\:-my-56:focus {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important
	}

	.sm\:focus\:-mx-56:focus {
		margin-left: -14rem !important;
		margin-right: -14rem !important
	}

	.sm\:focus\:-my-64:focus {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important
	}

	.sm\:focus\:-mx-64:focus {
		margin-left: -16rem !important;
		margin-right: -16rem !important
	}

	.sm\:focus\:-my-px:focus {
		margin-top: -1px !important;
		margin-bottom: -1px !important
	}

	.sm\:focus\:-mx-px:focus {
		margin-left: -1px !important;
		margin-right: -1px !important
	}

	.sm\:focus\:-my--50:focus {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}

	.sm\:focus\:-mx--50:focus {
		margin-left: 50px !important;
		margin-right: 50px !important
	}

	.sm\:focus\:-my-14:focus {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important
	}

	.sm\:focus\:-mx-14:focus {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important
	}

	.sm\:focus\:-my-15:focus {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important
	}

	.sm\:focus\:-mx-15:focus {
		margin-left: -3.75rem !important;
		margin-right: -3.75rem !important
	}

	.sm\:focus\:-my-25:focus {
		margin-top: -6.25rem !important;
		margin-bottom: -6.25rem !important
	}

	.sm\:focus\:-mx-25:focus {
		margin-left: -6.25rem !important;
		margin-right: -6.25rem !important
	}

	.sm\:focus\:-my-30:focus {
		margin-top: -7.5rem !important;
		margin-bottom: -7.5rem !important
	}

	.sm\:focus\:-mx-30:focus {
		margin-left: -7.5rem !important;
		margin-right: -7.5rem !important
	}

	.sm\:focus\:mt-0:focus {
		margin-top: 0 !important
	}

	.sm\:focus\:mr-0:focus {
		margin-right: 0 !important
	}

	.sm\:focus\:mb-0:focus {
		margin-bottom: 0 !important
	}

	.sm\:focus\:ml-0:focus {
		margin-left: 0 !important
	}

	.sm\:focus\:mt-1:focus {
		margin-top: .25rem !important
	}

	.sm\:focus\:mr-1:focus {
		margin-right: .25rem !important
	}

	.sm\:focus\:mb-1:focus {
		margin-bottom: .25rem !important
	}

	.sm\:focus\:ml-1:focus {
		margin-left: .25rem !important
	}

	.sm\:focus\:mt-2:focus {
		margin-top: .5rem !important
	}

	.sm\:focus\:mr-2:focus {
		margin-right: .5rem !important
	}

	.sm\:focus\:mb-2:focus {
		margin-bottom: .5rem !important
	}

	.sm\:focus\:ml-2:focus {
		margin-left: .5rem !important
	}

	.sm\:focus\:mt-3:focus {
		margin-top: .75rem !important
	}

	.sm\:focus\:mr-3:focus {
		margin-right: .75rem !important
	}

	.sm\:focus\:mb-3:focus {
		margin-bottom: .75rem !important
	}

	.sm\:focus\:ml-3:focus {
		margin-left: .75rem !important
	}

	.sm\:focus\:mt-4:focus {
		margin-top: 1rem !important
	}

	.sm\:focus\:mr-4:focus {
		margin-right: 1rem !important
	}

	.sm\:focus\:mb-4:focus {
		margin-bottom: 1rem !important
	}

	.sm\:focus\:ml-4:focus {
		margin-left: 1rem !important
	}

	.sm\:focus\:mt-5:focus {
		margin-top: 1.25rem !important
	}

	.sm\:focus\:mr-5:focus {
		margin-right: 1.25rem !important
	}

	.sm\:focus\:mb-5:focus {
		margin-bottom: 1.25rem !important
	}

	.sm\:focus\:ml-5:focus {
		margin-left: 1.25rem !important
	}

	.sm\:focus\:mt-6:focus {
		margin-top: 1.5rem !important
	}

	.sm\:focus\:mr-6:focus {
		margin-right: 1.5rem !important
	}

	.sm\:focus\:mb-6:focus {
		margin-bottom: 1.5rem !important
	}

	.sm\:focus\:ml-6:focus {
		margin-left: 1.5rem !important
	}

	.sm\:focus\:mt-7:focus {
		margin-top: 1.75rem !important
	}

	.sm\:focus\:mr-7:focus {
		margin-right: 1.75rem !important
	}

	.sm\:focus\:mb-7:focus {
		margin-bottom: 1.75rem !important
	}

	.sm\:focus\:ml-7:focus {
		margin-left: 1.75rem !important
	}

	.sm\:focus\:mt-8:focus {
		margin-top: 2rem !important
	}

	.sm\:focus\:mr-8:focus {
		margin-right: 2rem !important
	}

	.sm\:focus\:mb-8:focus {
		margin-bottom: 2rem !important
	}

	.sm\:focus\:ml-8:focus {
		margin-left: 2rem !important
	}

	.sm\:focus\:mt-9:focus {
		margin-top: 2.25rem !important
	}

	.sm\:focus\:mr-9:focus {
		margin-right: 2.25rem !important
	}

	.sm\:focus\:mb-9:focus {
		margin-bottom: 2.25rem !important
	}

	.sm\:focus\:ml-9:focus {
		margin-left: 2.25rem !important
	}

	.sm\:focus\:mt-10:focus {
		margin-top: 2.5rem !important
	}

	.sm\:focus\:mr-10:focus {
		margin-right: 2.5rem !important
	}

	.sm\:focus\:mb-10:focus {
		margin-bottom: 2.5rem !important
	}

	.sm\:focus\:ml-10:focus {
		margin-left: 2.5rem !important
	}

	.sm\:focus\:mt-12:focus {
		margin-top: 3rem !important
	}

	.sm\:focus\:mr-12:focus {
		margin-right: 3rem !important
	}

	.sm\:focus\:mb-12:focus {
		margin-bottom: 3rem !important
	}

	.sm\:focus\:ml-12:focus {
		margin-left: 3rem !important
	}

	.sm\:focus\:mt-13:focus {
		margin-top: 3.5rem !important
	}

	.sm\:focus\:mr-13:focus {
		margin-right: 3.5rem !important
	}

	.sm\:focus\:mb-13:focus {
		margin-bottom: 3.5rem !important
	}

	.sm\:focus\:ml-13:focus {
		margin-left: 3.5rem !important
	}

	.sm\:focus\:mt-14:focus {
		margin-top: 3.5rem !important
	}

	.sm\:focus\:mr-14:focus {
		margin-right: 3.5rem !important
	}

	.sm\:focus\:mb-14:focus {
		margin-bottom: 3.5rem !important
	}

	.sm\:focus\:ml-14:focus {
		margin-left: 3.5rem !important
	}

	.sm\:focus\:mt-15:focus {
		margin-top: 3.75rem !important
	}

	.sm\:focus\:mr-15:focus {
		margin-right: 3.75rem !important
	}

	.sm\:focus\:mb-15:focus {
		margin-bottom: 3.75rem !important
	}

	.sm\:focus\:ml-15:focus {
		margin-left: 3.75rem !important
	}

	.sm\:focus\:mt-16:focus {
		margin-top: 4rem !important
	}

	.sm\:focus\:mr-16:focus {
		margin-right: 4rem !important
	}

	.sm\:focus\:mb-16:focus {
		margin-bottom: 4rem !important
	}

	.sm\:focus\:ml-16:focus {
		margin-left: 4rem !important
	}

	.sm\:focus\:mt-20:focus {
		margin-top: 5rem !important
	}

	.sm\:focus\:mr-20:focus {
		margin-right: 5rem !important
	}

	.sm\:focus\:mb-20:focus {
		margin-bottom: 5rem !important
	}

	.sm\:focus\:ml-20:focus {
		margin-left: 5rem !important
	}

	.sm\:focus\:mt-24:focus {
		margin-top: 6rem !important
	}

	.sm\:focus\:mr-24:focus {
		margin-right: 6rem !important
	}

	.sm\:focus\:mb-24:focus {
		margin-bottom: 6rem !important
	}

	.sm\:focus\:ml-24:focus {
		margin-left: 6rem !important
	}

	.sm\:focus\:mt-30:focus {
		margin-top: 7.5rem !important
	}

	.sm\:focus\:mr-30:focus {
		margin-right: 7.5rem !important
	}

	.sm\:focus\:mb-30:focus {
		margin-bottom: 7.5rem !important
	}

	.sm\:focus\:ml-30:focus {
		margin-left: 7.5rem !important
	}

	.sm\:focus\:mt-32:focus {
		margin-top: 8rem !important
	}

	.sm\:focus\:mr-32:focus {
		margin-right: 8rem !important
	}

	.sm\:focus\:mb-32:focus {
		margin-bottom: 8rem !important
	}

	.sm\:focus\:ml-32:focus {
		margin-left: 8rem !important
	}

	.sm\:focus\:mt-40:focus {
		margin-top: 10rem !important
	}

	.sm\:focus\:mr-40:focus {
		margin-right: 10rem !important
	}

	.sm\:focus\:mb-40:focus {
		margin-bottom: 10rem !important
	}

	.sm\:focus\:ml-40:focus {
		margin-left: 10rem !important
	}

	.sm\:focus\:mt-48:focus {
		margin-top: 12rem !important
	}

	.sm\:focus\:mr-48:focus {
		margin-right: 12rem !important
	}

	.sm\:focus\:mb-48:focus {
		margin-bottom: 12rem !important
	}

	.sm\:focus\:ml-48:focus {
		margin-left: 12rem !important
	}

	.sm\:focus\:mt-56:focus {
		margin-top: 14rem !important
	}

	.sm\:focus\:mr-56:focus {
		margin-right: 14rem !important
	}

	.sm\:focus\:mb-56:focus {
		margin-bottom: 14rem !important
	}

	.sm\:focus\:ml-56:focus {
		margin-left: 14rem !important
	}

	.sm\:focus\:mt-64:focus {
		margin-top: 16rem !important
	}

	.sm\:focus\:mr-64:focus {
		margin-right: 16rem !important
	}

	.sm\:focus\:mb-64:focus {
		margin-bottom: 16rem !important
	}

	.sm\:focus\:ml-64:focus {
		margin-left: 16rem !important
	}

	.sm\:focus\:mt-auto:focus {
		margin-top: auto !important
	}

	.sm\:focus\:mr-auto:focus {
		margin-right: auto !important
	}

	.sm\:focus\:mb-auto:focus {
		margin-bottom: auto !important
	}

	.sm\:focus\:ml-auto:focus {
		margin-left: auto !important
	}

	.sm\:focus\:mt-px:focus {
		margin-top: 1px !important
	}

	.sm\:focus\:mr-px:focus {
		margin-right: 1px !important
	}

	.sm\:focus\:mb-px:focus {
		margin-bottom: 1px !important
	}

	.sm\:focus\:ml-px:focus {
		margin-left: 1px !important
	}

	.sm\:focus\:-mt-50:focus {
		margin-top: -50px !important
	}

	.sm\:focus\:-mr-50:focus {
		margin-right: -50px !important
	}

	.sm\:focus\:-mb-50:focus {
		margin-bottom: -50px !important
	}

	.sm\:focus\:-ml-50:focus {
		margin-left: -50px !important
	}

	.sm\:focus\:-mt-1:focus {
		margin-top: -.25rem !important
	}

	.sm\:focus\:-mr-1:focus {
		margin-right: -.25rem !important
	}

	.sm\:focus\:-mb-1:focus {
		margin-bottom: -.25rem !important
	}

	.sm\:focus\:-ml-1:focus {
		margin-left: -.25rem !important
	}

	.sm\:focus\:-mt-2:focus {
		margin-top: -.5rem !important
	}

	.sm\:focus\:-mr-2:focus {
		margin-right: -.5rem !important
	}

	.sm\:focus\:-mb-2:focus {
		margin-bottom: -.5rem !important
	}

	.sm\:focus\:-ml-2:focus {
		margin-left: -.5rem !important
	}

	.sm\:focus\:-mt-3:focus {
		margin-top: -.75rem !important
	}

	.sm\:focus\:-mr-3:focus {
		margin-right: -.75rem !important
	}

	.sm\:focus\:-mb-3:focus {
		margin-bottom: -.75rem !important
	}

	.sm\:focus\:-ml-3:focus {
		margin-left: -.75rem !important
	}

	.sm\:focus\:-mt-4:focus {
		margin-top: -1rem !important
	}

	.sm\:focus\:-mr-4:focus {
		margin-right: -1rem !important
	}

	.sm\:focus\:-mb-4:focus {
		margin-bottom: -1rem !important
	}

	.sm\:focus\:-ml-4:focus {
		margin-left: -1rem !important
	}

	.sm\:focus\:-mt-5:focus {
		margin-top: -1.25rem !important
	}

	.sm\:focus\:-mr-5:focus {
		margin-right: -1.25rem !important
	}

	.sm\:focus\:-mb-5:focus {
		margin-bottom: -1.25rem !important
	}

	.sm\:focus\:-ml-5:focus {
		margin-left: -1.25rem !important
	}

	.sm\:focus\:-mt-6:focus {
		margin-top: -1.5rem !important
	}

	.sm\:focus\:-mr-6:focus {
		margin-right: -1.5rem !important
	}

	.sm\:focus\:-mb-6:focus {
		margin-bottom: -1.5rem !important
	}

	.sm\:focus\:-ml-6:focus {
		margin-left: -1.5rem !important
	}

	.sm\:focus\:-mt-8:focus {
		margin-top: -2rem !important
	}

	.sm\:focus\:-mr-8:focus {
		margin-right: -2rem !important
	}

	.sm\:focus\:-mb-8:focus {
		margin-bottom: -2rem !important
	}

	.sm\:focus\:-ml-8:focus {
		margin-left: -2rem !important
	}

	.sm\:focus\:-mt-10:focus {
		margin-top: -2.5rem !important
	}

	.sm\:focus\:-mr-10:focus {
		margin-right: -2.5rem !important
	}

	.sm\:focus\:-mb-10:focus {
		margin-bottom: -2.5rem !important
	}

	.sm\:focus\:-ml-10:focus {
		margin-left: -2.5rem !important
	}

	.sm\:focus\:-mt-12:focus {
		margin-top: -3rem !important
	}

	.sm\:focus\:-mr-12:focus {
		margin-right: -3rem !important
	}

	.sm\:focus\:-mb-12:focus {
		margin-bottom: -3rem !important
	}

	.sm\:focus\:-ml-12:focus {
		margin-left: -3rem !important
	}

	.sm\:focus\:-mt-16:focus {
		margin-top: -4rem !important
	}

	.sm\:focus\:-mr-16:focus {
		margin-right: -4rem !important
	}

	.sm\:focus\:-mb-16:focus {
		margin-bottom: -4rem !important
	}

	.sm\:focus\:-ml-16:focus {
		margin-left: -4rem !important
	}

	.sm\:focus\:-mt-20:focus {
		margin-top: -5rem !important
	}

	.sm\:focus\:-mr-20:focus {
		margin-right: -5rem !important
	}

	.sm\:focus\:-mb-20:focus {
		margin-bottom: -5rem !important
	}

	.sm\:focus\:-ml-20:focus {
		margin-left: -5rem !important
	}

	.sm\:focus\:-mt-24:focus {
		margin-top: -6rem !important
	}

	.sm\:focus\:-mr-24:focus {
		margin-right: -6rem !important
	}

	.sm\:focus\:-mb-24:focus {
		margin-bottom: -6rem !important
	}

	.sm\:focus\:-ml-24:focus {
		margin-left: -6rem !important
	}

	.sm\:focus\:-mt-32:focus {
		margin-top: -8rem !important
	}

	.sm\:focus\:-mr-32:focus {
		margin-right: -8rem !important
	}

	.sm\:focus\:-mb-32:focus {
		margin-bottom: -8rem !important
	}

	.sm\:focus\:-ml-32:focus {
		margin-left: -8rem !important
	}

	.sm\:focus\:-mt-40:focus {
		margin-top: -10rem !important
	}

	.sm\:focus\:-mr-40:focus {
		margin-right: -10rem !important
	}

	.sm\:focus\:-mb-40:focus {
		margin-bottom: -10rem !important
	}

	.sm\:focus\:-ml-40:focus {
		margin-left: -10rem !important
	}

	.sm\:focus\:-mt-48:focus {
		margin-top: -12rem !important
	}

	.sm\:focus\:-mr-48:focus {
		margin-right: -12rem !important
	}

	.sm\:focus\:-mb-48:focus {
		margin-bottom: -12rem !important
	}

	.sm\:focus\:-ml-48:focus {
		margin-left: -12rem !important
	}

	.sm\:focus\:-mt-56:focus {
		margin-top: -14rem !important
	}

	.sm\:focus\:-mr-56:focus {
		margin-right: -14rem !important
	}

	.sm\:focus\:-mb-56:focus {
		margin-bottom: -14rem !important
	}

	.sm\:focus\:-ml-56:focus {
		margin-left: -14rem !important
	}

	.sm\:focus\:-mt-64:focus {
		margin-top: -16rem !important
	}

	.sm\:focus\:-mr-64:focus {
		margin-right: -16rem !important
	}

	.sm\:focus\:-mb-64:focus {
		margin-bottom: -16rem !important
	}

	.sm\:focus\:-ml-64:focus {
		margin-left: -16rem !important
	}

	.sm\:focus\:-mt-px:focus {
		margin-top: -1px !important
	}

	.sm\:focus\:-mr-px:focus {
		margin-right: -1px !important
	}

	.sm\:focus\:-mb-px:focus {
		margin-bottom: -1px !important
	}

	.sm\:focus\:-ml-px:focus {
		margin-left: -1px !important
	}

	.sm\:focus\:-mt--50:focus {
		margin-top: 50px !important
	}

	.sm\:focus\:-mr--50:focus {
		margin-right: 50px !important
	}

	.sm\:focus\:-mb--50:focus {
		margin-bottom: 50px !important
	}

	.sm\:focus\:-ml--50:focus {
		margin-left: 50px !important
	}

	.sm\:focus\:-mt-14:focus {
		margin-top: -3.5rem !important
	}

	.sm\:focus\:-mr-14:focus {
		margin-right: -3.5rem !important
	}

	.sm\:focus\:-mb-14:focus {
		margin-bottom: -3.5rem !important
	}

	.sm\:focus\:-ml-14:focus {
		margin-left: -3.5rem !important
	}

	.sm\:focus\:-mt-15:focus {
		margin-top: -3.75rem !important
	}

	.sm\:focus\:-mr-15:focus {
		margin-right: -3.75rem !important
	}

	.sm\:focus\:-mb-15:focus {
		margin-bottom: -3.75rem !important
	}

	.sm\:focus\:-ml-15:focus {
		margin-left: -3.75rem !important
	}

	.sm\:focus\:-mt-25:focus {
		margin-top: -6.25rem !important
	}

	.sm\:focus\:-mr-25:focus {
		margin-right: -6.25rem !important
	}

	.sm\:focus\:-mb-25:focus {
		margin-bottom: -6.25rem !important
	}

	.sm\:focus\:-ml-25:focus {
		margin-left: -6.25rem !important
	}

	.sm\:focus\:-mt-30:focus {
		margin-top: -7.5rem !important
	}

	.sm\:focus\:-mr-30:focus {
		margin-right: -7.5rem !important
	}

	.sm\:focus\:-mb-30:focus {
		margin-bottom: -7.5rem !important
	}

	.sm\:focus\:-ml-30:focus {
		margin-left: -7.5rem !important
	}

	.sm\:max-h-full {
		max-height: 100% !important
	}

	.sm\:max-h-screen {
		max-height: 100vh !important
	}

	.sm\:max-w-20 {
		max-width: 5rem !important
	}

	.sm\:max-w-24 {
		max-width: 6rem !important
	}

	.sm\:max-w-28 {
		max-width: 7rem !important
	}

	.sm\:max-w-94 {
		max-width: 23.5rem !important
	}

	.sm\:max-w-105 {
		max-width: 26.35rem !important
	}

	.sm\:max-w-155 {
		max-width: 38.75rem !important
	}

	.sm\:max-w-163 {
		max-width: 40.75rem !important
	}

	.sm\:max-w-235 {
		max-width: 58.75rem !important
	}

	.sm\:max-w-320 {
		max-width: 80rem !important
	}

	.sm\:max-w-480 {
		max-width: 120rem !important
	}

	.sm\:max-w-none {
		max-width: none !important
	}

	.sm\:max-w-xs {
		max-width: 20rem !important
	}

	.sm\:max-w-sm {
		max-width: 24rem !important
	}

	.sm\:max-w-md {
		max-width: 824px !important
	}

	.sm\:max-w-lg {
		max-width: 1244px !important
	}

	.sm\:max-w-xl {
		max-width: 36rem !important
	}

	.sm\:max-w-2xl {
		max-width: 42rem !important
	}

	.sm\:max-w-3xl {
		max-width: 48rem !important
	}

	.sm\:max-w-4xl {
		max-width: 56rem !important
	}

	.sm\:max-w-5xl {
		max-width: 64rem !important
	}

	.sm\:max-w-6xl {
		max-width: 72rem !important
	}

	.sm\:max-w-full {
		max-width: 100% !important
	}

	.sm\:max-w-screen-xs {
		max-width: 368px !important
	}

	.sm\:max-w-screen-sm {
		max-width: 640px !important
	}

	.sm\:max-w-screen-md {
		max-width: 768px !important
	}

	.sm\:max-w-screen-lg {
		max-width: 1152px !important
	}

	.sm\:max-w-screen-xl {
		max-width: 1560px !important
	}

	.sm\:max-w-screen-hl {
		max-width: 2100px !important
	}

	.sm\:min-h-0 {
		min-height: 0 !important
	}

	.sm\:min-h-full {
		min-height: 100% !important
	}

	.sm\:min-h-screen {
		min-height: 100vh !important
	}

	.sm\:min-w-0 {
		min-width: 0 !important
	}

	.sm\:min-w-20 {
		min-width: 5rem !important
	}

	.sm\:min-w-94 {
		min-width: 23.5rem !important
	}

	.sm\:min-w-105 {
		min-width: 26.35rem !important
	}

	.sm\:min-w-155 {
		min-width: 38.75rem !important
	}

	.sm\:min-w-235 {
		min-width: 58.75rem !important
	}

	.sm\:min-w-full {
		min-width: 100% !important
	}

	.sm\:object-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important
	}

	.sm\:object-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important
	}

	.sm\:object-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important
	}

	.sm\:object-none {
		-o-object-fit: none !important;
		object-fit: none !important
	}

	.sm\:object-scale-down {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important
	}

	.sm\:opacity-0 {
		opacity: 0 !important
	}

	.sm\:opacity-25 {
		opacity: .25 !important
	}

	.sm\:opacity-50 {
		opacity: .5 !important
	}

	.sm\:opacity-75 {
		opacity: .75 !important
	}

	.sm\:opacity-100 {
		opacity: 1 !important
	}

	.sm\:hover\:opacity-0:hover {
		opacity: 0 !important
	}

	.sm\:hover\:opacity-25:hover {
		opacity: .25 !important
	}

	.sm\:hover\:opacity-50:hover {
		opacity: .5 !important
	}

	.sm\:hover\:opacity-75:hover {
		opacity: .75 !important
	}

	.sm\:hover\:opacity-100:hover {
		opacity: 1 !important
	}

	.sm\:focus\:opacity-0:focus {
		opacity: 0 !important
	}

	.sm\:focus\:opacity-25:focus {
		opacity: .25 !important
	}

	.sm\:focus\:opacity-50:focus {
		opacity: .5 !important
	}

	.sm\:focus\:opacity-75:focus {
		opacity: .75 !important
	}

	.sm\:focus\:opacity-100:focus {
		opacity: 1 !important
	}

	.sm\:outline-none {
		outline: 2px solid transparent !important;
		outline-offset: 2px !important
	}

	.sm\:outline-white {
		outline: 2px dotted #fff !important;
		outline-offset: 2px !important
	}

	.sm\:outline-black {
		outline: 2px dotted #000 !important;
		outline-offset: 2px !important
	}

	.sm\:focus\:outline-none:focus {
		outline: 2px solid transparent !important;
		outline-offset: 2px !important
	}

	.sm\:focus\:outline-white:focus {
		outline: 2px dotted #fff !important;
		outline-offset: 2px !important
	}

	.sm\:focus\:outline-black:focus {
		outline: 2px dotted #000 !important;
		outline-offset: 2px !important
	}

	.sm\:overflow-auto {
		overflow: auto !important
	}

	.sm\:overflow-hidden {
		overflow: hidden !important
	}

	.sm\:overflow-visible {
		overflow: visible !important
	}

	.sm\:overflow-scroll {
		overflow: scroll !important
	}

	.sm\:overflow-x-auto {
		overflow-x: auto !important
	}

	.sm\:overflow-y-auto {
		overflow-y: auto !important
	}

	.sm\:overflow-x-hidden {
		overflow-x: hidden !important
	}

	.sm\:overflow-y-hidden {
		overflow-y: hidden !important
	}

	.sm\:overflow-x-visible {
		overflow-x: visible !important
	}

	.sm\:overflow-y-visible {
		overflow-y: visible !important
	}

	.sm\:overflow-x-scroll {
		overflow-x: scroll !important
	}

	.sm\:overflow-y-scroll {
		overflow-y: scroll !important
	}

	.sm\:scrolling-touch {
		-webkit-overflow-scrolling: touch !important
	}

	.sm\:scrolling-auto {
		-webkit-overflow-scrolling: auto !important
	}

	.sm\:p-0 {
		padding: 0 !important
	}

	.sm\:p-1 {
		padding: .25rem !important
	}

	.sm\:p-2 {
		padding: .5rem !important
	}

	.sm\:p-3 {
		padding: .75rem !important
	}

	.sm\:p-4 {
		padding: 1rem !important
	}

	.sm\:p-5 {
		padding: 1.25rem !important
	}

	.sm\:p-6 {
		padding: 1.5rem !important
	}

	.sm\:p-7 {
		padding: 1.75rem !important
	}

	.sm\:p-8 {
		padding: 2rem !important
	}

	.sm\:p-9 {
		padding: 2.25rem !important
	}

	.sm\:p-10 {
		padding: 2.5rem !important
	}

	.sm\:p-11 {
		padding: 2.75rem !important
	}

	.sm\:p-12 {
		padding: 3rem !important
	}

	.sm\:p-13 {
		padding: 3.25rem !important
	}

	.sm\:p-14 {
		padding: 3.5rem !important
	}

	.sm\:p-15 {
		padding: 3.75rem !important
	}

	.sm\:p-16 {
		padding: 4rem !important
	}

	.sm\:p-20 {
		padding: 5rem !important
	}

	.sm\:p-24 {
		padding: 6rem !important
	}

	.sm\:p-25 {
		padding: 6.25rem !important
	}

	.sm\:p-28 {
		padding: 7rem !important
	}

	.sm\:p-30 {
		padding: 7.5rem !important
	}

	.sm\:p-32 {
		padding: 8rem !important
	}

	.sm\:p-40 {
		padding: 10rem !important
	}

	.sm\:p-48 {
		padding: 12rem !important
	}

	.sm\:p-56 {
		padding: 14rem !important
	}

	.sm\:p-64 {
		padding: 16rem !important
	}

	.sm\:p-85 {
		padding: 21.25rem !important
	}

	.sm\:p-px {
		padding: 1px !important
	}

	.sm\:p--50 {
		padding: -50px !important
	}

	.sm\:py-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.sm\:px-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.sm\:py-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.sm\:px-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important
	}

	.sm\:py-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.sm\:px-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important
	}

	.sm\:py-3 {
		padding-top: .75rem !important;
		padding-bottom: .75rem !important
	}

	.sm\:px-3 {
		padding-left: .75rem !important;
		padding-right: .75rem !important
	}

	.sm\:py-4 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.sm\:px-4 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.sm\:py-5 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	.sm\:px-5 {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important
	}

	.sm\:py-6 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.sm\:px-6 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}

	.sm\:py-7 {
		padding-top: 1.75rem !important;
		padding-bottom: 1.75rem !important
	}

	.sm\:px-7 {
		padding-left: 1.75rem !important;
		padding-right: 1.75rem !important
	}

	.sm\:py-8 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.sm\:px-8 {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}

	.sm\:py-9 {
		padding-top: 2.25rem !important;
		padding-bottom: 2.25rem !important
	}

	.sm\:px-9 {
		padding-left: 2.25rem !important;
		padding-right: 2.25rem !important
	}

	.sm\:py-10 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	.sm\:px-10 {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important
	}

	.sm\:py-11 {
		padding-top: 2.75rem !important;
		padding-bottom: 2.75rem !important
	}

	.sm\:px-11 {
		padding-left: 2.75rem !important;
		padding-right: 2.75rem !important
	}

	.sm\:py-12 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.sm\:px-12 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.sm\:py-13 {
		padding-top: 3.25rem !important;
		padding-bottom: 3.25rem !important
	}

	.sm\:px-13 {
		padding-left: 3.25rem !important;
		padding-right: 3.25rem !important
	}

	.sm\:py-14 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important
	}

	.sm\:px-14 {
		padding-left: 3.5rem !important;
		padding-right: 3.5rem !important
	}

	.sm\:py-15 {
		padding-top: 3.75rem !important;
		padding-bottom: 3.75rem !important
	}

	.sm\:px-15 {
		padding-left: 3.75rem !important;
		padding-right: 3.75rem !important
	}

	.sm\:py-16 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}

	.sm\:px-16 {
		padding-left: 4rem !important;
		padding-right: 4rem !important
	}

	.sm\:py-20 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.sm\:px-20 {
		padding-left: 5rem !important;
		padding-right: 5rem !important
	}

	.sm\:py-24 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.sm\:px-24 {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}

	.sm\:py-25 {
		padding-top: 6.25rem !important;
		padding-bottom: 6.25rem !important
	}

	.sm\:px-25 {
		padding-left: 6.25rem !important;
		padding-right: 6.25rem !important
	}

	.sm\:py-28 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important
	}

	.sm\:px-28 {
		padding-left: 7rem !important;
		padding-right: 7rem !important
	}

	.sm\:py-30 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important
	}

	.sm\:px-30 {
		padding-left: 7.5rem !important;
		padding-right: 7.5rem !important
	}

	.sm\:py-32 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important
	}

	.sm\:px-32 {
		padding-left: 8rem !important;
		padding-right: 8rem !important
	}

	.sm\:py-40 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important
	}

	.sm\:px-40 {
		padding-left: 10rem !important;
		padding-right: 10rem !important
	}

	.sm\:py-48 {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important
	}

	.sm\:px-48 {
		padding-left: 12rem !important;
		padding-right: 12rem !important
	}

	.sm\:py-56 {
		padding-top: 14rem !important;
		padding-bottom: 14rem !important
	}

	.sm\:px-56 {
		padding-left: 14rem !important;
		padding-right: 14rem !important
	}

	.sm\:py-64 {
		padding-top: 16rem !important;
		padding-bottom: 16rem !important
	}

	.sm\:px-64 {
		padding-left: 16rem !important;
		padding-right: 16rem !important
	}

	.sm\:py-85 {
		padding-top: 21.25rem !important;
		padding-bottom: 21.25rem !important
	}

	.sm\:px-85 {
		padding-left: 21.25rem !important;
		padding-right: 21.25rem !important
	}

	.sm\:py-px {
		padding-top: 1px !important;
		padding-bottom: 1px !important
	}

	.sm\:px-px {
		padding-left: 1px !important;
		padding-right: 1px !important
	}

	.sm\:py--50 {
		padding-top: -50px !important;
		padding-bottom: -50px !important
	}

	.sm\:px--50 {
		padding-left: -50px !important;
		padding-right: -50px !important
	}

	.sm\:pt-0 {
		padding-top: 0 !important
	}

	.sm\:pr-0 {
		padding-right: 0 !important
	}

	.sm\:pb-0 {
		padding-bottom: 0 !important
	}

	.sm\:pl-0 {
		padding-left: 0 !important
	}

	.sm\:pt-1 {
		padding-top: .25rem !important
	}

	.sm\:pr-1 {
		padding-right: .25rem !important
	}

	.sm\:pb-1 {
		padding-bottom: .25rem !important
	}

	.sm\:pl-1 {
		padding-left: .25rem !important
	}

	.sm\:pt-2 {
		padding-top: .5rem !important
	}

	.sm\:pr-2 {
		padding-right: .5rem !important
	}

	.sm\:pb-2 {
		padding-bottom: .5rem !important
	}

	.sm\:pl-2 {
		padding-left: .5rem !important
	}

	.sm\:pt-3 {
		padding-top: .75rem !important
	}

	.sm\:pr-3 {
		padding-right: .75rem !important
	}

	.sm\:pb-3 {
		padding-bottom: .75rem !important
	}

	.sm\:pl-3 {
		padding-left: .75rem !important
	}

	.sm\:pt-4 {
		padding-top: 1rem !important
	}

	.sm\:pr-4 {
		padding-right: 1rem !important
	}

	.sm\:pb-4 {
		padding-bottom: 1rem !important
	}

	.sm\:pl-4 {
		padding-left: 1rem !important
	}

	.sm\:pt-5 {
		padding-top: 1.25rem !important
	}

	.sm\:pr-5 {
		padding-right: 1.25rem !important
	}

	.sm\:pb-5 {
		padding-bottom: 1.25rem !important
	}

	.sm\:pl-5 {
		padding-left: 1.25rem !important
	}

	.sm\:pt-6 {
		padding-top: 1.5rem !important
	}

	.sm\:pr-6 {
		padding-right: 1.5rem !important
	}

	.sm\:pb-6 {
		padding-bottom: 1.5rem !important
	}

	.sm\:pl-6 {
		padding-left: 1.5rem !important
	}

	.sm\:pt-7 {
		padding-top: 1.75rem !important
	}

	.sm\:pr-7 {
		padding-right: 1.75rem !important
	}

	.sm\:pb-7 {
		padding-bottom: 1.75rem !important
	}

	.sm\:pl-7 {
		padding-left: 1.75rem !important
	}

	.sm\:pt-8 {
		padding-top: 2rem !important
	}

	.sm\:pr-8 {
		padding-right: 2rem !important
	}

	.sm\:pb-8 {
		padding-bottom: 2rem !important
	}

	.sm\:pl-8 {
		padding-left: 2rem !important
	}

	.sm\:pt-9 {
		padding-top: 2.25rem !important
	}

	.sm\:pr-9 {
		padding-right: 2.25rem !important
	}

	.sm\:pb-9 {
		padding-bottom: 2.25rem !important
	}

	.sm\:pl-9 {
		padding-left: 2.25rem !important
	}

	.sm\:pt-10 {
		padding-top: 2.5rem !important
	}

	.sm\:pr-10 {
		padding-right: 2.5rem !important
	}

	.sm\:pb-10 {
		padding-bottom: 2.5rem !important
	}

	.sm\:pl-10 {
		padding-left: 2.5rem !important
	}

	.sm\:pt-11 {
		padding-top: 2.75rem !important
	}

	.sm\:pr-11 {
		padding-right: 2.75rem !important
	}

	.sm\:pb-11 {
		padding-bottom: 2.75rem !important
	}

	.sm\:pl-11 {
		padding-left: 2.75rem !important
	}

	.sm\:pt-12 {
		padding-top: 3rem !important
	}

	.sm\:pr-12 {
		padding-right: 3rem !important
	}

	.sm\:pb-12 {
		padding-bottom: 3rem !important
	}

	.sm\:pl-12 {
		padding-left: 3rem !important
	}

	.sm\:pt-13 {
		padding-top: 3.25rem !important
	}

	.sm\:pr-13 {
		padding-right: 3.25rem !important
	}

	.sm\:pb-13 {
		padding-bottom: 3.25rem !important
	}

	.sm\:pl-13 {
		padding-left: 3.25rem !important
	}

	.sm\:pt-14 {
		padding-top: 3.5rem !important
	}

	.sm\:pr-14 {
		padding-right: 3.5rem !important
	}

	.sm\:pb-14 {
		padding-bottom: 3.5rem !important
	}

	.sm\:pl-14 {
		padding-left: 3.5rem !important
	}

	.sm\:pt-15 {
		padding-top: 3.75rem !important
	}

	.sm\:pr-15 {
		padding-right: 3.75rem !important
	}

	.sm\:pb-15 {
		padding-bottom: 3.75rem !important
	}

	.sm\:pl-15 {
		padding-left: 3.75rem !important
	}

	.sm\:pt-16 {
		padding-top: 4rem !important
	}

	.sm\:pr-16 {
		padding-right: 4rem !important
	}

	.sm\:pb-16 {
		padding-bottom: 4rem !important
	}

	.sm\:pl-16 {
		padding-left: 4rem !important
	}

	.sm\:pt-20 {
		padding-top: 5rem !important
	}

	.sm\:pr-20 {
		padding-right: 5rem !important
	}

	.sm\:pb-20 {
		padding-bottom: 5rem !important
	}

	.sm\:pl-20 {
		padding-left: 5rem !important
	}

	.sm\:pt-24 {
		padding-top: 6rem !important
	}

	.sm\:pr-24 {
		padding-right: 6rem !important
	}

	.sm\:pb-24 {
		padding-bottom: 6rem !important
	}

	.sm\:pl-24 {
		padding-left: 6rem !important
	}

	.sm\:pt-25 {
		padding-top: 6.25rem !important
	}

	.sm\:pr-25 {
		padding-right: 6.25rem !important
	}

	.sm\:pb-25 {
		padding-bottom: 6.25rem !important
	}

	.sm\:pl-25 {
		padding-left: 6.25rem !important
	}

	.sm\:pt-28 {
		padding-top: 7rem !important
	}

	.sm\:pr-28 {
		padding-right: 7rem !important
	}

	.sm\:pb-28 {
		padding-bottom: 7rem !important
	}

	.sm\:pl-28 {
		padding-left: 7rem !important
	}

	.sm\:pt-30 {
		padding-top: 7.5rem !important
	}

	.sm\:pr-30 {
		padding-right: 7.5rem !important
	}

	.sm\:pb-30 {
		padding-bottom: 7.5rem !important
	}

	.sm\:pl-30 {
		padding-left: 7.5rem !important
	}

	.sm\:pt-32 {
		padding-top: 8rem !important
	}

	.sm\:pr-32 {
		padding-right: 8rem !important
	}

	.sm\:pb-32 {
		padding-bottom: 8rem !important
	}

	.sm\:pl-32 {
		padding-left: 8rem !important
	}

	.sm\:pt-40 {
		padding-top: 10rem !important
	}

	.sm\:pr-40 {
		padding-right: 10rem !important
	}

	.sm\:pb-40 {
		padding-bottom: 10rem !important
	}

	.sm\:pl-40 {
		padding-left: 10rem !important
	}

	.sm\:pt-48 {
		padding-top: 12rem !important
	}

	.sm\:pr-48 {
		padding-right: 12rem !important
	}

	.sm\:pb-48 {
		padding-bottom: 12rem !important
	}

	.sm\:pl-48 {
		padding-left: 12rem !important
	}

	.sm\:pt-56 {
		padding-top: 14rem !important
	}

	.sm\:pr-56 {
		padding-right: 14rem !important
	}

	.sm\:pb-56 {
		padding-bottom: 14rem !important
	}

	.sm\:pl-56 {
		padding-left: 14rem !important
	}

	.sm\:pt-64 {
		padding-top: 16rem !important
	}

	.sm\:pr-64 {
		padding-right: 16rem !important
	}

	.sm\:pb-64 {
		padding-bottom: 16rem !important
	}

	.sm\:pl-64 {
		padding-left: 16rem !important
	}

	.sm\:pt-85 {
		padding-top: 21.25rem !important
	}

	.sm\:pr-85 {
		padding-right: 21.25rem !important
	}

	.sm\:pb-85 {
		padding-bottom: 21.25rem !important
	}

	.sm\:pl-85 {
		padding-left: 21.25rem !important
	}

	.sm\:pt-px {
		padding-top: 1px !important
	}

	.sm\:pr-px {
		padding-right: 1px !important
	}

	.sm\:pb-px {
		padding-bottom: 1px !important
	}

	.sm\:pl-px {
		padding-left: 1px !important
	}

	.sm\:pt--50 {
		padding-top: -50px !important
	}

	.sm\:pr--50 {
		padding-right: -50px !important
	}

	.sm\:pb--50 {
		padding-bottom: -50px !important
	}

	.sm\:pl--50 {
		padding-left: -50px !important
	}

	.sm\:placeholder-606::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-606:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-606::placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-666::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-666:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-666::placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-transparent::-moz-placeholder {
		color: transparent !important
	}

	.sm\:placeholder-transparent:-ms-input-placeholder {
		color: transparent !important
	}

	.sm\:placeholder-transparent::placeholder {
		color: transparent !important
	}

	.sm\:placeholder-current::-moz-placeholder {
		color: currentColor !important
	}

	.sm\:placeholder-current:-ms-input-placeholder {
		color: currentColor !important
	}

	.sm\:placeholder-current::placeholder {
		color: currentColor !important
	}

	.sm\:placeholder-black-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-black-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-black-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-black-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-black-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-black-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-black-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-black-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-black-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-white::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-white:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-white::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-gray-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-gray-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-gray-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-gray-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-gray-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-gray-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-gray-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-gray-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-gray-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-gray-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-gray-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-gray-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-gray-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-gray-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-gray-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-gray-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-gray-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-gray-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-gray-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-gray-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-gray-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-gray-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-gray-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-gray-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-red-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-orange::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-orange:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-orange::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-yellow-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-green-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-teal-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-blue-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-indigo-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-purple-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-pink-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-orange-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-orange-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-orange-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-orange-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-orange-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-orange-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-f3f::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-f3f:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-f3f::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-606:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-606:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-606:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-666:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-666:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-666:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
		color: transparent !important
	}

	.sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
		color: transparent !important
	}

	.sm\:focus\:placeholder-transparent:focus::placeholder {
		color: transparent !important
	}

	.sm\:focus\:placeholder-current:focus::-moz-placeholder {
		color: currentColor !important
	}

	.sm\:focus\:placeholder-current:focus:-ms-input-placeholder {
		color: currentColor !important
	}

	.sm\:focus\:placeholder-current:focus::placeholder {
		color: currentColor !important
	}

	.sm\:focus\:placeholder-black-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-black-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-black-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-black-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-black-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-black-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-black-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-black-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-black-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-white:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-white:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-white:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-gray-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-gray-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-gray-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-gray-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-gray-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-gray-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-gray-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-gray-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-gray-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-gray-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-gray-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-gray-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-gray-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-gray-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-gray-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-gray-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-red-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-orange:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-orange:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-orange:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-yellow-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-green-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-teal-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-blue-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-indigo-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-purple-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-pink-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-orange-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-orange-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-orange-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-orange-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-f3f:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-f3f:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.sm\:focus\:placeholder-f3f:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.sm\:placeholder-opacity-0::-moz-placeholder {
		--placeholder-opacity: 0 !important
	}

	.sm\:placeholder-opacity-0:-ms-input-placeholder {
		--placeholder-opacity: 0 !important
	}

	.sm\:placeholder-opacity-0::placeholder {
		--placeholder-opacity: 0 !important
	}

	.sm\:placeholder-opacity-25::-moz-placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.sm\:placeholder-opacity-25:-ms-input-placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.sm\:placeholder-opacity-25::placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.sm\:placeholder-opacity-50::-moz-placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.sm\:placeholder-opacity-50:-ms-input-placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.sm\:placeholder-opacity-50::placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.sm\:placeholder-opacity-75::-moz-placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.sm\:placeholder-opacity-75:-ms-input-placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.sm\:placeholder-opacity-75::placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.sm\:placeholder-opacity-100::-moz-placeholder {
		--placeholder-opacity: 1 !important
	}

	.sm\:placeholder-opacity-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important
	}

	.sm\:placeholder-opacity-100::placeholder {
		--placeholder-opacity: 1 !important
	}

	.sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
		--placeholder-opacity: 0 !important
	}

	.sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
		--placeholder-opacity: 0 !important
	}

	.sm\:focus\:placeholder-opacity-0:focus::placeholder {
		--placeholder-opacity: 0 !important
	}

	.sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.sm\:focus\:placeholder-opacity-25:focus::placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.sm\:focus\:placeholder-opacity-50:focus::placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.sm\:focus\:placeholder-opacity-75:focus::placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important
	}

	.sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important
	}

	.sm\:focus\:placeholder-opacity-100:focus::placeholder {
		--placeholder-opacity: 1 !important
	}

	.sm\:static {
		position: static !important
	}

	.sm\:fixed {
		position: fixed !important
	}

	.sm\:absolute {
		position: absolute !important
	}

	.sm\:relative {
		position: relative !important
	}

	.sm\:sticky {
		position: sticky !important
	}

	.sm\:inset-0 {
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important
	}

	.sm\:inset-auto {
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important
	}

	.sm\:inset-y-0 {
		top: 0 !important;
		bottom: 0 !important
	}

	.sm\:inset-x-0 {
		right: 0 !important;
		left: 0 !important
	}

	.sm\:inset-y-auto {
		top: auto !important;
		bottom: auto !important
	}

	.sm\:inset-x-auto {
		right: auto !important;
		left: auto !important
	}

	.sm\:top-0 {
		top: 0 !important
	}

	.sm\:right-0 {
		right: 0 !important
	}

	.sm\:bottom-0 {
		bottom: 0 !important
	}

	.sm\:left-0 {
		left: 0 !important
	}

	.sm\:top-auto {
		top: auto !important
	}

	.sm\:right-auto {
		right: auto !important
	}

	.sm\:bottom-auto {
		bottom: auto !important
	}

	.sm\:left-auto {
		left: auto !important
	}

	.sm\:shadow-xs {
		box-shadow: 0 0 0 1px rgba(0,0,0,.05) !important
	}

	.sm\:shadow-sm {
		box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important
	}

	.sm\:shadow {
		box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important
	}

	.sm\:shadow-md {
		box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important
	}

	.sm\:shadow-lg {
		box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important
	}

	.sm\:shadow-xl {
		box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important
	}

	.sm\:shadow-2xl {
		box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important
	}

	.sm\:shadow-inner {
		box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06) !important
	}

	.sm\:shadow-outline {
		box-shadow: 0 0 0 3px rgba(66,153,225,.5) !important
	}

	.sm\:shadow-none {
		box-shadow: none !important
	}

	.sm\:hover\:shadow-xs:hover {
		box-shadow: 0 0 0 1px rgba(0,0,0,.05) !important
	}

	.sm\:hover\:shadow-sm:hover {
		box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important
	}

	.sm\:hover\:shadow:hover {
		box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important
	}

	.sm\:hover\:shadow-md:hover {
		box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important
	}

	.sm\:hover\:shadow-lg:hover {
		box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important
	}

	.sm\:hover\:shadow-xl:hover {
		box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important
	}

	.sm\:hover\:shadow-2xl:hover {
		box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important
	}

	.sm\:hover\:shadow-inner:hover {
		box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06) !important
	}

	.sm\:hover\:shadow-outline:hover {
		box-shadow: 0 0 0 3px rgba(66,153,225,.5) !important
	}

	.sm\:hover\:shadow-none:hover {
		box-shadow: none !important
	}

	.sm\:focus\:shadow-xs:focus {
		box-shadow: 0 0 0 1px rgba(0,0,0,.05) !important
	}

	.sm\:focus\:shadow-sm:focus {
		box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important
	}

	.sm\:focus\:shadow:focus {
		box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important
	}

	.sm\:focus\:shadow-md:focus {
		box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important
	}

	.sm\:focus\:shadow-lg:focus {
		box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important
	}

	.sm\:focus\:shadow-xl:focus {
		box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important
	}

	.sm\:focus\:shadow-2xl:focus {
		box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important
	}

	.sm\:focus\:shadow-inner:focus {
		box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06) !important
	}

	.sm\:focus\:shadow-outline:focus {
		box-shadow: 0 0 0 3px rgba(66,153,225,.5) !important
	}

	.sm\:focus\:shadow-none:focus {
		box-shadow: none !important
	}

	.sm\:text-left {
		text-align: left !important
	}

	.sm\:text-center {
		text-align: center !important
	}

	.sm\:text-right {
		text-align: right !important
	}

	.sm\:text-justify {
		text-align: justify !important
	}

	.sm\:text-323 {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.sm\:text-606 {
		--text-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--text-opacity)) !important
	}

	.sm\:text-666 {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.sm\:text-979 {
		--text-opacity: 1 !important;
		color: #979797 !important;
		color: rgba(151,151,151,var(--text-opacity)) !important
	}

	.sm\:text-transparent {
		color: transparent !important
	}

	.sm\:text-current {
		color: currentColor !important
	}

	.sm\:text-black-100 {
		--text-opacity: 1 !important;
		color: #000 !important;
		color: rgba(0,0,0,var(--text-opacity)) !important
	}

	.sm\:text-black-200 {
		--text-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--text-opacity)) !important
	}

	.sm\:text-black-300 {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.sm\:text-white {
		--text-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--text-opacity)) !important
	}

	.sm\:text-gray-100 {
		--text-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--text-opacity)) !important
	}

	.sm\:text-gray-200 {
		--text-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--text-opacity)) !important
	}

	.sm\:text-gray-300 {
		--text-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--text-opacity)) !important
	}

	.sm\:text-gray-400 {
		--text-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--text-opacity)) !important
	}

	.sm\:text-gray-500 {
		--text-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--text-opacity)) !important
	}

	.sm\:text-gray-600 {
		--text-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--text-opacity)) !important
	}

	.sm\:text-gray-700 {
		--text-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--text-opacity)) !important
	}

	.sm\:text-gray-800 {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.sm\:text-red-100 {
		--text-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--text-opacity)) !important
	}

	.sm\:text-red-200 {
		--text-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--text-opacity)) !important
	}

	.sm\:text-red-300 {
		--text-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--text-opacity)) !important
	}

	.sm\:text-red-400 {
		--text-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--text-opacity)) !important
	}

	.sm\:text-red-500 {
		--text-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--text-opacity)) !important
	}

	.sm\:text-red-600 {
		--text-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--text-opacity)) !important
	}

	.sm\:text-red-700 {
		--text-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--text-opacity)) !important
	}

	.sm\:text-red-800 {
		--text-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--text-opacity)) !important
	}

	.sm\:text-red-900 {
		--text-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--text-opacity)) !important
	}

	.sm\:text-orange {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.sm\:text-yellow-100 {
		--text-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--text-opacity)) !important
	}

	.sm\:text-yellow-200 {
		--text-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--text-opacity)) !important
	}

	.sm\:text-yellow-300 {
		--text-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--text-opacity)) !important
	}

	.sm\:text-yellow-400 {
		--text-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--text-opacity)) !important
	}

	.sm\:text-yellow-500 {
		--text-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--text-opacity)) !important
	}

	.sm\:text-yellow-600 {
		--text-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--text-opacity)) !important
	}

	.sm\:text-yellow-700 {
		--text-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--text-opacity)) !important
	}

	.sm\:text-yellow-800 {
		--text-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--text-opacity)) !important
	}

	.sm\:text-yellow-900 {
		--text-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--text-opacity)) !important
	}

	.sm\:text-green-100 {
		--text-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--text-opacity)) !important
	}

	.sm\:text-green-200 {
		--text-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--text-opacity)) !important
	}

	.sm\:text-green-300 {
		--text-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--text-opacity)) !important
	}

	.sm\:text-green-400 {
		--text-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--text-opacity)) !important
	}

	.sm\:text-green-500 {
		--text-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--text-opacity)) !important
	}

	.sm\:text-green-600 {
		--text-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--text-opacity)) !important
	}

	.sm\:text-green-700 {
		--text-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--text-opacity)) !important
	}

	.sm\:text-green-800 {
		--text-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--text-opacity)) !important
	}

	.sm\:text-green-900 {
		--text-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--text-opacity)) !important
	}

	.sm\:text-teal-100 {
		--text-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--text-opacity)) !important
	}

	.sm\:text-teal-200 {
		--text-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--text-opacity)) !important
	}

	.sm\:text-teal-300 {
		--text-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--text-opacity)) !important
	}

	.sm\:text-teal-400 {
		--text-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--text-opacity)) !important
	}

	.sm\:text-teal-500 {
		--text-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--text-opacity)) !important
	}

	.sm\:text-teal-600 {
		--text-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--text-opacity)) !important
	}

	.sm\:text-teal-700 {
		--text-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--text-opacity)) !important
	}

	.sm\:text-teal-800 {
		--text-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--text-opacity)) !important
	}

	.sm\:text-teal-900 {
		--text-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--text-opacity)) !important
	}

	.sm\:text-blue-100 {
		--text-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--text-opacity)) !important
	}

	.sm\:text-blue-200 {
		--text-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--text-opacity)) !important
	}

	.sm\:text-blue-300 {
		--text-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--text-opacity)) !important
	}

	.sm\:text-blue-400 {
		--text-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--text-opacity)) !important
	}

	.sm\:text-blue-500 {
		--text-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--text-opacity)) !important
	}

	.sm\:text-blue-600 {
		--text-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--text-opacity)) !important
	}

	.sm\:text-blue-700 {
		--text-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--text-opacity)) !important
	}

	.sm\:text-blue-800 {
		--text-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--text-opacity)) !important
	}

	.sm\:text-blue-900 {
		--text-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--text-opacity)) !important
	}

	.sm\:text-indigo-100 {
		--text-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--text-opacity)) !important
	}

	.sm\:text-indigo-200 {
		--text-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--text-opacity)) !important
	}

	.sm\:text-indigo-300 {
		--text-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--text-opacity)) !important
	}

	.sm\:text-indigo-400 {
		--text-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--text-opacity)) !important
	}

	.sm\:text-indigo-500 {
		--text-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--text-opacity)) !important
	}

	.sm\:text-indigo-600 {
		--text-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--text-opacity)) !important
	}

	.sm\:text-indigo-700 {
		--text-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--text-opacity)) !important
	}

	.sm\:text-indigo-800 {
		--text-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--text-opacity)) !important
	}

	.sm\:text-indigo-900 {
		--text-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--text-opacity)) !important
	}

	.sm\:text-purple-100 {
		--text-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--text-opacity)) !important
	}

	.sm\:text-purple-200 {
		--text-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--text-opacity)) !important
	}

	.sm\:text-purple-300 {
		--text-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--text-opacity)) !important
	}

	.sm\:text-purple-400 {
		--text-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--text-opacity)) !important
	}

	.sm\:text-purple-500 {
		--text-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--text-opacity)) !important
	}

	.sm\:text-purple-600 {
		--text-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--text-opacity)) !important
	}

	.sm\:text-purple-700 {
		--text-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--text-opacity)) !important
	}

	.sm\:text-purple-800 {
		--text-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--text-opacity)) !important
	}

	.sm\:text-purple-900 {
		--text-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--text-opacity)) !important
	}

	.sm\:text-pink-100 {
		--text-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--text-opacity)) !important
	}

	.sm\:text-pink-200 {
		--text-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--text-opacity)) !important
	}

	.sm\:text-pink-300 {
		--text-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--text-opacity)) !important
	}

	.sm\:text-pink-400 {
		--text-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--text-opacity)) !important
	}

	.sm\:text-pink-500 {
		--text-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--text-opacity)) !important
	}

	.sm\:text-pink-600 {
		--text-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--text-opacity)) !important
	}

	.sm\:text-pink-700 {
		--text-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--text-opacity)) !important
	}

	.sm\:text-pink-800 {
		--text-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--text-opacity)) !important
	}

	.sm\:text-pink-900 {
		--text-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--text-opacity)) !important
	}

	.sm\:text-orange-400 {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.sm\:text-orange-500 {
		--text-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--text-opacity)) !important
	}

	.sm\:text-f3f {
		--text-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--text-opacity)) !important
	}

	.sm\:hover\:text-323:hover {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.sm\:hover\:text-606:hover {
		--text-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--text-opacity)) !important
	}

	.sm\:hover\:text-666:hover {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.sm\:hover\:text-979:hover {
		--text-opacity: 1 !important;
		color: #979797 !important;
		color: rgba(151,151,151,var(--text-opacity)) !important
	}

	.sm\:hover\:text-transparent:hover {
		color: transparent !important
	}

	.sm\:hover\:text-current:hover {
		color: currentColor !important
	}

	.sm\:hover\:text-black-100:hover {
		--text-opacity: 1 !important;
		color: #000 !important;
		color: rgba(0,0,0,var(--text-opacity)) !important
	}

	.sm\:hover\:text-black-200:hover {
		--text-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--text-opacity)) !important
	}

	.sm\:hover\:text-black-300:hover {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.sm\:hover\:text-white:hover {
		--text-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--text-opacity)) !important
	}

	.sm\:hover\:text-gray-100:hover {
		--text-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--text-opacity)) !important
	}

	.sm\:hover\:text-gray-200:hover {
		--text-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--text-opacity)) !important
	}

	.sm\:hover\:text-gray-300:hover {
		--text-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--text-opacity)) !important
	}

	.sm\:hover\:text-gray-400:hover {
		--text-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--text-opacity)) !important
	}

	.sm\:hover\:text-gray-500:hover {
		--text-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--text-opacity)) !important
	}

	.sm\:hover\:text-gray-600:hover {
		--text-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--text-opacity)) !important
	}

	.sm\:hover\:text-gray-700:hover {
		--text-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--text-opacity)) !important
	}

	.sm\:hover\:text-gray-800:hover {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.sm\:hover\:text-red-100:hover {
		--text-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--text-opacity)) !important
	}

	.sm\:hover\:text-red-200:hover {
		--text-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--text-opacity)) !important
	}

	.sm\:hover\:text-red-300:hover {
		--text-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--text-opacity)) !important
	}

	.sm\:hover\:text-red-400:hover {
		--text-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--text-opacity)) !important
	}

	.sm\:hover\:text-red-500:hover {
		--text-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--text-opacity)) !important
	}

	.sm\:hover\:text-red-600:hover {
		--text-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--text-opacity)) !important
	}

	.sm\:hover\:text-red-700:hover {
		--text-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--text-opacity)) !important
	}

	.sm\:hover\:text-red-800:hover {
		--text-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--text-opacity)) !important
	}

	.sm\:hover\:text-red-900:hover {
		--text-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--text-opacity)) !important
	}

	.sm\:hover\:text-orange:hover {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.sm\:hover\:text-yellow-100:hover {
		--text-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--text-opacity)) !important
	}

	.sm\:hover\:text-yellow-200:hover {
		--text-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--text-opacity)) !important
	}

	.sm\:hover\:text-yellow-300:hover {
		--text-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--text-opacity)) !important
	}

	.sm\:hover\:text-yellow-400:hover {
		--text-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--text-opacity)) !important
	}

	.sm\:hover\:text-yellow-500:hover {
		--text-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--text-opacity)) !important
	}

	.sm\:hover\:text-yellow-600:hover {
		--text-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--text-opacity)) !important
	}

	.sm\:hover\:text-yellow-700:hover {
		--text-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--text-opacity)) !important
	}

	.sm\:hover\:text-yellow-800:hover {
		--text-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--text-opacity)) !important
	}

	.sm\:hover\:text-yellow-900:hover {
		--text-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--text-opacity)) !important
	}

	.sm\:hover\:text-green-100:hover {
		--text-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--text-opacity)) !important
	}

	.sm\:hover\:text-green-200:hover {
		--text-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--text-opacity)) !important
	}

	.sm\:hover\:text-green-300:hover {
		--text-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--text-opacity)) !important
	}

	.sm\:hover\:text-green-400:hover {
		--text-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--text-opacity)) !important
	}

	.sm\:hover\:text-green-500:hover {
		--text-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--text-opacity)) !important
	}

	.sm\:hover\:text-green-600:hover {
		--text-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--text-opacity)) !important
	}

	.sm\:hover\:text-green-700:hover {
		--text-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--text-opacity)) !important
	}

	.sm\:hover\:text-green-800:hover {
		--text-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--text-opacity)) !important
	}

	.sm\:hover\:text-green-900:hover {
		--text-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--text-opacity)) !important
	}

	.sm\:hover\:text-teal-100:hover {
		--text-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--text-opacity)) !important
	}

	.sm\:hover\:text-teal-200:hover {
		--text-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--text-opacity)) !important
	}

	.sm\:hover\:text-teal-300:hover {
		--text-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--text-opacity)) !important
	}

	.sm\:hover\:text-teal-400:hover {
		--text-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--text-opacity)) !important
	}

	.sm\:hover\:text-teal-500:hover {
		--text-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--text-opacity)) !important
	}

	.sm\:hover\:text-teal-600:hover {
		--text-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--text-opacity)) !important
	}

	.sm\:hover\:text-teal-700:hover {
		--text-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--text-opacity)) !important
	}

	.sm\:hover\:text-teal-800:hover {
		--text-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--text-opacity)) !important
	}

	.sm\:hover\:text-teal-900:hover {
		--text-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--text-opacity)) !important
	}

	.sm\:hover\:text-blue-100:hover {
		--text-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--text-opacity)) !important
	}

	.sm\:hover\:text-blue-200:hover {
		--text-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--text-opacity)) !important
	}

	.sm\:hover\:text-blue-300:hover {
		--text-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--text-opacity)) !important
	}

	.sm\:hover\:text-blue-400:hover {
		--text-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--text-opacity)) !important
	}

	.sm\:hover\:text-blue-500:hover {
		--text-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--text-opacity)) !important
	}

	.sm\:hover\:text-blue-600:hover {
		--text-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--text-opacity)) !important
	}

	.sm\:hover\:text-blue-700:hover {
		--text-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--text-opacity)) !important
	}

	.sm\:hover\:text-blue-800:hover {
		--text-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--text-opacity)) !important
	}

	.sm\:hover\:text-blue-900:hover {
		--text-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--text-opacity)) !important
	}

	.sm\:hover\:text-indigo-100:hover {
		--text-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--text-opacity)) !important
	}

	.sm\:hover\:text-indigo-200:hover {
		--text-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--text-opacity)) !important
	}

	.sm\:hover\:text-indigo-300:hover {
		--text-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--text-opacity)) !important
	}

	.sm\:hover\:text-indigo-400:hover {
		--text-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--text-opacity)) !important
	}

	.sm\:hover\:text-indigo-500:hover {
		--text-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--text-opacity)) !important
	}

	.sm\:hover\:text-indigo-600:hover {
		--text-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--text-opacity)) !important
	}

	.sm\:hover\:text-indigo-700:hover {
		--text-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--text-opacity)) !important
	}

	.sm\:hover\:text-indigo-800:hover {
		--text-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--text-opacity)) !important
	}

	.sm\:hover\:text-indigo-900:hover {
		--text-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--text-opacity)) !important
	}

	.sm\:hover\:text-purple-100:hover {
		--text-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--text-opacity)) !important
	}

	.sm\:hover\:text-purple-200:hover {
		--text-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--text-opacity)) !important
	}

	.sm\:hover\:text-purple-300:hover {
		--text-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--text-opacity)) !important
	}

	.sm\:hover\:text-purple-400:hover {
		--text-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--text-opacity)) !important
	}

	.sm\:hover\:text-purple-500:hover {
		--text-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--text-opacity)) !important
	}

	.sm\:hover\:text-purple-600:hover {
		--text-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--text-opacity)) !important
	}

	.sm\:hover\:text-purple-700:hover {
		--text-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--text-opacity)) !important
	}

	.sm\:hover\:text-purple-800:hover {
		--text-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--text-opacity)) !important
	}

	.sm\:hover\:text-purple-900:hover {
		--text-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--text-opacity)) !important
	}

	.sm\:hover\:text-pink-100:hover {
		--text-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--text-opacity)) !important
	}

	.sm\:hover\:text-pink-200:hover {
		--text-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--text-opacity)) !important
	}

	.sm\:hover\:text-pink-300:hover {
		--text-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--text-opacity)) !important
	}

	.sm\:hover\:text-pink-400:hover {
		--text-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--text-opacity)) !important
	}

	.sm\:hover\:text-pink-500:hover {
		--text-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--text-opacity)) !important
	}

	.sm\:hover\:text-pink-600:hover {
		--text-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--text-opacity)) !important
	}

	.sm\:hover\:text-pink-700:hover {
		--text-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--text-opacity)) !important
	}

	.sm\:hover\:text-pink-800:hover {
		--text-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--text-opacity)) !important
	}

	.sm\:hover\:text-pink-900:hover {
		--text-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--text-opacity)) !important
	}

	.sm\:hover\:text-orange-400:hover {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.sm\:hover\:text-orange-500:hover {
		--text-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--text-opacity)) !important
	}

	.sm\:hover\:text-f3f:hover {
		--text-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--text-opacity)) !important
	}

	.sm\:focus\:text-323:focus {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.sm\:focus\:text-606:focus {
		--text-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--text-opacity)) !important
	}

	.sm\:focus\:text-666:focus {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.sm\:focus\:text-979:focus {
		--text-opacity: 1 !important;
		color: #979797 !important;
		color: rgba(151,151,151,var(--text-opacity)) !important
	}

	.sm\:focus\:text-transparent:focus {
		color: transparent !important
	}

	.sm\:focus\:text-current:focus {
		color: currentColor !important
	}

	.sm\:focus\:text-black-100:focus {
		--text-opacity: 1 !important;
		color: #000 !important;
		color: rgba(0,0,0,var(--text-opacity)) !important
	}

	.sm\:focus\:text-black-200:focus {
		--text-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--text-opacity)) !important
	}

	.sm\:focus\:text-black-300:focus {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.sm\:focus\:text-white:focus {
		--text-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--text-opacity)) !important
	}

	.sm\:focus\:text-gray-100:focus {
		--text-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--text-opacity)) !important
	}

	.sm\:focus\:text-gray-200:focus {
		--text-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--text-opacity)) !important
	}

	.sm\:focus\:text-gray-300:focus {
		--text-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--text-opacity)) !important
	}

	.sm\:focus\:text-gray-400:focus {
		--text-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--text-opacity)) !important
	}

	.sm\:focus\:text-gray-500:focus {
		--text-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--text-opacity)) !important
	}

	.sm\:focus\:text-gray-600:focus {
		--text-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--text-opacity)) !important
	}

	.sm\:focus\:text-gray-700:focus {
		--text-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--text-opacity)) !important
	}

	.sm\:focus\:text-gray-800:focus {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.sm\:focus\:text-red-100:focus {
		--text-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--text-opacity)) !important
	}

	.sm\:focus\:text-red-200:focus {
		--text-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--text-opacity)) !important
	}

	.sm\:focus\:text-red-300:focus {
		--text-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--text-opacity)) !important
	}

	.sm\:focus\:text-red-400:focus {
		--text-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--text-opacity)) !important
	}

	.sm\:focus\:text-red-500:focus {
		--text-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--text-opacity)) !important
	}

	.sm\:focus\:text-red-600:focus {
		--text-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--text-opacity)) !important
	}

	.sm\:focus\:text-red-700:focus {
		--text-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--text-opacity)) !important
	}

	.sm\:focus\:text-red-800:focus {
		--text-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--text-opacity)) !important
	}

	.sm\:focus\:text-red-900:focus {
		--text-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--text-opacity)) !important
	}

	.sm\:focus\:text-orange:focus {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.sm\:focus\:text-yellow-100:focus {
		--text-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--text-opacity)) !important
	}

	.sm\:focus\:text-yellow-200:focus {
		--text-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--text-opacity)) !important
	}

	.sm\:focus\:text-yellow-300:focus {
		--text-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--text-opacity)) !important
	}

	.sm\:focus\:text-yellow-400:focus {
		--text-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--text-opacity)) !important
	}

	.sm\:focus\:text-yellow-500:focus {
		--text-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--text-opacity)) !important
	}

	.sm\:focus\:text-yellow-600:focus {
		--text-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--text-opacity)) !important
	}

	.sm\:focus\:text-yellow-700:focus {
		--text-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--text-opacity)) !important
	}

	.sm\:focus\:text-yellow-800:focus {
		--text-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--text-opacity)) !important
	}

	.sm\:focus\:text-yellow-900:focus {
		--text-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--text-opacity)) !important
	}

	.sm\:focus\:text-green-100:focus {
		--text-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--text-opacity)) !important
	}

	.sm\:focus\:text-green-200:focus {
		--text-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--text-opacity)) !important
	}

	.sm\:focus\:text-green-300:focus {
		--text-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--text-opacity)) !important
	}

	.sm\:focus\:text-green-400:focus {
		--text-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--text-opacity)) !important
	}

	.sm\:focus\:text-green-500:focus {
		--text-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--text-opacity)) !important
	}

	.sm\:focus\:text-green-600:focus {
		--text-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--text-opacity)) !important
	}

	.sm\:focus\:text-green-700:focus {
		--text-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--text-opacity)) !important
	}

	.sm\:focus\:text-green-800:focus {
		--text-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--text-opacity)) !important
	}

	.sm\:focus\:text-green-900:focus {
		--text-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--text-opacity)) !important
	}

	.sm\:focus\:text-teal-100:focus {
		--text-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--text-opacity)) !important
	}

	.sm\:focus\:text-teal-200:focus {
		--text-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--text-opacity)) !important
	}

	.sm\:focus\:text-teal-300:focus {
		--text-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--text-opacity)) !important
	}

	.sm\:focus\:text-teal-400:focus {
		--text-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--text-opacity)) !important
	}

	.sm\:focus\:text-teal-500:focus {
		--text-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--text-opacity)) !important
	}

	.sm\:focus\:text-teal-600:focus {
		--text-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--text-opacity)) !important
	}

	.sm\:focus\:text-teal-700:focus {
		--text-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--text-opacity)) !important
	}

	.sm\:focus\:text-teal-800:focus {
		--text-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--text-opacity)) !important
	}

	.sm\:focus\:text-teal-900:focus {
		--text-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--text-opacity)) !important
	}

	.sm\:focus\:text-blue-100:focus {
		--text-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--text-opacity)) !important
	}

	.sm\:focus\:text-blue-200:focus {
		--text-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--text-opacity)) !important
	}

	.sm\:focus\:text-blue-300:focus {
		--text-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--text-opacity)) !important
	}

	.sm\:focus\:text-blue-400:focus {
		--text-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--text-opacity)) !important
	}

	.sm\:focus\:text-blue-500:focus {
		--text-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--text-opacity)) !important
	}

	.sm\:focus\:text-blue-600:focus {
		--text-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--text-opacity)) !important
	}

	.sm\:focus\:text-blue-700:focus {
		--text-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--text-opacity)) !important
	}

	.sm\:focus\:text-blue-800:focus {
		--text-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--text-opacity)) !important
	}

	.sm\:focus\:text-blue-900:focus {
		--text-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--text-opacity)) !important
	}

	.sm\:focus\:text-indigo-100:focus {
		--text-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--text-opacity)) !important
	}

	.sm\:focus\:text-indigo-200:focus {
		--text-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--text-opacity)) !important
	}

	.sm\:focus\:text-indigo-300:focus {
		--text-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--text-opacity)) !important
	}

	.sm\:focus\:text-indigo-400:focus {
		--text-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--text-opacity)) !important
	}

	.sm\:focus\:text-indigo-500:focus {
		--text-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--text-opacity)) !important
	}

	.sm\:focus\:text-indigo-600:focus {
		--text-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--text-opacity)) !important
	}

	.sm\:focus\:text-indigo-700:focus {
		--text-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--text-opacity)) !important
	}

	.sm\:focus\:text-indigo-800:focus {
		--text-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--text-opacity)) !important
	}

	.sm\:focus\:text-indigo-900:focus {
		--text-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--text-opacity)) !important
	}

	.sm\:focus\:text-purple-100:focus {
		--text-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--text-opacity)) !important
	}

	.sm\:focus\:text-purple-200:focus {
		--text-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--text-opacity)) !important
	}

	.sm\:focus\:text-purple-300:focus {
		--text-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--text-opacity)) !important
	}

	.sm\:focus\:text-purple-400:focus {
		--text-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--text-opacity)) !important
	}

	.sm\:focus\:text-purple-500:focus {
		--text-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--text-opacity)) !important
	}

	.sm\:focus\:text-purple-600:focus {
		--text-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--text-opacity)) !important
	}

	.sm\:focus\:text-purple-700:focus {
		--text-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--text-opacity)) !important
	}

	.sm\:focus\:text-purple-800:focus {
		--text-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--text-opacity)) !important
	}

	.sm\:focus\:text-purple-900:focus {
		--text-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--text-opacity)) !important
	}

	.sm\:focus\:text-pink-100:focus {
		--text-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--text-opacity)) !important
	}

	.sm\:focus\:text-pink-200:focus {
		--text-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--text-opacity)) !important
	}

	.sm\:focus\:text-pink-300:focus {
		--text-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--text-opacity)) !important
	}

	.sm\:focus\:text-pink-400:focus {
		--text-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--text-opacity)) !important
	}

	.sm\:focus\:text-pink-500:focus {
		--text-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--text-opacity)) !important
	}

	.sm\:focus\:text-pink-600:focus {
		--text-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--text-opacity)) !important
	}

	.sm\:focus\:text-pink-700:focus {
		--text-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--text-opacity)) !important
	}

	.sm\:focus\:text-pink-800:focus {
		--text-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--text-opacity)) !important
	}

	.sm\:focus\:text-pink-900:focus {
		--text-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--text-opacity)) !important
	}

	.sm\:focus\:text-orange-400:focus {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.sm\:focus\:text-orange-500:focus {
		--text-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--text-opacity)) !important
	}

	.sm\:focus\:text-f3f:focus {
		--text-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--text-opacity)) !important
	}

	.sm\:text-opacity-0 {
		--text-opacity: 0 !important
	}

	.sm\:text-opacity-25 {
		--text-opacity: 0.25 !important
	}

	.sm\:text-opacity-50 {
		--text-opacity: 0.5 !important
	}

	.sm\:text-opacity-75 {
		--text-opacity: 0.75 !important
	}

	.sm\:text-opacity-100 {
		--text-opacity: 1 !important
	}

	.sm\:hover\:text-opacity-0:hover {
		--text-opacity: 0 !important
	}

	.sm\:hover\:text-opacity-25:hover {
		--text-opacity: 0.25 !important
	}

	.sm\:hover\:text-opacity-50:hover {
		--text-opacity: 0.5 !important
	}

	.sm\:hover\:text-opacity-75:hover {
		--text-opacity: 0.75 !important
	}

	.sm\:hover\:text-opacity-100:hover {
		--text-opacity: 1 !important
	}

	.sm\:focus\:text-opacity-0:focus {
		--text-opacity: 0 !important
	}

	.sm\:focus\:text-opacity-25:focus {
		--text-opacity: 0.25 !important
	}

	.sm\:focus\:text-opacity-50:focus {
		--text-opacity: 0.5 !important
	}

	.sm\:focus\:text-opacity-75:focus {
		--text-opacity: 0.75 !important
	}

	.sm\:focus\:text-opacity-100:focus {
		--text-opacity: 1 !important
	}

	.sm\:italic {
		font-style: italic !important
	}

	.sm\:not-italic {
		font-style: normal !important
	}

	.sm\:uppercase {
		text-transform: uppercase !important
	}

	.sm\:lowercase {
		text-transform: lowercase !important
	}

	.sm\:capitalize {
		text-transform: capitalize !important
	}

	.sm\:normal-case {
		text-transform: none !important
	}

	.sm\:underline {
		text-decoration: underline !important
	}

	.sm\:line-through {
		text-decoration: line-through !important
	}

	.sm\:no-underline {
		text-decoration: none !important
	}

	.sm\:hover\:underline:hover {
		text-decoration: underline !important
	}

	.sm\:hover\:line-through:hover {
		text-decoration: line-through !important
	}

	.sm\:hover\:no-underline:hover {
		text-decoration: none !important
	}

	.sm\:focus\:underline:focus {
		text-decoration: underline !important
	}

	.sm\:focus\:line-through:focus {
		text-decoration: line-through !important
	}

	.sm\:focus\:no-underline:focus {
		text-decoration: none !important
	}

	.sm\:antialiased {
		-webkit-font-smoothing: antialiased !important;
		-moz-osx-font-smoothing: grayscale !important
	}

	.sm\:subpixel-antialiased {
		-webkit-font-smoothing: auto !important;
		-moz-osx-font-smoothing: auto !important
	}

	.sm\:diagonal-fractions, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:ordinal, .sm\:proportional-nums, .sm\:slashed-zero, .sm\:stacked-fractions, .sm\:tabular-nums {
		--font-variant-numeric-ordinal: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		--font-variant-numeric-slashed-zero: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		--font-variant-numeric-figure: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		--font-variant-numeric-spacing: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		--font-variant-numeric-fraction: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important
	}

	.sm\:normal-nums {
		font-variant-numeric: normal !important
	}

	.sm\:ordinal {
		--font-variant-numeric-ordinal: ordinal !important
	}

	.sm\:slashed-zero {
		--font-variant-numeric-slashed-zero: slashed-zero !important
	}

	.sm\:lining-nums {
		--font-variant-numeric-figure: lining-nums !important
	}

	.sm\:oldstyle-nums {
		--font-variant-numeric-figure: oldstyle-nums !important
	}

	.sm\:proportional-nums {
		--font-variant-numeric-spacing: proportional-nums !important
	}

	.sm\:tabular-nums {
		--font-variant-numeric-spacing: tabular-nums !important
	}

	.sm\:diagonal-fractions {
		--font-variant-numeric-fraction: diagonal-fractions !important
	}

	.sm\:stacked-fractions {
		--font-variant-numeric-fraction: stacked-fractions !important
	}

	.sm\:tracking-tighter {
		letter-spacing: -.05em !important
	}

	.sm\:tracking-tight {
		letter-spacing: -.025em !important
	}

	.sm\:tracking-normal {
		letter-spacing: 0 !important
	}

	.sm\:tracking-wide {
		letter-spacing: .025em !important
	}

	.sm\:tracking-wider {
		letter-spacing: .05em !important
	}

	.sm\:tracking-widest {
		letter-spacing: .1em !important
	}

	.sm\:align-baseline {
		vertical-align: baseline !important
	}

	.sm\:align-top {
		vertical-align: top !important
	}

	.sm\:align-middle {
		vertical-align: middle !important
	}

	.sm\:align-bottom {
		vertical-align: bottom !important
	}

	.sm\:align-text-top {
		vertical-align: text-top !important
	}

	.sm\:align-text-bottom {
		vertical-align: text-bottom !important
	}

	.sm\:visible {
		visibility: visible !important
	}

	.sm\:invisible {
		visibility: hidden !important
	}

	.sm\:whitespace-normal {
		white-space: normal !important
	}

	.sm\:whitespace-no-wrap {
		white-space: nowrap !important
	}

	.sm\:whitespace-pre {
		white-space: pre !important
	}

	.sm\:whitespace-pre-line {
		white-space: pre-line !important
	}

	.sm\:whitespace-pre-wrap {
		white-space: pre-wrap !important
	}

	.sm\:break-normal {
		word-wrap: normal !important;
		overflow-wrap: normal !important;
		word-break: normal !important
	}

	.sm\:break-words {
		word-wrap: break-word !important;
		overflow-wrap: break-word !important
	}

	.sm\:break-all {
		word-break: break-all !important
	}

	.sm\:truncate {
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important
	}

	.sm\:w-0 {
		width: 0 !important
	}

	.sm\:w-1 {
		width: .25rem !important
	}

	.sm\:w-2 {
		width: .5rem !important
	}

	.sm\:w-3 {
		width: .75rem !important
	}

	.sm\:w-4 {
		width: 1rem !important
	}

	.sm\:w-5 {
		width: 1.25rem !important
	}

	.sm\:w-6 {
		width: 1.5rem !important
	}

	.sm\:w-8 {
		width: 2rem !important
	}

	.sm\:w-9 {
		width: 2.25rem !important
	}

	.sm\:w-10 {
		width: 2.5rem !important
	}

	.sm\:w-11 {
		width: 2.75rem !important
	}

	.sm\:w-12 {
		width: 3rem !important
	}

	.sm\:w-16 {
		width: 4rem !important
	}

	.sm\:w-20 {
		width: 5rem !important
	}

	.sm\:w-24 {
		width: 6rem !important
	}

	.sm\:w-28 {
		width: 7rem !important
	}

	.sm\:w-32 {
		width: 8rem !important
	}

	.sm\:w-35 {
		width: 8.75rem !important
	}

	.sm\:w-40 {
		width: 10rem !important
	}

	.sm\:w-44 {
		width: 11rem !important
	}

	.sm\:w-48 {
		width: 12rem !important
	}

	.sm\:w-54 {
		width: 13.5rem !important
	}

	.sm\:w-56 {
		width: 14rem !important
	}

	.sm\:w-60 {
		width: 15rem !important
	}

	.sm\:w-64 {
		width: 16rem !important
	}

	.sm\:w-80 {
		width: 20rem !important
	}

	.sm\:w-92 {
		width: 23rem !important
	}

	.sm\:w-120 {
		width: 30rem !important
	}

	.sm\:w-135 {
		width: 33.75rem !important
	}

	.sm\:w-180 {
		width: 45rem !important
	}

	.sm\:w-200 {
		width: 50rem !important
	}

	.sm\:w-230 {
		width: 57.5rem !important
	}

	.sm\:w-320 {
		width: 80rem !important
	}

	.sm\:w-480 {
		width: 120rem !important
	}

	.sm\:w-520 {
		width: 130rem !important
	}

	.sm\:w-auto {
		width: auto !important
	}

	.sm\:w-px {
		width: 1px !important
	}

	.sm\:w--50 {
		width: -50px !important
	}

	.sm\:w-1\/2 {
		width: 50% !important
	}

	.sm\:w-1\/3 {
		width: 33.333333% !important
	}

	.sm\:w-2\/3 {
		width: 66.666667% !important
	}

	.sm\:w-1\/4 {
		width: 25% !important
	}

	.sm\:w-2\/4 {
		width: 50% !important
	}

	.sm\:w-3\/4 {
		width: 75% !important
	}

	.sm\:w-1\/5 {
		width: 20% !important
	}

	.sm\:w-2\/5 {
		width: 40% !important
	}

	.sm\:w-3\/5 {
		width: 60% !important
	}

	.sm\:w-4\/5 {
		width: 80% !important
	}

	.sm\:w-1\/6 {
		width: 16.666667% !important
	}

	.sm\:w-2\/6 {
		width: 33.333333% !important
	}

	.sm\:w-3\/6 {
		width: 50% !important
	}

	.sm\:w-4\/6 {
		width: 66.666667% !important
	}

	.sm\:w-5\/6 {
		width: 83.333333% !important
	}

	.sm\:w-1\/12 {
		width: 8.333333% !important
	}

	.sm\:w-2\/12 {
		width: 16.666667% !important
	}

	.sm\:w-3\/12 {
		width: 25% !important
	}

	.sm\:w-4\/12 {
		width: 33.333333% !important
	}

	.sm\:w-5\/12 {
		width: 41.666667% !important
	}

	.sm\:w-6\/12 {
		width: 50% !important
	}

	.sm\:w-7\/12 {
		width: 58.333333% !important
	}

	.sm\:w-8\/12 {
		width: 66.666667% !important
	}

	.sm\:w-9\/12 {
		width: 75% !important
	}

	.sm\:w-10\/12 {
		width: 83.333333% !important
	}

	.sm\:w-11\/12 {
		width: 91.666667% !important
	}

	.sm\:w-full {
		width: 100% !important
	}

	.sm\:w-screen {
		width: 100vw !important
	}

	.sm\:w-fit {
		width: -webkit-fit-content !important;
		width: -moz-fit-content !important;
		width: fit-content !important
	}

	.sm\:w-min {
		width: -webkit-min-content !important;
		width: -moz-min-content !important;
		width: min-content !important
	}

	.sm\:w-max {
		width: -webkit-max-content !important;
		width: -moz-max-content !important;
		width: max-content !important
	}

	.sm\:w-full_plus_15 {
		width: calc(100% + 3.75rem) !important
	}

	.sm\:w-full_plus_30 {
		width: calc(100% + 7.5rem) !important
	}

	.sm\:w-full_plus_40 {
		width: calc(100% + 10rem) !important
	}

	.sm\:z-0 {
		z-index: 0 !important
	}

	.sm\:z-10 {
		z-index: 10 !important
	}

	.sm\:z-20 {
		z-index: 20 !important
	}

	.sm\:z-30 {
		z-index: 30 !important
	}

	.sm\:z-40 {
		z-index: 40 !important
	}

	.sm\:z-50 {
		z-index: 50 !important
	}

	.sm\:z-100 {
		z-index: 100 !important
	}

	.sm\:z-auto {
		z-index: auto !important
	}

	.sm\:gap-0 {
		grid-gap: 0 !important;
		gap: 0 !important
	}

	.sm\:gap-1 {
		grid-gap: .25rem !important;
		gap: .25rem !important
	}

	.sm\:gap-2 {
		grid-gap: .5rem !important;
		gap: .5rem !important
	}

	.sm\:gap-3 {
		grid-gap: .75rem !important;
		gap: .75rem !important
	}

	.sm\:gap-4 {
		grid-gap: 1rem !important;
		gap: 1rem !important
	}

	.sm\:gap-5 {
		grid-gap: 1.25rem !important;
		gap: 1.25rem !important
	}

	.sm\:gap-6 {
		grid-gap: 1.5rem !important;
		gap: 1.5rem !important
	}

	.sm\:gap-8 {
		grid-gap: 2rem !important;
		gap: 2rem !important
	}

	.sm\:gap-10 {
		grid-gap: 2.5rem !important;
		gap: 2.5rem !important
	}

	.sm\:gap-12 {
		grid-gap: 3rem !important;
		gap: 3rem !important
	}

	.sm\:gap-16 {
		grid-gap: 4rem !important;
		gap: 4rem !important
	}

	.sm\:gap-20 {
		grid-gap: 5rem !important;
		gap: 5rem !important
	}

	.sm\:gap-24 {
		grid-gap: 6rem !important;
		gap: 6rem !important
	}

	.sm\:gap-32 {
		grid-gap: 8rem !important;
		gap: 8rem !important
	}

	.sm\:gap-40 {
		grid-gap: 10rem !important;
		gap: 10rem !important
	}

	.sm\:gap-48 {
		grid-gap: 12rem !important;
		gap: 12rem !important
	}

	.sm\:gap-56 {
		grid-gap: 14rem !important;
		gap: 14rem !important
	}

	.sm\:gap-64 {
		grid-gap: 16rem !important;
		gap: 16rem !important
	}

	.sm\:gap-px {
		grid-gap: 1px !important;
		gap: 1px !important
	}

	.sm\:-gap-50 {
		grid-gap: -50px !important;
		gap: -50px !important
	}

	.sm\:col-gap-0 {
		grid-column-gap: 0 !important;
		-moz-column-gap: 0 !important;
		column-gap: 0 !important
	}

	.sm\:col-gap-1 {
		grid-column-gap: .25rem !important;
		-moz-column-gap: .25rem !important;
		column-gap: .25rem !important
	}

	.sm\:col-gap-2 {
		grid-column-gap: .5rem !important;
		-moz-column-gap: .5rem !important;
		column-gap: .5rem !important
	}

	.sm\:col-gap-3 {
		grid-column-gap: .75rem !important;
		-moz-column-gap: .75rem !important;
		column-gap: .75rem !important
	}

	.sm\:col-gap-4 {
		grid-column-gap: 1rem !important;
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important
	}

	.sm\:col-gap-5 {
		grid-column-gap: 1.25rem !important;
		-moz-column-gap: 1.25rem !important;
		column-gap: 1.25rem !important
	}

	.sm\:col-gap-6 {
		grid-column-gap: 1.5rem !important;
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important
	}

	.sm\:col-gap-8 {
		grid-column-gap: 2rem !important;
		-moz-column-gap: 2rem !important;
		column-gap: 2rem !important
	}

	.sm\:col-gap-10 {
		grid-column-gap: 2.5rem !important;
		-moz-column-gap: 2.5rem !important;
		column-gap: 2.5rem !important
	}

	.sm\:col-gap-12 {
		grid-column-gap: 3rem !important;
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important
	}

	.sm\:col-gap-16 {
		grid-column-gap: 4rem !important;
		-moz-column-gap: 4rem !important;
		column-gap: 4rem !important
	}

	.sm\:col-gap-20 {
		grid-column-gap: 5rem !important;
		-moz-column-gap: 5rem !important;
		column-gap: 5rem !important
	}

	.sm\:col-gap-24 {
		grid-column-gap: 6rem !important;
		-moz-column-gap: 6rem !important;
		column-gap: 6rem !important
	}

	.sm\:col-gap-32 {
		grid-column-gap: 8rem !important;
		-moz-column-gap: 8rem !important;
		column-gap: 8rem !important
	}

	.sm\:col-gap-40 {
		grid-column-gap: 10rem !important;
		-moz-column-gap: 10rem !important;
		column-gap: 10rem !important
	}

	.sm\:col-gap-48 {
		grid-column-gap: 12rem !important;
		-moz-column-gap: 12rem !important;
		column-gap: 12rem !important
	}

	.sm\:col-gap-56 {
		grid-column-gap: 14rem !important;
		-moz-column-gap: 14rem !important;
		column-gap: 14rem !important
	}

	.sm\:col-gap-64 {
		grid-column-gap: 16rem !important;
		-moz-column-gap: 16rem !important;
		column-gap: 16rem !important
	}

	.sm\:col-gap-px {
		grid-column-gap: 1px !important;
		-moz-column-gap: 1px !important;
		column-gap: 1px !important
	}

	.sm\:-col-gap-50 {
		grid-column-gap: -50px !important;
		-moz-column-gap: -50px !important;
		column-gap: -50px !important
	}

	.sm\:gap-x-0 {
		grid-column-gap: 0 !important;
		-moz-column-gap: 0 !important;
		column-gap: 0 !important
	}

	.sm\:gap-x-1 {
		grid-column-gap: .25rem !important;
		-moz-column-gap: .25rem !important;
		column-gap: .25rem !important
	}

	.sm\:gap-x-2 {
		grid-column-gap: .5rem !important;
		-moz-column-gap: .5rem !important;
		column-gap: .5rem !important
	}

	.sm\:gap-x-3 {
		grid-column-gap: .75rem !important;
		-moz-column-gap: .75rem !important;
		column-gap: .75rem !important
	}

	.sm\:gap-x-4 {
		grid-column-gap: 1rem !important;
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important
	}

	.sm\:gap-x-5 {
		grid-column-gap: 1.25rem !important;
		-moz-column-gap: 1.25rem !important;
		column-gap: 1.25rem !important
	}

	.sm\:gap-x-6 {
		grid-column-gap: 1.5rem !important;
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important
	}

	.sm\:gap-x-8 {
		grid-column-gap: 2rem !important;
		-moz-column-gap: 2rem !important;
		column-gap: 2rem !important
	}

	.sm\:gap-x-10 {
		grid-column-gap: 2.5rem !important;
		-moz-column-gap: 2.5rem !important;
		column-gap: 2.5rem !important
	}

	.sm\:gap-x-12 {
		grid-column-gap: 3rem !important;
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important
	}

	.sm\:gap-x-16 {
		grid-column-gap: 4rem !important;
		-moz-column-gap: 4rem !important;
		column-gap: 4rem !important
	}

	.sm\:gap-x-20 {
		grid-column-gap: 5rem !important;
		-moz-column-gap: 5rem !important;
		column-gap: 5rem !important
	}

	.sm\:gap-x-24 {
		grid-column-gap: 6rem !important;
		-moz-column-gap: 6rem !important;
		column-gap: 6rem !important
	}

	.sm\:gap-x-32 {
		grid-column-gap: 8rem !important;
		-moz-column-gap: 8rem !important;
		column-gap: 8rem !important
	}

	.sm\:gap-x-40 {
		grid-column-gap: 10rem !important;
		-moz-column-gap: 10rem !important;
		column-gap: 10rem !important
	}

	.sm\:gap-x-48 {
		grid-column-gap: 12rem !important;
		-moz-column-gap: 12rem !important;
		column-gap: 12rem !important
	}

	.sm\:gap-x-56 {
		grid-column-gap: 14rem !important;
		-moz-column-gap: 14rem !important;
		column-gap: 14rem !important
	}

	.sm\:gap-x-64 {
		grid-column-gap: 16rem !important;
		-moz-column-gap: 16rem !important;
		column-gap: 16rem !important
	}

	.sm\:gap-x-px {
		grid-column-gap: 1px !important;
		-moz-column-gap: 1px !important;
		column-gap: 1px !important
	}

	.sm\:-gap-x-50 {
		grid-column-gap: -50px !important;
		-moz-column-gap: -50px !important;
		column-gap: -50px !important
	}

	.sm\:row-gap-0 {
		grid-row-gap: 0 !important;
		row-gap: 0 !important
	}

	.sm\:row-gap-1 {
		grid-row-gap: .25rem !important;
		row-gap: .25rem !important
	}

	.sm\:row-gap-2 {
		grid-row-gap: .5rem !important;
		row-gap: .5rem !important
	}

	.sm\:row-gap-3 {
		grid-row-gap: .75rem !important;
		row-gap: .75rem !important
	}

	.sm\:row-gap-4 {
		grid-row-gap: 1rem !important;
		row-gap: 1rem !important
	}

	.sm\:row-gap-5 {
		grid-row-gap: 1.25rem !important;
		row-gap: 1.25rem !important
	}

	.sm\:row-gap-6 {
		grid-row-gap: 1.5rem !important;
		row-gap: 1.5rem !important
	}

	.sm\:row-gap-8 {
		grid-row-gap: 2rem !important;
		row-gap: 2rem !important
	}

	.sm\:row-gap-10 {
		grid-row-gap: 2.5rem !important;
		row-gap: 2.5rem !important
	}

	.sm\:row-gap-12 {
		grid-row-gap: 3rem !important;
		row-gap: 3rem !important
	}

	.sm\:row-gap-16 {
		grid-row-gap: 4rem !important;
		row-gap: 4rem !important
	}

	.sm\:row-gap-20 {
		grid-row-gap: 5rem !important;
		row-gap: 5rem !important
	}

	.sm\:row-gap-24 {
		grid-row-gap: 6rem !important;
		row-gap: 6rem !important
	}

	.sm\:row-gap-32 {
		grid-row-gap: 8rem !important;
		row-gap: 8rem !important
	}

	.sm\:row-gap-40 {
		grid-row-gap: 10rem !important;
		row-gap: 10rem !important
	}

	.sm\:row-gap-48 {
		grid-row-gap: 12rem !important;
		row-gap: 12rem !important
	}

	.sm\:row-gap-56 {
		grid-row-gap: 14rem !important;
		row-gap: 14rem !important
	}

	.sm\:row-gap-64 {
		grid-row-gap: 16rem !important;
		row-gap: 16rem !important
	}

	.sm\:row-gap-px {
		grid-row-gap: 1px !important;
		row-gap: 1px !important
	}

	.sm\:-row-gap-50 {
		grid-row-gap: -50px !important;
		row-gap: -50px !important
	}

	.sm\:gap-y-0 {
		grid-row-gap: 0 !important;
		row-gap: 0 !important
	}

	.sm\:gap-y-1 {
		grid-row-gap: .25rem !important;
		row-gap: .25rem !important
	}

	.sm\:gap-y-2 {
		grid-row-gap: .5rem !important;
		row-gap: .5rem !important
	}

	.sm\:gap-y-3 {
		grid-row-gap: .75rem !important;
		row-gap: .75rem !important
	}

	.sm\:gap-y-4 {
		grid-row-gap: 1rem !important;
		row-gap: 1rem !important
	}

	.sm\:gap-y-5 {
		grid-row-gap: 1.25rem !important;
		row-gap: 1.25rem !important
	}

	.sm\:gap-y-6 {
		grid-row-gap: 1.5rem !important;
		row-gap: 1.5rem !important
	}

	.sm\:gap-y-8 {
		grid-row-gap: 2rem !important;
		row-gap: 2rem !important
	}

	.sm\:gap-y-10 {
		grid-row-gap: 2.5rem !important;
		row-gap: 2.5rem !important
	}

	.sm\:gap-y-12 {
		grid-row-gap: 3rem !important;
		row-gap: 3rem !important
	}

	.sm\:gap-y-16 {
		grid-row-gap: 4rem !important;
		row-gap: 4rem !important
	}

	.sm\:gap-y-20 {
		grid-row-gap: 5rem !important;
		row-gap: 5rem !important
	}

	.sm\:gap-y-24 {
		grid-row-gap: 6rem !important;
		row-gap: 6rem !important
	}

	.sm\:gap-y-32 {
		grid-row-gap: 8rem !important;
		row-gap: 8rem !important
	}

	.sm\:gap-y-40 {
		grid-row-gap: 10rem !important;
		row-gap: 10rem !important
	}

	.sm\:gap-y-48 {
		grid-row-gap: 12rem !important;
		row-gap: 12rem !important
	}

	.sm\:gap-y-56 {
		grid-row-gap: 14rem !important;
		row-gap: 14rem !important
	}

	.sm\:gap-y-64 {
		grid-row-gap: 16rem !important;
		row-gap: 16rem !important
	}

	.sm\:gap-y-px {
		grid-row-gap: 1px !important;
		row-gap: 1px !important
	}

	.sm\:-gap-y-50 {
		grid-row-gap: -50px !important;
		row-gap: -50px !important
	}

	.sm\:grid-flow-row {
		grid-auto-flow: row !important
	}

	.sm\:grid-flow-col {
		grid-auto-flow: column !important
	}

	.sm\:grid-flow-row-dense {
		grid-auto-flow: row dense !important
	}

	.sm\:grid-flow-col-dense {
		grid-auto-flow: column dense !important
	}

	.sm\:grid-cols-1 {
		grid-template-columns: repeat(1,minmax(0,1fr)) !important
	}

	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2,minmax(0,1fr)) !important
	}

	.sm\:grid-cols-3 {
		grid-template-columns: repeat(3,minmax(0,1fr)) !important
	}

	.sm\:grid-cols-4 {
		grid-template-columns: repeat(4,minmax(0,1fr)) !important
	}

	.sm\:grid-cols-5 {
		grid-template-columns: repeat(5,minmax(0,1fr)) !important
	}

	.sm\:grid-cols-6 {
		grid-template-columns: repeat(6,minmax(0,1fr)) !important
	}

	.sm\:grid-cols-7 {
		grid-template-columns: repeat(7,minmax(0,1fr)) !important
	}

	.sm\:grid-cols-8 {
		grid-template-columns: repeat(8,minmax(0,1fr)) !important
	}

	.sm\:grid-cols-9 {
		grid-template-columns: repeat(9,minmax(0,1fr)) !important
	}

	.sm\:grid-cols-10 {
		grid-template-columns: repeat(10,minmax(0,1fr)) !important
	}

	.sm\:grid-cols-11 {
		grid-template-columns: repeat(11,minmax(0,1fr)) !important
	}

	.sm\:grid-cols-12 {
		grid-template-columns: repeat(12,minmax(0,1fr)) !important
	}

	.sm\:grid-cols-none {
		grid-template-columns: none !important
	}

	.sm\:auto-cols-auto {
		grid-auto-columns: auto !important
	}

	.sm\:auto-cols-min {
		grid-auto-columns: -webkit-min-content !important;
		grid-auto-columns: min-content !important
	}

	.sm\:auto-cols-max {
		grid-auto-columns: -webkit-max-content !important;
		grid-auto-columns: max-content !important
	}

	.sm\:auto-cols-fr {
		grid-auto-columns: minmax(0,1fr) !important
	}

	.sm\:col-auto {
		grid-column: auto !important
	}

	.sm\:col-span-1 {
		grid-column: span 1/span 1 !important
	}

	.sm\:col-span-2 {
		grid-column: span 2/span 2 !important
	}

	.sm\:col-span-3 {
		grid-column: span 3/span 3 !important
	}

	.sm\:col-span-4 {
		grid-column: span 4/span 4 !important
	}

	.sm\:col-span-5 {
		grid-column: span 5/span 5 !important
	}

	.sm\:col-span-6 {
		grid-column: span 6/span 6 !important
	}

	.sm\:col-span-7 {
		grid-column: span 7/span 7 !important
	}

	.sm\:col-span-8 {
		grid-column: span 8/span 8 !important
	}

	.sm\:col-span-9 {
		grid-column: span 9/span 9 !important
	}

	.sm\:col-span-10 {
		grid-column: span 10/span 10 !important
	}

	.sm\:col-span-11 {
		grid-column: span 11/span 11 !important
	}

	.sm\:col-span-12 {
		grid-column: span 12/span 12 !important
	}

	.sm\:col-span-full {
		grid-column: 1/-1 !important
	}

	.sm\:col-start-1 {
		grid-column-start: 1 !important
	}

	.sm\:col-start-2 {
		grid-column-start: 2 !important
	}

	.sm\:col-start-3 {
		grid-column-start: 3 !important
	}

	.sm\:col-start-4 {
		grid-column-start: 4 !important
	}

	.sm\:col-start-5 {
		grid-column-start: 5 !important
	}

	.sm\:col-start-6 {
		grid-column-start: 6 !important
	}

	.sm\:col-start-7 {
		grid-column-start: 7 !important
	}

	.sm\:col-start-8 {
		grid-column-start: 8 !important
	}

	.sm\:col-start-9 {
		grid-column-start: 9 !important
	}

	.sm\:col-start-10 {
		grid-column-start: 10 !important
	}

	.sm\:col-start-11 {
		grid-column-start: 11 !important
	}

	.sm\:col-start-12 {
		grid-column-start: 12 !important
	}

	.sm\:col-start-13 {
		grid-column-start: 13 !important
	}

	.sm\:col-start-auto {
		grid-column-start: auto !important
	}

	.sm\:col-end-1 {
		grid-column-end: 1 !important
	}

	.sm\:col-end-2 {
		grid-column-end: 2 !important
	}

	.sm\:col-end-3 {
		grid-column-end: 3 !important
	}

	.sm\:col-end-4 {
		grid-column-end: 4 !important
	}

	.sm\:col-end-5 {
		grid-column-end: 5 !important
	}

	.sm\:col-end-6 {
		grid-column-end: 6 !important
	}

	.sm\:col-end-7 {
		grid-column-end: 7 !important
	}

	.sm\:col-end-8 {
		grid-column-end: 8 !important
	}

	.sm\:col-end-9 {
		grid-column-end: 9 !important
	}

	.sm\:col-end-10 {
		grid-column-end: 10 !important
	}

	.sm\:col-end-11 {
		grid-column-end: 11 !important
	}

	.sm\:col-end-12 {
		grid-column-end: 12 !important
	}

	.sm\:col-end-13 {
		grid-column-end: 13 !important
	}

	.sm\:col-end-auto {
		grid-column-end: auto !important
	}

	.sm\:grid-rows-1 {
		grid-template-rows: repeat(1,minmax(0,1fr)) !important
	}

	.sm\:grid-rows-2 {
		grid-template-rows: repeat(2,minmax(0,1fr)) !important
	}

	.sm\:grid-rows-3 {
		grid-template-rows: repeat(3,minmax(0,1fr)) !important
	}

	.sm\:grid-rows-4 {
		grid-template-rows: repeat(4,minmax(0,1fr)) !important
	}

	.sm\:grid-rows-5 {
		grid-template-rows: repeat(5,minmax(0,1fr)) !important
	}

	.sm\:grid-rows-6 {
		grid-template-rows: repeat(6,minmax(0,1fr)) !important
	}

	.sm\:grid-rows-none {
		grid-template-rows: none !important
	}

	.sm\:auto-rows-auto {
		grid-auto-rows: auto !important
	}

	.sm\:auto-rows-min {
		grid-auto-rows: -webkit-min-content !important;
		grid-auto-rows: min-content !important
	}

	.sm\:auto-rows-max {
		grid-auto-rows: -webkit-max-content !important;
		grid-auto-rows: max-content !important
	}

	.sm\:auto-rows-fr {
		grid-auto-rows: minmax(0,1fr) !important
	}

	.sm\:row-auto {
		grid-row: auto !important
	}

	.sm\:row-span-1 {
		grid-row: span 1/span 1 !important
	}

	.sm\:row-span-2 {
		grid-row: span 2/span 2 !important
	}

	.sm\:row-span-3 {
		grid-row: span 3/span 3 !important
	}

	.sm\:row-span-4 {
		grid-row: span 4/span 4 !important
	}

	.sm\:row-span-5 {
		grid-row: span 5/span 5 !important
	}

	.sm\:row-span-6 {
		grid-row: span 6/span 6 !important
	}

	.sm\:row-span-full {
		grid-row: 1/-1 !important
	}

	.sm\:row-start-1 {
		grid-row-start: 1 !important
	}

	.sm\:row-start-2 {
		grid-row-start: 2 !important
	}

	.sm\:row-start-3 {
		grid-row-start: 3 !important
	}

	.sm\:row-start-4 {
		grid-row-start: 4 !important
	}

	.sm\:row-start-5 {
		grid-row-start: 5 !important
	}

	.sm\:row-start-6 {
		grid-row-start: 6 !important
	}

	.sm\:row-start-7 {
		grid-row-start: 7 !important
	}

	.sm\:row-start-auto {
		grid-row-start: auto !important
	}

	.sm\:row-end-1 {
		grid-row-end: 1 !important
	}

	.sm\:row-end-2 {
		grid-row-end: 2 !important
	}

	.sm\:row-end-3 {
		grid-row-end: 3 !important
	}

	.sm\:row-end-4 {
		grid-row-end: 4 !important
	}

	.sm\:row-end-5 {
		grid-row-end: 5 !important
	}

	.sm\:row-end-6 {
		grid-row-end: 6 !important
	}

	.sm\:row-end-7 {
		grid-row-end: 7 !important
	}

	.sm\:row-end-auto {
		grid-row-end: auto !important
	}

	.sm\:transform {
		--transform-translate-x: 0 !important;
		--transform-translate-y: 0 !important;
		--transform-rotate: 0 !important;
		--transform-skew-x: 0 !important;
		--transform-skew-y: 0 !important;
		--transform-scale-x: 1 !important;
		--transform-scale-y: 1 !important;
		transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
	}

	.sm\:transform-none {
		transform: none !important
	}

	.sm\:translate-x-0 {
		--transform-translate-x: 0 !important
	}

	.sm\:translate-x-1 {
		--transform-translate-x: 0.25rem !important
	}

	.sm\:translate-x-2 {
		--transform-translate-x: 0.5rem !important
	}

	.sm\:translate-x-3 {
		--transform-translate-x: 0.75rem !important
	}

	.sm\:translate-x-4 {
		--transform-translate-x: 1rem !important
	}

	.sm\:translate-x-5 {
		--transform-translate-x: 1.25rem !important
	}

	.sm\:translate-x-6 {
		--transform-translate-x: 1.5rem !important
	}

	.sm\:translate-x-8 {
		--transform-translate-x: 2rem !important
	}

	.sm\:translate-x-10 {
		--transform-translate-x: 2.5rem !important
	}

	.sm\:translate-x-12 {
		--transform-translate-x: 3rem !important
	}

	.sm\:translate-x-16 {
		--transform-translate-x: 4rem !important
	}

	.sm\:translate-x-20 {
		--transform-translate-x: 5rem !important
	}

	.sm\:translate-x-24 {
		--transform-translate-x: 6rem !important
	}

	.sm\:translate-x-32 {
		--transform-translate-x: 8rem !important
	}

	.sm\:translate-x-40 {
		--transform-translate-x: 10rem !important
	}

	.sm\:translate-x-48 {
		--transform-translate-x: 12rem !important
	}

	.sm\:translate-x-56 {
		--transform-translate-x: 14rem !important
	}

	.sm\:translate-x-64 {
		--transform-translate-x: 16rem !important
	}

	.sm\:translate-x-px {
		--transform-translate-x: 1px !important
	}

	.sm\:-translate-x-50 {
		--transform-translate-x: -50px !important
	}

	.sm\:-translate-x-1 {
		--transform-translate-x: -0.25rem !important
	}

	.sm\:-translate-x-2 {
		--transform-translate-x: -0.5rem !important
	}

	.sm\:-translate-x-3 {
		--transform-translate-x: -0.75rem !important
	}

	.sm\:-translate-x-4 {
		--transform-translate-x: -1rem !important
	}

	.sm\:-translate-x-5 {
		--transform-translate-x: -1.25rem !important
	}

	.sm\:-translate-x-6 {
		--transform-translate-x: -1.5rem !important
	}

	.sm\:-translate-x-8 {
		--transform-translate-x: -2rem !important
	}

	.sm\:-translate-x-10 {
		--transform-translate-x: -2.5rem !important
	}

	.sm\:-translate-x-12 {
		--transform-translate-x: -3rem !important
	}

	.sm\:-translate-x-16 {
		--transform-translate-x: -4rem !important
	}

	.sm\:-translate-x-20 {
		--transform-translate-x: -5rem !important
	}

	.sm\:-translate-x-24 {
		--transform-translate-x: -6rem !important
	}

	.sm\:-translate-x-32 {
		--transform-translate-x: -8rem !important
	}

	.sm\:-translate-x-40 {
		--transform-translate-x: -10rem !important
	}

	.sm\:-translate-x-48 {
		--transform-translate-x: -12rem !important
	}

	.sm\:-translate-x-56 {
		--transform-translate-x: -14rem !important
	}

	.sm\:-translate-x-64 {
		--transform-translate-x: -16rem !important
	}

	.sm\:-translate-x-px {
		--transform-translate-x: -1px !important
	}

	.sm\:-translate-x--50 {
		--transform-translate-x: 50px !important
	}

	.sm\:-translate-x-full {
		--transform-translate-x: -100% !important
	}

	.sm\:-translate-x-1\/2 {
		--transform-translate-x: -50% !important
	}

	.sm\:translate-x-1\/2 {
		--transform-translate-x: 50% !important
	}

	.sm\:translate-x-full {
		--transform-translate-x: 100% !important
	}

	.sm\:translate-y-0 {
		--transform-translate-y: 0 !important
	}

	.sm\:translate-y-1 {
		--transform-translate-y: 0.25rem !important
	}

	.sm\:translate-y-2 {
		--transform-translate-y: 0.5rem !important
	}

	.sm\:translate-y-3 {
		--transform-translate-y: 0.75rem !important
	}

	.sm\:translate-y-4 {
		--transform-translate-y: 1rem !important
	}

	.sm\:translate-y-5 {
		--transform-translate-y: 1.25rem !important
	}

	.sm\:translate-y-6 {
		--transform-translate-y: 1.5rem !important
	}

	.sm\:translate-y-8 {
		--transform-translate-y: 2rem !important
	}

	.sm\:translate-y-10 {
		--transform-translate-y: 2.5rem !important
	}

	.sm\:translate-y-12 {
		--transform-translate-y: 3rem !important
	}

	.sm\:translate-y-16 {
		--transform-translate-y: 4rem !important
	}

	.sm\:translate-y-20 {
		--transform-translate-y: 5rem !important
	}

	.sm\:translate-y-24 {
		--transform-translate-y: 6rem !important
	}

	.sm\:translate-y-32 {
		--transform-translate-y: 8rem !important
	}

	.sm\:translate-y-40 {
		--transform-translate-y: 10rem !important
	}

	.sm\:translate-y-48 {
		--transform-translate-y: 12rem !important
	}

	.sm\:translate-y-56 {
		--transform-translate-y: 14rem !important
	}

	.sm\:translate-y-64 {
		--transform-translate-y: 16rem !important
	}

	.sm\:translate-y-px {
		--transform-translate-y: 1px !important
	}

	.sm\:-translate-y-50 {
		--transform-translate-y: -50px !important
	}

	.sm\:-translate-y-1 {
		--transform-translate-y: -0.25rem !important
	}

	.sm\:-translate-y-2 {
		--transform-translate-y: -0.5rem !important
	}

	.sm\:-translate-y-3 {
		--transform-translate-y: -0.75rem !important
	}

	.sm\:-translate-y-4 {
		--transform-translate-y: -1rem !important
	}

	.sm\:-translate-y-5 {
		--transform-translate-y: -1.25rem !important
	}

	.sm\:-translate-y-6 {
		--transform-translate-y: -1.5rem !important
	}

	.sm\:-translate-y-8 {
		--transform-translate-y: -2rem !important
	}

	.sm\:-translate-y-10 {
		--transform-translate-y: -2.5rem !important
	}

	.sm\:-translate-y-12 {
		--transform-translate-y: -3rem !important
	}

	.sm\:-translate-y-16 {
		--transform-translate-y: -4rem !important
	}

	.sm\:-translate-y-20 {
		--transform-translate-y: -5rem !important
	}

	.sm\:-translate-y-24 {
		--transform-translate-y: -6rem !important
	}

	.sm\:-translate-y-32 {
		--transform-translate-y: -8rem !important
	}

	.sm\:-translate-y-40 {
		--transform-translate-y: -10rem !important
	}

	.sm\:-translate-y-48 {
		--transform-translate-y: -12rem !important
	}

	.sm\:-translate-y-56 {
		--transform-translate-y: -14rem !important
	}

	.sm\:-translate-y-64 {
		--transform-translate-y: -16rem !important
	}

	.sm\:-translate-y-px {
		--transform-translate-y: -1px !important
	}

	.sm\:-translate-y--50 {
		--transform-translate-y: 50px !important
	}

	.sm\:-translate-y-full {
		--transform-translate-y: -100% !important
	}

	.sm\:-translate-y-1\/2 {
		--transform-translate-y: -50% !important
	}

	.sm\:translate-y-1\/2 {
		--transform-translate-y: 50% !important
	}

	.sm\:translate-y-full {
		--transform-translate-y: 100% !important
	}

	.sm\:hover\:translate-x-0:hover {
		--transform-translate-x: 0 !important
	}

	.sm\:hover\:translate-x-1:hover {
		--transform-translate-x: 0.25rem !important
	}

	.sm\:hover\:translate-x-2:hover {
		--transform-translate-x: 0.5rem !important
	}

	.sm\:hover\:translate-x-3:hover {
		--transform-translate-x: 0.75rem !important
	}

	.sm\:hover\:translate-x-4:hover {
		--transform-translate-x: 1rem !important
	}

	.sm\:hover\:translate-x-5:hover {
		--transform-translate-x: 1.25rem !important
	}

	.sm\:hover\:translate-x-6:hover {
		--transform-translate-x: 1.5rem !important
	}

	.sm\:hover\:translate-x-8:hover {
		--transform-translate-x: 2rem !important
	}

	.sm\:hover\:translate-x-10:hover {
		--transform-translate-x: 2.5rem !important
	}

	.sm\:hover\:translate-x-12:hover {
		--transform-translate-x: 3rem !important
	}

	.sm\:hover\:translate-x-16:hover {
		--transform-translate-x: 4rem !important
	}

	.sm\:hover\:translate-x-20:hover {
		--transform-translate-x: 5rem !important
	}

	.sm\:hover\:translate-x-24:hover {
		--transform-translate-x: 6rem !important
	}

	.sm\:hover\:translate-x-32:hover {
		--transform-translate-x: 8rem !important
	}

	.sm\:hover\:translate-x-40:hover {
		--transform-translate-x: 10rem !important
	}

	.sm\:hover\:translate-x-48:hover {
		--transform-translate-x: 12rem !important
	}

	.sm\:hover\:translate-x-56:hover {
		--transform-translate-x: 14rem !important
	}

	.sm\:hover\:translate-x-64:hover {
		--transform-translate-x: 16rem !important
	}

	.sm\:hover\:translate-x-px:hover {
		--transform-translate-x: 1px !important
	}

	.sm\:hover\:-translate-x-50:hover {
		--transform-translate-x: -50px !important
	}

	.sm\:hover\:-translate-x-1:hover {
		--transform-translate-x: -0.25rem !important
	}

	.sm\:hover\:-translate-x-2:hover {
		--transform-translate-x: -0.5rem !important
	}

	.sm\:hover\:-translate-x-3:hover {
		--transform-translate-x: -0.75rem !important
	}

	.sm\:hover\:-translate-x-4:hover {
		--transform-translate-x: -1rem !important
	}

	.sm\:hover\:-translate-x-5:hover {
		--transform-translate-x: -1.25rem !important
	}

	.sm\:hover\:-translate-x-6:hover {
		--transform-translate-x: -1.5rem !important
	}

	.sm\:hover\:-translate-x-8:hover {
		--transform-translate-x: -2rem !important
	}

	.sm\:hover\:-translate-x-10:hover {
		--transform-translate-x: -2.5rem !important
	}

	.sm\:hover\:-translate-x-12:hover {
		--transform-translate-x: -3rem !important
	}

	.sm\:hover\:-translate-x-16:hover {
		--transform-translate-x: -4rem !important
	}

	.sm\:hover\:-translate-x-20:hover {
		--transform-translate-x: -5rem !important
	}

	.sm\:hover\:-translate-x-24:hover {
		--transform-translate-x: -6rem !important
	}

	.sm\:hover\:-translate-x-32:hover {
		--transform-translate-x: -8rem !important
	}

	.sm\:hover\:-translate-x-40:hover {
		--transform-translate-x: -10rem !important
	}

	.sm\:hover\:-translate-x-48:hover {
		--transform-translate-x: -12rem !important
	}

	.sm\:hover\:-translate-x-56:hover {
		--transform-translate-x: -14rem !important
	}

	.sm\:hover\:-translate-x-64:hover {
		--transform-translate-x: -16rem !important
	}

	.sm\:hover\:-translate-x-px:hover {
		--transform-translate-x: -1px !important
	}

	.sm\:hover\:-translate-x--50:hover {
		--transform-translate-x: 50px !important
	}

	.sm\:hover\:-translate-x-full:hover {
		--transform-translate-x: -100% !important
	}

	.sm\:hover\:-translate-x-1\/2:hover {
		--transform-translate-x: -50% !important
	}

	.sm\:hover\:translate-x-1\/2:hover {
		--transform-translate-x: 50% !important
	}

	.sm\:hover\:translate-x-full:hover {
		--transform-translate-x: 100% !important
	}

	.sm\:hover\:translate-y-0:hover {
		--transform-translate-y: 0 !important
	}

	.sm\:hover\:translate-y-1:hover {
		--transform-translate-y: 0.25rem !important
	}

	.sm\:hover\:translate-y-2:hover {
		--transform-translate-y: 0.5rem !important
	}

	.sm\:hover\:translate-y-3:hover {
		--transform-translate-y: 0.75rem !important
	}

	.sm\:hover\:translate-y-4:hover {
		--transform-translate-y: 1rem !important
	}

	.sm\:hover\:translate-y-5:hover {
		--transform-translate-y: 1.25rem !important
	}

	.sm\:hover\:translate-y-6:hover {
		--transform-translate-y: 1.5rem !important
	}

	.sm\:hover\:translate-y-8:hover {
		--transform-translate-y: 2rem !important
	}

	.sm\:hover\:translate-y-10:hover {
		--transform-translate-y: 2.5rem !important
	}

	.sm\:hover\:translate-y-12:hover {
		--transform-translate-y: 3rem !important
	}

	.sm\:hover\:translate-y-16:hover {
		--transform-translate-y: 4rem !important
	}

	.sm\:hover\:translate-y-20:hover {
		--transform-translate-y: 5rem !important
	}

	.sm\:hover\:translate-y-24:hover {
		--transform-translate-y: 6rem !important
	}

	.sm\:hover\:translate-y-32:hover {
		--transform-translate-y: 8rem !important
	}

	.sm\:hover\:translate-y-40:hover {
		--transform-translate-y: 10rem !important
	}

	.sm\:hover\:translate-y-48:hover {
		--transform-translate-y: 12rem !important
	}

	.sm\:hover\:translate-y-56:hover {
		--transform-translate-y: 14rem !important
	}

	.sm\:hover\:translate-y-64:hover {
		--transform-translate-y: 16rem !important
	}

	.sm\:hover\:translate-y-px:hover {
		--transform-translate-y: 1px !important
	}

	.sm\:hover\:-translate-y-50:hover {
		--transform-translate-y: -50px !important
	}

	.sm\:hover\:-translate-y-1:hover {
		--transform-translate-y: -0.25rem !important
	}

	.sm\:hover\:-translate-y-2:hover {
		--transform-translate-y: -0.5rem !important
	}

	.sm\:hover\:-translate-y-3:hover {
		--transform-translate-y: -0.75rem !important
	}

	.sm\:hover\:-translate-y-4:hover {
		--transform-translate-y: -1rem !important
	}

	.sm\:hover\:-translate-y-5:hover {
		--transform-translate-y: -1.25rem !important
	}

	.sm\:hover\:-translate-y-6:hover {
		--transform-translate-y: -1.5rem !important
	}

	.sm\:hover\:-translate-y-8:hover {
		--transform-translate-y: -2rem !important
	}

	.sm\:hover\:-translate-y-10:hover {
		--transform-translate-y: -2.5rem !important
	}

	.sm\:hover\:-translate-y-12:hover {
		--transform-translate-y: -3rem !important
	}

	.sm\:hover\:-translate-y-16:hover {
		--transform-translate-y: -4rem !important
	}

	.sm\:hover\:-translate-y-20:hover {
		--transform-translate-y: -5rem !important
	}

	.sm\:hover\:-translate-y-24:hover {
		--transform-translate-y: -6rem !important
	}

	.sm\:hover\:-translate-y-32:hover {
		--transform-translate-y: -8rem !important
	}

	.sm\:hover\:-translate-y-40:hover {
		--transform-translate-y: -10rem !important
	}

	.sm\:hover\:-translate-y-48:hover {
		--transform-translate-y: -12rem !important
	}

	.sm\:hover\:-translate-y-56:hover {
		--transform-translate-y: -14rem !important
	}

	.sm\:hover\:-translate-y-64:hover {
		--transform-translate-y: -16rem !important
	}

	.sm\:hover\:-translate-y-px:hover {
		--transform-translate-y: -1px !important
	}

	.sm\:hover\:-translate-y--50:hover {
		--transform-translate-y: 50px !important
	}

	.sm\:hover\:-translate-y-full:hover {
		--transform-translate-y: -100% !important
	}

	.sm\:hover\:-translate-y-1\/2:hover {
		--transform-translate-y: -50% !important
	}

	.sm\:hover\:translate-y-1\/2:hover {
		--transform-translate-y: 50% !important
	}

	.sm\:hover\:translate-y-full:hover {
		--transform-translate-y: 100% !important
	}

	.sm\:focus\:translate-x-0:focus {
		--transform-translate-x: 0 !important
	}

	.sm\:focus\:translate-x-1:focus {
		--transform-translate-x: 0.25rem !important
	}

	.sm\:focus\:translate-x-2:focus {
		--transform-translate-x: 0.5rem !important
	}

	.sm\:focus\:translate-x-3:focus {
		--transform-translate-x: 0.75rem !important
	}

	.sm\:focus\:translate-x-4:focus {
		--transform-translate-x: 1rem !important
	}

	.sm\:focus\:translate-x-5:focus {
		--transform-translate-x: 1.25rem !important
	}

	.sm\:focus\:translate-x-6:focus {
		--transform-translate-x: 1.5rem !important
	}

	.sm\:focus\:translate-x-8:focus {
		--transform-translate-x: 2rem !important
	}

	.sm\:focus\:translate-x-10:focus {
		--transform-translate-x: 2.5rem !important
	}

	.sm\:focus\:translate-x-12:focus {
		--transform-translate-x: 3rem !important
	}

	.sm\:focus\:translate-x-16:focus {
		--transform-translate-x: 4rem !important
	}

	.sm\:focus\:translate-x-20:focus {
		--transform-translate-x: 5rem !important
	}

	.sm\:focus\:translate-x-24:focus {
		--transform-translate-x: 6rem !important
	}

	.sm\:focus\:translate-x-32:focus {
		--transform-translate-x: 8rem !important
	}

	.sm\:focus\:translate-x-40:focus {
		--transform-translate-x: 10rem !important
	}

	.sm\:focus\:translate-x-48:focus {
		--transform-translate-x: 12rem !important
	}

	.sm\:focus\:translate-x-56:focus {
		--transform-translate-x: 14rem !important
	}

	.sm\:focus\:translate-x-64:focus {
		--transform-translate-x: 16rem !important
	}

	.sm\:focus\:translate-x-px:focus {
		--transform-translate-x: 1px !important
	}

	.sm\:focus\:-translate-x-50:focus {
		--transform-translate-x: -50px !important
	}

	.sm\:focus\:-translate-x-1:focus {
		--transform-translate-x: -0.25rem !important
	}

	.sm\:focus\:-translate-x-2:focus {
		--transform-translate-x: -0.5rem !important
	}

	.sm\:focus\:-translate-x-3:focus {
		--transform-translate-x: -0.75rem !important
	}

	.sm\:focus\:-translate-x-4:focus {
		--transform-translate-x: -1rem !important
	}

	.sm\:focus\:-translate-x-5:focus {
		--transform-translate-x: -1.25rem !important
	}

	.sm\:focus\:-translate-x-6:focus {
		--transform-translate-x: -1.5rem !important
	}

	.sm\:focus\:-translate-x-8:focus {
		--transform-translate-x: -2rem !important
	}

	.sm\:focus\:-translate-x-10:focus {
		--transform-translate-x: -2.5rem !important
	}

	.sm\:focus\:-translate-x-12:focus {
		--transform-translate-x: -3rem !important
	}

	.sm\:focus\:-translate-x-16:focus {
		--transform-translate-x: -4rem !important
	}

	.sm\:focus\:-translate-x-20:focus {
		--transform-translate-x: -5rem !important
	}

	.sm\:focus\:-translate-x-24:focus {
		--transform-translate-x: -6rem !important
	}

	.sm\:focus\:-translate-x-32:focus {
		--transform-translate-x: -8rem !important
	}

	.sm\:focus\:-translate-x-40:focus {
		--transform-translate-x: -10rem !important
	}

	.sm\:focus\:-translate-x-48:focus {
		--transform-translate-x: -12rem !important
	}

	.sm\:focus\:-translate-x-56:focus {
		--transform-translate-x: -14rem !important
	}

	.sm\:focus\:-translate-x-64:focus {
		--transform-translate-x: -16rem !important
	}

	.sm\:focus\:-translate-x-px:focus {
		--transform-translate-x: -1px !important
	}

	.sm\:focus\:-translate-x--50:focus {
		--transform-translate-x: 50px !important
	}

	.sm\:focus\:-translate-x-full:focus {
		--transform-translate-x: -100% !important
	}

	.sm\:focus\:-translate-x-1\/2:focus {
		--transform-translate-x: -50% !important
	}

	.sm\:focus\:translate-x-1\/2:focus {
		--transform-translate-x: 50% !important
	}

	.sm\:focus\:translate-x-full:focus {
		--transform-translate-x: 100% !important
	}

	.sm\:focus\:translate-y-0:focus {
		--transform-translate-y: 0 !important
	}

	.sm\:focus\:translate-y-1:focus {
		--transform-translate-y: 0.25rem !important
	}

	.sm\:focus\:translate-y-2:focus {
		--transform-translate-y: 0.5rem !important
	}

	.sm\:focus\:translate-y-3:focus {
		--transform-translate-y: 0.75rem !important
	}

	.sm\:focus\:translate-y-4:focus {
		--transform-translate-y: 1rem !important
	}

	.sm\:focus\:translate-y-5:focus {
		--transform-translate-y: 1.25rem !important
	}

	.sm\:focus\:translate-y-6:focus {
		--transform-translate-y: 1.5rem !important
	}

	.sm\:focus\:translate-y-8:focus {
		--transform-translate-y: 2rem !important
	}

	.sm\:focus\:translate-y-10:focus {
		--transform-translate-y: 2.5rem !important
	}

	.sm\:focus\:translate-y-12:focus {
		--transform-translate-y: 3rem !important
	}

	.sm\:focus\:translate-y-16:focus {
		--transform-translate-y: 4rem !important
	}

	.sm\:focus\:translate-y-20:focus {
		--transform-translate-y: 5rem !important
	}

	.sm\:focus\:translate-y-24:focus {
		--transform-translate-y: 6rem !important
	}

	.sm\:focus\:translate-y-32:focus {
		--transform-translate-y: 8rem !important
	}

	.sm\:focus\:translate-y-40:focus {
		--transform-translate-y: 10rem !important
	}

	.sm\:focus\:translate-y-48:focus {
		--transform-translate-y: 12rem !important
	}

	.sm\:focus\:translate-y-56:focus {
		--transform-translate-y: 14rem !important
	}

	.sm\:focus\:translate-y-64:focus {
		--transform-translate-y: 16rem !important
	}

	.sm\:focus\:translate-y-px:focus {
		--transform-translate-y: 1px !important
	}

	.sm\:focus\:-translate-y-50:focus {
		--transform-translate-y: -50px !important
	}

	.sm\:focus\:-translate-y-1:focus {
		--transform-translate-y: -0.25rem !important
	}

	.sm\:focus\:-translate-y-2:focus {
		--transform-translate-y: -0.5rem !important
	}

	.sm\:focus\:-translate-y-3:focus {
		--transform-translate-y: -0.75rem !important
	}

	.sm\:focus\:-translate-y-4:focus {
		--transform-translate-y: -1rem !important
	}

	.sm\:focus\:-translate-y-5:focus {
		--transform-translate-y: -1.25rem !important
	}

	.sm\:focus\:-translate-y-6:focus {
		--transform-translate-y: -1.5rem !important
	}

	.sm\:focus\:-translate-y-8:focus {
		--transform-translate-y: -2rem !important
	}

	.sm\:focus\:-translate-y-10:focus {
		--transform-translate-y: -2.5rem !important
	}

	.sm\:focus\:-translate-y-12:focus {
		--transform-translate-y: -3rem !important
	}

	.sm\:focus\:-translate-y-16:focus {
		--transform-translate-y: -4rem !important
	}

	.sm\:focus\:-translate-y-20:focus {
		--transform-translate-y: -5rem !important
	}

	.sm\:focus\:-translate-y-24:focus {
		--transform-translate-y: -6rem !important
	}

	.sm\:focus\:-translate-y-32:focus {
		--transform-translate-y: -8rem !important
	}

	.sm\:focus\:-translate-y-40:focus {
		--transform-translate-y: -10rem !important
	}

	.sm\:focus\:-translate-y-48:focus {
		--transform-translate-y: -12rem !important
	}

	.sm\:focus\:-translate-y-56:focus {
		--transform-translate-y: -14rem !important
	}

	.sm\:focus\:-translate-y-64:focus {
		--transform-translate-y: -16rem !important
	}

	.sm\:focus\:-translate-y-px:focus {
		--transform-translate-y: -1px !important
	}

	.sm\:focus\:-translate-y--50:focus {
		--transform-translate-y: 50px !important
	}

	.sm\:focus\:-translate-y-full:focus {
		--transform-translate-y: -100% !important
	}

	.sm\:focus\:-translate-y-1\/2:focus {
		--transform-translate-y: -50% !important
	}

	.sm\:focus\:translate-y-1\/2:focus {
		--transform-translate-y: 50% !important
	}

	.sm\:focus\:translate-y-full:focus {
		--transform-translate-y: 100% !important
	}
}

@media (min-width:768px) {
	.md\:container {
		width: 100%
	}

	@media (min-width:368px) {
		.md\:container {
			max-width: 368px
		}
	}

	@media (min-width:640px) {
		.md\:container {
			max-width: 640px
		}
	}

	@media (min-width:768px) {
		.md\:container {
			max-width: 768px
		}
	}

	@media (min-width:1152px) {
		.md\:container {
			max-width: 1152px
		}
	}

	@media (min-width:1560px) {
		.md\:container {
			max-width: 1560px
		}
	}

	@media (min-width:2100px) {
		.md\:container {
			max-width: 2100px
		}
	}

	.md\:space-y-0 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(0px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(0px*var(--space-y-reverse)) !important
	}

	.md\:space-x-0 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(0px*var(--space-x-reverse)) !important;
		margin-left: calc(0px*(1 - var(--space-x-reverse))) !important
	}

	.md\:space-y-1 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(0.25rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(0.25rem*var(--space-y-reverse)) !important
	}

	.md\:space-x-1 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(0.25rem*var(--space-x-reverse)) !important;
		margin-left: calc(0.25rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:space-y-2 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(0.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(0.5rem*var(--space-y-reverse)) !important
	}

	.md\:space-x-2 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(0.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(0.5rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:space-y-3 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(0.75rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(0.75rem*var(--space-y-reverse)) !important
	}

	.md\:space-x-3 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(0.75rem*var(--space-x-reverse)) !important;
		margin-left: calc(0.75rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:space-y-4 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(1rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(1rem*var(--space-y-reverse)) !important
	}

	.md\:space-x-4 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(1rem*var(--space-x-reverse)) !important;
		margin-left: calc(1rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:space-y-5 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(1.25rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(1.25rem*var(--space-y-reverse)) !important
	}

	.md\:space-x-5 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(1.25rem*var(--space-x-reverse)) !important;
		margin-left: calc(1.25rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:space-y-6 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(1.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(1.5rem*var(--space-y-reverse)) !important
	}

	.md\:space-x-6 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(1.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(1.5rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:space-y-8 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(2rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(2rem*var(--space-y-reverse)) !important
	}

	.md\:space-x-8 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(2rem*var(--space-x-reverse)) !important;
		margin-left: calc(2rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:space-y-10 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(2.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(2.5rem*var(--space-y-reverse)) !important
	}

	.md\:space-x-10 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(2.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(2.5rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:space-y-12 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(3rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(3rem*var(--space-y-reverse)) !important
	}

	.md\:space-x-12 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(3rem*var(--space-x-reverse)) !important;
		margin-left: calc(3rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:space-y-16 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(4rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(4rem*var(--space-y-reverse)) !important
	}

	.md\:space-x-16 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(4rem*var(--space-x-reverse)) !important;
		margin-left: calc(4rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:space-y-20 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(5rem*var(--space-y-reverse)) !important
	}

	.md\:space-x-20 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(5rem*var(--space-x-reverse)) !important;
		margin-left: calc(5rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:space-y-24 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(6rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(6rem*var(--space-y-reverse)) !important
	}

	.md\:space-x-24 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(6rem*var(--space-x-reverse)) !important;
		margin-left: calc(6rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:space-y-32 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(8rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(8rem*var(--space-y-reverse)) !important
	}

	.md\:space-x-32 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(8rem*var(--space-x-reverse)) !important;
		margin-left: calc(8rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:space-y-40 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(10rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(10rem*var(--space-y-reverse)) !important
	}

	.md\:space-x-40 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(10rem*var(--space-x-reverse)) !important;
		margin-left: calc(10rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:space-y-48 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(12rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(12rem*var(--space-y-reverse)) !important
	}

	.md\:space-x-48 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(12rem*var(--space-x-reverse)) !important;
		margin-left: calc(12rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:space-y-56 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(14rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(14rem*var(--space-y-reverse)) !important
	}

	.md\:space-x-56 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(14rem*var(--space-x-reverse)) !important;
		margin-left: calc(14rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:space-y-64 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(16rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(16rem*var(--space-y-reverse)) !important
	}

	.md\:space-x-64 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(16rem*var(--space-x-reverse)) !important;
		margin-left: calc(16rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:space-y-px > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(1px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(1px*var(--space-y-reverse)) !important
	}

	.md\:space-x-px > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(1px*var(--space-x-reverse)) !important;
		margin-left: calc(1px*(1 - var(--space-x-reverse))) !important
	}

	.md\:-space-y-50 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-50px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-50px*var(--space-y-reverse)) !important
	}

	.md\:-space-x-50 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-50px*var(--space-x-reverse)) !important;
		margin-left: calc(-50px*(1 - var(--space-x-reverse))) !important
	}

	.md\:-space-y-1 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-0.25rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-0.25rem*var(--space-y-reverse)) !important
	}

	.md\:-space-x-1 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-0.25rem*var(--space-x-reverse)) !important;
		margin-left: calc(-0.25rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:-space-y-2 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-0.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-0.5rem*var(--space-y-reverse)) !important
	}

	.md\:-space-x-2 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-0.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(-0.5rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:-space-y-3 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-0.75rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-0.75rem*var(--space-y-reverse)) !important
	}

	.md\:-space-x-3 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-0.75rem*var(--space-x-reverse)) !important;
		margin-left: calc(-0.75rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:-space-y-4 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-1rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-1rem*var(--space-y-reverse)) !important
	}

	.md\:-space-x-4 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-1rem*var(--space-x-reverse)) !important;
		margin-left: calc(-1rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:-space-y-5 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-1.25rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-1.25rem*var(--space-y-reverse)) !important
	}

	.md\:-space-x-5 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-1.25rem*var(--space-x-reverse)) !important;
		margin-left: calc(-1.25rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:-space-y-6 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-1.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-1.5rem*var(--space-y-reverse)) !important
	}

	.md\:-space-x-6 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-1.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(-1.5rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:-space-y-8 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-2rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-2rem*var(--space-y-reverse)) !important
	}

	.md\:-space-x-8 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-2rem*var(--space-x-reverse)) !important;
		margin-left: calc(-2rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:-space-y-10 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-2.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-2.5rem*var(--space-y-reverse)) !important
	}

	.md\:-space-x-10 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-2.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(-2.5rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:-space-y-12 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-3rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-3rem*var(--space-y-reverse)) !important
	}

	.md\:-space-x-12 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-3rem*var(--space-x-reverse)) !important;
		margin-left: calc(-3rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:-space-y-16 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-4rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-4rem*var(--space-y-reverse)) !important
	}

	.md\:-space-x-16 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-4rem*var(--space-x-reverse)) !important;
		margin-left: calc(-4rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:-space-y-20 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-5rem*var(--space-y-reverse)) !important
	}

	.md\:-space-x-20 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-5rem*var(--space-x-reverse)) !important;
		margin-left: calc(-5rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:-space-y-24 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-6rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-6rem*var(--space-y-reverse)) !important
	}

	.md\:-space-x-24 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-6rem*var(--space-x-reverse)) !important;
		margin-left: calc(-6rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:-space-y-32 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-8rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-8rem*var(--space-y-reverse)) !important
	}

	.md\:-space-x-32 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-8rem*var(--space-x-reverse)) !important;
		margin-left: calc(-8rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:-space-y-40 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-10rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-10rem*var(--space-y-reverse)) !important
	}

	.md\:-space-x-40 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-10rem*var(--space-x-reverse)) !important;
		margin-left: calc(-10rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:-space-y-48 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-12rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-12rem*var(--space-y-reverse)) !important
	}

	.md\:-space-x-48 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-12rem*var(--space-x-reverse)) !important;
		margin-left: calc(-12rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:-space-y-56 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-14rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-14rem*var(--space-y-reverse)) !important
	}

	.md\:-space-x-56 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-14rem*var(--space-x-reverse)) !important;
		margin-left: calc(-14rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:-space-y-64 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-16rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-16rem*var(--space-y-reverse)) !important
	}

	.md\:-space-x-64 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-16rem*var(--space-x-reverse)) !important;
		margin-left: calc(-16rem*(1 - var(--space-x-reverse))) !important
	}

	.md\:-space-y-px > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-1px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-1px*var(--space-y-reverse)) !important
	}

	.md\:-space-x-px > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-1px*var(--space-x-reverse)) !important;
		margin-left: calc(-1px*(1 - var(--space-x-reverse))) !important
	}

	.md\:-space-y--50 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(50px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(50px*var(--space-y-reverse)) !important
	}

	.md\:-space-x--50 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(50px*var(--space-x-reverse)) !important;
		margin-left: calc(50px*(1 - var(--space-x-reverse))) !important
	}

	.md\:space-y-reverse > :not(template) ~ :not(template) {
		--space-y-reverse: 1 !important
	}

	.md\:space-x-reverse > :not(template) ~ :not(template) {
		--space-x-reverse: 1 !important
	}

	.md\:divide-opacity-0 > :not(template) ~ :not(template) {
		--divide-opacity: 0 !important
	}

	.md\:divide-opacity-25 > :not(template) ~ :not(template) {
		--divide-opacity: 0.25 !important
	}

	.md\:divide-opacity-50 > :not(template) ~ :not(template) {
		--divide-opacity: 0.5 !important
	}

	.md\:divide-opacity-75 > :not(template) ~ :not(template) {
		--divide-opacity: 0.75 !important
	}

	.md\:divide-opacity-100 > :not(template) ~ :not(template) {
		--divide-opacity: 1 !important
	}

	.md\:bg-fixed {
		background-attachment: fixed !important
	}

	.md\:bg-local {
		background-attachment: local !important
	}

	.md\:bg-scroll {
		background-attachment: scroll !important
	}

	.md\:bg-clip-border {
		background-clip: border-box !important
	}

	.md\:bg-clip-padding {
		background-clip: padding-box !important
	}

	.md\:bg-clip-content {
		background-clip: content-box !important
	}

	.md\:bg-clip-text {
		-webkit-background-clip: text !important;
		background-clip: text !important
	}

	.md\:bg-666 {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.md\:bg-transparent {
		background-color: transparent !important
	}

	.md\:bg-current {
		background-color: currentColor !important
	}

	.md\:bg-black-100 {
		--bg-opacity: 1 !important;
		background-color: #141d3e !important;
		background-color: rgba(20,29,62,var(--bg-opacity)) !important
	}

	.md\:bg-black-200 {
		--bg-opacity: 1 !important;
		background-color: #212935 !important;
		background-color: rgba(33,41,53,var(--bg-opacity)) !important
	}

	.md\:bg-black-300 {
		--bg-opacity: 1 !important;
		background-color: #323648 !important;
		background-color: rgba(50,54,72,var(--bg-opacity)) !important
	}

	.md\:bg-white {
		--bg-opacity: 1 !important;
		background-color: #fff !important;
		background-color: rgba(255,255,255,var(--bg-opacity)) !important
	}

	.md\:bg-gray-100 {
		--bg-opacity: 1 !important;
		background-color: #f6f6f6 !important;
		background-color: rgba(246,246,246,var(--bg-opacity)) !important
	}

	.md\:bg-gray-200 {
		--bg-opacity: 1 !important;
		background-color: #e5e5e5 !important;
		background-color: rgba(229,229,229,var(--bg-opacity)) !important
	}

	.md\:bg-gray-300 {
		--bg-opacity: 1 !important;
		background-color: #c4c4c4 !important;
		background-color: rgba(196,196,196,var(--bg-opacity)) !important
	}

	.md\:bg-gray-400 {
		--bg-opacity: 1 !important;
		background-color: #aaaaad !important;
		background-color: rgba(170,170,173,var(--bg-opacity)) !important
	}

	.md\:bg-gray-500 {
		--bg-opacity: 1 !important;
		background-color: #9fa2ac !important;
		background-color: rgba(159,162,172,var(--bg-opacity)) !important
	}

	.md\:bg-gray-600 {
		--bg-opacity: 1 !important;
		background-color: #8f9191 !important;
		background-color: rgba(143,145,145,var(--bg-opacity)) !important
	}

	.md\:bg-gray-700 {
		--bg-opacity: 1 !important;
		background-color: #70727f !important;
		background-color: rgba(112,114,127,var(--bg-opacity)) !important
	}

	.md\:bg-gray-800 {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.md\:bg-red-100 {
		--bg-opacity: 1 !important;
		background-color: #fff5f5 !important;
		background-color: rgba(255,245,245,var(--bg-opacity)) !important
	}

	.md\:bg-red-200 {
		--bg-opacity: 1 !important;
		background-color: #fed7d7 !important;
		background-color: rgba(254,215,215,var(--bg-opacity)) !important
	}

	.md\:bg-red-300 {
		--bg-opacity: 1 !important;
		background-color: #feb2b2 !important;
		background-color: rgba(254,178,178,var(--bg-opacity)) !important
	}

	.md\:bg-red-400 {
		--bg-opacity: 1 !important;
		background-color: #fc8181 !important;
		background-color: rgba(252,129,129,var(--bg-opacity)) !important
	}

	.md\:bg-red-500 {
		--bg-opacity: 1 !important;
		background-color: #f56565 !important;
		background-color: rgba(245,101,101,var(--bg-opacity)) !important
	}

	.md\:bg-red-600 {
		--bg-opacity: 1 !important;
		background-color: #e53e3e !important;
		background-color: rgba(229,62,62,var(--bg-opacity)) !important
	}

	.md\:bg-red-700 {
		--bg-opacity: 1 !important;
		background-color: #c53030 !important;
		background-color: rgba(197,48,48,var(--bg-opacity)) !important
	}

	.md\:bg-red-800 {
		--bg-opacity: 1 !important;
		background-color: #9b2c2c !important;
		background-color: rgba(155,44,44,var(--bg-opacity)) !important
	}

	.md\:bg-red-900 {
		--bg-opacity: 1 !important;
		background-color: #742a2a !important;
		background-color: rgba(116,42,42,var(--bg-opacity)) !important
	}

	.md\:bg-orange {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.md\:bg-yellow-100 {
		--bg-opacity: 1 !important;
		background-color: ivory !important;
		background-color: rgba(255,255,240,var(--bg-opacity)) !important
	}

	.md\:bg-yellow-200 {
		--bg-opacity: 1 !important;
		background-color: #fefcbf !important;
		background-color: rgba(254,252,191,var(--bg-opacity)) !important
	}

	.md\:bg-yellow-300 {
		--bg-opacity: 1 !important;
		background-color: #faf089 !important;
		background-color: rgba(250,240,137,var(--bg-opacity)) !important
	}

	.md\:bg-yellow-400 {
		--bg-opacity: 1 !important;
		background-color: #f6e05e !important;
		background-color: rgba(246,224,94,var(--bg-opacity)) !important
	}

	.md\:bg-yellow-500 {
		--bg-opacity: 1 !important;
		background-color: #ecc94b !important;
		background-color: rgba(236,201,75,var(--bg-opacity)) !important
	}

	.md\:bg-yellow-600 {
		--bg-opacity: 1 !important;
		background-color: #d69e2e !important;
		background-color: rgba(214,158,46,var(--bg-opacity)) !important
	}

	.md\:bg-yellow-700 {
		--bg-opacity: 1 !important;
		background-color: #b7791f !important;
		background-color: rgba(183,121,31,var(--bg-opacity)) !important
	}

	.md\:bg-yellow-800 {
		--bg-opacity: 1 !important;
		background-color: #975a16 !important;
		background-color: rgba(151,90,22,var(--bg-opacity)) !important
	}

	.md\:bg-yellow-900 {
		--bg-opacity: 1 !important;
		background-color: #744210 !important;
		background-color: rgba(116,66,16,var(--bg-opacity)) !important
	}

	.md\:bg-green-100 {
		--bg-opacity: 1 !important;
		background-color: #f0fff4 !important;
		background-color: rgba(240,255,244,var(--bg-opacity)) !important
	}

	.md\:bg-green-200 {
		--bg-opacity: 1 !important;
		background-color: #c6f6d5 !important;
		background-color: rgba(198,246,213,var(--bg-opacity)) !important
	}

	.md\:bg-green-300 {
		--bg-opacity: 1 !important;
		background-color: #9ae6b4 !important;
		background-color: rgba(154,230,180,var(--bg-opacity)) !important
	}

	.md\:bg-green-400 {
		--bg-opacity: 1 !important;
		background-color: #68d391 !important;
		background-color: rgba(104,211,145,var(--bg-opacity)) !important
	}

	.md\:bg-green-500 {
		--bg-opacity: 1 !important;
		background-color: #48bb78 !important;
		background-color: rgba(72,187,120,var(--bg-opacity)) !important
	}

	.md\:bg-green-600 {
		--bg-opacity: 1 !important;
		background-color: #38a169 !important;
		background-color: rgba(56,161,105,var(--bg-opacity)) !important
	}

	.md\:bg-green-700 {
		--bg-opacity: 1 !important;
		background-color: #2f855a !important;
		background-color: rgba(47,133,90,var(--bg-opacity)) !important
	}

	.md\:bg-green-800 {
		--bg-opacity: 1 !important;
		background-color: #276749 !important;
		background-color: rgba(39,103,73,var(--bg-opacity)) !important
	}

	.md\:bg-green-900 {
		--bg-opacity: 1 !important;
		background-color: #22543d !important;
		background-color: rgba(34,84,61,var(--bg-opacity)) !important
	}

	.md\:bg-teal-100 {
		--bg-opacity: 1 !important;
		background-color: #e6fffa !important;
		background-color: rgba(230,255,250,var(--bg-opacity)) !important
	}

	.md\:bg-teal-200 {
		--bg-opacity: 1 !important;
		background-color: #b2f5ea !important;
		background-color: rgba(178,245,234,var(--bg-opacity)) !important
	}

	.md\:bg-teal-300 {
		--bg-opacity: 1 !important;
		background-color: #81e6d9 !important;
		background-color: rgba(129,230,217,var(--bg-opacity)) !important
	}

	.md\:bg-teal-400 {
		--bg-opacity: 1 !important;
		background-color: #4fd1c5 !important;
		background-color: rgba(79,209,197,var(--bg-opacity)) !important
	}

	.md\:bg-teal-500 {
		--bg-opacity: 1 !important;
		background-color: #38b2ac !important;
		background-color: rgba(56,178,172,var(--bg-opacity)) !important
	}

	.md\:bg-teal-600 {
		--bg-opacity: 1 !important;
		background-color: #319795 !important;
		background-color: rgba(49,151,149,var(--bg-opacity)) !important
	}

	.md\:bg-teal-700 {
		--bg-opacity: 1 !important;
		background-color: #2c7a7b !important;
		background-color: rgba(44,122,123,var(--bg-opacity)) !important
	}

	.md\:bg-teal-800 {
		--bg-opacity: 1 !important;
		background-color: #285e61 !important;
		background-color: rgba(40,94,97,var(--bg-opacity)) !important
	}

	.md\:bg-teal-900 {
		--bg-opacity: 1 !important;
		background-color: #234e52 !important;
		background-color: rgba(35,78,82,var(--bg-opacity)) !important
	}

	.md\:bg-blue-100 {
		--bg-opacity: 1 !important;
		background-color: #ebf8ff !important;
		background-color: rgba(235,248,255,var(--bg-opacity)) !important
	}

	.md\:bg-blue-200 {
		--bg-opacity: 1 !important;
		background-color: #bee3f8 !important;
		background-color: rgba(190,227,248,var(--bg-opacity)) !important
	}

	.md\:bg-blue-300 {
		--bg-opacity: 1 !important;
		background-color: #90cdf4 !important;
		background-color: rgba(144,205,244,var(--bg-opacity)) !important
	}

	.md\:bg-blue-400 {
		--bg-opacity: 1 !important;
		background-color: #63b3ed !important;
		background-color: rgba(99,179,237,var(--bg-opacity)) !important
	}

	.md\:bg-blue-500 {
		--bg-opacity: 1 !important;
		background-color: #4299e1 !important;
		background-color: rgba(66,153,225,var(--bg-opacity)) !important
	}

	.md\:bg-blue-600 {
		--bg-opacity: 1 !important;
		background-color: #3182ce !important;
		background-color: rgba(49,130,206,var(--bg-opacity)) !important
	}

	.md\:bg-blue-700 {
		--bg-opacity: 1 !important;
		background-color: #2b6cb0 !important;
		background-color: rgba(43,108,176,var(--bg-opacity)) !important
	}

	.md\:bg-blue-800 {
		--bg-opacity: 1 !important;
		background-color: #2c5282 !important;
		background-color: rgba(44,82,130,var(--bg-opacity)) !important
	}

	.md\:bg-blue-900 {
		--bg-opacity: 1 !important;
		background-color: #2a4365 !important;
		background-color: rgba(42,67,101,var(--bg-opacity)) !important
	}

	.md\:bg-indigo-100 {
		--bg-opacity: 1 !important;
		background-color: #ebf4ff !important;
		background-color: rgba(235,244,255,var(--bg-opacity)) !important
	}

	.md\:bg-indigo-200 {
		--bg-opacity: 1 !important;
		background-color: #c3dafe !important;
		background-color: rgba(195,218,254,var(--bg-opacity)) !important
	}

	.md\:bg-indigo-300 {
		--bg-opacity: 1 !important;
		background-color: #a3bffa !important;
		background-color: rgba(163,191,250,var(--bg-opacity)) !important
	}

	.md\:bg-indigo-400 {
		--bg-opacity: 1 !important;
		background-color: #7f9cf5 !important;
		background-color: rgba(127,156,245,var(--bg-opacity)) !important
	}

	.md\:bg-indigo-500 {
		--bg-opacity: 1 !important;
		background-color: #667eea !important;
		background-color: rgba(102,126,234,var(--bg-opacity)) !important
	}

	.md\:bg-indigo-600 {
		--bg-opacity: 1 !important;
		background-color: #5a67d8 !important;
		background-color: rgba(90,103,216,var(--bg-opacity)) !important
	}

	.md\:bg-indigo-700 {
		--bg-opacity: 1 !important;
		background-color: #4c51bf !important;
		background-color: rgba(76,81,191,var(--bg-opacity)) !important
	}

	.md\:bg-indigo-800 {
		--bg-opacity: 1 !important;
		background-color: #434190 !important;
		background-color: rgba(67,65,144,var(--bg-opacity)) !important
	}

	.md\:bg-indigo-900 {
		--bg-opacity: 1 !important;
		background-color: #3c366b !important;
		background-color: rgba(60,54,107,var(--bg-opacity)) !important
	}

	.md\:bg-purple-100 {
		--bg-opacity: 1 !important;
		background-color: #faf5ff !important;
		background-color: rgba(250,245,255,var(--bg-opacity)) !important
	}

	.md\:bg-purple-200 {
		--bg-opacity: 1 !important;
		background-color: #e9d8fd !important;
		background-color: rgba(233,216,253,var(--bg-opacity)) !important
	}

	.md\:bg-purple-300 {
		--bg-opacity: 1 !important;
		background-color: #d6bcfa !important;
		background-color: rgba(214,188,250,var(--bg-opacity)) !important
	}

	.md\:bg-purple-400 {
		--bg-opacity: 1 !important;
		background-color: #b794f4 !important;
		background-color: rgba(183,148,244,var(--bg-opacity)) !important
	}

	.md\:bg-purple-500 {
		--bg-opacity: 1 !important;
		background-color: #9f7aea !important;
		background-color: rgba(159,122,234,var(--bg-opacity)) !important
	}

	.md\:bg-purple-600 {
		--bg-opacity: 1 !important;
		background-color: #805ad5 !important;
		background-color: rgba(128,90,213,var(--bg-opacity)) !important
	}

	.md\:bg-purple-700 {
		--bg-opacity: 1 !important;
		background-color: #6b46c1 !important;
		background-color: rgba(107,70,193,var(--bg-opacity)) !important
	}

	.md\:bg-purple-800 {
		--bg-opacity: 1 !important;
		background-color: #553c9a !important;
		background-color: rgba(85,60,154,var(--bg-opacity)) !important
	}

	.md\:bg-purple-900 {
		--bg-opacity: 1 !important;
		background-color: #44337a !important;
		background-color: rgba(68,51,122,var(--bg-opacity)) !important
	}

	.md\:bg-pink-100 {
		--bg-opacity: 1 !important;
		background-color: #fff5f7 !important;
		background-color: rgba(255,245,247,var(--bg-opacity)) !important
	}

	.md\:bg-pink-200 {
		--bg-opacity: 1 !important;
		background-color: #fed7e2 !important;
		background-color: rgba(254,215,226,var(--bg-opacity)) !important
	}

	.md\:bg-pink-300 {
		--bg-opacity: 1 !important;
		background-color: #fbb6ce !important;
		background-color: rgba(251,182,206,var(--bg-opacity)) !important
	}

	.md\:bg-pink-400 {
		--bg-opacity: 1 !important;
		background-color: #f687b3 !important;
		background-color: rgba(246,135,179,var(--bg-opacity)) !important
	}

	.md\:bg-pink-500 {
		--bg-opacity: 1 !important;
		background-color: #ed64a6 !important;
		background-color: rgba(237,100,166,var(--bg-opacity)) !important
	}

	.md\:bg-pink-600 {
		--bg-opacity: 1 !important;
		background-color: #d53f8c !important;
		background-color: rgba(213,63,140,var(--bg-opacity)) !important
	}

	.md\:bg-pink-700 {
		--bg-opacity: 1 !important;
		background-color: #b83280 !important;
		background-color: rgba(184,50,128,var(--bg-opacity)) !important
	}

	.md\:bg-pink-800 {
		--bg-opacity: 1 !important;
		background-color: #97266d !important;
		background-color: rgba(151,38,109,var(--bg-opacity)) !important
	}

	.md\:bg-pink-900 {
		--bg-opacity: 1 !important;
		background-color: #702459 !important;
		background-color: rgba(112,36,89,var(--bg-opacity)) !important
	}

	.md\:bg-orange-400 {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.md\:bg-orange-500 {
		--bg-opacity: 1 !important;
		background-color: #f54a08 !important;
		background-color: rgba(245,74,8,var(--bg-opacity)) !important
	}

	.md\:bg-f3f {
		--bg-opacity: 1 !important;
		background-color: #f3f3f3 !important;
		background-color: rgba(243,243,243,var(--bg-opacity)) !important
	}

	.md\:bg-primary {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.md\:bg-primary-100 {
		background-color: rgba(238,87,35,.9) !important
	}

	.md\:hover\:bg-666:hover {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-transparent:hover {
		background-color: transparent !important
	}

	.md\:hover\:bg-current:hover {
		background-color: currentColor !important
	}

	.md\:hover\:bg-black-100:hover {
		--bg-opacity: 1 !important;
		background-color: #141d3e !important;
		background-color: rgba(20,29,62,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-black-200:hover {
		--bg-opacity: 1 !important;
		background-color: #212935 !important;
		background-color: rgba(33,41,53,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-black-300:hover {
		--bg-opacity: 1 !important;
		background-color: #323648 !important;
		background-color: rgba(50,54,72,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-white:hover {
		--bg-opacity: 1 !important;
		background-color: #fff !important;
		background-color: rgba(255,255,255,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-gray-100:hover {
		--bg-opacity: 1 !important;
		background-color: #f6f6f6 !important;
		background-color: rgba(246,246,246,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-gray-200:hover {
		--bg-opacity: 1 !important;
		background-color: #e5e5e5 !important;
		background-color: rgba(229,229,229,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-gray-300:hover {
		--bg-opacity: 1 !important;
		background-color: #c4c4c4 !important;
		background-color: rgba(196,196,196,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-gray-400:hover {
		--bg-opacity: 1 !important;
		background-color: #aaaaad !important;
		background-color: rgba(170,170,173,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-gray-500:hover {
		--bg-opacity: 1 !important;
		background-color: #9fa2ac !important;
		background-color: rgba(159,162,172,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-gray-600:hover {
		--bg-opacity: 1 !important;
		background-color: #8f9191 !important;
		background-color: rgba(143,145,145,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-gray-700:hover {
		--bg-opacity: 1 !important;
		background-color: #70727f !important;
		background-color: rgba(112,114,127,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-gray-800:hover {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-red-100:hover {
		--bg-opacity: 1 !important;
		background-color: #fff5f5 !important;
		background-color: rgba(255,245,245,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-red-200:hover {
		--bg-opacity: 1 !important;
		background-color: #fed7d7 !important;
		background-color: rgba(254,215,215,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-red-300:hover {
		--bg-opacity: 1 !important;
		background-color: #feb2b2 !important;
		background-color: rgba(254,178,178,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-red-400:hover {
		--bg-opacity: 1 !important;
		background-color: #fc8181 !important;
		background-color: rgba(252,129,129,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-red-500:hover {
		--bg-opacity: 1 !important;
		background-color: #f56565 !important;
		background-color: rgba(245,101,101,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-red-600:hover {
		--bg-opacity: 1 !important;
		background-color: #e53e3e !important;
		background-color: rgba(229,62,62,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-red-700:hover {
		--bg-opacity: 1 !important;
		background-color: #c53030 !important;
		background-color: rgba(197,48,48,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-red-800:hover {
		--bg-opacity: 1 !important;
		background-color: #9b2c2c !important;
		background-color: rgba(155,44,44,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-red-900:hover {
		--bg-opacity: 1 !important;
		background-color: #742a2a !important;
		background-color: rgba(116,42,42,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-orange:hover {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-yellow-100:hover {
		--bg-opacity: 1 !important;
		background-color: ivory !important;
		background-color: rgba(255,255,240,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-yellow-200:hover {
		--bg-opacity: 1 !important;
		background-color: #fefcbf !important;
		background-color: rgba(254,252,191,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-yellow-300:hover {
		--bg-opacity: 1 !important;
		background-color: #faf089 !important;
		background-color: rgba(250,240,137,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-yellow-400:hover {
		--bg-opacity: 1 !important;
		background-color: #f6e05e !important;
		background-color: rgba(246,224,94,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-yellow-500:hover {
		--bg-opacity: 1 !important;
		background-color: #ecc94b !important;
		background-color: rgba(236,201,75,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-yellow-600:hover {
		--bg-opacity: 1 !important;
		background-color: #d69e2e !important;
		background-color: rgba(214,158,46,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-yellow-700:hover {
		--bg-opacity: 1 !important;
		background-color: #b7791f !important;
		background-color: rgba(183,121,31,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-yellow-800:hover {
		--bg-opacity: 1 !important;
		background-color: #975a16 !important;
		background-color: rgba(151,90,22,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-yellow-900:hover {
		--bg-opacity: 1 !important;
		background-color: #744210 !important;
		background-color: rgba(116,66,16,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-green-100:hover {
		--bg-opacity: 1 !important;
		background-color: #f0fff4 !important;
		background-color: rgba(240,255,244,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-green-200:hover {
		--bg-opacity: 1 !important;
		background-color: #c6f6d5 !important;
		background-color: rgba(198,246,213,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-green-300:hover {
		--bg-opacity: 1 !important;
		background-color: #9ae6b4 !important;
		background-color: rgba(154,230,180,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-green-400:hover {
		--bg-opacity: 1 !important;
		background-color: #68d391 !important;
		background-color: rgba(104,211,145,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-green-500:hover {
		--bg-opacity: 1 !important;
		background-color: #48bb78 !important;
		background-color: rgba(72,187,120,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-green-600:hover {
		--bg-opacity: 1 !important;
		background-color: #38a169 !important;
		background-color: rgba(56,161,105,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-green-700:hover {
		--bg-opacity: 1 !important;
		background-color: #2f855a !important;
		background-color: rgba(47,133,90,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-green-800:hover {
		--bg-opacity: 1 !important;
		background-color: #276749 !important;
		background-color: rgba(39,103,73,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-green-900:hover {
		--bg-opacity: 1 !important;
		background-color: #22543d !important;
		background-color: rgba(34,84,61,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-teal-100:hover {
		--bg-opacity: 1 !important;
		background-color: #e6fffa !important;
		background-color: rgba(230,255,250,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-teal-200:hover {
		--bg-opacity: 1 !important;
		background-color: #b2f5ea !important;
		background-color: rgba(178,245,234,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-teal-300:hover {
		--bg-opacity: 1 !important;
		background-color: #81e6d9 !important;
		background-color: rgba(129,230,217,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-teal-400:hover {
		--bg-opacity: 1 !important;
		background-color: #4fd1c5 !important;
		background-color: rgba(79,209,197,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-teal-500:hover {
		--bg-opacity: 1 !important;
		background-color: #38b2ac !important;
		background-color: rgba(56,178,172,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-teal-600:hover {
		--bg-opacity: 1 !important;
		background-color: #319795 !important;
		background-color: rgba(49,151,149,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-teal-700:hover {
		--bg-opacity: 1 !important;
		background-color: #2c7a7b !important;
		background-color: rgba(44,122,123,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-teal-800:hover {
		--bg-opacity: 1 !important;
		background-color: #285e61 !important;
		background-color: rgba(40,94,97,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-teal-900:hover {
		--bg-opacity: 1 !important;
		background-color: #234e52 !important;
		background-color: rgba(35,78,82,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-blue-100:hover {
		--bg-opacity: 1 !important;
		background-color: #ebf8ff !important;
		background-color: rgba(235,248,255,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-blue-200:hover {
		--bg-opacity: 1 !important;
		background-color: #bee3f8 !important;
		background-color: rgba(190,227,248,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-blue-300:hover {
		--bg-opacity: 1 !important;
		background-color: #90cdf4 !important;
		background-color: rgba(144,205,244,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-blue-400:hover {
		--bg-opacity: 1 !important;
		background-color: #63b3ed !important;
		background-color: rgba(99,179,237,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-blue-500:hover {
		--bg-opacity: 1 !important;
		background-color: #4299e1 !important;
		background-color: rgba(66,153,225,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-blue-600:hover {
		--bg-opacity: 1 !important;
		background-color: #3182ce !important;
		background-color: rgba(49,130,206,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-blue-700:hover {
		--bg-opacity: 1 !important;
		background-color: #2b6cb0 !important;
		background-color: rgba(43,108,176,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-blue-800:hover {
		--bg-opacity: 1 !important;
		background-color: #2c5282 !important;
		background-color: rgba(44,82,130,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-blue-900:hover {
		--bg-opacity: 1 !important;
		background-color: #2a4365 !important;
		background-color: rgba(42,67,101,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-indigo-100:hover {
		--bg-opacity: 1 !important;
		background-color: #ebf4ff !important;
		background-color: rgba(235,244,255,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-indigo-200:hover {
		--bg-opacity: 1 !important;
		background-color: #c3dafe !important;
		background-color: rgba(195,218,254,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-indigo-300:hover {
		--bg-opacity: 1 !important;
		background-color: #a3bffa !important;
		background-color: rgba(163,191,250,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-indigo-400:hover {
		--bg-opacity: 1 !important;
		background-color: #7f9cf5 !important;
		background-color: rgba(127,156,245,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-indigo-500:hover {
		--bg-opacity: 1 !important;
		background-color: #667eea !important;
		background-color: rgba(102,126,234,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-indigo-600:hover {
		--bg-opacity: 1 !important;
		background-color: #5a67d8 !important;
		background-color: rgba(90,103,216,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-indigo-700:hover {
		--bg-opacity: 1 !important;
		background-color: #4c51bf !important;
		background-color: rgba(76,81,191,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-indigo-800:hover {
		--bg-opacity: 1 !important;
		background-color: #434190 !important;
		background-color: rgba(67,65,144,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-indigo-900:hover {
		--bg-opacity: 1 !important;
		background-color: #3c366b !important;
		background-color: rgba(60,54,107,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-purple-100:hover {
		--bg-opacity: 1 !important;
		background-color: #faf5ff !important;
		background-color: rgba(250,245,255,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-purple-200:hover {
		--bg-opacity: 1 !important;
		background-color: #e9d8fd !important;
		background-color: rgba(233,216,253,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-purple-300:hover {
		--bg-opacity: 1 !important;
		background-color: #d6bcfa !important;
		background-color: rgba(214,188,250,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-purple-400:hover {
		--bg-opacity: 1 !important;
		background-color: #b794f4 !important;
		background-color: rgba(183,148,244,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-purple-500:hover {
		--bg-opacity: 1 !important;
		background-color: #9f7aea !important;
		background-color: rgba(159,122,234,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-purple-600:hover {
		--bg-opacity: 1 !important;
		background-color: #805ad5 !important;
		background-color: rgba(128,90,213,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-purple-700:hover {
		--bg-opacity: 1 !important;
		background-color: #6b46c1 !important;
		background-color: rgba(107,70,193,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-purple-800:hover {
		--bg-opacity: 1 !important;
		background-color: #553c9a !important;
		background-color: rgba(85,60,154,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-purple-900:hover {
		--bg-opacity: 1 !important;
		background-color: #44337a !important;
		background-color: rgba(68,51,122,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-pink-100:hover {
		--bg-opacity: 1 !important;
		background-color: #fff5f7 !important;
		background-color: rgba(255,245,247,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-pink-200:hover {
		--bg-opacity: 1 !important;
		background-color: #fed7e2 !important;
		background-color: rgba(254,215,226,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-pink-300:hover {
		--bg-opacity: 1 !important;
		background-color: #fbb6ce !important;
		background-color: rgba(251,182,206,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-pink-400:hover {
		--bg-opacity: 1 !important;
		background-color: #f687b3 !important;
		background-color: rgba(246,135,179,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-pink-500:hover {
		--bg-opacity: 1 !important;
		background-color: #ed64a6 !important;
		background-color: rgba(237,100,166,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-pink-600:hover {
		--bg-opacity: 1 !important;
		background-color: #d53f8c !important;
		background-color: rgba(213,63,140,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-pink-700:hover {
		--bg-opacity: 1 !important;
		background-color: #b83280 !important;
		background-color: rgba(184,50,128,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-pink-800:hover {
		--bg-opacity: 1 !important;
		background-color: #97266d !important;
		background-color: rgba(151,38,109,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-pink-900:hover {
		--bg-opacity: 1 !important;
		background-color: #702459 !important;
		background-color: rgba(112,36,89,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-orange-400:hover {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-orange-500:hover {
		--bg-opacity: 1 !important;
		background-color: #f54a08 !important;
		background-color: rgba(245,74,8,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-f3f:hover {
		--bg-opacity: 1 !important;
		background-color: #f3f3f3 !important;
		background-color: rgba(243,243,243,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-primary:hover {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.md\:hover\:bg-primary-100:hover {
		background-color: rgba(238,87,35,.9) !important
	}

	.md\:focus\:bg-666:focus {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-transparent:focus {
		background-color: transparent !important
	}

	.md\:focus\:bg-current:focus {
		background-color: currentColor !important
	}

	.md\:focus\:bg-black-100:focus {
		--bg-opacity: 1 !important;
		background-color: #141d3e !important;
		background-color: rgba(20,29,62,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-black-200:focus {
		--bg-opacity: 1 !important;
		background-color: #212935 !important;
		background-color: rgba(33,41,53,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-black-300:focus {
		--bg-opacity: 1 !important;
		background-color: #323648 !important;
		background-color: rgba(50,54,72,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-white:focus {
		--bg-opacity: 1 !important;
		background-color: #fff !important;
		background-color: rgba(255,255,255,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-gray-100:focus {
		--bg-opacity: 1 !important;
		background-color: #f6f6f6 !important;
		background-color: rgba(246,246,246,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-gray-200:focus {
		--bg-opacity: 1 !important;
		background-color: #e5e5e5 !important;
		background-color: rgba(229,229,229,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-gray-300:focus {
		--bg-opacity: 1 !important;
		background-color: #c4c4c4 !important;
		background-color: rgba(196,196,196,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-gray-400:focus {
		--bg-opacity: 1 !important;
		background-color: #aaaaad !important;
		background-color: rgba(170,170,173,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-gray-500:focus {
		--bg-opacity: 1 !important;
		background-color: #9fa2ac !important;
		background-color: rgba(159,162,172,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-gray-600:focus {
		--bg-opacity: 1 !important;
		background-color: #8f9191 !important;
		background-color: rgba(143,145,145,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-gray-700:focus {
		--bg-opacity: 1 !important;
		background-color: #70727f !important;
		background-color: rgba(112,114,127,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-gray-800:focus {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-red-100:focus {
		--bg-opacity: 1 !important;
		background-color: #fff5f5 !important;
		background-color: rgba(255,245,245,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-red-200:focus {
		--bg-opacity: 1 !important;
		background-color: #fed7d7 !important;
		background-color: rgba(254,215,215,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-red-300:focus {
		--bg-opacity: 1 !important;
		background-color: #feb2b2 !important;
		background-color: rgba(254,178,178,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-red-400:focus {
		--bg-opacity: 1 !important;
		background-color: #fc8181 !important;
		background-color: rgba(252,129,129,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-red-500:focus {
		--bg-opacity: 1 !important;
		background-color: #f56565 !important;
		background-color: rgba(245,101,101,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-red-600:focus {
		--bg-opacity: 1 !important;
		background-color: #e53e3e !important;
		background-color: rgba(229,62,62,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-red-700:focus {
		--bg-opacity: 1 !important;
		background-color: #c53030 !important;
		background-color: rgba(197,48,48,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-red-800:focus {
		--bg-opacity: 1 !important;
		background-color: #9b2c2c !important;
		background-color: rgba(155,44,44,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-red-900:focus {
		--bg-opacity: 1 !important;
		background-color: #742a2a !important;
		background-color: rgba(116,42,42,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-orange:focus {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-yellow-100:focus {
		--bg-opacity: 1 !important;
		background-color: ivory !important;
		background-color: rgba(255,255,240,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-yellow-200:focus {
		--bg-opacity: 1 !important;
		background-color: #fefcbf !important;
		background-color: rgba(254,252,191,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-yellow-300:focus {
		--bg-opacity: 1 !important;
		background-color: #faf089 !important;
		background-color: rgba(250,240,137,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-yellow-400:focus {
		--bg-opacity: 1 !important;
		background-color: #f6e05e !important;
		background-color: rgba(246,224,94,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-yellow-500:focus {
		--bg-opacity: 1 !important;
		background-color: #ecc94b !important;
		background-color: rgba(236,201,75,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-yellow-600:focus {
		--bg-opacity: 1 !important;
		background-color: #d69e2e !important;
		background-color: rgba(214,158,46,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-yellow-700:focus {
		--bg-opacity: 1 !important;
		background-color: #b7791f !important;
		background-color: rgba(183,121,31,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-yellow-800:focus {
		--bg-opacity: 1 !important;
		background-color: #975a16 !important;
		background-color: rgba(151,90,22,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-yellow-900:focus {
		--bg-opacity: 1 !important;
		background-color: #744210 !important;
		background-color: rgba(116,66,16,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-green-100:focus {
		--bg-opacity: 1 !important;
		background-color: #f0fff4 !important;
		background-color: rgba(240,255,244,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-green-200:focus {
		--bg-opacity: 1 !important;
		background-color: #c6f6d5 !important;
		background-color: rgba(198,246,213,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-green-300:focus {
		--bg-opacity: 1 !important;
		background-color: #9ae6b4 !important;
		background-color: rgba(154,230,180,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-green-400:focus {
		--bg-opacity: 1 !important;
		background-color: #68d391 !important;
		background-color: rgba(104,211,145,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-green-500:focus {
		--bg-opacity: 1 !important;
		background-color: #48bb78 !important;
		background-color: rgba(72,187,120,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-green-600:focus {
		--bg-opacity: 1 !important;
		background-color: #38a169 !important;
		background-color: rgba(56,161,105,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-green-700:focus {
		--bg-opacity: 1 !important;
		background-color: #2f855a !important;
		background-color: rgba(47,133,90,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-green-800:focus {
		--bg-opacity: 1 !important;
		background-color: #276749 !important;
		background-color: rgba(39,103,73,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-green-900:focus {
		--bg-opacity: 1 !important;
		background-color: #22543d !important;
		background-color: rgba(34,84,61,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-teal-100:focus {
		--bg-opacity: 1 !important;
		background-color: #e6fffa !important;
		background-color: rgba(230,255,250,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-teal-200:focus {
		--bg-opacity: 1 !important;
		background-color: #b2f5ea !important;
		background-color: rgba(178,245,234,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-teal-300:focus {
		--bg-opacity: 1 !important;
		background-color: #81e6d9 !important;
		background-color: rgba(129,230,217,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-teal-400:focus {
		--bg-opacity: 1 !important;
		background-color: #4fd1c5 !important;
		background-color: rgba(79,209,197,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-teal-500:focus {
		--bg-opacity: 1 !important;
		background-color: #38b2ac !important;
		background-color: rgba(56,178,172,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-teal-600:focus {
		--bg-opacity: 1 !important;
		background-color: #319795 !important;
		background-color: rgba(49,151,149,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-teal-700:focus {
		--bg-opacity: 1 !important;
		background-color: #2c7a7b !important;
		background-color: rgba(44,122,123,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-teal-800:focus {
		--bg-opacity: 1 !important;
		background-color: #285e61 !important;
		background-color: rgba(40,94,97,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-teal-900:focus {
		--bg-opacity: 1 !important;
		background-color: #234e52 !important;
		background-color: rgba(35,78,82,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-blue-100:focus {
		--bg-opacity: 1 !important;
		background-color: #ebf8ff !important;
		background-color: rgba(235,248,255,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-blue-200:focus {
		--bg-opacity: 1 !important;
		background-color: #bee3f8 !important;
		background-color: rgba(190,227,248,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-blue-300:focus {
		--bg-opacity: 1 !important;
		background-color: #90cdf4 !important;
		background-color: rgba(144,205,244,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-blue-400:focus {
		--bg-opacity: 1 !important;
		background-color: #63b3ed !important;
		background-color: rgba(99,179,237,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-blue-500:focus {
		--bg-opacity: 1 !important;
		background-color: #4299e1 !important;
		background-color: rgba(66,153,225,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-blue-600:focus {
		--bg-opacity: 1 !important;
		background-color: #3182ce !important;
		background-color: rgba(49,130,206,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-blue-700:focus {
		--bg-opacity: 1 !important;
		background-color: #2b6cb0 !important;
		background-color: rgba(43,108,176,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-blue-800:focus {
		--bg-opacity: 1 !important;
		background-color: #2c5282 !important;
		background-color: rgba(44,82,130,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-blue-900:focus {
		--bg-opacity: 1 !important;
		background-color: #2a4365 !important;
		background-color: rgba(42,67,101,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-indigo-100:focus {
		--bg-opacity: 1 !important;
		background-color: #ebf4ff !important;
		background-color: rgba(235,244,255,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-indigo-200:focus {
		--bg-opacity: 1 !important;
		background-color: #c3dafe !important;
		background-color: rgba(195,218,254,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-indigo-300:focus {
		--bg-opacity: 1 !important;
		background-color: #a3bffa !important;
		background-color: rgba(163,191,250,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-indigo-400:focus {
		--bg-opacity: 1 !important;
		background-color: #7f9cf5 !important;
		background-color: rgba(127,156,245,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-indigo-500:focus {
		--bg-opacity: 1 !important;
		background-color: #667eea !important;
		background-color: rgba(102,126,234,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-indigo-600:focus {
		--bg-opacity: 1 !important;
		background-color: #5a67d8 !important;
		background-color: rgba(90,103,216,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-indigo-700:focus {
		--bg-opacity: 1 !important;
		background-color: #4c51bf !important;
		background-color: rgba(76,81,191,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-indigo-800:focus {
		--bg-opacity: 1 !important;
		background-color: #434190 !important;
		background-color: rgba(67,65,144,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-indigo-900:focus {
		--bg-opacity: 1 !important;
		background-color: #3c366b !important;
		background-color: rgba(60,54,107,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-purple-100:focus {
		--bg-opacity: 1 !important;
		background-color: #faf5ff !important;
		background-color: rgba(250,245,255,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-purple-200:focus {
		--bg-opacity: 1 !important;
		background-color: #e9d8fd !important;
		background-color: rgba(233,216,253,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-purple-300:focus {
		--bg-opacity: 1 !important;
		background-color: #d6bcfa !important;
		background-color: rgba(214,188,250,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-purple-400:focus {
		--bg-opacity: 1 !important;
		background-color: #b794f4 !important;
		background-color: rgba(183,148,244,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-purple-500:focus {
		--bg-opacity: 1 !important;
		background-color: #9f7aea !important;
		background-color: rgba(159,122,234,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-purple-600:focus {
		--bg-opacity: 1 !important;
		background-color: #805ad5 !important;
		background-color: rgba(128,90,213,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-purple-700:focus {
		--bg-opacity: 1 !important;
		background-color: #6b46c1 !important;
		background-color: rgba(107,70,193,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-purple-800:focus {
		--bg-opacity: 1 !important;
		background-color: #553c9a !important;
		background-color: rgba(85,60,154,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-purple-900:focus {
		--bg-opacity: 1 !important;
		background-color: #44337a !important;
		background-color: rgba(68,51,122,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-pink-100:focus {
		--bg-opacity: 1 !important;
		background-color: #fff5f7 !important;
		background-color: rgba(255,245,247,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-pink-200:focus {
		--bg-opacity: 1 !important;
		background-color: #fed7e2 !important;
		background-color: rgba(254,215,226,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-pink-300:focus {
		--bg-opacity: 1 !important;
		background-color: #fbb6ce !important;
		background-color: rgba(251,182,206,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-pink-400:focus {
		--bg-opacity: 1 !important;
		background-color: #f687b3 !important;
		background-color: rgba(246,135,179,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-pink-500:focus {
		--bg-opacity: 1 !important;
		background-color: #ed64a6 !important;
		background-color: rgba(237,100,166,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-pink-600:focus {
		--bg-opacity: 1 !important;
		background-color: #d53f8c !important;
		background-color: rgba(213,63,140,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-pink-700:focus {
		--bg-opacity: 1 !important;
		background-color: #b83280 !important;
		background-color: rgba(184,50,128,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-pink-800:focus {
		--bg-opacity: 1 !important;
		background-color: #97266d !important;
		background-color: rgba(151,38,109,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-pink-900:focus {
		--bg-opacity: 1 !important;
		background-color: #702459 !important;
		background-color: rgba(112,36,89,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-orange-400:focus {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-orange-500:focus {
		--bg-opacity: 1 !important;
		background-color: #f54a08 !important;
		background-color: rgba(245,74,8,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-f3f:focus {
		--bg-opacity: 1 !important;
		background-color: #f3f3f3 !important;
		background-color: rgba(243,243,243,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-primary:focus {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.md\:focus\:bg-primary-100:focus {
		background-color: rgba(238,87,35,.9) !important
	}

	.md\:bg-none {
		background-image: none !important
	}

	.md\:bg-gradient-to-t {
		background-image: linear-gradient(0deg,var(--gradient-color-stops)) !important
	}

	.md\:bg-gradient-to-tr {
		background-image: linear-gradient(to top right,var(--gradient-color-stops)) !important
	}

	.md\:bg-gradient-to-r {
		background-image: linear-gradient(90deg,var(--gradient-color-stops)) !important
	}

	.md\:bg-gradient-to-br {
		background-image: linear-gradient(to bottom right,var(--gradient-color-stops)) !important
	}

	.md\:bg-gradient-to-b {
		background-image: linear-gradient(180deg,var(--gradient-color-stops)) !important
	}

	.md\:bg-gradient-to-bl {
		background-image: linear-gradient(to bottom left,var(--gradient-color-stops)) !important
	}

	.md\:bg-gradient-to-l {
		background-image: linear-gradient(270deg,var(--gradient-color-stops)) !important
	}

	.md\:bg-gradient-to-tl {
		background-image: linear-gradient(to top left,var(--gradient-color-stops)) !important
	}

	.md\:bg-opacity-0 {
		--bg-opacity: 0 !important
	}

	.md\:bg-opacity-25 {
		--bg-opacity: 0.25 !important
	}

	.md\:bg-opacity-50 {
		--bg-opacity: 0.5 !important
	}

	.md\:bg-opacity-75 {
		--bg-opacity: 0.75 !important
	}

	.md\:bg-opacity-100 {
		--bg-opacity: 1 !important
	}

	.md\:hover\:bg-opacity-0:hover {
		--bg-opacity: 0 !important
	}

	.md\:hover\:bg-opacity-25:hover {
		--bg-opacity: 0.25 !important
	}

	.md\:hover\:bg-opacity-50:hover {
		--bg-opacity: 0.5 !important
	}

	.md\:hover\:bg-opacity-75:hover {
		--bg-opacity: 0.75 !important
	}

	.md\:hover\:bg-opacity-100:hover {
		--bg-opacity: 1 !important
	}

	.md\:focus\:bg-opacity-0:focus {
		--bg-opacity: 0 !important
	}

	.md\:focus\:bg-opacity-25:focus {
		--bg-opacity: 0.25 !important
	}

	.md\:focus\:bg-opacity-50:focus {
		--bg-opacity: 0.5 !important
	}

	.md\:focus\:bg-opacity-75:focus {
		--bg-opacity: 0.75 !important
	}

	.md\:focus\:bg-opacity-100:focus {
		--bg-opacity: 1 !important
	}

	.md\:bg-bottom {
		background-position: bottom !important
	}

	.md\:bg-center {
		background-position: 50% !important
	}

	.md\:bg-left {
		background-position: 0 !important
	}

	.md\:bg-left-bottom {
		background-position: 0 100% !important
	}

	.md\:bg-left-top {
		background-position: 0 0 !important
	}

	.md\:bg-right {
		background-position: 100% !important
	}

	.md\:bg-right-bottom {
		background-position: 100% 100% !important
	}

	.md\:bg-right-top {
		background-position: 100% 0 !important
	}

	.md\:bg-top {
		background-position: top !important
	}

	.md\:bg-repeat {
		background-repeat: repeat !important
	}

	.md\:bg-no-repeat {
		background-repeat: no-repeat !important
	}

	.md\:bg-repeat-x {
		background-repeat: repeat-x !important
	}

	.md\:bg-repeat-y {
		background-repeat: repeat-y !important
	}

	.md\:bg-repeat-round {
		background-repeat: round !important
	}

	.md\:bg-repeat-space {
		background-repeat: space !important
	}

	.md\:bg-auto {
		background-size: auto !important
	}

	.md\:bg-cover {
		background-size: cover !important
	}

	.md\:bg-contain {
		background-size: contain !important
	}

	.md\:border-collapse {
		border-collapse: collapse !important
	}

	.md\:border-separate {
		border-collapse: separate !important
	}

	.md\:border-666 {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.md\:border-transparent {
		border-color: transparent !important
	}

	.md\:border-current {
		border-color: currentColor !important
	}

	.md\:border-black-100 {
		--border-opacity: 1 !important;
		border-color: #141d3e !important;
		border-color: rgba(20,29,62,var(--border-opacity)) !important
	}

	.md\:border-black-200 {
		--border-opacity: 1 !important;
		border-color: #212935 !important;
		border-color: rgba(33,41,53,var(--border-opacity)) !important
	}

	.md\:border-black-300 {
		--border-opacity: 1 !important;
		border-color: #323648 !important;
		border-color: rgba(50,54,72,var(--border-opacity)) !important
	}

	.md\:border-white {
		--border-opacity: 1 !important;
		border-color: #fff !important;
		border-color: rgba(255,255,255,var(--border-opacity)) !important
	}

	.md\:border-gray-100 {
		--border-opacity: 1 !important;
		border-color: #f6f6f6 !important;
		border-color: rgba(246,246,246,var(--border-opacity)) !important
	}

	.md\:border-gray-200 {
		--border-opacity: 1 !important;
		border-color: #e5e5e5 !important;
		border-color: rgba(229,229,229,var(--border-opacity)) !important
	}

	.md\:border-gray-300 {
		--border-opacity: 1 !important;
		border-color: #c4c4c4 !important;
		border-color: rgba(196,196,196,var(--border-opacity)) !important
	}

	.md\:border-gray-400 {
		--border-opacity: 1 !important;
		border-color: #aaaaad !important;
		border-color: rgba(170,170,173,var(--border-opacity)) !important
	}

	.md\:border-gray-500 {
		--border-opacity: 1 !important;
		border-color: #9fa2ac !important;
		border-color: rgba(159,162,172,var(--border-opacity)) !important
	}

	.md\:border-gray-600 {
		--border-opacity: 1 !important;
		border-color: #8f9191 !important;
		border-color: rgba(143,145,145,var(--border-opacity)) !important
	}

	.md\:border-gray-700 {
		--border-opacity: 1 !important;
		border-color: #70727f !important;
		border-color: rgba(112,114,127,var(--border-opacity)) !important
	}

	.md\:border-gray-800 {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.md\:border-red-100 {
		--border-opacity: 1 !important;
		border-color: #fff5f5 !important;
		border-color: rgba(255,245,245,var(--border-opacity)) !important
	}

	.md\:border-red-200 {
		--border-opacity: 1 !important;
		border-color: #fed7d7 !important;
		border-color: rgba(254,215,215,var(--border-opacity)) !important
	}

	.md\:border-red-300 {
		--border-opacity: 1 !important;
		border-color: #feb2b2 !important;
		border-color: rgba(254,178,178,var(--border-opacity)) !important
	}

	.md\:border-red-400 {
		--border-opacity: 1 !important;
		border-color: #fc8181 !important;
		border-color: rgba(252,129,129,var(--border-opacity)) !important
	}

	.md\:border-red-500 {
		--border-opacity: 1 !important;
		border-color: #f56565 !important;
		border-color: rgba(245,101,101,var(--border-opacity)) !important
	}

	.md\:border-red-600 {
		--border-opacity: 1 !important;
		border-color: #e53e3e !important;
		border-color: rgba(229,62,62,var(--border-opacity)) !important
	}

	.md\:border-red-700 {
		--border-opacity: 1 !important;
		border-color: #c53030 !important;
		border-color: rgba(197,48,48,var(--border-opacity)) !important
	}

	.md\:border-red-800 {
		--border-opacity: 1 !important;
		border-color: #9b2c2c !important;
		border-color: rgba(155,44,44,var(--border-opacity)) !important
	}

	.md\:border-red-900 {
		--border-opacity: 1 !important;
		border-color: #742a2a !important;
		border-color: rgba(116,42,42,var(--border-opacity)) !important
	}

	.md\:border-orange {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.md\:border-yellow-100 {
		--border-opacity: 1 !important;
		border-color: ivory !important;
		border-color: rgba(255,255,240,var(--border-opacity)) !important
	}

	.md\:border-yellow-200 {
		--border-opacity: 1 !important;
		border-color: #fefcbf !important;
		border-color: rgba(254,252,191,var(--border-opacity)) !important
	}

	.md\:border-yellow-300 {
		--border-opacity: 1 !important;
		border-color: #faf089 !important;
		border-color: rgba(250,240,137,var(--border-opacity)) !important
	}

	.md\:border-yellow-400 {
		--border-opacity: 1 !important;
		border-color: #f6e05e !important;
		border-color: rgba(246,224,94,var(--border-opacity)) !important
	}

	.md\:border-yellow-500 {
		--border-opacity: 1 !important;
		border-color: #ecc94b !important;
		border-color: rgba(236,201,75,var(--border-opacity)) !important
	}

	.md\:border-yellow-600 {
		--border-opacity: 1 !important;
		border-color: #d69e2e !important;
		border-color: rgba(214,158,46,var(--border-opacity)) !important
	}

	.md\:border-yellow-700 {
		--border-opacity: 1 !important;
		border-color: #b7791f !important;
		border-color: rgba(183,121,31,var(--border-opacity)) !important
	}

	.md\:border-yellow-800 {
		--border-opacity: 1 !important;
		border-color: #975a16 !important;
		border-color: rgba(151,90,22,var(--border-opacity)) !important
	}

	.md\:border-yellow-900 {
		--border-opacity: 1 !important;
		border-color: #744210 !important;
		border-color: rgba(116,66,16,var(--border-opacity)) !important
	}

	.md\:border-green-100 {
		--border-opacity: 1 !important;
		border-color: #f0fff4 !important;
		border-color: rgba(240,255,244,var(--border-opacity)) !important
	}

	.md\:border-green-200 {
		--border-opacity: 1 !important;
		border-color: #c6f6d5 !important;
		border-color: rgba(198,246,213,var(--border-opacity)) !important
	}

	.md\:border-green-300 {
		--border-opacity: 1 !important;
		border-color: #9ae6b4 !important;
		border-color: rgba(154,230,180,var(--border-opacity)) !important
	}

	.md\:border-green-400 {
		--border-opacity: 1 !important;
		border-color: #68d391 !important;
		border-color: rgba(104,211,145,var(--border-opacity)) !important
	}

	.md\:border-green-500 {
		--border-opacity: 1 !important;
		border-color: #48bb78 !important;
		border-color: rgba(72,187,120,var(--border-opacity)) !important
	}

	.md\:border-green-600 {
		--border-opacity: 1 !important;
		border-color: #38a169 !important;
		border-color: rgba(56,161,105,var(--border-opacity)) !important
	}

	.md\:border-green-700 {
		--border-opacity: 1 !important;
		border-color: #2f855a !important;
		border-color: rgba(47,133,90,var(--border-opacity)) !important
	}

	.md\:border-green-800 {
		--border-opacity: 1 !important;
		border-color: #276749 !important;
		border-color: rgba(39,103,73,var(--border-opacity)) !important
	}

	.md\:border-green-900 {
		--border-opacity: 1 !important;
		border-color: #22543d !important;
		border-color: rgba(34,84,61,var(--border-opacity)) !important
	}

	.md\:border-teal-100 {
		--border-opacity: 1 !important;
		border-color: #e6fffa !important;
		border-color: rgba(230,255,250,var(--border-opacity)) !important
	}

	.md\:border-teal-200 {
		--border-opacity: 1 !important;
		border-color: #b2f5ea !important;
		border-color: rgba(178,245,234,var(--border-opacity)) !important
	}

	.md\:border-teal-300 {
		--border-opacity: 1 !important;
		border-color: #81e6d9 !important;
		border-color: rgba(129,230,217,var(--border-opacity)) !important
	}

	.md\:border-teal-400 {
		--border-opacity: 1 !important;
		border-color: #4fd1c5 !important;
		border-color: rgba(79,209,197,var(--border-opacity)) !important
	}

	.md\:border-teal-500 {
		--border-opacity: 1 !important;
		border-color: #38b2ac !important;
		border-color: rgba(56,178,172,var(--border-opacity)) !important
	}

	.md\:border-teal-600 {
		--border-opacity: 1 !important;
		border-color: #319795 !important;
		border-color: rgba(49,151,149,var(--border-opacity)) !important
	}

	.md\:border-teal-700 {
		--border-opacity: 1 !important;
		border-color: #2c7a7b !important;
		border-color: rgba(44,122,123,var(--border-opacity)) !important
	}

	.md\:border-teal-800 {
		--border-opacity: 1 !important;
		border-color: #285e61 !important;
		border-color: rgba(40,94,97,var(--border-opacity)) !important
	}

	.md\:border-teal-900 {
		--border-opacity: 1 !important;
		border-color: #234e52 !important;
		border-color: rgba(35,78,82,var(--border-opacity)) !important
	}

	.md\:border-blue-100 {
		--border-opacity: 1 !important;
		border-color: #ebf8ff !important;
		border-color: rgba(235,248,255,var(--border-opacity)) !important
	}

	.md\:border-blue-200 {
		--border-opacity: 1 !important;
		border-color: #bee3f8 !important;
		border-color: rgba(190,227,248,var(--border-opacity)) !important
	}

	.md\:border-blue-300 {
		--border-opacity: 1 !important;
		border-color: #90cdf4 !important;
		border-color: rgba(144,205,244,var(--border-opacity)) !important
	}

	.md\:border-blue-400 {
		--border-opacity: 1 !important;
		border-color: #63b3ed !important;
		border-color: rgba(99,179,237,var(--border-opacity)) !important
	}

	.md\:border-blue-500 {
		--border-opacity: 1 !important;
		border-color: #4299e1 !important;
		border-color: rgba(66,153,225,var(--border-opacity)) !important
	}

	.md\:border-blue-600 {
		--border-opacity: 1 !important;
		border-color: #3182ce !important;
		border-color: rgba(49,130,206,var(--border-opacity)) !important
	}

	.md\:border-blue-700 {
		--border-opacity: 1 !important;
		border-color: #2b6cb0 !important;
		border-color: rgba(43,108,176,var(--border-opacity)) !important
	}

	.md\:border-blue-800 {
		--border-opacity: 1 !important;
		border-color: #2c5282 !important;
		border-color: rgba(44,82,130,var(--border-opacity)) !important
	}

	.md\:border-blue-900 {
		--border-opacity: 1 !important;
		border-color: #2a4365 !important;
		border-color: rgba(42,67,101,var(--border-opacity)) !important
	}

	.md\:border-indigo-100 {
		--border-opacity: 1 !important;
		border-color: #ebf4ff !important;
		border-color: rgba(235,244,255,var(--border-opacity)) !important
	}

	.md\:border-indigo-200 {
		--border-opacity: 1 !important;
		border-color: #c3dafe !important;
		border-color: rgba(195,218,254,var(--border-opacity)) !important
	}

	.md\:border-indigo-300 {
		--border-opacity: 1 !important;
		border-color: #a3bffa !important;
		border-color: rgba(163,191,250,var(--border-opacity)) !important
	}

	.md\:border-indigo-400 {
		--border-opacity: 1 !important;
		border-color: #7f9cf5 !important;
		border-color: rgba(127,156,245,var(--border-opacity)) !important
	}

	.md\:border-indigo-500 {
		--border-opacity: 1 !important;
		border-color: #667eea !important;
		border-color: rgba(102,126,234,var(--border-opacity)) !important
	}

	.md\:border-indigo-600 {
		--border-opacity: 1 !important;
		border-color: #5a67d8 !important;
		border-color: rgba(90,103,216,var(--border-opacity)) !important
	}

	.md\:border-indigo-700 {
		--border-opacity: 1 !important;
		border-color: #4c51bf !important;
		border-color: rgba(76,81,191,var(--border-opacity)) !important
	}

	.md\:border-indigo-800 {
		--border-opacity: 1 !important;
		border-color: #434190 !important;
		border-color: rgba(67,65,144,var(--border-opacity)) !important
	}

	.md\:border-indigo-900 {
		--border-opacity: 1 !important;
		border-color: #3c366b !important;
		border-color: rgba(60,54,107,var(--border-opacity)) !important
	}

	.md\:border-purple-100 {
		--border-opacity: 1 !important;
		border-color: #faf5ff !important;
		border-color: rgba(250,245,255,var(--border-opacity)) !important
	}

	.md\:border-purple-200 {
		--border-opacity: 1 !important;
		border-color: #e9d8fd !important;
		border-color: rgba(233,216,253,var(--border-opacity)) !important
	}

	.md\:border-purple-300 {
		--border-opacity: 1 !important;
		border-color: #d6bcfa !important;
		border-color: rgba(214,188,250,var(--border-opacity)) !important
	}

	.md\:border-purple-400 {
		--border-opacity: 1 !important;
		border-color: #b794f4 !important;
		border-color: rgba(183,148,244,var(--border-opacity)) !important
	}

	.md\:border-purple-500 {
		--border-opacity: 1 !important;
		border-color: #9f7aea !important;
		border-color: rgba(159,122,234,var(--border-opacity)) !important
	}

	.md\:border-purple-600 {
		--border-opacity: 1 !important;
		border-color: #805ad5 !important;
		border-color: rgba(128,90,213,var(--border-opacity)) !important
	}

	.md\:border-purple-700 {
		--border-opacity: 1 !important;
		border-color: #6b46c1 !important;
		border-color: rgba(107,70,193,var(--border-opacity)) !important
	}

	.md\:border-purple-800 {
		--border-opacity: 1 !important;
		border-color: #553c9a !important;
		border-color: rgba(85,60,154,var(--border-opacity)) !important
	}

	.md\:border-purple-900 {
		--border-opacity: 1 !important;
		border-color: #44337a !important;
		border-color: rgba(68,51,122,var(--border-opacity)) !important
	}

	.md\:border-pink-100 {
		--border-opacity: 1 !important;
		border-color: #fff5f7 !important;
		border-color: rgba(255,245,247,var(--border-opacity)) !important
	}

	.md\:border-pink-200 {
		--border-opacity: 1 !important;
		border-color: #fed7e2 !important;
		border-color: rgba(254,215,226,var(--border-opacity)) !important
	}

	.md\:border-pink-300 {
		--border-opacity: 1 !important;
		border-color: #fbb6ce !important;
		border-color: rgba(251,182,206,var(--border-opacity)) !important
	}

	.md\:border-pink-400 {
		--border-opacity: 1 !important;
		border-color: #f687b3 !important;
		border-color: rgba(246,135,179,var(--border-opacity)) !important
	}

	.md\:border-pink-500 {
		--border-opacity: 1 !important;
		border-color: #ed64a6 !important;
		border-color: rgba(237,100,166,var(--border-opacity)) !important
	}

	.md\:border-pink-600 {
		--border-opacity: 1 !important;
		border-color: #d53f8c !important;
		border-color: rgba(213,63,140,var(--border-opacity)) !important
	}

	.md\:border-pink-700 {
		--border-opacity: 1 !important;
		border-color: #b83280 !important;
		border-color: rgba(184,50,128,var(--border-opacity)) !important
	}

	.md\:border-pink-800 {
		--border-opacity: 1 !important;
		border-color: #97266d !important;
		border-color: rgba(151,38,109,var(--border-opacity)) !important
	}

	.md\:border-pink-900 {
		--border-opacity: 1 !important;
		border-color: #702459 !important;
		border-color: rgba(112,36,89,var(--border-opacity)) !important
	}

	.md\:border-orange-400 {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.md\:border-orange-500 {
		--border-opacity: 1 !important;
		border-color: #f54a08 !important;
		border-color: rgba(245,74,8,var(--border-opacity)) !important
	}

	.md\:border-f3f {
		--border-opacity: 1 !important;
		border-color: #f3f3f3 !important;
		border-color: rgba(243,243,243,var(--border-opacity)) !important
	}

	.md\:border-D8D {
		--border-opacity: 1 !important;
		border-color: #d8d8d8 !important;
		border-color: rgba(216,216,216,var(--border-opacity)) !important
	}

	.md\:hover\:border-666:hover {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.md\:hover\:border-transparent:hover {
		border-color: transparent !important
	}

	.md\:hover\:border-current:hover {
		border-color: currentColor !important
	}

	.md\:hover\:border-black-100:hover {
		--border-opacity: 1 !important;
		border-color: #141d3e !important;
		border-color: rgba(20,29,62,var(--border-opacity)) !important
	}

	.md\:hover\:border-black-200:hover {
		--border-opacity: 1 !important;
		border-color: #212935 !important;
		border-color: rgba(33,41,53,var(--border-opacity)) !important
	}

	.md\:hover\:border-black-300:hover {
		--border-opacity: 1 !important;
		border-color: #323648 !important;
		border-color: rgba(50,54,72,var(--border-opacity)) !important
	}

	.md\:hover\:border-white:hover {
		--border-opacity: 1 !important;
		border-color: #fff !important;
		border-color: rgba(255,255,255,var(--border-opacity)) !important
	}

	.md\:hover\:border-gray-100:hover {
		--border-opacity: 1 !important;
		border-color: #f6f6f6 !important;
		border-color: rgba(246,246,246,var(--border-opacity)) !important
	}

	.md\:hover\:border-gray-200:hover {
		--border-opacity: 1 !important;
		border-color: #e5e5e5 !important;
		border-color: rgba(229,229,229,var(--border-opacity)) !important
	}

	.md\:hover\:border-gray-300:hover {
		--border-opacity: 1 !important;
		border-color: #c4c4c4 !important;
		border-color: rgba(196,196,196,var(--border-opacity)) !important
	}

	.md\:hover\:border-gray-400:hover {
		--border-opacity: 1 !important;
		border-color: #aaaaad !important;
		border-color: rgba(170,170,173,var(--border-opacity)) !important
	}

	.md\:hover\:border-gray-500:hover {
		--border-opacity: 1 !important;
		border-color: #9fa2ac !important;
		border-color: rgba(159,162,172,var(--border-opacity)) !important
	}

	.md\:hover\:border-gray-600:hover {
		--border-opacity: 1 !important;
		border-color: #8f9191 !important;
		border-color: rgba(143,145,145,var(--border-opacity)) !important
	}

	.md\:hover\:border-gray-700:hover {
		--border-opacity: 1 !important;
		border-color: #70727f !important;
		border-color: rgba(112,114,127,var(--border-opacity)) !important
	}

	.md\:hover\:border-gray-800:hover {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.md\:hover\:border-red-100:hover {
		--border-opacity: 1 !important;
		border-color: #fff5f5 !important;
		border-color: rgba(255,245,245,var(--border-opacity)) !important
	}

	.md\:hover\:border-red-200:hover {
		--border-opacity: 1 !important;
		border-color: #fed7d7 !important;
		border-color: rgba(254,215,215,var(--border-opacity)) !important
	}

	.md\:hover\:border-red-300:hover {
		--border-opacity: 1 !important;
		border-color: #feb2b2 !important;
		border-color: rgba(254,178,178,var(--border-opacity)) !important
	}

	.md\:hover\:border-red-400:hover {
		--border-opacity: 1 !important;
		border-color: #fc8181 !important;
		border-color: rgba(252,129,129,var(--border-opacity)) !important
	}

	.md\:hover\:border-red-500:hover {
		--border-opacity: 1 !important;
		border-color: #f56565 !important;
		border-color: rgba(245,101,101,var(--border-opacity)) !important
	}

	.md\:hover\:border-red-600:hover {
		--border-opacity: 1 !important;
		border-color: #e53e3e !important;
		border-color: rgba(229,62,62,var(--border-opacity)) !important
	}

	.md\:hover\:border-red-700:hover {
		--border-opacity: 1 !important;
		border-color: #c53030 !important;
		border-color: rgba(197,48,48,var(--border-opacity)) !important
	}

	.md\:hover\:border-red-800:hover {
		--border-opacity: 1 !important;
		border-color: #9b2c2c !important;
		border-color: rgba(155,44,44,var(--border-opacity)) !important
	}

	.md\:hover\:border-red-900:hover {
		--border-opacity: 1 !important;
		border-color: #742a2a !important;
		border-color: rgba(116,42,42,var(--border-opacity)) !important
	}

	.md\:hover\:border-orange:hover {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.md\:hover\:border-yellow-100:hover {
		--border-opacity: 1 !important;
		border-color: ivory !important;
		border-color: rgba(255,255,240,var(--border-opacity)) !important
	}

	.md\:hover\:border-yellow-200:hover {
		--border-opacity: 1 !important;
		border-color: #fefcbf !important;
		border-color: rgba(254,252,191,var(--border-opacity)) !important
	}

	.md\:hover\:border-yellow-300:hover {
		--border-opacity: 1 !important;
		border-color: #faf089 !important;
		border-color: rgba(250,240,137,var(--border-opacity)) !important
	}

	.md\:hover\:border-yellow-400:hover {
		--border-opacity: 1 !important;
		border-color: #f6e05e !important;
		border-color: rgba(246,224,94,var(--border-opacity)) !important
	}

	.md\:hover\:border-yellow-500:hover {
		--border-opacity: 1 !important;
		border-color: #ecc94b !important;
		border-color: rgba(236,201,75,var(--border-opacity)) !important
	}

	.md\:hover\:border-yellow-600:hover {
		--border-opacity: 1 !important;
		border-color: #d69e2e !important;
		border-color: rgba(214,158,46,var(--border-opacity)) !important
	}

	.md\:hover\:border-yellow-700:hover {
		--border-opacity: 1 !important;
		border-color: #b7791f !important;
		border-color: rgba(183,121,31,var(--border-opacity)) !important
	}

	.md\:hover\:border-yellow-800:hover {
		--border-opacity: 1 !important;
		border-color: #975a16 !important;
		border-color: rgba(151,90,22,var(--border-opacity)) !important
	}

	.md\:hover\:border-yellow-900:hover {
		--border-opacity: 1 !important;
		border-color: #744210 !important;
		border-color: rgba(116,66,16,var(--border-opacity)) !important
	}

	.md\:hover\:border-green-100:hover {
		--border-opacity: 1 !important;
		border-color: #f0fff4 !important;
		border-color: rgba(240,255,244,var(--border-opacity)) !important
	}

	.md\:hover\:border-green-200:hover {
		--border-opacity: 1 !important;
		border-color: #c6f6d5 !important;
		border-color: rgba(198,246,213,var(--border-opacity)) !important
	}

	.md\:hover\:border-green-300:hover {
		--border-opacity: 1 !important;
		border-color: #9ae6b4 !important;
		border-color: rgba(154,230,180,var(--border-opacity)) !important
	}

	.md\:hover\:border-green-400:hover {
		--border-opacity: 1 !important;
		border-color: #68d391 !important;
		border-color: rgba(104,211,145,var(--border-opacity)) !important
	}

	.md\:hover\:border-green-500:hover {
		--border-opacity: 1 !important;
		border-color: #48bb78 !important;
		border-color: rgba(72,187,120,var(--border-opacity)) !important
	}

	.md\:hover\:border-green-600:hover {
		--border-opacity: 1 !important;
		border-color: #38a169 !important;
		border-color: rgba(56,161,105,var(--border-opacity)) !important
	}

	.md\:hover\:border-green-700:hover {
		--border-opacity: 1 !important;
		border-color: #2f855a !important;
		border-color: rgba(47,133,90,var(--border-opacity)) !important
	}

	.md\:hover\:border-green-800:hover {
		--border-opacity: 1 !important;
		border-color: #276749 !important;
		border-color: rgba(39,103,73,var(--border-opacity)) !important
	}

	.md\:hover\:border-green-900:hover {
		--border-opacity: 1 !important;
		border-color: #22543d !important;
		border-color: rgba(34,84,61,var(--border-opacity)) !important
	}

	.md\:hover\:border-teal-100:hover {
		--border-opacity: 1 !important;
		border-color: #e6fffa !important;
		border-color: rgba(230,255,250,var(--border-opacity)) !important
	}

	.md\:hover\:border-teal-200:hover {
		--border-opacity: 1 !important;
		border-color: #b2f5ea !important;
		border-color: rgba(178,245,234,var(--border-opacity)) !important
	}

	.md\:hover\:border-teal-300:hover {
		--border-opacity: 1 !important;
		border-color: #81e6d9 !important;
		border-color: rgba(129,230,217,var(--border-opacity)) !important
	}

	.md\:hover\:border-teal-400:hover {
		--border-opacity: 1 !important;
		border-color: #4fd1c5 !important;
		border-color: rgba(79,209,197,var(--border-opacity)) !important
	}

	.md\:hover\:border-teal-500:hover {
		--border-opacity: 1 !important;
		border-color: #38b2ac !important;
		border-color: rgba(56,178,172,var(--border-opacity)) !important
	}

	.md\:hover\:border-teal-600:hover {
		--border-opacity: 1 !important;
		border-color: #319795 !important;
		border-color: rgba(49,151,149,var(--border-opacity)) !important
	}

	.md\:hover\:border-teal-700:hover {
		--border-opacity: 1 !important;
		border-color: #2c7a7b !important;
		border-color: rgba(44,122,123,var(--border-opacity)) !important
	}

	.md\:hover\:border-teal-800:hover {
		--border-opacity: 1 !important;
		border-color: #285e61 !important;
		border-color: rgba(40,94,97,var(--border-opacity)) !important
	}

	.md\:hover\:border-teal-900:hover {
		--border-opacity: 1 !important;
		border-color: #234e52 !important;
		border-color: rgba(35,78,82,var(--border-opacity)) !important
	}

	.md\:hover\:border-blue-100:hover {
		--border-opacity: 1 !important;
		border-color: #ebf8ff !important;
		border-color: rgba(235,248,255,var(--border-opacity)) !important
	}

	.md\:hover\:border-blue-200:hover {
		--border-opacity: 1 !important;
		border-color: #bee3f8 !important;
		border-color: rgba(190,227,248,var(--border-opacity)) !important
	}

	.md\:hover\:border-blue-300:hover {
		--border-opacity: 1 !important;
		border-color: #90cdf4 !important;
		border-color: rgba(144,205,244,var(--border-opacity)) !important
	}

	.md\:hover\:border-blue-400:hover {
		--border-opacity: 1 !important;
		border-color: #63b3ed !important;
		border-color: rgba(99,179,237,var(--border-opacity)) !important
	}

	.md\:hover\:border-blue-500:hover {
		--border-opacity: 1 !important;
		border-color: #4299e1 !important;
		border-color: rgba(66,153,225,var(--border-opacity)) !important
	}

	.md\:hover\:border-blue-600:hover {
		--border-opacity: 1 !important;
		border-color: #3182ce !important;
		border-color: rgba(49,130,206,var(--border-opacity)) !important
	}

	.md\:hover\:border-blue-700:hover {
		--border-opacity: 1 !important;
		border-color: #2b6cb0 !important;
		border-color: rgba(43,108,176,var(--border-opacity)) !important
	}

	.md\:hover\:border-blue-800:hover {
		--border-opacity: 1 !important;
		border-color: #2c5282 !important;
		border-color: rgba(44,82,130,var(--border-opacity)) !important
	}

	.md\:hover\:border-blue-900:hover {
		--border-opacity: 1 !important;
		border-color: #2a4365 !important;
		border-color: rgba(42,67,101,var(--border-opacity)) !important
	}

	.md\:hover\:border-indigo-100:hover {
		--border-opacity: 1 !important;
		border-color: #ebf4ff !important;
		border-color: rgba(235,244,255,var(--border-opacity)) !important
	}

	.md\:hover\:border-indigo-200:hover {
		--border-opacity: 1 !important;
		border-color: #c3dafe !important;
		border-color: rgba(195,218,254,var(--border-opacity)) !important
	}

	.md\:hover\:border-indigo-300:hover {
		--border-opacity: 1 !important;
		border-color: #a3bffa !important;
		border-color: rgba(163,191,250,var(--border-opacity)) !important
	}

	.md\:hover\:border-indigo-400:hover {
		--border-opacity: 1 !important;
		border-color: #7f9cf5 !important;
		border-color: rgba(127,156,245,var(--border-opacity)) !important
	}

	.md\:hover\:border-indigo-500:hover {
		--border-opacity: 1 !important;
		border-color: #667eea !important;
		border-color: rgba(102,126,234,var(--border-opacity)) !important
	}

	.md\:hover\:border-indigo-600:hover {
		--border-opacity: 1 !important;
		border-color: #5a67d8 !important;
		border-color: rgba(90,103,216,var(--border-opacity)) !important
	}

	.md\:hover\:border-indigo-700:hover {
		--border-opacity: 1 !important;
		border-color: #4c51bf !important;
		border-color: rgba(76,81,191,var(--border-opacity)) !important
	}

	.md\:hover\:border-indigo-800:hover {
		--border-opacity: 1 !important;
		border-color: #434190 !important;
		border-color: rgba(67,65,144,var(--border-opacity)) !important
	}

	.md\:hover\:border-indigo-900:hover {
		--border-opacity: 1 !important;
		border-color: #3c366b !important;
		border-color: rgba(60,54,107,var(--border-opacity)) !important
	}

	.md\:hover\:border-purple-100:hover {
		--border-opacity: 1 !important;
		border-color: #faf5ff !important;
		border-color: rgba(250,245,255,var(--border-opacity)) !important
	}

	.md\:hover\:border-purple-200:hover {
		--border-opacity: 1 !important;
		border-color: #e9d8fd !important;
		border-color: rgba(233,216,253,var(--border-opacity)) !important
	}

	.md\:hover\:border-purple-300:hover {
		--border-opacity: 1 !important;
		border-color: #d6bcfa !important;
		border-color: rgba(214,188,250,var(--border-opacity)) !important
	}

	.md\:hover\:border-purple-400:hover {
		--border-opacity: 1 !important;
		border-color: #b794f4 !important;
		border-color: rgba(183,148,244,var(--border-opacity)) !important
	}

	.md\:hover\:border-purple-500:hover {
		--border-opacity: 1 !important;
		border-color: #9f7aea !important;
		border-color: rgba(159,122,234,var(--border-opacity)) !important
	}

	.md\:hover\:border-purple-600:hover {
		--border-opacity: 1 !important;
		border-color: #805ad5 !important;
		border-color: rgba(128,90,213,var(--border-opacity)) !important
	}

	.md\:hover\:border-purple-700:hover {
		--border-opacity: 1 !important;
		border-color: #6b46c1 !important;
		border-color: rgba(107,70,193,var(--border-opacity)) !important
	}

	.md\:hover\:border-purple-800:hover {
		--border-opacity: 1 !important;
		border-color: #553c9a !important;
		border-color: rgba(85,60,154,var(--border-opacity)) !important
	}

	.md\:hover\:border-purple-900:hover {
		--border-opacity: 1 !important;
		border-color: #44337a !important;
		border-color: rgba(68,51,122,var(--border-opacity)) !important
	}

	.md\:hover\:border-pink-100:hover {
		--border-opacity: 1 !important;
		border-color: #fff5f7 !important;
		border-color: rgba(255,245,247,var(--border-opacity)) !important
	}

	.md\:hover\:border-pink-200:hover {
		--border-opacity: 1 !important;
		border-color: #fed7e2 !important;
		border-color: rgba(254,215,226,var(--border-opacity)) !important
	}

	.md\:hover\:border-pink-300:hover {
		--border-opacity: 1 !important;
		border-color: #fbb6ce !important;
		border-color: rgba(251,182,206,var(--border-opacity)) !important
	}

	.md\:hover\:border-pink-400:hover {
		--border-opacity: 1 !important;
		border-color: #f687b3 !important;
		border-color: rgba(246,135,179,var(--border-opacity)) !important
	}

	.md\:hover\:border-pink-500:hover {
		--border-opacity: 1 !important;
		border-color: #ed64a6 !important;
		border-color: rgba(237,100,166,var(--border-opacity)) !important
	}

	.md\:hover\:border-pink-600:hover {
		--border-opacity: 1 !important;
		border-color: #d53f8c !important;
		border-color: rgba(213,63,140,var(--border-opacity)) !important
	}

	.md\:hover\:border-pink-700:hover {
		--border-opacity: 1 !important;
		border-color: #b83280 !important;
		border-color: rgba(184,50,128,var(--border-opacity)) !important
	}

	.md\:hover\:border-pink-800:hover {
		--border-opacity: 1 !important;
		border-color: #97266d !important;
		border-color: rgba(151,38,109,var(--border-opacity)) !important
	}

	.md\:hover\:border-pink-900:hover {
		--border-opacity: 1 !important;
		border-color: #702459 !important;
		border-color: rgba(112,36,89,var(--border-opacity)) !important
	}

	.md\:hover\:border-orange-400:hover {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.md\:hover\:border-orange-500:hover {
		--border-opacity: 1 !important;
		border-color: #f54a08 !important;
		border-color: rgba(245,74,8,var(--border-opacity)) !important
	}

	.md\:hover\:border-f3f:hover {
		--border-opacity: 1 !important;
		border-color: #f3f3f3 !important;
		border-color: rgba(243,243,243,var(--border-opacity)) !important
	}

	.md\:hover\:border-D8D:hover {
		--border-opacity: 1 !important;
		border-color: #d8d8d8 !important;
		border-color: rgba(216,216,216,var(--border-opacity)) !important
	}

	.md\:focus\:border-666:focus {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.md\:focus\:border-transparent:focus {
		border-color: transparent !important
	}

	.md\:focus\:border-current:focus {
		border-color: currentColor !important
	}

	.md\:focus\:border-black-100:focus {
		--border-opacity: 1 !important;
		border-color: #141d3e !important;
		border-color: rgba(20,29,62,var(--border-opacity)) !important
	}

	.md\:focus\:border-black-200:focus {
		--border-opacity: 1 !important;
		border-color: #212935 !important;
		border-color: rgba(33,41,53,var(--border-opacity)) !important
	}

	.md\:focus\:border-black-300:focus {
		--border-opacity: 1 !important;
		border-color: #323648 !important;
		border-color: rgba(50,54,72,var(--border-opacity)) !important
	}

	.md\:focus\:border-white:focus {
		--border-opacity: 1 !important;
		border-color: #fff !important;
		border-color: rgba(255,255,255,var(--border-opacity)) !important
	}

	.md\:focus\:border-gray-100:focus {
		--border-opacity: 1 !important;
		border-color: #f6f6f6 !important;
		border-color: rgba(246,246,246,var(--border-opacity)) !important
	}

	.md\:focus\:border-gray-200:focus {
		--border-opacity: 1 !important;
		border-color: #e5e5e5 !important;
		border-color: rgba(229,229,229,var(--border-opacity)) !important
	}

	.md\:focus\:border-gray-300:focus {
		--border-opacity: 1 !important;
		border-color: #c4c4c4 !important;
		border-color: rgba(196,196,196,var(--border-opacity)) !important
	}

	.md\:focus\:border-gray-400:focus {
		--border-opacity: 1 !important;
		border-color: #aaaaad !important;
		border-color: rgba(170,170,173,var(--border-opacity)) !important
	}

	.md\:focus\:border-gray-500:focus {
		--border-opacity: 1 !important;
		border-color: #9fa2ac !important;
		border-color: rgba(159,162,172,var(--border-opacity)) !important
	}

	.md\:focus\:border-gray-600:focus {
		--border-opacity: 1 !important;
		border-color: #8f9191 !important;
		border-color: rgba(143,145,145,var(--border-opacity)) !important
	}

	.md\:focus\:border-gray-700:focus {
		--border-opacity: 1 !important;
		border-color: #70727f !important;
		border-color: rgba(112,114,127,var(--border-opacity)) !important
	}

	.md\:focus\:border-gray-800:focus {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.md\:focus\:border-red-100:focus {
		--border-opacity: 1 !important;
		border-color: #fff5f5 !important;
		border-color: rgba(255,245,245,var(--border-opacity)) !important
	}

	.md\:focus\:border-red-200:focus {
		--border-opacity: 1 !important;
		border-color: #fed7d7 !important;
		border-color: rgba(254,215,215,var(--border-opacity)) !important
	}

	.md\:focus\:border-red-300:focus {
		--border-opacity: 1 !important;
		border-color: #feb2b2 !important;
		border-color: rgba(254,178,178,var(--border-opacity)) !important
	}

	.md\:focus\:border-red-400:focus {
		--border-opacity: 1 !important;
		border-color: #fc8181 !important;
		border-color: rgba(252,129,129,var(--border-opacity)) !important
	}

	.md\:focus\:border-red-500:focus {
		--border-opacity: 1 !important;
		border-color: #f56565 !important;
		border-color: rgba(245,101,101,var(--border-opacity)) !important
	}

	.md\:focus\:border-red-600:focus {
		--border-opacity: 1 !important;
		border-color: #e53e3e !important;
		border-color: rgba(229,62,62,var(--border-opacity)) !important
	}

	.md\:focus\:border-red-700:focus {
		--border-opacity: 1 !important;
		border-color: #c53030 !important;
		border-color: rgba(197,48,48,var(--border-opacity)) !important
	}

	.md\:focus\:border-red-800:focus {
		--border-opacity: 1 !important;
		border-color: #9b2c2c !important;
		border-color: rgba(155,44,44,var(--border-opacity)) !important
	}

	.md\:focus\:border-red-900:focus {
		--border-opacity: 1 !important;
		border-color: #742a2a !important;
		border-color: rgba(116,42,42,var(--border-opacity)) !important
	}

	.md\:focus\:border-orange:focus {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.md\:focus\:border-yellow-100:focus {
		--border-opacity: 1 !important;
		border-color: ivory !important;
		border-color: rgba(255,255,240,var(--border-opacity)) !important
	}

	.md\:focus\:border-yellow-200:focus {
		--border-opacity: 1 !important;
		border-color: #fefcbf !important;
		border-color: rgba(254,252,191,var(--border-opacity)) !important
	}

	.md\:focus\:border-yellow-300:focus {
		--border-opacity: 1 !important;
		border-color: #faf089 !important;
		border-color: rgba(250,240,137,var(--border-opacity)) !important
	}

	.md\:focus\:border-yellow-400:focus {
		--border-opacity: 1 !important;
		border-color: #f6e05e !important;
		border-color: rgba(246,224,94,var(--border-opacity)) !important
	}

	.md\:focus\:border-yellow-500:focus {
		--border-opacity: 1 !important;
		border-color: #ecc94b !important;
		border-color: rgba(236,201,75,var(--border-opacity)) !important
	}

	.md\:focus\:border-yellow-600:focus {
		--border-opacity: 1 !important;
		border-color: #d69e2e !important;
		border-color: rgba(214,158,46,var(--border-opacity)) !important
	}

	.md\:focus\:border-yellow-700:focus {
		--border-opacity: 1 !important;
		border-color: #b7791f !important;
		border-color: rgba(183,121,31,var(--border-opacity)) !important
	}

	.md\:focus\:border-yellow-800:focus {
		--border-opacity: 1 !important;
		border-color: #975a16 !important;
		border-color: rgba(151,90,22,var(--border-opacity)) !important
	}

	.md\:focus\:border-yellow-900:focus {
		--border-opacity: 1 !important;
		border-color: #744210 !important;
		border-color: rgba(116,66,16,var(--border-opacity)) !important
	}

	.md\:focus\:border-green-100:focus {
		--border-opacity: 1 !important;
		border-color: #f0fff4 !important;
		border-color: rgba(240,255,244,var(--border-opacity)) !important
	}

	.md\:focus\:border-green-200:focus {
		--border-opacity: 1 !important;
		border-color: #c6f6d5 !important;
		border-color: rgba(198,246,213,var(--border-opacity)) !important
	}

	.md\:focus\:border-green-300:focus {
		--border-opacity: 1 !important;
		border-color: #9ae6b4 !important;
		border-color: rgba(154,230,180,var(--border-opacity)) !important
	}

	.md\:focus\:border-green-400:focus {
		--border-opacity: 1 !important;
		border-color: #68d391 !important;
		border-color: rgba(104,211,145,var(--border-opacity)) !important
	}

	.md\:focus\:border-green-500:focus {
		--border-opacity: 1 !important;
		border-color: #48bb78 !important;
		border-color: rgba(72,187,120,var(--border-opacity)) !important
	}

	.md\:focus\:border-green-600:focus {
		--border-opacity: 1 !important;
		border-color: #38a169 !important;
		border-color: rgba(56,161,105,var(--border-opacity)) !important
	}

	.md\:focus\:border-green-700:focus {
		--border-opacity: 1 !important;
		border-color: #2f855a !important;
		border-color: rgba(47,133,90,var(--border-opacity)) !important
	}

	.md\:focus\:border-green-800:focus {
		--border-opacity: 1 !important;
		border-color: #276749 !important;
		border-color: rgba(39,103,73,var(--border-opacity)) !important
	}

	.md\:focus\:border-green-900:focus {
		--border-opacity: 1 !important;
		border-color: #22543d !important;
		border-color: rgba(34,84,61,var(--border-opacity)) !important
	}

	.md\:focus\:border-teal-100:focus {
		--border-opacity: 1 !important;
		border-color: #e6fffa !important;
		border-color: rgba(230,255,250,var(--border-opacity)) !important
	}

	.md\:focus\:border-teal-200:focus {
		--border-opacity: 1 !important;
		border-color: #b2f5ea !important;
		border-color: rgba(178,245,234,var(--border-opacity)) !important
	}

	.md\:focus\:border-teal-300:focus {
		--border-opacity: 1 !important;
		border-color: #81e6d9 !important;
		border-color: rgba(129,230,217,var(--border-opacity)) !important
	}

	.md\:focus\:border-teal-400:focus {
		--border-opacity: 1 !important;
		border-color: #4fd1c5 !important;
		border-color: rgba(79,209,197,var(--border-opacity)) !important
	}

	.md\:focus\:border-teal-500:focus {
		--border-opacity: 1 !important;
		border-color: #38b2ac !important;
		border-color: rgba(56,178,172,var(--border-opacity)) !important
	}

	.md\:focus\:border-teal-600:focus {
		--border-opacity: 1 !important;
		border-color: #319795 !important;
		border-color: rgba(49,151,149,var(--border-opacity)) !important
	}

	.md\:focus\:border-teal-700:focus {
		--border-opacity: 1 !important;
		border-color: #2c7a7b !important;
		border-color: rgba(44,122,123,var(--border-opacity)) !important
	}

	.md\:focus\:border-teal-800:focus {
		--border-opacity: 1 !important;
		border-color: #285e61 !important;
		border-color: rgba(40,94,97,var(--border-opacity)) !important
	}

	.md\:focus\:border-teal-900:focus {
		--border-opacity: 1 !important;
		border-color: #234e52 !important;
		border-color: rgba(35,78,82,var(--border-opacity)) !important
	}

	.md\:focus\:border-blue-100:focus {
		--border-opacity: 1 !important;
		border-color: #ebf8ff !important;
		border-color: rgba(235,248,255,var(--border-opacity)) !important
	}

	.md\:focus\:border-blue-200:focus {
		--border-opacity: 1 !important;
		border-color: #bee3f8 !important;
		border-color: rgba(190,227,248,var(--border-opacity)) !important
	}

	.md\:focus\:border-blue-300:focus {
		--border-opacity: 1 !important;
		border-color: #90cdf4 !important;
		border-color: rgba(144,205,244,var(--border-opacity)) !important
	}

	.md\:focus\:border-blue-400:focus {
		--border-opacity: 1 !important;
		border-color: #63b3ed !important;
		border-color: rgba(99,179,237,var(--border-opacity)) !important
	}

	.md\:focus\:border-blue-500:focus {
		--border-opacity: 1 !important;
		border-color: #4299e1 !important;
		border-color: rgba(66,153,225,var(--border-opacity)) !important
	}

	.md\:focus\:border-blue-600:focus {
		--border-opacity: 1 !important;
		border-color: #3182ce !important;
		border-color: rgba(49,130,206,var(--border-opacity)) !important
	}

	.md\:focus\:border-blue-700:focus {
		--border-opacity: 1 !important;
		border-color: #2b6cb0 !important;
		border-color: rgba(43,108,176,var(--border-opacity)) !important
	}

	.md\:focus\:border-blue-800:focus {
		--border-opacity: 1 !important;
		border-color: #2c5282 !important;
		border-color: rgba(44,82,130,var(--border-opacity)) !important
	}

	.md\:focus\:border-blue-900:focus {
		--border-opacity: 1 !important;
		border-color: #2a4365 !important;
		border-color: rgba(42,67,101,var(--border-opacity)) !important
	}

	.md\:focus\:border-indigo-100:focus {
		--border-opacity: 1 !important;
		border-color: #ebf4ff !important;
		border-color: rgba(235,244,255,var(--border-opacity)) !important
	}

	.md\:focus\:border-indigo-200:focus {
		--border-opacity: 1 !important;
		border-color: #c3dafe !important;
		border-color: rgba(195,218,254,var(--border-opacity)) !important
	}

	.md\:focus\:border-indigo-300:focus {
		--border-opacity: 1 !important;
		border-color: #a3bffa !important;
		border-color: rgba(163,191,250,var(--border-opacity)) !important
	}

	.md\:focus\:border-indigo-400:focus {
		--border-opacity: 1 !important;
		border-color: #7f9cf5 !important;
		border-color: rgba(127,156,245,var(--border-opacity)) !important
	}

	.md\:focus\:border-indigo-500:focus {
		--border-opacity: 1 !important;
		border-color: #667eea !important;
		border-color: rgba(102,126,234,var(--border-opacity)) !important
	}

	.md\:focus\:border-indigo-600:focus {
		--border-opacity: 1 !important;
		border-color: #5a67d8 !important;
		border-color: rgba(90,103,216,var(--border-opacity)) !important
	}

	.md\:focus\:border-indigo-700:focus {
		--border-opacity: 1 !important;
		border-color: #4c51bf !important;
		border-color: rgba(76,81,191,var(--border-opacity)) !important
	}

	.md\:focus\:border-indigo-800:focus {
		--border-opacity: 1 !important;
		border-color: #434190 !important;
		border-color: rgba(67,65,144,var(--border-opacity)) !important
	}

	.md\:focus\:border-indigo-900:focus {
		--border-opacity: 1 !important;
		border-color: #3c366b !important;
		border-color: rgba(60,54,107,var(--border-opacity)) !important
	}

	.md\:focus\:border-purple-100:focus {
		--border-opacity: 1 !important;
		border-color: #faf5ff !important;
		border-color: rgba(250,245,255,var(--border-opacity)) !important
	}

	.md\:focus\:border-purple-200:focus {
		--border-opacity: 1 !important;
		border-color: #e9d8fd !important;
		border-color: rgba(233,216,253,var(--border-opacity)) !important
	}

	.md\:focus\:border-purple-300:focus {
		--border-opacity: 1 !important;
		border-color: #d6bcfa !important;
		border-color: rgba(214,188,250,var(--border-opacity)) !important
	}

	.md\:focus\:border-purple-400:focus {
		--border-opacity: 1 !important;
		border-color: #b794f4 !important;
		border-color: rgba(183,148,244,var(--border-opacity)) !important
	}

	.md\:focus\:border-purple-500:focus {
		--border-opacity: 1 !important;
		border-color: #9f7aea !important;
		border-color: rgba(159,122,234,var(--border-opacity)) !important
	}

	.md\:focus\:border-purple-600:focus {
		--border-opacity: 1 !important;
		border-color: #805ad5 !important;
		border-color: rgba(128,90,213,var(--border-opacity)) !important
	}

	.md\:focus\:border-purple-700:focus {
		--border-opacity: 1 !important;
		border-color: #6b46c1 !important;
		border-color: rgba(107,70,193,var(--border-opacity)) !important
	}

	.md\:focus\:border-purple-800:focus {
		--border-opacity: 1 !important;
		border-color: #553c9a !important;
		border-color: rgba(85,60,154,var(--border-opacity)) !important
	}

	.md\:focus\:border-purple-900:focus {
		--border-opacity: 1 !important;
		border-color: #44337a !important;
		border-color: rgba(68,51,122,var(--border-opacity)) !important
	}

	.md\:focus\:border-pink-100:focus {
		--border-opacity: 1 !important;
		border-color: #fff5f7 !important;
		border-color: rgba(255,245,247,var(--border-opacity)) !important
	}

	.md\:focus\:border-pink-200:focus {
		--border-opacity: 1 !important;
		border-color: #fed7e2 !important;
		border-color: rgba(254,215,226,var(--border-opacity)) !important
	}

	.md\:focus\:border-pink-300:focus {
		--border-opacity: 1 !important;
		border-color: #fbb6ce !important;
		border-color: rgba(251,182,206,var(--border-opacity)) !important
	}

	.md\:focus\:border-pink-400:focus {
		--border-opacity: 1 !important;
		border-color: #f687b3 !important;
		border-color: rgba(246,135,179,var(--border-opacity)) !important
	}

	.md\:focus\:border-pink-500:focus {
		--border-opacity: 1 !important;
		border-color: #ed64a6 !important;
		border-color: rgba(237,100,166,var(--border-opacity)) !important
	}

	.md\:focus\:border-pink-600:focus {
		--border-opacity: 1 !important;
		border-color: #d53f8c !important;
		border-color: rgba(213,63,140,var(--border-opacity)) !important
	}

	.md\:focus\:border-pink-700:focus {
		--border-opacity: 1 !important;
		border-color: #b83280 !important;
		border-color: rgba(184,50,128,var(--border-opacity)) !important
	}

	.md\:focus\:border-pink-800:focus {
		--border-opacity: 1 !important;
		border-color: #97266d !important;
		border-color: rgba(151,38,109,var(--border-opacity)) !important
	}

	.md\:focus\:border-pink-900:focus {
		--border-opacity: 1 !important;
		border-color: #702459 !important;
		border-color: rgba(112,36,89,var(--border-opacity)) !important
	}

	.md\:focus\:border-orange-400:focus {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.md\:focus\:border-orange-500:focus {
		--border-opacity: 1 !important;
		border-color: #f54a08 !important;
		border-color: rgba(245,74,8,var(--border-opacity)) !important
	}

	.md\:focus\:border-f3f:focus {
		--border-opacity: 1 !important;
		border-color: #f3f3f3 !important;
		border-color: rgba(243,243,243,var(--border-opacity)) !important
	}

	.md\:focus\:border-D8D:focus {
		--border-opacity: 1 !important;
		border-color: #d8d8d8 !important;
		border-color: rgba(216,216,216,var(--border-opacity)) !important
	}

	.md\:border-opacity-0 {
		--border-opacity: 0 !important
	}

	.md\:border-opacity-25 {
		--border-opacity: 0.25 !important
	}

	.md\:border-opacity-50 {
		--border-opacity: 0.5 !important
	}

	.md\:border-opacity-75 {
		--border-opacity: 0.75 !important
	}

	.md\:border-opacity-100 {
		--border-opacity: 1 !important
	}

	.md\:hover\:border-opacity-0:hover {
		--border-opacity: 0 !important
	}

	.md\:hover\:border-opacity-25:hover {
		--border-opacity: 0.25 !important
	}

	.md\:hover\:border-opacity-50:hover {
		--border-opacity: 0.5 !important
	}

	.md\:hover\:border-opacity-75:hover {
		--border-opacity: 0.75 !important
	}

	.md\:hover\:border-opacity-100:hover {
		--border-opacity: 1 !important
	}

	.md\:focus\:border-opacity-0:focus {
		--border-opacity: 0 !important
	}

	.md\:focus\:border-opacity-25:focus {
		--border-opacity: 0.25 !important
	}

	.md\:focus\:border-opacity-50:focus {
		--border-opacity: 0.5 !important
	}

	.md\:focus\:border-opacity-75:focus {
		--border-opacity: 0.75 !important
	}

	.md\:focus\:border-opacity-100:focus {
		--border-opacity: 1 !important
	}

	.md\:rounded-none {
		border-radius: 0 !important
	}

	.md\:rounded-sm {
		border-radius: .125rem !important
	}

	.md\:rounded {
		border-radius: .25rem !important
	}

	.md\:rounded-md {
		border-radius: .375rem !important
	}

	.md\:rounded-lg {
		border-radius: .5rem !important
	}

	.md\:rounded-xl {
		border-radius: .75rem !important
	}

	.md\:rounded-2xl {
		border-radius: 1rem !important
	}

	.md\:rounded-3xl {
		border-radius: 1.5rem !important
	}

	.md\:rounded-full {
		border-radius: 9999px !important
	}

	.md\:rounded-t-none {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important
	}

	.md\:rounded-r-none {
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 0 !important
	}

	.md\:rounded-b-none {
		border-bottom-right-radius: 0 !important;
		border-bottom-left-radius: 0 !important
	}

	.md\:rounded-l-none {
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important
	}

	.md\:rounded-t-sm {
		border-top-left-radius: .125rem !important
	}

	.md\:rounded-r-sm, .md\:rounded-t-sm {
		border-top-right-radius: .125rem !important
	}

	.md\:rounded-b-sm, .md\:rounded-r-sm {
		border-bottom-right-radius: .125rem !important
	}

	.md\:rounded-b-sm, .md\:rounded-l-sm {
		border-bottom-left-radius: .125rem !important
	}

	.md\:rounded-l-sm {
		border-top-left-radius: .125rem !important
	}

	.md\:rounded-t {
		border-top-left-radius: .25rem !important
	}

	.md\:rounded-r, .md\:rounded-t {
		border-top-right-radius: .25rem !important
	}

	.md\:rounded-b, .md\:rounded-r {
		border-bottom-right-radius: .25rem !important
	}

	.md\:rounded-b, .md\:rounded-l {
		border-bottom-left-radius: .25rem !important
	}

	.md\:rounded-l {
		border-top-left-radius: .25rem !important
	}

	.md\:rounded-t-md {
		border-top-left-radius: .375rem !important
	}

	.md\:rounded-r-md, .md\:rounded-t-md {
		border-top-right-radius: .375rem !important
	}

	.md\:rounded-b-md, .md\:rounded-r-md {
		border-bottom-right-radius: .375rem !important
	}

	.md\:rounded-b-md, .md\:rounded-l-md {
		border-bottom-left-radius: .375rem !important
	}

	.md\:rounded-l-md {
		border-top-left-radius: .375rem !important
	}

	.md\:rounded-t-lg {
		border-top-left-radius: .5rem !important
	}

	.md\:rounded-r-lg, .md\:rounded-t-lg {
		border-top-right-radius: .5rem !important
	}

	.md\:rounded-b-lg, .md\:rounded-r-lg {
		border-bottom-right-radius: .5rem !important
	}

	.md\:rounded-b-lg, .md\:rounded-l-lg {
		border-bottom-left-radius: .5rem !important
	}

	.md\:rounded-l-lg {
		border-top-left-radius: .5rem !important
	}

	.md\:rounded-t-xl {
		border-top-left-radius: .75rem !important
	}

	.md\:rounded-r-xl, .md\:rounded-t-xl {
		border-top-right-radius: .75rem !important
	}

	.md\:rounded-b-xl, .md\:rounded-r-xl {
		border-bottom-right-radius: .75rem !important
	}

	.md\:rounded-b-xl, .md\:rounded-l-xl {
		border-bottom-left-radius: .75rem !important
	}

	.md\:rounded-l-xl {
		border-top-left-radius: .75rem !important
	}

	.md\:rounded-t-2xl {
		border-top-left-radius: 1rem !important
	}

	.md\:rounded-r-2xl, .md\:rounded-t-2xl {
		border-top-right-radius: 1rem !important
	}

	.md\:rounded-b-2xl, .md\:rounded-r-2xl {
		border-bottom-right-radius: 1rem !important
	}

	.md\:rounded-b-2xl, .md\:rounded-l-2xl {
		border-bottom-left-radius: 1rem !important
	}

	.md\:rounded-l-2xl {
		border-top-left-radius: 1rem !important
	}

	.md\:rounded-t-3xl {
		border-top-left-radius: 1.5rem !important
	}

	.md\:rounded-r-3xl, .md\:rounded-t-3xl {
		border-top-right-radius: 1.5rem !important
	}

	.md\:rounded-b-3xl, .md\:rounded-r-3xl {
		border-bottom-right-radius: 1.5rem !important
	}

	.md\:rounded-b-3xl, .md\:rounded-l-3xl {
		border-bottom-left-radius: 1.5rem !important
	}

	.md\:rounded-l-3xl {
		border-top-left-radius: 1.5rem !important
	}

	.md\:rounded-t-full {
		border-top-left-radius: 9999px !important
	}

	.md\:rounded-r-full, .md\:rounded-t-full {
		border-top-right-radius: 9999px !important
	}

	.md\:rounded-b-full, .md\:rounded-r-full {
		border-bottom-right-radius: 9999px !important
	}

	.md\:rounded-b-full, .md\:rounded-l-full {
		border-bottom-left-radius: 9999px !important
	}

	.md\:rounded-l-full {
		border-top-left-radius: 9999px !important
	}

	.md\:rounded-tl-none {
		border-top-left-radius: 0 !important
	}

	.md\:rounded-tr-none {
		border-top-right-radius: 0 !important
	}

	.md\:rounded-br-none {
		border-bottom-right-radius: 0 !important
	}

	.md\:rounded-bl-none {
		border-bottom-left-radius: 0 !important
	}

	.md\:rounded-tl-sm {
		border-top-left-radius: .125rem !important
	}

	.md\:rounded-tr-sm {
		border-top-right-radius: .125rem !important
	}

	.md\:rounded-br-sm {
		border-bottom-right-radius: .125rem !important
	}

	.md\:rounded-bl-sm {
		border-bottom-left-radius: .125rem !important
	}

	.md\:rounded-tl {
		border-top-left-radius: .25rem !important
	}

	.md\:rounded-tr {
		border-top-right-radius: .25rem !important
	}

	.md\:rounded-br {
		border-bottom-right-radius: .25rem !important
	}

	.md\:rounded-bl {
		border-bottom-left-radius: .25rem !important
	}

	.md\:rounded-tl-md {
		border-top-left-radius: .375rem !important
	}

	.md\:rounded-tr-md {
		border-top-right-radius: .375rem !important
	}

	.md\:rounded-br-md {
		border-bottom-right-radius: .375rem !important
	}

	.md\:rounded-bl-md {
		border-bottom-left-radius: .375rem !important
	}

	.md\:rounded-tl-lg {
		border-top-left-radius: .5rem !important
	}

	.md\:rounded-tr-lg {
		border-top-right-radius: .5rem !important
	}

	.md\:rounded-br-lg {
		border-bottom-right-radius: .5rem !important
	}

	.md\:rounded-bl-lg {
		border-bottom-left-radius: .5rem !important
	}

	.md\:rounded-tl-xl {
		border-top-left-radius: .75rem !important
	}

	.md\:rounded-tr-xl {
		border-top-right-radius: .75rem !important
	}

	.md\:rounded-br-xl {
		border-bottom-right-radius: .75rem !important
	}

	.md\:rounded-bl-xl {
		border-bottom-left-radius: .75rem !important
	}

	.md\:rounded-tl-2xl {
		border-top-left-radius: 1rem !important
	}

	.md\:rounded-tr-2xl {
		border-top-right-radius: 1rem !important
	}

	.md\:rounded-br-2xl {
		border-bottom-right-radius: 1rem !important
	}

	.md\:rounded-bl-2xl {
		border-bottom-left-radius: 1rem !important
	}

	.md\:rounded-tl-3xl {
		border-top-left-radius: 1.5rem !important
	}

	.md\:rounded-tr-3xl {
		border-top-right-radius: 1.5rem !important
	}

	.md\:rounded-br-3xl {
		border-bottom-right-radius: 1.5rem !important
	}

	.md\:rounded-bl-3xl {
		border-bottom-left-radius: 1.5rem !important
	}

	.md\:rounded-tl-full {
		border-top-left-radius: 9999px !important
	}

	.md\:rounded-tr-full {
		border-top-right-radius: 9999px !important
	}

	.md\:rounded-br-full {
		border-bottom-right-radius: 9999px !important
	}

	.md\:rounded-bl-full {
		border-bottom-left-radius: 9999px !important
	}

	.md\:border-solid {
		border-style: solid !important
	}

	.md\:border-dashed {
		border-style: dashed !important
	}

	.md\:border-dotted {
		border-style: dotted !important
	}

	.md\:border-double {
		border-style: double !important
	}

	.md\:border-none {
		border-style: none !important
	}

	.md\:border-0 {
		border-width: 0 !important
	}

	.md\:border-2 {
		border-width: 2px !important
	}

	.md\:border-4 {
		border-width: 4px !important
	}

	.md\:border-8 {
		border-width: 8px !important
	}

	.md\:border {
		border-width: 1px !important
	}

	.md\:border-t-0 {
		border-top-width: 0 !important
	}

	.md\:border-r-0 {
		border-right-width: 0 !important
	}

	.md\:border-b-0 {
		border-bottom-width: 0 !important
	}

	.md\:border-l-0 {
		border-left-width: 0 !important
	}

	.md\:border-t-2 {
		border-top-width: 2px !important
	}

	.md\:border-r-2 {
		border-right-width: 2px !important
	}

	.md\:border-b-2 {
		border-bottom-width: 2px !important
	}

	.md\:border-l-2 {
		border-left-width: 2px !important
	}

	.md\:border-t-4 {
		border-top-width: 4px !important
	}

	.md\:border-r-4 {
		border-right-width: 4px !important
	}

	.md\:border-b-4 {
		border-bottom-width: 4px !important
	}

	.md\:border-l-4 {
		border-left-width: 4px !important
	}

	.md\:border-t-8 {
		border-top-width: 8px !important
	}

	.md\:border-r-8 {
		border-right-width: 8px !important
	}

	.md\:border-b-8 {
		border-bottom-width: 8px !important
	}

	.md\:border-l-8 {
		border-left-width: 8px !important
	}

	.md\:border-t {
		border-top-width: 1px !important
	}

	.md\:border-r {
		border-right-width: 1px !important
	}

	.md\:border-b {
		border-bottom-width: 1px !important
	}

	.md\:border-l {
		border-left-width: 1px !important
	}

	.md\:box-border {
		box-sizing: border-box !important
	}

	.md\:box-content {
		box-sizing: content-box !important
	}

	.md\:cursor-auto {
		cursor: auto !important
	}

	.md\:cursor-default {
		cursor: default !important
	}

	.md\:cursor-pointer {
		cursor: pointer !important
	}

	.md\:cursor-wait {
		cursor: wait !important
	}

	.md\:cursor-text {
		cursor: text !important
	}

	.md\:cursor-move {
		cursor: move !important
	}

	.md\:cursor-not-allowed {
		cursor: not-allowed !important
	}

	.md\:block {
		display: block !important
	}

	.md\:inline-block {
		display: inline-block !important
	}

	.md\:inline {
		display: inline !important
	}

	.md\:flex {
		display: flex !important
	}

	.md\:inline-flex {
		display: inline-flex !important
	}

	.md\:table {
		display: table !important
	}

	.md\:table-caption {
		display: table-caption !important
	}

	.md\:table-cell {
		display: table-cell !important
	}

	.md\:table-column {
		display: table-column !important
	}

	.md\:table-column-group {
		display: table-column-group !important
	}

	.md\:table-footer-group {
		display: table-footer-group !important
	}

	.md\:table-header-group {
		display: table-header-group !important
	}

	.md\:table-row-group {
		display: table-row-group !important
	}

	.md\:table-row {
		display: table-row !important
	}

	.md\:flow-root {
		display: flow-root !important
	}

	.md\:grid {
		display: grid !important
	}

	.md\:inline-grid {
		display: inline-grid !important
	}

	.md\:contents {
		display: contents !important
	}

	.md\:hidden {
		display: none !important
	}

	.md\:flex-row {
		flex-direction: row !important
	}

	.md\:flex-row-reverse {
		flex-direction: row-reverse !important
	}

	.md\:flex-col {
		flex-direction: column !important
	}

	.md\:flex-col-reverse {
		flex-direction: column-reverse !important
	}

	.md\:flex-wrap {
		flex-wrap: wrap !important
	}

	.md\:flex-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.md\:flex-no-wrap {
		flex-wrap: nowrap !important
	}

	.md\:items-start {
		align-items: flex-start !important
	}

	.md\:items-end {
		align-items: flex-end !important
	}

	.md\:items-center {
		align-items: center !important
	}

	.md\:items-baseline {
		align-items: baseline !important
	}

	.md\:items-stretch {
		align-items: stretch !important
	}

	.md\:justify-start {
		justify-content: flex-start !important
	}

	.md\:justify-end {
		justify-content: flex-end !important
	}

	.md\:justify-center {
		justify-content: center !important
	}

	.md\:justify-between {
		justify-content: space-between !important
	}

	.md\:justify-around {
		justify-content: space-around !important
	}

	.md\:justify-evenly {
		justify-content: space-evenly !important
	}

	.md\:flex-1 {
		flex: 1 1 0% !important
	}

	.md\:flex-auto {
		flex: 1 1 auto !important
	}

	.md\:flex-initial {
		flex: 0 1 auto !important
	}

	.md\:flex-none {
		flex: none !important
	}

	.md\:flex-grow-0 {
		flex-grow: 0 !important
	}

	.md\:flex-grow {
		flex-grow: 1 !important
	}

	.md\:flex-shrink-0 {
		flex-shrink: 0 !important
	}

	.md\:flex-shrink {
		flex-shrink: 1 !important
	}

	.md\:float-right {
		float: right !important
	}

	.md\:float-left {
		float: left !important
	}

	.md\:float-none {
		float: none !important
	}

	.md\:clearfix:after {
		content: "" !important;
		display: table !important;
		clear: both !important
	}

	.md\:clear-left {
		clear: left !important
	}

	.md\:clear-right {
		clear: right !important
	}

	.md\:clear-both {
		clear: both !important
	}

	.md\:clear-none {
		clear: none !important
	}

	.md\:font-hairline {
		font-weight: 100 !important
	}

	.md\:font-thin {
		font-weight: 200 !important
	}

	.md\:font-light {
		font-weight: 300 !important
	}

	.md\:font-normal {
		font-weight: 400 !important
	}

	.md\:font-medium {
		font-weight: 500 !important
	}

	.md\:font-semibold {
		font-weight: 600 !important
	}

	.md\:font-bold {
		font-weight: 700 !important
	}

	.md\:font-extrabold {
		font-weight: 800 !important
	}

	.md\:font-black {
		font-weight: 900 !important
	}

	.md\:hover\:font-hairline:hover {
		font-weight: 100 !important
	}

	.md\:hover\:font-thin:hover {
		font-weight: 200 !important
	}

	.md\:hover\:font-light:hover {
		font-weight: 300 !important
	}

	.md\:hover\:font-normal:hover {
		font-weight: 400 !important
	}

	.md\:hover\:font-medium:hover {
		font-weight: 500 !important
	}

	.md\:hover\:font-semibold:hover {
		font-weight: 600 !important
	}

	.md\:hover\:font-bold:hover {
		font-weight: 700 !important
	}

	.md\:hover\:font-extrabold:hover {
		font-weight: 800 !important
	}

	.md\:hover\:font-black:hover {
		font-weight: 900 !important
	}

	.md\:focus\:font-hairline:focus {
		font-weight: 100 !important
	}

	.md\:focus\:font-thin:focus {
		font-weight: 200 !important
	}

	.md\:focus\:font-light:focus {
		font-weight: 300 !important
	}

	.md\:focus\:font-normal:focus {
		font-weight: 400 !important
	}

	.md\:focus\:font-medium:focus {
		font-weight: 500 !important
	}

	.md\:focus\:font-semibold:focus {
		font-weight: 600 !important
	}

	.md\:focus\:font-bold:focus {
		font-weight: 700 !important
	}

	.md\:focus\:font-extrabold:focus {
		font-weight: 800 !important
	}

	.md\:focus\:font-black:focus {
		font-weight: 900 !important
	}

	.md\:h-0 {
		height: 0 !important
	}

	.md\:h-1 {
		height: .25rem !important
	}

	.md\:h-2 {
		height: .5rem !important
	}

	.md\:h-3 {
		height: .75rem !important
	}

	.md\:h-4 {
		height: 1rem !important
	}

	.md\:h-5 {
		height: 1.25rem !important
	}

	.md\:h-6 {
		height: 1.5rem !important
	}

	.md\:h-8 {
		height: 2rem !important
	}

	.md\:h-10 {
		height: 2.5rem !important
	}

	.md\:h-11 {
		height: 2.75rem !important
	}

	.md\:h-12 {
		height: 3rem !important
	}

	.md\:h-13 {
		height: 3.25rem !important
	}

	.md\:h-14 {
		height: 3.5rem !important
	}

	.md\:h-15 {
		height: 3.75rem !important
	}

	.md\:h-16 {
		height: 4rem !important
	}

	.md\:h-20 {
		height: 5rem !important
	}

	.md\:h-24 {
		height: 6rem !important
	}

	.md\:h-28 {
		height: 7rem !important
	}

	.md\:h-30 {
		height: 7.5rem !important
	}

	.md\:h-32 {
		height: 8rem !important
	}

	.md\:h-35 {
		height: 8.75rem !important
	}

	.md\:h-40 {
		height: 10rem !important
	}

	.md\:h-47 {
		height: 11.75rem !important
	}

	.md\:h-48 {
		height: 12rem !important
	}

	.md\:h-51 {
		height: 12.75rem !important
	}

	.md\:h-54 {
		height: 13.5rem !important
	}

	.md\:h-56 {
		height: 14rem !important
	}

	.md\:h-64 {
		height: 16rem !important
	}

	.md\:h-74 {
		height: 18.5rem !important
	}

	.md\:h-88 {
		height: 22rem !important
	}

	.md\:h-102 {
		height: 25.5rem !important
	}

	.md\:h-128 {
		height: 32rem !important
	}

	.md\:h-134 {
		height: 40rem !important
	}

	.md\:h-140 {
		height: 48rem !important
	}

	.md\:h-150 {
		height: 56rem !important
	}

	.md\:h-auto {
		height: auto !important
	}

	.md\:h-px {
		height: 1px !important
	}

	.md\:h--50 {
		height: -50px !important
	}

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

	.md\:h-screen {
		height: 100vh !important
	}

	.md\:h-px50 {
		height: 50px !important
	}

	.md\:h-introvideo_sm {
		height: 100% !important
	}

	.md\:h-introvideo_md {
		height: 400px !important
	}

	.md\:h-introvideo_lg {
		height: 645px !important
	}

	.md\:h-introvideo_hl {
		height: 905px !important
	}

	.md\:h-joinus_sm {
		height: 100% !important
	}

	.md\:h-joinus_md {
		height: 308px !important
	}

	.md\:h-joinus_hl, .md\:h-joinus_lg {
		height: 536px !important
	}

	.md\:h-propertyphoto_md {
		height: 320px !important
	}

	.md\:h-propertyphoto_lg {
		height: 460px !important
	}

	.md\:h-propertymap_md {
		height: 320px !important
	}

	.md\:h-propertymap_lg {
		height: 440px !important
	}

	.md\:text-8 {
		font-size: 8px !important
	}

	.md\:text-10 {
		font-size: 10px !important
	}

	.md\:text-13 {
		font-size: 13px !important
	}

	.md\:text-19 {
		font-size: 19px !important
	}

	.md\:text-32 {
		font-size: 2rem !important
	}

	.md\:text-42 {
		font-size: 42px !important
	}

	.md\:text-47 {
		font-size: 47px !important
	}

	.md\:text-56 {
		font-size: 56px !important
	}

	.md\:text-76 {
		font-size: 76px !important
	}

	.md\:text-86 {
		font-size: 86px !important
	}

	.md\:text-110 {
		font-size: 110px !important
	}

	.md\:text-130 {
		font-size: 130px !important
	}

	.md\:text-xs {
		font-size: .75rem !important
	}

	.md\:text-sm {
		font-size: .875rem !important
	}

	.md\:text-base {
		font-size: 1rem !important
	}

	.md\:text-lg {
		font-size: 1.125rem !important
	}

	.md\:text-xl {
		font-size: 1.25rem !important
	}

	.md\:text-2xl {
		font-size: 1.5rem !important
	}

	.md\:text-3xl {
		font-size: 1.875rem !important
	}

	.md\:text-4xl {
		font-size: 2.25rem !important
	}

	.md\:text-5xl {
		font-size: 3rem !important
	}

	.md\:text-6xl {
		font-size: 4rem !important
	}

	.md\:text-15p {
		font-size: 15px !important
	}

	.md\:text-22p {
		font-size: 22px !important
	}

	.md\:text-7xl {
		font-size: 5rem !important
	}

	.md\:text-app-title {
		font-size: 1.75em !important
	}

	.md\:leading-0 {
		line-height: 0 !important
	}

	.md\:leading-3 {
		line-height: .75rem !important
	}

	.md\:leading-4 {
		line-height: 1rem !important
	}

	.md\:leading-5 {
		line-height: 1.25rem !important
	}

	.md\:leading-6 {
		line-height: 1.5rem !important
	}

	.md\:leading-7 {
		line-height: 1.75rem !important
	}

	.md\:leading-8 {
		line-height: 2rem !important
	}

	.md\:leading-9 {
		line-height: 2.25rem !important
	}

	.md\:leading-10 {
		line-height: 2.5rem !important
	}

	.md\:leading-none {
		line-height: 1 !important
	}

	.md\:leading-tight {
		line-height: 1.25 !important
	}

	.md\:leading-snug {
		line-height: 1.375 !important
	}

	.md\:leading-normal {
		line-height: 1.5 !important
	}

	.md\:leading-relaxed {
		line-height: 1.625 !important
	}

	.md\:leading-loose {
		line-height: 2 !important
	}

	.md\:m-0 {
		margin: 0 !important
	}

	.md\:m-1 {
		margin: .25rem !important
	}

	.md\:m-2 {
		margin: .5rem !important
	}

	.md\:m-3 {
		margin: .75rem !important
	}

	.md\:m-4 {
		margin: 1rem !important
	}

	.md\:m-5 {
		margin: 1.25rem !important
	}

	.md\:m-6 {
		margin: 1.5rem !important
	}

	.md\:m-7 {
		margin: 1.75rem !important
	}

	.md\:m-8 {
		margin: 2rem !important
	}

	.md\:m-9 {
		margin: 2.25rem !important
	}

	.md\:m-10 {
		margin: 2.5rem !important
	}

	.md\:m-12 {
		margin: 3rem !important
	}

	.md\:m-13, .md\:m-14 {
		margin: 3.5rem !important
	}

	.md\:m-15 {
		margin: 3.75rem !important
	}

	.md\:m-16 {
		margin: 4rem !important
	}

	.md\:m-20 {
		margin: 5rem !important
	}

	.md\:m-24 {
		margin: 6rem !important
	}

	.md\:m-30 {
		margin: 7.5rem !important
	}

	.md\:m-32 {
		margin: 8rem !important
	}

	.md\:m-40 {
		margin: 10rem !important
	}

	.md\:m-48 {
		margin: 12rem !important
	}

	.md\:m-56 {
		margin: 14rem !important
	}

	.md\:m-64 {
		margin: 16rem !important
	}

	.md\:m-auto {
		margin: auto !important
	}

	.md\:m-px {
		margin: 1px !important
	}

	.md\:-m-50 {
		margin: -50px !important
	}

	.md\:-m-1 {
		margin: -.25rem !important
	}

	.md\:-m-2 {
		margin: -.5rem !important
	}

	.md\:-m-3 {
		margin: -.75rem !important
	}

	.md\:-m-4 {
		margin: -1rem !important
	}

	.md\:-m-5 {
		margin: -1.25rem !important
	}

	.md\:-m-6 {
		margin: -1.5rem !important
	}

	.md\:-m-8 {
		margin: -2rem !important
	}

	.md\:-m-10 {
		margin: -2.5rem !important
	}

	.md\:-m-12 {
		margin: -3rem !important
	}

	.md\:-m-16 {
		margin: -4rem !important
	}

	.md\:-m-20 {
		margin: -5rem !important
	}

	.md\:-m-24 {
		margin: -6rem !important
	}

	.md\:-m-32 {
		margin: -8rem !important
	}

	.md\:-m-40 {
		margin: -10rem !important
	}

	.md\:-m-48 {
		margin: -12rem !important
	}

	.md\:-m-56 {
		margin: -14rem !important
	}

	.md\:-m-64 {
		margin: -16rem !important
	}

	.md\:-m-px {
		margin: -1px !important
	}

	.md\:-m--50 {
		margin: 50px !important
	}

	.md\:-m-14 {
		margin: -3.5rem !important
	}

	.md\:-m-15 {
		margin: -3.75rem !important
	}

	.md\:-m-25 {
		margin: -6.25rem !important
	}

	.md\:-m-30 {
		margin: -7.5rem !important
	}

	.md\:my-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.md\:mx-0 {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.md\:my-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.md\:mx-1 {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.md\:my-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.md\:mx-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.md\:my-3 {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.md\:mx-3 {
		margin-left: .75rem !important;
		margin-right: .75rem !important
	}

	.md\:my-4 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.md\:mx-4 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.md\:my-5 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.md\:mx-5 {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.md\:my-6 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.md\:mx-6 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.md\:my-7 {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.md\:mx-7 {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important
	}

	.md\:my-8 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.md\:mx-8 {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.md\:my-9 {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.md\:mx-9 {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important
	}

	.md\:my-10 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.md\:mx-10 {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important
	}

	.md\:my-12 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.md\:mx-12 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.md\:my-13 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.md\:mx-13 {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.md\:my-14 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.md\:mx-14 {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.md\:my-15 {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important
	}

	.md\:mx-15 {
		margin-left: 3.75rem !important;
		margin-right: 3.75rem !important
	}

	.md\:my-16 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.md\:mx-16 {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.md\:my-20 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.md\:mx-20 {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.md\:my-24 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.md\:mx-24 {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.md\:my-30 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.md\:mx-30 {
		margin-left: 7.5rem !important;
		margin-right: 7.5rem !important
	}

	.md\:my-32 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.md\:mx-32 {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.md\:my-40 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.md\:mx-40 {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.md\:my-48 {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.md\:mx-48 {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.md\:my-56 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.md\:mx-56 {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.md\:my-64 {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.md\:mx-64 {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.md\:my-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.md\:mx-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.md\:my-px {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}

	.md\:mx-px {
		margin-left: 1px !important;
		margin-right: 1px !important
	}

	.md\:-my-50 {
		margin-top: -50px !important;
		margin-bottom: -50px !important
	}

	.md\:-mx-50 {
		margin-left: -50px !important;
		margin-right: -50px !important
	}

	.md\:-my-1 {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.md\:-mx-1 {
		margin-left: -.25rem !important;
		margin-right: -.25rem !important
	}

	.md\:-my-2 {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.md\:-mx-2 {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}

	.md\:-my-3 {
		margin-top: -.75rem !important;
		margin-bottom: -.75rem !important
	}

	.md\:-mx-3 {
		margin-left: -.75rem !important;
		margin-right: -.75rem !important
	}

	.md\:-my-4 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.md\:-mx-4 {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.md\:-my-5 {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.md\:-mx-5 {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.md\:-my-6 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.md\:-mx-6 {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.md\:-my-8 {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.md\:-mx-8 {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.md\:-my-10 {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important
	}

	.md\:-mx-10 {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important
	}

	.md\:-my-12 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.md\:-mx-12 {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.md\:-my-16 {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.md\:-mx-16 {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.md\:-my-20 {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.md\:-mx-20 {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.md\:-my-24 {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.md\:-mx-24 {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.md\:-my-32 {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important
	}

	.md\:-mx-32 {
		margin-left: -8rem !important;
		margin-right: -8rem !important
	}

	.md\:-my-40 {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important
	}

	.md\:-mx-40 {
		margin-left: -10rem !important;
		margin-right: -10rem !important
	}

	.md\:-my-48 {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important
	}

	.md\:-mx-48 {
		margin-left: -12rem !important;
		margin-right: -12rem !important
	}

	.md\:-my-56 {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important
	}

	.md\:-mx-56 {
		margin-left: -14rem !important;
		margin-right: -14rem !important
	}

	.md\:-my-64 {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important
	}

	.md\:-mx-64 {
		margin-left: -16rem !important;
		margin-right: -16rem !important
	}

	.md\:-my-px {
		margin-top: -1px !important;
		margin-bottom: -1px !important
	}

	.md\:-mx-px {
		margin-left: -1px !important;
		margin-right: -1px !important
	}

	.md\:-my--50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}

	.md\:-mx--50 {
		margin-left: 50px !important;
		margin-right: 50px !important
	}

	.md\:-my-14 {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important
	}

	.md\:-mx-14 {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important
	}

	.md\:-my-15 {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important
	}

	.md\:-mx-15 {
		margin-left: -3.75rem !important;
		margin-right: -3.75rem !important
	}

	.md\:-my-25 {
		margin-top: -6.25rem !important;
		margin-bottom: -6.25rem !important
	}

	.md\:-mx-25 {
		margin-left: -6.25rem !important;
		margin-right: -6.25rem !important
	}

	.md\:-my-30 {
		margin-top: -7.5rem !important;
		margin-bottom: -7.5rem !important
	}

	.md\:-mx-30 {
		margin-left: -7.5rem !important;
		margin-right: -7.5rem !important
	}

	.md\:mt-0 {
		margin-top: 0 !important
	}

	.md\:mr-0 {
		margin-right: 0 !important
	}

	.md\:mb-0 {
		margin-bottom: 0 !important
	}

	.md\:ml-0 {
		margin-left: 0 !important
	}

	.md\:mt-1 {
		margin-top: .25rem !important
	}

	.md\:mr-1 {
		margin-right: .25rem !important
	}

	.md\:mb-1 {
		margin-bottom: .25rem !important
	}

	.md\:ml-1 {
		margin-left: .25rem !important
	}

	.md\:mt-2 {
		margin-top: .5rem !important
	}

	.md\:mr-2 {
		margin-right: .5rem !important
	}

	.md\:mb-2 {
		margin-bottom: .5rem !important
	}

	.md\:ml-2 {
		margin-left: .5rem !important
	}

	.md\:mt-3 {
		margin-top: .75rem !important
	}

	.md\:mr-3 {
		margin-right: .75rem !important
	}

	.md\:mb-3 {
		margin-bottom: .75rem !important
	}

	.md\:ml-3 {
		margin-left: .75rem !important
	}

	.md\:mt-4 {
		margin-top: 1rem !important
	}

	.md\:mr-4 {
		margin-right: 1rem !important
	}

	.md\:mb-4 {
		margin-bottom: 1rem !important
	}

	.md\:ml-4 {
		margin-left: 1rem !important
	}

	.md\:mt-5 {
		margin-top: 1.25rem !important
	}

	.md\:mr-5 {
		margin-right: 1.25rem !important
	}

	.md\:mb-5 {
		margin-bottom: 1.25rem !important
	}

	.md\:ml-5 {
		margin-left: 1.25rem !important
	}

	.md\:mt-6 {
		margin-top: 1.5rem !important
	}

	.md\:mr-6 {
		margin-right: 1.5rem !important
	}

	.md\:mb-6 {
		margin-bottom: 1.5rem !important
	}

	.md\:ml-6 {
		margin-left: 1.5rem !important
	}

	.md\:mt-7 {
		margin-top: 1.75rem !important
	}

	.md\:mr-7 {
		margin-right: 1.75rem !important
	}

	.md\:mb-7 {
		margin-bottom: 1.75rem !important
	}

	.md\:ml-7 {
		margin-left: 1.75rem !important
	}

	.md\:mt-8 {
		margin-top: 2rem !important
	}

	.md\:mr-8 {
		margin-right: 2rem !important
	}

	.md\:mb-8 {
		margin-bottom: 2rem !important
	}

	.md\:ml-8 {
		margin-left: 2rem !important
	}

	.md\:mt-9 {
		margin-top: 2.25rem !important
	}

	.md\:mr-9 {
		margin-right: 2.25rem !important
	}

	.md\:mb-9 {
		margin-bottom: 2.25rem !important
	}

	.md\:ml-9 {
		margin-left: 2.25rem !important
	}

	.md\:mt-10 {
		margin-top: 2.5rem !important
	}

	.md\:mr-10 {
		margin-right: 2.5rem !important
	}

	.md\:mb-10 {
		margin-bottom: 2.5rem !important
	}

	.md\:ml-10 {
		margin-left: 2.5rem !important
	}

	.md\:mt-12 {
		margin-top: 3rem !important
	}

	.md\:mr-12 {
		margin-right: 3rem !important
	}

	.md\:mb-12 {
		margin-bottom: 3rem !important
	}

	.md\:ml-12 {
		margin-left: 3rem !important
	}

	.md\:mt-13 {
		margin-top: 3.5rem !important
	}

	.md\:mr-13 {
		margin-right: 3.5rem !important
	}

	.md\:mb-13 {
		margin-bottom: 3.5rem !important
	}

	.md\:ml-13 {
		margin-left: 3.5rem !important
	}

	.md\:mt-14 {
		margin-top: 3.5rem !important
	}

	.md\:mr-14 {
		margin-right: 3.5rem !important
	}

	.md\:mb-14 {
		margin-bottom: 3.5rem !important
	}

	.md\:ml-14 {
		margin-left: 3.5rem !important
	}

	.md\:mt-15 {
		margin-top: 3.75rem !important
	}

	.md\:mr-15 {
		margin-right: 3.75rem !important
	}

	.md\:mb-15 {
		margin-bottom: 3.75rem !important
	}

	.md\:ml-15 {
		margin-left: 3.75rem !important
	}

	.md\:mt-16 {
		margin-top: 4rem !important
	}

	.md\:mr-16 {
		margin-right: 4rem !important
	}

	.md\:mb-16 {
		margin-bottom: 4rem !important
	}

	.md\:ml-16 {
		margin-left: 4rem !important
	}

	.md\:mt-20 {
		margin-top: 5rem !important
	}

	.md\:mr-20 {
		margin-right: 5rem !important
	}

	.md\:mb-20 {
		margin-bottom: 5rem !important
	}

	.md\:ml-20 {
		margin-left: 5rem !important
	}

	.md\:mt-24 {
		margin-top: 6rem !important
	}

	.md\:mr-24 {
		margin-right: 6rem !important
	}

	.md\:mb-24 {
		margin-bottom: 6rem !important
	}

	.md\:ml-24 {
		margin-left: 6rem !important
	}

	.md\:mt-30 {
		margin-top: 7.5rem !important
	}

	.md\:mr-30 {
		margin-right: 7.5rem !important
	}

	.md\:mb-30 {
		margin-bottom: 7.5rem !important
	}

	.md\:ml-30 {
		margin-left: 7.5rem !important
	}

	.md\:mt-32 {
		margin-top: 8rem !important
	}

	.md\:mr-32 {
		margin-right: 8rem !important
	}

	.md\:mb-32 {
		margin-bottom: 8rem !important
	}

	.md\:ml-32 {
		margin-left: 8rem !important
	}

	.md\:mt-40 {
		margin-top: 10rem !important
	}

	.md\:mr-40 {
		margin-right: 10rem !important
	}

	.md\:mb-40 {
		margin-bottom: 10rem !important
	}

	.md\:ml-40 {
		margin-left: 10rem !important
	}

	.md\:mt-48 {
		margin-top: 12rem !important
	}

	.md\:mr-48 {
		margin-right: 12rem !important
	}

	.md\:mb-48 {
		margin-bottom: 12rem !important
	}

	.md\:ml-48 {
		margin-left: 12rem !important
	}

	.md\:mt-56 {
		margin-top: 14rem !important
	}

	.md\:mr-56 {
		margin-right: 14rem !important
	}

	.md\:mb-56 {
		margin-bottom: 14rem !important
	}

	.md\:ml-56 {
		margin-left: 14rem !important
	}

	.md\:mt-64 {
		margin-top: 16rem !important
	}

	.md\:mr-64 {
		margin-right: 16rem !important
	}

	.md\:mb-64 {
		margin-bottom: 16rem !important
	}

	.md\:ml-64 {
		margin-left: 16rem !important
	}

	.md\:mt-auto {
		margin-top: auto !important
	}

	.md\:mr-auto {
		margin-right: auto !important
	}

	.md\:mb-auto {
		margin-bottom: auto !important
	}

	.md\:ml-auto {
		margin-left: auto !important
	}

	.md\:mt-px {
		margin-top: 1px !important
	}

	.md\:mr-px {
		margin-right: 1px !important
	}

	.md\:mb-px {
		margin-bottom: 1px !important
	}

	.md\:ml-px {
		margin-left: 1px !important
	}

	.md\:-mt-50 {
		margin-top: -50px !important
	}

	.md\:-mr-50 {
		margin-right: -50px !important
	}

	.md\:-mb-50 {
		margin-bottom: -50px !important
	}

	.md\:-ml-50 {
		margin-left: -50px !important
	}

	.md\:-mt-1 {
		margin-top: -.25rem !important
	}

	.md\:-mr-1 {
		margin-right: -.25rem !important
	}

	.md\:-mb-1 {
		margin-bottom: -.25rem !important
	}

	.md\:-ml-1 {
		margin-left: -.25rem !important
	}

	.md\:-mt-2 {
		margin-top: -.5rem !important
	}

	.md\:-mr-2 {
		margin-right: -.5rem !important
	}

	.md\:-mb-2 {
		margin-bottom: -.5rem !important
	}

	.md\:-ml-2 {
		margin-left: -.5rem !important
	}

	.md\:-mt-3 {
		margin-top: -.75rem !important
	}

	.md\:-mr-3 {
		margin-right: -.75rem !important
	}

	.md\:-mb-3 {
		margin-bottom: -.75rem !important
	}

	.md\:-ml-3 {
		margin-left: -.75rem !important
	}

	.md\:-mt-4 {
		margin-top: -1rem !important
	}

	.md\:-mr-4 {
		margin-right: -1rem !important
	}

	.md\:-mb-4 {
		margin-bottom: -1rem !important
	}

	.md\:-ml-4 {
		margin-left: -1rem !important
	}

	.md\:-mt-5 {
		margin-top: -1.25rem !important
	}

	.md\:-mr-5 {
		margin-right: -1.25rem !important
	}

	.md\:-mb-5 {
		margin-bottom: -1.25rem !important
	}

	.md\:-ml-5 {
		margin-left: -1.25rem !important
	}

	.md\:-mt-6 {
		margin-top: -1.5rem !important
	}

	.md\:-mr-6 {
		margin-right: -1.5rem !important
	}

	.md\:-mb-6 {
		margin-bottom: -1.5rem !important
	}

	.md\:-ml-6 {
		margin-left: -1.5rem !important
	}

	.md\:-mt-8 {
		margin-top: -2rem !important
	}

	.md\:-mr-8 {
		margin-right: -2rem !important
	}

	.md\:-mb-8 {
		margin-bottom: -2rem !important
	}

	.md\:-ml-8 {
		margin-left: -2rem !important
	}

	.md\:-mt-10 {
		margin-top: -2.5rem !important
	}

	.md\:-mr-10 {
		margin-right: -2.5rem !important
	}

	.md\:-mb-10 {
		margin-bottom: -2.5rem !important
	}

	.md\:-ml-10 {
		margin-left: -2.5rem !important
	}

	.md\:-mt-12 {
		margin-top: -3rem !important
	}

	.md\:-mr-12 {
		margin-right: -3rem !important
	}

	.md\:-mb-12 {
		margin-bottom: -3rem !important
	}

	.md\:-ml-12 {
		margin-left: -3rem !important
	}

	.md\:-mt-16 {
		margin-top: -4rem !important
	}

	.md\:-mr-16 {
		margin-right: -4rem !important
	}

	.md\:-mb-16 {
		margin-bottom: -4rem !important
	}

	.md\:-ml-16 {
		margin-left: -4rem !important
	}

	.md\:-mt-20 {
		margin-top: -5rem !important
	}

	.md\:-mr-20 {
		margin-right: -5rem !important
	}

	.md\:-mb-20 {
		margin-bottom: -5rem !important
	}

	.md\:-ml-20 {
		margin-left: -5rem !important
	}

	.md\:-mt-24 {
		margin-top: -6rem !important
	}

	.md\:-mr-24 {
		margin-right: -6rem !important
	}

	.md\:-mb-24 {
		margin-bottom: -6rem !important
	}

	.md\:-ml-24 {
		margin-left: -6rem !important
	}

	.md\:-mt-32 {
		margin-top: -8rem !important
	}

	.md\:-mr-32 {
		margin-right: -8rem !important
	}

	.md\:-mb-32 {
		margin-bottom: -8rem !important
	}

	.md\:-ml-32 {
		margin-left: -8rem !important
	}

	.md\:-mt-40 {
		margin-top: -10rem !important
	}

	.md\:-mr-40 {
		margin-right: -10rem !important
	}

	.md\:-mb-40 {
		margin-bottom: -10rem !important
	}

	.md\:-ml-40 {
		margin-left: -10rem !important
	}

	.md\:-mt-48 {
		margin-top: -12rem !important
	}

	.md\:-mr-48 {
		margin-right: -12rem !important
	}

	.md\:-mb-48 {
		margin-bottom: -12rem !important
	}

	.md\:-ml-48 {
		margin-left: -12rem !important
	}

	.md\:-mt-56 {
		margin-top: -14rem !important
	}

	.md\:-mr-56 {
		margin-right: -14rem !important
	}

	.md\:-mb-56 {
		margin-bottom: -14rem !important
	}

	.md\:-ml-56 {
		margin-left: -14rem !important
	}

	.md\:-mt-64 {
		margin-top: -16rem !important
	}

	.md\:-mr-64 {
		margin-right: -16rem !important
	}

	.md\:-mb-64 {
		margin-bottom: -16rem !important
	}

	.md\:-ml-64 {
		margin-left: -16rem !important
	}

	.md\:-mt-px {
		margin-top: -1px !important
	}

	.md\:-mr-px {
		margin-right: -1px !important
	}

	.md\:-mb-px {
		margin-bottom: -1px !important
	}

	.md\:-ml-px {
		margin-left: -1px !important
	}

	.md\:-mt--50 {
		margin-top: 50px !important
	}

	.md\:-mr--50 {
		margin-right: 50px !important
	}

	.md\:-mb--50 {
		margin-bottom: 50px !important
	}

	.md\:-ml--50 {
		margin-left: 50px !important
	}

	.md\:-mt-14 {
		margin-top: -3.5rem !important
	}

	.md\:-mr-14 {
		margin-right: -3.5rem !important
	}

	.md\:-mb-14 {
		margin-bottom: -3.5rem !important
	}

	.md\:-ml-14 {
		margin-left: -3.5rem !important
	}

	.md\:-mt-15 {
		margin-top: -3.75rem !important
	}

	.md\:-mr-15 {
		margin-right: -3.75rem !important
	}

	.md\:-mb-15 {
		margin-bottom: -3.75rem !important
	}

	.md\:-ml-15 {
		margin-left: -3.75rem !important
	}

	.md\:-mt-25 {
		margin-top: -6.25rem !important
	}

	.md\:-mr-25 {
		margin-right: -6.25rem !important
	}

	.md\:-mb-25 {
		margin-bottom: -6.25rem !important
	}

	.md\:-ml-25 {
		margin-left: -6.25rem !important
	}

	.md\:-mt-30 {
		margin-top: -7.5rem !important
	}

	.md\:-mr-30 {
		margin-right: -7.5rem !important
	}

	.md\:-mb-30 {
		margin-bottom: -7.5rem !important
	}

	.md\:-ml-30 {
		margin-left: -7.5rem !important
	}

	.md\:last\:m-0:last-child {
		margin: 0 !important
	}

	.md\:last\:m-1:last-child {
		margin: .25rem !important
	}

	.md\:last\:m-2:last-child {
		margin: .5rem !important
	}

	.md\:last\:m-3:last-child {
		margin: .75rem !important
	}

	.md\:last\:m-4:last-child {
		margin: 1rem !important
	}

	.md\:last\:m-5:last-child {
		margin: 1.25rem !important
	}

	.md\:last\:m-6:last-child {
		margin: 1.5rem !important
	}

	.md\:last\:m-7:last-child {
		margin: 1.75rem !important
	}

	.md\:last\:m-8:last-child {
		margin: 2rem !important
	}

	.md\:last\:m-9:last-child {
		margin: 2.25rem !important
	}

	.md\:last\:m-10:last-child {
		margin: 2.5rem !important
	}

	.md\:last\:m-12:last-child {
		margin: 3rem !important
	}

	.md\:last\:m-13:last-child, .md\:last\:m-14:last-child {
		margin: 3.5rem !important
	}

	.md\:last\:m-15:last-child {
		margin: 3.75rem !important
	}

	.md\:last\:m-16:last-child {
		margin: 4rem !important
	}

	.md\:last\:m-20:last-child {
		margin: 5rem !important
	}

	.md\:last\:m-24:last-child {
		margin: 6rem !important
	}

	.md\:last\:m-30:last-child {
		margin: 7.5rem !important
	}

	.md\:last\:m-32:last-child {
		margin: 8rem !important
	}

	.md\:last\:m-40:last-child {
		margin: 10rem !important
	}

	.md\:last\:m-48:last-child {
		margin: 12rem !important
	}

	.md\:last\:m-56:last-child {
		margin: 14rem !important
	}

	.md\:last\:m-64:last-child {
		margin: 16rem !important
	}

	.md\:last\:m-auto:last-child {
		margin: auto !important
	}

	.md\:last\:m-px:last-child {
		margin: 1px !important
	}

	.md\:last\:-m-50:last-child {
		margin: -50px !important
	}

	.md\:last\:-m-1:last-child {
		margin: -.25rem !important
	}

	.md\:last\:-m-2:last-child {
		margin: -.5rem !important
	}

	.md\:last\:-m-3:last-child {
		margin: -.75rem !important
	}

	.md\:last\:-m-4:last-child {
		margin: -1rem !important
	}

	.md\:last\:-m-5:last-child {
		margin: -1.25rem !important
	}

	.md\:last\:-m-6:last-child {
		margin: -1.5rem !important
	}

	.md\:last\:-m-8:last-child {
		margin: -2rem !important
	}

	.md\:last\:-m-10:last-child {
		margin: -2.5rem !important
	}

	.md\:last\:-m-12:last-child {
		margin: -3rem !important
	}

	.md\:last\:-m-16:last-child {
		margin: -4rem !important
	}

	.md\:last\:-m-20:last-child {
		margin: -5rem !important
	}

	.md\:last\:-m-24:last-child {
		margin: -6rem !important
	}

	.md\:last\:-m-32:last-child {
		margin: -8rem !important
	}

	.md\:last\:-m-40:last-child {
		margin: -10rem !important
	}

	.md\:last\:-m-48:last-child {
		margin: -12rem !important
	}

	.md\:last\:-m-56:last-child {
		margin: -14rem !important
	}

	.md\:last\:-m-64:last-child {
		margin: -16rem !important
	}

	.md\:last\:-m-px:last-child {
		margin: -1px !important
	}

	.md\:last\:-m--50:last-child {
		margin: 50px !important
	}

	.md\:last\:-m-14:last-child {
		margin: -3.5rem !important
	}

	.md\:last\:-m-15:last-child {
		margin: -3.75rem !important
	}

	.md\:last\:-m-25:last-child {
		margin: -6.25rem !important
	}

	.md\:last\:-m-30:last-child {
		margin: -7.5rem !important
	}

	.md\:last\:my-0:last-child {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.md\:last\:mx-0:last-child {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.md\:last\:my-1:last-child {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.md\:last\:mx-1:last-child {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.md\:last\:my-2:last-child {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.md\:last\:mx-2:last-child {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.md\:last\:my-3:last-child {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.md\:last\:mx-3:last-child {
		margin-left: .75rem !important;
		margin-right: .75rem !important
	}

	.md\:last\:my-4:last-child {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.md\:last\:mx-4:last-child {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.md\:last\:my-5:last-child {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.md\:last\:mx-5:last-child {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.md\:last\:my-6:last-child {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.md\:last\:mx-6:last-child {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.md\:last\:my-7:last-child {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.md\:last\:mx-7:last-child {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important
	}

	.md\:last\:my-8:last-child {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.md\:last\:mx-8:last-child {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.md\:last\:my-9:last-child {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.md\:last\:mx-9:last-child {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important
	}

	.md\:last\:my-10:last-child {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.md\:last\:mx-10:last-child {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important
	}

	.md\:last\:my-12:last-child {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.md\:last\:mx-12:last-child {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.md\:last\:my-13:last-child {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.md\:last\:mx-13:last-child {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.md\:last\:my-14:last-child {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.md\:last\:mx-14:last-child {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.md\:last\:my-15:last-child {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important
	}

	.md\:last\:mx-15:last-child {
		margin-left: 3.75rem !important;
		margin-right: 3.75rem !important
	}

	.md\:last\:my-16:last-child {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.md\:last\:mx-16:last-child {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.md\:last\:my-20:last-child {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.md\:last\:mx-20:last-child {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.md\:last\:my-24:last-child {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.md\:last\:mx-24:last-child {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.md\:last\:my-30:last-child {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.md\:last\:mx-30:last-child {
		margin-left: 7.5rem !important;
		margin-right: 7.5rem !important
	}

	.md\:last\:my-32:last-child {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.md\:last\:mx-32:last-child {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.md\:last\:my-40:last-child {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.md\:last\:mx-40:last-child {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.md\:last\:my-48:last-child {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.md\:last\:mx-48:last-child {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.md\:last\:my-56:last-child {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.md\:last\:mx-56:last-child {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.md\:last\:my-64:last-child {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.md\:last\:mx-64:last-child {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.md\:last\:my-auto:last-child {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.md\:last\:mx-auto:last-child {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.md\:last\:my-px:last-child {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}

	.md\:last\:mx-px:last-child {
		margin-left: 1px !important;
		margin-right: 1px !important
	}

	.md\:last\:-my-50:last-child {
		margin-top: -50px !important;
		margin-bottom: -50px !important
	}

	.md\:last\:-mx-50:last-child {
		margin-left: -50px !important;
		margin-right: -50px !important
	}

	.md\:last\:-my-1:last-child {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.md\:last\:-mx-1:last-child {
		margin-left: -.25rem !important;
		margin-right: -.25rem !important
	}

	.md\:last\:-my-2:last-child {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.md\:last\:-mx-2:last-child {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}

	.md\:last\:-my-3:last-child {
		margin-top: -.75rem !important;
		margin-bottom: -.75rem !important
	}

	.md\:last\:-mx-3:last-child {
		margin-left: -.75rem !important;
		margin-right: -.75rem !important
	}

	.md\:last\:-my-4:last-child {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.md\:last\:-mx-4:last-child {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.md\:last\:-my-5:last-child {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.md\:last\:-mx-5:last-child {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.md\:last\:-my-6:last-child {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.md\:last\:-mx-6:last-child {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.md\:last\:-my-8:last-child {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.md\:last\:-mx-8:last-child {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.md\:last\:-my-10:last-child {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important
	}

	.md\:last\:-mx-10:last-child {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important
	}

	.md\:last\:-my-12:last-child {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.md\:last\:-mx-12:last-child {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.md\:last\:-my-16:last-child {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.md\:last\:-mx-16:last-child {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.md\:last\:-my-20:last-child {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.md\:last\:-mx-20:last-child {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.md\:last\:-my-24:last-child {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.md\:last\:-mx-24:last-child {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.md\:last\:-my-32:last-child {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important
	}

	.md\:last\:-mx-32:last-child {
		margin-left: -8rem !important;
		margin-right: -8rem !important
	}

	.md\:last\:-my-40:last-child {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important
	}

	.md\:last\:-mx-40:last-child {
		margin-left: -10rem !important;
		margin-right: -10rem !important
	}

	.md\:last\:-my-48:last-child {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important
	}

	.md\:last\:-mx-48:last-child {
		margin-left: -12rem !important;
		margin-right: -12rem !important
	}

	.md\:last\:-my-56:last-child {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important
	}

	.md\:last\:-mx-56:last-child {
		margin-left: -14rem !important;
		margin-right: -14rem !important
	}

	.md\:last\:-my-64:last-child {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important
	}

	.md\:last\:-mx-64:last-child {
		margin-left: -16rem !important;
		margin-right: -16rem !important
	}

	.md\:last\:-my-px:last-child {
		margin-top: -1px !important;
		margin-bottom: -1px !important
	}

	.md\:last\:-mx-px:last-child {
		margin-left: -1px !important;
		margin-right: -1px !important
	}

	.md\:last\:-my--50:last-child {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}

	.md\:last\:-mx--50:last-child {
		margin-left: 50px !important;
		margin-right: 50px !important
	}

	.md\:last\:-my-14:last-child {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important
	}

	.md\:last\:-mx-14:last-child {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important
	}

	.md\:last\:-my-15:last-child {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important
	}

	.md\:last\:-mx-15:last-child {
		margin-left: -3.75rem !important;
		margin-right: -3.75rem !important
	}

	.md\:last\:-my-25:last-child {
		margin-top: -6.25rem !important;
		margin-bottom: -6.25rem !important
	}

	.md\:last\:-mx-25:last-child {
		margin-left: -6.25rem !important;
		margin-right: -6.25rem !important
	}

	.md\:last\:-my-30:last-child {
		margin-top: -7.5rem !important;
		margin-bottom: -7.5rem !important
	}

	.md\:last\:-mx-30:last-child {
		margin-left: -7.5rem !important;
		margin-right: -7.5rem !important
	}

	.md\:last\:mt-0:last-child {
		margin-top: 0 !important
	}

	.md\:last\:mr-0:last-child {
		margin-right: 0 !important
	}

	.md\:last\:mb-0:last-child {
		margin-bottom: 0 !important
	}

	.md\:last\:ml-0:last-child {
		margin-left: 0 !important
	}

	.md\:last\:mt-1:last-child {
		margin-top: .25rem !important
	}

	.md\:last\:mr-1:last-child {
		margin-right: .25rem !important
	}

	.md\:last\:mb-1:last-child {
		margin-bottom: .25rem !important
	}

	.md\:last\:ml-1:last-child {
		margin-left: .25rem !important
	}

	.md\:last\:mt-2:last-child {
		margin-top: .5rem !important
	}

	.md\:last\:mr-2:last-child {
		margin-right: .5rem !important
	}

	.md\:last\:mb-2:last-child {
		margin-bottom: .5rem !important
	}

	.md\:last\:ml-2:last-child {
		margin-left: .5rem !important
	}

	.md\:last\:mt-3:last-child {
		margin-top: .75rem !important
	}

	.md\:last\:mr-3:last-child {
		margin-right: .75rem !important
	}

	.md\:last\:mb-3:last-child {
		margin-bottom: .75rem !important
	}

	.md\:last\:ml-3:last-child {
		margin-left: .75rem !important
	}

	.md\:last\:mt-4:last-child {
		margin-top: 1rem !important
	}

	.md\:last\:mr-4:last-child {
		margin-right: 1rem !important
	}

	.md\:last\:mb-4:last-child {
		margin-bottom: 1rem !important
	}

	.md\:last\:ml-4:last-child {
		margin-left: 1rem !important
	}

	.md\:last\:mt-5:last-child {
		margin-top: 1.25rem !important
	}

	.md\:last\:mr-5:last-child {
		margin-right: 1.25rem !important
	}

	.md\:last\:mb-5:last-child {
		margin-bottom: 1.25rem !important
	}

	.md\:last\:ml-5:last-child {
		margin-left: 1.25rem !important
	}

	.md\:last\:mt-6:last-child {
		margin-top: 1.5rem !important
	}

	.md\:last\:mr-6:last-child {
		margin-right: 1.5rem !important
	}

	.md\:last\:mb-6:last-child {
		margin-bottom: 1.5rem !important
	}

	.md\:last\:ml-6:last-child {
		margin-left: 1.5rem !important
	}

	.md\:last\:mt-7:last-child {
		margin-top: 1.75rem !important
	}

	.md\:last\:mr-7:last-child {
		margin-right: 1.75rem !important
	}

	.md\:last\:mb-7:last-child {
		margin-bottom: 1.75rem !important
	}

	.md\:last\:ml-7:last-child {
		margin-left: 1.75rem !important
	}

	.md\:last\:mt-8:last-child {
		margin-top: 2rem !important
	}

	.md\:last\:mr-8:last-child {
		margin-right: 2rem !important
	}

	.md\:last\:mb-8:last-child {
		margin-bottom: 2rem !important
	}

	.md\:last\:ml-8:last-child {
		margin-left: 2rem !important
	}

	.md\:last\:mt-9:last-child {
		margin-top: 2.25rem !important
	}

	.md\:last\:mr-9:last-child {
		margin-right: 2.25rem !important
	}

	.md\:last\:mb-9:last-child {
		margin-bottom: 2.25rem !important
	}

	.md\:last\:ml-9:last-child {
		margin-left: 2.25rem !important
	}

	.md\:last\:mt-10:last-child {
		margin-top: 2.5rem !important
	}

	.md\:last\:mr-10:last-child {
		margin-right: 2.5rem !important
	}

	.md\:last\:mb-10:last-child {
		margin-bottom: 2.5rem !important
	}

	.md\:last\:ml-10:last-child {
		margin-left: 2.5rem !important
	}

	.md\:last\:mt-12:last-child {
		margin-top: 3rem !important
	}

	.md\:last\:mr-12:last-child {
		margin-right: 3rem !important
	}

	.md\:last\:mb-12:last-child {
		margin-bottom: 3rem !important
	}

	.md\:last\:ml-12:last-child {
		margin-left: 3rem !important
	}

	.md\:last\:mt-13:last-child {
		margin-top: 3.5rem !important
	}

	.md\:last\:mr-13:last-child {
		margin-right: 3.5rem !important
	}

	.md\:last\:mb-13:last-child {
		margin-bottom: 3.5rem !important
	}

	.md\:last\:ml-13:last-child {
		margin-left: 3.5rem !important
	}

	.md\:last\:mt-14:last-child {
		margin-top: 3.5rem !important
	}

	.md\:last\:mr-14:last-child {
		margin-right: 3.5rem !important
	}

	.md\:last\:mb-14:last-child {
		margin-bottom: 3.5rem !important
	}

	.md\:last\:ml-14:last-child {
		margin-left: 3.5rem !important
	}

	.md\:last\:mt-15:last-child {
		margin-top: 3.75rem !important
	}

	.md\:last\:mr-15:last-child {
		margin-right: 3.75rem !important
	}

	.md\:last\:mb-15:last-child {
		margin-bottom: 3.75rem !important
	}

	.md\:last\:ml-15:last-child {
		margin-left: 3.75rem !important
	}

	.md\:last\:mt-16:last-child {
		margin-top: 4rem !important
	}

	.md\:last\:mr-16:last-child {
		margin-right: 4rem !important
	}

	.md\:last\:mb-16:last-child {
		margin-bottom: 4rem !important
	}

	.md\:last\:ml-16:last-child {
		margin-left: 4rem !important
	}

	.md\:last\:mt-20:last-child {
		margin-top: 5rem !important
	}

	.md\:last\:mr-20:last-child {
		margin-right: 5rem !important
	}

	.md\:last\:mb-20:last-child {
		margin-bottom: 5rem !important
	}

	.md\:last\:ml-20:last-child {
		margin-left: 5rem !important
	}

	.md\:last\:mt-24:last-child {
		margin-top: 6rem !important
	}

	.md\:last\:mr-24:last-child {
		margin-right: 6rem !important
	}

	.md\:last\:mb-24:last-child {
		margin-bottom: 6rem !important
	}

	.md\:last\:ml-24:last-child {
		margin-left: 6rem !important
	}

	.md\:last\:mt-30:last-child {
		margin-top: 7.5rem !important
	}

	.md\:last\:mr-30:last-child {
		margin-right: 7.5rem !important
	}

	.md\:last\:mb-30:last-child {
		margin-bottom: 7.5rem !important
	}

	.md\:last\:ml-30:last-child {
		margin-left: 7.5rem !important
	}

	.md\:last\:mt-32:last-child {
		margin-top: 8rem !important
	}

	.md\:last\:mr-32:last-child {
		margin-right: 8rem !important
	}

	.md\:last\:mb-32:last-child {
		margin-bottom: 8rem !important
	}

	.md\:last\:ml-32:last-child {
		margin-left: 8rem !important
	}

	.md\:last\:mt-40:last-child {
		margin-top: 10rem !important
	}

	.md\:last\:mr-40:last-child {
		margin-right: 10rem !important
	}

	.md\:last\:mb-40:last-child {
		margin-bottom: 10rem !important
	}

	.md\:last\:ml-40:last-child {
		margin-left: 10rem !important
	}

	.md\:last\:mt-48:last-child {
		margin-top: 12rem !important
	}

	.md\:last\:mr-48:last-child {
		margin-right: 12rem !important
	}

	.md\:last\:mb-48:last-child {
		margin-bottom: 12rem !important
	}

	.md\:last\:ml-48:last-child {
		margin-left: 12rem !important
	}

	.md\:last\:mt-56:last-child {
		margin-top: 14rem !important
	}

	.md\:last\:mr-56:last-child {
		margin-right: 14rem !important
	}

	.md\:last\:mb-56:last-child {
		margin-bottom: 14rem !important
	}

	.md\:last\:ml-56:last-child {
		margin-left: 14rem !important
	}

	.md\:last\:mt-64:last-child {
		margin-top: 16rem !important
	}

	.md\:last\:mr-64:last-child {
		margin-right: 16rem !important
	}

	.md\:last\:mb-64:last-child {
		margin-bottom: 16rem !important
	}

	.md\:last\:ml-64:last-child {
		margin-left: 16rem !important
	}

	.md\:last\:mt-auto:last-child {
		margin-top: auto !important
	}

	.md\:last\:mr-auto:last-child {
		margin-right: auto !important
	}

	.md\:last\:mb-auto:last-child {
		margin-bottom: auto !important
	}

	.md\:last\:ml-auto:last-child {
		margin-left: auto !important
	}

	.md\:last\:mt-px:last-child {
		margin-top: 1px !important
	}

	.md\:last\:mr-px:last-child {
		margin-right: 1px !important
	}

	.md\:last\:mb-px:last-child {
		margin-bottom: 1px !important
	}

	.md\:last\:ml-px:last-child {
		margin-left: 1px !important
	}

	.md\:last\:-mt-50:last-child {
		margin-top: -50px !important
	}

	.md\:last\:-mr-50:last-child {
		margin-right: -50px !important
	}

	.md\:last\:-mb-50:last-child {
		margin-bottom: -50px !important
	}

	.md\:last\:-ml-50:last-child {
		margin-left: -50px !important
	}

	.md\:last\:-mt-1:last-child {
		margin-top: -.25rem !important
	}

	.md\:last\:-mr-1:last-child {
		margin-right: -.25rem !important
	}

	.md\:last\:-mb-1:last-child {
		margin-bottom: -.25rem !important
	}

	.md\:last\:-ml-1:last-child {
		margin-left: -.25rem !important
	}

	.md\:last\:-mt-2:last-child {
		margin-top: -.5rem !important
	}

	.md\:last\:-mr-2:last-child {
		margin-right: -.5rem !important
	}

	.md\:last\:-mb-2:last-child {
		margin-bottom: -.5rem !important
	}

	.md\:last\:-ml-2:last-child {
		margin-left: -.5rem !important
	}

	.md\:last\:-mt-3:last-child {
		margin-top: -.75rem !important
	}

	.md\:last\:-mr-3:last-child {
		margin-right: -.75rem !important
	}

	.md\:last\:-mb-3:last-child {
		margin-bottom: -.75rem !important
	}

	.md\:last\:-ml-3:last-child {
		margin-left: -.75rem !important
	}

	.md\:last\:-mt-4:last-child {
		margin-top: -1rem !important
	}

	.md\:last\:-mr-4:last-child {
		margin-right: -1rem !important
	}

	.md\:last\:-mb-4:last-child {
		margin-bottom: -1rem !important
	}

	.md\:last\:-ml-4:last-child {
		margin-left: -1rem !important
	}

	.md\:last\:-mt-5:last-child {
		margin-top: -1.25rem !important
	}

	.md\:last\:-mr-5:last-child {
		margin-right: -1.25rem !important
	}

	.md\:last\:-mb-5:last-child {
		margin-bottom: -1.25rem !important
	}

	.md\:last\:-ml-5:last-child {
		margin-left: -1.25rem !important
	}

	.md\:last\:-mt-6:last-child {
		margin-top: -1.5rem !important
	}

	.md\:last\:-mr-6:last-child {
		margin-right: -1.5rem !important
	}

	.md\:last\:-mb-6:last-child {
		margin-bottom: -1.5rem !important
	}

	.md\:last\:-ml-6:last-child {
		margin-left: -1.5rem !important
	}

	.md\:last\:-mt-8:last-child {
		margin-top: -2rem !important
	}

	.md\:last\:-mr-8:last-child {
		margin-right: -2rem !important
	}

	.md\:last\:-mb-8:last-child {
		margin-bottom: -2rem !important
	}

	.md\:last\:-ml-8:last-child {
		margin-left: -2rem !important
	}

	.md\:last\:-mt-10:last-child {
		margin-top: -2.5rem !important
	}

	.md\:last\:-mr-10:last-child {
		margin-right: -2.5rem !important
	}

	.md\:last\:-mb-10:last-child {
		margin-bottom: -2.5rem !important
	}

	.md\:last\:-ml-10:last-child {
		margin-left: -2.5rem !important
	}

	.md\:last\:-mt-12:last-child {
		margin-top: -3rem !important
	}

	.md\:last\:-mr-12:last-child {
		margin-right: -3rem !important
	}

	.md\:last\:-mb-12:last-child {
		margin-bottom: -3rem !important
	}

	.md\:last\:-ml-12:last-child {
		margin-left: -3rem !important
	}

	.md\:last\:-mt-16:last-child {
		margin-top: -4rem !important
	}

	.md\:last\:-mr-16:last-child {
		margin-right: -4rem !important
	}

	.md\:last\:-mb-16:last-child {
		margin-bottom: -4rem !important
	}

	.md\:last\:-ml-16:last-child {
		margin-left: -4rem !important
	}

	.md\:last\:-mt-20:last-child {
		margin-top: -5rem !important
	}

	.md\:last\:-mr-20:last-child {
		margin-right: -5rem !important
	}

	.md\:last\:-mb-20:last-child {
		margin-bottom: -5rem !important
	}

	.md\:last\:-ml-20:last-child {
		margin-left: -5rem !important
	}

	.md\:last\:-mt-24:last-child {
		margin-top: -6rem !important
	}

	.md\:last\:-mr-24:last-child {
		margin-right: -6rem !important
	}

	.md\:last\:-mb-24:last-child {
		margin-bottom: -6rem !important
	}

	.md\:last\:-ml-24:last-child {
		margin-left: -6rem !important
	}

	.md\:last\:-mt-32:last-child {
		margin-top: -8rem !important
	}

	.md\:last\:-mr-32:last-child {
		margin-right: -8rem !important
	}

	.md\:last\:-mb-32:last-child {
		margin-bottom: -8rem !important
	}

	.md\:last\:-ml-32:last-child {
		margin-left: -8rem !important
	}

	.md\:last\:-mt-40:last-child {
		margin-top: -10rem !important
	}

	.md\:last\:-mr-40:last-child {
		margin-right: -10rem !important
	}

	.md\:last\:-mb-40:last-child {
		margin-bottom: -10rem !important
	}

	.md\:last\:-ml-40:last-child {
		margin-left: -10rem !important
	}

	.md\:last\:-mt-48:last-child {
		margin-top: -12rem !important
	}

	.md\:last\:-mr-48:last-child {
		margin-right: -12rem !important
	}

	.md\:last\:-mb-48:last-child {
		margin-bottom: -12rem !important
	}

	.md\:last\:-ml-48:last-child {
		margin-left: -12rem !important
	}

	.md\:last\:-mt-56:last-child {
		margin-top: -14rem !important
	}

	.md\:last\:-mr-56:last-child {
		margin-right: -14rem !important
	}

	.md\:last\:-mb-56:last-child {
		margin-bottom: -14rem !important
	}

	.md\:last\:-ml-56:last-child {
		margin-left: -14rem !important
	}

	.md\:last\:-mt-64:last-child {
		margin-top: -16rem !important
	}

	.md\:last\:-mr-64:last-child {
		margin-right: -16rem !important
	}

	.md\:last\:-mb-64:last-child {
		margin-bottom: -16rem !important
	}

	.md\:last\:-ml-64:last-child {
		margin-left: -16rem !important
	}

	.md\:last\:-mt-px:last-child {
		margin-top: -1px !important
	}

	.md\:last\:-mr-px:last-child {
		margin-right: -1px !important
	}

	.md\:last\:-mb-px:last-child {
		margin-bottom: -1px !important
	}

	.md\:last\:-ml-px:last-child {
		margin-left: -1px !important
	}

	.md\:last\:-mt--50:last-child {
		margin-top: 50px !important
	}

	.md\:last\:-mr--50:last-child {
		margin-right: 50px !important
	}

	.md\:last\:-mb--50:last-child {
		margin-bottom: 50px !important
	}

	.md\:last\:-ml--50:last-child {
		margin-left: 50px !important
	}

	.md\:last\:-mt-14:last-child {
		margin-top: -3.5rem !important
	}

	.md\:last\:-mr-14:last-child {
		margin-right: -3.5rem !important
	}

	.md\:last\:-mb-14:last-child {
		margin-bottom: -3.5rem !important
	}

	.md\:last\:-ml-14:last-child {
		margin-left: -3.5rem !important
	}

	.md\:last\:-mt-15:last-child {
		margin-top: -3.75rem !important
	}

	.md\:last\:-mr-15:last-child {
		margin-right: -3.75rem !important
	}

	.md\:last\:-mb-15:last-child {
		margin-bottom: -3.75rem !important
	}

	.md\:last\:-ml-15:last-child {
		margin-left: -3.75rem !important
	}

	.md\:last\:-mt-25:last-child {
		margin-top: -6.25rem !important
	}

	.md\:last\:-mr-25:last-child {
		margin-right: -6.25rem !important
	}

	.md\:last\:-mb-25:last-child {
		margin-bottom: -6.25rem !important
	}

	.md\:last\:-ml-25:last-child {
		margin-left: -6.25rem !important
	}

	.md\:last\:-mt-30:last-child {
		margin-top: -7.5rem !important
	}

	.md\:last\:-mr-30:last-child {
		margin-right: -7.5rem !important
	}

	.md\:last\:-mb-30:last-child {
		margin-bottom: -7.5rem !important
	}

	.md\:last\:-ml-30:last-child {
		margin-left: -7.5rem !important
	}

	.md\:hover\:m-0:hover {
		margin: 0 !important
	}

	.md\:hover\:m-1:hover {
		margin: .25rem !important
	}

	.md\:hover\:m-2:hover {
		margin: .5rem !important
	}

	.md\:hover\:m-3:hover {
		margin: .75rem !important
	}

	.md\:hover\:m-4:hover {
		margin: 1rem !important
	}

	.md\:hover\:m-5:hover {
		margin: 1.25rem !important
	}

	.md\:hover\:m-6:hover {
		margin: 1.5rem !important
	}

	.md\:hover\:m-7:hover {
		margin: 1.75rem !important
	}

	.md\:hover\:m-8:hover {
		margin: 2rem !important
	}

	.md\:hover\:m-9:hover {
		margin: 2.25rem !important
	}

	.md\:hover\:m-10:hover {
		margin: 2.5rem !important
	}

	.md\:hover\:m-12:hover {
		margin: 3rem !important
	}

	.md\:hover\:m-13:hover, .md\:hover\:m-14:hover {
		margin: 3.5rem !important
	}

	.md\:hover\:m-15:hover {
		margin: 3.75rem !important
	}

	.md\:hover\:m-16:hover {
		margin: 4rem !important
	}

	.md\:hover\:m-20:hover {
		margin: 5rem !important
	}

	.md\:hover\:m-24:hover {
		margin: 6rem !important
	}

	.md\:hover\:m-30:hover {
		margin: 7.5rem !important
	}

	.md\:hover\:m-32:hover {
		margin: 8rem !important
	}

	.md\:hover\:m-40:hover {
		margin: 10rem !important
	}

	.md\:hover\:m-48:hover {
		margin: 12rem !important
	}

	.md\:hover\:m-56:hover {
		margin: 14rem !important
	}

	.md\:hover\:m-64:hover {
		margin: 16rem !important
	}

	.md\:hover\:m-auto:hover {
		margin: auto !important
	}

	.md\:hover\:m-px:hover {
		margin: 1px !important
	}

	.md\:hover\:-m-50:hover {
		margin: -50px !important
	}

	.md\:hover\:-m-1:hover {
		margin: -.25rem !important
	}

	.md\:hover\:-m-2:hover {
		margin: -.5rem !important
	}

	.md\:hover\:-m-3:hover {
		margin: -.75rem !important
	}

	.md\:hover\:-m-4:hover {
		margin: -1rem !important
	}

	.md\:hover\:-m-5:hover {
		margin: -1.25rem !important
	}

	.md\:hover\:-m-6:hover {
		margin: -1.5rem !important
	}

	.md\:hover\:-m-8:hover {
		margin: -2rem !important
	}

	.md\:hover\:-m-10:hover {
		margin: -2.5rem !important
	}

	.md\:hover\:-m-12:hover {
		margin: -3rem !important
	}

	.md\:hover\:-m-16:hover {
		margin: -4rem !important
	}

	.md\:hover\:-m-20:hover {
		margin: -5rem !important
	}

	.md\:hover\:-m-24:hover {
		margin: -6rem !important
	}

	.md\:hover\:-m-32:hover {
		margin: -8rem !important
	}

	.md\:hover\:-m-40:hover {
		margin: -10rem !important
	}

	.md\:hover\:-m-48:hover {
		margin: -12rem !important
	}

	.md\:hover\:-m-56:hover {
		margin: -14rem !important
	}

	.md\:hover\:-m-64:hover {
		margin: -16rem !important
	}

	.md\:hover\:-m-px:hover {
		margin: -1px !important
	}

	.md\:hover\:-m--50:hover {
		margin: 50px !important
	}

	.md\:hover\:-m-14:hover {
		margin: -3.5rem !important
	}

	.md\:hover\:-m-15:hover {
		margin: -3.75rem !important
	}

	.md\:hover\:-m-25:hover {
		margin: -6.25rem !important
	}

	.md\:hover\:-m-30:hover {
		margin: -7.5rem !important
	}

	.md\:hover\:my-0:hover {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.md\:hover\:mx-0:hover {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.md\:hover\:my-1:hover {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.md\:hover\:mx-1:hover {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.md\:hover\:my-2:hover {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.md\:hover\:mx-2:hover {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.md\:hover\:my-3:hover {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.md\:hover\:mx-3:hover {
		margin-left: .75rem !important;
		margin-right: .75rem !important
	}

	.md\:hover\:my-4:hover {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.md\:hover\:mx-4:hover {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.md\:hover\:my-5:hover {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.md\:hover\:mx-5:hover {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.md\:hover\:my-6:hover {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.md\:hover\:mx-6:hover {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.md\:hover\:my-7:hover {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.md\:hover\:mx-7:hover {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important
	}

	.md\:hover\:my-8:hover {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.md\:hover\:mx-8:hover {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.md\:hover\:my-9:hover {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.md\:hover\:mx-9:hover {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important
	}

	.md\:hover\:my-10:hover {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.md\:hover\:mx-10:hover {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important
	}

	.md\:hover\:my-12:hover {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.md\:hover\:mx-12:hover {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.md\:hover\:my-13:hover {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.md\:hover\:mx-13:hover {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.md\:hover\:my-14:hover {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.md\:hover\:mx-14:hover {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.md\:hover\:my-15:hover {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important
	}

	.md\:hover\:mx-15:hover {
		margin-left: 3.75rem !important;
		margin-right: 3.75rem !important
	}

	.md\:hover\:my-16:hover {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.md\:hover\:mx-16:hover {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.md\:hover\:my-20:hover {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.md\:hover\:mx-20:hover {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.md\:hover\:my-24:hover {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.md\:hover\:mx-24:hover {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.md\:hover\:my-30:hover {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.md\:hover\:mx-30:hover {
		margin-left: 7.5rem !important;
		margin-right: 7.5rem !important
	}

	.md\:hover\:my-32:hover {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.md\:hover\:mx-32:hover {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.md\:hover\:my-40:hover {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.md\:hover\:mx-40:hover {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.md\:hover\:my-48:hover {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.md\:hover\:mx-48:hover {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.md\:hover\:my-56:hover {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.md\:hover\:mx-56:hover {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.md\:hover\:my-64:hover {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.md\:hover\:mx-64:hover {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.md\:hover\:my-auto:hover {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.md\:hover\:mx-auto:hover {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.md\:hover\:my-px:hover {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}

	.md\:hover\:mx-px:hover {
		margin-left: 1px !important;
		margin-right: 1px !important
	}

	.md\:hover\:-my-50:hover {
		margin-top: -50px !important;
		margin-bottom: -50px !important
	}

	.md\:hover\:-mx-50:hover {
		margin-left: -50px !important;
		margin-right: -50px !important
	}

	.md\:hover\:-my-1:hover {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.md\:hover\:-mx-1:hover {
		margin-left: -.25rem !important;
		margin-right: -.25rem !important
	}

	.md\:hover\:-my-2:hover {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.md\:hover\:-mx-2:hover {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}

	.md\:hover\:-my-3:hover {
		margin-top: -.75rem !important;
		margin-bottom: -.75rem !important
	}

	.md\:hover\:-mx-3:hover {
		margin-left: -.75rem !important;
		margin-right: -.75rem !important
	}

	.md\:hover\:-my-4:hover {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.md\:hover\:-mx-4:hover {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.md\:hover\:-my-5:hover {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.md\:hover\:-mx-5:hover {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.md\:hover\:-my-6:hover {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.md\:hover\:-mx-6:hover {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.md\:hover\:-my-8:hover {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.md\:hover\:-mx-8:hover {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.md\:hover\:-my-10:hover {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important
	}

	.md\:hover\:-mx-10:hover {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important
	}

	.md\:hover\:-my-12:hover {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.md\:hover\:-mx-12:hover {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.md\:hover\:-my-16:hover {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.md\:hover\:-mx-16:hover {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.md\:hover\:-my-20:hover {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.md\:hover\:-mx-20:hover {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.md\:hover\:-my-24:hover {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.md\:hover\:-mx-24:hover {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.md\:hover\:-my-32:hover {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important
	}

	.md\:hover\:-mx-32:hover {
		margin-left: -8rem !important;
		margin-right: -8rem !important
	}

	.md\:hover\:-my-40:hover {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important
	}

	.md\:hover\:-mx-40:hover {
		margin-left: -10rem !important;
		margin-right: -10rem !important
	}

	.md\:hover\:-my-48:hover {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important
	}

	.md\:hover\:-mx-48:hover {
		margin-left: -12rem !important;
		margin-right: -12rem !important
	}

	.md\:hover\:-my-56:hover {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important
	}

	.md\:hover\:-mx-56:hover {
		margin-left: -14rem !important;
		margin-right: -14rem !important
	}

	.md\:hover\:-my-64:hover {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important
	}

	.md\:hover\:-mx-64:hover {
		margin-left: -16rem !important;
		margin-right: -16rem !important
	}

	.md\:hover\:-my-px:hover {
		margin-top: -1px !important;
		margin-bottom: -1px !important
	}

	.md\:hover\:-mx-px:hover {
		margin-left: -1px !important;
		margin-right: -1px !important
	}

	.md\:hover\:-my--50:hover {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}

	.md\:hover\:-mx--50:hover {
		margin-left: 50px !important;
		margin-right: 50px !important
	}

	.md\:hover\:-my-14:hover {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important
	}

	.md\:hover\:-mx-14:hover {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important
	}

	.md\:hover\:-my-15:hover {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important
	}

	.md\:hover\:-mx-15:hover {
		margin-left: -3.75rem !important;
		margin-right: -3.75rem !important
	}

	.md\:hover\:-my-25:hover {
		margin-top: -6.25rem !important;
		margin-bottom: -6.25rem !important
	}

	.md\:hover\:-mx-25:hover {
		margin-left: -6.25rem !important;
		margin-right: -6.25rem !important
	}

	.md\:hover\:-my-30:hover {
		margin-top: -7.5rem !important;
		margin-bottom: -7.5rem !important
	}

	.md\:hover\:-mx-30:hover {
		margin-left: -7.5rem !important;
		margin-right: -7.5rem !important
	}

	.md\:hover\:mt-0:hover {
		margin-top: 0 !important
	}

	.md\:hover\:mr-0:hover {
		margin-right: 0 !important
	}

	.md\:hover\:mb-0:hover {
		margin-bottom: 0 !important
	}

	.md\:hover\:ml-0:hover {
		margin-left: 0 !important
	}

	.md\:hover\:mt-1:hover {
		margin-top: .25rem !important
	}

	.md\:hover\:mr-1:hover {
		margin-right: .25rem !important
	}

	.md\:hover\:mb-1:hover {
		margin-bottom: .25rem !important
	}

	.md\:hover\:ml-1:hover {
		margin-left: .25rem !important
	}

	.md\:hover\:mt-2:hover {
		margin-top: .5rem !important
	}

	.md\:hover\:mr-2:hover {
		margin-right: .5rem !important
	}

	.md\:hover\:mb-2:hover {
		margin-bottom: .5rem !important
	}

	.md\:hover\:ml-2:hover {
		margin-left: .5rem !important
	}

	.md\:hover\:mt-3:hover {
		margin-top: .75rem !important
	}

	.md\:hover\:mr-3:hover {
		margin-right: .75rem !important
	}

	.md\:hover\:mb-3:hover {
		margin-bottom: .75rem !important
	}

	.md\:hover\:ml-3:hover {
		margin-left: .75rem !important
	}

	.md\:hover\:mt-4:hover {
		margin-top: 1rem !important
	}

	.md\:hover\:mr-4:hover {
		margin-right: 1rem !important
	}

	.md\:hover\:mb-4:hover {
		margin-bottom: 1rem !important
	}

	.md\:hover\:ml-4:hover {
		margin-left: 1rem !important
	}

	.md\:hover\:mt-5:hover {
		margin-top: 1.25rem !important
	}

	.md\:hover\:mr-5:hover {
		margin-right: 1.25rem !important
	}

	.md\:hover\:mb-5:hover {
		margin-bottom: 1.25rem !important
	}

	.md\:hover\:ml-5:hover {
		margin-left: 1.25rem !important
	}

	.md\:hover\:mt-6:hover {
		margin-top: 1.5rem !important
	}

	.md\:hover\:mr-6:hover {
		margin-right: 1.5rem !important
	}

	.md\:hover\:mb-6:hover {
		margin-bottom: 1.5rem !important
	}

	.md\:hover\:ml-6:hover {
		margin-left: 1.5rem !important
	}

	.md\:hover\:mt-7:hover {
		margin-top: 1.75rem !important
	}

	.md\:hover\:mr-7:hover {
		margin-right: 1.75rem !important
	}

	.md\:hover\:mb-7:hover {
		margin-bottom: 1.75rem !important
	}

	.md\:hover\:ml-7:hover {
		margin-left: 1.75rem !important
	}

	.md\:hover\:mt-8:hover {
		margin-top: 2rem !important
	}

	.md\:hover\:mr-8:hover {
		margin-right: 2rem !important
	}

	.md\:hover\:mb-8:hover {
		margin-bottom: 2rem !important
	}

	.md\:hover\:ml-8:hover {
		margin-left: 2rem !important
	}

	.md\:hover\:mt-9:hover {
		margin-top: 2.25rem !important
	}

	.md\:hover\:mr-9:hover {
		margin-right: 2.25rem !important
	}

	.md\:hover\:mb-9:hover {
		margin-bottom: 2.25rem !important
	}

	.md\:hover\:ml-9:hover {
		margin-left: 2.25rem !important
	}

	.md\:hover\:mt-10:hover {
		margin-top: 2.5rem !important
	}

	.md\:hover\:mr-10:hover {
		margin-right: 2.5rem !important
	}

	.md\:hover\:mb-10:hover {
		margin-bottom: 2.5rem !important
	}

	.md\:hover\:ml-10:hover {
		margin-left: 2.5rem !important
	}

	.md\:hover\:mt-12:hover {
		margin-top: 3rem !important
	}

	.md\:hover\:mr-12:hover {
		margin-right: 3rem !important
	}

	.md\:hover\:mb-12:hover {
		margin-bottom: 3rem !important
	}

	.md\:hover\:ml-12:hover {
		margin-left: 3rem !important
	}

	.md\:hover\:mt-13:hover {
		margin-top: 3.5rem !important
	}

	.md\:hover\:mr-13:hover {
		margin-right: 3.5rem !important
	}

	.md\:hover\:mb-13:hover {
		margin-bottom: 3.5rem !important
	}

	.md\:hover\:ml-13:hover {
		margin-left: 3.5rem !important
	}

	.md\:hover\:mt-14:hover {
		margin-top: 3.5rem !important
	}

	.md\:hover\:mr-14:hover {
		margin-right: 3.5rem !important
	}

	.md\:hover\:mb-14:hover {
		margin-bottom: 3.5rem !important
	}

	.md\:hover\:ml-14:hover {
		margin-left: 3.5rem !important
	}

	.md\:hover\:mt-15:hover {
		margin-top: 3.75rem !important
	}

	.md\:hover\:mr-15:hover {
		margin-right: 3.75rem !important
	}

	.md\:hover\:mb-15:hover {
		margin-bottom: 3.75rem !important
	}

	.md\:hover\:ml-15:hover {
		margin-left: 3.75rem !important
	}

	.md\:hover\:mt-16:hover {
		margin-top: 4rem !important
	}

	.md\:hover\:mr-16:hover {
		margin-right: 4rem !important
	}

	.md\:hover\:mb-16:hover {
		margin-bottom: 4rem !important
	}

	.md\:hover\:ml-16:hover {
		margin-left: 4rem !important
	}

	.md\:hover\:mt-20:hover {
		margin-top: 5rem !important
	}

	.md\:hover\:mr-20:hover {
		margin-right: 5rem !important
	}

	.md\:hover\:mb-20:hover {
		margin-bottom: 5rem !important
	}

	.md\:hover\:ml-20:hover {
		margin-left: 5rem !important
	}

	.md\:hover\:mt-24:hover {
		margin-top: 6rem !important
	}

	.md\:hover\:mr-24:hover {
		margin-right: 6rem !important
	}

	.md\:hover\:mb-24:hover {
		margin-bottom: 6rem !important
	}

	.md\:hover\:ml-24:hover {
		margin-left: 6rem !important
	}

	.md\:hover\:mt-30:hover {
		margin-top: 7.5rem !important
	}

	.md\:hover\:mr-30:hover {
		margin-right: 7.5rem !important
	}

	.md\:hover\:mb-30:hover {
		margin-bottom: 7.5rem !important
	}

	.md\:hover\:ml-30:hover {
		margin-left: 7.5rem !important
	}

	.md\:hover\:mt-32:hover {
		margin-top: 8rem !important
	}

	.md\:hover\:mr-32:hover {
		margin-right: 8rem !important
	}

	.md\:hover\:mb-32:hover {
		margin-bottom: 8rem !important
	}

	.md\:hover\:ml-32:hover {
		margin-left: 8rem !important
	}

	.md\:hover\:mt-40:hover {
		margin-top: 10rem !important
	}

	.md\:hover\:mr-40:hover {
		margin-right: 10rem !important
	}

	.md\:hover\:mb-40:hover {
		margin-bottom: 10rem !important
	}

	.md\:hover\:ml-40:hover {
		margin-left: 10rem !important
	}

	.md\:hover\:mt-48:hover {
		margin-top: 12rem !important
	}

	.md\:hover\:mr-48:hover {
		margin-right: 12rem !important
	}

	.md\:hover\:mb-48:hover {
		margin-bottom: 12rem !important
	}

	.md\:hover\:ml-48:hover {
		margin-left: 12rem !important
	}

	.md\:hover\:mt-56:hover {
		margin-top: 14rem !important
	}

	.md\:hover\:mr-56:hover {
		margin-right: 14rem !important
	}

	.md\:hover\:mb-56:hover {
		margin-bottom: 14rem !important
	}

	.md\:hover\:ml-56:hover {
		margin-left: 14rem !important
	}

	.md\:hover\:mt-64:hover {
		margin-top: 16rem !important
	}

	.md\:hover\:mr-64:hover {
		margin-right: 16rem !important
	}

	.md\:hover\:mb-64:hover {
		margin-bottom: 16rem !important
	}

	.md\:hover\:ml-64:hover {
		margin-left: 16rem !important
	}

	.md\:hover\:mt-auto:hover {
		margin-top: auto !important
	}

	.md\:hover\:mr-auto:hover {
		margin-right: auto !important
	}

	.md\:hover\:mb-auto:hover {
		margin-bottom: auto !important
	}

	.md\:hover\:ml-auto:hover {
		margin-left: auto !important
	}

	.md\:hover\:mt-px:hover {
		margin-top: 1px !important
	}

	.md\:hover\:mr-px:hover {
		margin-right: 1px !important
	}

	.md\:hover\:mb-px:hover {
		margin-bottom: 1px !important
	}

	.md\:hover\:ml-px:hover {
		margin-left: 1px !important
	}

	.md\:hover\:-mt-50:hover {
		margin-top: -50px !important
	}

	.md\:hover\:-mr-50:hover {
		margin-right: -50px !important
	}

	.md\:hover\:-mb-50:hover {
		margin-bottom: -50px !important
	}

	.md\:hover\:-ml-50:hover {
		margin-left: -50px !important
	}

	.md\:hover\:-mt-1:hover {
		margin-top: -.25rem !important
	}

	.md\:hover\:-mr-1:hover {
		margin-right: -.25rem !important
	}

	.md\:hover\:-mb-1:hover {
		margin-bottom: -.25rem !important
	}

	.md\:hover\:-ml-1:hover {
		margin-left: -.25rem !important
	}

	.md\:hover\:-mt-2:hover {
		margin-top: -.5rem !important
	}

	.md\:hover\:-mr-2:hover {
		margin-right: -.5rem !important
	}

	.md\:hover\:-mb-2:hover {
		margin-bottom: -.5rem !important
	}

	.md\:hover\:-ml-2:hover {
		margin-left: -.5rem !important
	}

	.md\:hover\:-mt-3:hover {
		margin-top: -.75rem !important
	}

	.md\:hover\:-mr-3:hover {
		margin-right: -.75rem !important
	}

	.md\:hover\:-mb-3:hover {
		margin-bottom: -.75rem !important
	}

	.md\:hover\:-ml-3:hover {
		margin-left: -.75rem !important
	}

	.md\:hover\:-mt-4:hover {
		margin-top: -1rem !important
	}

	.md\:hover\:-mr-4:hover {
		margin-right: -1rem !important
	}

	.md\:hover\:-mb-4:hover {
		margin-bottom: -1rem !important
	}

	.md\:hover\:-ml-4:hover {
		margin-left: -1rem !important
	}

	.md\:hover\:-mt-5:hover {
		margin-top: -1.25rem !important
	}

	.md\:hover\:-mr-5:hover {
		margin-right: -1.25rem !important
	}

	.md\:hover\:-mb-5:hover {
		margin-bottom: -1.25rem !important
	}

	.md\:hover\:-ml-5:hover {
		margin-left: -1.25rem !important
	}

	.md\:hover\:-mt-6:hover {
		margin-top: -1.5rem !important
	}

	.md\:hover\:-mr-6:hover {
		margin-right: -1.5rem !important
	}

	.md\:hover\:-mb-6:hover {
		margin-bottom: -1.5rem !important
	}

	.md\:hover\:-ml-6:hover {
		margin-left: -1.5rem !important
	}

	.md\:hover\:-mt-8:hover {
		margin-top: -2rem !important
	}

	.md\:hover\:-mr-8:hover {
		margin-right: -2rem !important
	}

	.md\:hover\:-mb-8:hover {
		margin-bottom: -2rem !important
	}

	.md\:hover\:-ml-8:hover {
		margin-left: -2rem !important
	}

	.md\:hover\:-mt-10:hover {
		margin-top: -2.5rem !important
	}

	.md\:hover\:-mr-10:hover {
		margin-right: -2.5rem !important
	}

	.md\:hover\:-mb-10:hover {
		margin-bottom: -2.5rem !important
	}

	.md\:hover\:-ml-10:hover {
		margin-left: -2.5rem !important
	}

	.md\:hover\:-mt-12:hover {
		margin-top: -3rem !important
	}

	.md\:hover\:-mr-12:hover {
		margin-right: -3rem !important
	}

	.md\:hover\:-mb-12:hover {
		margin-bottom: -3rem !important
	}

	.md\:hover\:-ml-12:hover {
		margin-left: -3rem !important
	}

	.md\:hover\:-mt-16:hover {
		margin-top: -4rem !important
	}

	.md\:hover\:-mr-16:hover {
		margin-right: -4rem !important
	}

	.md\:hover\:-mb-16:hover {
		margin-bottom: -4rem !important
	}

	.md\:hover\:-ml-16:hover {
		margin-left: -4rem !important
	}

	.md\:hover\:-mt-20:hover {
		margin-top: -5rem !important
	}

	.md\:hover\:-mr-20:hover {
		margin-right: -5rem !important
	}

	.md\:hover\:-mb-20:hover {
		margin-bottom: -5rem !important
	}

	.md\:hover\:-ml-20:hover {
		margin-left: -5rem !important
	}

	.md\:hover\:-mt-24:hover {
		margin-top: -6rem !important
	}

	.md\:hover\:-mr-24:hover {
		margin-right: -6rem !important
	}

	.md\:hover\:-mb-24:hover {
		margin-bottom: -6rem !important
	}

	.md\:hover\:-ml-24:hover {
		margin-left: -6rem !important
	}

	.md\:hover\:-mt-32:hover {
		margin-top: -8rem !important
	}

	.md\:hover\:-mr-32:hover {
		margin-right: -8rem !important
	}

	.md\:hover\:-mb-32:hover {
		margin-bottom: -8rem !important
	}

	.md\:hover\:-ml-32:hover {
		margin-left: -8rem !important
	}

	.md\:hover\:-mt-40:hover {
		margin-top: -10rem !important
	}

	.md\:hover\:-mr-40:hover {
		margin-right: -10rem !important
	}

	.md\:hover\:-mb-40:hover {
		margin-bottom: -10rem !important
	}

	.md\:hover\:-ml-40:hover {
		margin-left: -10rem !important
	}

	.md\:hover\:-mt-48:hover {
		margin-top: -12rem !important
	}

	.md\:hover\:-mr-48:hover {
		margin-right: -12rem !important
	}

	.md\:hover\:-mb-48:hover {
		margin-bottom: -12rem !important
	}

	.md\:hover\:-ml-48:hover {
		margin-left: -12rem !important
	}

	.md\:hover\:-mt-56:hover {
		margin-top: -14rem !important
	}

	.md\:hover\:-mr-56:hover {
		margin-right: -14rem !important
	}

	.md\:hover\:-mb-56:hover {
		margin-bottom: -14rem !important
	}

	.md\:hover\:-ml-56:hover {
		margin-left: -14rem !important
	}

	.md\:hover\:-mt-64:hover {
		margin-top: -16rem !important
	}

	.md\:hover\:-mr-64:hover {
		margin-right: -16rem !important
	}

	.md\:hover\:-mb-64:hover {
		margin-bottom: -16rem !important
	}

	.md\:hover\:-ml-64:hover {
		margin-left: -16rem !important
	}

	.md\:hover\:-mt-px:hover {
		margin-top: -1px !important
	}

	.md\:hover\:-mr-px:hover {
		margin-right: -1px !important
	}

	.md\:hover\:-mb-px:hover {
		margin-bottom: -1px !important
	}

	.md\:hover\:-ml-px:hover {
		margin-left: -1px !important
	}

	.md\:hover\:-mt--50:hover {
		margin-top: 50px !important
	}

	.md\:hover\:-mr--50:hover {
		margin-right: 50px !important
	}

	.md\:hover\:-mb--50:hover {
		margin-bottom: 50px !important
	}

	.md\:hover\:-ml--50:hover {
		margin-left: 50px !important
	}

	.md\:hover\:-mt-14:hover {
		margin-top: -3.5rem !important
	}

	.md\:hover\:-mr-14:hover {
		margin-right: -3.5rem !important
	}

	.md\:hover\:-mb-14:hover {
		margin-bottom: -3.5rem !important
	}

	.md\:hover\:-ml-14:hover {
		margin-left: -3.5rem !important
	}

	.md\:hover\:-mt-15:hover {
		margin-top: -3.75rem !important
	}

	.md\:hover\:-mr-15:hover {
		margin-right: -3.75rem !important
	}

	.md\:hover\:-mb-15:hover {
		margin-bottom: -3.75rem !important
	}

	.md\:hover\:-ml-15:hover {
		margin-left: -3.75rem !important
	}

	.md\:hover\:-mt-25:hover {
		margin-top: -6.25rem !important
	}

	.md\:hover\:-mr-25:hover {
		margin-right: -6.25rem !important
	}

	.md\:hover\:-mb-25:hover {
		margin-bottom: -6.25rem !important
	}

	.md\:hover\:-ml-25:hover {
		margin-left: -6.25rem !important
	}

	.md\:hover\:-mt-30:hover {
		margin-top: -7.5rem !important
	}

	.md\:hover\:-mr-30:hover {
		margin-right: -7.5rem !important
	}

	.md\:hover\:-mb-30:hover {
		margin-bottom: -7.5rem !important
	}

	.md\:hover\:-ml-30:hover {
		margin-left: -7.5rem !important
	}

	.md\:focus\:m-0:focus {
		margin: 0 !important
	}

	.md\:focus\:m-1:focus {
		margin: .25rem !important
	}

	.md\:focus\:m-2:focus {
		margin: .5rem !important
	}

	.md\:focus\:m-3:focus {
		margin: .75rem !important
	}

	.md\:focus\:m-4:focus {
		margin: 1rem !important
	}

	.md\:focus\:m-5:focus {
		margin: 1.25rem !important
	}

	.md\:focus\:m-6:focus {
		margin: 1.5rem !important
	}

	.md\:focus\:m-7:focus {
		margin: 1.75rem !important
	}

	.md\:focus\:m-8:focus {
		margin: 2rem !important
	}

	.md\:focus\:m-9:focus {
		margin: 2.25rem !important
	}

	.md\:focus\:m-10:focus {
		margin: 2.5rem !important
	}

	.md\:focus\:m-12:focus {
		margin: 3rem !important
	}

	.md\:focus\:m-13:focus, .md\:focus\:m-14:focus {
		margin: 3.5rem !important
	}

	.md\:focus\:m-15:focus {
		margin: 3.75rem !important
	}

	.md\:focus\:m-16:focus {
		margin: 4rem !important
	}

	.md\:focus\:m-20:focus {
		margin: 5rem !important
	}

	.md\:focus\:m-24:focus {
		margin: 6rem !important
	}

	.md\:focus\:m-30:focus {
		margin: 7.5rem !important
	}

	.md\:focus\:m-32:focus {
		margin: 8rem !important
	}

	.md\:focus\:m-40:focus {
		margin: 10rem !important
	}

	.md\:focus\:m-48:focus {
		margin: 12rem !important
	}

	.md\:focus\:m-56:focus {
		margin: 14rem !important
	}

	.md\:focus\:m-64:focus {
		margin: 16rem !important
	}

	.md\:focus\:m-auto:focus {
		margin: auto !important
	}

	.md\:focus\:m-px:focus {
		margin: 1px !important
	}

	.md\:focus\:-m-50:focus {
		margin: -50px !important
	}

	.md\:focus\:-m-1:focus {
		margin: -.25rem !important
	}

	.md\:focus\:-m-2:focus {
		margin: -.5rem !important
	}

	.md\:focus\:-m-3:focus {
		margin: -.75rem !important
	}

	.md\:focus\:-m-4:focus {
		margin: -1rem !important
	}

	.md\:focus\:-m-5:focus {
		margin: -1.25rem !important
	}

	.md\:focus\:-m-6:focus {
		margin: -1.5rem !important
	}

	.md\:focus\:-m-8:focus {
		margin: -2rem !important
	}

	.md\:focus\:-m-10:focus {
		margin: -2.5rem !important
	}

	.md\:focus\:-m-12:focus {
		margin: -3rem !important
	}

	.md\:focus\:-m-16:focus {
		margin: -4rem !important
	}

	.md\:focus\:-m-20:focus {
		margin: -5rem !important
	}

	.md\:focus\:-m-24:focus {
		margin: -6rem !important
	}

	.md\:focus\:-m-32:focus {
		margin: -8rem !important
	}

	.md\:focus\:-m-40:focus {
		margin: -10rem !important
	}

	.md\:focus\:-m-48:focus {
		margin: -12rem !important
	}

	.md\:focus\:-m-56:focus {
		margin: -14rem !important
	}

	.md\:focus\:-m-64:focus {
		margin: -16rem !important
	}

	.md\:focus\:-m-px:focus {
		margin: -1px !important
	}

	.md\:focus\:-m--50:focus {
		margin: 50px !important
	}

	.md\:focus\:-m-14:focus {
		margin: -3.5rem !important
	}

	.md\:focus\:-m-15:focus {
		margin: -3.75rem !important
	}

	.md\:focus\:-m-25:focus {
		margin: -6.25rem !important
	}

	.md\:focus\:-m-30:focus {
		margin: -7.5rem !important
	}

	.md\:focus\:my-0:focus {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.md\:focus\:mx-0:focus {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.md\:focus\:my-1:focus {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.md\:focus\:mx-1:focus {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.md\:focus\:my-2:focus {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.md\:focus\:mx-2:focus {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.md\:focus\:my-3:focus {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.md\:focus\:mx-3:focus {
		margin-left: .75rem !important;
		margin-right: .75rem !important
	}

	.md\:focus\:my-4:focus {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.md\:focus\:mx-4:focus {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.md\:focus\:my-5:focus {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.md\:focus\:mx-5:focus {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.md\:focus\:my-6:focus {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.md\:focus\:mx-6:focus {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.md\:focus\:my-7:focus {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.md\:focus\:mx-7:focus {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important
	}

	.md\:focus\:my-8:focus {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.md\:focus\:mx-8:focus {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.md\:focus\:my-9:focus {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.md\:focus\:mx-9:focus {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important
	}

	.md\:focus\:my-10:focus {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.md\:focus\:mx-10:focus {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important
	}

	.md\:focus\:my-12:focus {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.md\:focus\:mx-12:focus {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.md\:focus\:my-13:focus {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.md\:focus\:mx-13:focus {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.md\:focus\:my-14:focus {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.md\:focus\:mx-14:focus {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.md\:focus\:my-15:focus {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important
	}

	.md\:focus\:mx-15:focus {
		margin-left: 3.75rem !important;
		margin-right: 3.75rem !important
	}

	.md\:focus\:my-16:focus {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.md\:focus\:mx-16:focus {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.md\:focus\:my-20:focus {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.md\:focus\:mx-20:focus {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.md\:focus\:my-24:focus {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.md\:focus\:mx-24:focus {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.md\:focus\:my-30:focus {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.md\:focus\:mx-30:focus {
		margin-left: 7.5rem !important;
		margin-right: 7.5rem !important
	}

	.md\:focus\:my-32:focus {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.md\:focus\:mx-32:focus {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.md\:focus\:my-40:focus {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.md\:focus\:mx-40:focus {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.md\:focus\:my-48:focus {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.md\:focus\:mx-48:focus {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.md\:focus\:my-56:focus {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.md\:focus\:mx-56:focus {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.md\:focus\:my-64:focus {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.md\:focus\:mx-64:focus {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.md\:focus\:my-auto:focus {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.md\:focus\:mx-auto:focus {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.md\:focus\:my-px:focus {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}

	.md\:focus\:mx-px:focus {
		margin-left: 1px !important;
		margin-right: 1px !important
	}

	.md\:focus\:-my-50:focus {
		margin-top: -50px !important;
		margin-bottom: -50px !important
	}

	.md\:focus\:-mx-50:focus {
		margin-left: -50px !important;
		margin-right: -50px !important
	}

	.md\:focus\:-my-1:focus {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.md\:focus\:-mx-1:focus {
		margin-left: -.25rem !important;
		margin-right: -.25rem !important
	}

	.md\:focus\:-my-2:focus {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.md\:focus\:-mx-2:focus {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}

	.md\:focus\:-my-3:focus {
		margin-top: -.75rem !important;
		margin-bottom: -.75rem !important
	}

	.md\:focus\:-mx-3:focus {
		margin-left: -.75rem !important;
		margin-right: -.75rem !important
	}

	.md\:focus\:-my-4:focus {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.md\:focus\:-mx-4:focus {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.md\:focus\:-my-5:focus {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.md\:focus\:-mx-5:focus {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.md\:focus\:-my-6:focus {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.md\:focus\:-mx-6:focus {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.md\:focus\:-my-8:focus {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.md\:focus\:-mx-8:focus {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.md\:focus\:-my-10:focus {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important
	}

	.md\:focus\:-mx-10:focus {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important
	}

	.md\:focus\:-my-12:focus {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.md\:focus\:-mx-12:focus {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.md\:focus\:-my-16:focus {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.md\:focus\:-mx-16:focus {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.md\:focus\:-my-20:focus {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.md\:focus\:-mx-20:focus {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.md\:focus\:-my-24:focus {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.md\:focus\:-mx-24:focus {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.md\:focus\:-my-32:focus {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important
	}

	.md\:focus\:-mx-32:focus {
		margin-left: -8rem !important;
		margin-right: -8rem !important
	}

	.md\:focus\:-my-40:focus {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important
	}

	.md\:focus\:-mx-40:focus {
		margin-left: -10rem !important;
		margin-right: -10rem !important
	}

	.md\:focus\:-my-48:focus {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important
	}

	.md\:focus\:-mx-48:focus {
		margin-left: -12rem !important;
		margin-right: -12rem !important
	}

	.md\:focus\:-my-56:focus {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important
	}

	.md\:focus\:-mx-56:focus {
		margin-left: -14rem !important;
		margin-right: -14rem !important
	}

	.md\:focus\:-my-64:focus {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important
	}

	.md\:focus\:-mx-64:focus {
		margin-left: -16rem !important;
		margin-right: -16rem !important
	}

	.md\:focus\:-my-px:focus {
		margin-top: -1px !important;
		margin-bottom: -1px !important
	}

	.md\:focus\:-mx-px:focus {
		margin-left: -1px !important;
		margin-right: -1px !important
	}

	.md\:focus\:-my--50:focus {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}

	.md\:focus\:-mx--50:focus {
		margin-left: 50px !important;
		margin-right: 50px !important
	}

	.md\:focus\:-my-14:focus {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important
	}

	.md\:focus\:-mx-14:focus {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important
	}

	.md\:focus\:-my-15:focus {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important
	}

	.md\:focus\:-mx-15:focus {
		margin-left: -3.75rem !important;
		margin-right: -3.75rem !important
	}

	.md\:focus\:-my-25:focus {
		margin-top: -6.25rem !important;
		margin-bottom: -6.25rem !important
	}

	.md\:focus\:-mx-25:focus {
		margin-left: -6.25rem !important;
		margin-right: -6.25rem !important
	}

	.md\:focus\:-my-30:focus {
		margin-top: -7.5rem !important;
		margin-bottom: -7.5rem !important
	}

	.md\:focus\:-mx-30:focus {
		margin-left: -7.5rem !important;
		margin-right: -7.5rem !important
	}

	.md\:focus\:mt-0:focus {
		margin-top: 0 !important
	}

	.md\:focus\:mr-0:focus {
		margin-right: 0 !important
	}

	.md\:focus\:mb-0:focus {
		margin-bottom: 0 !important
	}

	.md\:focus\:ml-0:focus {
		margin-left: 0 !important
	}

	.md\:focus\:mt-1:focus {
		margin-top: .25rem !important
	}

	.md\:focus\:mr-1:focus {
		margin-right: .25rem !important
	}

	.md\:focus\:mb-1:focus {
		margin-bottom: .25rem !important
	}

	.md\:focus\:ml-1:focus {
		margin-left: .25rem !important
	}

	.md\:focus\:mt-2:focus {
		margin-top: .5rem !important
	}

	.md\:focus\:mr-2:focus {
		margin-right: .5rem !important
	}

	.md\:focus\:mb-2:focus {
		margin-bottom: .5rem !important
	}

	.md\:focus\:ml-2:focus {
		margin-left: .5rem !important
	}

	.md\:focus\:mt-3:focus {
		margin-top: .75rem !important
	}

	.md\:focus\:mr-3:focus {
		margin-right: .75rem !important
	}

	.md\:focus\:mb-3:focus {
		margin-bottom: .75rem !important
	}

	.md\:focus\:ml-3:focus {
		margin-left: .75rem !important
	}

	.md\:focus\:mt-4:focus {
		margin-top: 1rem !important
	}

	.md\:focus\:mr-4:focus {
		margin-right: 1rem !important
	}

	.md\:focus\:mb-4:focus {
		margin-bottom: 1rem !important
	}

	.md\:focus\:ml-4:focus {
		margin-left: 1rem !important
	}

	.md\:focus\:mt-5:focus {
		margin-top: 1.25rem !important
	}

	.md\:focus\:mr-5:focus {
		margin-right: 1.25rem !important
	}

	.md\:focus\:mb-5:focus {
		margin-bottom: 1.25rem !important
	}

	.md\:focus\:ml-5:focus {
		margin-left: 1.25rem !important
	}

	.md\:focus\:mt-6:focus {
		margin-top: 1.5rem !important
	}

	.md\:focus\:mr-6:focus {
		margin-right: 1.5rem !important
	}

	.md\:focus\:mb-6:focus {
		margin-bottom: 1.5rem !important
	}

	.md\:focus\:ml-6:focus {
		margin-left: 1.5rem !important
	}

	.md\:focus\:mt-7:focus {
		margin-top: 1.75rem !important
	}

	.md\:focus\:mr-7:focus {
		margin-right: 1.75rem !important
	}

	.md\:focus\:mb-7:focus {
		margin-bottom: 1.75rem !important
	}

	.md\:focus\:ml-7:focus {
		margin-left: 1.75rem !important
	}

	.md\:focus\:mt-8:focus {
		margin-top: 2rem !important
	}

	.md\:focus\:mr-8:focus {
		margin-right: 2rem !important
	}

	.md\:focus\:mb-8:focus {
		margin-bottom: 2rem !important
	}

	.md\:focus\:ml-8:focus {
		margin-left: 2rem !important
	}

	.md\:focus\:mt-9:focus {
		margin-top: 2.25rem !important
	}

	.md\:focus\:mr-9:focus {
		margin-right: 2.25rem !important
	}

	.md\:focus\:mb-9:focus {
		margin-bottom: 2.25rem !important
	}

	.md\:focus\:ml-9:focus {
		margin-left: 2.25rem !important
	}

	.md\:focus\:mt-10:focus {
		margin-top: 2.5rem !important
	}

	.md\:focus\:mr-10:focus {
		margin-right: 2.5rem !important
	}

	.md\:focus\:mb-10:focus {
		margin-bottom: 2.5rem !important
	}

	.md\:focus\:ml-10:focus {
		margin-left: 2.5rem !important
	}

	.md\:focus\:mt-12:focus {
		margin-top: 3rem !important
	}

	.md\:focus\:mr-12:focus {
		margin-right: 3rem !important
	}

	.md\:focus\:mb-12:focus {
		margin-bottom: 3rem !important
	}

	.md\:focus\:ml-12:focus {
		margin-left: 3rem !important
	}

	.md\:focus\:mt-13:focus {
		margin-top: 3.5rem !important
	}

	.md\:focus\:mr-13:focus {
		margin-right: 3.5rem !important
	}

	.md\:focus\:mb-13:focus {
		margin-bottom: 3.5rem !important
	}

	.md\:focus\:ml-13:focus {
		margin-left: 3.5rem !important
	}

	.md\:focus\:mt-14:focus {
		margin-top: 3.5rem !important
	}

	.md\:focus\:mr-14:focus {
		margin-right: 3.5rem !important
	}

	.md\:focus\:mb-14:focus {
		margin-bottom: 3.5rem !important
	}

	.md\:focus\:ml-14:focus {
		margin-left: 3.5rem !important
	}

	.md\:focus\:mt-15:focus {
		margin-top: 3.75rem !important
	}

	.md\:focus\:mr-15:focus {
		margin-right: 3.75rem !important
	}

	.md\:focus\:mb-15:focus {
		margin-bottom: 3.75rem !important
	}

	.md\:focus\:ml-15:focus {
		margin-left: 3.75rem !important
	}

	.md\:focus\:mt-16:focus {
		margin-top: 4rem !important
	}

	.md\:focus\:mr-16:focus {
		margin-right: 4rem !important
	}

	.md\:focus\:mb-16:focus {
		margin-bottom: 4rem !important
	}

	.md\:focus\:ml-16:focus {
		margin-left: 4rem !important
	}

	.md\:focus\:mt-20:focus {
		margin-top: 5rem !important
	}

	.md\:focus\:mr-20:focus {
		margin-right: 5rem !important
	}

	.md\:focus\:mb-20:focus {
		margin-bottom: 5rem !important
	}

	.md\:focus\:ml-20:focus {
		margin-left: 5rem !important
	}

	.md\:focus\:mt-24:focus {
		margin-top: 6rem !important
	}

	.md\:focus\:mr-24:focus {
		margin-right: 6rem !important
	}

	.md\:focus\:mb-24:focus {
		margin-bottom: 6rem !important
	}

	.md\:focus\:ml-24:focus {
		margin-left: 6rem !important
	}

	.md\:focus\:mt-30:focus {
		margin-top: 7.5rem !important
	}

	.md\:focus\:mr-30:focus {
		margin-right: 7.5rem !important
	}

	.md\:focus\:mb-30:focus {
		margin-bottom: 7.5rem !important
	}

	.md\:focus\:ml-30:focus {
		margin-left: 7.5rem !important
	}

	.md\:focus\:mt-32:focus {
		margin-top: 8rem !important
	}

	.md\:focus\:mr-32:focus {
		margin-right: 8rem !important
	}

	.md\:focus\:mb-32:focus {
		margin-bottom: 8rem !important
	}

	.md\:focus\:ml-32:focus {
		margin-left: 8rem !important
	}

	.md\:focus\:mt-40:focus {
		margin-top: 10rem !important
	}

	.md\:focus\:mr-40:focus {
		margin-right: 10rem !important
	}

	.md\:focus\:mb-40:focus {
		margin-bottom: 10rem !important
	}

	.md\:focus\:ml-40:focus {
		margin-left: 10rem !important
	}

	.md\:focus\:mt-48:focus {
		margin-top: 12rem !important
	}

	.md\:focus\:mr-48:focus {
		margin-right: 12rem !important
	}

	.md\:focus\:mb-48:focus {
		margin-bottom: 12rem !important
	}

	.md\:focus\:ml-48:focus {
		margin-left: 12rem !important
	}

	.md\:focus\:mt-56:focus {
		margin-top: 14rem !important
	}

	.md\:focus\:mr-56:focus {
		margin-right: 14rem !important
	}

	.md\:focus\:mb-56:focus {
		margin-bottom: 14rem !important
	}

	.md\:focus\:ml-56:focus {
		margin-left: 14rem !important
	}

	.md\:focus\:mt-64:focus {
		margin-top: 16rem !important
	}

	.md\:focus\:mr-64:focus {
		margin-right: 16rem !important
	}

	.md\:focus\:mb-64:focus {
		margin-bottom: 16rem !important
	}

	.md\:focus\:ml-64:focus {
		margin-left: 16rem !important
	}

	.md\:focus\:mt-auto:focus {
		margin-top: auto !important
	}

	.md\:focus\:mr-auto:focus {
		margin-right: auto !important
	}

	.md\:focus\:mb-auto:focus {
		margin-bottom: auto !important
	}

	.md\:focus\:ml-auto:focus {
		margin-left: auto !important
	}

	.md\:focus\:mt-px:focus {
		margin-top: 1px !important
	}

	.md\:focus\:mr-px:focus {
		margin-right: 1px !important
	}

	.md\:focus\:mb-px:focus {
		margin-bottom: 1px !important
	}

	.md\:focus\:ml-px:focus {
		margin-left: 1px !important
	}

	.md\:focus\:-mt-50:focus {
		margin-top: -50px !important
	}

	.md\:focus\:-mr-50:focus {
		margin-right: -50px !important
	}

	.md\:focus\:-mb-50:focus {
		margin-bottom: -50px !important
	}

	.md\:focus\:-ml-50:focus {
		margin-left: -50px !important
	}

	.md\:focus\:-mt-1:focus {
		margin-top: -.25rem !important
	}

	.md\:focus\:-mr-1:focus {
		margin-right: -.25rem !important
	}

	.md\:focus\:-mb-1:focus {
		margin-bottom: -.25rem !important
	}

	.md\:focus\:-ml-1:focus {
		margin-left: -.25rem !important
	}

	.md\:focus\:-mt-2:focus {
		margin-top: -.5rem !important
	}

	.md\:focus\:-mr-2:focus {
		margin-right: -.5rem !important
	}

	.md\:focus\:-mb-2:focus {
		margin-bottom: -.5rem !important
	}

	.md\:focus\:-ml-2:focus {
		margin-left: -.5rem !important
	}

	.md\:focus\:-mt-3:focus {
		margin-top: -.75rem !important
	}

	.md\:focus\:-mr-3:focus {
		margin-right: -.75rem !important
	}

	.md\:focus\:-mb-3:focus {
		margin-bottom: -.75rem !important
	}

	.md\:focus\:-ml-3:focus {
		margin-left: -.75rem !important
	}

	.md\:focus\:-mt-4:focus {
		margin-top: -1rem !important
	}

	.md\:focus\:-mr-4:focus {
		margin-right: -1rem !important
	}

	.md\:focus\:-mb-4:focus {
		margin-bottom: -1rem !important
	}

	.md\:focus\:-ml-4:focus {
		margin-left: -1rem !important
	}

	.md\:focus\:-mt-5:focus {
		margin-top: -1.25rem !important
	}

	.md\:focus\:-mr-5:focus {
		margin-right: -1.25rem !important
	}

	.md\:focus\:-mb-5:focus {
		margin-bottom: -1.25rem !important
	}

	.md\:focus\:-ml-5:focus {
		margin-left: -1.25rem !important
	}

	.md\:focus\:-mt-6:focus {
		margin-top: -1.5rem !important
	}

	.md\:focus\:-mr-6:focus {
		margin-right: -1.5rem !important
	}

	.md\:focus\:-mb-6:focus {
		margin-bottom: -1.5rem !important
	}

	.md\:focus\:-ml-6:focus {
		margin-left: -1.5rem !important
	}

	.md\:focus\:-mt-8:focus {
		margin-top: -2rem !important
	}

	.md\:focus\:-mr-8:focus {
		margin-right: -2rem !important
	}

	.md\:focus\:-mb-8:focus {
		margin-bottom: -2rem !important
	}

	.md\:focus\:-ml-8:focus {
		margin-left: -2rem !important
	}

	.md\:focus\:-mt-10:focus {
		margin-top: -2.5rem !important
	}

	.md\:focus\:-mr-10:focus {
		margin-right: -2.5rem !important
	}

	.md\:focus\:-mb-10:focus {
		margin-bottom: -2.5rem !important
	}

	.md\:focus\:-ml-10:focus {
		margin-left: -2.5rem !important
	}

	.md\:focus\:-mt-12:focus {
		margin-top: -3rem !important
	}

	.md\:focus\:-mr-12:focus {
		margin-right: -3rem !important
	}

	.md\:focus\:-mb-12:focus {
		margin-bottom: -3rem !important
	}

	.md\:focus\:-ml-12:focus {
		margin-left: -3rem !important
	}

	.md\:focus\:-mt-16:focus {
		margin-top: -4rem !important
	}

	.md\:focus\:-mr-16:focus {
		margin-right: -4rem !important
	}

	.md\:focus\:-mb-16:focus {
		margin-bottom: -4rem !important
	}

	.md\:focus\:-ml-16:focus {
		margin-left: -4rem !important
	}

	.md\:focus\:-mt-20:focus {
		margin-top: -5rem !important
	}

	.md\:focus\:-mr-20:focus {
		margin-right: -5rem !important
	}

	.md\:focus\:-mb-20:focus {
		margin-bottom: -5rem !important
	}

	.md\:focus\:-ml-20:focus {
		margin-left: -5rem !important
	}

	.md\:focus\:-mt-24:focus {
		margin-top: -6rem !important
	}

	.md\:focus\:-mr-24:focus {
		margin-right: -6rem !important
	}

	.md\:focus\:-mb-24:focus {
		margin-bottom: -6rem !important
	}

	.md\:focus\:-ml-24:focus {
		margin-left: -6rem !important
	}

	.md\:focus\:-mt-32:focus {
		margin-top: -8rem !important
	}

	.md\:focus\:-mr-32:focus {
		margin-right: -8rem !important
	}

	.md\:focus\:-mb-32:focus {
		margin-bottom: -8rem !important
	}

	.md\:focus\:-ml-32:focus {
		margin-left: -8rem !important
	}

	.md\:focus\:-mt-40:focus {
		margin-top: -10rem !important
	}

	.md\:focus\:-mr-40:focus {
		margin-right: -10rem !important
	}

	.md\:focus\:-mb-40:focus {
		margin-bottom: -10rem !important
	}

	.md\:focus\:-ml-40:focus {
		margin-left: -10rem !important
	}

	.md\:focus\:-mt-48:focus {
		margin-top: -12rem !important
	}

	.md\:focus\:-mr-48:focus {
		margin-right: -12rem !important
	}

	.md\:focus\:-mb-48:focus {
		margin-bottom: -12rem !important
	}

	.md\:focus\:-ml-48:focus {
		margin-left: -12rem !important
	}

	.md\:focus\:-mt-56:focus {
		margin-top: -14rem !important
	}

	.md\:focus\:-mr-56:focus {
		margin-right: -14rem !important
	}

	.md\:focus\:-mb-56:focus {
		margin-bottom: -14rem !important
	}

	.md\:focus\:-ml-56:focus {
		margin-left: -14rem !important
	}

	.md\:focus\:-mt-64:focus {
		margin-top: -16rem !important
	}

	.md\:focus\:-mr-64:focus {
		margin-right: -16rem !important
	}

	.md\:focus\:-mb-64:focus {
		margin-bottom: -16rem !important
	}

	.md\:focus\:-ml-64:focus {
		margin-left: -16rem !important
	}

	.md\:focus\:-mt-px:focus {
		margin-top: -1px !important
	}

	.md\:focus\:-mr-px:focus {
		margin-right: -1px !important
	}

	.md\:focus\:-mb-px:focus {
		margin-bottom: -1px !important
	}

	.md\:focus\:-ml-px:focus {
		margin-left: -1px !important
	}

	.md\:focus\:-mt--50:focus {
		margin-top: 50px !important
	}

	.md\:focus\:-mr--50:focus {
		margin-right: 50px !important
	}

	.md\:focus\:-mb--50:focus {
		margin-bottom: 50px !important
	}

	.md\:focus\:-ml--50:focus {
		margin-left: 50px !important
	}

	.md\:focus\:-mt-14:focus {
		margin-top: -3.5rem !important
	}

	.md\:focus\:-mr-14:focus {
		margin-right: -3.5rem !important
	}

	.md\:focus\:-mb-14:focus {
		margin-bottom: -3.5rem !important
	}

	.md\:focus\:-ml-14:focus {
		margin-left: -3.5rem !important
	}

	.md\:focus\:-mt-15:focus {
		margin-top: -3.75rem !important
	}

	.md\:focus\:-mr-15:focus {
		margin-right: -3.75rem !important
	}

	.md\:focus\:-mb-15:focus {
		margin-bottom: -3.75rem !important
	}

	.md\:focus\:-ml-15:focus {
		margin-left: -3.75rem !important
	}

	.md\:focus\:-mt-25:focus {
		margin-top: -6.25rem !important
	}

	.md\:focus\:-mr-25:focus {
		margin-right: -6.25rem !important
	}

	.md\:focus\:-mb-25:focus {
		margin-bottom: -6.25rem !important
	}

	.md\:focus\:-ml-25:focus {
		margin-left: -6.25rem !important
	}

	.md\:focus\:-mt-30:focus {
		margin-top: -7.5rem !important
	}

	.md\:focus\:-mr-30:focus {
		margin-right: -7.5rem !important
	}

	.md\:focus\:-mb-30:focus {
		margin-bottom: -7.5rem !important
	}

	.md\:focus\:-ml-30:focus {
		margin-left: -7.5rem !important
	}

	.md\:max-h-full {
		max-height: 100% !important
	}

	.md\:max-h-screen {
		max-height: 100vh !important
	}

	.md\:max-w-20 {
		max-width: 5rem !important
	}

	.md\:max-w-24 {
		max-width: 6rem !important
	}

	.md\:max-w-28 {
		max-width: 7rem !important
	}

	.md\:max-w-94 {
		max-width: 23.5rem !important
	}

	.md\:max-w-105 {
		max-width: 26.35rem !important
	}

	.md\:max-w-155 {
		max-width: 38.75rem !important
	}

	.md\:max-w-163 {
		max-width: 40.75rem !important
	}

	.md\:max-w-235 {
		max-width: 58.75rem !important
	}

	.md\:max-w-320 {
		max-width: 80rem !important
	}

	.md\:max-w-480 {
		max-width: 120rem !important
	}

	.md\:max-w-none {
		max-width: none !important
	}

	.md\:max-w-xs {
		max-width: 20rem !important
	}

	.md\:max-w-sm {
		max-width: 24rem !important
	}

	.md\:max-w-md {
		max-width: 824px !important
	}

	.md\:max-w-lg {
		max-width: 1244px !important
	}

	.md\:max-w-xl {
		max-width: 36rem !important
	}

	.md\:max-w-2xl {
		max-width: 42rem !important
	}

	.md\:max-w-3xl {
		max-width: 48rem !important
	}

	.md\:max-w-4xl {
		max-width: 56rem !important
	}

	.md\:max-w-5xl {
		max-width: 64rem !important
	}

	.md\:max-w-6xl {
		max-width: 72rem !important
	}

	.md\:max-w-full {
		max-width: 100% !important
	}

	.md\:max-w-screen-xs {
		max-width: 368px !important
	}

	.md\:max-w-screen-sm {
		max-width: 640px !important
	}

	.md\:max-w-screen-md {
		max-width: 768px !important
	}

	.md\:max-w-screen-lg {
		max-width: 1152px !important
	}

	.md\:max-w-screen-xl {
		max-width: 1560px !important
	}

	.md\:max-w-screen-hl {
		max-width: 2100px !important
	}

	.md\:min-h-0 {
		min-height: 0 !important
	}

	.md\:min-h-full {
		min-height: 100% !important
	}

	.md\:min-h-screen {
		min-height: 100vh !important
	}

	.md\:min-w-0 {
		min-width: 0 !important
	}

	.md\:min-w-20 {
		min-width: 5rem !important
	}

	.md\:min-w-94 {
		min-width: 23.5rem !important
	}

	.md\:min-w-105 {
		min-width: 26.35rem !important
	}

	.md\:min-w-155 {
		min-width: 38.75rem !important
	}

	.md\:min-w-235 {
		min-width: 58.75rem !important
	}

	.md\:min-w-full {
		min-width: 100% !important
	}

	.md\:object-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important
	}

	.md\:object-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important
	}

	.md\:object-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important
	}

	.md\:object-none {
		-o-object-fit: none !important;
		object-fit: none !important
	}

	.md\:object-scale-down {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important
	}

	.md\:opacity-0 {
		opacity: 0 !important
	}

	.md\:opacity-25 {
		opacity: .25 !important
	}

	.md\:opacity-50 {
		opacity: .5 !important
	}

	.md\:opacity-75 {
		opacity: .75 !important
	}

	.md\:opacity-100 {
		opacity: 1 !important
	}

	.md\:hover\:opacity-0:hover {
		opacity: 0 !important
	}

	.md\:hover\:opacity-25:hover {
		opacity: .25 !important
	}

	.md\:hover\:opacity-50:hover {
		opacity: .5 !important
	}

	.md\:hover\:opacity-75:hover {
		opacity: .75 !important
	}

	.md\:hover\:opacity-100:hover {
		opacity: 1 !important
	}

	.md\:focus\:opacity-0:focus {
		opacity: 0 !important
	}

	.md\:focus\:opacity-25:focus {
		opacity: .25 !important
	}

	.md\:focus\:opacity-50:focus {
		opacity: .5 !important
	}

	.md\:focus\:opacity-75:focus {
		opacity: .75 !important
	}

	.md\:focus\:opacity-100:focus {
		opacity: 1 !important
	}

	.md\:outline-none {
		outline: 2px solid transparent !important;
		outline-offset: 2px !important
	}

	.md\:outline-white {
		outline: 2px dotted #fff !important;
		outline-offset: 2px !important
	}

	.md\:outline-black {
		outline: 2px dotted #000 !important;
		outline-offset: 2px !important
	}

	.md\:focus\:outline-none:focus {
		outline: 2px solid transparent !important;
		outline-offset: 2px !important
	}

	.md\:focus\:outline-white:focus {
		outline: 2px dotted #fff !important;
		outline-offset: 2px !important
	}

	.md\:focus\:outline-black:focus {
		outline: 2px dotted #000 !important;
		outline-offset: 2px !important
	}

	.md\:overflow-auto {
		overflow: auto !important
	}

	.md\:overflow-hidden {
		overflow: hidden !important
	}

	.md\:overflow-visible {
		overflow: visible !important
	}

	.md\:overflow-scroll {
		overflow: scroll !important
	}

	.md\:overflow-x-auto {
		overflow-x: auto !important
	}

	.md\:overflow-y-auto {
		overflow-y: auto !important
	}

	.md\:overflow-x-hidden {
		overflow-x: hidden !important
	}

	.md\:overflow-y-hidden {
		overflow-y: hidden !important
	}

	.md\:overflow-x-visible {
		overflow-x: visible !important
	}

	.md\:overflow-y-visible {
		overflow-y: visible !important
	}

	.md\:overflow-x-scroll {
		overflow-x: scroll !important
	}

	.md\:overflow-y-scroll {
		overflow-y: scroll !important
	}

	.md\:scrolling-touch {
		-webkit-overflow-scrolling: touch !important
	}

	.md\:scrolling-auto {
		-webkit-overflow-scrolling: auto !important
	}

	.md\:p-0 {
		padding: 0 !important
	}

	.md\:p-1 {
		padding: .25rem !important
	}

	.md\:p-2 {
		padding: .5rem !important
	}

	.md\:p-3 {
		padding: .75rem !important
	}

	.md\:p-4 {
		padding: 1rem !important
	}

	.md\:p-5 {
		padding: 1.25rem !important
	}

	.md\:p-6 {
		padding: 1.5rem !important
	}

	.md\:p-7 {
		padding: 1.75rem !important
	}

	.md\:p-8 {
		padding: 2rem !important
	}

	.md\:p-9 {
		padding: 2.25rem !important
	}

	.md\:p-10 {
		padding: 2.5rem !important
	}

	.md\:p-11 {
		padding: 2.75rem !important
	}

	.md\:p-12 {
		padding: 3rem !important
	}

	.md\:p-13 {
		padding: 3.25rem !important
	}

	.md\:p-14 {
		padding: 3.5rem !important
	}

	.md\:p-15 {
		padding: 3.75rem !important
	}

	.md\:p-16 {
		padding: 4rem !important
	}

	.md\:p-20 {
		padding: 5rem !important
	}

	.md\:p-24 {
		padding: 6rem !important
	}

	.md\:p-25 {
		padding: 6.25rem !important
	}

	.md\:p-28 {
		padding: 7rem !important
	}

	.md\:p-30 {
		padding: 7.5rem !important
	}

	.md\:p-32 {
		padding: 8rem !important
	}

	.md\:p-40 {
		padding: 10rem !important
	}

	.md\:p-48 {
		padding: 12rem !important
	}

	.md\:p-56 {
		padding: 14rem !important
	}

	.md\:p-64 {
		padding: 16rem !important
	}

	.md\:p-85 {
		padding: 21.25rem !important
	}

	.md\:p-px {
		padding: 1px !important
	}

	.md\:p--50 {
		padding: -50px !important
	}

	.md\:py-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.md\:px-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.md\:py-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.md\:px-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important
	}

	.md\:py-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.md\:px-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important
	}

	.md\:py-3 {
		padding-top: .75rem !important;
		padding-bottom: .75rem !important
	}

	.md\:px-3 {
		padding-left: .75rem !important;
		padding-right: .75rem !important
	}

	.md\:py-4 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.md\:px-4 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.md\:py-5 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	.md\:px-5 {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important
	}

	.md\:py-6 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.md\:px-6 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}

	.md\:py-7 {
		padding-top: 1.75rem !important;
		padding-bottom: 1.75rem !important
	}

	.md\:px-7 {
		padding-left: 1.75rem !important;
		padding-right: 1.75rem !important
	}

	.md\:py-8 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.md\:px-8 {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}

	.md\:py-9 {
		padding-top: 2.25rem !important;
		padding-bottom: 2.25rem !important
	}

	.md\:px-9 {
		padding-left: 2.25rem !important;
		padding-right: 2.25rem !important
	}

	.md\:py-10 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	.md\:px-10 {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important
	}

	.md\:py-11 {
		padding-top: 2.75rem !important;
		padding-bottom: 2.75rem !important
	}

	.md\:px-11 {
		padding-left: 2.75rem !important;
		padding-right: 2.75rem !important
	}

	.md\:py-12 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.md\:px-12 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.md\:py-13 {
		padding-top: 3.25rem !important;
		padding-bottom: 3.25rem !important
	}

	.md\:px-13 {
		padding-left: 3.25rem !important;
		padding-right: 3.25rem !important
	}

	.md\:py-14 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important
	}

	.md\:px-14 {
		padding-left: 3.5rem !important;
		padding-right: 3.5rem !important
	}

	.md\:py-15 {
		padding-top: 3.75rem !important;
		padding-bottom: 3.75rem !important
	}

	.md\:px-15 {
		padding-left: 3.75rem !important;
		padding-right: 3.75rem !important
	}

	.md\:py-16 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}

	.md\:px-16 {
		padding-left: 4rem !important;
		padding-right: 4rem !important
	}

	.md\:py-20 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.md\:px-20 {
		padding-left: 5rem !important;
		padding-right: 5rem !important
	}

	.md\:py-24 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.md\:px-24 {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}

	.md\:py-25 {
		padding-top: 6.25rem !important;
		padding-bottom: 6.25rem !important
	}

	.md\:px-25 {
		padding-left: 6.25rem !important;
		padding-right: 6.25rem !important
	}

	.md\:py-28 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important
	}

	.md\:px-28 {
		padding-left: 7rem !important;
		padding-right: 7rem !important
	}

	.md\:py-30 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important
	}

	.md\:px-30 {
		padding-left: 7.5rem !important;
		padding-right: 7.5rem !important
	}

	.md\:py-32 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important
	}

	.md\:px-32 {
		padding-left: 8rem !important;
		padding-right: 8rem !important
	}

	.md\:py-40 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important
	}

	.md\:px-40 {
		padding-left: 10rem !important;
		padding-right: 10rem !important
	}

	.md\:py-48 {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important
	}

	.md\:px-48 {
		padding-left: 12rem !important;
		padding-right: 12rem !important
	}

	.md\:py-56 {
		padding-top: 14rem !important;
		padding-bottom: 14rem !important
	}

	.md\:px-56 {
		padding-left: 14rem !important;
		padding-right: 14rem !important
	}

	.md\:py-64 {
		padding-top: 16rem !important;
		padding-bottom: 16rem !important
	}

	.md\:px-64 {
		padding-left: 16rem !important;
		padding-right: 16rem !important
	}

	.md\:py-85 {
		padding-top: 21.25rem !important;
		padding-bottom: 21.25rem !important
	}

	.md\:px-85 {
		padding-left: 21.25rem !important;
		padding-right: 21.25rem !important
	}

	.md\:py-px {
		padding-top: 1px !important;
		padding-bottom: 1px !important
	}

	.md\:px-px {
		padding-left: 1px !important;
		padding-right: 1px !important
	}

	.md\:py--50 {
		padding-top: -50px !important;
		padding-bottom: -50px !important
	}

	.md\:px--50 {
		padding-left: -50px !important;
		padding-right: -50px !important
	}

	.md\:pt-0 {
		padding-top: 0 !important
	}

	.md\:pr-0 {
		padding-right: 0 !important
	}

	.md\:pb-0 {
		padding-bottom: 0 !important
	}

	.md\:pl-0 {
		padding-left: 0 !important
	}

	.md\:pt-1 {
		padding-top: .25rem !important
	}

	.md\:pr-1 {
		padding-right: .25rem !important
	}

	.md\:pb-1 {
		padding-bottom: .25rem !important
	}

	.md\:pl-1 {
		padding-left: .25rem !important
	}

	.md\:pt-2 {
		padding-top: .5rem !important
	}

	.md\:pr-2 {
		padding-right: .5rem !important
	}

	.md\:pb-2 {
		padding-bottom: .5rem !important
	}

	.md\:pl-2 {
		padding-left: .5rem !important
	}

	.md\:pt-3 {
		padding-top: .75rem !important
	}

	.md\:pr-3 {
		padding-right: .75rem !important
	}

	.md\:pb-3 {
		padding-bottom: .75rem !important
	}

	.md\:pl-3 {
		padding-left: .75rem !important
	}

	.md\:pt-4 {
		padding-top: 1rem !important
	}

	.md\:pr-4 {
		padding-right: 1rem !important
	}

	.md\:pb-4 {
		padding-bottom: 1rem !important
	}

	.md\:pl-4 {
		padding-left: 1rem !important
	}

	.md\:pt-5 {
		padding-top: 1.25rem !important
	}

	.md\:pr-5 {
		padding-right: 1.25rem !important
	}

	.md\:pb-5 {
		padding-bottom: 1.25rem !important
	}

	.md\:pl-5 {
		padding-left: 1.25rem !important
	}

	.md\:pt-6 {
		padding-top: 1.5rem !important
	}

	.md\:pr-6 {
		padding-right: 1.5rem !important
	}

	.md\:pb-6 {
		padding-bottom: 1.5rem !important
	}

	.md\:pl-6 {
		padding-left: 1.5rem !important
	}

	.md\:pt-7 {
		padding-top: 1.75rem !important
	}

	.md\:pr-7 {
		padding-right: 1.75rem !important
	}

	.md\:pb-7 {
		padding-bottom: 1.75rem !important
	}

	.md\:pl-7 {
		padding-left: 1.75rem !important
	}

	.md\:pt-8 {
		padding-top: 2rem !important
	}

	.md\:pr-8 {
		padding-right: 2rem !important
	}

	.md\:pb-8 {
		padding-bottom: 2rem !important
	}

	.md\:pl-8 {
		padding-left: 2rem !important
	}

	.md\:pt-9 {
		padding-top: 2.25rem !important
	}

	.md\:pr-9 {
		padding-right: 2.25rem !important
	}

	.md\:pb-9 {
		padding-bottom: 2.25rem !important
	}

	.md\:pl-9 {
		padding-left: 2.25rem !important
	}

	.md\:pt-10 {
		padding-top: 2.5rem !important
	}

	.md\:pr-10 {
		padding-right: 2.5rem !important
	}

	.md\:pb-10 {
		padding-bottom: 2.5rem !important
	}

	.md\:pl-10 {
		padding-left: 2.5rem !important
	}

	.md\:pt-11 {
		padding-top: 2.75rem !important
	}

	.md\:pr-11 {
		padding-right: 2.75rem !important
	}

	.md\:pb-11 {
		padding-bottom: 2.75rem !important
	}

	.md\:pl-11 {
		padding-left: 2.75rem !important
	}

	.md\:pt-12 {
		padding-top: 3rem !important
	}

	.md\:pr-12 {
		padding-right: 3rem !important
	}

	.md\:pb-12 {
		padding-bottom: 3rem !important
	}

	.md\:pl-12 {
		padding-left: 3rem !important
	}

	.md\:pt-13 {
		padding-top: 3.25rem !important
	}

	.md\:pr-13 {
		padding-right: 3.25rem !important
	}

	.md\:pb-13 {
		padding-bottom: 3.25rem !important
	}

	.md\:pl-13 {
		padding-left: 3.25rem !important
	}

	.md\:pt-14 {
		padding-top: 3.5rem !important
	}

	.md\:pr-14 {
		padding-right: 3.5rem !important
	}

	.md\:pb-14 {
		padding-bottom: 3.5rem !important
	}

	.md\:pl-14 {
		padding-left: 3.5rem !important
	}

	.md\:pt-15 {
		padding-top: 3.75rem !important
	}

	.md\:pr-15 {
		padding-right: 3.75rem !important
	}

	.md\:pb-15 {
		padding-bottom: 3.75rem !important
	}

	.md\:pl-15 {
		padding-left: 3.75rem !important
	}

	.md\:pt-16 {
		padding-top: 4rem !important
	}

	.md\:pr-16 {
		padding-right: 4rem !important
	}

	.md\:pb-16 {
		padding-bottom: 4rem !important
	}

	.md\:pl-16 {
		padding-left: 4rem !important
	}

	.md\:pt-20 {
		padding-top: 5rem !important
	}

	.md\:pr-20 {
		padding-right: 5rem !important
	}

	.md\:pb-20 {
		padding-bottom: 5rem !important
	}

	.md\:pl-20 {
		padding-left: 5rem !important
	}

	.md\:pt-24 {
		padding-top: 6rem !important
	}

	.md\:pr-24 {
		padding-right: 6rem !important
	}

	.md\:pb-24 {
		padding-bottom: 6rem !important
	}

	.md\:pl-24 {
		padding-left: 6rem !important
	}

	.md\:pt-25 {
		padding-top: 6.25rem !important
	}

	.md\:pr-25 {
		padding-right: 6.25rem !important
	}

	.md\:pb-25 {
		padding-bottom: 6.25rem !important
	}

	.md\:pl-25 {
		padding-left: 6.25rem !important
	}

	.md\:pt-28 {
		padding-top: 7rem !important
	}

	.md\:pr-28 {
		padding-right: 7rem !important
	}

	.md\:pb-28 {
		padding-bottom: 7rem !important
	}

	.md\:pl-28 {
		padding-left: 7rem !important
	}

	.md\:pt-30 {
		padding-top: 7.5rem !important
	}

	.md\:pr-30 {
		padding-right: 7.5rem !important
	}

	.md\:pb-30 {
		padding-bottom: 7.5rem !important
	}

	.md\:pl-30 {
		padding-left: 7.5rem !important
	}

	.md\:pt-32 {
		padding-top: 8rem !important
	}

	.md\:pr-32 {
		padding-right: 8rem !important
	}

	.md\:pb-32 {
		padding-bottom: 8rem !important
	}

	.md\:pl-32 {
		padding-left: 8rem !important
	}

	.md\:pt-40 {
		padding-top: 10rem !important
	}

	.md\:pr-40 {
		padding-right: 10rem !important
	}

	.md\:pb-40 {
		padding-bottom: 10rem !important
	}

	.md\:pl-40 {
		padding-left: 10rem !important
	}

	.md\:pt-48 {
		padding-top: 12rem !important
	}

	.md\:pr-48 {
		padding-right: 12rem !important
	}

	.md\:pb-48 {
		padding-bottom: 12rem !important
	}

	.md\:pl-48 {
		padding-left: 12rem !important
	}

	.md\:pt-56 {
		padding-top: 14rem !important
	}

	.md\:pr-56 {
		padding-right: 14rem !important
	}

	.md\:pb-56 {
		padding-bottom: 14rem !important
	}

	.md\:pl-56 {
		padding-left: 14rem !important
	}

	.md\:pt-64 {
		padding-top: 16rem !important
	}

	.md\:pr-64 {
		padding-right: 16rem !important
	}

	.md\:pb-64 {
		padding-bottom: 16rem !important
	}

	.md\:pl-64 {
		padding-left: 16rem !important
	}

	.md\:pt-85 {
		padding-top: 21.25rem !important
	}

	.md\:pr-85 {
		padding-right: 21.25rem !important
	}

	.md\:pb-85 {
		padding-bottom: 21.25rem !important
	}

	.md\:pl-85 {
		padding-left: 21.25rem !important
	}

	.md\:pt-px {
		padding-top: 1px !important
	}

	.md\:pr-px {
		padding-right: 1px !important
	}

	.md\:pb-px {
		padding-bottom: 1px !important
	}

	.md\:pl-px {
		padding-left: 1px !important
	}

	.md\:pt--50 {
		padding-top: -50px !important
	}

	.md\:pr--50 {
		padding-right: -50px !important
	}

	.md\:pb--50 {
		padding-bottom: -50px !important
	}

	.md\:pl--50 {
		padding-left: -50px !important
	}

	.md\:placeholder-606::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-606:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-606::placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-666::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-666:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-666::placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-transparent::-moz-placeholder {
		color: transparent !important
	}

	.md\:placeholder-transparent:-ms-input-placeholder {
		color: transparent !important
	}

	.md\:placeholder-transparent::placeholder {
		color: transparent !important
	}

	.md\:placeholder-current::-moz-placeholder {
		color: currentColor !important
	}

	.md\:placeholder-current:-ms-input-placeholder {
		color: currentColor !important
	}

	.md\:placeholder-current::placeholder {
		color: currentColor !important
	}

	.md\:placeholder-black-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-black-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-black-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-black-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-black-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-black-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-black-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-black-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-black-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-white::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-white:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-white::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-gray-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-gray-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-gray-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-gray-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-gray-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-gray-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-gray-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-gray-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-gray-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-gray-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-gray-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-gray-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-gray-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-gray-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-gray-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-gray-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-gray-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-gray-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-gray-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-gray-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-gray-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-gray-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-gray-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-gray-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-red-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-orange::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-orange:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-orange::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-yellow-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-green-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-teal-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-blue-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-indigo-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-purple-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-pink-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-orange-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-orange-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-orange-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-orange-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-orange-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-orange-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-f3f::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-f3f:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-f3f::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-606:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-606:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-606:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-666:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-666:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-666:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-transparent:focus::-moz-placeholder {
		color: transparent !important
	}

	.md\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
		color: transparent !important
	}

	.md\:focus\:placeholder-transparent:focus::placeholder {
		color: transparent !important
	}

	.md\:focus\:placeholder-current:focus::-moz-placeholder {
		color: currentColor !important
	}

	.md\:focus\:placeholder-current:focus:-ms-input-placeholder {
		color: currentColor !important
	}

	.md\:focus\:placeholder-current:focus::placeholder {
		color: currentColor !important
	}

	.md\:focus\:placeholder-black-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-black-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-black-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-black-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-black-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-black-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-black-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-black-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-black-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-white:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-white:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-white:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-gray-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-gray-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-gray-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-gray-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-gray-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-gray-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-gray-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-gray-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-gray-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-gray-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-gray-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-gray-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-gray-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-gray-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-gray-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-gray-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-red-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-orange:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-orange:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-orange:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-yellow-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-green-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-teal-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-blue-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-indigo-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-purple-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-pink-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-orange-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-orange-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-orange-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-orange-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-f3f:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-f3f:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.md\:focus\:placeholder-f3f:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.md\:placeholder-opacity-0::-moz-placeholder {
		--placeholder-opacity: 0 !important
	}

	.md\:placeholder-opacity-0:-ms-input-placeholder {
		--placeholder-opacity: 0 !important
	}

	.md\:placeholder-opacity-0::placeholder {
		--placeholder-opacity: 0 !important
	}

	.md\:placeholder-opacity-25::-moz-placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.md\:placeholder-opacity-25:-ms-input-placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.md\:placeholder-opacity-25::placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.md\:placeholder-opacity-50::-moz-placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.md\:placeholder-opacity-50:-ms-input-placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.md\:placeholder-opacity-50::placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.md\:placeholder-opacity-75::-moz-placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.md\:placeholder-opacity-75:-ms-input-placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.md\:placeholder-opacity-75::placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.md\:placeholder-opacity-100::-moz-placeholder {
		--placeholder-opacity: 1 !important
	}

	.md\:placeholder-opacity-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important
	}

	.md\:placeholder-opacity-100::placeholder {
		--placeholder-opacity: 1 !important
	}

	.md\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
		--placeholder-opacity: 0 !important
	}

	.md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
		--placeholder-opacity: 0 !important
	}

	.md\:focus\:placeholder-opacity-0:focus::placeholder {
		--placeholder-opacity: 0 !important
	}

	.md\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.md\:focus\:placeholder-opacity-25:focus::placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.md\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.md\:focus\:placeholder-opacity-50:focus::placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.md\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.md\:focus\:placeholder-opacity-75:focus::placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.md\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important
	}

	.md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important
	}

	.md\:focus\:placeholder-opacity-100:focus::placeholder {
		--placeholder-opacity: 1 !important
	}

	.md\:static {
		position: static !important
	}

	.md\:fixed {
		position: fixed !important
	}

	.md\:absolute {
		position: absolute !important
	}

	.md\:relative {
		position: relative !important
	}

	.md\:sticky {
		position: sticky !important
	}

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

	.md\:inset-auto {
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important
	}

	.md\:inset-y-0 {
		top: 0 !important;
		bottom: 0 !important
	}

	.md\:inset-x-0 {
		right: 0 !important;
		left: 0 !important
	}

	.md\:inset-y-auto {
		top: auto !important;
		bottom: auto !important
	}

	.md\:inset-x-auto {
		right: auto !important;
		left: auto !important
	}

	.md\:top-0 {
		top: 0 !important
	}

	.md\:right-0 {
		right: 0 !important
	}

	.md\:bottom-0 {
		bottom: 0 !important
	}

	.md\:left-0 {
		left: 0 !important
	}

	.md\:top-auto {
		top: auto !important
	}

	.md\:right-auto {
		right: auto !important
	}

	.md\:bottom-auto {
		bottom: auto !important
	}

	.md\:left-auto {
		left: auto !important
	}

	.md\:shadow-xs {
		box-shadow: 0 0 0 1px rgba(0,0,0,.05) !important
	}

	.md\:shadow-sm {
		box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important
	}

	.md\:shadow {
		box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important
	}

	.md\:shadow-md {
		box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important
	}

	.md\:shadow-lg {
		box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important
	}

	.md\:shadow-xl {
		box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important
	}

	.md\:shadow-2xl {
		box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important
	}

	.md\:shadow-inner {
		box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06) !important
	}

	.md\:shadow-outline {
		box-shadow: 0 0 0 3px rgba(66,153,225,.5) !important
	}

	.md\:shadow-none {
		box-shadow: none !important
	}

	.md\:hover\:shadow-xs:hover {
		box-shadow: 0 0 0 1px rgba(0,0,0,.05) !important
	}

	.md\:hover\:shadow-sm:hover {
		box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important
	}

	.md\:hover\:shadow:hover {
		box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important
	}

	.md\:hover\:shadow-md:hover {
		box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important
	}

	.md\:hover\:shadow-lg:hover {
		box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important
	}

	.md\:hover\:shadow-xl:hover {
		box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important
	}

	.md\:hover\:shadow-2xl:hover {
		box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important
	}

	.md\:hover\:shadow-inner:hover {
		box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06) !important
	}

	.md\:hover\:shadow-outline:hover {
		box-shadow: 0 0 0 3px rgba(66,153,225,.5) !important
	}

	.md\:hover\:shadow-none:hover {
		box-shadow: none !important
	}

	.md\:focus\:shadow-xs:focus {
		box-shadow: 0 0 0 1px rgba(0,0,0,.05) !important
	}

	.md\:focus\:shadow-sm:focus {
		box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important
	}

	.md\:focus\:shadow:focus {
		box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important
	}

	.md\:focus\:shadow-md:focus {
		box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important
	}

	.md\:focus\:shadow-lg:focus {
		box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important
	}

	.md\:focus\:shadow-xl:focus {
		box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important
	}

	.md\:focus\:shadow-2xl:focus {
		box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important
	}

	.md\:focus\:shadow-inner:focus {
		box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06) !important
	}

	.md\:focus\:shadow-outline:focus {
		box-shadow: 0 0 0 3px rgba(66,153,225,.5) !important
	}

	.md\:focus\:shadow-none:focus {
		box-shadow: none !important
	}

	.md\:text-left {
		text-align: left !important
	}

	.md\:text-center {
		text-align: center !important
	}

	.md\:text-right {
		text-align: right !important
	}

	.md\:text-justify {
		text-align: justify !important
	}

	.md\:text-323 {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.md\:text-606 {
		--text-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--text-opacity)) !important
	}

	.md\:text-666 {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.md\:text-979 {
		--text-opacity: 1 !important;
		color: #979797 !important;
		color: rgba(151,151,151,var(--text-opacity)) !important
	}

	.md\:text-transparent {
		color: transparent !important
	}

	.md\:text-current {
		color: currentColor !important
	}

	.md\:text-black-100 {
		--text-opacity: 1 !important;
		color: #000 !important;
		color: rgba(0,0,0,var(--text-opacity)) !important
	}

	.md\:text-black-200 {
		--text-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--text-opacity)) !important
	}

	.md\:text-black-300 {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.md\:text-white {
		--text-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--text-opacity)) !important
	}

	.md\:text-gray-100 {
		--text-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--text-opacity)) !important
	}

	.md\:text-gray-200 {
		--text-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--text-opacity)) !important
	}

	.md\:text-gray-300 {
		--text-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--text-opacity)) !important
	}

	.md\:text-gray-400 {
		--text-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--text-opacity)) !important
	}

	.md\:text-gray-500 {
		--text-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--text-opacity)) !important
	}

	.md\:text-gray-600 {
		--text-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--text-opacity)) !important
	}

	.md\:text-gray-700 {
		--text-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--text-opacity)) !important
	}

	.md\:text-gray-800 {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.md\:text-red-100 {
		--text-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--text-opacity)) !important
	}

	.md\:text-red-200 {
		--text-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--text-opacity)) !important
	}

	.md\:text-red-300 {
		--text-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--text-opacity)) !important
	}

	.md\:text-red-400 {
		--text-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--text-opacity)) !important
	}

	.md\:text-red-500 {
		--text-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--text-opacity)) !important
	}

	.md\:text-red-600 {
		--text-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--text-opacity)) !important
	}

	.md\:text-red-700 {
		--text-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--text-opacity)) !important
	}

	.md\:text-red-800 {
		--text-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--text-opacity)) !important
	}

	.md\:text-red-900 {
		--text-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--text-opacity)) !important
	}

	.md\:text-orange {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.md\:text-yellow-100 {
		--text-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--text-opacity)) !important
	}

	.md\:text-yellow-200 {
		--text-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--text-opacity)) !important
	}

	.md\:text-yellow-300 {
		--text-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--text-opacity)) !important
	}

	.md\:text-yellow-400 {
		--text-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--text-opacity)) !important
	}

	.md\:text-yellow-500 {
		--text-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--text-opacity)) !important
	}

	.md\:text-yellow-600 {
		--text-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--text-opacity)) !important
	}

	.md\:text-yellow-700 {
		--text-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--text-opacity)) !important
	}

	.md\:text-yellow-800 {
		--text-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--text-opacity)) !important
	}

	.md\:text-yellow-900 {
		--text-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--text-opacity)) !important
	}

	.md\:text-green-100 {
		--text-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--text-opacity)) !important
	}

	.md\:text-green-200 {
		--text-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--text-opacity)) !important
	}

	.md\:text-green-300 {
		--text-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--text-opacity)) !important
	}

	.md\:text-green-400 {
		--text-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--text-opacity)) !important
	}

	.md\:text-green-500 {
		--text-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--text-opacity)) !important
	}

	.md\:text-green-600 {
		--text-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--text-opacity)) !important
	}

	.md\:text-green-700 {
		--text-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--text-opacity)) !important
	}

	.md\:text-green-800 {
		--text-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--text-opacity)) !important
	}

	.md\:text-green-900 {
		--text-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--text-opacity)) !important
	}

	.md\:text-teal-100 {
		--text-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--text-opacity)) !important
	}

	.md\:text-teal-200 {
		--text-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--text-opacity)) !important
	}

	.md\:text-teal-300 {
		--text-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--text-opacity)) !important
	}

	.md\:text-teal-400 {
		--text-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--text-opacity)) !important
	}

	.md\:text-teal-500 {
		--text-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--text-opacity)) !important
	}

	.md\:text-teal-600 {
		--text-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--text-opacity)) !important
	}

	.md\:text-teal-700 {
		--text-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--text-opacity)) !important
	}

	.md\:text-teal-800 {
		--text-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--text-opacity)) !important
	}

	.md\:text-teal-900 {
		--text-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--text-opacity)) !important
	}

	.md\:text-blue-100 {
		--text-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--text-opacity)) !important
	}

	.md\:text-blue-200 {
		--text-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--text-opacity)) !important
	}

	.md\:text-blue-300 {
		--text-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--text-opacity)) !important
	}

	.md\:text-blue-400 {
		--text-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--text-opacity)) !important
	}

	.md\:text-blue-500 {
		--text-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--text-opacity)) !important
	}

	.md\:text-blue-600 {
		--text-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--text-opacity)) !important
	}

	.md\:text-blue-700 {
		--text-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--text-opacity)) !important
	}

	.md\:text-blue-800 {
		--text-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--text-opacity)) !important
	}

	.md\:text-blue-900 {
		--text-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--text-opacity)) !important
	}

	.md\:text-indigo-100 {
		--text-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--text-opacity)) !important
	}

	.md\:text-indigo-200 {
		--text-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--text-opacity)) !important
	}

	.md\:text-indigo-300 {
		--text-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--text-opacity)) !important
	}

	.md\:text-indigo-400 {
		--text-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--text-opacity)) !important
	}

	.md\:text-indigo-500 {
		--text-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--text-opacity)) !important
	}

	.md\:text-indigo-600 {
		--text-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--text-opacity)) !important
	}

	.md\:text-indigo-700 {
		--text-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--text-opacity)) !important
	}

	.md\:text-indigo-800 {
		--text-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--text-opacity)) !important
	}

	.md\:text-indigo-900 {
		--text-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--text-opacity)) !important
	}

	.md\:text-purple-100 {
		--text-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--text-opacity)) !important
	}

	.md\:text-purple-200 {
		--text-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--text-opacity)) !important
	}

	.md\:text-purple-300 {
		--text-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--text-opacity)) !important
	}

	.md\:text-purple-400 {
		--text-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--text-opacity)) !important
	}

	.md\:text-purple-500 {
		--text-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--text-opacity)) !important
	}

	.md\:text-purple-600 {
		--text-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--text-opacity)) !important
	}

	.md\:text-purple-700 {
		--text-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--text-opacity)) !important
	}

	.md\:text-purple-800 {
		--text-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--text-opacity)) !important
	}

	.md\:text-purple-900 {
		--text-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--text-opacity)) !important
	}

	.md\:text-pink-100 {
		--text-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--text-opacity)) !important
	}

	.md\:text-pink-200 {
		--text-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--text-opacity)) !important
	}

	.md\:text-pink-300 {
		--text-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--text-opacity)) !important
	}

	.md\:text-pink-400 {
		--text-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--text-opacity)) !important
	}

	.md\:text-pink-500 {
		--text-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--text-opacity)) !important
	}

	.md\:text-pink-600 {
		--text-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--text-opacity)) !important
	}

	.md\:text-pink-700 {
		--text-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--text-opacity)) !important
	}

	.md\:text-pink-800 {
		--text-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--text-opacity)) !important
	}

	.md\:text-pink-900 {
		--text-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--text-opacity)) !important
	}

	.md\:text-orange-400 {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.md\:text-orange-500 {
		--text-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--text-opacity)) !important
	}

	.md\:text-f3f {
		--text-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--text-opacity)) !important
	}

	.md\:hover\:text-323:hover {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.md\:hover\:text-606:hover {
		--text-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--text-opacity)) !important
	}

	.md\:hover\:text-666:hover {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.md\:hover\:text-979:hover {
		--text-opacity: 1 !important;
		color: #979797 !important;
		color: rgba(151,151,151,var(--text-opacity)) !important
	}

	.md\:hover\:text-transparent:hover {
		color: transparent !important
	}

	.md\:hover\:text-current:hover {
		color: currentColor !important
	}

	.md\:hover\:text-black-100:hover {
		--text-opacity: 1 !important;
		color: #000 !important;
		color: rgba(0,0,0,var(--text-opacity)) !important
	}

	.md\:hover\:text-black-200:hover {
		--text-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--text-opacity)) !important
	}

	.md\:hover\:text-black-300:hover {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.md\:hover\:text-white:hover {
		--text-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--text-opacity)) !important
	}

	.md\:hover\:text-gray-100:hover {
		--text-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--text-opacity)) !important
	}

	.md\:hover\:text-gray-200:hover {
		--text-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--text-opacity)) !important
	}

	.md\:hover\:text-gray-300:hover {
		--text-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--text-opacity)) !important
	}

	.md\:hover\:text-gray-400:hover {
		--text-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--text-opacity)) !important
	}

	.md\:hover\:text-gray-500:hover {
		--text-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--text-opacity)) !important
	}

	.md\:hover\:text-gray-600:hover {
		--text-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--text-opacity)) !important
	}

	.md\:hover\:text-gray-700:hover {
		--text-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--text-opacity)) !important
	}

	.md\:hover\:text-gray-800:hover {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.md\:hover\:text-red-100:hover {
		--text-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--text-opacity)) !important
	}

	.md\:hover\:text-red-200:hover {
		--text-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--text-opacity)) !important
	}

	.md\:hover\:text-red-300:hover {
		--text-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--text-opacity)) !important
	}

	.md\:hover\:text-red-400:hover {
		--text-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--text-opacity)) !important
	}

	.md\:hover\:text-red-500:hover {
		--text-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--text-opacity)) !important
	}

	.md\:hover\:text-red-600:hover {
		--text-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--text-opacity)) !important
	}

	.md\:hover\:text-red-700:hover {
		--text-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--text-opacity)) !important
	}

	.md\:hover\:text-red-800:hover {
		--text-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--text-opacity)) !important
	}

	.md\:hover\:text-red-900:hover {
		--text-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--text-opacity)) !important
	}

	.md\:hover\:text-orange:hover {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.md\:hover\:text-yellow-100:hover {
		--text-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--text-opacity)) !important
	}

	.md\:hover\:text-yellow-200:hover {
		--text-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--text-opacity)) !important
	}

	.md\:hover\:text-yellow-300:hover {
		--text-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--text-opacity)) !important
	}

	.md\:hover\:text-yellow-400:hover {
		--text-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--text-opacity)) !important
	}

	.md\:hover\:text-yellow-500:hover {
		--text-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--text-opacity)) !important
	}

	.md\:hover\:text-yellow-600:hover {
		--text-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--text-opacity)) !important
	}

	.md\:hover\:text-yellow-700:hover {
		--text-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--text-opacity)) !important
	}

	.md\:hover\:text-yellow-800:hover {
		--text-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--text-opacity)) !important
	}

	.md\:hover\:text-yellow-900:hover {
		--text-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--text-opacity)) !important
	}

	.md\:hover\:text-green-100:hover {
		--text-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--text-opacity)) !important
	}

	.md\:hover\:text-green-200:hover {
		--text-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--text-opacity)) !important
	}

	.md\:hover\:text-green-300:hover {
		--text-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--text-opacity)) !important
	}

	.md\:hover\:text-green-400:hover {
		--text-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--text-opacity)) !important
	}

	.md\:hover\:text-green-500:hover {
		--text-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--text-opacity)) !important
	}

	.md\:hover\:text-green-600:hover {
		--text-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--text-opacity)) !important
	}

	.md\:hover\:text-green-700:hover {
		--text-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--text-opacity)) !important
	}

	.md\:hover\:text-green-800:hover {
		--text-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--text-opacity)) !important
	}

	.md\:hover\:text-green-900:hover {
		--text-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--text-opacity)) !important
	}

	.md\:hover\:text-teal-100:hover {
		--text-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--text-opacity)) !important
	}

	.md\:hover\:text-teal-200:hover {
		--text-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--text-opacity)) !important
	}

	.md\:hover\:text-teal-300:hover {
		--text-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--text-opacity)) !important
	}

	.md\:hover\:text-teal-400:hover {
		--text-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--text-opacity)) !important
	}

	.md\:hover\:text-teal-500:hover {
		--text-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--text-opacity)) !important
	}

	.md\:hover\:text-teal-600:hover {
		--text-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--text-opacity)) !important
	}

	.md\:hover\:text-teal-700:hover {
		--text-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--text-opacity)) !important
	}

	.md\:hover\:text-teal-800:hover {
		--text-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--text-opacity)) !important
	}

	.md\:hover\:text-teal-900:hover {
		--text-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--text-opacity)) !important
	}

	.md\:hover\:text-blue-100:hover {
		--text-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--text-opacity)) !important
	}

	.md\:hover\:text-blue-200:hover {
		--text-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--text-opacity)) !important
	}

	.md\:hover\:text-blue-300:hover {
		--text-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--text-opacity)) !important
	}

	.md\:hover\:text-blue-400:hover {
		--text-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--text-opacity)) !important
	}

	.md\:hover\:text-blue-500:hover {
		--text-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--text-opacity)) !important
	}

	.md\:hover\:text-blue-600:hover {
		--text-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--text-opacity)) !important
	}

	.md\:hover\:text-blue-700:hover {
		--text-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--text-opacity)) !important
	}

	.md\:hover\:text-blue-800:hover {
		--text-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--text-opacity)) !important
	}

	.md\:hover\:text-blue-900:hover {
		--text-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--text-opacity)) !important
	}

	.md\:hover\:text-indigo-100:hover {
		--text-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--text-opacity)) !important
	}

	.md\:hover\:text-indigo-200:hover {
		--text-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--text-opacity)) !important
	}

	.md\:hover\:text-indigo-300:hover {
		--text-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--text-opacity)) !important
	}

	.md\:hover\:text-indigo-400:hover {
		--text-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--text-opacity)) !important
	}

	.md\:hover\:text-indigo-500:hover {
		--text-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--text-opacity)) !important
	}

	.md\:hover\:text-indigo-600:hover {
		--text-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--text-opacity)) !important
	}

	.md\:hover\:text-indigo-700:hover {
		--text-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--text-opacity)) !important
	}

	.md\:hover\:text-indigo-800:hover {
		--text-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--text-opacity)) !important
	}

	.md\:hover\:text-indigo-900:hover {
		--text-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--text-opacity)) !important
	}

	.md\:hover\:text-purple-100:hover {
		--text-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--text-opacity)) !important
	}

	.md\:hover\:text-purple-200:hover {
		--text-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--text-opacity)) !important
	}

	.md\:hover\:text-purple-300:hover {
		--text-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--text-opacity)) !important
	}

	.md\:hover\:text-purple-400:hover {
		--text-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--text-opacity)) !important
	}

	.md\:hover\:text-purple-500:hover {
		--text-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--text-opacity)) !important
	}

	.md\:hover\:text-purple-600:hover {
		--text-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--text-opacity)) !important
	}

	.md\:hover\:text-purple-700:hover {
		--text-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--text-opacity)) !important
	}

	.md\:hover\:text-purple-800:hover {
		--text-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--text-opacity)) !important
	}

	.md\:hover\:text-purple-900:hover {
		--text-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--text-opacity)) !important
	}

	.md\:hover\:text-pink-100:hover {
		--text-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--text-opacity)) !important
	}

	.md\:hover\:text-pink-200:hover {
		--text-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--text-opacity)) !important
	}

	.md\:hover\:text-pink-300:hover {
		--text-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--text-opacity)) !important
	}

	.md\:hover\:text-pink-400:hover {
		--text-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--text-opacity)) !important
	}

	.md\:hover\:text-pink-500:hover {
		--text-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--text-opacity)) !important
	}

	.md\:hover\:text-pink-600:hover {
		--text-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--text-opacity)) !important
	}

	.md\:hover\:text-pink-700:hover {
		--text-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--text-opacity)) !important
	}

	.md\:hover\:text-pink-800:hover {
		--text-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--text-opacity)) !important
	}

	.md\:hover\:text-pink-900:hover {
		--text-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--text-opacity)) !important
	}

	.md\:hover\:text-orange-400:hover {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.md\:hover\:text-orange-500:hover {
		--text-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--text-opacity)) !important
	}

	.md\:hover\:text-f3f:hover {
		--text-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--text-opacity)) !important
	}

	.md\:focus\:text-323:focus {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.md\:focus\:text-606:focus {
		--text-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--text-opacity)) !important
	}

	.md\:focus\:text-666:focus {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.md\:focus\:text-979:focus {
		--text-opacity: 1 !important;
		color: #979797 !important;
		color: rgba(151,151,151,var(--text-opacity)) !important
	}

	.md\:focus\:text-transparent:focus {
		color: transparent !important
	}

	.md\:focus\:text-current:focus {
		color: currentColor !important
	}

	.md\:focus\:text-black-100:focus {
		--text-opacity: 1 !important;
		color: #000 !important;
		color: rgba(0,0,0,var(--text-opacity)) !important
	}

	.md\:focus\:text-black-200:focus {
		--text-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--text-opacity)) !important
	}

	.md\:focus\:text-black-300:focus {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.md\:focus\:text-white:focus {
		--text-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--text-opacity)) !important
	}

	.md\:focus\:text-gray-100:focus {
		--text-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--text-opacity)) !important
	}

	.md\:focus\:text-gray-200:focus {
		--text-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--text-opacity)) !important
	}

	.md\:focus\:text-gray-300:focus {
		--text-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--text-opacity)) !important
	}

	.md\:focus\:text-gray-400:focus {
		--text-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--text-opacity)) !important
	}

	.md\:focus\:text-gray-500:focus {
		--text-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--text-opacity)) !important
	}

	.md\:focus\:text-gray-600:focus {
		--text-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--text-opacity)) !important
	}

	.md\:focus\:text-gray-700:focus {
		--text-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--text-opacity)) !important
	}

	.md\:focus\:text-gray-800:focus {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.md\:focus\:text-red-100:focus {
		--text-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--text-opacity)) !important
	}

	.md\:focus\:text-red-200:focus {
		--text-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--text-opacity)) !important
	}

	.md\:focus\:text-red-300:focus {
		--text-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--text-opacity)) !important
	}

	.md\:focus\:text-red-400:focus {
		--text-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--text-opacity)) !important
	}

	.md\:focus\:text-red-500:focus {
		--text-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--text-opacity)) !important
	}

	.md\:focus\:text-red-600:focus {
		--text-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--text-opacity)) !important
	}

	.md\:focus\:text-red-700:focus {
		--text-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--text-opacity)) !important
	}

	.md\:focus\:text-red-800:focus {
		--text-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--text-opacity)) !important
	}

	.md\:focus\:text-red-900:focus {
		--text-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--text-opacity)) !important
	}

	.md\:focus\:text-orange:focus {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.md\:focus\:text-yellow-100:focus {
		--text-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--text-opacity)) !important
	}

	.md\:focus\:text-yellow-200:focus {
		--text-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--text-opacity)) !important
	}

	.md\:focus\:text-yellow-300:focus {
		--text-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--text-opacity)) !important
	}

	.md\:focus\:text-yellow-400:focus {
		--text-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--text-opacity)) !important
	}

	.md\:focus\:text-yellow-500:focus {
		--text-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--text-opacity)) !important
	}

	.md\:focus\:text-yellow-600:focus {
		--text-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--text-opacity)) !important
	}

	.md\:focus\:text-yellow-700:focus {
		--text-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--text-opacity)) !important
	}

	.md\:focus\:text-yellow-800:focus {
		--text-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--text-opacity)) !important
	}

	.md\:focus\:text-yellow-900:focus {
		--text-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--text-opacity)) !important
	}

	.md\:focus\:text-green-100:focus {
		--text-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--text-opacity)) !important
	}

	.md\:focus\:text-green-200:focus {
		--text-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--text-opacity)) !important
	}

	.md\:focus\:text-green-300:focus {
		--text-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--text-opacity)) !important
	}

	.md\:focus\:text-green-400:focus {
		--text-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--text-opacity)) !important
	}

	.md\:focus\:text-green-500:focus {
		--text-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--text-opacity)) !important
	}

	.md\:focus\:text-green-600:focus {
		--text-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--text-opacity)) !important
	}

	.md\:focus\:text-green-700:focus {
		--text-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--text-opacity)) !important
	}

	.md\:focus\:text-green-800:focus {
		--text-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--text-opacity)) !important
	}

	.md\:focus\:text-green-900:focus {
		--text-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--text-opacity)) !important
	}

	.md\:focus\:text-teal-100:focus {
		--text-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--text-opacity)) !important
	}

	.md\:focus\:text-teal-200:focus {
		--text-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--text-opacity)) !important
	}

	.md\:focus\:text-teal-300:focus {
		--text-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--text-opacity)) !important
	}

	.md\:focus\:text-teal-400:focus {
		--text-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--text-opacity)) !important
	}

	.md\:focus\:text-teal-500:focus {
		--text-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--text-opacity)) !important
	}

	.md\:focus\:text-teal-600:focus {
		--text-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--text-opacity)) !important
	}

	.md\:focus\:text-teal-700:focus {
		--text-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--text-opacity)) !important
	}

	.md\:focus\:text-teal-800:focus {
		--text-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--text-opacity)) !important
	}

	.md\:focus\:text-teal-900:focus {
		--text-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--text-opacity)) !important
	}

	.md\:focus\:text-blue-100:focus {
		--text-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--text-opacity)) !important
	}

	.md\:focus\:text-blue-200:focus {
		--text-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--text-opacity)) !important
	}

	.md\:focus\:text-blue-300:focus {
		--text-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--text-opacity)) !important
	}

	.md\:focus\:text-blue-400:focus {
		--text-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--text-opacity)) !important
	}

	.md\:focus\:text-blue-500:focus {
		--text-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--text-opacity)) !important
	}

	.md\:focus\:text-blue-600:focus {
		--text-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--text-opacity)) !important
	}

	.md\:focus\:text-blue-700:focus {
		--text-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--text-opacity)) !important
	}

	.md\:focus\:text-blue-800:focus {
		--text-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--text-opacity)) !important
	}

	.md\:focus\:text-blue-900:focus {
		--text-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--text-opacity)) !important
	}

	.md\:focus\:text-indigo-100:focus {
		--text-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--text-opacity)) !important
	}

	.md\:focus\:text-indigo-200:focus {
		--text-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--text-opacity)) !important
	}

	.md\:focus\:text-indigo-300:focus {
		--text-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--text-opacity)) !important
	}

	.md\:focus\:text-indigo-400:focus {
		--text-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--text-opacity)) !important
	}

	.md\:focus\:text-indigo-500:focus {
		--text-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--text-opacity)) !important
	}

	.md\:focus\:text-indigo-600:focus {
		--text-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--text-opacity)) !important
	}

	.md\:focus\:text-indigo-700:focus {
		--text-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--text-opacity)) !important
	}

	.md\:focus\:text-indigo-800:focus {
		--text-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--text-opacity)) !important
	}

	.md\:focus\:text-indigo-900:focus {
		--text-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--text-opacity)) !important
	}

	.md\:focus\:text-purple-100:focus {
		--text-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--text-opacity)) !important
	}

	.md\:focus\:text-purple-200:focus {
		--text-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--text-opacity)) !important
	}

	.md\:focus\:text-purple-300:focus {
		--text-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--text-opacity)) !important
	}

	.md\:focus\:text-purple-400:focus {
		--text-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--text-opacity)) !important
	}

	.md\:focus\:text-purple-500:focus {
		--text-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--text-opacity)) !important
	}

	.md\:focus\:text-purple-600:focus {
		--text-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--text-opacity)) !important
	}

	.md\:focus\:text-purple-700:focus {
		--text-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--text-opacity)) !important
	}

	.md\:focus\:text-purple-800:focus {
		--text-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--text-opacity)) !important
	}

	.md\:focus\:text-purple-900:focus {
		--text-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--text-opacity)) !important
	}

	.md\:focus\:text-pink-100:focus {
		--text-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--text-opacity)) !important
	}

	.md\:focus\:text-pink-200:focus {
		--text-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--text-opacity)) !important
	}

	.md\:focus\:text-pink-300:focus {
		--text-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--text-opacity)) !important
	}

	.md\:focus\:text-pink-400:focus {
		--text-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--text-opacity)) !important
	}

	.md\:focus\:text-pink-500:focus {
		--text-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--text-opacity)) !important
	}

	.md\:focus\:text-pink-600:focus {
		--text-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--text-opacity)) !important
	}

	.md\:focus\:text-pink-700:focus {
		--text-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--text-opacity)) !important
	}

	.md\:focus\:text-pink-800:focus {
		--text-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--text-opacity)) !important
	}

	.md\:focus\:text-pink-900:focus {
		--text-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--text-opacity)) !important
	}

	.md\:focus\:text-orange-400:focus {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.md\:focus\:text-orange-500:focus {
		--text-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--text-opacity)) !important
	}

	.md\:focus\:text-f3f:focus {
		--text-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--text-opacity)) !important
	}

	.md\:text-opacity-0 {
		--text-opacity: 0 !important
	}

	.md\:text-opacity-25 {
		--text-opacity: 0.25 !important
	}

	.md\:text-opacity-50 {
		--text-opacity: 0.5 !important
	}

	.md\:text-opacity-75 {
		--text-opacity: 0.75 !important
	}

	.md\:text-opacity-100 {
		--text-opacity: 1 !important
	}

	.md\:hover\:text-opacity-0:hover {
		--text-opacity: 0 !important
	}

	.md\:hover\:text-opacity-25:hover {
		--text-opacity: 0.25 !important
	}

	.md\:hover\:text-opacity-50:hover {
		--text-opacity: 0.5 !important
	}

	.md\:hover\:text-opacity-75:hover {
		--text-opacity: 0.75 !important
	}

	.md\:hover\:text-opacity-100:hover {
		--text-opacity: 1 !important
	}

	.md\:focus\:text-opacity-0:focus {
		--text-opacity: 0 !important
	}

	.md\:focus\:text-opacity-25:focus {
		--text-opacity: 0.25 !important
	}

	.md\:focus\:text-opacity-50:focus {
		--text-opacity: 0.5 !important
	}

	.md\:focus\:text-opacity-75:focus {
		--text-opacity: 0.75 !important
	}

	.md\:focus\:text-opacity-100:focus {
		--text-opacity: 1 !important
	}

	.md\:italic {
		font-style: italic !important
	}

	.md\:not-italic {
		font-style: normal !important
	}

	.md\:uppercase {
		text-transform: uppercase !important
	}

	.md\:lowercase {
		text-transform: lowercase !important
	}

	.md\:capitalize {
		text-transform: capitalize !important
	}

	.md\:normal-case {
		text-transform: none !important
	}

	.md\:underline {
		text-decoration: underline !important
	}

	.md\:line-through {
		text-decoration: line-through !important
	}

	.md\:no-underline {
		text-decoration: none !important
	}

	.md\:hover\:underline:hover {
		text-decoration: underline !important
	}

	.md\:hover\:line-through:hover {
		text-decoration: line-through !important
	}

	.md\:hover\:no-underline:hover {
		text-decoration: none !important
	}

	.md\:focus\:underline:focus {
		text-decoration: underline !important
	}

	.md\:focus\:line-through:focus {
		text-decoration: line-through !important
	}

	.md\:focus\:no-underline:focus {
		text-decoration: none !important
	}

	.md\:antialiased {
		-webkit-font-smoothing: antialiased !important;
		-moz-osx-font-smoothing: grayscale !important
	}

	.md\:subpixel-antialiased {
		-webkit-font-smoothing: auto !important;
		-moz-osx-font-smoothing: auto !important
	}

	.md\:diagonal-fractions, .md\:lining-nums, .md\:oldstyle-nums, .md\:ordinal, .md\:proportional-nums, .md\:slashed-zero, .md\:stacked-fractions, .md\:tabular-nums {
		--font-variant-numeric-ordinal: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		--font-variant-numeric-slashed-zero: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		--font-variant-numeric-figure: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		--font-variant-numeric-spacing: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		--font-variant-numeric-fraction: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important
	}

	.md\:normal-nums {
		font-variant-numeric: normal !important
	}

	.md\:ordinal {
		--font-variant-numeric-ordinal: ordinal !important
	}

	.md\:slashed-zero {
		--font-variant-numeric-slashed-zero: slashed-zero !important
	}

	.md\:lining-nums {
		--font-variant-numeric-figure: lining-nums !important
	}

	.md\:oldstyle-nums {
		--font-variant-numeric-figure: oldstyle-nums !important
	}

	.md\:proportional-nums {
		--font-variant-numeric-spacing: proportional-nums !important
	}

	.md\:tabular-nums {
		--font-variant-numeric-spacing: tabular-nums !important
	}

	.md\:diagonal-fractions {
		--font-variant-numeric-fraction: diagonal-fractions !important
	}

	.md\:stacked-fractions {
		--font-variant-numeric-fraction: stacked-fractions !important
	}

	.md\:tracking-tighter {
		letter-spacing: -.05em !important
	}

	.md\:tracking-tight {
		letter-spacing: -.025em !important
	}

	.md\:tracking-normal {
		letter-spacing: 0 !important
	}

	.md\:tracking-wide {
		letter-spacing: .025em !important
	}

	.md\:tracking-wider {
		letter-spacing: .05em !important
	}

	.md\:tracking-widest {
		letter-spacing: .1em !important
	}

	.md\:align-baseline {
		vertical-align: baseline !important
	}

	.md\:align-top {
		vertical-align: top !important
	}

	.md\:align-middle {
		vertical-align: middle !important
	}

	.md\:align-bottom {
		vertical-align: bottom !important
	}

	.md\:align-text-top {
		vertical-align: text-top !important
	}

	.md\:align-text-bottom {
		vertical-align: text-bottom !important
	}

	.md\:visible {
		visibility: visible !important
	}

	.md\:invisible {
		visibility: hidden !important
	}

	.md\:whitespace-normal {
		white-space: normal !important
	}

	.md\:whitespace-no-wrap {
		white-space: nowrap !important
	}

	.md\:whitespace-pre {
		white-space: pre !important
	}

	.md\:whitespace-pre-line {
		white-space: pre-line !important
	}

	.md\:whitespace-pre-wrap {
		white-space: pre-wrap !important
	}

	.md\:break-normal {
		word-wrap: normal !important;
		overflow-wrap: normal !important;
		word-break: normal !important
	}

	.md\:break-words {
		word-wrap: break-word !important;
		overflow-wrap: break-word !important
	}

	.md\:break-all {
		word-break: break-all !important
	}

	.md\:truncate {
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important
	}

	.md\:w-0 {
		width: 0 !important
	}

	.md\:w-1 {
		width: .25rem !important
	}

	.md\:w-2 {
		width: .5rem !important
	}

	.md\:w-3 {
		width: .75rem !important
	}

	.md\:w-4 {
		width: 1rem !important
	}

	.md\:w-5 {
		width: 1.25rem !important
	}

	.md\:w-6 {
		width: 1.5rem !important
	}

	.md\:w-8 {
		width: 2rem !important
	}

	.md\:w-9 {
		width: 2.25rem !important
	}

	.md\:w-10 {
		width: 2.5rem !important
	}

	.md\:w-11 {
		width: 2.75rem !important
	}

	.md\:w-12 {
		width: 3rem !important
	}

	.md\:w-16 {
		width: 4rem !important
	}

	.md\:w-20 {
		width: 5rem !important
	}

	.md\:w-24 {
		width: 6rem !important
	}

	.md\:w-28 {
		width: 7rem !important
	}

	.md\:w-32 {
		width: 8rem !important
	}

	.md\:w-35 {
		width: 8.75rem !important
	}

	.md\:w-40 {
		width: 10rem !important
	}

	.md\:w-44 {
		width: 11rem !important
	}

	.md\:w-48 {
		width: 12rem !important
	}

	.md\:w-54 {
		width: 13.5rem !important
	}

	.md\:w-56 {
		width: 14rem !important
	}

	.md\:w-60 {
		width: 15rem !important
	}

	.md\:w-64 {
		width: 16rem !important
	}

	.md\:w-80 {
		width: 20rem !important
	}

	.md\:w-92 {
		width: 23rem !important
	}

	.md\:w-120 {
		width: 30rem !important
	}

	.md\:w-135 {
		width: 33.75rem !important
	}

	.md\:w-180 {
		width: 45rem !important
	}

	.md\:w-200 {
		width: 50rem !important
	}

	.md\:w-230 {
		width: 57.5rem !important
	}

	.md\:w-320 {
		width: 80rem !important
	}

	.md\:w-480 {
		width: 120rem !important
	}

	.md\:w-520 {
		width: 130rem !important
	}

	.md\:w-auto {
		width: auto !important
	}

	.md\:w-px {
		width: 1px !important
	}

	.md\:w--50 {
		width: -50px !important
	}

	.md\:w-1\/2 {
		width: 50% !important
	}

	.md\:w-1\/3 {
		width: 33.333333% !important
	}

	.md\:w-2\/3 {
		width: 66.666667% !important
	}

	.md\:w-1\/4 {
		width: 25% !important
	}

	.md\:w-2\/4 {
		width: 50% !important
	}

	.md\:w-3\/4 {
		width: 75% !important
	}

	.md\:w-1\/5 {
		width: 20% !important
	}

	.md\:w-2\/5 {
		width: 40% !important
	}

	.md\:w-3\/5 {
		width: 60% !important
	}

	.md\:w-4\/5 {
		width: 80% !important
	}

	.md\:w-1\/6 {
		width: 16.666667% !important
	}

	.md\:w-2\/6 {
		width: 33.333333% !important
	}

	.md\:w-3\/6 {
		width: 50% !important
	}

	.md\:w-4\/6 {
		width: 66.666667% !important
	}

	.md\:w-5\/6 {
		width: 83.333333% !important
	}

	.md\:w-1\/12 {
		width: 8.333333% !important
	}

	.md\:w-2\/12 {
		width: 16.666667% !important
	}

	.md\:w-3\/12 {
		width: 25% !important
	}

	.md\:w-4\/12 {
		width: 33.333333% !important
	}

	.md\:w-5\/12 {
		width: 41.666667% !important
	}

	.md\:w-6\/12 {
		width: 50% !important
	}

	.md\:w-7\/12 {
		width: 58.333333% !important
	}

	.md\:w-8\/12 {
		width: 66.666667% !important
	}

	.md\:w-9\/12 {
		width: 75% !important
	}

	.md\:w-10\/12 {
		width: 83.333333% !important
	}

	.md\:w-11\/12 {
		width: 91.666667% !important
	}

	.md\:w-full {
		width: 100% !important
	}

	.md\:w-screen {
		width: 100vw !important
	}

	.md\:w-fit {
		width: -webkit-fit-content !important;
		width: -moz-fit-content !important;
		width: fit-content !important
	}

	.md\:w-min {
		width: -webkit-min-content !important;
		width: -moz-min-content !important;
		width: min-content !important
	}

	.md\:w-max {
		width: -webkit-max-content !important;
		width: -moz-max-content !important;
		width: max-content !important
	}

	.md\:w-full_plus_15 {
		width: calc(100% + 3.75rem) !important
	}

	.md\:w-full_plus_30 {
		width: calc(100% + 7.5rem) !important
	}

	.md\:w-full_plus_40 {
		width: calc(100% + 10rem) !important
	}

	.md\:z-0 {
		z-index: 0 !important
	}

	.md\:z-10 {
		z-index: 10 !important
	}

	.md\:z-20 {
		z-index: 20 !important
	}

	.md\:z-30 {
		z-index: 30 !important
	}

	.md\:z-40 {
		z-index: 40 !important
	}

	.md\:z-50 {
		z-index: 50 !important
	}

	.md\:z-100 {
		z-index: 100 !important
	}

	.md\:z-auto {
		z-index: auto !important
	}

	.md\:gap-0 {
		grid-gap: 0 !important;
		gap: 0 !important
	}

	.md\:gap-1 {
		grid-gap: .25rem !important;
		gap: .25rem !important
	}

	.md\:gap-2 {
		grid-gap: .5rem !important;
		gap: .5rem !important
	}

	.md\:gap-3 {
		grid-gap: .75rem !important;
		gap: .75rem !important
	}

	.md\:gap-4 {
		grid-gap: 1rem !important;
		gap: 1rem !important
	}

	.md\:gap-5 {
		grid-gap: 1.25rem !important;
		gap: 1.25rem !important
	}

	.md\:gap-6 {
		grid-gap: 1.5rem !important;
		gap: 1.5rem !important
	}

	.md\:gap-8 {
		grid-gap: 2rem !important;
		gap: 2rem !important
	}

	.md\:gap-10 {
		grid-gap: 2.5rem !important;
		gap: 2.5rem !important
	}

	.md\:gap-12 {
		grid-gap: 3rem !important;
		gap: 3rem !important
	}

	.md\:gap-16 {
		grid-gap: 4rem !important;
		gap: 4rem !important
	}

	.md\:gap-20 {
		grid-gap: 5rem !important;
		gap: 5rem !important
	}

	.md\:gap-24 {
		grid-gap: 6rem !important;
		gap: 6rem !important
	}

	.md\:gap-32 {
		grid-gap: 8rem !important;
		gap: 8rem !important
	}

	.md\:gap-40 {
		grid-gap: 10rem !important;
		gap: 10rem !important
	}

	.md\:gap-48 {
		grid-gap: 12rem !important;
		gap: 12rem !important
	}

	.md\:gap-56 {
		grid-gap: 14rem !important;
		gap: 14rem !important
	}

	.md\:gap-64 {
		grid-gap: 16rem !important;
		gap: 16rem !important
	}

	.md\:gap-px {
		grid-gap: 1px !important;
		gap: 1px !important
	}

	.md\:-gap-50 {
		grid-gap: -50px !important;
		gap: -50px !important
	}

	.md\:col-gap-0 {
		grid-column-gap: 0 !important;
		-moz-column-gap: 0 !important;
		column-gap: 0 !important
	}

	.md\:col-gap-1 {
		grid-column-gap: .25rem !important;
		-moz-column-gap: .25rem !important;
		column-gap: .25rem !important
	}

	.md\:col-gap-2 {
		grid-column-gap: .5rem !important;
		-moz-column-gap: .5rem !important;
		column-gap: .5rem !important
	}

	.md\:col-gap-3 {
		grid-column-gap: .75rem !important;
		-moz-column-gap: .75rem !important;
		column-gap: .75rem !important
	}

	.md\:col-gap-4 {
		grid-column-gap: 1rem !important;
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important
	}

	.md\:col-gap-5 {
		grid-column-gap: 1.25rem !important;
		-moz-column-gap: 1.25rem !important;
		column-gap: 1.25rem !important
	}

	.md\:col-gap-6 {
		grid-column-gap: 1.5rem !important;
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important
	}

	.md\:col-gap-8 {
		grid-column-gap: 2rem !important;
		-moz-column-gap: 2rem !important;
		column-gap: 2rem !important
	}

	.md\:col-gap-10 {
		grid-column-gap: 2.5rem !important;
		-moz-column-gap: 2.5rem !important;
		column-gap: 2.5rem !important
	}

	.md\:col-gap-12 {
		grid-column-gap: 3rem !important;
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important
	}

	.md\:col-gap-16 {
		grid-column-gap: 4rem !important;
		-moz-column-gap: 4rem !important;
		column-gap: 4rem !important
	}

	.md\:col-gap-20 {
		grid-column-gap: 5rem !important;
		-moz-column-gap: 5rem !important;
		column-gap: 5rem !important
	}

	.md\:col-gap-24 {
		grid-column-gap: 6rem !important;
		-moz-column-gap: 6rem !important;
		column-gap: 6rem !important
	}

	.md\:col-gap-32 {
		grid-column-gap: 8rem !important;
		-moz-column-gap: 8rem !important;
		column-gap: 8rem !important
	}

	.md\:col-gap-40 {
		grid-column-gap: 10rem !important;
		-moz-column-gap: 10rem !important;
		column-gap: 10rem !important
	}

	.md\:col-gap-48 {
		grid-column-gap: 12rem !important;
		-moz-column-gap: 12rem !important;
		column-gap: 12rem !important
	}

	.md\:col-gap-56 {
		grid-column-gap: 14rem !important;
		-moz-column-gap: 14rem !important;
		column-gap: 14rem !important
	}

	.md\:col-gap-64 {
		grid-column-gap: 16rem !important;
		-moz-column-gap: 16rem !important;
		column-gap: 16rem !important
	}

	.md\:col-gap-px {
		grid-column-gap: 1px !important;
		-moz-column-gap: 1px !important;
		column-gap: 1px !important
	}

	.md\:-col-gap-50 {
		grid-column-gap: -50px !important;
		-moz-column-gap: -50px !important;
		column-gap: -50px !important
	}

	.md\:gap-x-0 {
		grid-column-gap: 0 !important;
		-moz-column-gap: 0 !important;
		column-gap: 0 !important
	}

	.md\:gap-x-1 {
		grid-column-gap: .25rem !important;
		-moz-column-gap: .25rem !important;
		column-gap: .25rem !important
	}

	.md\:gap-x-2 {
		grid-column-gap: .5rem !important;
		-moz-column-gap: .5rem !important;
		column-gap: .5rem !important
	}

	.md\:gap-x-3 {
		grid-column-gap: .75rem !important;
		-moz-column-gap: .75rem !important;
		column-gap: .75rem !important
	}

	.md\:gap-x-4 {
		grid-column-gap: 1rem !important;
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important
	}

	.md\:gap-x-5 {
		grid-column-gap: 1.25rem !important;
		-moz-column-gap: 1.25rem !important;
		column-gap: 1.25rem !important
	}

	.md\:gap-x-6 {
		grid-column-gap: 1.5rem !important;
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important
	}

	.md\:gap-x-8 {
		grid-column-gap: 2rem !important;
		-moz-column-gap: 2rem !important;
		column-gap: 2rem !important
	}

	.md\:gap-x-10 {
		grid-column-gap: 2.5rem !important;
		-moz-column-gap: 2.5rem !important;
		column-gap: 2.5rem !important
	}

	.md\:gap-x-12 {
		grid-column-gap: 3rem !important;
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important
	}

	.md\:gap-x-16 {
		grid-column-gap: 4rem !important;
		-moz-column-gap: 4rem !important;
		column-gap: 4rem !important
	}

	.md\:gap-x-20 {
		grid-column-gap: 5rem !important;
		-moz-column-gap: 5rem !important;
		column-gap: 5rem !important
	}

	.md\:gap-x-24 {
		grid-column-gap: 6rem !important;
		-moz-column-gap: 6rem !important;
		column-gap: 6rem !important
	}

	.md\:gap-x-32 {
		grid-column-gap: 8rem !important;
		-moz-column-gap: 8rem !important;
		column-gap: 8rem !important
	}

	.md\:gap-x-40 {
		grid-column-gap: 10rem !important;
		-moz-column-gap: 10rem !important;
		column-gap: 10rem !important
	}

	.md\:gap-x-48 {
		grid-column-gap: 12rem !important;
		-moz-column-gap: 12rem !important;
		column-gap: 12rem !important
	}

	.md\:gap-x-56 {
		grid-column-gap: 14rem !important;
		-moz-column-gap: 14rem !important;
		column-gap: 14rem !important
	}

	.md\:gap-x-64 {
		grid-column-gap: 16rem !important;
		-moz-column-gap: 16rem !important;
		column-gap: 16rem !important
	}

	.md\:gap-x-px {
		grid-column-gap: 1px !important;
		-moz-column-gap: 1px !important;
		column-gap: 1px !important
	}

	.md\:-gap-x-50 {
		grid-column-gap: -50px !important;
		-moz-column-gap: -50px !important;
		column-gap: -50px !important
	}

	.md\:row-gap-0 {
		grid-row-gap: 0 !important;
		row-gap: 0 !important
	}

	.md\:row-gap-1 {
		grid-row-gap: .25rem !important;
		row-gap: .25rem !important
	}

	.md\:row-gap-2 {
		grid-row-gap: .5rem !important;
		row-gap: .5rem !important
	}

	.md\:row-gap-3 {
		grid-row-gap: .75rem !important;
		row-gap: .75rem !important
	}

	.md\:row-gap-4 {
		grid-row-gap: 1rem !important;
		row-gap: 1rem !important
	}

	.md\:row-gap-5 {
		grid-row-gap: 1.25rem !important;
		row-gap: 1.25rem !important
	}

	.md\:row-gap-6 {
		grid-row-gap: 1.5rem !important;
		row-gap: 1.5rem !important
	}

	.md\:row-gap-8 {
		grid-row-gap: 2rem !important;
		row-gap: 2rem !important
	}

	.md\:row-gap-10 {
		grid-row-gap: 2.5rem !important;
		row-gap: 2.5rem !important
	}

	.md\:row-gap-12 {
		grid-row-gap: 3rem !important;
		row-gap: 3rem !important
	}

	.md\:row-gap-16 {
		grid-row-gap: 4rem !important;
		row-gap: 4rem !important
	}

	.md\:row-gap-20 {
		grid-row-gap: 5rem !important;
		row-gap: 5rem !important
	}

	.md\:row-gap-24 {
		grid-row-gap: 6rem !important;
		row-gap: 6rem !important
	}

	.md\:row-gap-32 {
		grid-row-gap: 8rem !important;
		row-gap: 8rem !important
	}

	.md\:row-gap-40 {
		grid-row-gap: 10rem !important;
		row-gap: 10rem !important
	}

	.md\:row-gap-48 {
		grid-row-gap: 12rem !important;
		row-gap: 12rem !important
	}

	.md\:row-gap-56 {
		grid-row-gap: 14rem !important;
		row-gap: 14rem !important
	}

	.md\:row-gap-64 {
		grid-row-gap: 16rem !important;
		row-gap: 16rem !important
	}

	.md\:row-gap-px {
		grid-row-gap: 1px !important;
		row-gap: 1px !important
	}

	.md\:-row-gap-50 {
		grid-row-gap: -50px !important;
		row-gap: -50px !important
	}

	.md\:gap-y-0 {
		grid-row-gap: 0 !important;
		row-gap: 0 !important
	}

	.md\:gap-y-1 {
		grid-row-gap: .25rem !important;
		row-gap: .25rem !important
	}

	.md\:gap-y-2 {
		grid-row-gap: .5rem !important;
		row-gap: .5rem !important
	}

	.md\:gap-y-3 {
		grid-row-gap: .75rem !important;
		row-gap: .75rem !important
	}

	.md\:gap-y-4 {
		grid-row-gap: 1rem !important;
		row-gap: 1rem !important
	}

	.md\:gap-y-5 {
		grid-row-gap: 1.25rem !important;
		row-gap: 1.25rem !important
	}

	.md\:gap-y-6 {
		grid-row-gap: 1.5rem !important;
		row-gap: 1.5rem !important
	}

	.md\:gap-y-8 {
		grid-row-gap: 2rem !important;
		row-gap: 2rem !important
	}

	.md\:gap-y-10 {
		grid-row-gap: 2.5rem !important;
		row-gap: 2.5rem !important
	}

	.md\:gap-y-12 {
		grid-row-gap: 3rem !important;
		row-gap: 3rem !important
	}

	.md\:gap-y-16 {
		grid-row-gap: 4rem !important;
		row-gap: 4rem !important
	}

	.md\:gap-y-20 {
		grid-row-gap: 5rem !important;
		row-gap: 5rem !important
	}

	.md\:gap-y-24 {
		grid-row-gap: 6rem !important;
		row-gap: 6rem !important
	}

	.md\:gap-y-32 {
		grid-row-gap: 8rem !important;
		row-gap: 8rem !important
	}

	.md\:gap-y-40 {
		grid-row-gap: 10rem !important;
		row-gap: 10rem !important
	}

	.md\:gap-y-48 {
		grid-row-gap: 12rem !important;
		row-gap: 12rem !important
	}

	.md\:gap-y-56 {
		grid-row-gap: 14rem !important;
		row-gap: 14rem !important
	}

	.md\:gap-y-64 {
		grid-row-gap: 16rem !important;
		row-gap: 16rem !important
	}

	.md\:gap-y-px {
		grid-row-gap: 1px !important;
		row-gap: 1px !important
	}

	.md\:-gap-y-50 {
		grid-row-gap: -50px !important;
		row-gap: -50px !important
	}

	.md\:grid-flow-row {
		grid-auto-flow: row !important
	}

	.md\:grid-flow-col {
		grid-auto-flow: column !important
	}

	.md\:grid-flow-row-dense {
		grid-auto-flow: row dense !important
	}

	.md\:grid-flow-col-dense {
		grid-auto-flow: column dense !important
	}

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

	.md\:grid-cols-2 {
		grid-template-columns: repeat(2,minmax(0,1fr)) !important
	}

	.md\:grid-cols-3 {
		grid-template-columns: repeat(3,minmax(0,1fr)) !important
	}

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

	.md\:grid-cols-5 {
		grid-template-columns: repeat(5,minmax(0,1fr)) !important
	}

	.md\:grid-cols-6 {
		grid-template-columns: repeat(6,minmax(0,1fr)) !important
	}

	.md\:grid-cols-7 {
		grid-template-columns: repeat(7,minmax(0,1fr)) !important
	}

	.md\:grid-cols-8 {
		grid-template-columns: repeat(8,minmax(0,1fr)) !important
	}

	.md\:grid-cols-9 {
		grid-template-columns: repeat(9,minmax(0,1fr)) !important
	}

	.md\:grid-cols-10 {
		grid-template-columns: repeat(10,minmax(0,1fr)) !important
	}

	.md\:grid-cols-11 {
		grid-template-columns: repeat(11,minmax(0,1fr)) !important
	}

	.md\:grid-cols-12 {
		grid-template-columns: repeat(12,minmax(0,1fr)) !important
	}

	.md\:grid-cols-none {
		grid-template-columns: none !important
	}

	.md\:auto-cols-auto {
		grid-auto-columns: auto !important
	}

	.md\:auto-cols-min {
		grid-auto-columns: -webkit-min-content !important;
		grid-auto-columns: min-content !important
	}

	.md\:auto-cols-max {
		grid-auto-columns: -webkit-max-content !important;
		grid-auto-columns: max-content !important
	}

	.md\:auto-cols-fr {
		grid-auto-columns: minmax(0,1fr) !important
	}

	.md\:col-auto {
		grid-column: auto !important
	}

	.md\:col-span-1 {
		grid-column: span 1/span 1 !important
	}

	.md\:col-span-2 {
		grid-column: span 2/span 2 !important
	}

	.md\:col-span-3 {
		grid-column: span 3/span 3 !important
	}

	.md\:col-span-4 {
		grid-column: span 4/span 4 !important
	}

	.md\:col-span-5 {
		grid-column: span 5/span 5 !important
	}

	.md\:col-span-6 {
		grid-column: span 6/span 6 !important
	}

	.md\:col-span-7 {
		grid-column: span 7/span 7 !important
	}

	.md\:col-span-8 {
		grid-column: span 8/span 8 !important
	}

	.md\:col-span-9 {
		grid-column: span 9/span 9 !important
	}

	.md\:col-span-10 {
		grid-column: span 10/span 10 !important
	}

	.md\:col-span-11 {
		grid-column: span 11/span 11 !important
	}

	.md\:col-span-12 {
		grid-column: span 12/span 12 !important
	}

	.md\:col-span-full {
		grid-column: 1/-1 !important
	}

	.md\:col-start-1 {
		grid-column-start: 1 !important
	}

	.md\:col-start-2 {
		grid-column-start: 2 !important
	}

	.md\:col-start-3 {
		grid-column-start: 3 !important
	}

	.md\:col-start-4 {
		grid-column-start: 4 !important
	}

	.md\:col-start-5 {
		grid-column-start: 5 !important
	}

	.md\:col-start-6 {
		grid-column-start: 6 !important
	}

	.md\:col-start-7 {
		grid-column-start: 7 !important
	}

	.md\:col-start-8 {
		grid-column-start: 8 !important
	}

	.md\:col-start-9 {
		grid-column-start: 9 !important
	}

	.md\:col-start-10 {
		grid-column-start: 10 !important
	}

	.md\:col-start-11 {
		grid-column-start: 11 !important
	}

	.md\:col-start-12 {
		grid-column-start: 12 !important
	}

	.md\:col-start-13 {
		grid-column-start: 13 !important
	}

	.md\:col-start-auto {
		grid-column-start: auto !important
	}

	.md\:col-end-1 {
		grid-column-end: 1 !important
	}

	.md\:col-end-2 {
		grid-column-end: 2 !important
	}

	.md\:col-end-3 {
		grid-column-end: 3 !important
	}

	.md\:col-end-4 {
		grid-column-end: 4 !important
	}

	.md\:col-end-5 {
		grid-column-end: 5 !important
	}

	.md\:col-end-6 {
		grid-column-end: 6 !important
	}

	.md\:col-end-7 {
		grid-column-end: 7 !important
	}

	.md\:col-end-8 {
		grid-column-end: 8 !important
	}

	.md\:col-end-9 {
		grid-column-end: 9 !important
	}

	.md\:col-end-10 {
		grid-column-end: 10 !important
	}

	.md\:col-end-11 {
		grid-column-end: 11 !important
	}

	.md\:col-end-12 {
		grid-column-end: 12 !important
	}

	.md\:col-end-13 {
		grid-column-end: 13 !important
	}

	.md\:col-end-auto {
		grid-column-end: auto !important
	}

	.md\:grid-rows-1 {
		grid-template-rows: repeat(1,minmax(0,1fr)) !important
	}

	.md\:grid-rows-2 {
		grid-template-rows: repeat(2,minmax(0,1fr)) !important
	}

	.md\:grid-rows-3 {
		grid-template-rows: repeat(3,minmax(0,1fr)) !important
	}

	.md\:grid-rows-4 {
		grid-template-rows: repeat(4,minmax(0,1fr)) !important
	}

	.md\:grid-rows-5 {
		grid-template-rows: repeat(5,minmax(0,1fr)) !important
	}

	.md\:grid-rows-6 {
		grid-template-rows: repeat(6,minmax(0,1fr)) !important
	}

	.md\:grid-rows-none {
		grid-template-rows: none !important
	}

	.md\:auto-rows-auto {
		grid-auto-rows: auto !important
	}

	.md\:auto-rows-min {
		grid-auto-rows: -webkit-min-content !important;
		grid-auto-rows: min-content !important
	}

	.md\:auto-rows-max {
		grid-auto-rows: -webkit-max-content !important;
		grid-auto-rows: max-content !important
	}

	.md\:auto-rows-fr {
		grid-auto-rows: minmax(0,1fr) !important
	}

	.md\:row-auto {
		grid-row: auto !important
	}

	.md\:row-span-1 {
		grid-row: span 1/span 1 !important
	}

	.md\:row-span-2 {
		grid-row: span 2/span 2 !important
	}

	.md\:row-span-3 {
		grid-row: span 3/span 3 !important
	}

	.md\:row-span-4 {
		grid-row: span 4/span 4 !important
	}

	.md\:row-span-5 {
		grid-row: span 5/span 5 !important
	}

	.md\:row-span-6 {
		grid-row: span 6/span 6 !important
	}

	.md\:row-span-full {
		grid-row: 1/-1 !important
	}

	.md\:row-start-1 {
		grid-row-start: 1 !important
	}

	.md\:row-start-2 {
		grid-row-start: 2 !important
	}

	.md\:row-start-3 {
		grid-row-start: 3 !important
	}

	.md\:row-start-4 {
		grid-row-start: 4 !important
	}

	.md\:row-start-5 {
		grid-row-start: 5 !important
	}

	.md\:row-start-6 {
		grid-row-start: 6 !important
	}

	.md\:row-start-7 {
		grid-row-start: 7 !important
	}

	.md\:row-start-auto {
		grid-row-start: auto !important
	}

	.md\:row-end-1 {
		grid-row-end: 1 !important
	}

	.md\:row-end-2 {
		grid-row-end: 2 !important
	}

	.md\:row-end-3 {
		grid-row-end: 3 !important
	}

	.md\:row-end-4 {
		grid-row-end: 4 !important
	}

	.md\:row-end-5 {
		grid-row-end: 5 !important
	}

	.md\:row-end-6 {
		grid-row-end: 6 !important
	}

	.md\:row-end-7 {
		grid-row-end: 7 !important
	}

	.md\:row-end-auto {
		grid-row-end: auto !important
	}

	.md\:transform {
		--transform-translate-x: 0 !important;
		--transform-translate-y: 0 !important;
		--transform-rotate: 0 !important;
		--transform-skew-x: 0 !important;
		--transform-skew-y: 0 !important;
		--transform-scale-x: 1 !important;
		--transform-scale-y: 1 !important;
		transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
	}

	.md\:transform-none {
		transform: none !important
	}

	.md\:translate-x-0 {
		--transform-translate-x: 0 !important
	}

	.md\:translate-x-1 {
		--transform-translate-x: 0.25rem !important
	}

	.md\:translate-x-2 {
		--transform-translate-x: 0.5rem !important
	}

	.md\:translate-x-3 {
		--transform-translate-x: 0.75rem !important
	}

	.md\:translate-x-4 {
		--transform-translate-x: 1rem !important
	}

	.md\:translate-x-5 {
		--transform-translate-x: 1.25rem !important
	}

	.md\:translate-x-6 {
		--transform-translate-x: 1.5rem !important
	}

	.md\:translate-x-8 {
		--transform-translate-x: 2rem !important
	}

	.md\:translate-x-10 {
		--transform-translate-x: 2.5rem !important
	}

	.md\:translate-x-12 {
		--transform-translate-x: 3rem !important
	}

	.md\:translate-x-16 {
		--transform-translate-x: 4rem !important
	}

	.md\:translate-x-20 {
		--transform-translate-x: 5rem !important
	}

	.md\:translate-x-24 {
		--transform-translate-x: 6rem !important
	}

	.md\:translate-x-32 {
		--transform-translate-x: 8rem !important
	}

	.md\:translate-x-40 {
		--transform-translate-x: 10rem !important
	}

	.md\:translate-x-48 {
		--transform-translate-x: 12rem !important
	}

	.md\:translate-x-56 {
		--transform-translate-x: 14rem !important
	}

	.md\:translate-x-64 {
		--transform-translate-x: 16rem !important
	}

	.md\:translate-x-px {
		--transform-translate-x: 1px !important
	}

	.md\:-translate-x-50 {
		--transform-translate-x: -50px !important
	}

	.md\:-translate-x-1 {
		--transform-translate-x: -0.25rem !important
	}

	.md\:-translate-x-2 {
		--transform-translate-x: -0.5rem !important
	}

	.md\:-translate-x-3 {
		--transform-translate-x: -0.75rem !important
	}

	.md\:-translate-x-4 {
		--transform-translate-x: -1rem !important
	}

	.md\:-translate-x-5 {
		--transform-translate-x: -1.25rem !important
	}

	.md\:-translate-x-6 {
		--transform-translate-x: -1.5rem !important
	}

	.md\:-translate-x-8 {
		--transform-translate-x: -2rem !important
	}

	.md\:-translate-x-10 {
		--transform-translate-x: -2.5rem !important
	}

	.md\:-translate-x-12 {
		--transform-translate-x: -3rem !important
	}

	.md\:-translate-x-16 {
		--transform-translate-x: -4rem !important
	}

	.md\:-translate-x-20 {
		--transform-translate-x: -5rem !important
	}

	.md\:-translate-x-24 {
		--transform-translate-x: -6rem !important
	}

	.md\:-translate-x-32 {
		--transform-translate-x: -8rem !important
	}

	.md\:-translate-x-40 {
		--transform-translate-x: -10rem !important
	}

	.md\:-translate-x-48 {
		--transform-translate-x: -12rem !important
	}

	.md\:-translate-x-56 {
		--transform-translate-x: -14rem !important
	}

	.md\:-translate-x-64 {
		--transform-translate-x: -16rem !important
	}

	.md\:-translate-x-px {
		--transform-translate-x: -1px !important
	}

	.md\:-translate-x--50 {
		--transform-translate-x: 50px !important
	}

	.md\:-translate-x-full {
		--transform-translate-x: -100% !important
	}

	.md\:-translate-x-1\/2 {
		--transform-translate-x: -50% !important
	}

	.md\:translate-x-1\/2 {
		--transform-translate-x: 50% !important
	}

	.md\:translate-x-full {
		--transform-translate-x: 100% !important
	}

	.md\:translate-y-0 {
		--transform-translate-y: 0 !important
	}

	.md\:translate-y-1 {
		--transform-translate-y: 0.25rem !important
	}

	.md\:translate-y-2 {
		--transform-translate-y: 0.5rem !important
	}

	.md\:translate-y-3 {
		--transform-translate-y: 0.75rem !important
	}

	.md\:translate-y-4 {
		--transform-translate-y: 1rem !important
	}

	.md\:translate-y-5 {
		--transform-translate-y: 1.25rem !important
	}

	.md\:translate-y-6 {
		--transform-translate-y: 1.5rem !important
	}

	.md\:translate-y-8 {
		--transform-translate-y: 2rem !important
	}

	.md\:translate-y-10 {
		--transform-translate-y: 2.5rem !important
	}

	.md\:translate-y-12 {
		--transform-translate-y: 3rem !important
	}

	.md\:translate-y-16 {
		--transform-translate-y: 4rem !important
	}

	.md\:translate-y-20 {
		--transform-translate-y: 5rem !important
	}

	.md\:translate-y-24 {
		--transform-translate-y: 6rem !important
	}

	.md\:translate-y-32 {
		--transform-translate-y: 8rem !important
	}

	.md\:translate-y-40 {
		--transform-translate-y: 10rem !important
	}

	.md\:translate-y-48 {
		--transform-translate-y: 12rem !important
	}

	.md\:translate-y-56 {
		--transform-translate-y: 14rem !important
	}

	.md\:translate-y-64 {
		--transform-translate-y: 16rem !important
	}

	.md\:translate-y-px {
		--transform-translate-y: 1px !important
	}

	.md\:-translate-y-50 {
		--transform-translate-y: -50px !important
	}

	.md\:-translate-y-1 {
		--transform-translate-y: -0.25rem !important
	}

	.md\:-translate-y-2 {
		--transform-translate-y: -0.5rem !important
	}

	.md\:-translate-y-3 {
		--transform-translate-y: -0.75rem !important
	}

	.md\:-translate-y-4 {
		--transform-translate-y: -1rem !important
	}

	.md\:-translate-y-5 {
		--transform-translate-y: -1.25rem !important
	}

	.md\:-translate-y-6 {
		--transform-translate-y: -1.5rem !important
	}

	.md\:-translate-y-8 {
		--transform-translate-y: -2rem !important
	}

	.md\:-translate-y-10 {
		--transform-translate-y: -2.5rem !important
	}

	.md\:-translate-y-12 {
		--transform-translate-y: -3rem !important
	}

	.md\:-translate-y-16 {
		--transform-translate-y: -4rem !important
	}

	.md\:-translate-y-20 {
		--transform-translate-y: -5rem !important
	}

	.md\:-translate-y-24 {
		--transform-translate-y: -6rem !important
	}

	.md\:-translate-y-32 {
		--transform-translate-y: -8rem !important
	}

	.md\:-translate-y-40 {
		--transform-translate-y: -10rem !important
	}

	.md\:-translate-y-48 {
		--transform-translate-y: -12rem !important
	}

	.md\:-translate-y-56 {
		--transform-translate-y: -14rem !important
	}

	.md\:-translate-y-64 {
		--transform-translate-y: -16rem !important
	}

	.md\:-translate-y-px {
		--transform-translate-y: -1px !important
	}

	.md\:-translate-y--50 {
		--transform-translate-y: 50px !important
	}

	.md\:-translate-y-full {
		--transform-translate-y: -100% !important
	}

	.md\:-translate-y-1\/2 {
		--transform-translate-y: -50% !important
	}

	.md\:translate-y-1\/2 {
		--transform-translate-y: 50% !important
	}

	.md\:translate-y-full {
		--transform-translate-y: 100% !important
	}

	.md\:hover\:translate-x-0:hover {
		--transform-translate-x: 0 !important
	}

	.md\:hover\:translate-x-1:hover {
		--transform-translate-x: 0.25rem !important
	}

	.md\:hover\:translate-x-2:hover {
		--transform-translate-x: 0.5rem !important
	}

	.md\:hover\:translate-x-3:hover {
		--transform-translate-x: 0.75rem !important
	}

	.md\:hover\:translate-x-4:hover {
		--transform-translate-x: 1rem !important
	}

	.md\:hover\:translate-x-5:hover {
		--transform-translate-x: 1.25rem !important
	}

	.md\:hover\:translate-x-6:hover {
		--transform-translate-x: 1.5rem !important
	}

	.md\:hover\:translate-x-8:hover {
		--transform-translate-x: 2rem !important
	}

	.md\:hover\:translate-x-10:hover {
		--transform-translate-x: 2.5rem !important
	}

	.md\:hover\:translate-x-12:hover {
		--transform-translate-x: 3rem !important
	}

	.md\:hover\:translate-x-16:hover {
		--transform-translate-x: 4rem !important
	}

	.md\:hover\:translate-x-20:hover {
		--transform-translate-x: 5rem !important
	}

	.md\:hover\:translate-x-24:hover {
		--transform-translate-x: 6rem !important
	}

	.md\:hover\:translate-x-32:hover {
		--transform-translate-x: 8rem !important
	}

	.md\:hover\:translate-x-40:hover {
		--transform-translate-x: 10rem !important
	}

	.md\:hover\:translate-x-48:hover {
		--transform-translate-x: 12rem !important
	}

	.md\:hover\:translate-x-56:hover {
		--transform-translate-x: 14rem !important
	}

	.md\:hover\:translate-x-64:hover {
		--transform-translate-x: 16rem !important
	}

	.md\:hover\:translate-x-px:hover {
		--transform-translate-x: 1px !important
	}

	.md\:hover\:-translate-x-50:hover {
		--transform-translate-x: -50px !important
	}

	.md\:hover\:-translate-x-1:hover {
		--transform-translate-x: -0.25rem !important
	}

	.md\:hover\:-translate-x-2:hover {
		--transform-translate-x: -0.5rem !important
	}

	.md\:hover\:-translate-x-3:hover {
		--transform-translate-x: -0.75rem !important
	}

	.md\:hover\:-translate-x-4:hover {
		--transform-translate-x: -1rem !important
	}

	.md\:hover\:-translate-x-5:hover {
		--transform-translate-x: -1.25rem !important
	}

	.md\:hover\:-translate-x-6:hover {
		--transform-translate-x: -1.5rem !important
	}

	.md\:hover\:-translate-x-8:hover {
		--transform-translate-x: -2rem !important
	}

	.md\:hover\:-translate-x-10:hover {
		--transform-translate-x: -2.5rem !important
	}

	.md\:hover\:-translate-x-12:hover {
		--transform-translate-x: -3rem !important
	}

	.md\:hover\:-translate-x-16:hover {
		--transform-translate-x: -4rem !important
	}

	.md\:hover\:-translate-x-20:hover {
		--transform-translate-x: -5rem !important
	}

	.md\:hover\:-translate-x-24:hover {
		--transform-translate-x: -6rem !important
	}

	.md\:hover\:-translate-x-32:hover {
		--transform-translate-x: -8rem !important
	}

	.md\:hover\:-translate-x-40:hover {
		--transform-translate-x: -10rem !important
	}

	.md\:hover\:-translate-x-48:hover {
		--transform-translate-x: -12rem !important
	}

	.md\:hover\:-translate-x-56:hover {
		--transform-translate-x: -14rem !important
	}

	.md\:hover\:-translate-x-64:hover {
		--transform-translate-x: -16rem !important
	}

	.md\:hover\:-translate-x-px:hover {
		--transform-translate-x: -1px !important
	}

	.md\:hover\:-translate-x--50:hover {
		--transform-translate-x: 50px !important
	}

	.md\:hover\:-translate-x-full:hover {
		--transform-translate-x: -100% !important
	}

	.md\:hover\:-translate-x-1\/2:hover {
		--transform-translate-x: -50% !important
	}

	.md\:hover\:translate-x-1\/2:hover {
		--transform-translate-x: 50% !important
	}

	.md\:hover\:translate-x-full:hover {
		--transform-translate-x: 100% !important
	}

	.md\:hover\:translate-y-0:hover {
		--transform-translate-y: 0 !important
	}

	.md\:hover\:translate-y-1:hover {
		--transform-translate-y: 0.25rem !important
	}

	.md\:hover\:translate-y-2:hover {
		--transform-translate-y: 0.5rem !important
	}

	.md\:hover\:translate-y-3:hover {
		--transform-translate-y: 0.75rem !important
	}

	.md\:hover\:translate-y-4:hover {
		--transform-translate-y: 1rem !important
	}

	.md\:hover\:translate-y-5:hover {
		--transform-translate-y: 1.25rem !important
	}

	.md\:hover\:translate-y-6:hover {
		--transform-translate-y: 1.5rem !important
	}

	.md\:hover\:translate-y-8:hover {
		--transform-translate-y: 2rem !important
	}

	.md\:hover\:translate-y-10:hover {
		--transform-translate-y: 2.5rem !important
	}

	.md\:hover\:translate-y-12:hover {
		--transform-translate-y: 3rem !important
	}

	.md\:hover\:translate-y-16:hover {
		--transform-translate-y: 4rem !important
	}

	.md\:hover\:translate-y-20:hover {
		--transform-translate-y: 5rem !important
	}

	.md\:hover\:translate-y-24:hover {
		--transform-translate-y: 6rem !important
	}

	.md\:hover\:translate-y-32:hover {
		--transform-translate-y: 8rem !important
	}

	.md\:hover\:translate-y-40:hover {
		--transform-translate-y: 10rem !important
	}

	.md\:hover\:translate-y-48:hover {
		--transform-translate-y: 12rem !important
	}

	.md\:hover\:translate-y-56:hover {
		--transform-translate-y: 14rem !important
	}

	.md\:hover\:translate-y-64:hover {
		--transform-translate-y: 16rem !important
	}

	.md\:hover\:translate-y-px:hover {
		--transform-translate-y: 1px !important
	}

	.md\:hover\:-translate-y-50:hover {
		--transform-translate-y: -50px !important
	}

	.md\:hover\:-translate-y-1:hover {
		--transform-translate-y: -0.25rem !important
	}

	.md\:hover\:-translate-y-2:hover {
		--transform-translate-y: -0.5rem !important
	}

	.md\:hover\:-translate-y-3:hover {
		--transform-translate-y: -0.75rem !important
	}

	.md\:hover\:-translate-y-4:hover {
		--transform-translate-y: -1rem !important
	}

	.md\:hover\:-translate-y-5:hover {
		--transform-translate-y: -1.25rem !important
	}

	.md\:hover\:-translate-y-6:hover {
		--transform-translate-y: -1.5rem !important
	}

	.md\:hover\:-translate-y-8:hover {
		--transform-translate-y: -2rem !important
	}

	.md\:hover\:-translate-y-10:hover {
		--transform-translate-y: -2.5rem !important
	}

	.md\:hover\:-translate-y-12:hover {
		--transform-translate-y: -3rem !important
	}

	.md\:hover\:-translate-y-16:hover {
		--transform-translate-y: -4rem !important
	}

	.md\:hover\:-translate-y-20:hover {
		--transform-translate-y: -5rem !important
	}

	.md\:hover\:-translate-y-24:hover {
		--transform-translate-y: -6rem !important
	}

	.md\:hover\:-translate-y-32:hover {
		--transform-translate-y: -8rem !important
	}

	.md\:hover\:-translate-y-40:hover {
		--transform-translate-y: -10rem !important
	}

	.md\:hover\:-translate-y-48:hover {
		--transform-translate-y: -12rem !important
	}

	.md\:hover\:-translate-y-56:hover {
		--transform-translate-y: -14rem !important
	}

	.md\:hover\:-translate-y-64:hover {
		--transform-translate-y: -16rem !important
	}

	.md\:hover\:-translate-y-px:hover {
		--transform-translate-y: -1px !important
	}

	.md\:hover\:-translate-y--50:hover {
		--transform-translate-y: 50px !important
	}

	.md\:hover\:-translate-y-full:hover {
		--transform-translate-y: -100% !important
	}

	.md\:hover\:-translate-y-1\/2:hover {
		--transform-translate-y: -50% !important
	}

	.md\:hover\:translate-y-1\/2:hover {
		--transform-translate-y: 50% !important
	}

	.md\:hover\:translate-y-full:hover {
		--transform-translate-y: 100% !important
	}

	.md\:focus\:translate-x-0:focus {
		--transform-translate-x: 0 !important
	}

	.md\:focus\:translate-x-1:focus {
		--transform-translate-x: 0.25rem !important
	}

	.md\:focus\:translate-x-2:focus {
		--transform-translate-x: 0.5rem !important
	}

	.md\:focus\:translate-x-3:focus {
		--transform-translate-x: 0.75rem !important
	}

	.md\:focus\:translate-x-4:focus {
		--transform-translate-x: 1rem !important
	}

	.md\:focus\:translate-x-5:focus {
		--transform-translate-x: 1.25rem !important
	}

	.md\:focus\:translate-x-6:focus {
		--transform-translate-x: 1.5rem !important
	}

	.md\:focus\:translate-x-8:focus {
		--transform-translate-x: 2rem !important
	}

	.md\:focus\:translate-x-10:focus {
		--transform-translate-x: 2.5rem !important
	}

	.md\:focus\:translate-x-12:focus {
		--transform-translate-x: 3rem !important
	}

	.md\:focus\:translate-x-16:focus {
		--transform-translate-x: 4rem !important
	}

	.md\:focus\:translate-x-20:focus {
		--transform-translate-x: 5rem !important
	}

	.md\:focus\:translate-x-24:focus {
		--transform-translate-x: 6rem !important
	}

	.md\:focus\:translate-x-32:focus {
		--transform-translate-x: 8rem !important
	}

	.md\:focus\:translate-x-40:focus {
		--transform-translate-x: 10rem !important
	}

	.md\:focus\:translate-x-48:focus {
		--transform-translate-x: 12rem !important
	}

	.md\:focus\:translate-x-56:focus {
		--transform-translate-x: 14rem !important
	}

	.md\:focus\:translate-x-64:focus {
		--transform-translate-x: 16rem !important
	}

	.md\:focus\:translate-x-px:focus {
		--transform-translate-x: 1px !important
	}

	.md\:focus\:-translate-x-50:focus {
		--transform-translate-x: -50px !important
	}

	.md\:focus\:-translate-x-1:focus {
		--transform-translate-x: -0.25rem !important
	}

	.md\:focus\:-translate-x-2:focus {
		--transform-translate-x: -0.5rem !important
	}

	.md\:focus\:-translate-x-3:focus {
		--transform-translate-x: -0.75rem !important
	}

	.md\:focus\:-translate-x-4:focus {
		--transform-translate-x: -1rem !important
	}

	.md\:focus\:-translate-x-5:focus {
		--transform-translate-x: -1.25rem !important
	}

	.md\:focus\:-translate-x-6:focus {
		--transform-translate-x: -1.5rem !important
	}

	.md\:focus\:-translate-x-8:focus {
		--transform-translate-x: -2rem !important
	}

	.md\:focus\:-translate-x-10:focus {
		--transform-translate-x: -2.5rem !important
	}

	.md\:focus\:-translate-x-12:focus {
		--transform-translate-x: -3rem !important
	}

	.md\:focus\:-translate-x-16:focus {
		--transform-translate-x: -4rem !important
	}

	.md\:focus\:-translate-x-20:focus {
		--transform-translate-x: -5rem !important
	}

	.md\:focus\:-translate-x-24:focus {
		--transform-translate-x: -6rem !important
	}

	.md\:focus\:-translate-x-32:focus {
		--transform-translate-x: -8rem !important
	}

	.md\:focus\:-translate-x-40:focus {
		--transform-translate-x: -10rem !important
	}

	.md\:focus\:-translate-x-48:focus {
		--transform-translate-x: -12rem !important
	}

	.md\:focus\:-translate-x-56:focus {
		--transform-translate-x: -14rem !important
	}

	.md\:focus\:-translate-x-64:focus {
		--transform-translate-x: -16rem !important
	}

	.md\:focus\:-translate-x-px:focus {
		--transform-translate-x: -1px !important
	}

	.md\:focus\:-translate-x--50:focus {
		--transform-translate-x: 50px !important
	}

	.md\:focus\:-translate-x-full:focus {
		--transform-translate-x: -100% !important
	}

	.md\:focus\:-translate-x-1\/2:focus {
		--transform-translate-x: -50% !important
	}

	.md\:focus\:translate-x-1\/2:focus {
		--transform-translate-x: 50% !important
	}

	.md\:focus\:translate-x-full:focus {
		--transform-translate-x: 100% !important
	}

	.md\:focus\:translate-y-0:focus {
		--transform-translate-y: 0 !important
	}

	.md\:focus\:translate-y-1:focus {
		--transform-translate-y: 0.25rem !important
	}

	.md\:focus\:translate-y-2:focus {
		--transform-translate-y: 0.5rem !important
	}

	.md\:focus\:translate-y-3:focus {
		--transform-translate-y: 0.75rem !important
	}

	.md\:focus\:translate-y-4:focus {
		--transform-translate-y: 1rem !important
	}

	.md\:focus\:translate-y-5:focus {
		--transform-translate-y: 1.25rem !important
	}

	.md\:focus\:translate-y-6:focus {
		--transform-translate-y: 1.5rem !important
	}

	.md\:focus\:translate-y-8:focus {
		--transform-translate-y: 2rem !important
	}

	.md\:focus\:translate-y-10:focus {
		--transform-translate-y: 2.5rem !important
	}

	.md\:focus\:translate-y-12:focus {
		--transform-translate-y: 3rem !important
	}

	.md\:focus\:translate-y-16:focus {
		--transform-translate-y: 4rem !important
	}

	.md\:focus\:translate-y-20:focus {
		--transform-translate-y: 5rem !important
	}

	.md\:focus\:translate-y-24:focus {
		--transform-translate-y: 6rem !important
	}

	.md\:focus\:translate-y-32:focus {
		--transform-translate-y: 8rem !important
	}

	.md\:focus\:translate-y-40:focus {
		--transform-translate-y: 10rem !important
	}

	.md\:focus\:translate-y-48:focus {
		--transform-translate-y: 12rem !important
	}

	.md\:focus\:translate-y-56:focus {
		--transform-translate-y: 14rem !important
	}

	.md\:focus\:translate-y-64:focus {
		--transform-translate-y: 16rem !important
	}

	.md\:focus\:translate-y-px:focus {
		--transform-translate-y: 1px !important
	}

	.md\:focus\:-translate-y-50:focus {
		--transform-translate-y: -50px !important
	}

	.md\:focus\:-translate-y-1:focus {
		--transform-translate-y: -0.25rem !important
	}

	.md\:focus\:-translate-y-2:focus {
		--transform-translate-y: -0.5rem !important
	}

	.md\:focus\:-translate-y-3:focus {
		--transform-translate-y: -0.75rem !important
	}

	.md\:focus\:-translate-y-4:focus {
		--transform-translate-y: -1rem !important
	}

	.md\:focus\:-translate-y-5:focus {
		--transform-translate-y: -1.25rem !important
	}

	.md\:focus\:-translate-y-6:focus {
		--transform-translate-y: -1.5rem !important
	}

	.md\:focus\:-translate-y-8:focus {
		--transform-translate-y: -2rem !important
	}

	.md\:focus\:-translate-y-10:focus {
		--transform-translate-y: -2.5rem !important
	}

	.md\:focus\:-translate-y-12:focus {
		--transform-translate-y: -3rem !important
	}

	.md\:focus\:-translate-y-16:focus {
		--transform-translate-y: -4rem !important
	}

	.md\:focus\:-translate-y-20:focus {
		--transform-translate-y: -5rem !important
	}

	.md\:focus\:-translate-y-24:focus {
		--transform-translate-y: -6rem !important
	}

	.md\:focus\:-translate-y-32:focus {
		--transform-translate-y: -8rem !important
	}

	.md\:focus\:-translate-y-40:focus {
		--transform-translate-y: -10rem !important
	}

	.md\:focus\:-translate-y-48:focus {
		--transform-translate-y: -12rem !important
	}

	.md\:focus\:-translate-y-56:focus {
		--transform-translate-y: -14rem !important
	}

	.md\:focus\:-translate-y-64:focus {
		--transform-translate-y: -16rem !important
	}

	.md\:focus\:-translate-y-px:focus {
		--transform-translate-y: -1px !important
	}

	.md\:focus\:-translate-y--50:focus {
		--transform-translate-y: 50px !important
	}

	.md\:focus\:-translate-y-full:focus {
		--transform-translate-y: -100% !important
	}

	.md\:focus\:-translate-y-1\/2:focus {
		--transform-translate-y: -50% !important
	}

	.md\:focus\:translate-y-1\/2:focus {
		--transform-translate-y: 50% !important
	}

	.md\:focus\:translate-y-full:focus {
		--transform-translate-y: 100% !important
	}
}

@media (min-width:1152px) {
	.lg\:container {
		width: 100%
	}

	@media (min-width:368px) {
		.lg\:container {
			max-width: 368px
		}
	}

	@media (min-width:640px) {
		.lg\:container {
			max-width: 640px
		}
	}

	@media (min-width:768px) {
		.lg\:container {
			max-width: 768px
		}
	}

	@media (min-width:1152px) {
		.lg\:container {
			max-width: 1152px
		}
	}

	@media (min-width:1560px) {
		.lg\:container {
			max-width: 1560px
		}
	}

	@media (min-width:2100px) {
		.lg\:container {
			max-width: 2100px
		}
	}

	.lg\:space-y-0 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(0px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(0px*var(--space-y-reverse)) !important
	}

	.lg\:space-x-0 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(0px*var(--space-x-reverse)) !important;
		margin-left: calc(0px*(1 - var(--space-x-reverse))) !important
	}

	.lg\:space-y-1 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(0.25rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(0.25rem*var(--space-y-reverse)) !important
	}

	.lg\:space-x-1 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(0.25rem*var(--space-x-reverse)) !important;
		margin-left: calc(0.25rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:space-y-2 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(0.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(0.5rem*var(--space-y-reverse)) !important
	}

	.lg\:space-x-2 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(0.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(0.5rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:space-y-3 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(0.75rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(0.75rem*var(--space-y-reverse)) !important
	}

	.lg\:space-x-3 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(0.75rem*var(--space-x-reverse)) !important;
		margin-left: calc(0.75rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:space-y-4 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(1rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(1rem*var(--space-y-reverse)) !important
	}

	.lg\:space-x-4 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(1rem*var(--space-x-reverse)) !important;
		margin-left: calc(1rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:space-y-5 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(1.25rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(1.25rem*var(--space-y-reverse)) !important
	}

	.lg\:space-x-5 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(1.25rem*var(--space-x-reverse)) !important;
		margin-left: calc(1.25rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:space-y-6 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(1.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(1.5rem*var(--space-y-reverse)) !important
	}

	.lg\:space-x-6 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(1.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(1.5rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:space-y-8 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(2rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(2rem*var(--space-y-reverse)) !important
	}

	.lg\:space-x-8 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(2rem*var(--space-x-reverse)) !important;
		margin-left: calc(2rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:space-y-10 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(2.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(2.5rem*var(--space-y-reverse)) !important
	}

	.lg\:space-x-10 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(2.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(2.5rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:space-y-12 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(3rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(3rem*var(--space-y-reverse)) !important
	}

	.lg\:space-x-12 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(3rem*var(--space-x-reverse)) !important;
		margin-left: calc(3rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:space-y-16 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(4rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(4rem*var(--space-y-reverse)) !important
	}

	.lg\:space-x-16 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(4rem*var(--space-x-reverse)) !important;
		margin-left: calc(4rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:space-y-20 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(5rem*var(--space-y-reverse)) !important
	}

	.lg\:space-x-20 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(5rem*var(--space-x-reverse)) !important;
		margin-left: calc(5rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:space-y-24 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(6rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(6rem*var(--space-y-reverse)) !important
	}

	.lg\:space-x-24 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(6rem*var(--space-x-reverse)) !important;
		margin-left: calc(6rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:space-y-32 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(8rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(8rem*var(--space-y-reverse)) !important
	}

	.lg\:space-x-32 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(8rem*var(--space-x-reverse)) !important;
		margin-left: calc(8rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:space-y-40 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(10rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(10rem*var(--space-y-reverse)) !important
	}

	.lg\:space-x-40 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(10rem*var(--space-x-reverse)) !important;
		margin-left: calc(10rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:space-y-48 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(12rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(12rem*var(--space-y-reverse)) !important
	}

	.lg\:space-x-48 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(12rem*var(--space-x-reverse)) !important;
		margin-left: calc(12rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:space-y-56 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(14rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(14rem*var(--space-y-reverse)) !important
	}

	.lg\:space-x-56 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(14rem*var(--space-x-reverse)) !important;
		margin-left: calc(14rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:space-y-64 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(16rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(16rem*var(--space-y-reverse)) !important
	}

	.lg\:space-x-64 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(16rem*var(--space-x-reverse)) !important;
		margin-left: calc(16rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:space-y-px > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(1px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(1px*var(--space-y-reverse)) !important
	}

	.lg\:space-x-px > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(1px*var(--space-x-reverse)) !important;
		margin-left: calc(1px*(1 - var(--space-x-reverse))) !important
	}

	.lg\:-space-y-50 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-50px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-50px*var(--space-y-reverse)) !important
	}

	.lg\:-space-x-50 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-50px*var(--space-x-reverse)) !important;
		margin-left: calc(-50px*(1 - var(--space-x-reverse))) !important
	}

	.lg\:-space-y-1 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-0.25rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-0.25rem*var(--space-y-reverse)) !important
	}

	.lg\:-space-x-1 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-0.25rem*var(--space-x-reverse)) !important;
		margin-left: calc(-0.25rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:-space-y-2 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-0.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-0.5rem*var(--space-y-reverse)) !important
	}

	.lg\:-space-x-2 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-0.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(-0.5rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:-space-y-3 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-0.75rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-0.75rem*var(--space-y-reverse)) !important
	}

	.lg\:-space-x-3 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-0.75rem*var(--space-x-reverse)) !important;
		margin-left: calc(-0.75rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:-space-y-4 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-1rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-1rem*var(--space-y-reverse)) !important
	}

	.lg\:-space-x-4 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-1rem*var(--space-x-reverse)) !important;
		margin-left: calc(-1rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:-space-y-5 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-1.25rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-1.25rem*var(--space-y-reverse)) !important
	}

	.lg\:-space-x-5 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-1.25rem*var(--space-x-reverse)) !important;
		margin-left: calc(-1.25rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:-space-y-6 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-1.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-1.5rem*var(--space-y-reverse)) !important
	}

	.lg\:-space-x-6 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-1.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(-1.5rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:-space-y-8 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-2rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-2rem*var(--space-y-reverse)) !important
	}

	.lg\:-space-x-8 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-2rem*var(--space-x-reverse)) !important;
		margin-left: calc(-2rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:-space-y-10 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-2.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-2.5rem*var(--space-y-reverse)) !important
	}

	.lg\:-space-x-10 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-2.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(-2.5rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:-space-y-12 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-3rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-3rem*var(--space-y-reverse)) !important
	}

	.lg\:-space-x-12 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-3rem*var(--space-x-reverse)) !important;
		margin-left: calc(-3rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:-space-y-16 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-4rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-4rem*var(--space-y-reverse)) !important
	}

	.lg\:-space-x-16 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-4rem*var(--space-x-reverse)) !important;
		margin-left: calc(-4rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:-space-y-20 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-5rem*var(--space-y-reverse)) !important
	}

	.lg\:-space-x-20 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-5rem*var(--space-x-reverse)) !important;
		margin-left: calc(-5rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:-space-y-24 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-6rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-6rem*var(--space-y-reverse)) !important
	}

	.lg\:-space-x-24 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-6rem*var(--space-x-reverse)) !important;
		margin-left: calc(-6rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:-space-y-32 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-8rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-8rem*var(--space-y-reverse)) !important
	}

	.lg\:-space-x-32 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-8rem*var(--space-x-reverse)) !important;
		margin-left: calc(-8rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:-space-y-40 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-10rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-10rem*var(--space-y-reverse)) !important
	}

	.lg\:-space-x-40 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-10rem*var(--space-x-reverse)) !important;
		margin-left: calc(-10rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:-space-y-48 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-12rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-12rem*var(--space-y-reverse)) !important
	}

	.lg\:-space-x-48 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-12rem*var(--space-x-reverse)) !important;
		margin-left: calc(-12rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:-space-y-56 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-14rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-14rem*var(--space-y-reverse)) !important
	}

	.lg\:-space-x-56 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-14rem*var(--space-x-reverse)) !important;
		margin-left: calc(-14rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:-space-y-64 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-16rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-16rem*var(--space-y-reverse)) !important
	}

	.lg\:-space-x-64 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-16rem*var(--space-x-reverse)) !important;
		margin-left: calc(-16rem*(1 - var(--space-x-reverse))) !important
	}

	.lg\:-space-y-px > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-1px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-1px*var(--space-y-reverse)) !important
	}

	.lg\:-space-x-px > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-1px*var(--space-x-reverse)) !important;
		margin-left: calc(-1px*(1 - var(--space-x-reverse))) !important
	}

	.lg\:-space-y--50 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(50px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(50px*var(--space-y-reverse)) !important
	}

	.lg\:-space-x--50 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(50px*var(--space-x-reverse)) !important;
		margin-left: calc(50px*(1 - var(--space-x-reverse))) !important
	}

	.lg\:space-y-reverse > :not(template) ~ :not(template) {
		--space-y-reverse: 1 !important
	}

	.lg\:space-x-reverse > :not(template) ~ :not(template) {
		--space-x-reverse: 1 !important
	}

	.lg\:divide-opacity-0 > :not(template) ~ :not(template) {
		--divide-opacity: 0 !important
	}

	.lg\:divide-opacity-25 > :not(template) ~ :not(template) {
		--divide-opacity: 0.25 !important
	}

	.lg\:divide-opacity-50 > :not(template) ~ :not(template) {
		--divide-opacity: 0.5 !important
	}

	.lg\:divide-opacity-75 > :not(template) ~ :not(template) {
		--divide-opacity: 0.75 !important
	}

	.lg\:divide-opacity-100 > :not(template) ~ :not(template) {
		--divide-opacity: 1 !important
	}

	.lg\:bg-fixed {
		background-attachment: fixed !important
	}

	.lg\:bg-local {
		background-attachment: local !important
	}

	.lg\:bg-scroll {
		background-attachment: scroll !important
	}

	.lg\:bg-clip-border {
		background-clip: border-box !important
	}

	.lg\:bg-clip-padding {
		background-clip: padding-box !important
	}

	.lg\:bg-clip-content {
		background-clip: content-box !important
	}

	.lg\:bg-clip-text {
		-webkit-background-clip: text !important;
		background-clip: text !important
	}

	.lg\:bg-666 {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.lg\:bg-transparent {
		background-color: transparent !important
	}

	.lg\:bg-current {
		background-color: currentColor !important
	}

	.lg\:bg-black-100 {
		--bg-opacity: 1 !important;
		background-color: #141d3e !important;
		background-color: rgba(20,29,62,var(--bg-opacity)) !important
	}

	.lg\:bg-black-200 {
		--bg-opacity: 1 !important;
		background-color: #212935 !important;
		background-color: rgba(33,41,53,var(--bg-opacity)) !important
	}

	.lg\:bg-black-300 {
		--bg-opacity: 1 !important;
		background-color: #323648 !important;
		background-color: rgba(50,54,72,var(--bg-opacity)) !important
	}

	.lg\:bg-white {
		--bg-opacity: 1 !important;
		background-color: #fff !important;
		background-color: rgba(255,255,255,var(--bg-opacity)) !important
	}

	.lg\:bg-gray-100 {
		--bg-opacity: 1 !important;
		background-color: #f6f6f6 !important;
		background-color: rgba(246,246,246,var(--bg-opacity)) !important
	}

	.lg\:bg-gray-200 {
		--bg-opacity: 1 !important;
		background-color: #e5e5e5 !important;
		background-color: rgba(229,229,229,var(--bg-opacity)) !important
	}

	.lg\:bg-gray-300 {
		--bg-opacity: 1 !important;
		background-color: #c4c4c4 !important;
		background-color: rgba(196,196,196,var(--bg-opacity)) !important
	}

	.lg\:bg-gray-400 {
		--bg-opacity: 1 !important;
		background-color: #aaaaad !important;
		background-color: rgba(170,170,173,var(--bg-opacity)) !important
	}

	.lg\:bg-gray-500 {
		--bg-opacity: 1 !important;
		background-color: #9fa2ac !important;
		background-color: rgba(159,162,172,var(--bg-opacity)) !important
	}

	.lg\:bg-gray-600 {
		--bg-opacity: 1 !important;
		background-color: #8f9191 !important;
		background-color: rgba(143,145,145,var(--bg-opacity)) !important
	}

	.lg\:bg-gray-700 {
		--bg-opacity: 1 !important;
		background-color: #70727f !important;
		background-color: rgba(112,114,127,var(--bg-opacity)) !important
	}

	.lg\:bg-gray-800 {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.lg\:bg-red-100 {
		--bg-opacity: 1 !important;
		background-color: #fff5f5 !important;
		background-color: rgba(255,245,245,var(--bg-opacity)) !important
	}

	.lg\:bg-red-200 {
		--bg-opacity: 1 !important;
		background-color: #fed7d7 !important;
		background-color: rgba(254,215,215,var(--bg-opacity)) !important
	}

	.lg\:bg-red-300 {
		--bg-opacity: 1 !important;
		background-color: #feb2b2 !important;
		background-color: rgba(254,178,178,var(--bg-opacity)) !important
	}

	.lg\:bg-red-400 {
		--bg-opacity: 1 !important;
		background-color: #fc8181 !important;
		background-color: rgba(252,129,129,var(--bg-opacity)) !important
	}

	.lg\:bg-red-500 {
		--bg-opacity: 1 !important;
		background-color: #f56565 !important;
		background-color: rgba(245,101,101,var(--bg-opacity)) !important
	}

	.lg\:bg-red-600 {
		--bg-opacity: 1 !important;
		background-color: #e53e3e !important;
		background-color: rgba(229,62,62,var(--bg-opacity)) !important
	}

	.lg\:bg-red-700 {
		--bg-opacity: 1 !important;
		background-color: #c53030 !important;
		background-color: rgba(197,48,48,var(--bg-opacity)) !important
	}

	.lg\:bg-red-800 {
		--bg-opacity: 1 !important;
		background-color: #9b2c2c !important;
		background-color: rgba(155,44,44,var(--bg-opacity)) !important
	}

	.lg\:bg-red-900 {
		--bg-opacity: 1 !important;
		background-color: #742a2a !important;
		background-color: rgba(116,42,42,var(--bg-opacity)) !important
	}

	.lg\:bg-orange {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.lg\:bg-yellow-100 {
		--bg-opacity: 1 !important;
		background-color: ivory !important;
		background-color: rgba(255,255,240,var(--bg-opacity)) !important
	}

	.lg\:bg-yellow-200 {
		--bg-opacity: 1 !important;
		background-color: #fefcbf !important;
		background-color: rgba(254,252,191,var(--bg-opacity)) !important
	}

	.lg\:bg-yellow-300 {
		--bg-opacity: 1 !important;
		background-color: #faf089 !important;
		background-color: rgba(250,240,137,var(--bg-opacity)) !important
	}

	.lg\:bg-yellow-400 {
		--bg-opacity: 1 !important;
		background-color: #f6e05e !important;
		background-color: rgba(246,224,94,var(--bg-opacity)) !important
	}

	.lg\:bg-yellow-500 {
		--bg-opacity: 1 !important;
		background-color: #ecc94b !important;
		background-color: rgba(236,201,75,var(--bg-opacity)) !important
	}

	.lg\:bg-yellow-600 {
		--bg-opacity: 1 !important;
		background-color: #d69e2e !important;
		background-color: rgba(214,158,46,var(--bg-opacity)) !important
	}

	.lg\:bg-yellow-700 {
		--bg-opacity: 1 !important;
		background-color: #b7791f !important;
		background-color: rgba(183,121,31,var(--bg-opacity)) !important
	}

	.lg\:bg-yellow-800 {
		--bg-opacity: 1 !important;
		background-color: #975a16 !important;
		background-color: rgba(151,90,22,var(--bg-opacity)) !important
	}

	.lg\:bg-yellow-900 {
		--bg-opacity: 1 !important;
		background-color: #744210 !important;
		background-color: rgba(116,66,16,var(--bg-opacity)) !important
	}

	.lg\:bg-green-100 {
		--bg-opacity: 1 !important;
		background-color: #f0fff4 !important;
		background-color: rgba(240,255,244,var(--bg-opacity)) !important
	}

	.lg\:bg-green-200 {
		--bg-opacity: 1 !important;
		background-color: #c6f6d5 !important;
		background-color: rgba(198,246,213,var(--bg-opacity)) !important
	}

	.lg\:bg-green-300 {
		--bg-opacity: 1 !important;
		background-color: #9ae6b4 !important;
		background-color: rgba(154,230,180,var(--bg-opacity)) !important
	}

	.lg\:bg-green-400 {
		--bg-opacity: 1 !important;
		background-color: #68d391 !important;
		background-color: rgba(104,211,145,var(--bg-opacity)) !important
	}

	.lg\:bg-green-500 {
		--bg-opacity: 1 !important;
		background-color: #48bb78 !important;
		background-color: rgba(72,187,120,var(--bg-opacity)) !important
	}

	.lg\:bg-green-600 {
		--bg-opacity: 1 !important;
		background-color: #38a169 !important;
		background-color: rgba(56,161,105,var(--bg-opacity)) !important
	}

	.lg\:bg-green-700 {
		--bg-opacity: 1 !important;
		background-color: #2f855a !important;
		background-color: rgba(47,133,90,var(--bg-opacity)) !important
	}

	.lg\:bg-green-800 {
		--bg-opacity: 1 !important;
		background-color: #276749 !important;
		background-color: rgba(39,103,73,var(--bg-opacity)) !important
	}

	.lg\:bg-green-900 {
		--bg-opacity: 1 !important;
		background-color: #22543d !important;
		background-color: rgba(34,84,61,var(--bg-opacity)) !important
	}

	.lg\:bg-teal-100 {
		--bg-opacity: 1 !important;
		background-color: #e6fffa !important;
		background-color: rgba(230,255,250,var(--bg-opacity)) !important
	}

	.lg\:bg-teal-200 {
		--bg-opacity: 1 !important;
		background-color: #b2f5ea !important;
		background-color: rgba(178,245,234,var(--bg-opacity)) !important
	}

	.lg\:bg-teal-300 {
		--bg-opacity: 1 !important;
		background-color: #81e6d9 !important;
		background-color: rgba(129,230,217,var(--bg-opacity)) !important
	}

	.lg\:bg-teal-400 {
		--bg-opacity: 1 !important;
		background-color: #4fd1c5 !important;
		background-color: rgba(79,209,197,var(--bg-opacity)) !important
	}

	.lg\:bg-teal-500 {
		--bg-opacity: 1 !important;
		background-color: #38b2ac !important;
		background-color: rgba(56,178,172,var(--bg-opacity)) !important
	}

	.lg\:bg-teal-600 {
		--bg-opacity: 1 !important;
		background-color: #319795 !important;
		background-color: rgba(49,151,149,var(--bg-opacity)) !important
	}

	.lg\:bg-teal-700 {
		--bg-opacity: 1 !important;
		background-color: #2c7a7b !important;
		background-color: rgba(44,122,123,var(--bg-opacity)) !important
	}

	.lg\:bg-teal-800 {
		--bg-opacity: 1 !important;
		background-color: #285e61 !important;
		background-color: rgba(40,94,97,var(--bg-opacity)) !important
	}

	.lg\:bg-teal-900 {
		--bg-opacity: 1 !important;
		background-color: #234e52 !important;
		background-color: rgba(35,78,82,var(--bg-opacity)) !important
	}

	.lg\:bg-blue-100 {
		--bg-opacity: 1 !important;
		background-color: #ebf8ff !important;
		background-color: rgba(235,248,255,var(--bg-opacity)) !important
	}

	.lg\:bg-blue-200 {
		--bg-opacity: 1 !important;
		background-color: #bee3f8 !important;
		background-color: rgba(190,227,248,var(--bg-opacity)) !important
	}

	.lg\:bg-blue-300 {
		--bg-opacity: 1 !important;
		background-color: #90cdf4 !important;
		background-color: rgba(144,205,244,var(--bg-opacity)) !important
	}

	.lg\:bg-blue-400 {
		--bg-opacity: 1 !important;
		background-color: #63b3ed !important;
		background-color: rgba(99,179,237,var(--bg-opacity)) !important
	}

	.lg\:bg-blue-500 {
		--bg-opacity: 1 !important;
		background-color: #4299e1 !important;
		background-color: rgba(66,153,225,var(--bg-opacity)) !important
	}

	.lg\:bg-blue-600 {
		--bg-opacity: 1 !important;
		background-color: #3182ce !important;
		background-color: rgba(49,130,206,var(--bg-opacity)) !important
	}

	.lg\:bg-blue-700 {
		--bg-opacity: 1 !important;
		background-color: #2b6cb0 !important;
		background-color: rgba(43,108,176,var(--bg-opacity)) !important
	}

	.lg\:bg-blue-800 {
		--bg-opacity: 1 !important;
		background-color: #2c5282 !important;
		background-color: rgba(44,82,130,var(--bg-opacity)) !important
	}

	.lg\:bg-blue-900 {
		--bg-opacity: 1 !important;
		background-color: #2a4365 !important;
		background-color: rgba(42,67,101,var(--bg-opacity)) !important
	}

	.lg\:bg-indigo-100 {
		--bg-opacity: 1 !important;
		background-color: #ebf4ff !important;
		background-color: rgba(235,244,255,var(--bg-opacity)) !important
	}

	.lg\:bg-indigo-200 {
		--bg-opacity: 1 !important;
		background-color: #c3dafe !important;
		background-color: rgba(195,218,254,var(--bg-opacity)) !important
	}

	.lg\:bg-indigo-300 {
		--bg-opacity: 1 !important;
		background-color: #a3bffa !important;
		background-color: rgba(163,191,250,var(--bg-opacity)) !important
	}

	.lg\:bg-indigo-400 {
		--bg-opacity: 1 !important;
		background-color: #7f9cf5 !important;
		background-color: rgba(127,156,245,var(--bg-opacity)) !important
	}

	.lg\:bg-indigo-500 {
		--bg-opacity: 1 !important;
		background-color: #667eea !important;
		background-color: rgba(102,126,234,var(--bg-opacity)) !important
	}

	.lg\:bg-indigo-600 {
		--bg-opacity: 1 !important;
		background-color: #5a67d8 !important;
		background-color: rgba(90,103,216,var(--bg-opacity)) !important
	}

	.lg\:bg-indigo-700 {
		--bg-opacity: 1 !important;
		background-color: #4c51bf !important;
		background-color: rgba(76,81,191,var(--bg-opacity)) !important
	}

	.lg\:bg-indigo-800 {
		--bg-opacity: 1 !important;
		background-color: #434190 !important;
		background-color: rgba(67,65,144,var(--bg-opacity)) !important
	}

	.lg\:bg-indigo-900 {
		--bg-opacity: 1 !important;
		background-color: #3c366b !important;
		background-color: rgba(60,54,107,var(--bg-opacity)) !important
	}

	.lg\:bg-purple-100 {
		--bg-opacity: 1 !important;
		background-color: #faf5ff !important;
		background-color: rgba(250,245,255,var(--bg-opacity)) !important
	}

	.lg\:bg-purple-200 {
		--bg-opacity: 1 !important;
		background-color: #e9d8fd !important;
		background-color: rgba(233,216,253,var(--bg-opacity)) !important
	}

	.lg\:bg-purple-300 {
		--bg-opacity: 1 !important;
		background-color: #d6bcfa !important;
		background-color: rgba(214,188,250,var(--bg-opacity)) !important
	}

	.lg\:bg-purple-400 {
		--bg-opacity: 1 !important;
		background-color: #b794f4 !important;
		background-color: rgba(183,148,244,var(--bg-opacity)) !important
	}

	.lg\:bg-purple-500 {
		--bg-opacity: 1 !important;
		background-color: #9f7aea !important;
		background-color: rgba(159,122,234,var(--bg-opacity)) !important
	}

	.lg\:bg-purple-600 {
		--bg-opacity: 1 !important;
		background-color: #805ad5 !important;
		background-color: rgba(128,90,213,var(--bg-opacity)) !important
	}

	.lg\:bg-purple-700 {
		--bg-opacity: 1 !important;
		background-color: #6b46c1 !important;
		background-color: rgba(107,70,193,var(--bg-opacity)) !important
	}

	.lg\:bg-purple-800 {
		--bg-opacity: 1 !important;
		background-color: #553c9a !important;
		background-color: rgba(85,60,154,var(--bg-opacity)) !important
	}

	.lg\:bg-purple-900 {
		--bg-opacity: 1 !important;
		background-color: #44337a !important;
		background-color: rgba(68,51,122,var(--bg-opacity)) !important
	}

	.lg\:bg-pink-100 {
		--bg-opacity: 1 !important;
		background-color: #fff5f7 !important;
		background-color: rgba(255,245,247,var(--bg-opacity)) !important
	}

	.lg\:bg-pink-200 {
		--bg-opacity: 1 !important;
		background-color: #fed7e2 !important;
		background-color: rgba(254,215,226,var(--bg-opacity)) !important
	}

	.lg\:bg-pink-300 {
		--bg-opacity: 1 !important;
		background-color: #fbb6ce !important;
		background-color: rgba(251,182,206,var(--bg-opacity)) !important
	}

	.lg\:bg-pink-400 {
		--bg-opacity: 1 !important;
		background-color: #f687b3 !important;
		background-color: rgba(246,135,179,var(--bg-opacity)) !important
	}

	.lg\:bg-pink-500 {
		--bg-opacity: 1 !important;
		background-color: #ed64a6 !important;
		background-color: rgba(237,100,166,var(--bg-opacity)) !important
	}

	.lg\:bg-pink-600 {
		--bg-opacity: 1 !important;
		background-color: #d53f8c !important;
		background-color: rgba(213,63,140,var(--bg-opacity)) !important
	}

	.lg\:bg-pink-700 {
		--bg-opacity: 1 !important;
		background-color: #b83280 !important;
		background-color: rgba(184,50,128,var(--bg-opacity)) !important
	}

	.lg\:bg-pink-800 {
		--bg-opacity: 1 !important;
		background-color: #97266d !important;
		background-color: rgba(151,38,109,var(--bg-opacity)) !important
	}

	.lg\:bg-pink-900 {
		--bg-opacity: 1 !important;
		background-color: #702459 !important;
		background-color: rgba(112,36,89,var(--bg-opacity)) !important
	}

	.lg\:bg-orange-400 {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.lg\:bg-orange-500 {
		--bg-opacity: 1 !important;
		background-color: #f54a08 !important;
		background-color: rgba(245,74,8,var(--bg-opacity)) !important
	}

	.lg\:bg-f3f {
		--bg-opacity: 1 !important;
		background-color: #f3f3f3 !important;
		background-color: rgba(243,243,243,var(--bg-opacity)) !important
	}

	.lg\:bg-primary {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.lg\:bg-primary-100 {
		background-color: rgba(238,87,35,.9) !important
	}

	.lg\:hover\:bg-666:hover {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-transparent:hover {
		background-color: transparent !important
	}

	.lg\:hover\:bg-current:hover {
		background-color: currentColor !important
	}

	.lg\:hover\:bg-black-100:hover {
		--bg-opacity: 1 !important;
		background-color: #141d3e !important;
		background-color: rgba(20,29,62,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-black-200:hover {
		--bg-opacity: 1 !important;
		background-color: #212935 !important;
		background-color: rgba(33,41,53,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-black-300:hover {
		--bg-opacity: 1 !important;
		background-color: #323648 !important;
		background-color: rgba(50,54,72,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-white:hover {
		--bg-opacity: 1 !important;
		background-color: #fff !important;
		background-color: rgba(255,255,255,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-gray-100:hover {
		--bg-opacity: 1 !important;
		background-color: #f6f6f6 !important;
		background-color: rgba(246,246,246,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-gray-200:hover {
		--bg-opacity: 1 !important;
		background-color: #e5e5e5 !important;
		background-color: rgba(229,229,229,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-gray-300:hover {
		--bg-opacity: 1 !important;
		background-color: #c4c4c4 !important;
		background-color: rgba(196,196,196,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-gray-400:hover {
		--bg-opacity: 1 !important;
		background-color: #aaaaad !important;
		background-color: rgba(170,170,173,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-gray-500:hover {
		--bg-opacity: 1 !important;
		background-color: #9fa2ac !important;
		background-color: rgba(159,162,172,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-gray-600:hover {
		--bg-opacity: 1 !important;
		background-color: #8f9191 !important;
		background-color: rgba(143,145,145,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-gray-700:hover {
		--bg-opacity: 1 !important;
		background-color: #70727f !important;
		background-color: rgba(112,114,127,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-gray-800:hover {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-red-100:hover {
		--bg-opacity: 1 !important;
		background-color: #fff5f5 !important;
		background-color: rgba(255,245,245,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-red-200:hover {
		--bg-opacity: 1 !important;
		background-color: #fed7d7 !important;
		background-color: rgba(254,215,215,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-red-300:hover {
		--bg-opacity: 1 !important;
		background-color: #feb2b2 !important;
		background-color: rgba(254,178,178,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-red-400:hover {
		--bg-opacity: 1 !important;
		background-color: #fc8181 !important;
		background-color: rgba(252,129,129,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-red-500:hover {
		--bg-opacity: 1 !important;
		background-color: #f56565 !important;
		background-color: rgba(245,101,101,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-red-600:hover {
		--bg-opacity: 1 !important;
		background-color: #e53e3e !important;
		background-color: rgba(229,62,62,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-red-700:hover {
		--bg-opacity: 1 !important;
		background-color: #c53030 !important;
		background-color: rgba(197,48,48,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-red-800:hover {
		--bg-opacity: 1 !important;
		background-color: #9b2c2c !important;
		background-color: rgba(155,44,44,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-red-900:hover {
		--bg-opacity: 1 !important;
		background-color: #742a2a !important;
		background-color: rgba(116,42,42,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-orange:hover {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-yellow-100:hover {
		--bg-opacity: 1 !important;
		background-color: ivory !important;
		background-color: rgba(255,255,240,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-yellow-200:hover {
		--bg-opacity: 1 !important;
		background-color: #fefcbf !important;
		background-color: rgba(254,252,191,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-yellow-300:hover {
		--bg-opacity: 1 !important;
		background-color: #faf089 !important;
		background-color: rgba(250,240,137,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-yellow-400:hover {
		--bg-opacity: 1 !important;
		background-color: #f6e05e !important;
		background-color: rgba(246,224,94,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-yellow-500:hover {
		--bg-opacity: 1 !important;
		background-color: #ecc94b !important;
		background-color: rgba(236,201,75,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-yellow-600:hover {
		--bg-opacity: 1 !important;
		background-color: #d69e2e !important;
		background-color: rgba(214,158,46,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-yellow-700:hover {
		--bg-opacity: 1 !important;
		background-color: #b7791f !important;
		background-color: rgba(183,121,31,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-yellow-800:hover {
		--bg-opacity: 1 !important;
		background-color: #975a16 !important;
		background-color: rgba(151,90,22,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-yellow-900:hover {
		--bg-opacity: 1 !important;
		background-color: #744210 !important;
		background-color: rgba(116,66,16,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-green-100:hover {
		--bg-opacity: 1 !important;
		background-color: #f0fff4 !important;
		background-color: rgba(240,255,244,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-green-200:hover {
		--bg-opacity: 1 !important;
		background-color: #c6f6d5 !important;
		background-color: rgba(198,246,213,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-green-300:hover {
		--bg-opacity: 1 !important;
		background-color: #9ae6b4 !important;
		background-color: rgba(154,230,180,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-green-400:hover {
		--bg-opacity: 1 !important;
		background-color: #68d391 !important;
		background-color: rgba(104,211,145,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-green-500:hover {
		--bg-opacity: 1 !important;
		background-color: #48bb78 !important;
		background-color: rgba(72,187,120,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-green-600:hover {
		--bg-opacity: 1 !important;
		background-color: #38a169 !important;
		background-color: rgba(56,161,105,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-green-700:hover {
		--bg-opacity: 1 !important;
		background-color: #2f855a !important;
		background-color: rgba(47,133,90,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-green-800:hover {
		--bg-opacity: 1 !important;
		background-color: #276749 !important;
		background-color: rgba(39,103,73,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-green-900:hover {
		--bg-opacity: 1 !important;
		background-color: #22543d !important;
		background-color: rgba(34,84,61,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-teal-100:hover {
		--bg-opacity: 1 !important;
		background-color: #e6fffa !important;
		background-color: rgba(230,255,250,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-teal-200:hover {
		--bg-opacity: 1 !important;
		background-color: #b2f5ea !important;
		background-color: rgba(178,245,234,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-teal-300:hover {
		--bg-opacity: 1 !important;
		background-color: #81e6d9 !important;
		background-color: rgba(129,230,217,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-teal-400:hover {
		--bg-opacity: 1 !important;
		background-color: #4fd1c5 !important;
		background-color: rgba(79,209,197,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-teal-500:hover {
		--bg-opacity: 1 !important;
		background-color: #38b2ac !important;
		background-color: rgba(56,178,172,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-teal-600:hover {
		--bg-opacity: 1 !important;
		background-color: #319795 !important;
		background-color: rgba(49,151,149,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-teal-700:hover {
		--bg-opacity: 1 !important;
		background-color: #2c7a7b !important;
		background-color: rgba(44,122,123,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-teal-800:hover {
		--bg-opacity: 1 !important;
		background-color: #285e61 !important;
		background-color: rgba(40,94,97,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-teal-900:hover {
		--bg-opacity: 1 !important;
		background-color: #234e52 !important;
		background-color: rgba(35,78,82,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-blue-100:hover {
		--bg-opacity: 1 !important;
		background-color: #ebf8ff !important;
		background-color: rgba(235,248,255,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-blue-200:hover {
		--bg-opacity: 1 !important;
		background-color: #bee3f8 !important;
		background-color: rgba(190,227,248,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-blue-300:hover {
		--bg-opacity: 1 !important;
		background-color: #90cdf4 !important;
		background-color: rgba(144,205,244,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-blue-400:hover {
		--bg-opacity: 1 !important;
		background-color: #63b3ed !important;
		background-color: rgba(99,179,237,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-blue-500:hover {
		--bg-opacity: 1 !important;
		background-color: #4299e1 !important;
		background-color: rgba(66,153,225,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-blue-600:hover {
		--bg-opacity: 1 !important;
		background-color: #3182ce !important;
		background-color: rgba(49,130,206,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-blue-700:hover {
		--bg-opacity: 1 !important;
		background-color: #2b6cb0 !important;
		background-color: rgba(43,108,176,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-blue-800:hover {
		--bg-opacity: 1 !important;
		background-color: #2c5282 !important;
		background-color: rgba(44,82,130,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-blue-900:hover {
		--bg-opacity: 1 !important;
		background-color: #2a4365 !important;
		background-color: rgba(42,67,101,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-indigo-100:hover {
		--bg-opacity: 1 !important;
		background-color: #ebf4ff !important;
		background-color: rgba(235,244,255,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-indigo-200:hover {
		--bg-opacity: 1 !important;
		background-color: #c3dafe !important;
		background-color: rgba(195,218,254,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-indigo-300:hover {
		--bg-opacity: 1 !important;
		background-color: #a3bffa !important;
		background-color: rgba(163,191,250,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-indigo-400:hover {
		--bg-opacity: 1 !important;
		background-color: #7f9cf5 !important;
		background-color: rgba(127,156,245,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-indigo-500:hover {
		--bg-opacity: 1 !important;
		background-color: #667eea !important;
		background-color: rgba(102,126,234,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-indigo-600:hover {
		--bg-opacity: 1 !important;
		background-color: #5a67d8 !important;
		background-color: rgba(90,103,216,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-indigo-700:hover {
		--bg-opacity: 1 !important;
		background-color: #4c51bf !important;
		background-color: rgba(76,81,191,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-indigo-800:hover {
		--bg-opacity: 1 !important;
		background-color: #434190 !important;
		background-color: rgba(67,65,144,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-indigo-900:hover {
		--bg-opacity: 1 !important;
		background-color: #3c366b !important;
		background-color: rgba(60,54,107,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-purple-100:hover {
		--bg-opacity: 1 !important;
		background-color: #faf5ff !important;
		background-color: rgba(250,245,255,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-purple-200:hover {
		--bg-opacity: 1 !important;
		background-color: #e9d8fd !important;
		background-color: rgba(233,216,253,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-purple-300:hover {
		--bg-opacity: 1 !important;
		background-color: #d6bcfa !important;
		background-color: rgba(214,188,250,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-purple-400:hover {
		--bg-opacity: 1 !important;
		background-color: #b794f4 !important;
		background-color: rgba(183,148,244,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-purple-500:hover {
		--bg-opacity: 1 !important;
		background-color: #9f7aea !important;
		background-color: rgba(159,122,234,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-purple-600:hover {
		--bg-opacity: 1 !important;
		background-color: #805ad5 !important;
		background-color: rgba(128,90,213,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-purple-700:hover {
		--bg-opacity: 1 !important;
		background-color: #6b46c1 !important;
		background-color: rgba(107,70,193,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-purple-800:hover {
		--bg-opacity: 1 !important;
		background-color: #553c9a !important;
		background-color: rgba(85,60,154,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-purple-900:hover {
		--bg-opacity: 1 !important;
		background-color: #44337a !important;
		background-color: rgba(68,51,122,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-pink-100:hover {
		--bg-opacity: 1 !important;
		background-color: #fff5f7 !important;
		background-color: rgba(255,245,247,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-pink-200:hover {
		--bg-opacity: 1 !important;
		background-color: #fed7e2 !important;
		background-color: rgba(254,215,226,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-pink-300:hover {
		--bg-opacity: 1 !important;
		background-color: #fbb6ce !important;
		background-color: rgba(251,182,206,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-pink-400:hover {
		--bg-opacity: 1 !important;
		background-color: #f687b3 !important;
		background-color: rgba(246,135,179,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-pink-500:hover {
		--bg-opacity: 1 !important;
		background-color: #ed64a6 !important;
		background-color: rgba(237,100,166,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-pink-600:hover {
		--bg-opacity: 1 !important;
		background-color: #d53f8c !important;
		background-color: rgba(213,63,140,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-pink-700:hover {
		--bg-opacity: 1 !important;
		background-color: #b83280 !important;
		background-color: rgba(184,50,128,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-pink-800:hover {
		--bg-opacity: 1 !important;
		background-color: #97266d !important;
		background-color: rgba(151,38,109,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-pink-900:hover {
		--bg-opacity: 1 !important;
		background-color: #702459 !important;
		background-color: rgba(112,36,89,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-orange-400:hover {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-orange-500:hover {
		--bg-opacity: 1 !important;
		background-color: #f54a08 !important;
		background-color: rgba(245,74,8,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-f3f:hover {
		--bg-opacity: 1 !important;
		background-color: #f3f3f3 !important;
		background-color: rgba(243,243,243,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-primary:hover {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.lg\:hover\:bg-primary-100:hover {
		background-color: rgba(238,87,35,.9) !important
	}

	.lg\:focus\:bg-666:focus {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-transparent:focus {
		background-color: transparent !important
	}

	.lg\:focus\:bg-current:focus {
		background-color: currentColor !important
	}

	.lg\:focus\:bg-black-100:focus {
		--bg-opacity: 1 !important;
		background-color: #141d3e !important;
		background-color: rgba(20,29,62,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-black-200:focus {
		--bg-opacity: 1 !important;
		background-color: #212935 !important;
		background-color: rgba(33,41,53,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-black-300:focus {
		--bg-opacity: 1 !important;
		background-color: #323648 !important;
		background-color: rgba(50,54,72,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-white:focus {
		--bg-opacity: 1 !important;
		background-color: #fff !important;
		background-color: rgba(255,255,255,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-gray-100:focus {
		--bg-opacity: 1 !important;
		background-color: #f6f6f6 !important;
		background-color: rgba(246,246,246,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-gray-200:focus {
		--bg-opacity: 1 !important;
		background-color: #e5e5e5 !important;
		background-color: rgba(229,229,229,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-gray-300:focus {
		--bg-opacity: 1 !important;
		background-color: #c4c4c4 !important;
		background-color: rgba(196,196,196,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-gray-400:focus {
		--bg-opacity: 1 !important;
		background-color: #aaaaad !important;
		background-color: rgba(170,170,173,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-gray-500:focus {
		--bg-opacity: 1 !important;
		background-color: #9fa2ac !important;
		background-color: rgba(159,162,172,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-gray-600:focus {
		--bg-opacity: 1 !important;
		background-color: #8f9191 !important;
		background-color: rgba(143,145,145,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-gray-700:focus {
		--bg-opacity: 1 !important;
		background-color: #70727f !important;
		background-color: rgba(112,114,127,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-gray-800:focus {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-red-100:focus {
		--bg-opacity: 1 !important;
		background-color: #fff5f5 !important;
		background-color: rgba(255,245,245,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-red-200:focus {
		--bg-opacity: 1 !important;
		background-color: #fed7d7 !important;
		background-color: rgba(254,215,215,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-red-300:focus {
		--bg-opacity: 1 !important;
		background-color: #feb2b2 !important;
		background-color: rgba(254,178,178,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-red-400:focus {
		--bg-opacity: 1 !important;
		background-color: #fc8181 !important;
		background-color: rgba(252,129,129,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-red-500:focus {
		--bg-opacity: 1 !important;
		background-color: #f56565 !important;
		background-color: rgba(245,101,101,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-red-600:focus {
		--bg-opacity: 1 !important;
		background-color: #e53e3e !important;
		background-color: rgba(229,62,62,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-red-700:focus {
		--bg-opacity: 1 !important;
		background-color: #c53030 !important;
		background-color: rgba(197,48,48,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-red-800:focus {
		--bg-opacity: 1 !important;
		background-color: #9b2c2c !important;
		background-color: rgba(155,44,44,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-red-900:focus {
		--bg-opacity: 1 !important;
		background-color: #742a2a !important;
		background-color: rgba(116,42,42,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-orange:focus {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-yellow-100:focus {
		--bg-opacity: 1 !important;
		background-color: ivory !important;
		background-color: rgba(255,255,240,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-yellow-200:focus {
		--bg-opacity: 1 !important;
		background-color: #fefcbf !important;
		background-color: rgba(254,252,191,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-yellow-300:focus {
		--bg-opacity: 1 !important;
		background-color: #faf089 !important;
		background-color: rgba(250,240,137,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-yellow-400:focus {
		--bg-opacity: 1 !important;
		background-color: #f6e05e !important;
		background-color: rgba(246,224,94,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-yellow-500:focus {
		--bg-opacity: 1 !important;
		background-color: #ecc94b !important;
		background-color: rgba(236,201,75,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-yellow-600:focus {
		--bg-opacity: 1 !important;
		background-color: #d69e2e !important;
		background-color: rgba(214,158,46,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-yellow-700:focus {
		--bg-opacity: 1 !important;
		background-color: #b7791f !important;
		background-color: rgba(183,121,31,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-yellow-800:focus {
		--bg-opacity: 1 !important;
		background-color: #975a16 !important;
		background-color: rgba(151,90,22,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-yellow-900:focus {
		--bg-opacity: 1 !important;
		background-color: #744210 !important;
		background-color: rgba(116,66,16,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-green-100:focus {
		--bg-opacity: 1 !important;
		background-color: #f0fff4 !important;
		background-color: rgba(240,255,244,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-green-200:focus {
		--bg-opacity: 1 !important;
		background-color: #c6f6d5 !important;
		background-color: rgba(198,246,213,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-green-300:focus {
		--bg-opacity: 1 !important;
		background-color: #9ae6b4 !important;
		background-color: rgba(154,230,180,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-green-400:focus {
		--bg-opacity: 1 !important;
		background-color: #68d391 !important;
		background-color: rgba(104,211,145,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-green-500:focus {
		--bg-opacity: 1 !important;
		background-color: #48bb78 !important;
		background-color: rgba(72,187,120,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-green-600:focus {
		--bg-opacity: 1 !important;
		background-color: #38a169 !important;
		background-color: rgba(56,161,105,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-green-700:focus {
		--bg-opacity: 1 !important;
		background-color: #2f855a !important;
		background-color: rgba(47,133,90,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-green-800:focus {
		--bg-opacity: 1 !important;
		background-color: #276749 !important;
		background-color: rgba(39,103,73,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-green-900:focus {
		--bg-opacity: 1 !important;
		background-color: #22543d !important;
		background-color: rgba(34,84,61,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-teal-100:focus {
		--bg-opacity: 1 !important;
		background-color: #e6fffa !important;
		background-color: rgba(230,255,250,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-teal-200:focus {
		--bg-opacity: 1 !important;
		background-color: #b2f5ea !important;
		background-color: rgba(178,245,234,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-teal-300:focus {
		--bg-opacity: 1 !important;
		background-color: #81e6d9 !important;
		background-color: rgba(129,230,217,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-teal-400:focus {
		--bg-opacity: 1 !important;
		background-color: #4fd1c5 !important;
		background-color: rgba(79,209,197,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-teal-500:focus {
		--bg-opacity: 1 !important;
		background-color: #38b2ac !important;
		background-color: rgba(56,178,172,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-teal-600:focus {
		--bg-opacity: 1 !important;
		background-color: #319795 !important;
		background-color: rgba(49,151,149,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-teal-700:focus {
		--bg-opacity: 1 !important;
		background-color: #2c7a7b !important;
		background-color: rgba(44,122,123,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-teal-800:focus {
		--bg-opacity: 1 !important;
		background-color: #285e61 !important;
		background-color: rgba(40,94,97,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-teal-900:focus {
		--bg-opacity: 1 !important;
		background-color: #234e52 !important;
		background-color: rgba(35,78,82,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-blue-100:focus {
		--bg-opacity: 1 !important;
		background-color: #ebf8ff !important;
		background-color: rgba(235,248,255,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-blue-200:focus {
		--bg-opacity: 1 !important;
		background-color: #bee3f8 !important;
		background-color: rgba(190,227,248,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-blue-300:focus {
		--bg-opacity: 1 !important;
		background-color: #90cdf4 !important;
		background-color: rgba(144,205,244,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-blue-400:focus {
		--bg-opacity: 1 !important;
		background-color: #63b3ed !important;
		background-color: rgba(99,179,237,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-blue-500:focus {
		--bg-opacity: 1 !important;
		background-color: #4299e1 !important;
		background-color: rgba(66,153,225,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-blue-600:focus {
		--bg-opacity: 1 !important;
		background-color: #3182ce !important;
		background-color: rgba(49,130,206,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-blue-700:focus {
		--bg-opacity: 1 !important;
		background-color: #2b6cb0 !important;
		background-color: rgba(43,108,176,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-blue-800:focus {
		--bg-opacity: 1 !important;
		background-color: #2c5282 !important;
		background-color: rgba(44,82,130,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-blue-900:focus {
		--bg-opacity: 1 !important;
		background-color: #2a4365 !important;
		background-color: rgba(42,67,101,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-indigo-100:focus {
		--bg-opacity: 1 !important;
		background-color: #ebf4ff !important;
		background-color: rgba(235,244,255,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-indigo-200:focus {
		--bg-opacity: 1 !important;
		background-color: #c3dafe !important;
		background-color: rgba(195,218,254,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-indigo-300:focus {
		--bg-opacity: 1 !important;
		background-color: #a3bffa !important;
		background-color: rgba(163,191,250,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-indigo-400:focus {
		--bg-opacity: 1 !important;
		background-color: #7f9cf5 !important;
		background-color: rgba(127,156,245,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-indigo-500:focus {
		--bg-opacity: 1 !important;
		background-color: #667eea !important;
		background-color: rgba(102,126,234,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-indigo-600:focus {
		--bg-opacity: 1 !important;
		background-color: #5a67d8 !important;
		background-color: rgba(90,103,216,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-indigo-700:focus {
		--bg-opacity: 1 !important;
		background-color: #4c51bf !important;
		background-color: rgba(76,81,191,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-indigo-800:focus {
		--bg-opacity: 1 !important;
		background-color: #434190 !important;
		background-color: rgba(67,65,144,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-indigo-900:focus {
		--bg-opacity: 1 !important;
		background-color: #3c366b !important;
		background-color: rgba(60,54,107,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-purple-100:focus {
		--bg-opacity: 1 !important;
		background-color: #faf5ff !important;
		background-color: rgba(250,245,255,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-purple-200:focus {
		--bg-opacity: 1 !important;
		background-color: #e9d8fd !important;
		background-color: rgba(233,216,253,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-purple-300:focus {
		--bg-opacity: 1 !important;
		background-color: #d6bcfa !important;
		background-color: rgba(214,188,250,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-purple-400:focus {
		--bg-opacity: 1 !important;
		background-color: #b794f4 !important;
		background-color: rgba(183,148,244,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-purple-500:focus {
		--bg-opacity: 1 !important;
		background-color: #9f7aea !important;
		background-color: rgba(159,122,234,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-purple-600:focus {
		--bg-opacity: 1 !important;
		background-color: #805ad5 !important;
		background-color: rgba(128,90,213,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-purple-700:focus {
		--bg-opacity: 1 !important;
		background-color: #6b46c1 !important;
		background-color: rgba(107,70,193,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-purple-800:focus {
		--bg-opacity: 1 !important;
		background-color: #553c9a !important;
		background-color: rgba(85,60,154,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-purple-900:focus {
		--bg-opacity: 1 !important;
		background-color: #44337a !important;
		background-color: rgba(68,51,122,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-pink-100:focus {
		--bg-opacity: 1 !important;
		background-color: #fff5f7 !important;
		background-color: rgba(255,245,247,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-pink-200:focus {
		--bg-opacity: 1 !important;
		background-color: #fed7e2 !important;
		background-color: rgba(254,215,226,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-pink-300:focus {
		--bg-opacity: 1 !important;
		background-color: #fbb6ce !important;
		background-color: rgba(251,182,206,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-pink-400:focus {
		--bg-opacity: 1 !important;
		background-color: #f687b3 !important;
		background-color: rgba(246,135,179,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-pink-500:focus {
		--bg-opacity: 1 !important;
		background-color: #ed64a6 !important;
		background-color: rgba(237,100,166,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-pink-600:focus {
		--bg-opacity: 1 !important;
		background-color: #d53f8c !important;
		background-color: rgba(213,63,140,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-pink-700:focus {
		--bg-opacity: 1 !important;
		background-color: #b83280 !important;
		background-color: rgba(184,50,128,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-pink-800:focus {
		--bg-opacity: 1 !important;
		background-color: #97266d !important;
		background-color: rgba(151,38,109,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-pink-900:focus {
		--bg-opacity: 1 !important;
		background-color: #702459 !important;
		background-color: rgba(112,36,89,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-orange-400:focus {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-orange-500:focus {
		--bg-opacity: 1 !important;
		background-color: #f54a08 !important;
		background-color: rgba(245,74,8,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-f3f:focus {
		--bg-opacity: 1 !important;
		background-color: #f3f3f3 !important;
		background-color: rgba(243,243,243,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-primary:focus {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.lg\:focus\:bg-primary-100:focus {
		background-color: rgba(238,87,35,.9) !important
	}

	.lg\:bg-none {
		background-image: none !important
	}

	.lg\:bg-gradient-to-t {
		background-image: linear-gradient(0deg,var(--gradient-color-stops)) !important
	}

	.lg\:bg-gradient-to-tr {
		background-image: linear-gradient(to top right,var(--gradient-color-stops)) !important
	}

	.lg\:bg-gradient-to-r {
		background-image: linear-gradient(90deg,var(--gradient-color-stops)) !important
	}

	.lg\:bg-gradient-to-br {
		background-image: linear-gradient(to bottom right,var(--gradient-color-stops)) !important
	}

	.lg\:bg-gradient-to-b {
		background-image: linear-gradient(180deg,var(--gradient-color-stops)) !important
	}

	.lg\:bg-gradient-to-bl {
		background-image: linear-gradient(to bottom left,var(--gradient-color-stops)) !important
	}

	.lg\:bg-gradient-to-l {
		background-image: linear-gradient(270deg,var(--gradient-color-stops)) !important
	}

	.lg\:bg-gradient-to-tl {
		background-image: linear-gradient(to top left,var(--gradient-color-stops)) !important
	}

	.lg\:bg-opacity-0 {
		--bg-opacity: 0 !important
	}

	.lg\:bg-opacity-25 {
		--bg-opacity: 0.25 !important
	}

	.lg\:bg-opacity-50 {
		--bg-opacity: 0.5 !important
	}

	.lg\:bg-opacity-75 {
		--bg-opacity: 0.75 !important
	}

	.lg\:bg-opacity-100 {
		--bg-opacity: 1 !important
	}

	.lg\:hover\:bg-opacity-0:hover {
		--bg-opacity: 0 !important
	}

	.lg\:hover\:bg-opacity-25:hover {
		--bg-opacity: 0.25 !important
	}

	.lg\:hover\:bg-opacity-50:hover {
		--bg-opacity: 0.5 !important
	}

	.lg\:hover\:bg-opacity-75:hover {
		--bg-opacity: 0.75 !important
	}

	.lg\:hover\:bg-opacity-100:hover {
		--bg-opacity: 1 !important
	}

	.lg\:focus\:bg-opacity-0:focus {
		--bg-opacity: 0 !important
	}

	.lg\:focus\:bg-opacity-25:focus {
		--bg-opacity: 0.25 !important
	}

	.lg\:focus\:bg-opacity-50:focus {
		--bg-opacity: 0.5 !important
	}

	.lg\:focus\:bg-opacity-75:focus {
		--bg-opacity: 0.75 !important
	}

	.lg\:focus\:bg-opacity-100:focus {
		--bg-opacity: 1 !important
	}

	.lg\:bg-bottom {
		background-position: bottom !important
	}

	.lg\:bg-center {
		background-position: 50% !important
	}

	.lg\:bg-left {
		background-position: 0 !important
	}

	.lg\:bg-left-bottom {
		background-position: 0 100% !important
	}

	.lg\:bg-left-top {
		background-position: 0 0 !important
	}

	.lg\:bg-right {
		background-position: 100% !important
	}

	.lg\:bg-right-bottom {
		background-position: 100% 100% !important
	}

	.lg\:bg-right-top {
		background-position: 100% 0 !important
	}

	.lg\:bg-top {
		background-position: top !important
	}

	.lg\:bg-repeat {
		background-repeat: repeat !important
	}

	.lg\:bg-no-repeat {
		background-repeat: no-repeat !important
	}

	.lg\:bg-repeat-x {
		background-repeat: repeat-x !important
	}

	.lg\:bg-repeat-y {
		background-repeat: repeat-y !important
	}

	.lg\:bg-repeat-round {
		background-repeat: round !important
	}

	.lg\:bg-repeat-space {
		background-repeat: space !important
	}

	.lg\:bg-auto {
		background-size: auto !important
	}

	.lg\:bg-cover {
		background-size: cover !important
	}

	.lg\:bg-contain {
		background-size: contain !important
	}

	.lg\:border-collapse {
		border-collapse: collapse !important
	}

	.lg\:border-separate {
		border-collapse: separate !important
	}

	.lg\:border-666 {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.lg\:border-transparent {
		border-color: transparent !important
	}

	.lg\:border-current {
		border-color: currentColor !important
	}

	.lg\:border-black-100 {
		--border-opacity: 1 !important;
		border-color: #141d3e !important;
		border-color: rgba(20,29,62,var(--border-opacity)) !important
	}

	.lg\:border-black-200 {
		--border-opacity: 1 !important;
		border-color: #212935 !important;
		border-color: rgba(33,41,53,var(--border-opacity)) !important
	}

	.lg\:border-black-300 {
		--border-opacity: 1 !important;
		border-color: #323648 !important;
		border-color: rgba(50,54,72,var(--border-opacity)) !important
	}

	.lg\:border-white {
		--border-opacity: 1 !important;
		border-color: #fff !important;
		border-color: rgba(255,255,255,var(--border-opacity)) !important
	}

	.lg\:border-gray-100 {
		--border-opacity: 1 !important;
		border-color: #f6f6f6 !important;
		border-color: rgba(246,246,246,var(--border-opacity)) !important
	}

	.lg\:border-gray-200 {
		--border-opacity: 1 !important;
		border-color: #e5e5e5 !important;
		border-color: rgba(229,229,229,var(--border-opacity)) !important
	}

	.lg\:border-gray-300 {
		--border-opacity: 1 !important;
		border-color: #c4c4c4 !important;
		border-color: rgba(196,196,196,var(--border-opacity)) !important
	}

	.lg\:border-gray-400 {
		--border-opacity: 1 !important;
		border-color: #aaaaad !important;
		border-color: rgba(170,170,173,var(--border-opacity)) !important
	}

	.lg\:border-gray-500 {
		--border-opacity: 1 !important;
		border-color: #9fa2ac !important;
		border-color: rgba(159,162,172,var(--border-opacity)) !important
	}

	.lg\:border-gray-600 {
		--border-opacity: 1 !important;
		border-color: #8f9191 !important;
		border-color: rgba(143,145,145,var(--border-opacity)) !important
	}

	.lg\:border-gray-700 {
		--border-opacity: 1 !important;
		border-color: #70727f !important;
		border-color: rgba(112,114,127,var(--border-opacity)) !important
	}

	.lg\:border-gray-800 {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.lg\:border-red-100 {
		--border-opacity: 1 !important;
		border-color: #fff5f5 !important;
		border-color: rgba(255,245,245,var(--border-opacity)) !important
	}

	.lg\:border-red-200 {
		--border-opacity: 1 !important;
		border-color: #fed7d7 !important;
		border-color: rgba(254,215,215,var(--border-opacity)) !important
	}

	.lg\:border-red-300 {
		--border-opacity: 1 !important;
		border-color: #feb2b2 !important;
		border-color: rgba(254,178,178,var(--border-opacity)) !important
	}

	.lg\:border-red-400 {
		--border-opacity: 1 !important;
		border-color: #fc8181 !important;
		border-color: rgba(252,129,129,var(--border-opacity)) !important
	}

	.lg\:border-red-500 {
		--border-opacity: 1 !important;
		border-color: #f56565 !important;
		border-color: rgba(245,101,101,var(--border-opacity)) !important
	}

	.lg\:border-red-600 {
		--border-opacity: 1 !important;
		border-color: #e53e3e !important;
		border-color: rgba(229,62,62,var(--border-opacity)) !important
	}

	.lg\:border-red-700 {
		--border-opacity: 1 !important;
		border-color: #c53030 !important;
		border-color: rgba(197,48,48,var(--border-opacity)) !important
	}

	.lg\:border-red-800 {
		--border-opacity: 1 !important;
		border-color: #9b2c2c !important;
		border-color: rgba(155,44,44,var(--border-opacity)) !important
	}

	.lg\:border-red-900 {
		--border-opacity: 1 !important;
		border-color: #742a2a !important;
		border-color: rgba(116,42,42,var(--border-opacity)) !important
	}

	.lg\:border-orange {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.lg\:border-yellow-100 {
		--border-opacity: 1 !important;
		border-color: ivory !important;
		border-color: rgba(255,255,240,var(--border-opacity)) !important
	}

	.lg\:border-yellow-200 {
		--border-opacity: 1 !important;
		border-color: #fefcbf !important;
		border-color: rgba(254,252,191,var(--border-opacity)) !important
	}

	.lg\:border-yellow-300 {
		--border-opacity: 1 !important;
		border-color: #faf089 !important;
		border-color: rgba(250,240,137,var(--border-opacity)) !important
	}

	.lg\:border-yellow-400 {
		--border-opacity: 1 !important;
		border-color: #f6e05e !important;
		border-color: rgba(246,224,94,var(--border-opacity)) !important
	}

	.lg\:border-yellow-500 {
		--border-opacity: 1 !important;
		border-color: #ecc94b !important;
		border-color: rgba(236,201,75,var(--border-opacity)) !important
	}

	.lg\:border-yellow-600 {
		--border-opacity: 1 !important;
		border-color: #d69e2e !important;
		border-color: rgba(214,158,46,var(--border-opacity)) !important
	}

	.lg\:border-yellow-700 {
		--border-opacity: 1 !important;
		border-color: #b7791f !important;
		border-color: rgba(183,121,31,var(--border-opacity)) !important
	}

	.lg\:border-yellow-800 {
		--border-opacity: 1 !important;
		border-color: #975a16 !important;
		border-color: rgba(151,90,22,var(--border-opacity)) !important
	}

	.lg\:border-yellow-900 {
		--border-opacity: 1 !important;
		border-color: #744210 !important;
		border-color: rgba(116,66,16,var(--border-opacity)) !important
	}

	.lg\:border-green-100 {
		--border-opacity: 1 !important;
		border-color: #f0fff4 !important;
		border-color: rgba(240,255,244,var(--border-opacity)) !important
	}

	.lg\:border-green-200 {
		--border-opacity: 1 !important;
		border-color: #c6f6d5 !important;
		border-color: rgba(198,246,213,var(--border-opacity)) !important
	}

	.lg\:border-green-300 {
		--border-opacity: 1 !important;
		border-color: #9ae6b4 !important;
		border-color: rgba(154,230,180,var(--border-opacity)) !important
	}

	.lg\:border-green-400 {
		--border-opacity: 1 !important;
		border-color: #68d391 !important;
		border-color: rgba(104,211,145,var(--border-opacity)) !important
	}

	.lg\:border-green-500 {
		--border-opacity: 1 !important;
		border-color: #48bb78 !important;
		border-color: rgba(72,187,120,var(--border-opacity)) !important
	}

	.lg\:border-green-600 {
		--border-opacity: 1 !important;
		border-color: #38a169 !important;
		border-color: rgba(56,161,105,var(--border-opacity)) !important
	}

	.lg\:border-green-700 {
		--border-opacity: 1 !important;
		border-color: #2f855a !important;
		border-color: rgba(47,133,90,var(--border-opacity)) !important
	}

	.lg\:border-green-800 {
		--border-opacity: 1 !important;
		border-color: #276749 !important;
		border-color: rgba(39,103,73,var(--border-opacity)) !important
	}

	.lg\:border-green-900 {
		--border-opacity: 1 !important;
		border-color: #22543d !important;
		border-color: rgba(34,84,61,var(--border-opacity)) !important
	}

	.lg\:border-teal-100 {
		--border-opacity: 1 !important;
		border-color: #e6fffa !important;
		border-color: rgba(230,255,250,var(--border-opacity)) !important
	}

	.lg\:border-teal-200 {
		--border-opacity: 1 !important;
		border-color: #b2f5ea !important;
		border-color: rgba(178,245,234,var(--border-opacity)) !important
	}

	.lg\:border-teal-300 {
		--border-opacity: 1 !important;
		border-color: #81e6d9 !important;
		border-color: rgba(129,230,217,var(--border-opacity)) !important
	}

	.lg\:border-teal-400 {
		--border-opacity: 1 !important;
		border-color: #4fd1c5 !important;
		border-color: rgba(79,209,197,var(--border-opacity)) !important
	}

	.lg\:border-teal-500 {
		--border-opacity: 1 !important;
		border-color: #38b2ac !important;
		border-color: rgba(56,178,172,var(--border-opacity)) !important
	}

	.lg\:border-teal-600 {
		--border-opacity: 1 !important;
		border-color: #319795 !important;
		border-color: rgba(49,151,149,var(--border-opacity)) !important
	}

	.lg\:border-teal-700 {
		--border-opacity: 1 !important;
		border-color: #2c7a7b !important;
		border-color: rgba(44,122,123,var(--border-opacity)) !important
	}

	.lg\:border-teal-800 {
		--border-opacity: 1 !important;
		border-color: #285e61 !important;
		border-color: rgba(40,94,97,var(--border-opacity)) !important
	}

	.lg\:border-teal-900 {
		--border-opacity: 1 !important;
		border-color: #234e52 !important;
		border-color: rgba(35,78,82,var(--border-opacity)) !important
	}

	.lg\:border-blue-100 {
		--border-opacity: 1 !important;
		border-color: #ebf8ff !important;
		border-color: rgba(235,248,255,var(--border-opacity)) !important
	}

	.lg\:border-blue-200 {
		--border-opacity: 1 !important;
		border-color: #bee3f8 !important;
		border-color: rgba(190,227,248,var(--border-opacity)) !important
	}

	.lg\:border-blue-300 {
		--border-opacity: 1 !important;
		border-color: #90cdf4 !important;
		border-color: rgba(144,205,244,var(--border-opacity)) !important
	}

	.lg\:border-blue-400 {
		--border-opacity: 1 !important;
		border-color: #63b3ed !important;
		border-color: rgba(99,179,237,var(--border-opacity)) !important
	}

	.lg\:border-blue-500 {
		--border-opacity: 1 !important;
		border-color: #4299e1 !important;
		border-color: rgba(66,153,225,var(--border-opacity)) !important
	}

	.lg\:border-blue-600 {
		--border-opacity: 1 !important;
		border-color: #3182ce !important;
		border-color: rgba(49,130,206,var(--border-opacity)) !important
	}

	.lg\:border-blue-700 {
		--border-opacity: 1 !important;
		border-color: #2b6cb0 !important;
		border-color: rgba(43,108,176,var(--border-opacity)) !important
	}

	.lg\:border-blue-800 {
		--border-opacity: 1 !important;
		border-color: #2c5282 !important;
		border-color: rgba(44,82,130,var(--border-opacity)) !important
	}

	.lg\:border-blue-900 {
		--border-opacity: 1 !important;
		border-color: #2a4365 !important;
		border-color: rgba(42,67,101,var(--border-opacity)) !important
	}

	.lg\:border-indigo-100 {
		--border-opacity: 1 !important;
		border-color: #ebf4ff !important;
		border-color: rgba(235,244,255,var(--border-opacity)) !important
	}

	.lg\:border-indigo-200 {
		--border-opacity: 1 !important;
		border-color: #c3dafe !important;
		border-color: rgba(195,218,254,var(--border-opacity)) !important
	}

	.lg\:border-indigo-300 {
		--border-opacity: 1 !important;
		border-color: #a3bffa !important;
		border-color: rgba(163,191,250,var(--border-opacity)) !important
	}

	.lg\:border-indigo-400 {
		--border-opacity: 1 !important;
		border-color: #7f9cf5 !important;
		border-color: rgba(127,156,245,var(--border-opacity)) !important
	}

	.lg\:border-indigo-500 {
		--border-opacity: 1 !important;
		border-color: #667eea !important;
		border-color: rgba(102,126,234,var(--border-opacity)) !important
	}

	.lg\:border-indigo-600 {
		--border-opacity: 1 !important;
		border-color: #5a67d8 !important;
		border-color: rgba(90,103,216,var(--border-opacity)) !important
	}

	.lg\:border-indigo-700 {
		--border-opacity: 1 !important;
		border-color: #4c51bf !important;
		border-color: rgba(76,81,191,var(--border-opacity)) !important
	}

	.lg\:border-indigo-800 {
		--border-opacity: 1 !important;
		border-color: #434190 !important;
		border-color: rgba(67,65,144,var(--border-opacity)) !important
	}

	.lg\:border-indigo-900 {
		--border-opacity: 1 !important;
		border-color: #3c366b !important;
		border-color: rgba(60,54,107,var(--border-opacity)) !important
	}

	.lg\:border-purple-100 {
		--border-opacity: 1 !important;
		border-color: #faf5ff !important;
		border-color: rgba(250,245,255,var(--border-opacity)) !important
	}

	.lg\:border-purple-200 {
		--border-opacity: 1 !important;
		border-color: #e9d8fd !important;
		border-color: rgba(233,216,253,var(--border-opacity)) !important
	}

	.lg\:border-purple-300 {
		--border-opacity: 1 !important;
		border-color: #d6bcfa !important;
		border-color: rgba(214,188,250,var(--border-opacity)) !important
	}

	.lg\:border-purple-400 {
		--border-opacity: 1 !important;
		border-color: #b794f4 !important;
		border-color: rgba(183,148,244,var(--border-opacity)) !important
	}

	.lg\:border-purple-500 {
		--border-opacity: 1 !important;
		border-color: #9f7aea !important;
		border-color: rgba(159,122,234,var(--border-opacity)) !important
	}

	.lg\:border-purple-600 {
		--border-opacity: 1 !important;
		border-color: #805ad5 !important;
		border-color: rgba(128,90,213,var(--border-opacity)) !important
	}

	.lg\:border-purple-700 {
		--border-opacity: 1 !important;
		border-color: #6b46c1 !important;
		border-color: rgba(107,70,193,var(--border-opacity)) !important
	}

	.lg\:border-purple-800 {
		--border-opacity: 1 !important;
		border-color: #553c9a !important;
		border-color: rgba(85,60,154,var(--border-opacity)) !important
	}

	.lg\:border-purple-900 {
		--border-opacity: 1 !important;
		border-color: #44337a !important;
		border-color: rgba(68,51,122,var(--border-opacity)) !important
	}

	.lg\:border-pink-100 {
		--border-opacity: 1 !important;
		border-color: #fff5f7 !important;
		border-color: rgba(255,245,247,var(--border-opacity)) !important
	}

	.lg\:border-pink-200 {
		--border-opacity: 1 !important;
		border-color: #fed7e2 !important;
		border-color: rgba(254,215,226,var(--border-opacity)) !important
	}

	.lg\:border-pink-300 {
		--border-opacity: 1 !important;
		border-color: #fbb6ce !important;
		border-color: rgba(251,182,206,var(--border-opacity)) !important
	}

	.lg\:border-pink-400 {
		--border-opacity: 1 !important;
		border-color: #f687b3 !important;
		border-color: rgba(246,135,179,var(--border-opacity)) !important
	}

	.lg\:border-pink-500 {
		--border-opacity: 1 !important;
		border-color: #ed64a6 !important;
		border-color: rgba(237,100,166,var(--border-opacity)) !important
	}

	.lg\:border-pink-600 {
		--border-opacity: 1 !important;
		border-color: #d53f8c !important;
		border-color: rgba(213,63,140,var(--border-opacity)) !important
	}

	.lg\:border-pink-700 {
		--border-opacity: 1 !important;
		border-color: #b83280 !important;
		border-color: rgba(184,50,128,var(--border-opacity)) !important
	}

	.lg\:border-pink-800 {
		--border-opacity: 1 !important;
		border-color: #97266d !important;
		border-color: rgba(151,38,109,var(--border-opacity)) !important
	}

	.lg\:border-pink-900 {
		--border-opacity: 1 !important;
		border-color: #702459 !important;
		border-color: rgba(112,36,89,var(--border-opacity)) !important
	}

	.lg\:border-orange-400 {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.lg\:border-orange-500 {
		--border-opacity: 1 !important;
		border-color: #f54a08 !important;
		border-color: rgba(245,74,8,var(--border-opacity)) !important
	}

	.lg\:border-f3f {
		--border-opacity: 1 !important;
		border-color: #f3f3f3 !important;
		border-color: rgba(243,243,243,var(--border-opacity)) !important
	}

	.lg\:border-D8D {
		--border-opacity: 1 !important;
		border-color: #d8d8d8 !important;
		border-color: rgba(216,216,216,var(--border-opacity)) !important
	}

	.lg\:hover\:border-666:hover {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.lg\:hover\:border-transparent:hover {
		border-color: transparent !important
	}

	.lg\:hover\:border-current:hover {
		border-color: currentColor !important
	}

	.lg\:hover\:border-black-100:hover {
		--border-opacity: 1 !important;
		border-color: #141d3e !important;
		border-color: rgba(20,29,62,var(--border-opacity)) !important
	}

	.lg\:hover\:border-black-200:hover {
		--border-opacity: 1 !important;
		border-color: #212935 !important;
		border-color: rgba(33,41,53,var(--border-opacity)) !important
	}

	.lg\:hover\:border-black-300:hover {
		--border-opacity: 1 !important;
		border-color: #323648 !important;
		border-color: rgba(50,54,72,var(--border-opacity)) !important
	}

	.lg\:hover\:border-white:hover {
		--border-opacity: 1 !important;
		border-color: #fff !important;
		border-color: rgba(255,255,255,var(--border-opacity)) !important
	}

	.lg\:hover\:border-gray-100:hover {
		--border-opacity: 1 !important;
		border-color: #f6f6f6 !important;
		border-color: rgba(246,246,246,var(--border-opacity)) !important
	}

	.lg\:hover\:border-gray-200:hover {
		--border-opacity: 1 !important;
		border-color: #e5e5e5 !important;
		border-color: rgba(229,229,229,var(--border-opacity)) !important
	}

	.lg\:hover\:border-gray-300:hover {
		--border-opacity: 1 !important;
		border-color: #c4c4c4 !important;
		border-color: rgba(196,196,196,var(--border-opacity)) !important
	}

	.lg\:hover\:border-gray-400:hover {
		--border-opacity: 1 !important;
		border-color: #aaaaad !important;
		border-color: rgba(170,170,173,var(--border-opacity)) !important
	}

	.lg\:hover\:border-gray-500:hover {
		--border-opacity: 1 !important;
		border-color: #9fa2ac !important;
		border-color: rgba(159,162,172,var(--border-opacity)) !important
	}

	.lg\:hover\:border-gray-600:hover {
		--border-opacity: 1 !important;
		border-color: #8f9191 !important;
		border-color: rgba(143,145,145,var(--border-opacity)) !important
	}

	.lg\:hover\:border-gray-700:hover {
		--border-opacity: 1 !important;
		border-color: #70727f !important;
		border-color: rgba(112,114,127,var(--border-opacity)) !important
	}

	.lg\:hover\:border-gray-800:hover {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.lg\:hover\:border-red-100:hover {
		--border-opacity: 1 !important;
		border-color: #fff5f5 !important;
		border-color: rgba(255,245,245,var(--border-opacity)) !important
	}

	.lg\:hover\:border-red-200:hover {
		--border-opacity: 1 !important;
		border-color: #fed7d7 !important;
		border-color: rgba(254,215,215,var(--border-opacity)) !important
	}

	.lg\:hover\:border-red-300:hover {
		--border-opacity: 1 !important;
		border-color: #feb2b2 !important;
		border-color: rgba(254,178,178,var(--border-opacity)) !important
	}

	.lg\:hover\:border-red-400:hover {
		--border-opacity: 1 !important;
		border-color: #fc8181 !important;
		border-color: rgba(252,129,129,var(--border-opacity)) !important
	}

	.lg\:hover\:border-red-500:hover {
		--border-opacity: 1 !important;
		border-color: #f56565 !important;
		border-color: rgba(245,101,101,var(--border-opacity)) !important
	}

	.lg\:hover\:border-red-600:hover {
		--border-opacity: 1 !important;
		border-color: #e53e3e !important;
		border-color: rgba(229,62,62,var(--border-opacity)) !important
	}

	.lg\:hover\:border-red-700:hover {
		--border-opacity: 1 !important;
		border-color: #c53030 !important;
		border-color: rgba(197,48,48,var(--border-opacity)) !important
	}

	.lg\:hover\:border-red-800:hover {
		--border-opacity: 1 !important;
		border-color: #9b2c2c !important;
		border-color: rgba(155,44,44,var(--border-opacity)) !important
	}

	.lg\:hover\:border-red-900:hover {
		--border-opacity: 1 !important;
		border-color: #742a2a !important;
		border-color: rgba(116,42,42,var(--border-opacity)) !important
	}

	.lg\:hover\:border-orange:hover {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.lg\:hover\:border-yellow-100:hover {
		--border-opacity: 1 !important;
		border-color: ivory !important;
		border-color: rgba(255,255,240,var(--border-opacity)) !important
	}

	.lg\:hover\:border-yellow-200:hover {
		--border-opacity: 1 !important;
		border-color: #fefcbf !important;
		border-color: rgba(254,252,191,var(--border-opacity)) !important
	}

	.lg\:hover\:border-yellow-300:hover {
		--border-opacity: 1 !important;
		border-color: #faf089 !important;
		border-color: rgba(250,240,137,var(--border-opacity)) !important
	}

	.lg\:hover\:border-yellow-400:hover {
		--border-opacity: 1 !important;
		border-color: #f6e05e !important;
		border-color: rgba(246,224,94,var(--border-opacity)) !important
	}

	.lg\:hover\:border-yellow-500:hover {
		--border-opacity: 1 !important;
		border-color: #ecc94b !important;
		border-color: rgba(236,201,75,var(--border-opacity)) !important
	}

	.lg\:hover\:border-yellow-600:hover {
		--border-opacity: 1 !important;
		border-color: #d69e2e !important;
		border-color: rgba(214,158,46,var(--border-opacity)) !important
	}

	.lg\:hover\:border-yellow-700:hover {
		--border-opacity: 1 !important;
		border-color: #b7791f !important;
		border-color: rgba(183,121,31,var(--border-opacity)) !important
	}

	.lg\:hover\:border-yellow-800:hover {
		--border-opacity: 1 !important;
		border-color: #975a16 !important;
		border-color: rgba(151,90,22,var(--border-opacity)) !important
	}

	.lg\:hover\:border-yellow-900:hover {
		--border-opacity: 1 !important;
		border-color: #744210 !important;
		border-color: rgba(116,66,16,var(--border-opacity)) !important
	}

	.lg\:hover\:border-green-100:hover {
		--border-opacity: 1 !important;
		border-color: #f0fff4 !important;
		border-color: rgba(240,255,244,var(--border-opacity)) !important
	}

	.lg\:hover\:border-green-200:hover {
		--border-opacity: 1 !important;
		border-color: #c6f6d5 !important;
		border-color: rgba(198,246,213,var(--border-opacity)) !important
	}

	.lg\:hover\:border-green-300:hover {
		--border-opacity: 1 !important;
		border-color: #9ae6b4 !important;
		border-color: rgba(154,230,180,var(--border-opacity)) !important
	}

	.lg\:hover\:border-green-400:hover {
		--border-opacity: 1 !important;
		border-color: #68d391 !important;
		border-color: rgba(104,211,145,var(--border-opacity)) !important
	}

	.lg\:hover\:border-green-500:hover {
		--border-opacity: 1 !important;
		border-color: #48bb78 !important;
		border-color: rgba(72,187,120,var(--border-opacity)) !important
	}

	.lg\:hover\:border-green-600:hover {
		--border-opacity: 1 !important;
		border-color: #38a169 !important;
		border-color: rgba(56,161,105,var(--border-opacity)) !important
	}

	.lg\:hover\:border-green-700:hover {
		--border-opacity: 1 !important;
		border-color: #2f855a !important;
		border-color: rgba(47,133,90,var(--border-opacity)) !important
	}

	.lg\:hover\:border-green-800:hover {
		--border-opacity: 1 !important;
		border-color: #276749 !important;
		border-color: rgba(39,103,73,var(--border-opacity)) !important
	}

	.lg\:hover\:border-green-900:hover {
		--border-opacity: 1 !important;
		border-color: #22543d !important;
		border-color: rgba(34,84,61,var(--border-opacity)) !important
	}

	.lg\:hover\:border-teal-100:hover {
		--border-opacity: 1 !important;
		border-color: #e6fffa !important;
		border-color: rgba(230,255,250,var(--border-opacity)) !important
	}

	.lg\:hover\:border-teal-200:hover {
		--border-opacity: 1 !important;
		border-color: #b2f5ea !important;
		border-color: rgba(178,245,234,var(--border-opacity)) !important
	}

	.lg\:hover\:border-teal-300:hover {
		--border-opacity: 1 !important;
		border-color: #81e6d9 !important;
		border-color: rgba(129,230,217,var(--border-opacity)) !important
	}

	.lg\:hover\:border-teal-400:hover {
		--border-opacity: 1 !important;
		border-color: #4fd1c5 !important;
		border-color: rgba(79,209,197,var(--border-opacity)) !important
	}

	.lg\:hover\:border-teal-500:hover {
		--border-opacity: 1 !important;
		border-color: #38b2ac !important;
		border-color: rgba(56,178,172,var(--border-opacity)) !important
	}

	.lg\:hover\:border-teal-600:hover {
		--border-opacity: 1 !important;
		border-color: #319795 !important;
		border-color: rgba(49,151,149,var(--border-opacity)) !important
	}

	.lg\:hover\:border-teal-700:hover {
		--border-opacity: 1 !important;
		border-color: #2c7a7b !important;
		border-color: rgba(44,122,123,var(--border-opacity)) !important
	}

	.lg\:hover\:border-teal-800:hover {
		--border-opacity: 1 !important;
		border-color: #285e61 !important;
		border-color: rgba(40,94,97,var(--border-opacity)) !important
	}

	.lg\:hover\:border-teal-900:hover {
		--border-opacity: 1 !important;
		border-color: #234e52 !important;
		border-color: rgba(35,78,82,var(--border-opacity)) !important
	}

	.lg\:hover\:border-blue-100:hover {
		--border-opacity: 1 !important;
		border-color: #ebf8ff !important;
		border-color: rgba(235,248,255,var(--border-opacity)) !important
	}

	.lg\:hover\:border-blue-200:hover {
		--border-opacity: 1 !important;
		border-color: #bee3f8 !important;
		border-color: rgba(190,227,248,var(--border-opacity)) !important
	}

	.lg\:hover\:border-blue-300:hover {
		--border-opacity: 1 !important;
		border-color: #90cdf4 !important;
		border-color: rgba(144,205,244,var(--border-opacity)) !important
	}

	.lg\:hover\:border-blue-400:hover {
		--border-opacity: 1 !important;
		border-color: #63b3ed !important;
		border-color: rgba(99,179,237,var(--border-opacity)) !important
	}

	.lg\:hover\:border-blue-500:hover {
		--border-opacity: 1 !important;
		border-color: #4299e1 !important;
		border-color: rgba(66,153,225,var(--border-opacity)) !important
	}

	.lg\:hover\:border-blue-600:hover {
		--border-opacity: 1 !important;
		border-color: #3182ce !important;
		border-color: rgba(49,130,206,var(--border-opacity)) !important
	}

	.lg\:hover\:border-blue-700:hover {
		--border-opacity: 1 !important;
		border-color: #2b6cb0 !important;
		border-color: rgba(43,108,176,var(--border-opacity)) !important
	}

	.lg\:hover\:border-blue-800:hover {
		--border-opacity: 1 !important;
		border-color: #2c5282 !important;
		border-color: rgba(44,82,130,var(--border-opacity)) !important
	}

	.lg\:hover\:border-blue-900:hover {
		--border-opacity: 1 !important;
		border-color: #2a4365 !important;
		border-color: rgba(42,67,101,var(--border-opacity)) !important
	}

	.lg\:hover\:border-indigo-100:hover {
		--border-opacity: 1 !important;
		border-color: #ebf4ff !important;
		border-color: rgba(235,244,255,var(--border-opacity)) !important
	}

	.lg\:hover\:border-indigo-200:hover {
		--border-opacity: 1 !important;
		border-color: #c3dafe !important;
		border-color: rgba(195,218,254,var(--border-opacity)) !important
	}

	.lg\:hover\:border-indigo-300:hover {
		--border-opacity: 1 !important;
		border-color: #a3bffa !important;
		border-color: rgba(163,191,250,var(--border-opacity)) !important
	}

	.lg\:hover\:border-indigo-400:hover {
		--border-opacity: 1 !important;
		border-color: #7f9cf5 !important;
		border-color: rgba(127,156,245,var(--border-opacity)) !important
	}

	.lg\:hover\:border-indigo-500:hover {
		--border-opacity: 1 !important;
		border-color: #667eea !important;
		border-color: rgba(102,126,234,var(--border-opacity)) !important
	}

	.lg\:hover\:border-indigo-600:hover {
		--border-opacity: 1 !important;
		border-color: #5a67d8 !important;
		border-color: rgba(90,103,216,var(--border-opacity)) !important
	}

	.lg\:hover\:border-indigo-700:hover {
		--border-opacity: 1 !important;
		border-color: #4c51bf !important;
		border-color: rgba(76,81,191,var(--border-opacity)) !important
	}

	.lg\:hover\:border-indigo-800:hover {
		--border-opacity: 1 !important;
		border-color: #434190 !important;
		border-color: rgba(67,65,144,var(--border-opacity)) !important
	}

	.lg\:hover\:border-indigo-900:hover {
		--border-opacity: 1 !important;
		border-color: #3c366b !important;
		border-color: rgba(60,54,107,var(--border-opacity)) !important
	}

	.lg\:hover\:border-purple-100:hover {
		--border-opacity: 1 !important;
		border-color: #faf5ff !important;
		border-color: rgba(250,245,255,var(--border-opacity)) !important
	}

	.lg\:hover\:border-purple-200:hover {
		--border-opacity: 1 !important;
		border-color: #e9d8fd !important;
		border-color: rgba(233,216,253,var(--border-opacity)) !important
	}

	.lg\:hover\:border-purple-300:hover {
		--border-opacity: 1 !important;
		border-color: #d6bcfa !important;
		border-color: rgba(214,188,250,var(--border-opacity)) !important
	}

	.lg\:hover\:border-purple-400:hover {
		--border-opacity: 1 !important;
		border-color: #b794f4 !important;
		border-color: rgba(183,148,244,var(--border-opacity)) !important
	}

	.lg\:hover\:border-purple-500:hover {
		--border-opacity: 1 !important;
		border-color: #9f7aea !important;
		border-color: rgba(159,122,234,var(--border-opacity)) !important
	}

	.lg\:hover\:border-purple-600:hover {
		--border-opacity: 1 !important;
		border-color: #805ad5 !important;
		border-color: rgba(128,90,213,var(--border-opacity)) !important
	}

	.lg\:hover\:border-purple-700:hover {
		--border-opacity: 1 !important;
		border-color: #6b46c1 !important;
		border-color: rgba(107,70,193,var(--border-opacity)) !important
	}

	.lg\:hover\:border-purple-800:hover {
		--border-opacity: 1 !important;
		border-color: #553c9a !important;
		border-color: rgba(85,60,154,var(--border-opacity)) !important
	}

	.lg\:hover\:border-purple-900:hover {
		--border-opacity: 1 !important;
		border-color: #44337a !important;
		border-color: rgba(68,51,122,var(--border-opacity)) !important
	}

	.lg\:hover\:border-pink-100:hover {
		--border-opacity: 1 !important;
		border-color: #fff5f7 !important;
		border-color: rgba(255,245,247,var(--border-opacity)) !important
	}

	.lg\:hover\:border-pink-200:hover {
		--border-opacity: 1 !important;
		border-color: #fed7e2 !important;
		border-color: rgba(254,215,226,var(--border-opacity)) !important
	}

	.lg\:hover\:border-pink-300:hover {
		--border-opacity: 1 !important;
		border-color: #fbb6ce !important;
		border-color: rgba(251,182,206,var(--border-opacity)) !important
	}

	.lg\:hover\:border-pink-400:hover {
		--border-opacity: 1 !important;
		border-color: #f687b3 !important;
		border-color: rgba(246,135,179,var(--border-opacity)) !important
	}

	.lg\:hover\:border-pink-500:hover {
		--border-opacity: 1 !important;
		border-color: #ed64a6 !important;
		border-color: rgba(237,100,166,var(--border-opacity)) !important
	}

	.lg\:hover\:border-pink-600:hover {
		--border-opacity: 1 !important;
		border-color: #d53f8c !important;
		border-color: rgba(213,63,140,var(--border-opacity)) !important
	}

	.lg\:hover\:border-pink-700:hover {
		--border-opacity: 1 !important;
		border-color: #b83280 !important;
		border-color: rgba(184,50,128,var(--border-opacity)) !important
	}

	.lg\:hover\:border-pink-800:hover {
		--border-opacity: 1 !important;
		border-color: #97266d !important;
		border-color: rgba(151,38,109,var(--border-opacity)) !important
	}

	.lg\:hover\:border-pink-900:hover {
		--border-opacity: 1 !important;
		border-color: #702459 !important;
		border-color: rgba(112,36,89,var(--border-opacity)) !important
	}

	.lg\:hover\:border-orange-400:hover {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.lg\:hover\:border-orange-500:hover {
		--border-opacity: 1 !important;
		border-color: #f54a08 !important;
		border-color: rgba(245,74,8,var(--border-opacity)) !important
	}

	.lg\:hover\:border-f3f:hover {
		--border-opacity: 1 !important;
		border-color: #f3f3f3 !important;
		border-color: rgba(243,243,243,var(--border-opacity)) !important
	}

	.lg\:hover\:border-D8D:hover {
		--border-opacity: 1 !important;
		border-color: #d8d8d8 !important;
		border-color: rgba(216,216,216,var(--border-opacity)) !important
	}

	.lg\:focus\:border-666:focus {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.lg\:focus\:border-transparent:focus {
		border-color: transparent !important
	}

	.lg\:focus\:border-current:focus {
		border-color: currentColor !important
	}

	.lg\:focus\:border-black-100:focus {
		--border-opacity: 1 !important;
		border-color: #141d3e !important;
		border-color: rgba(20,29,62,var(--border-opacity)) !important
	}

	.lg\:focus\:border-black-200:focus {
		--border-opacity: 1 !important;
		border-color: #212935 !important;
		border-color: rgba(33,41,53,var(--border-opacity)) !important
	}

	.lg\:focus\:border-black-300:focus {
		--border-opacity: 1 !important;
		border-color: #323648 !important;
		border-color: rgba(50,54,72,var(--border-opacity)) !important
	}

	.lg\:focus\:border-white:focus {
		--border-opacity: 1 !important;
		border-color: #fff !important;
		border-color: rgba(255,255,255,var(--border-opacity)) !important
	}

	.lg\:focus\:border-gray-100:focus {
		--border-opacity: 1 !important;
		border-color: #f6f6f6 !important;
		border-color: rgba(246,246,246,var(--border-opacity)) !important
	}

	.lg\:focus\:border-gray-200:focus {
		--border-opacity: 1 !important;
		border-color: #e5e5e5 !important;
		border-color: rgba(229,229,229,var(--border-opacity)) !important
	}

	.lg\:focus\:border-gray-300:focus {
		--border-opacity: 1 !important;
		border-color: #c4c4c4 !important;
		border-color: rgba(196,196,196,var(--border-opacity)) !important
	}

	.lg\:focus\:border-gray-400:focus {
		--border-opacity: 1 !important;
		border-color: #aaaaad !important;
		border-color: rgba(170,170,173,var(--border-opacity)) !important
	}

	.lg\:focus\:border-gray-500:focus {
		--border-opacity: 1 !important;
		border-color: #9fa2ac !important;
		border-color: rgba(159,162,172,var(--border-opacity)) !important
	}

	.lg\:focus\:border-gray-600:focus {
		--border-opacity: 1 !important;
		border-color: #8f9191 !important;
		border-color: rgba(143,145,145,var(--border-opacity)) !important
	}

	.lg\:focus\:border-gray-700:focus {
		--border-opacity: 1 !important;
		border-color: #70727f !important;
		border-color: rgba(112,114,127,var(--border-opacity)) !important
	}

	.lg\:focus\:border-gray-800:focus {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.lg\:focus\:border-red-100:focus {
		--border-opacity: 1 !important;
		border-color: #fff5f5 !important;
		border-color: rgba(255,245,245,var(--border-opacity)) !important
	}

	.lg\:focus\:border-red-200:focus {
		--border-opacity: 1 !important;
		border-color: #fed7d7 !important;
		border-color: rgba(254,215,215,var(--border-opacity)) !important
	}

	.lg\:focus\:border-red-300:focus {
		--border-opacity: 1 !important;
		border-color: #feb2b2 !important;
		border-color: rgba(254,178,178,var(--border-opacity)) !important
	}

	.lg\:focus\:border-red-400:focus {
		--border-opacity: 1 !important;
		border-color: #fc8181 !important;
		border-color: rgba(252,129,129,var(--border-opacity)) !important
	}

	.lg\:focus\:border-red-500:focus {
		--border-opacity: 1 !important;
		border-color: #f56565 !important;
		border-color: rgba(245,101,101,var(--border-opacity)) !important
	}

	.lg\:focus\:border-red-600:focus {
		--border-opacity: 1 !important;
		border-color: #e53e3e !important;
		border-color: rgba(229,62,62,var(--border-opacity)) !important
	}

	.lg\:focus\:border-red-700:focus {
		--border-opacity: 1 !important;
		border-color: #c53030 !important;
		border-color: rgba(197,48,48,var(--border-opacity)) !important
	}

	.lg\:focus\:border-red-800:focus {
		--border-opacity: 1 !important;
		border-color: #9b2c2c !important;
		border-color: rgba(155,44,44,var(--border-opacity)) !important
	}

	.lg\:focus\:border-red-900:focus {
		--border-opacity: 1 !important;
		border-color: #742a2a !important;
		border-color: rgba(116,42,42,var(--border-opacity)) !important
	}

	.lg\:focus\:border-orange:focus {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.lg\:focus\:border-yellow-100:focus {
		--border-opacity: 1 !important;
		border-color: ivory !important;
		border-color: rgba(255,255,240,var(--border-opacity)) !important
	}

	.lg\:focus\:border-yellow-200:focus {
		--border-opacity: 1 !important;
		border-color: #fefcbf !important;
		border-color: rgba(254,252,191,var(--border-opacity)) !important
	}

	.lg\:focus\:border-yellow-300:focus {
		--border-opacity: 1 !important;
		border-color: #faf089 !important;
		border-color: rgba(250,240,137,var(--border-opacity)) !important
	}

	.lg\:focus\:border-yellow-400:focus {
		--border-opacity: 1 !important;
		border-color: #f6e05e !important;
		border-color: rgba(246,224,94,var(--border-opacity)) !important
	}

	.lg\:focus\:border-yellow-500:focus {
		--border-opacity: 1 !important;
		border-color: #ecc94b !important;
		border-color: rgba(236,201,75,var(--border-opacity)) !important
	}

	.lg\:focus\:border-yellow-600:focus {
		--border-opacity: 1 !important;
		border-color: #d69e2e !important;
		border-color: rgba(214,158,46,var(--border-opacity)) !important
	}

	.lg\:focus\:border-yellow-700:focus {
		--border-opacity: 1 !important;
		border-color: #b7791f !important;
		border-color: rgba(183,121,31,var(--border-opacity)) !important
	}

	.lg\:focus\:border-yellow-800:focus {
		--border-opacity: 1 !important;
		border-color: #975a16 !important;
		border-color: rgba(151,90,22,var(--border-opacity)) !important
	}

	.lg\:focus\:border-yellow-900:focus {
		--border-opacity: 1 !important;
		border-color: #744210 !important;
		border-color: rgba(116,66,16,var(--border-opacity)) !important
	}

	.lg\:focus\:border-green-100:focus {
		--border-opacity: 1 !important;
		border-color: #f0fff4 !important;
		border-color: rgba(240,255,244,var(--border-opacity)) !important
	}

	.lg\:focus\:border-green-200:focus {
		--border-opacity: 1 !important;
		border-color: #c6f6d5 !important;
		border-color: rgba(198,246,213,var(--border-opacity)) !important
	}

	.lg\:focus\:border-green-300:focus {
		--border-opacity: 1 !important;
		border-color: #9ae6b4 !important;
		border-color: rgba(154,230,180,var(--border-opacity)) !important
	}

	.lg\:focus\:border-green-400:focus {
		--border-opacity: 1 !important;
		border-color: #68d391 !important;
		border-color: rgba(104,211,145,var(--border-opacity)) !important
	}

	.lg\:focus\:border-green-500:focus {
		--border-opacity: 1 !important;
		border-color: #48bb78 !important;
		border-color: rgba(72,187,120,var(--border-opacity)) !important
	}

	.lg\:focus\:border-green-600:focus {
		--border-opacity: 1 !important;
		border-color: #38a169 !important;
		border-color: rgba(56,161,105,var(--border-opacity)) !important
	}

	.lg\:focus\:border-green-700:focus {
		--border-opacity: 1 !important;
		border-color: #2f855a !important;
		border-color: rgba(47,133,90,var(--border-opacity)) !important
	}

	.lg\:focus\:border-green-800:focus {
		--border-opacity: 1 !important;
		border-color: #276749 !important;
		border-color: rgba(39,103,73,var(--border-opacity)) !important
	}

	.lg\:focus\:border-green-900:focus {
		--border-opacity: 1 !important;
		border-color: #22543d !important;
		border-color: rgba(34,84,61,var(--border-opacity)) !important
	}

	.lg\:focus\:border-teal-100:focus {
		--border-opacity: 1 !important;
		border-color: #e6fffa !important;
		border-color: rgba(230,255,250,var(--border-opacity)) !important
	}

	.lg\:focus\:border-teal-200:focus {
		--border-opacity: 1 !important;
		border-color: #b2f5ea !important;
		border-color: rgba(178,245,234,var(--border-opacity)) !important
	}

	.lg\:focus\:border-teal-300:focus {
		--border-opacity: 1 !important;
		border-color: #81e6d9 !important;
		border-color: rgba(129,230,217,var(--border-opacity)) !important
	}

	.lg\:focus\:border-teal-400:focus {
		--border-opacity: 1 !important;
		border-color: #4fd1c5 !important;
		border-color: rgba(79,209,197,var(--border-opacity)) !important
	}

	.lg\:focus\:border-teal-500:focus {
		--border-opacity: 1 !important;
		border-color: #38b2ac !important;
		border-color: rgba(56,178,172,var(--border-opacity)) !important
	}

	.lg\:focus\:border-teal-600:focus {
		--border-opacity: 1 !important;
		border-color: #319795 !important;
		border-color: rgba(49,151,149,var(--border-opacity)) !important
	}

	.lg\:focus\:border-teal-700:focus {
		--border-opacity: 1 !important;
		border-color: #2c7a7b !important;
		border-color: rgba(44,122,123,var(--border-opacity)) !important
	}

	.lg\:focus\:border-teal-800:focus {
		--border-opacity: 1 !important;
		border-color: #285e61 !important;
		border-color: rgba(40,94,97,var(--border-opacity)) !important
	}

	.lg\:focus\:border-teal-900:focus {
		--border-opacity: 1 !important;
		border-color: #234e52 !important;
		border-color: rgba(35,78,82,var(--border-opacity)) !important
	}

	.lg\:focus\:border-blue-100:focus {
		--border-opacity: 1 !important;
		border-color: #ebf8ff !important;
		border-color: rgba(235,248,255,var(--border-opacity)) !important
	}

	.lg\:focus\:border-blue-200:focus {
		--border-opacity: 1 !important;
		border-color: #bee3f8 !important;
		border-color: rgba(190,227,248,var(--border-opacity)) !important
	}

	.lg\:focus\:border-blue-300:focus {
		--border-opacity: 1 !important;
		border-color: #90cdf4 !important;
		border-color: rgba(144,205,244,var(--border-opacity)) !important
	}

	.lg\:focus\:border-blue-400:focus {
		--border-opacity: 1 !important;
		border-color: #63b3ed !important;
		border-color: rgba(99,179,237,var(--border-opacity)) !important
	}

	.lg\:focus\:border-blue-500:focus {
		--border-opacity: 1 !important;
		border-color: #4299e1 !important;
		border-color: rgba(66,153,225,var(--border-opacity)) !important
	}

	.lg\:focus\:border-blue-600:focus {
		--border-opacity: 1 !important;
		border-color: #3182ce !important;
		border-color: rgba(49,130,206,var(--border-opacity)) !important
	}

	.lg\:focus\:border-blue-700:focus {
		--border-opacity: 1 !important;
		border-color: #2b6cb0 !important;
		border-color: rgba(43,108,176,var(--border-opacity)) !important
	}

	.lg\:focus\:border-blue-800:focus {
		--border-opacity: 1 !important;
		border-color: #2c5282 !important;
		border-color: rgba(44,82,130,var(--border-opacity)) !important
	}

	.lg\:focus\:border-blue-900:focus {
		--border-opacity: 1 !important;
		border-color: #2a4365 !important;
		border-color: rgba(42,67,101,var(--border-opacity)) !important
	}

	.lg\:focus\:border-indigo-100:focus {
		--border-opacity: 1 !important;
		border-color: #ebf4ff !important;
		border-color: rgba(235,244,255,var(--border-opacity)) !important
	}

	.lg\:focus\:border-indigo-200:focus {
		--border-opacity: 1 !important;
		border-color: #c3dafe !important;
		border-color: rgba(195,218,254,var(--border-opacity)) !important
	}

	.lg\:focus\:border-indigo-300:focus {
		--border-opacity: 1 !important;
		border-color: #a3bffa !important;
		border-color: rgba(163,191,250,var(--border-opacity)) !important
	}

	.lg\:focus\:border-indigo-400:focus {
		--border-opacity: 1 !important;
		border-color: #7f9cf5 !important;
		border-color: rgba(127,156,245,var(--border-opacity)) !important
	}

	.lg\:focus\:border-indigo-500:focus {
		--border-opacity: 1 !important;
		border-color: #667eea !important;
		border-color: rgba(102,126,234,var(--border-opacity)) !important
	}

	.lg\:focus\:border-indigo-600:focus {
		--border-opacity: 1 !important;
		border-color: #5a67d8 !important;
		border-color: rgba(90,103,216,var(--border-opacity)) !important
	}

	.lg\:focus\:border-indigo-700:focus {
		--border-opacity: 1 !important;
		border-color: #4c51bf !important;
		border-color: rgba(76,81,191,var(--border-opacity)) !important
	}

	.lg\:focus\:border-indigo-800:focus {
		--border-opacity: 1 !important;
		border-color: #434190 !important;
		border-color: rgba(67,65,144,var(--border-opacity)) !important
	}

	.lg\:focus\:border-indigo-900:focus {
		--border-opacity: 1 !important;
		border-color: #3c366b !important;
		border-color: rgba(60,54,107,var(--border-opacity)) !important
	}

	.lg\:focus\:border-purple-100:focus {
		--border-opacity: 1 !important;
		border-color: #faf5ff !important;
		border-color: rgba(250,245,255,var(--border-opacity)) !important
	}

	.lg\:focus\:border-purple-200:focus {
		--border-opacity: 1 !important;
		border-color: #e9d8fd !important;
		border-color: rgba(233,216,253,var(--border-opacity)) !important
	}

	.lg\:focus\:border-purple-300:focus {
		--border-opacity: 1 !important;
		border-color: #d6bcfa !important;
		border-color: rgba(214,188,250,var(--border-opacity)) !important
	}

	.lg\:focus\:border-purple-400:focus {
		--border-opacity: 1 !important;
		border-color: #b794f4 !important;
		border-color: rgba(183,148,244,var(--border-opacity)) !important
	}

	.lg\:focus\:border-purple-500:focus {
		--border-opacity: 1 !important;
		border-color: #9f7aea !important;
		border-color: rgba(159,122,234,var(--border-opacity)) !important
	}

	.lg\:focus\:border-purple-600:focus {
		--border-opacity: 1 !important;
		border-color: #805ad5 !important;
		border-color: rgba(128,90,213,var(--border-opacity)) !important
	}

	.lg\:focus\:border-purple-700:focus {
		--border-opacity: 1 !important;
		border-color: #6b46c1 !important;
		border-color: rgba(107,70,193,var(--border-opacity)) !important
	}

	.lg\:focus\:border-purple-800:focus {
		--border-opacity: 1 !important;
		border-color: #553c9a !important;
		border-color: rgba(85,60,154,var(--border-opacity)) !important
	}

	.lg\:focus\:border-purple-900:focus {
		--border-opacity: 1 !important;
		border-color: #44337a !important;
		border-color: rgba(68,51,122,var(--border-opacity)) !important
	}

	.lg\:focus\:border-pink-100:focus {
		--border-opacity: 1 !important;
		border-color: #fff5f7 !important;
		border-color: rgba(255,245,247,var(--border-opacity)) !important
	}

	.lg\:focus\:border-pink-200:focus {
		--border-opacity: 1 !important;
		border-color: #fed7e2 !important;
		border-color: rgba(254,215,226,var(--border-opacity)) !important
	}

	.lg\:focus\:border-pink-300:focus {
		--border-opacity: 1 !important;
		border-color: #fbb6ce !important;
		border-color: rgba(251,182,206,var(--border-opacity)) !important
	}

	.lg\:focus\:border-pink-400:focus {
		--border-opacity: 1 !important;
		border-color: #f687b3 !important;
		border-color: rgba(246,135,179,var(--border-opacity)) !important
	}

	.lg\:focus\:border-pink-500:focus {
		--border-opacity: 1 !important;
		border-color: #ed64a6 !important;
		border-color: rgba(237,100,166,var(--border-opacity)) !important
	}

	.lg\:focus\:border-pink-600:focus {
		--border-opacity: 1 !important;
		border-color: #d53f8c !important;
		border-color: rgba(213,63,140,var(--border-opacity)) !important
	}

	.lg\:focus\:border-pink-700:focus {
		--border-opacity: 1 !important;
		border-color: #b83280 !important;
		border-color: rgba(184,50,128,var(--border-opacity)) !important
	}

	.lg\:focus\:border-pink-800:focus {
		--border-opacity: 1 !important;
		border-color: #97266d !important;
		border-color: rgba(151,38,109,var(--border-opacity)) !important
	}

	.lg\:focus\:border-pink-900:focus {
		--border-opacity: 1 !important;
		border-color: #702459 !important;
		border-color: rgba(112,36,89,var(--border-opacity)) !important
	}

	.lg\:focus\:border-orange-400:focus {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.lg\:focus\:border-orange-500:focus {
		--border-opacity: 1 !important;
		border-color: #f54a08 !important;
		border-color: rgba(245,74,8,var(--border-opacity)) !important
	}

	.lg\:focus\:border-f3f:focus {
		--border-opacity: 1 !important;
		border-color: #f3f3f3 !important;
		border-color: rgba(243,243,243,var(--border-opacity)) !important
	}

	.lg\:focus\:border-D8D:focus {
		--border-opacity: 1 !important;
		border-color: #d8d8d8 !important;
		border-color: rgba(216,216,216,var(--border-opacity)) !important
	}

	.lg\:border-opacity-0 {
		--border-opacity: 0 !important
	}

	.lg\:border-opacity-25 {
		--border-opacity: 0.25 !important
	}

	.lg\:border-opacity-50 {
		--border-opacity: 0.5 !important
	}

	.lg\:border-opacity-75 {
		--border-opacity: 0.75 !important
	}

	.lg\:border-opacity-100 {
		--border-opacity: 1 !important
	}

	.lg\:hover\:border-opacity-0:hover {
		--border-opacity: 0 !important
	}

	.lg\:hover\:border-opacity-25:hover {
		--border-opacity: 0.25 !important
	}

	.lg\:hover\:border-opacity-50:hover {
		--border-opacity: 0.5 !important
	}

	.lg\:hover\:border-opacity-75:hover {
		--border-opacity: 0.75 !important
	}

	.lg\:hover\:border-opacity-100:hover {
		--border-opacity: 1 !important
	}

	.lg\:focus\:border-opacity-0:focus {
		--border-opacity: 0 !important
	}

	.lg\:focus\:border-opacity-25:focus {
		--border-opacity: 0.25 !important
	}

	.lg\:focus\:border-opacity-50:focus {
		--border-opacity: 0.5 !important
	}

	.lg\:focus\:border-opacity-75:focus {
		--border-opacity: 0.75 !important
	}

	.lg\:focus\:border-opacity-100:focus {
		--border-opacity: 1 !important
	}

	.lg\:rounded-none {
		border-radius: 0 !important
	}

	.lg\:rounded-sm {
		border-radius: .125rem !important
	}

	.lg\:rounded {
		border-radius: .25rem !important
	}

	.lg\:rounded-md {
		border-radius: .375rem !important
	}

	.lg\:rounded-lg {
		border-radius: .5rem !important
	}

	.lg\:rounded-xl {
		border-radius: .75rem !important
	}

	.lg\:rounded-2xl {
		border-radius: 1rem !important
	}

	.lg\:rounded-3xl {
		border-radius: 1.5rem !important
	}

	.lg\:rounded-full {
		border-radius: 9999px !important
	}

	.lg\:rounded-t-none {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important
	}

	.lg\:rounded-r-none {
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 0 !important
	}

	.lg\:rounded-b-none {
		border-bottom-right-radius: 0 !important;
		border-bottom-left-radius: 0 !important
	}

	.lg\:rounded-l-none {
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important
	}

	.lg\:rounded-t-sm {
		border-top-left-radius: .125rem !important
	}

	.lg\:rounded-r-sm, .lg\:rounded-t-sm {
		border-top-right-radius: .125rem !important
	}

	.lg\:rounded-b-sm, .lg\:rounded-r-sm {
		border-bottom-right-radius: .125rem !important
	}

	.lg\:rounded-b-sm, .lg\:rounded-l-sm {
		border-bottom-left-radius: .125rem !important
	}

	.lg\:rounded-l-sm {
		border-top-left-radius: .125rem !important
	}

	.lg\:rounded-t {
		border-top-left-radius: .25rem !important
	}

	.lg\:rounded-r, .lg\:rounded-t {
		border-top-right-radius: .25rem !important
	}

	.lg\:rounded-b, .lg\:rounded-r {
		border-bottom-right-radius: .25rem !important
	}

	.lg\:rounded-b, .lg\:rounded-l {
		border-bottom-left-radius: .25rem !important
	}

	.lg\:rounded-l {
		border-top-left-radius: .25rem !important
	}

	.lg\:rounded-t-md {
		border-top-left-radius: .375rem !important
	}

	.lg\:rounded-r-md, .lg\:rounded-t-md {
		border-top-right-radius: .375rem !important
	}

	.lg\:rounded-b-md, .lg\:rounded-r-md {
		border-bottom-right-radius: .375rem !important
	}

	.lg\:rounded-b-md, .lg\:rounded-l-md {
		border-bottom-left-radius: .375rem !important
	}

	.lg\:rounded-l-md {
		border-top-left-radius: .375rem !important
	}

	.lg\:rounded-t-lg {
		border-top-left-radius: .5rem !important
	}

	.lg\:rounded-r-lg, .lg\:rounded-t-lg {
		border-top-right-radius: .5rem !important
	}

	.lg\:rounded-b-lg, .lg\:rounded-r-lg {
		border-bottom-right-radius: .5rem !important
	}

	.lg\:rounded-b-lg, .lg\:rounded-l-lg {
		border-bottom-left-radius: .5rem !important
	}

	.lg\:rounded-l-lg {
		border-top-left-radius: .5rem !important
	}

	.lg\:rounded-t-xl {
		border-top-left-radius: .75rem !important
	}

	.lg\:rounded-r-xl, .lg\:rounded-t-xl {
		border-top-right-radius: .75rem !important
	}

	.lg\:rounded-b-xl, .lg\:rounded-r-xl {
		border-bottom-right-radius: .75rem !important
	}

	.lg\:rounded-b-xl, .lg\:rounded-l-xl {
		border-bottom-left-radius: .75rem !important
	}

	.lg\:rounded-l-xl {
		border-top-left-radius: .75rem !important
	}

	.lg\:rounded-t-2xl {
		border-top-left-radius: 1rem !important
	}

	.lg\:rounded-r-2xl, .lg\:rounded-t-2xl {
		border-top-right-radius: 1rem !important
	}

	.lg\:rounded-b-2xl, .lg\:rounded-r-2xl {
		border-bottom-right-radius: 1rem !important
	}

	.lg\:rounded-b-2xl, .lg\:rounded-l-2xl {
		border-bottom-left-radius: 1rem !important
	}

	.lg\:rounded-l-2xl {
		border-top-left-radius: 1rem !important
	}

	.lg\:rounded-t-3xl {
		border-top-left-radius: 1.5rem !important
	}

	.lg\:rounded-r-3xl, .lg\:rounded-t-3xl {
		border-top-right-radius: 1.5rem !important
	}

	.lg\:rounded-b-3xl, .lg\:rounded-r-3xl {
		border-bottom-right-radius: 1.5rem !important
	}

	.lg\:rounded-b-3xl, .lg\:rounded-l-3xl {
		border-bottom-left-radius: 1.5rem !important
	}

	.lg\:rounded-l-3xl {
		border-top-left-radius: 1.5rem !important
	}

	.lg\:rounded-t-full {
		border-top-left-radius: 9999px !important
	}

	.lg\:rounded-r-full, .lg\:rounded-t-full {
		border-top-right-radius: 9999px !important
	}

	.lg\:rounded-b-full, .lg\:rounded-r-full {
		border-bottom-right-radius: 9999px !important
	}

	.lg\:rounded-b-full, .lg\:rounded-l-full {
		border-bottom-left-radius: 9999px !important
	}

	.lg\:rounded-l-full {
		border-top-left-radius: 9999px !important
	}

	.lg\:rounded-tl-none {
		border-top-left-radius: 0 !important
	}

	.lg\:rounded-tr-none {
		border-top-right-radius: 0 !important
	}

	.lg\:rounded-br-none {
		border-bottom-right-radius: 0 !important
	}

	.lg\:rounded-bl-none {
		border-bottom-left-radius: 0 !important
	}

	.lg\:rounded-tl-sm {
		border-top-left-radius: .125rem !important
	}

	.lg\:rounded-tr-sm {
		border-top-right-radius: .125rem !important
	}

	.lg\:rounded-br-sm {
		border-bottom-right-radius: .125rem !important
	}

	.lg\:rounded-bl-sm {
		border-bottom-left-radius: .125rem !important
	}

	.lg\:rounded-tl {
		border-top-left-radius: .25rem !important
	}

	.lg\:rounded-tr {
		border-top-right-radius: .25rem !important
	}

	.lg\:rounded-br {
		border-bottom-right-radius: .25rem !important
	}

	.lg\:rounded-bl {
		border-bottom-left-radius: .25rem !important
	}

	.lg\:rounded-tl-md {
		border-top-left-radius: .375rem !important
	}

	.lg\:rounded-tr-md {
		border-top-right-radius: .375rem !important
	}

	.lg\:rounded-br-md {
		border-bottom-right-radius: .375rem !important
	}

	.lg\:rounded-bl-md {
		border-bottom-left-radius: .375rem !important
	}

	.lg\:rounded-tl-lg {
		border-top-left-radius: .5rem !important
	}

	.lg\:rounded-tr-lg {
		border-top-right-radius: .5rem !important
	}

	.lg\:rounded-br-lg {
		border-bottom-right-radius: .5rem !important
	}

	.lg\:rounded-bl-lg {
		border-bottom-left-radius: .5rem !important
	}

	.lg\:rounded-tl-xl {
		border-top-left-radius: .75rem !important
	}

	.lg\:rounded-tr-xl {
		border-top-right-radius: .75rem !important
	}

	.lg\:rounded-br-xl {
		border-bottom-right-radius: .75rem !important
	}

	.lg\:rounded-bl-xl {
		border-bottom-left-radius: .75rem !important
	}

	.lg\:rounded-tl-2xl {
		border-top-left-radius: 1rem !important
	}

	.lg\:rounded-tr-2xl {
		border-top-right-radius: 1rem !important
	}

	.lg\:rounded-br-2xl {
		border-bottom-right-radius: 1rem !important
	}

	.lg\:rounded-bl-2xl {
		border-bottom-left-radius: 1rem !important
	}

	.lg\:rounded-tl-3xl {
		border-top-left-radius: 1.5rem !important
	}

	.lg\:rounded-tr-3xl {
		border-top-right-radius: 1.5rem !important
	}

	.lg\:rounded-br-3xl {
		border-bottom-right-radius: 1.5rem !important
	}

	.lg\:rounded-bl-3xl {
		border-bottom-left-radius: 1.5rem !important
	}

	.lg\:rounded-tl-full {
		border-top-left-radius: 9999px !important
	}

	.lg\:rounded-tr-full {
		border-top-right-radius: 9999px !important
	}

	.lg\:rounded-br-full {
		border-bottom-right-radius: 9999px !important
	}

	.lg\:rounded-bl-full {
		border-bottom-left-radius: 9999px !important
	}

	.lg\:border-solid {
		border-style: solid !important
	}

	.lg\:border-dashed {
		border-style: dashed !important
	}

	.lg\:border-dotted {
		border-style: dotted !important
	}

	.lg\:border-double {
		border-style: double !important
	}

	.lg\:border-none {
		border-style: none !important
	}

	.lg\:border-0 {
		border-width: 0 !important
	}

	.lg\:border-2 {
		border-width: 2px !important
	}

	.lg\:border-4 {
		border-width: 4px !important
	}

	.lg\:border-8 {
		border-width: 8px !important
	}

	.lg\:border {
		border-width: 1px !important
	}

	.lg\:border-t-0 {
		border-top-width: 0 !important
	}

	.lg\:border-r-0 {
		border-right-width: 0 !important
	}

	.lg\:border-b-0 {
		border-bottom-width: 0 !important
	}

	.lg\:border-l-0 {
		border-left-width: 0 !important
	}

	.lg\:border-t-2 {
		border-top-width: 2px !important
	}

	.lg\:border-r-2 {
		border-right-width: 2px !important
	}

	.lg\:border-b-2 {
		border-bottom-width: 2px !important
	}

	.lg\:border-l-2 {
		border-left-width: 2px !important
	}

	.lg\:border-t-4 {
		border-top-width: 4px !important
	}

	.lg\:border-r-4 {
		border-right-width: 4px !important
	}

	.lg\:border-b-4 {
		border-bottom-width: 4px !important
	}

	.lg\:border-l-4 {
		border-left-width: 4px !important
	}

	.lg\:border-t-8 {
		border-top-width: 8px !important
	}

	.lg\:border-r-8 {
		border-right-width: 8px !important
	}

	.lg\:border-b-8 {
		border-bottom-width: 8px !important
	}

	.lg\:border-l-8 {
		border-left-width: 8px !important
	}

	.lg\:border-t {
		border-top-width: 1px !important
	}

	.lg\:border-r {
		border-right-width: 1px !important
	}

	.lg\:border-b {
		border-bottom-width: 1px !important
	}

	.lg\:border-l {
		border-left-width: 1px !important
	}

	.lg\:box-border {
		box-sizing: border-box !important
	}

	.lg\:box-content {
		box-sizing: content-box !important
	}

	.lg\:cursor-auto {
		cursor: auto !important
	}

	.lg\:cursor-default {
		cursor: default !important
	}

	.lg\:cursor-pointer {
		cursor: pointer !important
	}

	.lg\:cursor-wait {
		cursor: wait !important
	}

	.lg\:cursor-text {
		cursor: text !important
	}

	.lg\:cursor-move {
		cursor: move !important
	}

	.lg\:cursor-not-allowed {
		cursor: not-allowed !important
	}

	.lg\:block {
		display: block !important
	}

	.lg\:inline-block {
		display: inline-block !important
	}

	.lg\:inline {
		display: inline !important
	}

	.lg\:flex {
		display: flex !important
	}

	.lg\:inline-flex {
		display: inline-flex !important
	}

	.lg\:table {
		display: table !important
	}

	.lg\:table-caption {
		display: table-caption !important
	}

	.lg\:table-cell {
		display: table-cell !important
	}

	.lg\:table-column {
		display: table-column !important
	}

	.lg\:table-column-group {
		display: table-column-group !important
	}

	.lg\:table-footer-group {
		display: table-footer-group !important
	}

	.lg\:table-header-group {
		display: table-header-group !important
	}

	.lg\:table-row-group {
		display: table-row-group !important
	}

	.lg\:table-row {
		display: table-row !important
	}

	.lg\:flow-root {
		display: flow-root !important
	}

	.lg\:grid {
		display: grid !important
	}

	.lg\:inline-grid {
		display: inline-grid !important
	}

	.lg\:contents {
		display: contents !important
	}

	.lg\:hidden {
		display: none !important
	}

	.lg\:flex-row {
		flex-direction: row !important
	}

	.lg\:flex-row-reverse {
		flex-direction: row-reverse !important
	}

	.lg\:flex-col {
		flex-direction: column !important
	}

	.lg\:flex-col-reverse {
		flex-direction: column-reverse !important
	}

	.lg\:flex-wrap {
		flex-wrap: wrap !important
	}

	.lg\:flex-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.lg\:flex-no-wrap {
		flex-wrap: nowrap !important
	}

	.lg\:items-start {
		align-items: flex-start !important
	}

	.lg\:items-end {
		align-items: flex-end !important
	}

	.lg\:items-center {
		align-items: center !important
	}

	.lg\:items-baseline {
		align-items: baseline !important
	}

	.lg\:items-stretch {
		align-items: stretch !important
	}

	.lg\:justify-start {
		justify-content: flex-start !important
	}

	.lg\:justify-end {
		justify-content: flex-end !important
	}

	.lg\:justify-center {
		justify-content: center !important
	}

	.lg\:justify-between {
		justify-content: space-between !important
	}

	.lg\:justify-around {
		justify-content: space-around !important
	}

	.lg\:justify-evenly {
		justify-content: space-evenly !important
	}

	.lg\:flex-1 {
		flex: 1 1 0% !important
	}

	.lg\:flex-auto {
		flex: 1 1 auto !important
	}

	.lg\:flex-initial {
		flex: 0 1 auto !important
	}

	.lg\:flex-none {
		flex: none !important
	}

	.lg\:flex-grow-0 {
		flex-grow: 0 !important
	}

	.lg\:flex-grow {
		flex-grow: 1 !important
	}

	.lg\:flex-shrink-0 {
		flex-shrink: 0 !important
	}

	.lg\:flex-shrink {
		flex-shrink: 1 !important
	}

	.lg\:float-right {
		float: right !important
	}

	.lg\:float-left {
		float: left !important
	}

	.lg\:float-none {
		float: none !important
	}

	.lg\:clearfix:after {
		content: "" !important;
		display: table !important;
		clear: both !important
	}

	.lg\:clear-left {
		clear: left !important
	}

	.lg\:clear-right {
		clear: right !important
	}

	.lg\:clear-both {
		clear: both !important
	}

	.lg\:clear-none {
		clear: none !important
	}

	.lg\:font-hairline {
		font-weight: 100 !important
	}

	.lg\:font-thin {
		font-weight: 200 !important
	}

	.lg\:font-light {
		font-weight: 300 !important
	}

	.lg\:font-normal {
		font-weight: 400 !important
	}

	.lg\:font-medium {
		font-weight: 500 !important
	}

	.lg\:font-semibold {
		font-weight: 600 !important
	}

	.lg\:font-bold {
		font-weight: 700 !important
	}

	.lg\:font-extrabold {
		font-weight: 800 !important
	}

	.lg\:font-black {
		font-weight: 900 !important
	}

	.lg\:hover\:font-hairline:hover {
		font-weight: 100 !important
	}

	.lg\:hover\:font-thin:hover {
		font-weight: 200 !important
	}

	.lg\:hover\:font-light:hover {
		font-weight: 300 !important
	}

	.lg\:hover\:font-normal:hover {
		font-weight: 400 !important
	}

	.lg\:hover\:font-medium:hover {
		font-weight: 500 !important
	}

	.lg\:hover\:font-semibold:hover {
		font-weight: 600 !important
	}

	.lg\:hover\:font-bold:hover {
		font-weight: 700 !important
	}

	.lg\:hover\:font-extrabold:hover {
		font-weight: 800 !important
	}

	.lg\:hover\:font-black:hover {
		font-weight: 900 !important
	}

	.lg\:focus\:font-hairline:focus {
		font-weight: 100 !important
	}

	.lg\:focus\:font-thin:focus {
		font-weight: 200 !important
	}

	.lg\:focus\:font-light:focus {
		font-weight: 300 !important
	}

	.lg\:focus\:font-normal:focus {
		font-weight: 400 !important
	}

	.lg\:focus\:font-medium:focus {
		font-weight: 500 !important
	}

	.lg\:focus\:font-semibold:focus {
		font-weight: 600 !important
	}

	.lg\:focus\:font-bold:focus {
		font-weight: 700 !important
	}

	.lg\:focus\:font-extrabold:focus {
		font-weight: 800 !important
	}

	.lg\:focus\:font-black:focus {
		font-weight: 900 !important
	}

	.lg\:h-0 {
		height: 0 !important
	}

	.lg\:h-1 {
		height: .25rem !important
	}

	.lg\:h-2 {
		height: .5rem !important
	}

	.lg\:h-3 {
		height: .75rem !important
	}

	.lg\:h-4 {
		height: 1rem !important
	}

	.lg\:h-5 {
		height: 1.25rem !important
	}

	.lg\:h-6 {
		height: 1.5rem !important
	}

	.lg\:h-8 {
		height: 2rem !important
	}

	.lg\:h-10 {
		height: 2.5rem !important
	}

	.lg\:h-11 {
		height: 2.75rem !important
	}

	.lg\:h-12 {
		height: 3rem !important
	}

	.lg\:h-13 {
		height: 3.25rem !important
	}

	.lg\:h-14 {
		height: 3.5rem !important
	}

	.lg\:h-15 {
		height: 3.75rem !important
	}

	.lg\:h-16 {
		height: 4rem !important
	}

	.lg\:h-20 {
		height: 5rem !important
	}

	.lg\:h-24 {
		height: 6rem !important
	}

	.lg\:h-28 {
		height: 7rem !important
	}

	.lg\:h-30 {
		height: 7.5rem !important
	}

	.lg\:h-32 {
		height: 8rem !important
	}

	.lg\:h-35 {
		height: 8.75rem !important
	}

	.lg\:h-40 {
		height: 10rem !important
	}

	.lg\:h-47 {
		height: 11.75rem !important
	}

	.lg\:h-48 {
		height: 12rem !important
	}

	.lg\:h-51 {
		height: 12.75rem !important
	}

	.lg\:h-54 {
		height: 13.5rem !important
	}

	.lg\:h-56 {
		height: 14rem !important
	}

	.lg\:h-64 {
		height: 16rem !important
	}

	.lg\:h-74 {
		height: 18.5rem !important
	}

	.lg\:h-88 {
		height: 22rem !important
	}

	.lg\:h-102 {
		height: 25.5rem !important
	}

	.lg\:h-128 {
		height: 32rem !important
	}

	.lg\:h-134 {
		height: 40rem !important
	}

	.lg\:h-140 {
		height: 48rem !important
	}

	.lg\:h-150 {
		height: 56rem !important
	}

	.lg\:h-auto {
		height: auto !important
	}

	.lg\:h-px {
		height: 1px !important
	}

	.lg\:h--50 {
		height: -50px !important
	}

	.lg\:h-full {
		height: 100% !important
	}

	.lg\:h-screen {
		height: 100vh !important
	}

	.lg\:h-px50 {
		height: 50px !important
	}

	.lg\:h-introvideo_sm {
		height: 100% !important
	}

	.lg\:h-introvideo_md {
		height: 400px !important
	}

	.lg\:h-introvideo_lg {
		height: 645px !important
	}

	.lg\:h-introvideo_hl {
		height: 905px !important
	}

	.lg\:h-joinus_sm {
		height: 100% !important
	}

	.lg\:h-joinus_md {
		height: 308px !important
	}

	.lg\:h-joinus_hl, .lg\:h-joinus_lg {
		height: 536px !important
	}

	.lg\:h-propertyphoto_md {
		height: 320px !important
	}

	.lg\:h-propertyphoto_lg {
		height: 460px !important
	}

	.lg\:h-propertymap_md {
		height: 320px !important
	}

	.lg\:h-propertymap_lg {
		height: 440px !important
	}

	.lg\:text-8 {
		font-size: 8px !important
	}

	.lg\:text-10 {
		font-size: 10px !important
	}

	.lg\:text-13 {
		font-size: 13px !important
	}

	.lg\:text-19 {
		font-size: 19px !important
	}

	.lg\:text-32 {
		font-size: 2rem !important
	}

	.lg\:text-42 {
		font-size: 42px !important
	}

	.lg\:text-47 {
		font-size: 47px !important
	}

	.lg\:text-56 {
		font-size: 56px !important
	}

	.lg\:text-76 {
		font-size: 76px !important
	}

	.lg\:text-86 {
		font-size: 86px !important
	}

	.lg\:text-110 {
		font-size: 110px !important
	}

	.lg\:text-130 {
		font-size: 130px !important
	}

	.lg\:text-xs {
		font-size: .75rem !important
	}

	.lg\:text-sm {
		font-size: .875rem !important
	}

	.lg\:text-base {
		font-size: 1rem !important
	}

	.lg\:text-lg {
		font-size: 1.125rem !important
	}

	.lg\:text-xl {
		font-size: 1.25rem !important
	}

	.lg\:text-2xl {
		font-size: 1.5rem !important
	}

	.lg\:text-3xl {
		font-size: 1.875rem !important
	}

	.lg\:text-4xl {
		font-size: 2.25rem !important
	}

	.lg\:text-5xl {
		font-size: 3rem !important
	}

	.lg\:text-6xl {
		font-size: 4rem !important
	}

	.lg\:text-15p {
		font-size: 15px !important
	}

	.lg\:text-22p {
		font-size: 22px !important
	}

	.lg\:text-7xl {
		font-size: 5rem !important
	}

	.lg\:text-app-title {
		font-size: 1.75em !important
	}

	.lg\:leading-0 {
		line-height: 0 !important
	}

	.lg\:leading-3 {
		line-height: .75rem !important
	}

	.lg\:leading-4 {
		line-height: 1rem !important
	}

	.lg\:leading-5 {
		line-height: 1.25rem !important
	}

	.lg\:leading-6 {
		line-height: 1.5rem !important
	}

	.lg\:leading-7 {
		line-height: 1.75rem !important
	}

	.lg\:leading-8 {
		line-height: 2rem !important
	}

	.lg\:leading-9 {
		line-height: 2.25rem !important
	}

	.lg\:leading-10 {
		line-height: 2.5rem !important
	}

	.lg\:leading-none {
		line-height: 1 !important
	}

	.lg\:leading-tight {
		line-height: 1.25 !important
	}

	.lg\:leading-snug {
		line-height: 1.375 !important
	}

	.lg\:leading-normal {
		line-height: 1.5 !important
	}

	.lg\:leading-relaxed {
		line-height: 1.625 !important
	}

	.lg\:leading-loose {
		line-height: 2 !important
	}

	.lg\:m-0 {
		margin: 0 !important
	}

	.lg\:m-1 {
		margin: .25rem !important
	}

	.lg\:m-2 {
		margin: .5rem !important
	}

	.lg\:m-3 {
		margin: .75rem !important
	}

	.lg\:m-4 {
		margin: 1rem !important
	}

	.lg\:m-5 {
		margin: 1.25rem !important
	}

	.lg\:m-6 {
		margin: 1.5rem !important
	}

	.lg\:m-7 {
		margin: 1.75rem !important
	}

	.lg\:m-8 {
		margin: 2rem !important
	}

	.lg\:m-9 {
		margin: 2.25rem !important
	}

	.lg\:m-10 {
		margin: 2.5rem !important
	}

	.lg\:m-12 {
		margin: 3rem !important
	}

	.lg\:m-13, .lg\:m-14 {
		margin: 3.5rem !important
	}

	.lg\:m-15 {
		margin: 3.75rem !important
	}

	.lg\:m-16 {
		margin: 4rem !important
	}

	.lg\:m-20 {
		margin: 5rem !important
	}

	.lg\:m-24 {
		margin: 6rem !important
	}

	.lg\:m-30 {
		margin: 7.5rem !important
	}

	.lg\:m-32 {
		margin: 8rem !important
	}

	.lg\:m-40 {
		margin: 10rem !important
	}

	.lg\:m-48 {
		margin: 12rem !important
	}

	.lg\:m-56 {
		margin: 14rem !important
	}

	.lg\:m-64 {
		margin: 16rem !important
	}

	.lg\:m-auto {
		margin: auto !important
	}

	.lg\:m-px {
		margin: 1px !important
	}

	.lg\:-m-50 {
		margin: -50px !important
	}

	.lg\:-m-1 {
		margin: -.25rem !important
	}

	.lg\:-m-2 {
		margin: -.5rem !important
	}

	.lg\:-m-3 {
		margin: -.75rem !important
	}

	.lg\:-m-4 {
		margin: -1rem !important
	}

	.lg\:-m-5 {
		margin: -1.25rem !important
	}

	.lg\:-m-6 {
		margin: -1.5rem !important
	}

	.lg\:-m-8 {
		margin: -2rem !important
	}

	.lg\:-m-10 {
		margin: -2.5rem !important
	}

	.lg\:-m-12 {
		margin: -3rem !important
	}

	.lg\:-m-16 {
		margin: -4rem !important
	}

	.lg\:-m-20 {
		margin: -5rem !important
	}

	.lg\:-m-24 {
		margin: -6rem !important
	}

	.lg\:-m-32 {
		margin: -8rem !important
	}

	.lg\:-m-40 {
		margin: -10rem !important
	}

	.lg\:-m-48 {
		margin: -12rem !important
	}

	.lg\:-m-56 {
		margin: -14rem !important
	}

	.lg\:-m-64 {
		margin: -16rem !important
	}

	.lg\:-m-px {
		margin: -1px !important
	}

	.lg\:-m--50 {
		margin: 50px !important
	}

	.lg\:-m-14 {
		margin: -3.5rem !important
	}

	.lg\:-m-15 {
		margin: -3.75rem !important
	}

	.lg\:-m-25 {
		margin: -6.25rem !important
	}

	.lg\:-m-30 {
		margin: -7.5rem !important
	}

	.lg\:my-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.lg\:mx-0 {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.lg\:my-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.lg\:mx-1 {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.lg\:my-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.lg\:mx-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.lg\:my-3 {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.lg\:mx-3 {
		margin-left: .75rem !important;
		margin-right: .75rem !important
	}

	.lg\:my-4 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.lg\:mx-4 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.lg\:my-5 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.lg\:mx-5 {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.lg\:my-6 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.lg\:mx-6 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.lg\:my-7 {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.lg\:mx-7 {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important
	}

	.lg\:my-8 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.lg\:mx-8 {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.lg\:my-9 {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.lg\:mx-9 {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important
	}

	.lg\:my-10 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.lg\:mx-10 {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important
	}

	.lg\:my-12 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.lg\:mx-12 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.lg\:my-13 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.lg\:mx-13 {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.lg\:my-14 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.lg\:mx-14 {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.lg\:my-15 {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important
	}

	.lg\:mx-15 {
		margin-left: 3.75rem !important;
		margin-right: 3.75rem !important
	}

	.lg\:my-16 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.lg\:mx-16 {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.lg\:my-20 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.lg\:mx-20 {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.lg\:my-24 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.lg\:mx-24 {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.lg\:my-30 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.lg\:mx-30 {
		margin-left: 7.5rem !important;
		margin-right: 7.5rem !important
	}

	.lg\:my-32 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.lg\:mx-32 {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.lg\:my-40 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.lg\:mx-40 {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.lg\:my-48 {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.lg\:mx-48 {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.lg\:my-56 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.lg\:mx-56 {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.lg\:my-64 {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.lg\:mx-64 {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.lg\:my-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.lg\:mx-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.lg\:my-px {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}

	.lg\:mx-px {
		margin-left: 1px !important;
		margin-right: 1px !important
	}

	.lg\:-my-50 {
		margin-top: -50px !important;
		margin-bottom: -50px !important
	}

	.lg\:-mx-50 {
		margin-left: -50px !important;
		margin-right: -50px !important
	}

	.lg\:-my-1 {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.lg\:-mx-1 {
		margin-left: -.25rem !important;
		margin-right: -.25rem !important
	}

	.lg\:-my-2 {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.lg\:-mx-2 {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}

	.lg\:-my-3 {
		margin-top: -.75rem !important;
		margin-bottom: -.75rem !important
	}

	.lg\:-mx-3 {
		margin-left: -.75rem !important;
		margin-right: -.75rem !important
	}

	.lg\:-my-4 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.lg\:-mx-4 {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.lg\:-my-5 {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.lg\:-mx-5 {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.lg\:-my-6 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.lg\:-mx-6 {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.lg\:-my-8 {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.lg\:-mx-8 {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.lg\:-my-10 {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important
	}

	.lg\:-mx-10 {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important
	}

	.lg\:-my-12 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.lg\:-mx-12 {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.lg\:-my-16 {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.lg\:-mx-16 {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.lg\:-my-20 {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.lg\:-mx-20 {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.lg\:-my-24 {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.lg\:-mx-24 {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.lg\:-my-32 {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important
	}

	.lg\:-mx-32 {
		margin-left: -8rem !important;
		margin-right: -8rem !important
	}

	.lg\:-my-40 {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important
	}

	.lg\:-mx-40 {
		margin-left: -10rem !important;
		margin-right: -10rem !important
	}

	.lg\:-my-48 {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important
	}

	.lg\:-mx-48 {
		margin-left: -12rem !important;
		margin-right: -12rem !important
	}

	.lg\:-my-56 {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important
	}

	.lg\:-mx-56 {
		margin-left: -14rem !important;
		margin-right: -14rem !important
	}

	.lg\:-my-64 {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important
	}

	.lg\:-mx-64 {
		margin-left: -16rem !important;
		margin-right: -16rem !important
	}

	.lg\:-my-px {
		margin-top: -1px !important;
		margin-bottom: -1px !important
	}

	.lg\:-mx-px {
		margin-left: -1px !important;
		margin-right: -1px !important
	}

	.lg\:-my--50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}

	.lg\:-mx--50 {
		margin-left: 50px !important;
		margin-right: 50px !important
	}

	.lg\:-my-14 {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important
	}

	.lg\:-mx-14 {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important
	}

	.lg\:-my-15 {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important
	}

	.lg\:-mx-15 {
		margin-left: -3.75rem !important;
		margin-right: -3.75rem !important
	}

	.lg\:-my-25 {
		margin-top: -6.25rem !important;
		margin-bottom: -6.25rem !important
	}

	.lg\:-mx-25 {
		margin-left: -6.25rem !important;
		margin-right: -6.25rem !important
	}

	.lg\:-my-30 {
		margin-top: -7.5rem !important;
		margin-bottom: -7.5rem !important
	}

	.lg\:-mx-30 {
		margin-left: -7.5rem !important;
		margin-right: -7.5rem !important
	}

	.lg\:mt-0 {
		margin-top: 0 !important
	}

	.lg\:mr-0 {
		margin-right: 0 !important
	}

	.lg\:mb-0 {
		margin-bottom: 0 !important
	}

	.lg\:ml-0 {
		margin-left: 0 !important
	}

	.lg\:mt-1 {
		margin-top: .25rem !important
	}

	.lg\:mr-1 {
		margin-right: .25rem !important
	}

	.lg\:mb-1 {
		margin-bottom: .25rem !important
	}

	.lg\:ml-1 {
		margin-left: .25rem !important
	}

	.lg\:mt-2 {
		margin-top: .5rem !important
	}

	.lg\:mr-2 {
		margin-right: .5rem !important
	}

	.lg\:mb-2 {
		margin-bottom: .5rem !important
	}

	.lg\:ml-2 {
		margin-left: .5rem !important
	}

	.lg\:mt-3 {
		margin-top: .75rem !important
	}

	.lg\:mr-3 {
		margin-right: .75rem !important
	}

	.lg\:mb-3 {
		margin-bottom: .75rem !important
	}

	.lg\:ml-3 {
		margin-left: .75rem !important
	}

	.lg\:mt-4 {
		margin-top: 1rem !important
	}

	.lg\:mr-4 {
		margin-right: 1rem !important
	}

	.lg\:mb-4 {
		margin-bottom: 1rem !important
	}

	.lg\:ml-4 {
		margin-left: 1rem !important
	}

	.lg\:mt-5 {
		margin-top: 1.25rem !important
	}

	.lg\:mr-5 {
		margin-right: 1.25rem !important
	}

	.lg\:mb-5 {
		margin-bottom: 1.25rem !important
	}

	.lg\:ml-5 {
		margin-left: 1.25rem !important
	}

	.lg\:mt-6 {
		margin-top: 1.5rem !important
	}

	.lg\:mr-6 {
		margin-right: 1.5rem !important
	}

	.lg\:mb-6 {
		margin-bottom: 1.5rem !important
	}

	.lg\:ml-6 {
		margin-left: 1.5rem !important
	}

	.lg\:mt-7 {
		margin-top: 1.75rem !important
	}

	.lg\:mr-7 {
		margin-right: 1.75rem !important
	}

	.lg\:mb-7 {
		margin-bottom: 1.75rem !important
	}

	.lg\:ml-7 {
		margin-left: 1.75rem !important
	}

	.lg\:mt-8 {
		margin-top: 2rem !important
	}

	.lg\:mr-8 {
		margin-right: 2rem !important
	}

	.lg\:mb-8 {
		margin-bottom: 2rem !important
	}

	.lg\:ml-8 {
		margin-left: 2rem !important
	}

	.lg\:mt-9 {
		margin-top: 2.25rem !important
	}

	.lg\:mr-9 {
		margin-right: 2.25rem !important
	}

	.lg\:mb-9 {
		margin-bottom: 2.25rem !important
	}

	.lg\:ml-9 {
		margin-left: 2.25rem !important
	}

	.lg\:mt-10 {
		margin-top: 2.5rem !important
	}

	.lg\:mr-10 {
		margin-right: 2.5rem !important
	}

	.lg\:mb-10 {
		margin-bottom: 2.5rem !important
	}

	.lg\:ml-10 {
		margin-left: 2.5rem !important
	}

	.lg\:mt-12 {
		margin-top: 3rem !important
	}

	.lg\:mr-12 {
		margin-right: 3rem !important
	}

	.lg\:mb-12 {
		margin-bottom: 3rem !important
	}

	.lg\:ml-12 {
		margin-left: 3rem !important
	}

	.lg\:mt-13 {
		margin-top: 3.5rem !important
	}

	.lg\:mr-13 {
		margin-right: 3.5rem !important
	}

	.lg\:mb-13 {
		margin-bottom: 3.5rem !important
	}

	.lg\:ml-13 {
		margin-left: 3.5rem !important
	}

	.lg\:mt-14 {
		margin-top: 3.5rem !important
	}

	.lg\:mr-14 {
		margin-right: 3.5rem !important
	}

	.lg\:mb-14 {
		margin-bottom: 3.5rem !important
	}

	.lg\:ml-14 {
		margin-left: 3.5rem !important
	}

	.lg\:mt-15 {
		margin-top: 3.75rem !important
	}

	.lg\:mr-15 {
		margin-right: 3.75rem !important
	}

	.lg\:mb-15 {
		margin-bottom: 3.75rem !important
	}

	.lg\:ml-15 {
		margin-left: 3.75rem !important
	}

	.lg\:mt-16 {
		margin-top: 4rem !important
	}

	.lg\:mr-16 {
		margin-right: 4rem !important
	}

	.lg\:mb-16 {
		margin-bottom: 4rem !important
	}

	.lg\:ml-16 {
		margin-left: 4rem !important
	}

	.lg\:mt-20 {
		margin-top: 5rem !important
	}

	.lg\:mr-20 {
		margin-right: 5rem !important
	}

	.lg\:mb-20 {
		margin-bottom: 5rem !important
	}

	.lg\:ml-20 {
		margin-left: 5rem !important
	}

	.lg\:mt-24 {
		margin-top: 6rem !important
	}

	.lg\:mr-24 {
		margin-right: 6rem !important
	}

	.lg\:mb-24 {
		margin-bottom: 6rem !important
	}

	.lg\:ml-24 {
		margin-left: 6rem !important
	}

	.lg\:mt-30 {
		margin-top: 7.5rem !important
	}

	.lg\:mr-30 {
		margin-right: 7.5rem !important
	}

	.lg\:mb-30 {
		margin-bottom: 7.5rem !important
	}

	.lg\:ml-30 {
		margin-left: 7.5rem !important
	}

	.lg\:mt-32 {
		margin-top: 8rem !important
	}

	.lg\:mr-32 {
		margin-right: 8rem !important
	}

	.lg\:mb-32 {
		margin-bottom: 8rem !important
	}

	.lg\:ml-32 {
		margin-left: 8rem !important
	}

	.lg\:mt-40 {
		margin-top: 10rem !important
	}

	.lg\:mr-40 {
		margin-right: 10rem !important
	}

	.lg\:mb-40 {
		margin-bottom: 10rem !important
	}

	.lg\:ml-40 {
		margin-left: 10rem !important
	}

	.lg\:mt-48 {
		margin-top: 12rem !important
	}

	.lg\:mr-48 {
		margin-right: 12rem !important
	}

	.lg\:mb-48 {
		margin-bottom: 12rem !important
	}

	.lg\:ml-48 {
		margin-left: 12rem !important
	}

	.lg\:mt-56 {
		margin-top: 14rem !important
	}

	.lg\:mr-56 {
		margin-right: 14rem !important
	}

	.lg\:mb-56 {
		margin-bottom: 14rem !important
	}

	.lg\:ml-56 {
		margin-left: 14rem !important
	}

	.lg\:mt-64 {
		margin-top: 16rem !important
	}

	.lg\:mr-64 {
		margin-right: 16rem !important
	}

	.lg\:mb-64 {
		margin-bottom: 16rem !important
	}

	.lg\:ml-64 {
		margin-left: 16rem !important
	}

	.lg\:mt-auto {
		margin-top: auto !important
	}

	.lg\:mr-auto {
		margin-right: auto !important
	}

	.lg\:mb-auto {
		margin-bottom: auto !important
	}

	.lg\:ml-auto {
		margin-left: auto !important
	}

	.lg\:mt-px {
		margin-top: 1px !important
	}

	.lg\:mr-px {
		margin-right: 1px !important
	}

	.lg\:mb-px {
		margin-bottom: 1px !important
	}

	.lg\:ml-px {
		margin-left: 1px !important
	}

	.lg\:-mt-50 {
		margin-top: -50px !important
	}

	.lg\:-mr-50 {
		margin-right: -50px !important
	}

	.lg\:-mb-50 {
		margin-bottom: -50px !important
	}

	.lg\:-ml-50 {
		margin-left: -50px !important
	}

	.lg\:-mt-1 {
		margin-top: -.25rem !important
	}

	.lg\:-mr-1 {
		margin-right: -.25rem !important
	}

	.lg\:-mb-1 {
		margin-bottom: -.25rem !important
	}

	.lg\:-ml-1 {
		margin-left: -.25rem !important
	}

	.lg\:-mt-2 {
		margin-top: -.5rem !important
	}

	.lg\:-mr-2 {
		margin-right: -.5rem !important
	}

	.lg\:-mb-2 {
		margin-bottom: -.5rem !important
	}

	.lg\:-ml-2 {
		margin-left: -.5rem !important
	}

	.lg\:-mt-3 {
		margin-top: -.75rem !important
	}

	.lg\:-mr-3 {
		margin-right: -.75rem !important
	}

	.lg\:-mb-3 {
		margin-bottom: -.75rem !important
	}

	.lg\:-ml-3 {
		margin-left: -.75rem !important
	}

	.lg\:-mt-4 {
		margin-top: -1rem !important
	}

	.lg\:-mr-4 {
		margin-right: -1rem !important
	}

	.lg\:-mb-4 {
		margin-bottom: -1rem !important
	}

	.lg\:-ml-4 {
		margin-left: -1rem !important
	}

	.lg\:-mt-5 {
		margin-top: -1.25rem !important
	}

	.lg\:-mr-5 {
		margin-right: -1.25rem !important
	}

	.lg\:-mb-5 {
		margin-bottom: -1.25rem !important
	}

	.lg\:-ml-5 {
		margin-left: -1.25rem !important
	}

	.lg\:-mt-6 {
		margin-top: -1.5rem !important
	}

	.lg\:-mr-6 {
		margin-right: -1.5rem !important
	}

	.lg\:-mb-6 {
		margin-bottom: -1.5rem !important
	}

	.lg\:-ml-6 {
		margin-left: -1.5rem !important
	}

	.lg\:-mt-8 {
		margin-top: -2rem !important
	}

	.lg\:-mr-8 {
		margin-right: -2rem !important
	}

	.lg\:-mb-8 {
		margin-bottom: -2rem !important
	}

	.lg\:-ml-8 {
		margin-left: -2rem !important
	}

	.lg\:-mt-10 {
		margin-top: -2.5rem !important
	}

	.lg\:-mr-10 {
		margin-right: -2.5rem !important
	}

	.lg\:-mb-10 {
		margin-bottom: -2.5rem !important
	}

	.lg\:-ml-10 {
		margin-left: -2.5rem !important
	}

	.lg\:-mt-12 {
		margin-top: -3rem !important
	}

	.lg\:-mr-12 {
		margin-right: -3rem !important
	}

	.lg\:-mb-12 {
		margin-bottom: -3rem !important
	}

	.lg\:-ml-12 {
		margin-left: -3rem !important
	}

	.lg\:-mt-16 {
		margin-top: -4rem !important
	}

	.lg\:-mr-16 {
		margin-right: -4rem !important
	}

	.lg\:-mb-16 {
		margin-bottom: -4rem !important
	}

	.lg\:-ml-16 {
		margin-left: -4rem !important
	}

	.lg\:-mt-20 {
		margin-top: -5rem !important
	}

	.lg\:-mr-20 {
		margin-right: -5rem !important
	}

	.lg\:-mb-20 {
		margin-bottom: -5rem !important
	}

	.lg\:-ml-20 {
		margin-left: -5rem !important
	}

	.lg\:-mt-24 {
		margin-top: -6rem !important
	}

	.lg\:-mr-24 {
		margin-right: -6rem !important
	}

	.lg\:-mb-24 {
		margin-bottom: -6rem !important
	}

	.lg\:-ml-24 {
		margin-left: -6rem !important
	}

	.lg\:-mt-32 {
		margin-top: -8rem !important
	}

	.lg\:-mr-32 {
		margin-right: -8rem !important
	}

	.lg\:-mb-32 {
		margin-bottom: -8rem !important
	}

	.lg\:-ml-32 {
		margin-left: -8rem !important
	}

	.lg\:-mt-40 {
		margin-top: -10rem !important
	}

	.lg\:-mr-40 {
		margin-right: -10rem !important
	}

	.lg\:-mb-40 {
		margin-bottom: -10rem !important
	}

	.lg\:-ml-40 {
		margin-left: -10rem !important
	}

	.lg\:-mt-48 {
		margin-top: -12rem !important
	}

	.lg\:-mr-48 {
		margin-right: -12rem !important
	}

	.lg\:-mb-48 {
		margin-bottom: -12rem !important
	}

	.lg\:-ml-48 {
		margin-left: -12rem !important
	}

	.lg\:-mt-56 {
		margin-top: -14rem !important
	}

	.lg\:-mr-56 {
		margin-right: -14rem !important
	}

	.lg\:-mb-56 {
		margin-bottom: -14rem !important
	}

	.lg\:-ml-56 {
		margin-left: -14rem !important
	}

	.lg\:-mt-64 {
		margin-top: -16rem !important
	}

	.lg\:-mr-64 {
		margin-right: -16rem !important
	}

	.lg\:-mb-64 {
		margin-bottom: -16rem !important
	}

	.lg\:-ml-64 {
		margin-left: -16rem !important
	}

	.lg\:-mt-px {
		margin-top: -1px !important
	}

	.lg\:-mr-px {
		margin-right: -1px !important
	}

	.lg\:-mb-px {
		margin-bottom: -1px !important
	}

	.lg\:-ml-px {
		margin-left: -1px !important
	}

	.lg\:-mt--50 {
		margin-top: 50px !important
	}

	.lg\:-mr--50 {
		margin-right: 50px !important
	}

	.lg\:-mb--50 {
		margin-bottom: 50px !important
	}

	.lg\:-ml--50 {
		margin-left: 50px !important
	}

	.lg\:-mt-14 {
		margin-top: -3.5rem !important
	}

	.lg\:-mr-14 {
		margin-right: -3.5rem !important
	}

	.lg\:-mb-14 {
		margin-bottom: -3.5rem !important
	}

	.lg\:-ml-14 {
		margin-left: -3.5rem !important
	}

	.lg\:-mt-15 {
		margin-top: -3.75rem !important
	}

	.lg\:-mr-15 {
		margin-right: -3.75rem !important
	}

	.lg\:-mb-15 {
		margin-bottom: -3.75rem !important
	}

	.lg\:-ml-15 {
		margin-left: -3.75rem !important
	}

	.lg\:-mt-25 {
		margin-top: -6.25rem !important
	}

	.lg\:-mr-25 {
		margin-right: -6.25rem !important
	}

	.lg\:-mb-25 {
		margin-bottom: -6.25rem !important
	}

	.lg\:-ml-25 {
		margin-left: -6.25rem !important
	}

	.lg\:-mt-30 {
		margin-top: -7.5rem !important
	}

	.lg\:-mr-30 {
		margin-right: -7.5rem !important
	}

	.lg\:-mb-30 {
		margin-bottom: -7.5rem !important
	}

	.lg\:-ml-30 {
		margin-left: -7.5rem !important
	}

	.lg\:last\:m-0:last-child {
		margin: 0 !important
	}

	.lg\:last\:m-1:last-child {
		margin: .25rem !important
	}

	.lg\:last\:m-2:last-child {
		margin: .5rem !important
	}

	.lg\:last\:m-3:last-child {
		margin: .75rem !important
	}

	.lg\:last\:m-4:last-child {
		margin: 1rem !important
	}

	.lg\:last\:m-5:last-child {
		margin: 1.25rem !important
	}

	.lg\:last\:m-6:last-child {
		margin: 1.5rem !important
	}

	.lg\:last\:m-7:last-child {
		margin: 1.75rem !important
	}

	.lg\:last\:m-8:last-child {
		margin: 2rem !important
	}

	.lg\:last\:m-9:last-child {
		margin: 2.25rem !important
	}

	.lg\:last\:m-10:last-child {
		margin: 2.5rem !important
	}

	.lg\:last\:m-12:last-child {
		margin: 3rem !important
	}

	.lg\:last\:m-13:last-child, .lg\:last\:m-14:last-child {
		margin: 3.5rem !important
	}

	.lg\:last\:m-15:last-child {
		margin: 3.75rem !important
	}

	.lg\:last\:m-16:last-child {
		margin: 4rem !important
	}

	.lg\:last\:m-20:last-child {
		margin: 5rem !important
	}

	.lg\:last\:m-24:last-child {
		margin: 6rem !important
	}

	.lg\:last\:m-30:last-child {
		margin: 7.5rem !important
	}

	.lg\:last\:m-32:last-child {
		margin: 8rem !important
	}

	.lg\:last\:m-40:last-child {
		margin: 10rem !important
	}

	.lg\:last\:m-48:last-child {
		margin: 12rem !important
	}

	.lg\:last\:m-56:last-child {
		margin: 14rem !important
	}

	.lg\:last\:m-64:last-child {
		margin: 16rem !important
	}

	.lg\:last\:m-auto:last-child {
		margin: auto !important
	}

	.lg\:last\:m-px:last-child {
		margin: 1px !important
	}

	.lg\:last\:-m-50:last-child {
		margin: -50px !important
	}

	.lg\:last\:-m-1:last-child {
		margin: -.25rem !important
	}

	.lg\:last\:-m-2:last-child {
		margin: -.5rem !important
	}

	.lg\:last\:-m-3:last-child {
		margin: -.75rem !important
	}

	.lg\:last\:-m-4:last-child {
		margin: -1rem !important
	}

	.lg\:last\:-m-5:last-child {
		margin: -1.25rem !important
	}

	.lg\:last\:-m-6:last-child {
		margin: -1.5rem !important
	}

	.lg\:last\:-m-8:last-child {
		margin: -2rem !important
	}

	.lg\:last\:-m-10:last-child {
		margin: -2.5rem !important
	}

	.lg\:last\:-m-12:last-child {
		margin: -3rem !important
	}

	.lg\:last\:-m-16:last-child {
		margin: -4rem !important
	}

	.lg\:last\:-m-20:last-child {
		margin: -5rem !important
	}

	.lg\:last\:-m-24:last-child {
		margin: -6rem !important
	}

	.lg\:last\:-m-32:last-child {
		margin: -8rem !important
	}

	.lg\:last\:-m-40:last-child {
		margin: -10rem !important
	}

	.lg\:last\:-m-48:last-child {
		margin: -12rem !important
	}

	.lg\:last\:-m-56:last-child {
		margin: -14rem !important
	}

	.lg\:last\:-m-64:last-child {
		margin: -16rem !important
	}

	.lg\:last\:-m-px:last-child {
		margin: -1px !important
	}

	.lg\:last\:-m--50:last-child {
		margin: 50px !important
	}

	.lg\:last\:-m-14:last-child {
		margin: -3.5rem !important
	}

	.lg\:last\:-m-15:last-child {
		margin: -3.75rem !important
	}

	.lg\:last\:-m-25:last-child {
		margin: -6.25rem !important
	}

	.lg\:last\:-m-30:last-child {
		margin: -7.5rem !important
	}

	.lg\:last\:my-0:last-child {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.lg\:last\:mx-0:last-child {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.lg\:last\:my-1:last-child {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.lg\:last\:mx-1:last-child {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.lg\:last\:my-2:last-child {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.lg\:last\:mx-2:last-child {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.lg\:last\:my-3:last-child {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.lg\:last\:mx-3:last-child {
		margin-left: .75rem !important;
		margin-right: .75rem !important
	}

	.lg\:last\:my-4:last-child {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.lg\:last\:mx-4:last-child {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.lg\:last\:my-5:last-child {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.lg\:last\:mx-5:last-child {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.lg\:last\:my-6:last-child {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.lg\:last\:mx-6:last-child {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.lg\:last\:my-7:last-child {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.lg\:last\:mx-7:last-child {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important
	}

	.lg\:last\:my-8:last-child {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.lg\:last\:mx-8:last-child {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.lg\:last\:my-9:last-child {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.lg\:last\:mx-9:last-child {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important
	}

	.lg\:last\:my-10:last-child {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.lg\:last\:mx-10:last-child {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important
	}

	.lg\:last\:my-12:last-child {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.lg\:last\:mx-12:last-child {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.lg\:last\:my-13:last-child {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.lg\:last\:mx-13:last-child {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.lg\:last\:my-14:last-child {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.lg\:last\:mx-14:last-child {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.lg\:last\:my-15:last-child {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important
	}

	.lg\:last\:mx-15:last-child {
		margin-left: 3.75rem !important;
		margin-right: 3.75rem !important
	}

	.lg\:last\:my-16:last-child {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.lg\:last\:mx-16:last-child {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.lg\:last\:my-20:last-child {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.lg\:last\:mx-20:last-child {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.lg\:last\:my-24:last-child {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.lg\:last\:mx-24:last-child {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.lg\:last\:my-30:last-child {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.lg\:last\:mx-30:last-child {
		margin-left: 7.5rem !important;
		margin-right: 7.5rem !important
	}

	.lg\:last\:my-32:last-child {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.lg\:last\:mx-32:last-child {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.lg\:last\:my-40:last-child {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.lg\:last\:mx-40:last-child {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.lg\:last\:my-48:last-child {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.lg\:last\:mx-48:last-child {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.lg\:last\:my-56:last-child {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.lg\:last\:mx-56:last-child {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.lg\:last\:my-64:last-child {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.lg\:last\:mx-64:last-child {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.lg\:last\:my-auto:last-child {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.lg\:last\:mx-auto:last-child {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.lg\:last\:my-px:last-child {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}

	.lg\:last\:mx-px:last-child {
		margin-left: 1px !important;
		margin-right: 1px !important
	}

	.lg\:last\:-my-50:last-child {
		margin-top: -50px !important;
		margin-bottom: -50px !important
	}

	.lg\:last\:-mx-50:last-child {
		margin-left: -50px !important;
		margin-right: -50px !important
	}

	.lg\:last\:-my-1:last-child {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.lg\:last\:-mx-1:last-child {
		margin-left: -.25rem !important;
		margin-right: -.25rem !important
	}

	.lg\:last\:-my-2:last-child {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.lg\:last\:-mx-2:last-child {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}

	.lg\:last\:-my-3:last-child {
		margin-top: -.75rem !important;
		margin-bottom: -.75rem !important
	}

	.lg\:last\:-mx-3:last-child {
		margin-left: -.75rem !important;
		margin-right: -.75rem !important
	}

	.lg\:last\:-my-4:last-child {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.lg\:last\:-mx-4:last-child {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.lg\:last\:-my-5:last-child {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.lg\:last\:-mx-5:last-child {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.lg\:last\:-my-6:last-child {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.lg\:last\:-mx-6:last-child {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.lg\:last\:-my-8:last-child {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.lg\:last\:-mx-8:last-child {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.lg\:last\:-my-10:last-child {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important
	}

	.lg\:last\:-mx-10:last-child {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important
	}

	.lg\:last\:-my-12:last-child {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.lg\:last\:-mx-12:last-child {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.lg\:last\:-my-16:last-child {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.lg\:last\:-mx-16:last-child {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.lg\:last\:-my-20:last-child {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.lg\:last\:-mx-20:last-child {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.lg\:last\:-my-24:last-child {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.lg\:last\:-mx-24:last-child {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.lg\:last\:-my-32:last-child {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important
	}

	.lg\:last\:-mx-32:last-child {
		margin-left: -8rem !important;
		margin-right: -8rem !important
	}

	.lg\:last\:-my-40:last-child {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important
	}

	.lg\:last\:-mx-40:last-child {
		margin-left: -10rem !important;
		margin-right: -10rem !important
	}

	.lg\:last\:-my-48:last-child {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important
	}

	.lg\:last\:-mx-48:last-child {
		margin-left: -12rem !important;
		margin-right: -12rem !important
	}

	.lg\:last\:-my-56:last-child {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important
	}

	.lg\:last\:-mx-56:last-child {
		margin-left: -14rem !important;
		margin-right: -14rem !important
	}

	.lg\:last\:-my-64:last-child {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important
	}

	.lg\:last\:-mx-64:last-child {
		margin-left: -16rem !important;
		margin-right: -16rem !important
	}

	.lg\:last\:-my-px:last-child {
		margin-top: -1px !important;
		margin-bottom: -1px !important
	}

	.lg\:last\:-mx-px:last-child {
		margin-left: -1px !important;
		margin-right: -1px !important
	}

	.lg\:last\:-my--50:last-child {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}

	.lg\:last\:-mx--50:last-child {
		margin-left: 50px !important;
		margin-right: 50px !important
	}

	.lg\:last\:-my-14:last-child {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important
	}

	.lg\:last\:-mx-14:last-child {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important
	}

	.lg\:last\:-my-15:last-child {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important
	}

	.lg\:last\:-mx-15:last-child {
		margin-left: -3.75rem !important;
		margin-right: -3.75rem !important
	}

	.lg\:last\:-my-25:last-child {
		margin-top: -6.25rem !important;
		margin-bottom: -6.25rem !important
	}

	.lg\:last\:-mx-25:last-child {
		margin-left: -6.25rem !important;
		margin-right: -6.25rem !important
	}

	.lg\:last\:-my-30:last-child {
		margin-top: -7.5rem !important;
		margin-bottom: -7.5rem !important
	}

	.lg\:last\:-mx-30:last-child {
		margin-left: -7.5rem !important;
		margin-right: -7.5rem !important
	}

	.lg\:last\:mt-0:last-child {
		margin-top: 0 !important
	}

	.lg\:last\:mr-0:last-child {
		margin-right: 0 !important
	}

	.lg\:last\:mb-0:last-child {
		margin-bottom: 0 !important
	}

	.lg\:last\:ml-0:last-child {
		margin-left: 0 !important
	}

	.lg\:last\:mt-1:last-child {
		margin-top: .25rem !important
	}

	.lg\:last\:mr-1:last-child {
		margin-right: .25rem !important
	}

	.lg\:last\:mb-1:last-child {
		margin-bottom: .25rem !important
	}

	.lg\:last\:ml-1:last-child {
		margin-left: .25rem !important
	}

	.lg\:last\:mt-2:last-child {
		margin-top: .5rem !important
	}

	.lg\:last\:mr-2:last-child {
		margin-right: .5rem !important
	}

	.lg\:last\:mb-2:last-child {
		margin-bottom: .5rem !important
	}

	.lg\:last\:ml-2:last-child {
		margin-left: .5rem !important
	}

	.lg\:last\:mt-3:last-child {
		margin-top: .75rem !important
	}

	.lg\:last\:mr-3:last-child {
		margin-right: .75rem !important
	}

	.lg\:last\:mb-3:last-child {
		margin-bottom: .75rem !important
	}

	.lg\:last\:ml-3:last-child {
		margin-left: .75rem !important
	}

	.lg\:last\:mt-4:last-child {
		margin-top: 1rem !important
	}

	.lg\:last\:mr-4:last-child {
		margin-right: 1rem !important
	}

	.lg\:last\:mb-4:last-child {
		margin-bottom: 1rem !important
	}

	.lg\:last\:ml-4:last-child {
		margin-left: 1rem !important
	}

	.lg\:last\:mt-5:last-child {
		margin-top: 1.25rem !important
	}

	.lg\:last\:mr-5:last-child {
		margin-right: 1.25rem !important
	}

	.lg\:last\:mb-5:last-child {
		margin-bottom: 1.25rem !important
	}

	.lg\:last\:ml-5:last-child {
		margin-left: 1.25rem !important
	}

	.lg\:last\:mt-6:last-child {
		margin-top: 1.5rem !important
	}

	.lg\:last\:mr-6:last-child {
		margin-right: 1.5rem !important
	}

	.lg\:last\:mb-6:last-child {
		margin-bottom: 1.5rem !important
	}

	.lg\:last\:ml-6:last-child {
		margin-left: 1.5rem !important
	}

	.lg\:last\:mt-7:last-child {
		margin-top: 1.75rem !important
	}

	.lg\:last\:mr-7:last-child {
		margin-right: 1.75rem !important
	}

	.lg\:last\:mb-7:last-child {
		margin-bottom: 1.75rem !important
	}

	.lg\:last\:ml-7:last-child {
		margin-left: 1.75rem !important
	}

	.lg\:last\:mt-8:last-child {
		margin-top: 2rem !important
	}

	.lg\:last\:mr-8:last-child {
		margin-right: 2rem !important
	}

	.lg\:last\:mb-8:last-child {
		margin-bottom: 2rem !important
	}

	.lg\:last\:ml-8:last-child {
		margin-left: 2rem !important
	}

	.lg\:last\:mt-9:last-child {
		margin-top: 2.25rem !important
	}

	.lg\:last\:mr-9:last-child {
		margin-right: 2.25rem !important
	}

	.lg\:last\:mb-9:last-child {
		margin-bottom: 2.25rem !important
	}

	.lg\:last\:ml-9:last-child {
		margin-left: 2.25rem !important
	}

	.lg\:last\:mt-10:last-child {
		margin-top: 2.5rem !important
	}

	.lg\:last\:mr-10:last-child {
		margin-right: 2.5rem !important
	}

	.lg\:last\:mb-10:last-child {
		margin-bottom: 2.5rem !important
	}

	.lg\:last\:ml-10:last-child {
		margin-left: 2.5rem !important
	}

	.lg\:last\:mt-12:last-child {
		margin-top: 3rem !important
	}

	.lg\:last\:mr-12:last-child {
		margin-right: 3rem !important
	}

	.lg\:last\:mb-12:last-child {
		margin-bottom: 3rem !important
	}

	.lg\:last\:ml-12:last-child {
		margin-left: 3rem !important
	}

	.lg\:last\:mt-13:last-child {
		margin-top: 3.5rem !important
	}

	.lg\:last\:mr-13:last-child {
		margin-right: 3.5rem !important
	}

	.lg\:last\:mb-13:last-child {
		margin-bottom: 3.5rem !important
	}

	.lg\:last\:ml-13:last-child {
		margin-left: 3.5rem !important
	}

	.lg\:last\:mt-14:last-child {
		margin-top: 3.5rem !important
	}

	.lg\:last\:mr-14:last-child {
		margin-right: 3.5rem !important
	}

	.lg\:last\:mb-14:last-child {
		margin-bottom: 3.5rem !important
	}

	.lg\:last\:ml-14:last-child {
		margin-left: 3.5rem !important
	}

	.lg\:last\:mt-15:last-child {
		margin-top: 3.75rem !important
	}

	.lg\:last\:mr-15:last-child {
		margin-right: 3.75rem !important
	}

	.lg\:last\:mb-15:last-child {
		margin-bottom: 3.75rem !important
	}

	.lg\:last\:ml-15:last-child {
		margin-left: 3.75rem !important
	}

	.lg\:last\:mt-16:last-child {
		margin-top: 4rem !important
	}

	.lg\:last\:mr-16:last-child {
		margin-right: 4rem !important
	}

	.lg\:last\:mb-16:last-child {
		margin-bottom: 4rem !important
	}

	.lg\:last\:ml-16:last-child {
		margin-left: 4rem !important
	}

	.lg\:last\:mt-20:last-child {
		margin-top: 5rem !important
	}

	.lg\:last\:mr-20:last-child {
		margin-right: 5rem !important
	}

	.lg\:last\:mb-20:last-child {
		margin-bottom: 5rem !important
	}

	.lg\:last\:ml-20:last-child {
		margin-left: 5rem !important
	}

	.lg\:last\:mt-24:last-child {
		margin-top: 6rem !important
	}

	.lg\:last\:mr-24:last-child {
		margin-right: 6rem !important
	}

	.lg\:last\:mb-24:last-child {
		margin-bottom: 6rem !important
	}

	.lg\:last\:ml-24:last-child {
		margin-left: 6rem !important
	}

	.lg\:last\:mt-30:last-child {
		margin-top: 7.5rem !important
	}

	.lg\:last\:mr-30:last-child {
		margin-right: 7.5rem !important
	}

	.lg\:last\:mb-30:last-child {
		margin-bottom: 7.5rem !important
	}

	.lg\:last\:ml-30:last-child {
		margin-left: 7.5rem !important
	}

	.lg\:last\:mt-32:last-child {
		margin-top: 8rem !important
	}

	.lg\:last\:mr-32:last-child {
		margin-right: 8rem !important
	}

	.lg\:last\:mb-32:last-child {
		margin-bottom: 8rem !important
	}

	.lg\:last\:ml-32:last-child {
		margin-left: 8rem !important
	}

	.lg\:last\:mt-40:last-child {
		margin-top: 10rem !important
	}

	.lg\:last\:mr-40:last-child {
		margin-right: 10rem !important
	}

	.lg\:last\:mb-40:last-child {
		margin-bottom: 10rem !important
	}

	.lg\:last\:ml-40:last-child {
		margin-left: 10rem !important
	}

	.lg\:last\:mt-48:last-child {
		margin-top: 12rem !important
	}

	.lg\:last\:mr-48:last-child {
		margin-right: 12rem !important
	}

	.lg\:last\:mb-48:last-child {
		margin-bottom: 12rem !important
	}

	.lg\:last\:ml-48:last-child {
		margin-left: 12rem !important
	}

	.lg\:last\:mt-56:last-child {
		margin-top: 14rem !important
	}

	.lg\:last\:mr-56:last-child {
		margin-right: 14rem !important
	}

	.lg\:last\:mb-56:last-child {
		margin-bottom: 14rem !important
	}

	.lg\:last\:ml-56:last-child {
		margin-left: 14rem !important
	}

	.lg\:last\:mt-64:last-child {
		margin-top: 16rem !important
	}

	.lg\:last\:mr-64:last-child {
		margin-right: 16rem !important
	}

	.lg\:last\:mb-64:last-child {
		margin-bottom: 16rem !important
	}

	.lg\:last\:ml-64:last-child {
		margin-left: 16rem !important
	}

	.lg\:last\:mt-auto:last-child {
		margin-top: auto !important
	}

	.lg\:last\:mr-auto:last-child {
		margin-right: auto !important
	}

	.lg\:last\:mb-auto:last-child {
		margin-bottom: auto !important
	}

	.lg\:last\:ml-auto:last-child {
		margin-left: auto !important
	}

	.lg\:last\:mt-px:last-child {
		margin-top: 1px !important
	}

	.lg\:last\:mr-px:last-child {
		margin-right: 1px !important
	}

	.lg\:last\:mb-px:last-child {
		margin-bottom: 1px !important
	}

	.lg\:last\:ml-px:last-child {
		margin-left: 1px !important
	}

	.lg\:last\:-mt-50:last-child {
		margin-top: -50px !important
	}

	.lg\:last\:-mr-50:last-child {
		margin-right: -50px !important
	}

	.lg\:last\:-mb-50:last-child {
		margin-bottom: -50px !important
	}

	.lg\:last\:-ml-50:last-child {
		margin-left: -50px !important
	}

	.lg\:last\:-mt-1:last-child {
		margin-top: -.25rem !important
	}

	.lg\:last\:-mr-1:last-child {
		margin-right: -.25rem !important
	}

	.lg\:last\:-mb-1:last-child {
		margin-bottom: -.25rem !important
	}

	.lg\:last\:-ml-1:last-child {
		margin-left: -.25rem !important
	}

	.lg\:last\:-mt-2:last-child {
		margin-top: -.5rem !important
	}

	.lg\:last\:-mr-2:last-child {
		margin-right: -.5rem !important
	}

	.lg\:last\:-mb-2:last-child {
		margin-bottom: -.5rem !important
	}

	.lg\:last\:-ml-2:last-child {
		margin-left: -.5rem !important
	}

	.lg\:last\:-mt-3:last-child {
		margin-top: -.75rem !important
	}

	.lg\:last\:-mr-3:last-child {
		margin-right: -.75rem !important
	}

	.lg\:last\:-mb-3:last-child {
		margin-bottom: -.75rem !important
	}

	.lg\:last\:-ml-3:last-child {
		margin-left: -.75rem !important
	}

	.lg\:last\:-mt-4:last-child {
		margin-top: -1rem !important
	}

	.lg\:last\:-mr-4:last-child {
		margin-right: -1rem !important
	}

	.lg\:last\:-mb-4:last-child {
		margin-bottom: -1rem !important
	}

	.lg\:last\:-ml-4:last-child {
		margin-left: -1rem !important
	}

	.lg\:last\:-mt-5:last-child {
		margin-top: -1.25rem !important
	}

	.lg\:last\:-mr-5:last-child {
		margin-right: -1.25rem !important
	}

	.lg\:last\:-mb-5:last-child {
		margin-bottom: -1.25rem !important
	}

	.lg\:last\:-ml-5:last-child {
		margin-left: -1.25rem !important
	}

	.lg\:last\:-mt-6:last-child {
		margin-top: -1.5rem !important
	}

	.lg\:last\:-mr-6:last-child {
		margin-right: -1.5rem !important
	}

	.lg\:last\:-mb-6:last-child {
		margin-bottom: -1.5rem !important
	}

	.lg\:last\:-ml-6:last-child {
		margin-left: -1.5rem !important
	}

	.lg\:last\:-mt-8:last-child {
		margin-top: -2rem !important
	}

	.lg\:last\:-mr-8:last-child {
		margin-right: -2rem !important
	}

	.lg\:last\:-mb-8:last-child {
		margin-bottom: -2rem !important
	}

	.lg\:last\:-ml-8:last-child {
		margin-left: -2rem !important
	}

	.lg\:last\:-mt-10:last-child {
		margin-top: -2.5rem !important
	}

	.lg\:last\:-mr-10:last-child {
		margin-right: -2.5rem !important
	}

	.lg\:last\:-mb-10:last-child {
		margin-bottom: -2.5rem !important
	}

	.lg\:last\:-ml-10:last-child {
		margin-left: -2.5rem !important
	}

	.lg\:last\:-mt-12:last-child {
		margin-top: -3rem !important
	}

	.lg\:last\:-mr-12:last-child {
		margin-right: -3rem !important
	}

	.lg\:last\:-mb-12:last-child {
		margin-bottom: -3rem !important
	}

	.lg\:last\:-ml-12:last-child {
		margin-left: -3rem !important
	}

	.lg\:last\:-mt-16:last-child {
		margin-top: -4rem !important
	}

	.lg\:last\:-mr-16:last-child {
		margin-right: -4rem !important
	}

	.lg\:last\:-mb-16:last-child {
		margin-bottom: -4rem !important
	}

	.lg\:last\:-ml-16:last-child {
		margin-left: -4rem !important
	}

	.lg\:last\:-mt-20:last-child {
		margin-top: -5rem !important
	}

	.lg\:last\:-mr-20:last-child {
		margin-right: -5rem !important
	}

	.lg\:last\:-mb-20:last-child {
		margin-bottom: -5rem !important
	}

	.lg\:last\:-ml-20:last-child {
		margin-left: -5rem !important
	}

	.lg\:last\:-mt-24:last-child {
		margin-top: -6rem !important
	}

	.lg\:last\:-mr-24:last-child {
		margin-right: -6rem !important
	}

	.lg\:last\:-mb-24:last-child {
		margin-bottom: -6rem !important
	}

	.lg\:last\:-ml-24:last-child {
		margin-left: -6rem !important
	}

	.lg\:last\:-mt-32:last-child {
		margin-top: -8rem !important
	}

	.lg\:last\:-mr-32:last-child {
		margin-right: -8rem !important
	}

	.lg\:last\:-mb-32:last-child {
		margin-bottom: -8rem !important
	}

	.lg\:last\:-ml-32:last-child {
		margin-left: -8rem !important
	}

	.lg\:last\:-mt-40:last-child {
		margin-top: -10rem !important
	}

	.lg\:last\:-mr-40:last-child {
		margin-right: -10rem !important
	}

	.lg\:last\:-mb-40:last-child {
		margin-bottom: -10rem !important
	}

	.lg\:last\:-ml-40:last-child {
		margin-left: -10rem !important
	}

	.lg\:last\:-mt-48:last-child {
		margin-top: -12rem !important
	}

	.lg\:last\:-mr-48:last-child {
		margin-right: -12rem !important
	}

	.lg\:last\:-mb-48:last-child {
		margin-bottom: -12rem !important
	}

	.lg\:last\:-ml-48:last-child {
		margin-left: -12rem !important
	}

	.lg\:last\:-mt-56:last-child {
		margin-top: -14rem !important
	}

	.lg\:last\:-mr-56:last-child {
		margin-right: -14rem !important
	}

	.lg\:last\:-mb-56:last-child {
		margin-bottom: -14rem !important
	}

	.lg\:last\:-ml-56:last-child {
		margin-left: -14rem !important
	}

	.lg\:last\:-mt-64:last-child {
		margin-top: -16rem !important
	}

	.lg\:last\:-mr-64:last-child {
		margin-right: -16rem !important
	}

	.lg\:last\:-mb-64:last-child {
		margin-bottom: -16rem !important
	}

	.lg\:last\:-ml-64:last-child {
		margin-left: -16rem !important
	}

	.lg\:last\:-mt-px:last-child {
		margin-top: -1px !important
	}

	.lg\:last\:-mr-px:last-child {
		margin-right: -1px !important
	}

	.lg\:last\:-mb-px:last-child {
		margin-bottom: -1px !important
	}

	.lg\:last\:-ml-px:last-child {
		margin-left: -1px !important
	}

	.lg\:last\:-mt--50:last-child {
		margin-top: 50px !important
	}

	.lg\:last\:-mr--50:last-child {
		margin-right: 50px !important
	}

	.lg\:last\:-mb--50:last-child {
		margin-bottom: 50px !important
	}

	.lg\:last\:-ml--50:last-child {
		margin-left: 50px !important
	}

	.lg\:last\:-mt-14:last-child {
		margin-top: -3.5rem !important
	}

	.lg\:last\:-mr-14:last-child {
		margin-right: -3.5rem !important
	}

	.lg\:last\:-mb-14:last-child {
		margin-bottom: -3.5rem !important
	}

	.lg\:last\:-ml-14:last-child {
		margin-left: -3.5rem !important
	}

	.lg\:last\:-mt-15:last-child {
		margin-top: -3.75rem !important
	}

	.lg\:last\:-mr-15:last-child {
		margin-right: -3.75rem !important
	}

	.lg\:last\:-mb-15:last-child {
		margin-bottom: -3.75rem !important
	}

	.lg\:last\:-ml-15:last-child {
		margin-left: -3.75rem !important
	}

	.lg\:last\:-mt-25:last-child {
		margin-top: -6.25rem !important
	}

	.lg\:last\:-mr-25:last-child {
		margin-right: -6.25rem !important
	}

	.lg\:last\:-mb-25:last-child {
		margin-bottom: -6.25rem !important
	}

	.lg\:last\:-ml-25:last-child {
		margin-left: -6.25rem !important
	}

	.lg\:last\:-mt-30:last-child {
		margin-top: -7.5rem !important
	}

	.lg\:last\:-mr-30:last-child {
		margin-right: -7.5rem !important
	}

	.lg\:last\:-mb-30:last-child {
		margin-bottom: -7.5rem !important
	}

	.lg\:last\:-ml-30:last-child {
		margin-left: -7.5rem !important
	}

	.lg\:hover\:m-0:hover {
		margin: 0 !important
	}

	.lg\:hover\:m-1:hover {
		margin: .25rem !important
	}

	.lg\:hover\:m-2:hover {
		margin: .5rem !important
	}

	.lg\:hover\:m-3:hover {
		margin: .75rem !important
	}

	.lg\:hover\:m-4:hover {
		margin: 1rem !important
	}

	.lg\:hover\:m-5:hover {
		margin: 1.25rem !important
	}

	.lg\:hover\:m-6:hover {
		margin: 1.5rem !important
	}

	.lg\:hover\:m-7:hover {
		margin: 1.75rem !important
	}

	.lg\:hover\:m-8:hover {
		margin: 2rem !important
	}

	.lg\:hover\:m-9:hover {
		margin: 2.25rem !important
	}

	.lg\:hover\:m-10:hover {
		margin: 2.5rem !important
	}

	.lg\:hover\:m-12:hover {
		margin: 3rem !important
	}

	.lg\:hover\:m-13:hover, .lg\:hover\:m-14:hover {
		margin: 3.5rem !important
	}

	.lg\:hover\:m-15:hover {
		margin: 3.75rem !important
	}

	.lg\:hover\:m-16:hover {
		margin: 4rem !important
	}

	.lg\:hover\:m-20:hover {
		margin: 5rem !important
	}

	.lg\:hover\:m-24:hover {
		margin: 6rem !important
	}

	.lg\:hover\:m-30:hover {
		margin: 7.5rem !important
	}

	.lg\:hover\:m-32:hover {
		margin: 8rem !important
	}

	.lg\:hover\:m-40:hover {
		margin: 10rem !important
	}

	.lg\:hover\:m-48:hover {
		margin: 12rem !important
	}

	.lg\:hover\:m-56:hover {
		margin: 14rem !important
	}

	.lg\:hover\:m-64:hover {
		margin: 16rem !important
	}

	.lg\:hover\:m-auto:hover {
		margin: auto !important
	}

	.lg\:hover\:m-px:hover {
		margin: 1px !important
	}

	.lg\:hover\:-m-50:hover {
		margin: -50px !important
	}

	.lg\:hover\:-m-1:hover {
		margin: -.25rem !important
	}

	.lg\:hover\:-m-2:hover {
		margin: -.5rem !important
	}

	.lg\:hover\:-m-3:hover {
		margin: -.75rem !important
	}

	.lg\:hover\:-m-4:hover {
		margin: -1rem !important
	}

	.lg\:hover\:-m-5:hover {
		margin: -1.25rem !important
	}

	.lg\:hover\:-m-6:hover {
		margin: -1.5rem !important
	}

	.lg\:hover\:-m-8:hover {
		margin: -2rem !important
	}

	.lg\:hover\:-m-10:hover {
		margin: -2.5rem !important
	}

	.lg\:hover\:-m-12:hover {
		margin: -3rem !important
	}

	.lg\:hover\:-m-16:hover {
		margin: -4rem !important
	}

	.lg\:hover\:-m-20:hover {
		margin: -5rem !important
	}

	.lg\:hover\:-m-24:hover {
		margin: -6rem !important
	}

	.lg\:hover\:-m-32:hover {
		margin: -8rem !important
	}

	.lg\:hover\:-m-40:hover {
		margin: -10rem !important
	}

	.lg\:hover\:-m-48:hover {
		margin: -12rem !important
	}

	.lg\:hover\:-m-56:hover {
		margin: -14rem !important
	}

	.lg\:hover\:-m-64:hover {
		margin: -16rem !important
	}

	.lg\:hover\:-m-px:hover {
		margin: -1px !important
	}

	.lg\:hover\:-m--50:hover {
		margin: 50px !important
	}

	.lg\:hover\:-m-14:hover {
		margin: -3.5rem !important
	}

	.lg\:hover\:-m-15:hover {
		margin: -3.75rem !important
	}

	.lg\:hover\:-m-25:hover {
		margin: -6.25rem !important
	}

	.lg\:hover\:-m-30:hover {
		margin: -7.5rem !important
	}

	.lg\:hover\:my-0:hover {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.lg\:hover\:mx-0:hover {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.lg\:hover\:my-1:hover {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.lg\:hover\:mx-1:hover {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.lg\:hover\:my-2:hover {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.lg\:hover\:mx-2:hover {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.lg\:hover\:my-3:hover {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.lg\:hover\:mx-3:hover {
		margin-left: .75rem !important;
		margin-right: .75rem !important
	}

	.lg\:hover\:my-4:hover {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.lg\:hover\:mx-4:hover {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.lg\:hover\:my-5:hover {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.lg\:hover\:mx-5:hover {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.lg\:hover\:my-6:hover {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.lg\:hover\:mx-6:hover {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.lg\:hover\:my-7:hover {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.lg\:hover\:mx-7:hover {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important
	}

	.lg\:hover\:my-8:hover {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.lg\:hover\:mx-8:hover {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.lg\:hover\:my-9:hover {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.lg\:hover\:mx-9:hover {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important
	}

	.lg\:hover\:my-10:hover {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.lg\:hover\:mx-10:hover {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important
	}

	.lg\:hover\:my-12:hover {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.lg\:hover\:mx-12:hover {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.lg\:hover\:my-13:hover {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.lg\:hover\:mx-13:hover {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.lg\:hover\:my-14:hover {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.lg\:hover\:mx-14:hover {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.lg\:hover\:my-15:hover {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important
	}

	.lg\:hover\:mx-15:hover {
		margin-left: 3.75rem !important;
		margin-right: 3.75rem !important
	}

	.lg\:hover\:my-16:hover {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.lg\:hover\:mx-16:hover {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.lg\:hover\:my-20:hover {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.lg\:hover\:mx-20:hover {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.lg\:hover\:my-24:hover {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.lg\:hover\:mx-24:hover {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.lg\:hover\:my-30:hover {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.lg\:hover\:mx-30:hover {
		margin-left: 7.5rem !important;
		margin-right: 7.5rem !important
	}

	.lg\:hover\:my-32:hover {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.lg\:hover\:mx-32:hover {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.lg\:hover\:my-40:hover {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.lg\:hover\:mx-40:hover {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.lg\:hover\:my-48:hover {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.lg\:hover\:mx-48:hover {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.lg\:hover\:my-56:hover {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.lg\:hover\:mx-56:hover {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.lg\:hover\:my-64:hover {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.lg\:hover\:mx-64:hover {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.lg\:hover\:my-auto:hover {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.lg\:hover\:mx-auto:hover {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.lg\:hover\:my-px:hover {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}

	.lg\:hover\:mx-px:hover {
		margin-left: 1px !important;
		margin-right: 1px !important
	}

	.lg\:hover\:-my-50:hover {
		margin-top: -50px !important;
		margin-bottom: -50px !important
	}

	.lg\:hover\:-mx-50:hover {
		margin-left: -50px !important;
		margin-right: -50px !important
	}

	.lg\:hover\:-my-1:hover {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.lg\:hover\:-mx-1:hover {
		margin-left: -.25rem !important;
		margin-right: -.25rem !important
	}

	.lg\:hover\:-my-2:hover {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.lg\:hover\:-mx-2:hover {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}

	.lg\:hover\:-my-3:hover {
		margin-top: -.75rem !important;
		margin-bottom: -.75rem !important
	}

	.lg\:hover\:-mx-3:hover {
		margin-left: -.75rem !important;
		margin-right: -.75rem !important
	}

	.lg\:hover\:-my-4:hover {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.lg\:hover\:-mx-4:hover {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.lg\:hover\:-my-5:hover {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.lg\:hover\:-mx-5:hover {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.lg\:hover\:-my-6:hover {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.lg\:hover\:-mx-6:hover {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.lg\:hover\:-my-8:hover {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.lg\:hover\:-mx-8:hover {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.lg\:hover\:-my-10:hover {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important
	}

	.lg\:hover\:-mx-10:hover {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important
	}

	.lg\:hover\:-my-12:hover {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.lg\:hover\:-mx-12:hover {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.lg\:hover\:-my-16:hover {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.lg\:hover\:-mx-16:hover {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.lg\:hover\:-my-20:hover {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.lg\:hover\:-mx-20:hover {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.lg\:hover\:-my-24:hover {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.lg\:hover\:-mx-24:hover {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.lg\:hover\:-my-32:hover {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important
	}

	.lg\:hover\:-mx-32:hover {
		margin-left: -8rem !important;
		margin-right: -8rem !important
	}

	.lg\:hover\:-my-40:hover {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important
	}

	.lg\:hover\:-mx-40:hover {
		margin-left: -10rem !important;
		margin-right: -10rem !important
	}

	.lg\:hover\:-my-48:hover {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important
	}

	.lg\:hover\:-mx-48:hover {
		margin-left: -12rem !important;
		margin-right: -12rem !important
	}

	.lg\:hover\:-my-56:hover {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important
	}

	.lg\:hover\:-mx-56:hover {
		margin-left: -14rem !important;
		margin-right: -14rem !important
	}

	.lg\:hover\:-my-64:hover {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important
	}

	.lg\:hover\:-mx-64:hover {
		margin-left: -16rem !important;
		margin-right: -16rem !important
	}

	.lg\:hover\:-my-px:hover {
		margin-top: -1px !important;
		margin-bottom: -1px !important
	}

	.lg\:hover\:-mx-px:hover {
		margin-left: -1px !important;
		margin-right: -1px !important
	}

	.lg\:hover\:-my--50:hover {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}

	.lg\:hover\:-mx--50:hover {
		margin-left: 50px !important;
		margin-right: 50px !important
	}

	.lg\:hover\:-my-14:hover {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important
	}

	.lg\:hover\:-mx-14:hover {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important
	}

	.lg\:hover\:-my-15:hover {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important
	}

	.lg\:hover\:-mx-15:hover {
		margin-left: -3.75rem !important;
		margin-right: -3.75rem !important
	}

	.lg\:hover\:-my-25:hover {
		margin-top: -6.25rem !important;
		margin-bottom: -6.25rem !important
	}

	.lg\:hover\:-mx-25:hover {
		margin-left: -6.25rem !important;
		margin-right: -6.25rem !important
	}

	.lg\:hover\:-my-30:hover {
		margin-top: -7.5rem !important;
		margin-bottom: -7.5rem !important
	}

	.lg\:hover\:-mx-30:hover {
		margin-left: -7.5rem !important;
		margin-right: -7.5rem !important
	}

	.lg\:hover\:mt-0:hover {
		margin-top: 0 !important
	}

	.lg\:hover\:mr-0:hover {
		margin-right: 0 !important
	}

	.lg\:hover\:mb-0:hover {
		margin-bottom: 0 !important
	}

	.lg\:hover\:ml-0:hover {
		margin-left: 0 !important
	}

	.lg\:hover\:mt-1:hover {
		margin-top: .25rem !important
	}

	.lg\:hover\:mr-1:hover {
		margin-right: .25rem !important
	}

	.lg\:hover\:mb-1:hover {
		margin-bottom: .25rem !important
	}

	.lg\:hover\:ml-1:hover {
		margin-left: .25rem !important
	}

	.lg\:hover\:mt-2:hover {
		margin-top: .5rem !important
	}

	.lg\:hover\:mr-2:hover {
		margin-right: .5rem !important
	}

	.lg\:hover\:mb-2:hover {
		margin-bottom: .5rem !important
	}

	.lg\:hover\:ml-2:hover {
		margin-left: .5rem !important
	}

	.lg\:hover\:mt-3:hover {
		margin-top: .75rem !important
	}

	.lg\:hover\:mr-3:hover {
		margin-right: .75rem !important
	}

	.lg\:hover\:mb-3:hover {
		margin-bottom: .75rem !important
	}

	.lg\:hover\:ml-3:hover {
		margin-left: .75rem !important
	}

	.lg\:hover\:mt-4:hover {
		margin-top: 1rem !important
	}

	.lg\:hover\:mr-4:hover {
		margin-right: 1rem !important
	}

	.lg\:hover\:mb-4:hover {
		margin-bottom: 1rem !important
	}

	.lg\:hover\:ml-4:hover {
		margin-left: 1rem !important
	}

	.lg\:hover\:mt-5:hover {
		margin-top: 1.25rem !important
	}

	.lg\:hover\:mr-5:hover {
		margin-right: 1.25rem !important
	}

	.lg\:hover\:mb-5:hover {
		margin-bottom: 1.25rem !important
	}

	.lg\:hover\:ml-5:hover {
		margin-left: 1.25rem !important
	}

	.lg\:hover\:mt-6:hover {
		margin-top: 1.5rem !important
	}

	.lg\:hover\:mr-6:hover {
		margin-right: 1.5rem !important
	}

	.lg\:hover\:mb-6:hover {
		margin-bottom: 1.5rem !important
	}

	.lg\:hover\:ml-6:hover {
		margin-left: 1.5rem !important
	}

	.lg\:hover\:mt-7:hover {
		margin-top: 1.75rem !important
	}

	.lg\:hover\:mr-7:hover {
		margin-right: 1.75rem !important
	}

	.lg\:hover\:mb-7:hover {
		margin-bottom: 1.75rem !important
	}

	.lg\:hover\:ml-7:hover {
		margin-left: 1.75rem !important
	}

	.lg\:hover\:mt-8:hover {
		margin-top: 2rem !important
	}

	.lg\:hover\:mr-8:hover {
		margin-right: 2rem !important
	}

	.lg\:hover\:mb-8:hover {
		margin-bottom: 2rem !important
	}

	.lg\:hover\:ml-8:hover {
		margin-left: 2rem !important
	}

	.lg\:hover\:mt-9:hover {
		margin-top: 2.25rem !important
	}

	.lg\:hover\:mr-9:hover {
		margin-right: 2.25rem !important
	}

	.lg\:hover\:mb-9:hover {
		margin-bottom: 2.25rem !important
	}

	.lg\:hover\:ml-9:hover {
		margin-left: 2.25rem !important
	}

	.lg\:hover\:mt-10:hover {
		margin-top: 2.5rem !important
	}

	.lg\:hover\:mr-10:hover {
		margin-right: 2.5rem !important
	}

	.lg\:hover\:mb-10:hover {
		margin-bottom: 2.5rem !important
	}

	.lg\:hover\:ml-10:hover {
		margin-left: 2.5rem !important
	}

	.lg\:hover\:mt-12:hover {
		margin-top: 3rem !important
	}

	.lg\:hover\:mr-12:hover {
		margin-right: 3rem !important
	}

	.lg\:hover\:mb-12:hover {
		margin-bottom: 3rem !important
	}

	.lg\:hover\:ml-12:hover {
		margin-left: 3rem !important
	}

	.lg\:hover\:mt-13:hover {
		margin-top: 3.5rem !important
	}

	.lg\:hover\:mr-13:hover {
		margin-right: 3.5rem !important
	}

	.lg\:hover\:mb-13:hover {
		margin-bottom: 3.5rem !important
	}

	.lg\:hover\:ml-13:hover {
		margin-left: 3.5rem !important
	}

	.lg\:hover\:mt-14:hover {
		margin-top: 3.5rem !important
	}

	.lg\:hover\:mr-14:hover {
		margin-right: 3.5rem !important
	}

	.lg\:hover\:mb-14:hover {
		margin-bottom: 3.5rem !important
	}

	.lg\:hover\:ml-14:hover {
		margin-left: 3.5rem !important
	}

	.lg\:hover\:mt-15:hover {
		margin-top: 3.75rem !important
	}

	.lg\:hover\:mr-15:hover {
		margin-right: 3.75rem !important
	}

	.lg\:hover\:mb-15:hover {
		margin-bottom: 3.75rem !important
	}

	.lg\:hover\:ml-15:hover {
		margin-left: 3.75rem !important
	}

	.lg\:hover\:mt-16:hover {
		margin-top: 4rem !important
	}

	.lg\:hover\:mr-16:hover {
		margin-right: 4rem !important
	}

	.lg\:hover\:mb-16:hover {
		margin-bottom: 4rem !important
	}

	.lg\:hover\:ml-16:hover {
		margin-left: 4rem !important
	}

	.lg\:hover\:mt-20:hover {
		margin-top: 5rem !important
	}

	.lg\:hover\:mr-20:hover {
		margin-right: 5rem !important
	}

	.lg\:hover\:mb-20:hover {
		margin-bottom: 5rem !important
	}

	.lg\:hover\:ml-20:hover {
		margin-left: 5rem !important
	}

	.lg\:hover\:mt-24:hover {
		margin-top: 6rem !important
	}

	.lg\:hover\:mr-24:hover {
		margin-right: 6rem !important
	}

	.lg\:hover\:mb-24:hover {
		margin-bottom: 6rem !important
	}

	.lg\:hover\:ml-24:hover {
		margin-left: 6rem !important
	}

	.lg\:hover\:mt-30:hover {
		margin-top: 7.5rem !important
	}

	.lg\:hover\:mr-30:hover {
		margin-right: 7.5rem !important
	}

	.lg\:hover\:mb-30:hover {
		margin-bottom: 7.5rem !important
	}

	.lg\:hover\:ml-30:hover {
		margin-left: 7.5rem !important
	}

	.lg\:hover\:mt-32:hover {
		margin-top: 8rem !important
	}

	.lg\:hover\:mr-32:hover {
		margin-right: 8rem !important
	}

	.lg\:hover\:mb-32:hover {
		margin-bottom: 8rem !important
	}

	.lg\:hover\:ml-32:hover {
		margin-left: 8rem !important
	}

	.lg\:hover\:mt-40:hover {
		margin-top: 10rem !important
	}

	.lg\:hover\:mr-40:hover {
		margin-right: 10rem !important
	}

	.lg\:hover\:mb-40:hover {
		margin-bottom: 10rem !important
	}

	.lg\:hover\:ml-40:hover {
		margin-left: 10rem !important
	}

	.lg\:hover\:mt-48:hover {
		margin-top: 12rem !important
	}

	.lg\:hover\:mr-48:hover {
		margin-right: 12rem !important
	}

	.lg\:hover\:mb-48:hover {
		margin-bottom: 12rem !important
	}

	.lg\:hover\:ml-48:hover {
		margin-left: 12rem !important
	}

	.lg\:hover\:mt-56:hover {
		margin-top: 14rem !important
	}

	.lg\:hover\:mr-56:hover {
		margin-right: 14rem !important
	}

	.lg\:hover\:mb-56:hover {
		margin-bottom: 14rem !important
	}

	.lg\:hover\:ml-56:hover {
		margin-left: 14rem !important
	}

	.lg\:hover\:mt-64:hover {
		margin-top: 16rem !important
	}

	.lg\:hover\:mr-64:hover {
		margin-right: 16rem !important
	}

	.lg\:hover\:mb-64:hover {
		margin-bottom: 16rem !important
	}

	.lg\:hover\:ml-64:hover {
		margin-left: 16rem !important
	}

	.lg\:hover\:mt-auto:hover {
		margin-top: auto !important
	}

	.lg\:hover\:mr-auto:hover {
		margin-right: auto !important
	}

	.lg\:hover\:mb-auto:hover {
		margin-bottom: auto !important
	}

	.lg\:hover\:ml-auto:hover {
		margin-left: auto !important
	}

	.lg\:hover\:mt-px:hover {
		margin-top: 1px !important
	}

	.lg\:hover\:mr-px:hover {
		margin-right: 1px !important
	}

	.lg\:hover\:mb-px:hover {
		margin-bottom: 1px !important
	}

	.lg\:hover\:ml-px:hover {
		margin-left: 1px !important
	}

	.lg\:hover\:-mt-50:hover {
		margin-top: -50px !important
	}

	.lg\:hover\:-mr-50:hover {
		margin-right: -50px !important
	}

	.lg\:hover\:-mb-50:hover {
		margin-bottom: -50px !important
	}

	.lg\:hover\:-ml-50:hover {
		margin-left: -50px !important
	}

	.lg\:hover\:-mt-1:hover {
		margin-top: -.25rem !important
	}

	.lg\:hover\:-mr-1:hover {
		margin-right: -.25rem !important
	}

	.lg\:hover\:-mb-1:hover {
		margin-bottom: -.25rem !important
	}

	.lg\:hover\:-ml-1:hover {
		margin-left: -.25rem !important
	}

	.lg\:hover\:-mt-2:hover {
		margin-top: -.5rem !important
	}

	.lg\:hover\:-mr-2:hover {
		margin-right: -.5rem !important
	}

	.lg\:hover\:-mb-2:hover {
		margin-bottom: -.5rem !important
	}

	.lg\:hover\:-ml-2:hover {
		margin-left: -.5rem !important
	}

	.lg\:hover\:-mt-3:hover {
		margin-top: -.75rem !important
	}

	.lg\:hover\:-mr-3:hover {
		margin-right: -.75rem !important
	}

	.lg\:hover\:-mb-3:hover {
		margin-bottom: -.75rem !important
	}

	.lg\:hover\:-ml-3:hover {
		margin-left: -.75rem !important
	}

	.lg\:hover\:-mt-4:hover {
		margin-top: -1rem !important
	}

	.lg\:hover\:-mr-4:hover {
		margin-right: -1rem !important
	}

	.lg\:hover\:-mb-4:hover {
		margin-bottom: -1rem !important
	}

	.lg\:hover\:-ml-4:hover {
		margin-left: -1rem !important
	}

	.lg\:hover\:-mt-5:hover {
		margin-top: -1.25rem !important
	}

	.lg\:hover\:-mr-5:hover {
		margin-right: -1.25rem !important
	}

	.lg\:hover\:-mb-5:hover {
		margin-bottom: -1.25rem !important
	}

	.lg\:hover\:-ml-5:hover {
		margin-left: -1.25rem !important
	}

	.lg\:hover\:-mt-6:hover {
		margin-top: -1.5rem !important
	}

	.lg\:hover\:-mr-6:hover {
		margin-right: -1.5rem !important
	}

	.lg\:hover\:-mb-6:hover {
		margin-bottom: -1.5rem !important
	}

	.lg\:hover\:-ml-6:hover {
		margin-left: -1.5rem !important
	}

	.lg\:hover\:-mt-8:hover {
		margin-top: -2rem !important
	}

	.lg\:hover\:-mr-8:hover {
		margin-right: -2rem !important
	}

	.lg\:hover\:-mb-8:hover {
		margin-bottom: -2rem !important
	}

	.lg\:hover\:-ml-8:hover {
		margin-left: -2rem !important
	}

	.lg\:hover\:-mt-10:hover {
		margin-top: -2.5rem !important
	}

	.lg\:hover\:-mr-10:hover {
		margin-right: -2.5rem !important
	}

	.lg\:hover\:-mb-10:hover {
		margin-bottom: -2.5rem !important
	}

	.lg\:hover\:-ml-10:hover {
		margin-left: -2.5rem !important
	}

	.lg\:hover\:-mt-12:hover {
		margin-top: -3rem !important
	}

	.lg\:hover\:-mr-12:hover {
		margin-right: -3rem !important
	}

	.lg\:hover\:-mb-12:hover {
		margin-bottom: -3rem !important
	}

	.lg\:hover\:-ml-12:hover {
		margin-left: -3rem !important
	}

	.lg\:hover\:-mt-16:hover {
		margin-top: -4rem !important
	}

	.lg\:hover\:-mr-16:hover {
		margin-right: -4rem !important
	}

	.lg\:hover\:-mb-16:hover {
		margin-bottom: -4rem !important
	}

	.lg\:hover\:-ml-16:hover {
		margin-left: -4rem !important
	}

	.lg\:hover\:-mt-20:hover {
		margin-top: -5rem !important
	}

	.lg\:hover\:-mr-20:hover {
		margin-right: -5rem !important
	}

	.lg\:hover\:-mb-20:hover {
		margin-bottom: -5rem !important
	}

	.lg\:hover\:-ml-20:hover {
		margin-left: -5rem !important
	}

	.lg\:hover\:-mt-24:hover {
		margin-top: -6rem !important
	}

	.lg\:hover\:-mr-24:hover {
		margin-right: -6rem !important
	}

	.lg\:hover\:-mb-24:hover {
		margin-bottom: -6rem !important
	}

	.lg\:hover\:-ml-24:hover {
		margin-left: -6rem !important
	}

	.lg\:hover\:-mt-32:hover {
		margin-top: -8rem !important
	}

	.lg\:hover\:-mr-32:hover {
		margin-right: -8rem !important
	}

	.lg\:hover\:-mb-32:hover {
		margin-bottom: -8rem !important
	}

	.lg\:hover\:-ml-32:hover {
		margin-left: -8rem !important
	}

	.lg\:hover\:-mt-40:hover {
		margin-top: -10rem !important
	}

	.lg\:hover\:-mr-40:hover {
		margin-right: -10rem !important
	}

	.lg\:hover\:-mb-40:hover {
		margin-bottom: -10rem !important
	}

	.lg\:hover\:-ml-40:hover {
		margin-left: -10rem !important
	}

	.lg\:hover\:-mt-48:hover {
		margin-top: -12rem !important
	}

	.lg\:hover\:-mr-48:hover {
		margin-right: -12rem !important
	}

	.lg\:hover\:-mb-48:hover {
		margin-bottom: -12rem !important
	}

	.lg\:hover\:-ml-48:hover {
		margin-left: -12rem !important
	}

	.lg\:hover\:-mt-56:hover {
		margin-top: -14rem !important
	}

	.lg\:hover\:-mr-56:hover {
		margin-right: -14rem !important
	}

	.lg\:hover\:-mb-56:hover {
		margin-bottom: -14rem !important
	}

	.lg\:hover\:-ml-56:hover {
		margin-left: -14rem !important
	}

	.lg\:hover\:-mt-64:hover {
		margin-top: -16rem !important
	}

	.lg\:hover\:-mr-64:hover {
		margin-right: -16rem !important
	}

	.lg\:hover\:-mb-64:hover {
		margin-bottom: -16rem !important
	}

	.lg\:hover\:-ml-64:hover {
		margin-left: -16rem !important
	}

	.lg\:hover\:-mt-px:hover {
		margin-top: -1px !important
	}

	.lg\:hover\:-mr-px:hover {
		margin-right: -1px !important
	}

	.lg\:hover\:-mb-px:hover {
		margin-bottom: -1px !important
	}

	.lg\:hover\:-ml-px:hover {
		margin-left: -1px !important
	}

	.lg\:hover\:-mt--50:hover {
		margin-top: 50px !important
	}

	.lg\:hover\:-mr--50:hover {
		margin-right: 50px !important
	}

	.lg\:hover\:-mb--50:hover {
		margin-bottom: 50px !important
	}

	.lg\:hover\:-ml--50:hover {
		margin-left: 50px !important
	}

	.lg\:hover\:-mt-14:hover {
		margin-top: -3.5rem !important
	}

	.lg\:hover\:-mr-14:hover {
		margin-right: -3.5rem !important
	}

	.lg\:hover\:-mb-14:hover {
		margin-bottom: -3.5rem !important
	}

	.lg\:hover\:-ml-14:hover {
		margin-left: -3.5rem !important
	}

	.lg\:hover\:-mt-15:hover {
		margin-top: -3.75rem !important
	}

	.lg\:hover\:-mr-15:hover {
		margin-right: -3.75rem !important
	}

	.lg\:hover\:-mb-15:hover {
		margin-bottom: -3.75rem !important
	}

	.lg\:hover\:-ml-15:hover {
		margin-left: -3.75rem !important
	}

	.lg\:hover\:-mt-25:hover {
		margin-top: -6.25rem !important
	}

	.lg\:hover\:-mr-25:hover {
		margin-right: -6.25rem !important
	}

	.lg\:hover\:-mb-25:hover {
		margin-bottom: -6.25rem !important
	}

	.lg\:hover\:-ml-25:hover {
		margin-left: -6.25rem !important
	}

	.lg\:hover\:-mt-30:hover {
		margin-top: -7.5rem !important
	}

	.lg\:hover\:-mr-30:hover {
		margin-right: -7.5rem !important
	}

	.lg\:hover\:-mb-30:hover {
		margin-bottom: -7.5rem !important
	}

	.lg\:hover\:-ml-30:hover {
		margin-left: -7.5rem !important
	}

	.lg\:focus\:m-0:focus {
		margin: 0 !important
	}

	.lg\:focus\:m-1:focus {
		margin: .25rem !important
	}

	.lg\:focus\:m-2:focus {
		margin: .5rem !important
	}

	.lg\:focus\:m-3:focus {
		margin: .75rem !important
	}

	.lg\:focus\:m-4:focus {
		margin: 1rem !important
	}

	.lg\:focus\:m-5:focus {
		margin: 1.25rem !important
	}

	.lg\:focus\:m-6:focus {
		margin: 1.5rem !important
	}

	.lg\:focus\:m-7:focus {
		margin: 1.75rem !important
	}

	.lg\:focus\:m-8:focus {
		margin: 2rem !important
	}

	.lg\:focus\:m-9:focus {
		margin: 2.25rem !important
	}

	.lg\:focus\:m-10:focus {
		margin: 2.5rem !important
	}

	.lg\:focus\:m-12:focus {
		margin: 3rem !important
	}

	.lg\:focus\:m-13:focus, .lg\:focus\:m-14:focus {
		margin: 3.5rem !important
	}

	.lg\:focus\:m-15:focus {
		margin: 3.75rem !important
	}

	.lg\:focus\:m-16:focus {
		margin: 4rem !important
	}

	.lg\:focus\:m-20:focus {
		margin: 5rem !important
	}

	.lg\:focus\:m-24:focus {
		margin: 6rem !important
	}

	.lg\:focus\:m-30:focus {
		margin: 7.5rem !important
	}

	.lg\:focus\:m-32:focus {
		margin: 8rem !important
	}

	.lg\:focus\:m-40:focus {
		margin: 10rem !important
	}

	.lg\:focus\:m-48:focus {
		margin: 12rem !important
	}

	.lg\:focus\:m-56:focus {
		margin: 14rem !important
	}

	.lg\:focus\:m-64:focus {
		margin: 16rem !important
	}

	.lg\:focus\:m-auto:focus {
		margin: auto !important
	}

	.lg\:focus\:m-px:focus {
		margin: 1px !important
	}

	.lg\:focus\:-m-50:focus {
		margin: -50px !important
	}

	.lg\:focus\:-m-1:focus {
		margin: -.25rem !important
	}

	.lg\:focus\:-m-2:focus {
		margin: -.5rem !important
	}

	.lg\:focus\:-m-3:focus {
		margin: -.75rem !important
	}

	.lg\:focus\:-m-4:focus {
		margin: -1rem !important
	}

	.lg\:focus\:-m-5:focus {
		margin: -1.25rem !important
	}

	.lg\:focus\:-m-6:focus {
		margin: -1.5rem !important
	}

	.lg\:focus\:-m-8:focus {
		margin: -2rem !important
	}

	.lg\:focus\:-m-10:focus {
		margin: -2.5rem !important
	}

	.lg\:focus\:-m-12:focus {
		margin: -3rem !important
	}

	.lg\:focus\:-m-16:focus {
		margin: -4rem !important
	}

	.lg\:focus\:-m-20:focus {
		margin: -5rem !important
	}

	.lg\:focus\:-m-24:focus {
		margin: -6rem !important
	}

	.lg\:focus\:-m-32:focus {
		margin: -8rem !important
	}

	.lg\:focus\:-m-40:focus {
		margin: -10rem !important
	}

	.lg\:focus\:-m-48:focus {
		margin: -12rem !important
	}

	.lg\:focus\:-m-56:focus {
		margin: -14rem !important
	}

	.lg\:focus\:-m-64:focus {
		margin: -16rem !important
	}

	.lg\:focus\:-m-px:focus {
		margin: -1px !important
	}

	.lg\:focus\:-m--50:focus {
		margin: 50px !important
	}

	.lg\:focus\:-m-14:focus {
		margin: -3.5rem !important
	}

	.lg\:focus\:-m-15:focus {
		margin: -3.75rem !important
	}

	.lg\:focus\:-m-25:focus {
		margin: -6.25rem !important
	}

	.lg\:focus\:-m-30:focus {
		margin: -7.5rem !important
	}

	.lg\:focus\:my-0:focus {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.lg\:focus\:mx-0:focus {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.lg\:focus\:my-1:focus {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.lg\:focus\:mx-1:focus {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.lg\:focus\:my-2:focus {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.lg\:focus\:mx-2:focus {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.lg\:focus\:my-3:focus {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.lg\:focus\:mx-3:focus {
		margin-left: .75rem !important;
		margin-right: .75rem !important
	}

	.lg\:focus\:my-4:focus {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.lg\:focus\:mx-4:focus {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.lg\:focus\:my-5:focus {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.lg\:focus\:mx-5:focus {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.lg\:focus\:my-6:focus {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.lg\:focus\:mx-6:focus {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.lg\:focus\:my-7:focus {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.lg\:focus\:mx-7:focus {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important
	}

	.lg\:focus\:my-8:focus {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.lg\:focus\:mx-8:focus {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.lg\:focus\:my-9:focus {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.lg\:focus\:mx-9:focus {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important
	}

	.lg\:focus\:my-10:focus {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.lg\:focus\:mx-10:focus {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important
	}

	.lg\:focus\:my-12:focus {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.lg\:focus\:mx-12:focus {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.lg\:focus\:my-13:focus {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.lg\:focus\:mx-13:focus {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.lg\:focus\:my-14:focus {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.lg\:focus\:mx-14:focus {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.lg\:focus\:my-15:focus {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important
	}

	.lg\:focus\:mx-15:focus {
		margin-left: 3.75rem !important;
		margin-right: 3.75rem !important
	}

	.lg\:focus\:my-16:focus {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.lg\:focus\:mx-16:focus {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.lg\:focus\:my-20:focus {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.lg\:focus\:mx-20:focus {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.lg\:focus\:my-24:focus {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.lg\:focus\:mx-24:focus {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.lg\:focus\:my-30:focus {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.lg\:focus\:mx-30:focus {
		margin-left: 7.5rem !important;
		margin-right: 7.5rem !important
	}

	.lg\:focus\:my-32:focus {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.lg\:focus\:mx-32:focus {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.lg\:focus\:my-40:focus {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.lg\:focus\:mx-40:focus {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.lg\:focus\:my-48:focus {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.lg\:focus\:mx-48:focus {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.lg\:focus\:my-56:focus {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.lg\:focus\:mx-56:focus {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.lg\:focus\:my-64:focus {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.lg\:focus\:mx-64:focus {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.lg\:focus\:my-auto:focus {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.lg\:focus\:mx-auto:focus {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.lg\:focus\:my-px:focus {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}

	.lg\:focus\:mx-px:focus {
		margin-left: 1px !important;
		margin-right: 1px !important
	}

	.lg\:focus\:-my-50:focus {
		margin-top: -50px !important;
		margin-bottom: -50px !important
	}

	.lg\:focus\:-mx-50:focus {
		margin-left: -50px !important;
		margin-right: -50px !important
	}

	.lg\:focus\:-my-1:focus {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.lg\:focus\:-mx-1:focus {
		margin-left: -.25rem !important;
		margin-right: -.25rem !important
	}

	.lg\:focus\:-my-2:focus {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.lg\:focus\:-mx-2:focus {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}

	.lg\:focus\:-my-3:focus {
		margin-top: -.75rem !important;
		margin-bottom: -.75rem !important
	}

	.lg\:focus\:-mx-3:focus {
		margin-left: -.75rem !important;
		margin-right: -.75rem !important
	}

	.lg\:focus\:-my-4:focus {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.lg\:focus\:-mx-4:focus {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.lg\:focus\:-my-5:focus {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.lg\:focus\:-mx-5:focus {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.lg\:focus\:-my-6:focus {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.lg\:focus\:-mx-6:focus {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.lg\:focus\:-my-8:focus {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.lg\:focus\:-mx-8:focus {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.lg\:focus\:-my-10:focus {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important
	}

	.lg\:focus\:-mx-10:focus {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important
	}

	.lg\:focus\:-my-12:focus {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.lg\:focus\:-mx-12:focus {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.lg\:focus\:-my-16:focus {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.lg\:focus\:-mx-16:focus {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.lg\:focus\:-my-20:focus {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.lg\:focus\:-mx-20:focus {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.lg\:focus\:-my-24:focus {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.lg\:focus\:-mx-24:focus {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.lg\:focus\:-my-32:focus {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important
	}

	.lg\:focus\:-mx-32:focus {
		margin-left: -8rem !important;
		margin-right: -8rem !important
	}

	.lg\:focus\:-my-40:focus {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important
	}

	.lg\:focus\:-mx-40:focus {
		margin-left: -10rem !important;
		margin-right: -10rem !important
	}

	.lg\:focus\:-my-48:focus {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important
	}

	.lg\:focus\:-mx-48:focus {
		margin-left: -12rem !important;
		margin-right: -12rem !important
	}

	.lg\:focus\:-my-56:focus {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important
	}

	.lg\:focus\:-mx-56:focus {
		margin-left: -14rem !important;
		margin-right: -14rem !important
	}

	.lg\:focus\:-my-64:focus {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important
	}

	.lg\:focus\:-mx-64:focus {
		margin-left: -16rem !important;
		margin-right: -16rem !important
	}

	.lg\:focus\:-my-px:focus {
		margin-top: -1px !important;
		margin-bottom: -1px !important
	}

	.lg\:focus\:-mx-px:focus {
		margin-left: -1px !important;
		margin-right: -1px !important
	}

	.lg\:focus\:-my--50:focus {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}

	.lg\:focus\:-mx--50:focus {
		margin-left: 50px !important;
		margin-right: 50px !important
	}

	.lg\:focus\:-my-14:focus {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important
	}

	.lg\:focus\:-mx-14:focus {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important
	}

	.lg\:focus\:-my-15:focus {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important
	}

	.lg\:focus\:-mx-15:focus {
		margin-left: -3.75rem !important;
		margin-right: -3.75rem !important
	}

	.lg\:focus\:-my-25:focus {
		margin-top: -6.25rem !important;
		margin-bottom: -6.25rem !important
	}

	.lg\:focus\:-mx-25:focus {
		margin-left: -6.25rem !important;
		margin-right: -6.25rem !important
	}

	.lg\:focus\:-my-30:focus {
		margin-top: -7.5rem !important;
		margin-bottom: -7.5rem !important
	}

	.lg\:focus\:-mx-30:focus {
		margin-left: -7.5rem !important;
		margin-right: -7.5rem !important
	}

	.lg\:focus\:mt-0:focus {
		margin-top: 0 !important
	}

	.lg\:focus\:mr-0:focus {
		margin-right: 0 !important
	}

	.lg\:focus\:mb-0:focus {
		margin-bottom: 0 !important
	}

	.lg\:focus\:ml-0:focus {
		margin-left: 0 !important
	}

	.lg\:focus\:mt-1:focus {
		margin-top: .25rem !important
	}

	.lg\:focus\:mr-1:focus {
		margin-right: .25rem !important
	}

	.lg\:focus\:mb-1:focus {
		margin-bottom: .25rem !important
	}

	.lg\:focus\:ml-1:focus {
		margin-left: .25rem !important
	}

	.lg\:focus\:mt-2:focus {
		margin-top: .5rem !important
	}

	.lg\:focus\:mr-2:focus {
		margin-right: .5rem !important
	}

	.lg\:focus\:mb-2:focus {
		margin-bottom: .5rem !important
	}

	.lg\:focus\:ml-2:focus {
		margin-left: .5rem !important
	}

	.lg\:focus\:mt-3:focus {
		margin-top: .75rem !important
	}

	.lg\:focus\:mr-3:focus {
		margin-right: .75rem !important
	}

	.lg\:focus\:mb-3:focus {
		margin-bottom: .75rem !important
	}

	.lg\:focus\:ml-3:focus {
		margin-left: .75rem !important
	}

	.lg\:focus\:mt-4:focus {
		margin-top: 1rem !important
	}

	.lg\:focus\:mr-4:focus {
		margin-right: 1rem !important
	}

	.lg\:focus\:mb-4:focus {
		margin-bottom: 1rem !important
	}

	.lg\:focus\:ml-4:focus {
		margin-left: 1rem !important
	}

	.lg\:focus\:mt-5:focus {
		margin-top: 1.25rem !important
	}

	.lg\:focus\:mr-5:focus {
		margin-right: 1.25rem !important
	}

	.lg\:focus\:mb-5:focus {
		margin-bottom: 1.25rem !important
	}

	.lg\:focus\:ml-5:focus {
		margin-left: 1.25rem !important
	}

	.lg\:focus\:mt-6:focus {
		margin-top: 1.5rem !important
	}

	.lg\:focus\:mr-6:focus {
		margin-right: 1.5rem !important
	}

	.lg\:focus\:mb-6:focus {
		margin-bottom: 1.5rem !important
	}

	.lg\:focus\:ml-6:focus {
		margin-left: 1.5rem !important
	}

	.lg\:focus\:mt-7:focus {
		margin-top: 1.75rem !important
	}

	.lg\:focus\:mr-7:focus {
		margin-right: 1.75rem !important
	}

	.lg\:focus\:mb-7:focus {
		margin-bottom: 1.75rem !important
	}

	.lg\:focus\:ml-7:focus {
		margin-left: 1.75rem !important
	}

	.lg\:focus\:mt-8:focus {
		margin-top: 2rem !important
	}

	.lg\:focus\:mr-8:focus {
		margin-right: 2rem !important
	}

	.lg\:focus\:mb-8:focus {
		margin-bottom: 2rem !important
	}

	.lg\:focus\:ml-8:focus {
		margin-left: 2rem !important
	}

	.lg\:focus\:mt-9:focus {
		margin-top: 2.25rem !important
	}

	.lg\:focus\:mr-9:focus {
		margin-right: 2.25rem !important
	}

	.lg\:focus\:mb-9:focus {
		margin-bottom: 2.25rem !important
	}

	.lg\:focus\:ml-9:focus {
		margin-left: 2.25rem !important
	}

	.lg\:focus\:mt-10:focus {
		margin-top: 2.5rem !important
	}

	.lg\:focus\:mr-10:focus {
		margin-right: 2.5rem !important
	}

	.lg\:focus\:mb-10:focus {
		margin-bottom: 2.5rem !important
	}

	.lg\:focus\:ml-10:focus {
		margin-left: 2.5rem !important
	}

	.lg\:focus\:mt-12:focus {
		margin-top: 3rem !important
	}

	.lg\:focus\:mr-12:focus {
		margin-right: 3rem !important
	}

	.lg\:focus\:mb-12:focus {
		margin-bottom: 3rem !important
	}

	.lg\:focus\:ml-12:focus {
		margin-left: 3rem !important
	}

	.lg\:focus\:mt-13:focus {
		margin-top: 3.5rem !important
	}

	.lg\:focus\:mr-13:focus {
		margin-right: 3.5rem !important
	}

	.lg\:focus\:mb-13:focus {
		margin-bottom: 3.5rem !important
	}

	.lg\:focus\:ml-13:focus {
		margin-left: 3.5rem !important
	}

	.lg\:focus\:mt-14:focus {
		margin-top: 3.5rem !important
	}

	.lg\:focus\:mr-14:focus {
		margin-right: 3.5rem !important
	}

	.lg\:focus\:mb-14:focus {
		margin-bottom: 3.5rem !important
	}

	.lg\:focus\:ml-14:focus {
		margin-left: 3.5rem !important
	}

	.lg\:focus\:mt-15:focus {
		margin-top: 3.75rem !important
	}

	.lg\:focus\:mr-15:focus {
		margin-right: 3.75rem !important
	}

	.lg\:focus\:mb-15:focus {
		margin-bottom: 3.75rem !important
	}

	.lg\:focus\:ml-15:focus {
		margin-left: 3.75rem !important
	}

	.lg\:focus\:mt-16:focus {
		margin-top: 4rem !important
	}

	.lg\:focus\:mr-16:focus {
		margin-right: 4rem !important
	}

	.lg\:focus\:mb-16:focus {
		margin-bottom: 4rem !important
	}

	.lg\:focus\:ml-16:focus {
		margin-left: 4rem !important
	}

	.lg\:focus\:mt-20:focus {
		margin-top: 5rem !important
	}

	.lg\:focus\:mr-20:focus {
		margin-right: 5rem !important
	}

	.lg\:focus\:mb-20:focus {
		margin-bottom: 5rem !important
	}

	.lg\:focus\:ml-20:focus {
		margin-left: 5rem !important
	}

	.lg\:focus\:mt-24:focus {
		margin-top: 6rem !important
	}

	.lg\:focus\:mr-24:focus {
		margin-right: 6rem !important
	}

	.lg\:focus\:mb-24:focus {
		margin-bottom: 6rem !important
	}

	.lg\:focus\:ml-24:focus {
		margin-left: 6rem !important
	}

	.lg\:focus\:mt-30:focus {
		margin-top: 7.5rem !important
	}

	.lg\:focus\:mr-30:focus {
		margin-right: 7.5rem !important
	}

	.lg\:focus\:mb-30:focus {
		margin-bottom: 7.5rem !important
	}

	.lg\:focus\:ml-30:focus {
		margin-left: 7.5rem !important
	}

	.lg\:focus\:mt-32:focus {
		margin-top: 8rem !important
	}

	.lg\:focus\:mr-32:focus {
		margin-right: 8rem !important
	}

	.lg\:focus\:mb-32:focus {
		margin-bottom: 8rem !important
	}

	.lg\:focus\:ml-32:focus {
		margin-left: 8rem !important
	}

	.lg\:focus\:mt-40:focus {
		margin-top: 10rem !important
	}

	.lg\:focus\:mr-40:focus {
		margin-right: 10rem !important
	}

	.lg\:focus\:mb-40:focus {
		margin-bottom: 10rem !important
	}

	.lg\:focus\:ml-40:focus {
		margin-left: 10rem !important
	}

	.lg\:focus\:mt-48:focus {
		margin-top: 12rem !important
	}

	.lg\:focus\:mr-48:focus {
		margin-right: 12rem !important
	}

	.lg\:focus\:mb-48:focus {
		margin-bottom: 12rem !important
	}

	.lg\:focus\:ml-48:focus {
		margin-left: 12rem !important
	}

	.lg\:focus\:mt-56:focus {
		margin-top: 14rem !important
	}

	.lg\:focus\:mr-56:focus {
		margin-right: 14rem !important
	}

	.lg\:focus\:mb-56:focus {
		margin-bottom: 14rem !important
	}

	.lg\:focus\:ml-56:focus {
		margin-left: 14rem !important
	}

	.lg\:focus\:mt-64:focus {
		margin-top: 16rem !important
	}

	.lg\:focus\:mr-64:focus {
		margin-right: 16rem !important
	}

	.lg\:focus\:mb-64:focus {
		margin-bottom: 16rem !important
	}

	.lg\:focus\:ml-64:focus {
		margin-left: 16rem !important
	}

	.lg\:focus\:mt-auto:focus {
		margin-top: auto !important
	}

	.lg\:focus\:mr-auto:focus {
		margin-right: auto !important
	}

	.lg\:focus\:mb-auto:focus {
		margin-bottom: auto !important
	}

	.lg\:focus\:ml-auto:focus {
		margin-left: auto !important
	}

	.lg\:focus\:mt-px:focus {
		margin-top: 1px !important
	}

	.lg\:focus\:mr-px:focus {
		margin-right: 1px !important
	}

	.lg\:focus\:mb-px:focus {
		margin-bottom: 1px !important
	}

	.lg\:focus\:ml-px:focus {
		margin-left: 1px !important
	}

	.lg\:focus\:-mt-50:focus {
		margin-top: -50px !important
	}

	.lg\:focus\:-mr-50:focus {
		margin-right: -50px !important
	}

	.lg\:focus\:-mb-50:focus {
		margin-bottom: -50px !important
	}

	.lg\:focus\:-ml-50:focus {
		margin-left: -50px !important
	}

	.lg\:focus\:-mt-1:focus {
		margin-top: -.25rem !important
	}

	.lg\:focus\:-mr-1:focus {
		margin-right: -.25rem !important
	}

	.lg\:focus\:-mb-1:focus {
		margin-bottom: -.25rem !important
	}

	.lg\:focus\:-ml-1:focus {
		margin-left: -.25rem !important
	}

	.lg\:focus\:-mt-2:focus {
		margin-top: -.5rem !important
	}

	.lg\:focus\:-mr-2:focus {
		margin-right: -.5rem !important
	}

	.lg\:focus\:-mb-2:focus {
		margin-bottom: -.5rem !important
	}

	.lg\:focus\:-ml-2:focus {
		margin-left: -.5rem !important
	}

	.lg\:focus\:-mt-3:focus {
		margin-top: -.75rem !important
	}

	.lg\:focus\:-mr-3:focus {
		margin-right: -.75rem !important
	}

	.lg\:focus\:-mb-3:focus {
		margin-bottom: -.75rem !important
	}

	.lg\:focus\:-ml-3:focus {
		margin-left: -.75rem !important
	}

	.lg\:focus\:-mt-4:focus {
		margin-top: -1rem !important
	}

	.lg\:focus\:-mr-4:focus {
		margin-right: -1rem !important
	}

	.lg\:focus\:-mb-4:focus {
		margin-bottom: -1rem !important
	}

	.lg\:focus\:-ml-4:focus {
		margin-left: -1rem !important
	}

	.lg\:focus\:-mt-5:focus {
		margin-top: -1.25rem !important
	}

	.lg\:focus\:-mr-5:focus {
		margin-right: -1.25rem !important
	}

	.lg\:focus\:-mb-5:focus {
		margin-bottom: -1.25rem !important
	}

	.lg\:focus\:-ml-5:focus {
		margin-left: -1.25rem !important
	}

	.lg\:focus\:-mt-6:focus {
		margin-top: -1.5rem !important
	}

	.lg\:focus\:-mr-6:focus {
		margin-right: -1.5rem !important
	}

	.lg\:focus\:-mb-6:focus {
		margin-bottom: -1.5rem !important
	}

	.lg\:focus\:-ml-6:focus {
		margin-left: -1.5rem !important
	}

	.lg\:focus\:-mt-8:focus {
		margin-top: -2rem !important
	}

	.lg\:focus\:-mr-8:focus {
		margin-right: -2rem !important
	}

	.lg\:focus\:-mb-8:focus {
		margin-bottom: -2rem !important
	}

	.lg\:focus\:-ml-8:focus {
		margin-left: -2rem !important
	}

	.lg\:focus\:-mt-10:focus {
		margin-top: -2.5rem !important
	}

	.lg\:focus\:-mr-10:focus {
		margin-right: -2.5rem !important
	}

	.lg\:focus\:-mb-10:focus {
		margin-bottom: -2.5rem !important
	}

	.lg\:focus\:-ml-10:focus {
		margin-left: -2.5rem !important
	}

	.lg\:focus\:-mt-12:focus {
		margin-top: -3rem !important
	}

	.lg\:focus\:-mr-12:focus {
		margin-right: -3rem !important
	}

	.lg\:focus\:-mb-12:focus {
		margin-bottom: -3rem !important
	}

	.lg\:focus\:-ml-12:focus {
		margin-left: -3rem !important
	}

	.lg\:focus\:-mt-16:focus {
		margin-top: -4rem !important
	}

	.lg\:focus\:-mr-16:focus {
		margin-right: -4rem !important
	}

	.lg\:focus\:-mb-16:focus {
		margin-bottom: -4rem !important
	}

	.lg\:focus\:-ml-16:focus {
		margin-left: -4rem !important
	}

	.lg\:focus\:-mt-20:focus {
		margin-top: -5rem !important
	}

	.lg\:focus\:-mr-20:focus {
		margin-right: -5rem !important
	}

	.lg\:focus\:-mb-20:focus {
		margin-bottom: -5rem !important
	}

	.lg\:focus\:-ml-20:focus {
		margin-left: -5rem !important
	}

	.lg\:focus\:-mt-24:focus {
		margin-top: -6rem !important
	}

	.lg\:focus\:-mr-24:focus {
		margin-right: -6rem !important
	}

	.lg\:focus\:-mb-24:focus {
		margin-bottom: -6rem !important
	}

	.lg\:focus\:-ml-24:focus {
		margin-left: -6rem !important
	}

	.lg\:focus\:-mt-32:focus {
		margin-top: -8rem !important
	}

	.lg\:focus\:-mr-32:focus {
		margin-right: -8rem !important
	}

	.lg\:focus\:-mb-32:focus {
		margin-bottom: -8rem !important
	}

	.lg\:focus\:-ml-32:focus {
		margin-left: -8rem !important
	}

	.lg\:focus\:-mt-40:focus {
		margin-top: -10rem !important
	}

	.lg\:focus\:-mr-40:focus {
		margin-right: -10rem !important
	}

	.lg\:focus\:-mb-40:focus {
		margin-bottom: -10rem !important
	}

	.lg\:focus\:-ml-40:focus {
		margin-left: -10rem !important
	}

	.lg\:focus\:-mt-48:focus {
		margin-top: -12rem !important
	}

	.lg\:focus\:-mr-48:focus {
		margin-right: -12rem !important
	}

	.lg\:focus\:-mb-48:focus {
		margin-bottom: -12rem !important
	}

	.lg\:focus\:-ml-48:focus {
		margin-left: -12rem !important
	}

	.lg\:focus\:-mt-56:focus {
		margin-top: -14rem !important
	}

	.lg\:focus\:-mr-56:focus {
		margin-right: -14rem !important
	}

	.lg\:focus\:-mb-56:focus {
		margin-bottom: -14rem !important
	}

	.lg\:focus\:-ml-56:focus {
		margin-left: -14rem !important
	}

	.lg\:focus\:-mt-64:focus {
		margin-top: -16rem !important
	}

	.lg\:focus\:-mr-64:focus {
		margin-right: -16rem !important
	}

	.lg\:focus\:-mb-64:focus {
		margin-bottom: -16rem !important
	}

	.lg\:focus\:-ml-64:focus {
		margin-left: -16rem !important
	}

	.lg\:focus\:-mt-px:focus {
		margin-top: -1px !important
	}

	.lg\:focus\:-mr-px:focus {
		margin-right: -1px !important
	}

	.lg\:focus\:-mb-px:focus {
		margin-bottom: -1px !important
	}

	.lg\:focus\:-ml-px:focus {
		margin-left: -1px !important
	}

	.lg\:focus\:-mt--50:focus {
		margin-top: 50px !important
	}

	.lg\:focus\:-mr--50:focus {
		margin-right: 50px !important
	}

	.lg\:focus\:-mb--50:focus {
		margin-bottom: 50px !important
	}

	.lg\:focus\:-ml--50:focus {
		margin-left: 50px !important
	}

	.lg\:focus\:-mt-14:focus {
		margin-top: -3.5rem !important
	}

	.lg\:focus\:-mr-14:focus {
		margin-right: -3.5rem !important
	}

	.lg\:focus\:-mb-14:focus {
		margin-bottom: -3.5rem !important
	}

	.lg\:focus\:-ml-14:focus {
		margin-left: -3.5rem !important
	}

	.lg\:focus\:-mt-15:focus {
		margin-top: -3.75rem !important
	}

	.lg\:focus\:-mr-15:focus {
		margin-right: -3.75rem !important
	}

	.lg\:focus\:-mb-15:focus {
		margin-bottom: -3.75rem !important
	}

	.lg\:focus\:-ml-15:focus {
		margin-left: -3.75rem !important
	}

	.lg\:focus\:-mt-25:focus {
		margin-top: -6.25rem !important
	}

	.lg\:focus\:-mr-25:focus {
		margin-right: -6.25rem !important
	}

	.lg\:focus\:-mb-25:focus {
		margin-bottom: -6.25rem !important
	}

	.lg\:focus\:-ml-25:focus {
		margin-left: -6.25rem !important
	}

	.lg\:focus\:-mt-30:focus {
		margin-top: -7.5rem !important
	}

	.lg\:focus\:-mr-30:focus {
		margin-right: -7.5rem !important
	}

	.lg\:focus\:-mb-30:focus {
		margin-bottom: -7.5rem !important
	}

	.lg\:focus\:-ml-30:focus {
		margin-left: -7.5rem !important
	}

	.lg\:max-h-full {
		max-height: 100% !important
	}

	.lg\:max-h-screen {
		max-height: 100vh !important
	}

	.lg\:max-w-20 {
		max-width: 5rem !important
	}

	.lg\:max-w-24 {
		max-width: 6rem !important
	}

	.lg\:max-w-28 {
		max-width: 7rem !important
	}

	.lg\:max-w-94 {
		max-width: 23.5rem !important
	}

	.lg\:max-w-105 {
		max-width: 26.35rem !important
	}

	.lg\:max-w-155 {
		max-width: 38.75rem !important
	}

	.lg\:max-w-163 {
		max-width: 40.75rem !important
	}

	.lg\:max-w-235 {
		max-width: 58.75rem !important
	}

	.lg\:max-w-320 {
		max-width: 80rem !important
	}

	.lg\:max-w-480 {
		max-width: 120rem !important
	}

	.lg\:max-w-none {
		max-width: none !important
	}

	.lg\:max-w-xs {
		max-width: 20rem !important
	}

	.lg\:max-w-sm {
		max-width: 24rem !important
	}

	.lg\:max-w-md {
		max-width: 824px !important
	}

	.lg\:max-w-lg {
		max-width: 1244px !important
	}

	.lg\:max-w-xl {
		max-width: 36rem !important
	}

	.lg\:max-w-2xl {
		max-width: 42rem !important
	}

	.lg\:max-w-3xl {
		max-width: 48rem !important
	}

	.lg\:max-w-4xl {
		max-width: 56rem !important
	}

	.lg\:max-w-5xl {
		max-width: 64rem !important
	}

	.lg\:max-w-6xl {
		max-width: 72rem !important
	}

	.lg\:max-w-full {
		max-width: 100% !important
	}

	.lg\:max-w-screen-xs {
		max-width: 368px !important
	}

	.lg\:max-w-screen-sm {
		max-width: 640px !important
	}

	.lg\:max-w-screen-md {
		max-width: 768px !important
	}

	.lg\:max-w-screen-lg {
		max-width: 1152px !important
	}

	.lg\:max-w-screen-xl {
		max-width: 1560px !important
	}

	.lg\:max-w-screen-hl {
		max-width: 2100px !important
	}

	.lg\:min-h-0 {
		min-height: 0 !important
	}

	.lg\:min-h-full {
		min-height: 100% !important
	}

	.lg\:min-h-screen {
		min-height: 100vh !important
	}

	.lg\:min-w-0 {
		min-width: 0 !important
	}

	.lg\:min-w-20 {
		min-width: 5rem !important
	}

	.lg\:min-w-94 {
		min-width: 23.5rem !important
	}

	.lg\:min-w-105 {
		min-width: 26.35rem !important
	}

	.lg\:min-w-155 {
		min-width: 38.75rem !important
	}

	.lg\:min-w-235 {
		min-width: 58.75rem !important
	}

	.lg\:min-w-full {
		min-width: 100% !important
	}

	.lg\:object-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important
	}

	.lg\:object-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important
	}

	.lg\:object-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important
	}

	.lg\:object-none {
		-o-object-fit: none !important;
		object-fit: none !important
	}

	.lg\:object-scale-down {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important
	}

	.lg\:opacity-0 {
		opacity: 0 !important
	}

	.lg\:opacity-25 {
		opacity: .25 !important
	}

	.lg\:opacity-50 {
		opacity: .5 !important
	}

	.lg\:opacity-75 {
		opacity: .75 !important
	}

	.lg\:opacity-100 {
		opacity: 1 !important
	}

	.lg\:hover\:opacity-0:hover {
		opacity: 0 !important
	}

	.lg\:hover\:opacity-25:hover {
		opacity: .25 !important
	}

	.lg\:hover\:opacity-50:hover {
		opacity: .5 !important
	}

	.lg\:hover\:opacity-75:hover {
		opacity: .75 !important
	}

	.lg\:hover\:opacity-100:hover {
		opacity: 1 !important
	}

	.lg\:focus\:opacity-0:focus {
		opacity: 0 !important
	}

	.lg\:focus\:opacity-25:focus {
		opacity: .25 !important
	}

	.lg\:focus\:opacity-50:focus {
		opacity: .5 !important
	}

	.lg\:focus\:opacity-75:focus {
		opacity: .75 !important
	}

	.lg\:focus\:opacity-100:focus {
		opacity: 1 !important
	}

	.lg\:outline-none {
		outline: 2px solid transparent !important;
		outline-offset: 2px !important
	}

	.lg\:outline-white {
		outline: 2px dotted #fff !important;
		outline-offset: 2px !important
	}

	.lg\:outline-black {
		outline: 2px dotted #000 !important;
		outline-offset: 2px !important
	}

	.lg\:focus\:outline-none:focus {
		outline: 2px solid transparent !important;
		outline-offset: 2px !important
	}

	.lg\:focus\:outline-white:focus {
		outline: 2px dotted #fff !important;
		outline-offset: 2px !important
	}

	.lg\:focus\:outline-black:focus {
		outline: 2px dotted #000 !important;
		outline-offset: 2px !important
	}

	.lg\:overflow-auto {
		overflow: auto !important
	}

	.lg\:overflow-hidden {
		overflow: hidden !important
	}

	.lg\:overflow-visible {
		overflow: visible !important
	}

	.lg\:overflow-scroll {
		overflow: scroll !important
	}

	.lg\:overflow-x-auto {
		overflow-x: auto !important
	}

	.lg\:overflow-y-auto {
		overflow-y: auto !important
	}

	.lg\:overflow-x-hidden {
		overflow-x: hidden !important
	}

	.lg\:overflow-y-hidden {
		overflow-y: hidden !important
	}

	.lg\:overflow-x-visible {
		overflow-x: visible !important
	}

	.lg\:overflow-y-visible {
		overflow-y: visible !important
	}

	.lg\:overflow-x-scroll {
		overflow-x: scroll !important
	}

	.lg\:overflow-y-scroll {
		overflow-y: scroll !important
	}

	.lg\:scrolling-touch {
		-webkit-overflow-scrolling: touch !important
	}

	.lg\:scrolling-auto {
		-webkit-overflow-scrolling: auto !important
	}

	.lg\:p-0 {
		padding: 0 !important
	}

	.lg\:p-1 {
		padding: .25rem !important
	}

	.lg\:p-2 {
		padding: .5rem !important
	}

	.lg\:p-3 {
		padding: .75rem !important
	}

	.lg\:p-4 {
		padding: 1rem !important
	}

	.lg\:p-5 {
		padding: 1.25rem !important
	}

	.lg\:p-6 {
		padding: 1.5rem !important
	}

	.lg\:p-7 {
		padding: 1.75rem !important
	}

	.lg\:p-8 {
		padding: 2rem !important
	}

	.lg\:p-9 {
		padding: 2.25rem !important
	}

	.lg\:p-10 {
		padding: 2.5rem !important
	}

	.lg\:p-11 {
		padding: 2.75rem !important
	}

	.lg\:p-12 {
		padding: 3rem !important
	}

	.lg\:p-13 {
		padding: 3.25rem !important
	}

	.lg\:p-14 {
		padding: 3.5rem !important
	}

	.lg\:p-15 {
		padding: 3.75rem !important
	}

	.lg\:p-16 {
		padding: 4rem !important
	}

	.lg\:p-20 {
		padding: 5rem !important
	}

	.lg\:p-24 {
		padding: 6rem !important
	}

	.lg\:p-25 {
		padding: 6.25rem !important
	}

	.lg\:p-28 {
		padding: 7rem !important
	}

	.lg\:p-30 {
		padding: 7.5rem !important
	}

	.lg\:p-32 {
		padding: 8rem !important
	}

	.lg\:p-40 {
		padding: 10rem !important
	}

	.lg\:p-48 {
		padding: 12rem !important
	}

	.lg\:p-56 {
		padding: 14rem !important
	}

	.lg\:p-64 {
		padding: 16rem !important
	}

	.lg\:p-85 {
		padding: 21.25rem !important
	}

	.lg\:p-px {
		padding: 1px !important
	}

	.lg\:p--50 {
		padding: -50px !important
	}

	.lg\:py-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.lg\:px-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.lg\:py-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.lg\:px-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important
	}

	.lg\:py-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.lg\:px-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important
	}

	.lg\:py-3 {
		padding-top: .75rem !important;
		padding-bottom: .75rem !important
	}

	.lg\:px-3 {
		padding-left: .75rem !important;
		padding-right: .75rem !important
	}

	.lg\:py-4 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.lg\:px-4 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.lg\:py-5 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	.lg\:px-5 {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important
	}

	.lg\:py-6 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.lg\:px-6 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}

	.lg\:py-7 {
		padding-top: 1.75rem !important;
		padding-bottom: 1.75rem !important
	}

	.lg\:px-7 {
		padding-left: 1.75rem !important;
		padding-right: 1.75rem !important
	}

	.lg\:py-8 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.lg\:px-8 {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}

	.lg\:py-9 {
		padding-top: 2.25rem !important;
		padding-bottom: 2.25rem !important
	}

	.lg\:px-9 {
		padding-left: 2.25rem !important;
		padding-right: 2.25rem !important
	}

	.lg\:py-10 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	.lg\:px-10 {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important
	}

	.lg\:py-11 {
		padding-top: 2.75rem !important;
		padding-bottom: 2.75rem !important
	}

	.lg\:px-11 {
		padding-left: 2.75rem !important;
		padding-right: 2.75rem !important
	}

	.lg\:py-12 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.lg\:px-12 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.lg\:py-13 {
		padding-top: 3.25rem !important;
		padding-bottom: 3.25rem !important
	}

	.lg\:px-13 {
		padding-left: 3.25rem !important;
		padding-right: 3.25rem !important
	}

	.lg\:py-14 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important
	}

	.lg\:px-14 {
		padding-left: 3.5rem !important;
		padding-right: 3.5rem !important
	}

	.lg\:py-15 {
		padding-top: 3.75rem !important;
		padding-bottom: 3.75rem !important
	}

	.lg\:px-15 {
		padding-left: 3.75rem !important;
		padding-right: 3.75rem !important
	}

	.lg\:py-16 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}

	.lg\:px-16 {
		padding-left: 4rem !important;
		padding-right: 4rem !important
	}

	.lg\:py-20 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.lg\:px-20 {
		padding-left: 5rem !important;
		padding-right: 5rem !important
	}

	.lg\:py-24 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.lg\:px-24 {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}

	.lg\:py-25 {
		padding-top: 6.25rem !important;
		padding-bottom: 6.25rem !important
	}

	.lg\:px-25 {
		padding-left: 6.25rem !important;
		padding-right: 6.25rem !important
	}

	.lg\:py-28 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important
	}

	.lg\:px-28 {
		padding-left: 7rem !important;
		padding-right: 7rem !important
	}

	.lg\:py-30 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important
	}

	.lg\:px-30 {
		padding-left: 7.5rem !important;
		padding-right: 7.5rem !important
	}

	.lg\:py-32 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important
	}

	.lg\:px-32 {
		padding-left: 8rem !important;
		padding-right: 8rem !important
	}

	.lg\:py-40 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important
	}

	.lg\:px-40 {
		padding-left: 10rem !important;
		padding-right: 10rem !important
	}

	.lg\:py-48 {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important
	}

	.lg\:px-48 {
		padding-left: 12rem !important;
		padding-right: 12rem !important
	}

	.lg\:py-56 {
		padding-top: 14rem !important;
		padding-bottom: 14rem !important
	}

	.lg\:px-56 {
		padding-left: 14rem !important;
		padding-right: 14rem !important
	}

	.lg\:py-64 {
		padding-top: 16rem !important;
		padding-bottom: 16rem !important
	}

	.lg\:px-64 {
		padding-left: 16rem !important;
		padding-right: 16rem !important
	}

	.lg\:py-85 {
		padding-top: 21.25rem !important;
		padding-bottom: 21.25rem !important
	}

	.lg\:px-85 {
		padding-left: 21.25rem !important;
		padding-right: 21.25rem !important
	}

	.lg\:py-px {
		padding-top: 1px !important;
		padding-bottom: 1px !important
	}

	.lg\:px-px {
		padding-left: 1px !important;
		padding-right: 1px !important
	}

	.lg\:py--50 {
		padding-top: -50px !important;
		padding-bottom: -50px !important
	}

	.lg\:px--50 {
		padding-left: -50px !important;
		padding-right: -50px !important
	}

	.lg\:pt-0 {
		padding-top: 0 !important
	}

	.lg\:pr-0 {
		padding-right: 0 !important
	}

	.lg\:pb-0 {
		padding-bottom: 0 !important
	}

	.lg\:pl-0 {
		padding-left: 0 !important
	}

	.lg\:pt-1 {
		padding-top: .25rem !important
	}

	.lg\:pr-1 {
		padding-right: .25rem !important
	}

	.lg\:pb-1 {
		padding-bottom: .25rem !important
	}

	.lg\:pl-1 {
		padding-left: .25rem !important
	}

	.lg\:pt-2 {
		padding-top: .5rem !important
	}

	.lg\:pr-2 {
		padding-right: .5rem !important
	}

	.lg\:pb-2 {
		padding-bottom: .5rem !important
	}

	.lg\:pl-2 {
		padding-left: .5rem !important
	}

	.lg\:pt-3 {
		padding-top: .75rem !important
	}

	.lg\:pr-3 {
		padding-right: .75rem !important
	}

	.lg\:pb-3 {
		padding-bottom: .75rem !important
	}

	.lg\:pl-3 {
		padding-left: .75rem !important
	}

	.lg\:pt-4 {
		padding-top: 1rem !important
	}

	.lg\:pr-4 {
		padding-right: 1rem !important
	}

	.lg\:pb-4 {
		padding-bottom: 1rem !important
	}

	.lg\:pl-4 {
		padding-left: 1rem !important
	}

	.lg\:pt-5 {
		padding-top: 1.25rem !important
	}

	.lg\:pr-5 {
		padding-right: 1.25rem !important
	}

	.lg\:pb-5 {
		padding-bottom: 1.25rem !important
	}

	.lg\:pl-5 {
		padding-left: 1.25rem !important
	}

	.lg\:pt-6 {
		padding-top: 1.5rem !important
	}

	.lg\:pr-6 {
		padding-right: 1.5rem !important
	}

	.lg\:pb-6 {
		padding-bottom: 1.5rem !important
	}

	.lg\:pl-6 {
		padding-left: 1.5rem !important
	}

	.lg\:pt-7 {
		padding-top: 1.75rem !important
	}

	.lg\:pr-7 {
		padding-right: 1.75rem !important
	}

	.lg\:pb-7 {
		padding-bottom: 1.75rem !important
	}

	.lg\:pl-7 {
		padding-left: 1.75rem !important
	}

	.lg\:pt-8 {
		padding-top: 2rem !important
	}

	.lg\:pr-8 {
		padding-right: 2rem !important
	}

	.lg\:pb-8 {
		padding-bottom: 2rem !important
	}

	.lg\:pl-8 {
		padding-left: 2rem !important
	}

	.lg\:pt-9 {
		padding-top: 2.25rem !important
	}

	.lg\:pr-9 {
		padding-right: 2.25rem !important
	}

	.lg\:pb-9 {
		padding-bottom: 2.25rem !important
	}

	.lg\:pl-9 {
		padding-left: 2.25rem !important
	}

	.lg\:pt-10 {
		padding-top: 2.5rem !important
	}

	.lg\:pr-10 {
		padding-right: 2.5rem !important
	}

	.lg\:pb-10 {
		padding-bottom: 2.5rem !important
	}

	.lg\:pl-10 {
		padding-left: 2.5rem !important
	}

	.lg\:pt-11 {
		padding-top: 2.75rem !important
	}

	.lg\:pr-11 {
		padding-right: 2.75rem !important
	}

	.lg\:pb-11 {
		padding-bottom: 2.75rem !important
	}

	.lg\:pl-11 {
		padding-left: 2.75rem !important
	}

	.lg\:pt-12 {
		padding-top: 3rem !important
	}

	.lg\:pr-12 {
		padding-right: 3rem !important
	}

	.lg\:pb-12 {
		padding-bottom: 3rem !important
	}

	.lg\:pl-12 {
		padding-left: 3rem !important
	}

	.lg\:pt-13 {
		padding-top: 3.25rem !important
	}

	.lg\:pr-13 {
		padding-right: 3.25rem !important
	}

	.lg\:pb-13 {
		padding-bottom: 3.25rem !important
	}

	.lg\:pl-13 {
		padding-left: 3.25rem !important
	}

	.lg\:pt-14 {
		padding-top: 3.5rem !important
	}

	.lg\:pr-14 {
		padding-right: 3.5rem !important
	}

	.lg\:pb-14 {
		padding-bottom: 3.5rem !important
	}

	.lg\:pl-14 {
		padding-left: 3.5rem !important
	}

	.lg\:pt-15 {
		padding-top: 3.75rem !important
	}

	.lg\:pr-15 {
		padding-right: 3.75rem !important
	}

	.lg\:pb-15 {
		padding-bottom: 3.75rem !important
	}

	.lg\:pl-15 {
		padding-left: 3.75rem !important
	}

	.lg\:pt-16 {
		padding-top: 4rem !important
	}

	.lg\:pr-16 {
		padding-right: 4rem !important
	}

	.lg\:pb-16 {
		padding-bottom: 4rem !important
	}

	.lg\:pl-16 {
		padding-left: 4rem !important
	}

	.lg\:pt-20 {
		padding-top: 5rem !important
	}

	.lg\:pr-20 {
		padding-right: 5rem !important
	}

	.lg\:pb-20 {
		padding-bottom: 5rem !important
	}

	.lg\:pl-20 {
		padding-left: 5rem !important
	}

	.lg\:pt-24 {
		padding-top: 6rem !important
	}

	.lg\:pr-24 {
		padding-right: 6rem !important
	}

	.lg\:pb-24 {
		padding-bottom: 6rem !important
	}

	.lg\:pl-24 {
		padding-left: 6rem !important
	}

	.lg\:pt-25 {
		padding-top: 6.25rem !important
	}

	.lg\:pr-25 {
		padding-right: 6.25rem !important
	}

	.lg\:pb-25 {
		padding-bottom: 6.25rem !important
	}

	.lg\:pl-25 {
		padding-left: 6.25rem !important
	}

	.lg\:pt-28 {
		padding-top: 7rem !important
	}

	.lg\:pr-28 {
		padding-right: 7rem !important
	}

	.lg\:pb-28 {
		padding-bottom: 7rem !important
	}

	.lg\:pl-28 {
		padding-left: 7rem !important
	}

	.lg\:pt-30 {
		padding-top: 7.5rem !important
	}

	.lg\:pr-30 {
		padding-right: 7.5rem !important
	}

	.lg\:pb-30 {
		padding-bottom: 7.5rem !important
	}

	.lg\:pl-30 {
		padding-left: 7.5rem !important
	}

	.lg\:pt-32 {
		padding-top: 8rem !important
	}

	.lg\:pr-32 {
		padding-right: 8rem !important
	}

	.lg\:pb-32 {
		padding-bottom: 8rem !important
	}

	.lg\:pl-32 {
		padding-left: 8rem !important
	}

	.lg\:pt-40 {
		padding-top: 10rem !important
	}

	.lg\:pr-40 {
		padding-right: 10rem !important
	}

	.lg\:pb-40 {
		padding-bottom: 10rem !important
	}

	.lg\:pl-40 {
		padding-left: 10rem !important
	}

	.lg\:pt-48 {
		padding-top: 12rem !important
	}

	.lg\:pr-48 {
		padding-right: 12rem !important
	}

	.lg\:pb-48 {
		padding-bottom: 12rem !important
	}

	.lg\:pl-48 {
		padding-left: 12rem !important
	}

	.lg\:pt-56 {
		padding-top: 14rem !important
	}

	.lg\:pr-56 {
		padding-right: 14rem !important
	}

	.lg\:pb-56 {
		padding-bottom: 14rem !important
	}

	.lg\:pl-56 {
		padding-left: 14rem !important
	}

	.lg\:pt-64 {
		padding-top: 16rem !important
	}

	.lg\:pr-64 {
		padding-right: 16rem !important
	}

	.lg\:pb-64 {
		padding-bottom: 16rem !important
	}

	.lg\:pl-64 {
		padding-left: 16rem !important
	}

	.lg\:pt-85 {
		padding-top: 21.25rem !important
	}

	.lg\:pr-85 {
		padding-right: 21.25rem !important
	}

	.lg\:pb-85 {
		padding-bottom: 21.25rem !important
	}

	.lg\:pl-85 {
		padding-left: 21.25rem !important
	}

	.lg\:pt-px {
		padding-top: 1px !important
	}

	.lg\:pr-px {
		padding-right: 1px !important
	}

	.lg\:pb-px {
		padding-bottom: 1px !important
	}

	.lg\:pl-px {
		padding-left: 1px !important
	}

	.lg\:pt--50 {
		padding-top: -50px !important
	}

	.lg\:pr--50 {
		padding-right: -50px !important
	}

	.lg\:pb--50 {
		padding-bottom: -50px !important
	}

	.lg\:pl--50 {
		padding-left: -50px !important
	}

	.lg\:placeholder-606::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-606:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-606::placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-666::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-666:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-666::placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-transparent::-moz-placeholder {
		color: transparent !important
	}

	.lg\:placeholder-transparent:-ms-input-placeholder {
		color: transparent !important
	}

	.lg\:placeholder-transparent::placeholder {
		color: transparent !important
	}

	.lg\:placeholder-current::-moz-placeholder {
		color: currentColor !important
	}

	.lg\:placeholder-current:-ms-input-placeholder {
		color: currentColor !important
	}

	.lg\:placeholder-current::placeholder {
		color: currentColor !important
	}

	.lg\:placeholder-black-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-black-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-black-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-black-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-black-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-black-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-black-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-black-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-black-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-white::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-white:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-white::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-gray-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-gray-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-gray-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-gray-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-gray-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-gray-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-gray-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-gray-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-gray-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-gray-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-gray-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-gray-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-gray-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-gray-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-gray-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-gray-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-gray-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-gray-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-gray-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-gray-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-gray-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-gray-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-gray-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-gray-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-red-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-orange::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-orange:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-orange::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-yellow-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-green-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-teal-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-blue-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-indigo-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-purple-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-pink-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-orange-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-orange-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-orange-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-orange-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-orange-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-orange-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-f3f::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-f3f:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-f3f::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-606:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-606:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-606:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-666:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-666:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-666:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
		color: transparent !important
	}

	.lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
		color: transparent !important
	}

	.lg\:focus\:placeholder-transparent:focus::placeholder {
		color: transparent !important
	}

	.lg\:focus\:placeholder-current:focus::-moz-placeholder {
		color: currentColor !important
	}

	.lg\:focus\:placeholder-current:focus:-ms-input-placeholder {
		color: currentColor !important
	}

	.lg\:focus\:placeholder-current:focus::placeholder {
		color: currentColor !important
	}

	.lg\:focus\:placeholder-black-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-black-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-black-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-black-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-black-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-black-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-black-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-black-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-black-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-white:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-white:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-white:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-gray-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-gray-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-gray-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-gray-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-gray-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-gray-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-gray-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-gray-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-gray-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-gray-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-gray-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-gray-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-gray-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-gray-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-gray-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-gray-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-red-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-orange:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-orange:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-orange:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-yellow-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-green-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-teal-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-blue-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-indigo-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-purple-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-pink-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-orange-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-orange-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-orange-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-orange-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-f3f:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-f3f:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.lg\:focus\:placeholder-f3f:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.lg\:placeholder-opacity-0::-moz-placeholder {
		--placeholder-opacity: 0 !important
	}

	.lg\:placeholder-opacity-0:-ms-input-placeholder {
		--placeholder-opacity: 0 !important
	}

	.lg\:placeholder-opacity-0::placeholder {
		--placeholder-opacity: 0 !important
	}

	.lg\:placeholder-opacity-25::-moz-placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.lg\:placeholder-opacity-25:-ms-input-placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.lg\:placeholder-opacity-25::placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.lg\:placeholder-opacity-50::-moz-placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.lg\:placeholder-opacity-50:-ms-input-placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.lg\:placeholder-opacity-50::placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.lg\:placeholder-opacity-75::-moz-placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.lg\:placeholder-opacity-75:-ms-input-placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.lg\:placeholder-opacity-75::placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.lg\:placeholder-opacity-100::-moz-placeholder {
		--placeholder-opacity: 1 !important
	}

	.lg\:placeholder-opacity-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important
	}

	.lg\:placeholder-opacity-100::placeholder {
		--placeholder-opacity: 1 !important
	}

	.lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
		--placeholder-opacity: 0 !important
	}

	.lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
		--placeholder-opacity: 0 !important
	}

	.lg\:focus\:placeholder-opacity-0:focus::placeholder {
		--placeholder-opacity: 0 !important
	}

	.lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.lg\:focus\:placeholder-opacity-25:focus::placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.lg\:focus\:placeholder-opacity-50:focus::placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.lg\:focus\:placeholder-opacity-75:focus::placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important
	}

	.lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important
	}

	.lg\:focus\:placeholder-opacity-100:focus::placeholder {
		--placeholder-opacity: 1 !important
	}

	.lg\:static {
		position: static !important
	}

	.lg\:fixed {
		position: fixed !important
	}

	.lg\:absolute {
		position: absolute !important
	}

	.lg\:relative {
		position: relative !important
	}

	.lg\:sticky {
		position: sticky !important
	}

	.lg\:inset-0 {
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important
	}

	.lg\:inset-auto {
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important
	}

	.lg\:inset-y-0 {
		top: 0 !important;
		bottom: 0 !important
	}

	.lg\:inset-x-0 {
		right: 0 !important;
		left: 0 !important
	}

	.lg\:inset-y-auto {
		top: auto !important;
		bottom: auto !important
	}

	.lg\:inset-x-auto {
		right: auto !important;
		left: auto !important
	}

	.lg\:top-0 {
		top: 0 !important
	}

	.lg\:right-0 {
		right: 0 !important
	}

	.lg\:bottom-0 {
		bottom: 0 !important
	}

	.lg\:left-0 {
		left: 0 !important
	}

	.lg\:top-auto {
		top: auto !important
	}

	.lg\:right-auto {
		right: auto !important
	}

	.lg\:bottom-auto {
		bottom: auto !important
	}

	.lg\:left-auto {
		left: auto !important
	}

	.lg\:shadow-xs {
		box-shadow: 0 0 0 1px rgba(0,0,0,.05) !important
	}

	.lg\:shadow-sm {
		box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important
	}

	.lg\:shadow {
		box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important
	}

	.lg\:shadow-md {
		box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important
	}

	.lg\:shadow-lg {
		box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important
	}

	.lg\:shadow-xl {
		box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important
	}

	.lg\:shadow-2xl {
		box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important
	}

	.lg\:shadow-inner {
		box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06) !important
	}

	.lg\:shadow-outline {
		box-shadow: 0 0 0 3px rgba(66,153,225,.5) !important
	}

	.lg\:shadow-none {
		box-shadow: none !important
	}

	.lg\:hover\:shadow-xs:hover {
		box-shadow: 0 0 0 1px rgba(0,0,0,.05) !important
	}

	.lg\:hover\:shadow-sm:hover {
		box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important
	}

	.lg\:hover\:shadow:hover {
		box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important
	}

	.lg\:hover\:shadow-md:hover {
		box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important
	}

	.lg\:hover\:shadow-lg:hover {
		box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important
	}

	.lg\:hover\:shadow-xl:hover {
		box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important
	}

	.lg\:hover\:shadow-2xl:hover {
		box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important
	}

	.lg\:hover\:shadow-inner:hover {
		box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06) !important
	}

	.lg\:hover\:shadow-outline:hover {
		box-shadow: 0 0 0 3px rgba(66,153,225,.5) !important
	}

	.lg\:hover\:shadow-none:hover {
		box-shadow: none !important
	}

	.lg\:focus\:shadow-xs:focus {
		box-shadow: 0 0 0 1px rgba(0,0,0,.05) !important
	}

	.lg\:focus\:shadow-sm:focus {
		box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important
	}

	.lg\:focus\:shadow:focus {
		box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important
	}

	.lg\:focus\:shadow-md:focus {
		box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important
	}

	.lg\:focus\:shadow-lg:focus {
		box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important
	}

	.lg\:focus\:shadow-xl:focus {
		box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important
	}

	.lg\:focus\:shadow-2xl:focus {
		box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important
	}

	.lg\:focus\:shadow-inner:focus {
		box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06) !important
	}

	.lg\:focus\:shadow-outline:focus {
		box-shadow: 0 0 0 3px rgba(66,153,225,.5) !important
	}

	.lg\:focus\:shadow-none:focus {
		box-shadow: none !important
	}

	.lg\:text-left {
		text-align: left !important
	}

	.lg\:text-center {
		text-align: center !important
	}

	.lg\:text-right {
		text-align: right !important
	}

	.lg\:text-justify {
		text-align: justify !important
	}

	.lg\:text-323 {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.lg\:text-606 {
		--text-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--text-opacity)) !important
	}

	.lg\:text-666 {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.lg\:text-979 {
		--text-opacity: 1 !important;
		color: #979797 !important;
		color: rgba(151,151,151,var(--text-opacity)) !important
	}

	.lg\:text-transparent {
		color: transparent !important
	}

	.lg\:text-current {
		color: currentColor !important
	}

	.lg\:text-black-100 {
		--text-opacity: 1 !important;
		color: #000 !important;
		color: rgba(0,0,0,var(--text-opacity)) !important
	}

	.lg\:text-black-200 {
		--text-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--text-opacity)) !important
	}

	.lg\:text-black-300 {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.lg\:text-white {
		--text-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--text-opacity)) !important
	}

	.lg\:text-gray-100 {
		--text-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--text-opacity)) !important
	}

	.lg\:text-gray-200 {
		--text-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--text-opacity)) !important
	}

	.lg\:text-gray-300 {
		--text-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--text-opacity)) !important
	}

	.lg\:text-gray-400 {
		--text-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--text-opacity)) !important
	}

	.lg\:text-gray-500 {
		--text-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--text-opacity)) !important
	}

	.lg\:text-gray-600 {
		--text-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--text-opacity)) !important
	}

	.lg\:text-gray-700 {
		--text-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--text-opacity)) !important
	}

	.lg\:text-gray-800 {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.lg\:text-red-100 {
		--text-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--text-opacity)) !important
	}

	.lg\:text-red-200 {
		--text-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--text-opacity)) !important
	}

	.lg\:text-red-300 {
		--text-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--text-opacity)) !important
	}

	.lg\:text-red-400 {
		--text-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--text-opacity)) !important
	}

	.lg\:text-red-500 {
		--text-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--text-opacity)) !important
	}

	.lg\:text-red-600 {
		--text-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--text-opacity)) !important
	}

	.lg\:text-red-700 {
		--text-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--text-opacity)) !important
	}

	.lg\:text-red-800 {
		--text-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--text-opacity)) !important
	}

	.lg\:text-red-900 {
		--text-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--text-opacity)) !important
	}

	.lg\:text-orange {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.lg\:text-yellow-100 {
		--text-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--text-opacity)) !important
	}

	.lg\:text-yellow-200 {
		--text-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--text-opacity)) !important
	}

	.lg\:text-yellow-300 {
		--text-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--text-opacity)) !important
	}

	.lg\:text-yellow-400 {
		--text-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--text-opacity)) !important
	}

	.lg\:text-yellow-500 {
		--text-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--text-opacity)) !important
	}

	.lg\:text-yellow-600 {
		--text-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--text-opacity)) !important
	}

	.lg\:text-yellow-700 {
		--text-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--text-opacity)) !important
	}

	.lg\:text-yellow-800 {
		--text-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--text-opacity)) !important
	}

	.lg\:text-yellow-900 {
		--text-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--text-opacity)) !important
	}

	.lg\:text-green-100 {
		--text-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--text-opacity)) !important
	}

	.lg\:text-green-200 {
		--text-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--text-opacity)) !important
	}

	.lg\:text-green-300 {
		--text-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--text-opacity)) !important
	}

	.lg\:text-green-400 {
		--text-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--text-opacity)) !important
	}

	.lg\:text-green-500 {
		--text-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--text-opacity)) !important
	}

	.lg\:text-green-600 {
		--text-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--text-opacity)) !important
	}

	.lg\:text-green-700 {
		--text-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--text-opacity)) !important
	}

	.lg\:text-green-800 {
		--text-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--text-opacity)) !important
	}

	.lg\:text-green-900 {
		--text-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--text-opacity)) !important
	}

	.lg\:text-teal-100 {
		--text-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--text-opacity)) !important
	}

	.lg\:text-teal-200 {
		--text-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--text-opacity)) !important
	}

	.lg\:text-teal-300 {
		--text-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--text-opacity)) !important
	}

	.lg\:text-teal-400 {
		--text-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--text-opacity)) !important
	}

	.lg\:text-teal-500 {
		--text-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--text-opacity)) !important
	}

	.lg\:text-teal-600 {
		--text-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--text-opacity)) !important
	}

	.lg\:text-teal-700 {
		--text-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--text-opacity)) !important
	}

	.lg\:text-teal-800 {
		--text-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--text-opacity)) !important
	}

	.lg\:text-teal-900 {
		--text-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--text-opacity)) !important
	}

	.lg\:text-blue-100 {
		--text-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--text-opacity)) !important
	}

	.lg\:text-blue-200 {
		--text-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--text-opacity)) !important
	}

	.lg\:text-blue-300 {
		--text-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--text-opacity)) !important
	}

	.lg\:text-blue-400 {
		--text-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--text-opacity)) !important
	}

	.lg\:text-blue-500 {
		--text-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--text-opacity)) !important
	}

	.lg\:text-blue-600 {
		--text-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--text-opacity)) !important
	}

	.lg\:text-blue-700 {
		--text-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--text-opacity)) !important
	}

	.lg\:text-blue-800 {
		--text-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--text-opacity)) !important
	}

	.lg\:text-blue-900 {
		--text-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--text-opacity)) !important
	}

	.lg\:text-indigo-100 {
		--text-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--text-opacity)) !important
	}

	.lg\:text-indigo-200 {
		--text-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--text-opacity)) !important
	}

	.lg\:text-indigo-300 {
		--text-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--text-opacity)) !important
	}

	.lg\:text-indigo-400 {
		--text-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--text-opacity)) !important
	}

	.lg\:text-indigo-500 {
		--text-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--text-opacity)) !important
	}

	.lg\:text-indigo-600 {
		--text-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--text-opacity)) !important
	}

	.lg\:text-indigo-700 {
		--text-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--text-opacity)) !important
	}

	.lg\:text-indigo-800 {
		--text-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--text-opacity)) !important
	}

	.lg\:text-indigo-900 {
		--text-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--text-opacity)) !important
	}

	.lg\:text-purple-100 {
		--text-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--text-opacity)) !important
	}

	.lg\:text-purple-200 {
		--text-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--text-opacity)) !important
	}

	.lg\:text-purple-300 {
		--text-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--text-opacity)) !important
	}

	.lg\:text-purple-400 {
		--text-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--text-opacity)) !important
	}

	.lg\:text-purple-500 {
		--text-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--text-opacity)) !important
	}

	.lg\:text-purple-600 {
		--text-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--text-opacity)) !important
	}

	.lg\:text-purple-700 {
		--text-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--text-opacity)) !important
	}

	.lg\:text-purple-800 {
		--text-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--text-opacity)) !important
	}

	.lg\:text-purple-900 {
		--text-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--text-opacity)) !important
	}

	.lg\:text-pink-100 {
		--text-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--text-opacity)) !important
	}

	.lg\:text-pink-200 {
		--text-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--text-opacity)) !important
	}

	.lg\:text-pink-300 {
		--text-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--text-opacity)) !important
	}

	.lg\:text-pink-400 {
		--text-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--text-opacity)) !important
	}

	.lg\:text-pink-500 {
		--text-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--text-opacity)) !important
	}

	.lg\:text-pink-600 {
		--text-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--text-opacity)) !important
	}

	.lg\:text-pink-700 {
		--text-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--text-opacity)) !important
	}

	.lg\:text-pink-800 {
		--text-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--text-opacity)) !important
	}

	.lg\:text-pink-900 {
		--text-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--text-opacity)) !important
	}

	.lg\:text-orange-400 {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.lg\:text-orange-500 {
		--text-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--text-opacity)) !important
	}

	.lg\:text-f3f {
		--text-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--text-opacity)) !important
	}

	.lg\:hover\:text-323:hover {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.lg\:hover\:text-606:hover {
		--text-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--text-opacity)) !important
	}

	.lg\:hover\:text-666:hover {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.lg\:hover\:text-979:hover {
		--text-opacity: 1 !important;
		color: #979797 !important;
		color: rgba(151,151,151,var(--text-opacity)) !important
	}

	.lg\:hover\:text-transparent:hover {
		color: transparent !important
	}

	.lg\:hover\:text-current:hover {
		color: currentColor !important
	}

	.lg\:hover\:text-black-100:hover {
		--text-opacity: 1 !important;
		color: #000 !important;
		color: rgba(0,0,0,var(--text-opacity)) !important
	}

	.lg\:hover\:text-black-200:hover {
		--text-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--text-opacity)) !important
	}

	.lg\:hover\:text-black-300:hover {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.lg\:hover\:text-white:hover {
		--text-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--text-opacity)) !important
	}

	.lg\:hover\:text-gray-100:hover {
		--text-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--text-opacity)) !important
	}

	.lg\:hover\:text-gray-200:hover {
		--text-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--text-opacity)) !important
	}

	.lg\:hover\:text-gray-300:hover {
		--text-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--text-opacity)) !important
	}

	.lg\:hover\:text-gray-400:hover {
		--text-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--text-opacity)) !important
	}

	.lg\:hover\:text-gray-500:hover {
		--text-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--text-opacity)) !important
	}

	.lg\:hover\:text-gray-600:hover {
		--text-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--text-opacity)) !important
	}

	.lg\:hover\:text-gray-700:hover {
		--text-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--text-opacity)) !important
	}

	.lg\:hover\:text-gray-800:hover {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.lg\:hover\:text-red-100:hover {
		--text-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--text-opacity)) !important
	}

	.lg\:hover\:text-red-200:hover {
		--text-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--text-opacity)) !important
	}

	.lg\:hover\:text-red-300:hover {
		--text-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--text-opacity)) !important
	}

	.lg\:hover\:text-red-400:hover {
		--text-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--text-opacity)) !important
	}

	.lg\:hover\:text-red-500:hover {
		--text-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--text-opacity)) !important
	}

	.lg\:hover\:text-red-600:hover {
		--text-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--text-opacity)) !important
	}

	.lg\:hover\:text-red-700:hover {
		--text-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--text-opacity)) !important
	}

	.lg\:hover\:text-red-800:hover {
		--text-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--text-opacity)) !important
	}

	.lg\:hover\:text-red-900:hover {
		--text-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--text-opacity)) !important
	}

	.lg\:hover\:text-orange:hover {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.lg\:hover\:text-yellow-100:hover {
		--text-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--text-opacity)) !important
	}

	.lg\:hover\:text-yellow-200:hover {
		--text-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--text-opacity)) !important
	}

	.lg\:hover\:text-yellow-300:hover {
		--text-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--text-opacity)) !important
	}

	.lg\:hover\:text-yellow-400:hover {
		--text-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--text-opacity)) !important
	}

	.lg\:hover\:text-yellow-500:hover {
		--text-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--text-opacity)) !important
	}

	.lg\:hover\:text-yellow-600:hover {
		--text-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--text-opacity)) !important
	}

	.lg\:hover\:text-yellow-700:hover {
		--text-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--text-opacity)) !important
	}

	.lg\:hover\:text-yellow-800:hover {
		--text-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--text-opacity)) !important
	}

	.lg\:hover\:text-yellow-900:hover {
		--text-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--text-opacity)) !important
	}

	.lg\:hover\:text-green-100:hover {
		--text-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--text-opacity)) !important
	}

	.lg\:hover\:text-green-200:hover {
		--text-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--text-opacity)) !important
	}

	.lg\:hover\:text-green-300:hover {
		--text-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--text-opacity)) !important
	}

	.lg\:hover\:text-green-400:hover {
		--text-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--text-opacity)) !important
	}

	.lg\:hover\:text-green-500:hover {
		--text-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--text-opacity)) !important
	}

	.lg\:hover\:text-green-600:hover {
		--text-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--text-opacity)) !important
	}

	.lg\:hover\:text-green-700:hover {
		--text-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--text-opacity)) !important
	}

	.lg\:hover\:text-green-800:hover {
		--text-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--text-opacity)) !important
	}

	.lg\:hover\:text-green-900:hover {
		--text-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--text-opacity)) !important
	}

	.lg\:hover\:text-teal-100:hover {
		--text-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--text-opacity)) !important
	}

	.lg\:hover\:text-teal-200:hover {
		--text-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--text-opacity)) !important
	}

	.lg\:hover\:text-teal-300:hover {
		--text-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--text-opacity)) !important
	}

	.lg\:hover\:text-teal-400:hover {
		--text-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--text-opacity)) !important
	}

	.lg\:hover\:text-teal-500:hover {
		--text-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--text-opacity)) !important
	}

	.lg\:hover\:text-teal-600:hover {
		--text-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--text-opacity)) !important
	}

	.lg\:hover\:text-teal-700:hover {
		--text-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--text-opacity)) !important
	}

	.lg\:hover\:text-teal-800:hover {
		--text-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--text-opacity)) !important
	}

	.lg\:hover\:text-teal-900:hover {
		--text-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--text-opacity)) !important
	}

	.lg\:hover\:text-blue-100:hover {
		--text-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--text-opacity)) !important
	}

	.lg\:hover\:text-blue-200:hover {
		--text-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--text-opacity)) !important
	}

	.lg\:hover\:text-blue-300:hover {
		--text-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--text-opacity)) !important
	}

	.lg\:hover\:text-blue-400:hover {
		--text-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--text-opacity)) !important
	}

	.lg\:hover\:text-blue-500:hover {
		--text-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--text-opacity)) !important
	}

	.lg\:hover\:text-blue-600:hover {
		--text-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--text-opacity)) !important
	}

	.lg\:hover\:text-blue-700:hover {
		--text-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--text-opacity)) !important
	}

	.lg\:hover\:text-blue-800:hover {
		--text-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--text-opacity)) !important
	}

	.lg\:hover\:text-blue-900:hover {
		--text-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--text-opacity)) !important
	}

	.lg\:hover\:text-indigo-100:hover {
		--text-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--text-opacity)) !important
	}

	.lg\:hover\:text-indigo-200:hover {
		--text-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--text-opacity)) !important
	}

	.lg\:hover\:text-indigo-300:hover {
		--text-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--text-opacity)) !important
	}

	.lg\:hover\:text-indigo-400:hover {
		--text-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--text-opacity)) !important
	}

	.lg\:hover\:text-indigo-500:hover {
		--text-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--text-opacity)) !important
	}

	.lg\:hover\:text-indigo-600:hover {
		--text-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--text-opacity)) !important
	}

	.lg\:hover\:text-indigo-700:hover {
		--text-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--text-opacity)) !important
	}

	.lg\:hover\:text-indigo-800:hover {
		--text-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--text-opacity)) !important
	}

	.lg\:hover\:text-indigo-900:hover {
		--text-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--text-opacity)) !important
	}

	.lg\:hover\:text-purple-100:hover {
		--text-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--text-opacity)) !important
	}

	.lg\:hover\:text-purple-200:hover {
		--text-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--text-opacity)) !important
	}

	.lg\:hover\:text-purple-300:hover {
		--text-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--text-opacity)) !important
	}

	.lg\:hover\:text-purple-400:hover {
		--text-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--text-opacity)) !important
	}

	.lg\:hover\:text-purple-500:hover {
		--text-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--text-opacity)) !important
	}

	.lg\:hover\:text-purple-600:hover {
		--text-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--text-opacity)) !important
	}

	.lg\:hover\:text-purple-700:hover {
		--text-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--text-opacity)) !important
	}

	.lg\:hover\:text-purple-800:hover {
		--text-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--text-opacity)) !important
	}

	.lg\:hover\:text-purple-900:hover {
		--text-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--text-opacity)) !important
	}

	.lg\:hover\:text-pink-100:hover {
		--text-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--text-opacity)) !important
	}

	.lg\:hover\:text-pink-200:hover {
		--text-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--text-opacity)) !important
	}

	.lg\:hover\:text-pink-300:hover {
		--text-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--text-opacity)) !important
	}

	.lg\:hover\:text-pink-400:hover {
		--text-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--text-opacity)) !important
	}

	.lg\:hover\:text-pink-500:hover {
		--text-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--text-opacity)) !important
	}

	.lg\:hover\:text-pink-600:hover {
		--text-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--text-opacity)) !important
	}

	.lg\:hover\:text-pink-700:hover {
		--text-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--text-opacity)) !important
	}

	.lg\:hover\:text-pink-800:hover {
		--text-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--text-opacity)) !important
	}

	.lg\:hover\:text-pink-900:hover {
		--text-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--text-opacity)) !important
	}

	.lg\:hover\:text-orange-400:hover {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.lg\:hover\:text-orange-500:hover {
		--text-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--text-opacity)) !important
	}

	.lg\:hover\:text-f3f:hover {
		--text-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--text-opacity)) !important
	}

	.lg\:focus\:text-323:focus {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.lg\:focus\:text-606:focus {
		--text-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--text-opacity)) !important
	}

	.lg\:focus\:text-666:focus {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.lg\:focus\:text-979:focus {
		--text-opacity: 1 !important;
		color: #979797 !important;
		color: rgba(151,151,151,var(--text-opacity)) !important
	}

	.lg\:focus\:text-transparent:focus {
		color: transparent !important
	}

	.lg\:focus\:text-current:focus {
		color: currentColor !important
	}

	.lg\:focus\:text-black-100:focus {
		--text-opacity: 1 !important;
		color: #000 !important;
		color: rgba(0,0,0,var(--text-opacity)) !important
	}

	.lg\:focus\:text-black-200:focus {
		--text-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--text-opacity)) !important
	}

	.lg\:focus\:text-black-300:focus {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.lg\:focus\:text-white:focus {
		--text-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--text-opacity)) !important
	}

	.lg\:focus\:text-gray-100:focus {
		--text-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--text-opacity)) !important
	}

	.lg\:focus\:text-gray-200:focus {
		--text-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--text-opacity)) !important
	}

	.lg\:focus\:text-gray-300:focus {
		--text-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--text-opacity)) !important
	}

	.lg\:focus\:text-gray-400:focus {
		--text-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--text-opacity)) !important
	}

	.lg\:focus\:text-gray-500:focus {
		--text-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--text-opacity)) !important
	}

	.lg\:focus\:text-gray-600:focus {
		--text-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--text-opacity)) !important
	}

	.lg\:focus\:text-gray-700:focus {
		--text-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--text-opacity)) !important
	}

	.lg\:focus\:text-gray-800:focus {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.lg\:focus\:text-red-100:focus {
		--text-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--text-opacity)) !important
	}

	.lg\:focus\:text-red-200:focus {
		--text-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--text-opacity)) !important
	}

	.lg\:focus\:text-red-300:focus {
		--text-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--text-opacity)) !important
	}

	.lg\:focus\:text-red-400:focus {
		--text-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--text-opacity)) !important
	}

	.lg\:focus\:text-red-500:focus {
		--text-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--text-opacity)) !important
	}

	.lg\:focus\:text-red-600:focus {
		--text-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--text-opacity)) !important
	}

	.lg\:focus\:text-red-700:focus {
		--text-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--text-opacity)) !important
	}

	.lg\:focus\:text-red-800:focus {
		--text-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--text-opacity)) !important
	}

	.lg\:focus\:text-red-900:focus {
		--text-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--text-opacity)) !important
	}

	.lg\:focus\:text-orange:focus {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.lg\:focus\:text-yellow-100:focus {
		--text-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--text-opacity)) !important
	}

	.lg\:focus\:text-yellow-200:focus {
		--text-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--text-opacity)) !important
	}

	.lg\:focus\:text-yellow-300:focus {
		--text-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--text-opacity)) !important
	}

	.lg\:focus\:text-yellow-400:focus {
		--text-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--text-opacity)) !important
	}

	.lg\:focus\:text-yellow-500:focus {
		--text-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--text-opacity)) !important
	}

	.lg\:focus\:text-yellow-600:focus {
		--text-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--text-opacity)) !important
	}

	.lg\:focus\:text-yellow-700:focus {
		--text-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--text-opacity)) !important
	}

	.lg\:focus\:text-yellow-800:focus {
		--text-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--text-opacity)) !important
	}

	.lg\:focus\:text-yellow-900:focus {
		--text-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--text-opacity)) !important
	}

	.lg\:focus\:text-green-100:focus {
		--text-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--text-opacity)) !important
	}

	.lg\:focus\:text-green-200:focus {
		--text-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--text-opacity)) !important
	}

	.lg\:focus\:text-green-300:focus {
		--text-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--text-opacity)) !important
	}

	.lg\:focus\:text-green-400:focus {
		--text-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--text-opacity)) !important
	}

	.lg\:focus\:text-green-500:focus {
		--text-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--text-opacity)) !important
	}

	.lg\:focus\:text-green-600:focus {
		--text-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--text-opacity)) !important
	}

	.lg\:focus\:text-green-700:focus {
		--text-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--text-opacity)) !important
	}

	.lg\:focus\:text-green-800:focus {
		--text-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--text-opacity)) !important
	}

	.lg\:focus\:text-green-900:focus {
		--text-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--text-opacity)) !important
	}

	.lg\:focus\:text-teal-100:focus {
		--text-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--text-opacity)) !important
	}

	.lg\:focus\:text-teal-200:focus {
		--text-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--text-opacity)) !important
	}

	.lg\:focus\:text-teal-300:focus {
		--text-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--text-opacity)) !important
	}

	.lg\:focus\:text-teal-400:focus {
		--text-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--text-opacity)) !important
	}

	.lg\:focus\:text-teal-500:focus {
		--text-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--text-opacity)) !important
	}

	.lg\:focus\:text-teal-600:focus {
		--text-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--text-opacity)) !important
	}

	.lg\:focus\:text-teal-700:focus {
		--text-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--text-opacity)) !important
	}

	.lg\:focus\:text-teal-800:focus {
		--text-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--text-opacity)) !important
	}

	.lg\:focus\:text-teal-900:focus {
		--text-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--text-opacity)) !important
	}

	.lg\:focus\:text-blue-100:focus {
		--text-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--text-opacity)) !important
	}

	.lg\:focus\:text-blue-200:focus {
		--text-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--text-opacity)) !important
	}

	.lg\:focus\:text-blue-300:focus {
		--text-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--text-opacity)) !important
	}

	.lg\:focus\:text-blue-400:focus {
		--text-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--text-opacity)) !important
	}

	.lg\:focus\:text-blue-500:focus {
		--text-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--text-opacity)) !important
	}

	.lg\:focus\:text-blue-600:focus {
		--text-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--text-opacity)) !important
	}

	.lg\:focus\:text-blue-700:focus {
		--text-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--text-opacity)) !important
	}

	.lg\:focus\:text-blue-800:focus {
		--text-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--text-opacity)) !important
	}

	.lg\:focus\:text-blue-900:focus {
		--text-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--text-opacity)) !important
	}

	.lg\:focus\:text-indigo-100:focus {
		--text-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--text-opacity)) !important
	}

	.lg\:focus\:text-indigo-200:focus {
		--text-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--text-opacity)) !important
	}

	.lg\:focus\:text-indigo-300:focus {
		--text-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--text-opacity)) !important
	}

	.lg\:focus\:text-indigo-400:focus {
		--text-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--text-opacity)) !important
	}

	.lg\:focus\:text-indigo-500:focus {
		--text-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--text-opacity)) !important
	}

	.lg\:focus\:text-indigo-600:focus {
		--text-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--text-opacity)) !important
	}

	.lg\:focus\:text-indigo-700:focus {
		--text-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--text-opacity)) !important
	}

	.lg\:focus\:text-indigo-800:focus {
		--text-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--text-opacity)) !important
	}

	.lg\:focus\:text-indigo-900:focus {
		--text-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--text-opacity)) !important
	}

	.lg\:focus\:text-purple-100:focus {
		--text-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--text-opacity)) !important
	}

	.lg\:focus\:text-purple-200:focus {
		--text-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--text-opacity)) !important
	}

	.lg\:focus\:text-purple-300:focus {
		--text-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--text-opacity)) !important
	}

	.lg\:focus\:text-purple-400:focus {
		--text-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--text-opacity)) !important
	}

	.lg\:focus\:text-purple-500:focus {
		--text-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--text-opacity)) !important
	}

	.lg\:focus\:text-purple-600:focus {
		--text-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--text-opacity)) !important
	}

	.lg\:focus\:text-purple-700:focus {
		--text-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--text-opacity)) !important
	}

	.lg\:focus\:text-purple-800:focus {
		--text-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--text-opacity)) !important
	}

	.lg\:focus\:text-purple-900:focus {
		--text-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--text-opacity)) !important
	}

	.lg\:focus\:text-pink-100:focus {
		--text-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--text-opacity)) !important
	}

	.lg\:focus\:text-pink-200:focus {
		--text-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--text-opacity)) !important
	}

	.lg\:focus\:text-pink-300:focus {
		--text-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--text-opacity)) !important
	}

	.lg\:focus\:text-pink-400:focus {
		--text-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--text-opacity)) !important
	}

	.lg\:focus\:text-pink-500:focus {
		--text-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--text-opacity)) !important
	}

	.lg\:focus\:text-pink-600:focus {
		--text-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--text-opacity)) !important
	}

	.lg\:focus\:text-pink-700:focus {
		--text-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--text-opacity)) !important
	}

	.lg\:focus\:text-pink-800:focus {
		--text-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--text-opacity)) !important
	}

	.lg\:focus\:text-pink-900:focus {
		--text-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--text-opacity)) !important
	}

	.lg\:focus\:text-orange-400:focus {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.lg\:focus\:text-orange-500:focus {
		--text-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--text-opacity)) !important
	}

	.lg\:focus\:text-f3f:focus {
		--text-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--text-opacity)) !important
	}

	.lg\:text-opacity-0 {
		--text-opacity: 0 !important
	}

	.lg\:text-opacity-25 {
		--text-opacity: 0.25 !important
	}

	.lg\:text-opacity-50 {
		--text-opacity: 0.5 !important
	}

	.lg\:text-opacity-75 {
		--text-opacity: 0.75 !important
	}

	.lg\:text-opacity-100 {
		--text-opacity: 1 !important
	}

	.lg\:hover\:text-opacity-0:hover {
		--text-opacity: 0 !important
	}

	.lg\:hover\:text-opacity-25:hover {
		--text-opacity: 0.25 !important
	}

	.lg\:hover\:text-opacity-50:hover {
		--text-opacity: 0.5 !important
	}

	.lg\:hover\:text-opacity-75:hover {
		--text-opacity: 0.75 !important
	}

	.lg\:hover\:text-opacity-100:hover {
		--text-opacity: 1 !important
	}

	.lg\:focus\:text-opacity-0:focus {
		--text-opacity: 0 !important
	}

	.lg\:focus\:text-opacity-25:focus {
		--text-opacity: 0.25 !important
	}

	.lg\:focus\:text-opacity-50:focus {
		--text-opacity: 0.5 !important
	}

	.lg\:focus\:text-opacity-75:focus {
		--text-opacity: 0.75 !important
	}

	.lg\:focus\:text-opacity-100:focus {
		--text-opacity: 1 !important
	}

	.lg\:italic {
		font-style: italic !important
	}

	.lg\:not-italic {
		font-style: normal !important
	}

	.lg\:uppercase {
		text-transform: uppercase !important
	}

	.lg\:lowercase {
		text-transform: lowercase !important
	}

	.lg\:capitalize {
		text-transform: capitalize !important
	}

	.lg\:normal-case {
		text-transform: none !important
	}

	.lg\:underline {
		text-decoration: underline !important
	}

	.lg\:line-through {
		text-decoration: line-through !important
	}

	.lg\:no-underline {
		text-decoration: none !important
	}

	.lg\:hover\:underline:hover {
		text-decoration: underline !important
	}

	.lg\:hover\:line-through:hover {
		text-decoration: line-through !important
	}

	.lg\:hover\:no-underline:hover {
		text-decoration: none !important
	}

	.lg\:focus\:underline:focus {
		text-decoration: underline !important
	}

	.lg\:focus\:line-through:focus {
		text-decoration: line-through !important
	}

	.lg\:focus\:no-underline:focus {
		text-decoration: none !important
	}

	.lg\:antialiased {
		-webkit-font-smoothing: antialiased !important;
		-moz-osx-font-smoothing: grayscale !important
	}

	.lg\:subpixel-antialiased {
		-webkit-font-smoothing: auto !important;
		-moz-osx-font-smoothing: auto !important
	}

	.lg\:diagonal-fractions, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:ordinal, .lg\:proportional-nums, .lg\:slashed-zero, .lg\:stacked-fractions, .lg\:tabular-nums {
		--font-variant-numeric-ordinal: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		--font-variant-numeric-slashed-zero: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		--font-variant-numeric-figure: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		--font-variant-numeric-spacing: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		--font-variant-numeric-fraction: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important
	}

	.lg\:normal-nums {
		font-variant-numeric: normal !important
	}

	.lg\:ordinal {
		--font-variant-numeric-ordinal: ordinal !important
	}

	.lg\:slashed-zero {
		--font-variant-numeric-slashed-zero: slashed-zero !important
	}

	.lg\:lining-nums {
		--font-variant-numeric-figure: lining-nums !important
	}

	.lg\:oldstyle-nums {
		--font-variant-numeric-figure: oldstyle-nums !important
	}

	.lg\:proportional-nums {
		--font-variant-numeric-spacing: proportional-nums !important
	}

	.lg\:tabular-nums {
		--font-variant-numeric-spacing: tabular-nums !important
	}

	.lg\:diagonal-fractions {
		--font-variant-numeric-fraction: diagonal-fractions !important
	}

	.lg\:stacked-fractions {
		--font-variant-numeric-fraction: stacked-fractions !important
	}

	.lg\:tracking-tighter {
		letter-spacing: -.05em !important
	}

	.lg\:tracking-tight {
		letter-spacing: -.025em !important
	}

	.lg\:tracking-normal {
		letter-spacing: 0 !important
	}

	.lg\:tracking-wide {
		letter-spacing: .025em !important
	}

	.lg\:tracking-wider {
		letter-spacing: .05em !important
	}

	.lg\:tracking-widest {
		letter-spacing: .1em !important
	}

	.lg\:align-baseline {
		vertical-align: baseline !important
	}

	.lg\:align-top {
		vertical-align: top !important
	}

	.lg\:align-middle {
		vertical-align: middle !important
	}

	.lg\:align-bottom {
		vertical-align: bottom !important
	}

	.lg\:align-text-top {
		vertical-align: text-top !important
	}

	.lg\:align-text-bottom {
		vertical-align: text-bottom !important
	}

	.lg\:visible {
		visibility: visible !important
	}

	.lg\:invisible {
		visibility: hidden !important
	}

	.lg\:whitespace-normal {
		white-space: normal !important
	}

	.lg\:whitespace-no-wrap {
		white-space: nowrap !important
	}

	.lg\:whitespace-pre {
		white-space: pre !important
	}

	.lg\:whitespace-pre-line {
		white-space: pre-line !important
	}

	.lg\:whitespace-pre-wrap {
		white-space: pre-wrap !important
	}

	.lg\:break-normal {
		word-wrap: normal !important;
		overflow-wrap: normal !important;
		word-break: normal !important
	}

	.lg\:break-words {
		word-wrap: break-word !important;
		overflow-wrap: break-word !important
	}

	.lg\:break-all {
		word-break: break-all !important
	}

	.lg\:truncate {
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important
	}

	.lg\:w-0 {
		width: 0 !important
	}

	.lg\:w-1 {
		width: .25rem !important
	}

	.lg\:w-2 {
		width: .5rem !important
	}

	.lg\:w-3 {
		width: .75rem !important
	}

	.lg\:w-4 {
		width: 1rem !important
	}

	.lg\:w-5 {
		width: 1.25rem !important
	}

	.lg\:w-6 {
		width: 1.5rem !important
	}

	.lg\:w-8 {
		width: 2rem !important
	}

	.lg\:w-9 {
		width: 2.25rem !important
	}

	.lg\:w-10 {
		width: 2.5rem !important
	}

	.lg\:w-11 {
		width: 2.75rem !important
	}

	.lg\:w-12 {
		width: 3rem !important
	}

	.lg\:w-16 {
		width: 4rem !important
	}

	.lg\:w-20 {
		width: 5rem !important
	}

	.lg\:w-24 {
		width: 6rem !important
	}

	.lg\:w-28 {
		width: 7rem !important
	}

	.lg\:w-32 {
		width: 8rem !important
	}

	.lg\:w-35 {
		width: 8.75rem !important
	}

	.lg\:w-40 {
		width: 10rem !important
	}

	.lg\:w-44 {
		width: 11rem !important
	}

	.lg\:w-48 {
		width: 12rem !important
	}

	.lg\:w-54 {
		width: 13.5rem !important
	}

	.lg\:w-56 {
		width: 14rem !important
	}

	.lg\:w-60 {
		width: 15rem !important
	}

	.lg\:w-64 {
		width: 16rem !important
	}

	.lg\:w-80 {
		width: 20rem !important
	}

	.lg\:w-92 {
		width: 23rem !important
	}

	.lg\:w-120 {
		width: 30rem !important
	}

	.lg\:w-135 {
		width: 33.75rem !important
	}

	.lg\:w-180 {
		width: 45rem !important
	}

	.lg\:w-200 {
		width: 50rem !important
	}

	.lg\:w-230 {
		width: 57.5rem !important
	}

	.lg\:w-320 {
		width: 80rem !important
	}

	.lg\:w-480 {
		width: 120rem !important
	}

	.lg\:w-520 {
		width: 130rem !important
	}

	.lg\:w-auto {
		width: auto !important
	}

	.lg\:w-px {
		width: 1px !important
	}

	.lg\:w--50 {
		width: -50px !important
	}

	.lg\:w-1\/2 {
		width: 50% !important
	}

	.lg\:w-1\/3 {
		width: 33.333333% !important
	}

	.lg\:w-2\/3 {
		width: 66.666667% !important
	}

	.lg\:w-1\/4 {
		width: 25% !important
	}

	.lg\:w-2\/4 {
		width: 50% !important
	}

	.lg\:w-3\/4 {
		width: 75% !important
	}

	.lg\:w-1\/5 {
		width: 20% !important
	}

	.lg\:w-2\/5 {
		width: 40% !important
	}

	.lg\:w-3\/5 {
		width: 60% !important
	}

	.lg\:w-4\/5 {
		width: 80% !important
	}

	.lg\:w-1\/6 {
		width: 16.666667% !important
	}

	.lg\:w-2\/6 {
		width: 33.333333% !important
	}

	.lg\:w-3\/6 {
		width: 50% !important
	}

	.lg\:w-4\/6 {
		width: 66.666667% !important
	}

	.lg\:w-5\/6 {
		width: 83.333333% !important
	}

	.lg\:w-1\/12 {
		width: 8.333333% !important
	}

	.lg\:w-2\/12 {
		width: 16.666667% !important
	}

	.lg\:w-3\/12 {
		width: 25% !important
	}

	.lg\:w-4\/12 {
		width: 33.333333% !important
	}

	.lg\:w-5\/12 {
		width: 41.666667% !important
	}

	.lg\:w-6\/12 {
		width: 50% !important
	}

	.lg\:w-7\/12 {
		width: 58.333333% !important
	}

	.lg\:w-8\/12 {
		width: 66.666667% !important
	}

	.lg\:w-9\/12 {
		width: 75% !important
	}

	.lg\:w-10\/12 {
		width: 83.333333% !important
	}

	.lg\:w-11\/12 {
		width: 91.666667% !important
	}

	.lg\:w-full {
		width: 100% !important
	}

	.lg\:w-screen {
		width: 100vw !important
	}

	.lg\:w-fit {
		width: -webkit-fit-content !important;
		width: -moz-fit-content !important;
		width: fit-content !important
	}

	.lg\:w-min {
		width: -webkit-min-content !important;
		width: -moz-min-content !important;
		width: min-content !important
	}

	.lg\:w-max {
		width: -webkit-max-content !important;
		width: -moz-max-content !important;
		width: max-content !important
	}

	.lg\:w-full_plus_15 {
		width: calc(100% + 3.75rem) !important
	}

	.lg\:w-full_plus_30 {
		width: calc(100% + 7.5rem) !important
	}

	.lg\:w-full_plus_40 {
		width: calc(100% + 10rem) !important
	}

	.lg\:z-0 {
		z-index: 0 !important
	}

	.lg\:z-10 {
		z-index: 10 !important
	}

	.lg\:z-20 {
		z-index: 20 !important
	}

	.lg\:z-30 {
		z-index: 30 !important
	}

	.lg\:z-40 {
		z-index: 40 !important
	}

	.lg\:z-50 {
		z-index: 50 !important
	}

	.lg\:z-100 {
		z-index: 100 !important
	}

	.lg\:z-auto {
		z-index: auto !important
	}

	.lg\:gap-0 {
		grid-gap: 0 !important;
		gap: 0 !important
	}

	.lg\:gap-1 {
		grid-gap: .25rem !important;
		gap: .25rem !important
	}

	.lg\:gap-2 {
		grid-gap: .5rem !important;
		gap: .5rem !important
	}

	.lg\:gap-3 {
		grid-gap: .75rem !important;
		gap: .75rem !important
	}

	.lg\:gap-4 {
		grid-gap: 1rem !important;
		gap: 1rem !important
	}

	.lg\:gap-5 {
		grid-gap: 1.25rem !important;
		gap: 1.25rem !important
	}

	.lg\:gap-6 {
		grid-gap: 1.5rem !important;
		gap: 1.5rem !important
	}

	.lg\:gap-8 {
		grid-gap: 2rem !important;
		gap: 2rem !important
	}

	.lg\:gap-10 {
		grid-gap: 2.5rem !important;
		gap: 2.5rem !important
	}

	.lg\:gap-12 {
		grid-gap: 3rem !important;
		gap: 3rem !important
	}

	.lg\:gap-16 {
		grid-gap: 4rem !important;
		gap: 4rem !important
	}

	.lg\:gap-20 {
		grid-gap: 5rem !important;
		gap: 5rem !important
	}

	.lg\:gap-24 {
		grid-gap: 6rem !important;
		gap: 6rem !important
	}

	.lg\:gap-32 {
		grid-gap: 8rem !important;
		gap: 8rem !important
	}

	.lg\:gap-40 {
		grid-gap: 10rem !important;
		gap: 10rem !important
	}

	.lg\:gap-48 {
		grid-gap: 12rem !important;
		gap: 12rem !important
	}

	.lg\:gap-56 {
		grid-gap: 14rem !important;
		gap: 14rem !important
	}

	.lg\:gap-64 {
		grid-gap: 16rem !important;
		gap: 16rem !important
	}

	.lg\:gap-px {
		grid-gap: 1px !important;
		gap: 1px !important
	}

	.lg\:-gap-50 {
		grid-gap: -50px !important;
		gap: -50px !important
	}

	.lg\:col-gap-0 {
		grid-column-gap: 0 !important;
		-moz-column-gap: 0 !important;
		column-gap: 0 !important
	}

	.lg\:col-gap-1 {
		grid-column-gap: .25rem !important;
		-moz-column-gap: .25rem !important;
		column-gap: .25rem !important
	}

	.lg\:col-gap-2 {
		grid-column-gap: .5rem !important;
		-moz-column-gap: .5rem !important;
		column-gap: .5rem !important
	}

	.lg\:col-gap-3 {
		grid-column-gap: .75rem !important;
		-moz-column-gap: .75rem !important;
		column-gap: .75rem !important
	}

	.lg\:col-gap-4 {
		grid-column-gap: 1rem !important;
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important
	}

	.lg\:col-gap-5 {
		grid-column-gap: 1.25rem !important;
		-moz-column-gap: 1.25rem !important;
		column-gap: 1.25rem !important
	}

	.lg\:col-gap-6 {
		grid-column-gap: 1.5rem !important;
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important
	}

	.lg\:col-gap-8 {
		grid-column-gap: 2rem !important;
		-moz-column-gap: 2rem !important;
		column-gap: 2rem !important
	}

	.lg\:col-gap-10 {
		grid-column-gap: 2.5rem !important;
		-moz-column-gap: 2.5rem !important;
		column-gap: 2.5rem !important
	}

	.lg\:col-gap-12 {
		grid-column-gap: 3rem !important;
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important
	}

	.lg\:col-gap-16 {
		grid-column-gap: 4rem !important;
		-moz-column-gap: 4rem !important;
		column-gap: 4rem !important
	}

	.lg\:col-gap-20 {
		grid-column-gap: 5rem !important;
		-moz-column-gap: 5rem !important;
		column-gap: 5rem !important
	}

	.lg\:col-gap-24 {
		grid-column-gap: 6rem !important;
		-moz-column-gap: 6rem !important;
		column-gap: 6rem !important
	}

	.lg\:col-gap-32 {
		grid-column-gap: 8rem !important;
		-moz-column-gap: 8rem !important;
		column-gap: 8rem !important
	}

	.lg\:col-gap-40 {
		grid-column-gap: 10rem !important;
		-moz-column-gap: 10rem !important;
		column-gap: 10rem !important
	}

	.lg\:col-gap-48 {
		grid-column-gap: 12rem !important;
		-moz-column-gap: 12rem !important;
		column-gap: 12rem !important
	}

	.lg\:col-gap-56 {
		grid-column-gap: 14rem !important;
		-moz-column-gap: 14rem !important;
		column-gap: 14rem !important
	}

	.lg\:col-gap-64 {
		grid-column-gap: 16rem !important;
		-moz-column-gap: 16rem !important;
		column-gap: 16rem !important
	}

	.lg\:col-gap-px {
		grid-column-gap: 1px !important;
		-moz-column-gap: 1px !important;
		column-gap: 1px !important
	}

	.lg\:-col-gap-50 {
		grid-column-gap: -50px !important;
		-moz-column-gap: -50px !important;
		column-gap: -50px !important
	}

	.lg\:gap-x-0 {
		grid-column-gap: 0 !important;
		-moz-column-gap: 0 !important;
		column-gap: 0 !important
	}

	.lg\:gap-x-1 {
		grid-column-gap: .25rem !important;
		-moz-column-gap: .25rem !important;
		column-gap: .25rem !important
	}

	.lg\:gap-x-2 {
		grid-column-gap: .5rem !important;
		-moz-column-gap: .5rem !important;
		column-gap: .5rem !important
	}

	.lg\:gap-x-3 {
		grid-column-gap: .75rem !important;
		-moz-column-gap: .75rem !important;
		column-gap: .75rem !important
	}

	.lg\:gap-x-4 {
		grid-column-gap: 1rem !important;
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important
	}

	.lg\:gap-x-5 {
		grid-column-gap: 1.25rem !important;
		-moz-column-gap: 1.25rem !important;
		column-gap: 1.25rem !important
	}

	.lg\:gap-x-6 {
		grid-column-gap: 1.5rem !important;
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important
	}

	.lg\:gap-x-8 {
		grid-column-gap: 2rem !important;
		-moz-column-gap: 2rem !important;
		column-gap: 2rem !important
	}

	.lg\:gap-x-10 {
		grid-column-gap: 2.5rem !important;
		-moz-column-gap: 2.5rem !important;
		column-gap: 2.5rem !important
	}

	.lg\:gap-x-12 {
		grid-column-gap: 3rem !important;
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important
	}

	.lg\:gap-x-16 {
		grid-column-gap: 4rem !important;
		-moz-column-gap: 4rem !important;
		column-gap: 4rem !important
	}

	.lg\:gap-x-20 {
		grid-column-gap: 5rem !important;
		-moz-column-gap: 5rem !important;
		column-gap: 5rem !important
	}

	.lg\:gap-x-24 {
		grid-column-gap: 6rem !important;
		-moz-column-gap: 6rem !important;
		column-gap: 6rem !important
	}

	.lg\:gap-x-32 {
		grid-column-gap: 8rem !important;
		-moz-column-gap: 8rem !important;
		column-gap: 8rem !important
	}

	.lg\:gap-x-40 {
		grid-column-gap: 10rem !important;
		-moz-column-gap: 10rem !important;
		column-gap: 10rem !important
	}

	.lg\:gap-x-48 {
		grid-column-gap: 12rem !important;
		-moz-column-gap: 12rem !important;
		column-gap: 12rem !important
	}

	.lg\:gap-x-56 {
		grid-column-gap: 14rem !important;
		-moz-column-gap: 14rem !important;
		column-gap: 14rem !important
	}

	.lg\:gap-x-64 {
		grid-column-gap: 16rem !important;
		-moz-column-gap: 16rem !important;
		column-gap: 16rem !important
	}

	.lg\:gap-x-px {
		grid-column-gap: 1px !important;
		-moz-column-gap: 1px !important;
		column-gap: 1px !important
	}

	.lg\:-gap-x-50 {
		grid-column-gap: -50px !important;
		-moz-column-gap: -50px !important;
		column-gap: -50px !important
	}

	.lg\:row-gap-0 {
		grid-row-gap: 0 !important;
		row-gap: 0 !important
	}

	.lg\:row-gap-1 {
		grid-row-gap: .25rem !important;
		row-gap: .25rem !important
	}

	.lg\:row-gap-2 {
		grid-row-gap: .5rem !important;
		row-gap: .5rem !important
	}

	.lg\:row-gap-3 {
		grid-row-gap: .75rem !important;
		row-gap: .75rem !important
	}

	.lg\:row-gap-4 {
		grid-row-gap: 1rem !important;
		row-gap: 1rem !important
	}

	.lg\:row-gap-5 {
		grid-row-gap: 1.25rem !important;
		row-gap: 1.25rem !important
	}

	.lg\:row-gap-6 {
		grid-row-gap: 1.5rem !important;
		row-gap: 1.5rem !important
	}

	.lg\:row-gap-8 {
		grid-row-gap: 2rem !important;
		row-gap: 2rem !important
	}

	.lg\:row-gap-10 {
		grid-row-gap: 2.5rem !important;
		row-gap: 2.5rem !important
	}

	.lg\:row-gap-12 {
		grid-row-gap: 3rem !important;
		row-gap: 3rem !important
	}

	.lg\:row-gap-16 {
		grid-row-gap: 4rem !important;
		row-gap: 4rem !important
	}

	.lg\:row-gap-20 {
		grid-row-gap: 5rem !important;
		row-gap: 5rem !important
	}

	.lg\:row-gap-24 {
		grid-row-gap: 6rem !important;
		row-gap: 6rem !important
	}

	.lg\:row-gap-32 {
		grid-row-gap: 8rem !important;
		row-gap: 8rem !important
	}

	.lg\:row-gap-40 {
		grid-row-gap: 10rem !important;
		row-gap: 10rem !important
	}

	.lg\:row-gap-48 {
		grid-row-gap: 12rem !important;
		row-gap: 12rem !important
	}

	.lg\:row-gap-56 {
		grid-row-gap: 14rem !important;
		row-gap: 14rem !important
	}

	.lg\:row-gap-64 {
		grid-row-gap: 16rem !important;
		row-gap: 16rem !important
	}

	.lg\:row-gap-px {
		grid-row-gap: 1px !important;
		row-gap: 1px !important
	}

	.lg\:-row-gap-50 {
		grid-row-gap: -50px !important;
		row-gap: -50px !important
	}

	.lg\:gap-y-0 {
		grid-row-gap: 0 !important;
		row-gap: 0 !important
	}

	.lg\:gap-y-1 {
		grid-row-gap: .25rem !important;
		row-gap: .25rem !important
	}

	.lg\:gap-y-2 {
		grid-row-gap: .5rem !important;
		row-gap: .5rem !important
	}

	.lg\:gap-y-3 {
		grid-row-gap: .75rem !important;
		row-gap: .75rem !important
	}

	.lg\:gap-y-4 {
		grid-row-gap: 1rem !important;
		row-gap: 1rem !important
	}

	.lg\:gap-y-5 {
		grid-row-gap: 1.25rem !important;
		row-gap: 1.25rem !important
	}

	.lg\:gap-y-6 {
		grid-row-gap: 1.5rem !important;
		row-gap: 1.5rem !important
	}

	.lg\:gap-y-8 {
		grid-row-gap: 2rem !important;
		row-gap: 2rem !important
	}

	.lg\:gap-y-10 {
		grid-row-gap: 2.5rem !important;
		row-gap: 2.5rem !important
	}

	.lg\:gap-y-12 {
		grid-row-gap: 3rem !important;
		row-gap: 3rem !important
	}

	.lg\:gap-y-16 {
		grid-row-gap: 4rem !important;
		row-gap: 4rem !important
	}

	.lg\:gap-y-20 {
		grid-row-gap: 5rem !important;
		row-gap: 5rem !important
	}

	.lg\:gap-y-24 {
		grid-row-gap: 6rem !important;
		row-gap: 6rem !important
	}

	.lg\:gap-y-32 {
		grid-row-gap: 8rem !important;
		row-gap: 8rem !important
	}

	.lg\:gap-y-40 {
		grid-row-gap: 10rem !important;
		row-gap: 10rem !important
	}

	.lg\:gap-y-48 {
		grid-row-gap: 12rem !important;
		row-gap: 12rem !important
	}

	.lg\:gap-y-56 {
		grid-row-gap: 14rem !important;
		row-gap: 14rem !important
	}

	.lg\:gap-y-64 {
		grid-row-gap: 16rem !important;
		row-gap: 16rem !important
	}

	.lg\:gap-y-px {
		grid-row-gap: 1px !important;
		row-gap: 1px !important
	}

	.lg\:-gap-y-50 {
		grid-row-gap: -50px !important;
		row-gap: -50px !important
	}

	.lg\:grid-flow-row {
		grid-auto-flow: row !important
	}

	.lg\:grid-flow-col {
		grid-auto-flow: column !important
	}

	.lg\:grid-flow-row-dense {
		grid-auto-flow: row dense !important
	}

	.lg\:grid-flow-col-dense {
		grid-auto-flow: column dense !important
	}

	.lg\:grid-cols-1 {
		grid-template-columns: repeat(1,minmax(0,1fr)) !important
	}

	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2,minmax(0,1fr)) !important
	}

	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3,minmax(0,1fr)) !important
	}

	.lg\:grid-cols-4 {
		grid-template-columns: repeat(4,minmax(0,1fr)) !important
	}

	.lg\:grid-cols-5 {
		grid-template-columns: repeat(5,minmax(0,1fr)) !important
	}

	.lg\:grid-cols-6 {
		grid-template-columns: repeat(6,minmax(0,1fr)) !important
	}

	.lg\:grid-cols-7 {
		grid-template-columns: repeat(7,minmax(0,1fr)) !important
	}

	.lg\:grid-cols-8 {
		grid-template-columns: repeat(8,minmax(0,1fr)) !important
	}

	.lg\:grid-cols-9 {
		grid-template-columns: repeat(9,minmax(0,1fr)) !important
	}

	.lg\:grid-cols-10 {
		grid-template-columns: repeat(10,minmax(0,1fr)) !important
	}

	.lg\:grid-cols-11 {
		grid-template-columns: repeat(11,minmax(0,1fr)) !important
	}

	.lg\:grid-cols-12 {
		grid-template-columns: repeat(12,minmax(0,1fr)) !important
	}

	.lg\:grid-cols-none {
		grid-template-columns: none !important
	}

	.lg\:auto-cols-auto {
		grid-auto-columns: auto !important
	}

	.lg\:auto-cols-min {
		grid-auto-columns: -webkit-min-content !important;
		grid-auto-columns: min-content !important
	}

	.lg\:auto-cols-max {
		grid-auto-columns: -webkit-max-content !important;
		grid-auto-columns: max-content !important
	}

	.lg\:auto-cols-fr {
		grid-auto-columns: minmax(0,1fr) !important
	}

	.lg\:col-auto {
		grid-column: auto !important
	}

	.lg\:col-span-1 {
		grid-column: span 1/span 1 !important
	}

	.lg\:col-span-2 {
		grid-column: span 2/span 2 !important
	}

	.lg\:col-span-3 {
		grid-column: span 3/span 3 !important
	}

	.lg\:col-span-4 {
		grid-column: span 4/span 4 !important
	}

	.lg\:col-span-5 {
		grid-column: span 5/span 5 !important
	}

	.lg\:col-span-6 {
		grid-column: span 6/span 6 !important
	}

	.lg\:col-span-7 {
		grid-column: span 7/span 7 !important
	}

	.lg\:col-span-8 {
		grid-column: span 8/span 8 !important
	}

	.lg\:col-span-9 {
		grid-column: span 9/span 9 !important
	}

	.lg\:col-span-10 {
		grid-column: span 10/span 10 !important
	}

	.lg\:col-span-11 {
		grid-column: span 11/span 11 !important
	}

	.lg\:col-span-12 {
		grid-column: span 12/span 12 !important
	}

	.lg\:col-span-full {
		grid-column: 1/-1 !important
	}

	.lg\:col-start-1 {
		grid-column-start: 1 !important
	}

	.lg\:col-start-2 {
		grid-column-start: 2 !important
	}

	.lg\:col-start-3 {
		grid-column-start: 3 !important
	}

	.lg\:col-start-4 {
		grid-column-start: 4 !important
	}

	.lg\:col-start-5 {
		grid-column-start: 5 !important
	}

	.lg\:col-start-6 {
		grid-column-start: 6 !important
	}

	.lg\:col-start-7 {
		grid-column-start: 7 !important
	}

	.lg\:col-start-8 {
		grid-column-start: 8 !important
	}

	.lg\:col-start-9 {
		grid-column-start: 9 !important
	}

	.lg\:col-start-10 {
		grid-column-start: 10 !important
	}

	.lg\:col-start-11 {
		grid-column-start: 11 !important
	}

	.lg\:col-start-12 {
		grid-column-start: 12 !important
	}

	.lg\:col-start-13 {
		grid-column-start: 13 !important
	}

	.lg\:col-start-auto {
		grid-column-start: auto !important
	}

	.lg\:col-end-1 {
		grid-column-end: 1 !important
	}

	.lg\:col-end-2 {
		grid-column-end: 2 !important
	}

	.lg\:col-end-3 {
		grid-column-end: 3 !important
	}

	.lg\:col-end-4 {
		grid-column-end: 4 !important
	}

	.lg\:col-end-5 {
		grid-column-end: 5 !important
	}

	.lg\:col-end-6 {
		grid-column-end: 6 !important
	}

	.lg\:col-end-7 {
		grid-column-end: 7 !important
	}

	.lg\:col-end-8 {
		grid-column-end: 8 !important
	}

	.lg\:col-end-9 {
		grid-column-end: 9 !important
	}

	.lg\:col-end-10 {
		grid-column-end: 10 !important
	}

	.lg\:col-end-11 {
		grid-column-end: 11 !important
	}

	.lg\:col-end-12 {
		grid-column-end: 12 !important
	}

	.lg\:col-end-13 {
		grid-column-end: 13 !important
	}

	.lg\:col-end-auto {
		grid-column-end: auto !important
	}

	.lg\:grid-rows-1 {
		grid-template-rows: repeat(1,minmax(0,1fr)) !important
	}

	.lg\:grid-rows-2 {
		grid-template-rows: repeat(2,minmax(0,1fr)) !important
	}

	.lg\:grid-rows-3 {
		grid-template-rows: repeat(3,minmax(0,1fr)) !important
	}

	.lg\:grid-rows-4 {
		grid-template-rows: repeat(4,minmax(0,1fr)) !important
	}

	.lg\:grid-rows-5 {
		grid-template-rows: repeat(5,minmax(0,1fr)) !important
	}

	.lg\:grid-rows-6 {
		grid-template-rows: repeat(6,minmax(0,1fr)) !important
	}

	.lg\:grid-rows-none {
		grid-template-rows: none !important
	}

	.lg\:auto-rows-auto {
		grid-auto-rows: auto !important
	}

	.lg\:auto-rows-min {
		grid-auto-rows: -webkit-min-content !important;
		grid-auto-rows: min-content !important
	}

	.lg\:auto-rows-max {
		grid-auto-rows: -webkit-max-content !important;
		grid-auto-rows: max-content !important
	}

	.lg\:auto-rows-fr {
		grid-auto-rows: minmax(0,1fr) !important
	}

	.lg\:row-auto {
		grid-row: auto !important
	}

	.lg\:row-span-1 {
		grid-row: span 1/span 1 !important
	}

	.lg\:row-span-2 {
		grid-row: span 2/span 2 !important
	}

	.lg\:row-span-3 {
		grid-row: span 3/span 3 !important
	}

	.lg\:row-span-4 {
		grid-row: span 4/span 4 !important
	}

	.lg\:row-span-5 {
		grid-row: span 5/span 5 !important
	}

	.lg\:row-span-6 {
		grid-row: span 6/span 6 !important
	}

	.lg\:row-span-full {
		grid-row: 1/-1 !important
	}

	.lg\:row-start-1 {
		grid-row-start: 1 !important
	}

	.lg\:row-start-2 {
		grid-row-start: 2 !important
	}

	.lg\:row-start-3 {
		grid-row-start: 3 !important
	}

	.lg\:row-start-4 {
		grid-row-start: 4 !important
	}

	.lg\:row-start-5 {
		grid-row-start: 5 !important
	}

	.lg\:row-start-6 {
		grid-row-start: 6 !important
	}

	.lg\:row-start-7 {
		grid-row-start: 7 !important
	}

	.lg\:row-start-auto {
		grid-row-start: auto !important
	}

	.lg\:row-end-1 {
		grid-row-end: 1 !important
	}

	.lg\:row-end-2 {
		grid-row-end: 2 !important
	}

	.lg\:row-end-3 {
		grid-row-end: 3 !important
	}

	.lg\:row-end-4 {
		grid-row-end: 4 !important
	}

	.lg\:row-end-5 {
		grid-row-end: 5 !important
	}

	.lg\:row-end-6 {
		grid-row-end: 6 !important
	}

	.lg\:row-end-7 {
		grid-row-end: 7 !important
	}

	.lg\:row-end-auto {
		grid-row-end: auto !important
	}

	.lg\:transform {
		--transform-translate-x: 0 !important;
		--transform-translate-y: 0 !important;
		--transform-rotate: 0 !important;
		--transform-skew-x: 0 !important;
		--transform-skew-y: 0 !important;
		--transform-scale-x: 1 !important;
		--transform-scale-y: 1 !important;
		transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
	}

	.lg\:transform-none {
		transform: none !important
	}

	.lg\:translate-x-0 {
		--transform-translate-x: 0 !important
	}

	.lg\:translate-x-1 {
		--transform-translate-x: 0.25rem !important
	}

	.lg\:translate-x-2 {
		--transform-translate-x: 0.5rem !important
	}

	.lg\:translate-x-3 {
		--transform-translate-x: 0.75rem !important
	}

	.lg\:translate-x-4 {
		--transform-translate-x: 1rem !important
	}

	.lg\:translate-x-5 {
		--transform-translate-x: 1.25rem !important
	}

	.lg\:translate-x-6 {
		--transform-translate-x: 1.5rem !important
	}

	.lg\:translate-x-8 {
		--transform-translate-x: 2rem !important
	}

	.lg\:translate-x-10 {
		--transform-translate-x: 2.5rem !important
	}

	.lg\:translate-x-12 {
		--transform-translate-x: 3rem !important
	}

	.lg\:translate-x-16 {
		--transform-translate-x: 4rem !important
	}

	.lg\:translate-x-20 {
		--transform-translate-x: 5rem !important
	}

	.lg\:translate-x-24 {
		--transform-translate-x: 6rem !important
	}

	.lg\:translate-x-32 {
		--transform-translate-x: 8rem !important
	}

	.lg\:translate-x-40 {
		--transform-translate-x: 10rem !important
	}

	.lg\:translate-x-48 {
		--transform-translate-x: 12rem !important
	}

	.lg\:translate-x-56 {
		--transform-translate-x: 14rem !important
	}

	.lg\:translate-x-64 {
		--transform-translate-x: 16rem !important
	}

	.lg\:translate-x-px {
		--transform-translate-x: 1px !important
	}

	.lg\:-translate-x-50 {
		--transform-translate-x: -50px !important
	}

	.lg\:-translate-x-1 {
		--transform-translate-x: -0.25rem !important
	}

	.lg\:-translate-x-2 {
		--transform-translate-x: -0.5rem !important
	}

	.lg\:-translate-x-3 {
		--transform-translate-x: -0.75rem !important
	}

	.lg\:-translate-x-4 {
		--transform-translate-x: -1rem !important
	}

	.lg\:-translate-x-5 {
		--transform-translate-x: -1.25rem !important
	}

	.lg\:-translate-x-6 {
		--transform-translate-x: -1.5rem !important
	}

	.lg\:-translate-x-8 {
		--transform-translate-x: -2rem !important
	}

	.lg\:-translate-x-10 {
		--transform-translate-x: -2.5rem !important
	}

	.lg\:-translate-x-12 {
		--transform-translate-x: -3rem !important
	}

	.lg\:-translate-x-16 {
		--transform-translate-x: -4rem !important
	}

	.lg\:-translate-x-20 {
		--transform-translate-x: -5rem !important
	}

	.lg\:-translate-x-24 {
		--transform-translate-x: -6rem !important
	}

	.lg\:-translate-x-32 {
		--transform-translate-x: -8rem !important
	}

	.lg\:-translate-x-40 {
		--transform-translate-x: -10rem !important
	}

	.lg\:-translate-x-48 {
		--transform-translate-x: -12rem !important
	}

	.lg\:-translate-x-56 {
		--transform-translate-x: -14rem !important
	}

	.lg\:-translate-x-64 {
		--transform-translate-x: -16rem !important
	}

	.lg\:-translate-x-px {
		--transform-translate-x: -1px !important
	}

	.lg\:-translate-x--50 {
		--transform-translate-x: 50px !important
	}

	.lg\:-translate-x-full {
		--transform-translate-x: -100% !important
	}

	.lg\:-translate-x-1\/2 {
		--transform-translate-x: -50% !important
	}

	.lg\:translate-x-1\/2 {
		--transform-translate-x: 50% !important
	}

	.lg\:translate-x-full {
		--transform-translate-x: 100% !important
	}

	.lg\:translate-y-0 {
		--transform-translate-y: 0 !important
	}

	.lg\:translate-y-1 {
		--transform-translate-y: 0.25rem !important
	}

	.lg\:translate-y-2 {
		--transform-translate-y: 0.5rem !important
	}

	.lg\:translate-y-3 {
		--transform-translate-y: 0.75rem !important
	}

	.lg\:translate-y-4 {
		--transform-translate-y: 1rem !important
	}

	.lg\:translate-y-5 {
		--transform-translate-y: 1.25rem !important
	}

	.lg\:translate-y-6 {
		--transform-translate-y: 1.5rem !important
	}

	.lg\:translate-y-8 {
		--transform-translate-y: 2rem !important
	}

	.lg\:translate-y-10 {
		--transform-translate-y: 2.5rem !important
	}

	.lg\:translate-y-12 {
		--transform-translate-y: 3rem !important
	}

	.lg\:translate-y-16 {
		--transform-translate-y: 4rem !important
	}

	.lg\:translate-y-20 {
		--transform-translate-y: 5rem !important
	}

	.lg\:translate-y-24 {
		--transform-translate-y: 6rem !important
	}

	.lg\:translate-y-32 {
		--transform-translate-y: 8rem !important
	}

	.lg\:translate-y-40 {
		--transform-translate-y: 10rem !important
	}

	.lg\:translate-y-48 {
		--transform-translate-y: 12rem !important
	}

	.lg\:translate-y-56 {
		--transform-translate-y: 14rem !important
	}

	.lg\:translate-y-64 {
		--transform-translate-y: 16rem !important
	}

	.lg\:translate-y-px {
		--transform-translate-y: 1px !important
	}

	.lg\:-translate-y-50 {
		--transform-translate-y: -50px !important
	}

	.lg\:-translate-y-1 {
		--transform-translate-y: -0.25rem !important
	}

	.lg\:-translate-y-2 {
		--transform-translate-y: -0.5rem !important
	}

	.lg\:-translate-y-3 {
		--transform-translate-y: -0.75rem !important
	}

	.lg\:-translate-y-4 {
		--transform-translate-y: -1rem !important
	}

	.lg\:-translate-y-5 {
		--transform-translate-y: -1.25rem !important
	}

	.lg\:-translate-y-6 {
		--transform-translate-y: -1.5rem !important
	}

	.lg\:-translate-y-8 {
		--transform-translate-y: -2rem !important
	}

	.lg\:-translate-y-10 {
		--transform-translate-y: -2.5rem !important
	}

	.lg\:-translate-y-12 {
		--transform-translate-y: -3rem !important
	}

	.lg\:-translate-y-16 {
		--transform-translate-y: -4rem !important
	}

	.lg\:-translate-y-20 {
		--transform-translate-y: -5rem !important
	}

	.lg\:-translate-y-24 {
		--transform-translate-y: -6rem !important
	}

	.lg\:-translate-y-32 {
		--transform-translate-y: -8rem !important
	}

	.lg\:-translate-y-40 {
		--transform-translate-y: -10rem !important
	}

	.lg\:-translate-y-48 {
		--transform-translate-y: -12rem !important
	}

	.lg\:-translate-y-56 {
		--transform-translate-y: -14rem !important
	}

	.lg\:-translate-y-64 {
		--transform-translate-y: -16rem !important
	}

	.lg\:-translate-y-px {
		--transform-translate-y: -1px !important
	}

	.lg\:-translate-y--50 {
		--transform-translate-y: 50px !important
	}

	.lg\:-translate-y-full {
		--transform-translate-y: -100% !important
	}

	.lg\:-translate-y-1\/2 {
		--transform-translate-y: -50% !important
	}

	.lg\:translate-y-1\/2 {
		--transform-translate-y: 50% !important
	}

	.lg\:translate-y-full {
		--transform-translate-y: 100% !important
	}

	.lg\:hover\:translate-x-0:hover {
		--transform-translate-x: 0 !important
	}

	.lg\:hover\:translate-x-1:hover {
		--transform-translate-x: 0.25rem !important
	}

	.lg\:hover\:translate-x-2:hover {
		--transform-translate-x: 0.5rem !important
	}

	.lg\:hover\:translate-x-3:hover {
		--transform-translate-x: 0.75rem !important
	}

	.lg\:hover\:translate-x-4:hover {
		--transform-translate-x: 1rem !important
	}

	.lg\:hover\:translate-x-5:hover {
		--transform-translate-x: 1.25rem !important
	}

	.lg\:hover\:translate-x-6:hover {
		--transform-translate-x: 1.5rem !important
	}

	.lg\:hover\:translate-x-8:hover {
		--transform-translate-x: 2rem !important
	}

	.lg\:hover\:translate-x-10:hover {
		--transform-translate-x: 2.5rem !important
	}

	.lg\:hover\:translate-x-12:hover {
		--transform-translate-x: 3rem !important
	}

	.lg\:hover\:translate-x-16:hover {
		--transform-translate-x: 4rem !important
	}

	.lg\:hover\:translate-x-20:hover {
		--transform-translate-x: 5rem !important
	}

	.lg\:hover\:translate-x-24:hover {
		--transform-translate-x: 6rem !important
	}

	.lg\:hover\:translate-x-32:hover {
		--transform-translate-x: 8rem !important
	}

	.lg\:hover\:translate-x-40:hover {
		--transform-translate-x: 10rem !important
	}

	.lg\:hover\:translate-x-48:hover {
		--transform-translate-x: 12rem !important
	}

	.lg\:hover\:translate-x-56:hover {
		--transform-translate-x: 14rem !important
	}

	.lg\:hover\:translate-x-64:hover {
		--transform-translate-x: 16rem !important
	}

	.lg\:hover\:translate-x-px:hover {
		--transform-translate-x: 1px !important
	}

	.lg\:hover\:-translate-x-50:hover {
		--transform-translate-x: -50px !important
	}

	.lg\:hover\:-translate-x-1:hover {
		--transform-translate-x: -0.25rem !important
	}

	.lg\:hover\:-translate-x-2:hover {
		--transform-translate-x: -0.5rem !important
	}

	.lg\:hover\:-translate-x-3:hover {
		--transform-translate-x: -0.75rem !important
	}

	.lg\:hover\:-translate-x-4:hover {
		--transform-translate-x: -1rem !important
	}

	.lg\:hover\:-translate-x-5:hover {
		--transform-translate-x: -1.25rem !important
	}

	.lg\:hover\:-translate-x-6:hover {
		--transform-translate-x: -1.5rem !important
	}

	.lg\:hover\:-translate-x-8:hover {
		--transform-translate-x: -2rem !important
	}

	.lg\:hover\:-translate-x-10:hover {
		--transform-translate-x: -2.5rem !important
	}

	.lg\:hover\:-translate-x-12:hover {
		--transform-translate-x: -3rem !important
	}

	.lg\:hover\:-translate-x-16:hover {
		--transform-translate-x: -4rem !important
	}

	.lg\:hover\:-translate-x-20:hover {
		--transform-translate-x: -5rem !important
	}

	.lg\:hover\:-translate-x-24:hover {
		--transform-translate-x: -6rem !important
	}

	.lg\:hover\:-translate-x-32:hover {
		--transform-translate-x: -8rem !important
	}

	.lg\:hover\:-translate-x-40:hover {
		--transform-translate-x: -10rem !important
	}

	.lg\:hover\:-translate-x-48:hover {
		--transform-translate-x: -12rem !important
	}

	.lg\:hover\:-translate-x-56:hover {
		--transform-translate-x: -14rem !important
	}

	.lg\:hover\:-translate-x-64:hover {
		--transform-translate-x: -16rem !important
	}

	.lg\:hover\:-translate-x-px:hover {
		--transform-translate-x: -1px !important
	}

	.lg\:hover\:-translate-x--50:hover {
		--transform-translate-x: 50px !important
	}

	.lg\:hover\:-translate-x-full:hover {
		--transform-translate-x: -100% !important
	}

	.lg\:hover\:-translate-x-1\/2:hover {
		--transform-translate-x: -50% !important
	}

	.lg\:hover\:translate-x-1\/2:hover {
		--transform-translate-x: 50% !important
	}

	.lg\:hover\:translate-x-full:hover {
		--transform-translate-x: 100% !important
	}

	.lg\:hover\:translate-y-0:hover {
		--transform-translate-y: 0 !important
	}

	.lg\:hover\:translate-y-1:hover {
		--transform-translate-y: 0.25rem !important
	}

	.lg\:hover\:translate-y-2:hover {
		--transform-translate-y: 0.5rem !important
	}

	.lg\:hover\:translate-y-3:hover {
		--transform-translate-y: 0.75rem !important
	}

	.lg\:hover\:translate-y-4:hover {
		--transform-translate-y: 1rem !important
	}

	.lg\:hover\:translate-y-5:hover {
		--transform-translate-y: 1.25rem !important
	}

	.lg\:hover\:translate-y-6:hover {
		--transform-translate-y: 1.5rem !important
	}

	.lg\:hover\:translate-y-8:hover {
		--transform-translate-y: 2rem !important
	}

	.lg\:hover\:translate-y-10:hover {
		--transform-translate-y: 2.5rem !important
	}

	.lg\:hover\:translate-y-12:hover {
		--transform-translate-y: 3rem !important
	}

	.lg\:hover\:translate-y-16:hover {
		--transform-translate-y: 4rem !important
	}

	.lg\:hover\:translate-y-20:hover {
		--transform-translate-y: 5rem !important
	}

	.lg\:hover\:translate-y-24:hover {
		--transform-translate-y: 6rem !important
	}

	.lg\:hover\:translate-y-32:hover {
		--transform-translate-y: 8rem !important
	}

	.lg\:hover\:translate-y-40:hover {
		--transform-translate-y: 10rem !important
	}

	.lg\:hover\:translate-y-48:hover {
		--transform-translate-y: 12rem !important
	}

	.lg\:hover\:translate-y-56:hover {
		--transform-translate-y: 14rem !important
	}

	.lg\:hover\:translate-y-64:hover {
		--transform-translate-y: 16rem !important
	}

	.lg\:hover\:translate-y-px:hover {
		--transform-translate-y: 1px !important
	}

	.lg\:hover\:-translate-y-50:hover {
		--transform-translate-y: -50px !important
	}

	.lg\:hover\:-translate-y-1:hover {
		--transform-translate-y: -0.25rem !important
	}

	.lg\:hover\:-translate-y-2:hover {
		--transform-translate-y: -0.5rem !important
	}

	.lg\:hover\:-translate-y-3:hover {
		--transform-translate-y: -0.75rem !important
	}

	.lg\:hover\:-translate-y-4:hover {
		--transform-translate-y: -1rem !important
	}

	.lg\:hover\:-translate-y-5:hover {
		--transform-translate-y: -1.25rem !important
	}

	.lg\:hover\:-translate-y-6:hover {
		--transform-translate-y: -1.5rem !important
	}

	.lg\:hover\:-translate-y-8:hover {
		--transform-translate-y: -2rem !important
	}

	.lg\:hover\:-translate-y-10:hover {
		--transform-translate-y: -2.5rem !important
	}

	.lg\:hover\:-translate-y-12:hover {
		--transform-translate-y: -3rem !important
	}

	.lg\:hover\:-translate-y-16:hover {
		--transform-translate-y: -4rem !important
	}

	.lg\:hover\:-translate-y-20:hover {
		--transform-translate-y: -5rem !important
	}

	.lg\:hover\:-translate-y-24:hover {
		--transform-translate-y: -6rem !important
	}

	.lg\:hover\:-translate-y-32:hover {
		--transform-translate-y: -8rem !important
	}

	.lg\:hover\:-translate-y-40:hover {
		--transform-translate-y: -10rem !important
	}

	.lg\:hover\:-translate-y-48:hover {
		--transform-translate-y: -12rem !important
	}

	.lg\:hover\:-translate-y-56:hover {
		--transform-translate-y: -14rem !important
	}

	.lg\:hover\:-translate-y-64:hover {
		--transform-translate-y: -16rem !important
	}

	.lg\:hover\:-translate-y-px:hover {
		--transform-translate-y: -1px !important
	}

	.lg\:hover\:-translate-y--50:hover {
		--transform-translate-y: 50px !important
	}

	.lg\:hover\:-translate-y-full:hover {
		--transform-translate-y: -100% !important
	}

	.lg\:hover\:-translate-y-1\/2:hover {
		--transform-translate-y: -50% !important
	}

	.lg\:hover\:translate-y-1\/2:hover {
		--transform-translate-y: 50% !important
	}

	.lg\:hover\:translate-y-full:hover {
		--transform-translate-y: 100% !important
	}

	.lg\:focus\:translate-x-0:focus {
		--transform-translate-x: 0 !important
	}

	.lg\:focus\:translate-x-1:focus {
		--transform-translate-x: 0.25rem !important
	}

	.lg\:focus\:translate-x-2:focus {
		--transform-translate-x: 0.5rem !important
	}

	.lg\:focus\:translate-x-3:focus {
		--transform-translate-x: 0.75rem !important
	}

	.lg\:focus\:translate-x-4:focus {
		--transform-translate-x: 1rem !important
	}

	.lg\:focus\:translate-x-5:focus {
		--transform-translate-x: 1.25rem !important
	}

	.lg\:focus\:translate-x-6:focus {
		--transform-translate-x: 1.5rem !important
	}

	.lg\:focus\:translate-x-8:focus {
		--transform-translate-x: 2rem !important
	}

	.lg\:focus\:translate-x-10:focus {
		--transform-translate-x: 2.5rem !important
	}

	.lg\:focus\:translate-x-12:focus {
		--transform-translate-x: 3rem !important
	}

	.lg\:focus\:translate-x-16:focus {
		--transform-translate-x: 4rem !important
	}

	.lg\:focus\:translate-x-20:focus {
		--transform-translate-x: 5rem !important
	}

	.lg\:focus\:translate-x-24:focus {
		--transform-translate-x: 6rem !important
	}

	.lg\:focus\:translate-x-32:focus {
		--transform-translate-x: 8rem !important
	}

	.lg\:focus\:translate-x-40:focus {
		--transform-translate-x: 10rem !important
	}

	.lg\:focus\:translate-x-48:focus {
		--transform-translate-x: 12rem !important
	}

	.lg\:focus\:translate-x-56:focus {
		--transform-translate-x: 14rem !important
	}

	.lg\:focus\:translate-x-64:focus {
		--transform-translate-x: 16rem !important
	}

	.lg\:focus\:translate-x-px:focus {
		--transform-translate-x: 1px !important
	}

	.lg\:focus\:-translate-x-50:focus {
		--transform-translate-x: -50px !important
	}

	.lg\:focus\:-translate-x-1:focus {
		--transform-translate-x: -0.25rem !important
	}

	.lg\:focus\:-translate-x-2:focus {
		--transform-translate-x: -0.5rem !important
	}

	.lg\:focus\:-translate-x-3:focus {
		--transform-translate-x: -0.75rem !important
	}

	.lg\:focus\:-translate-x-4:focus {
		--transform-translate-x: -1rem !important
	}

	.lg\:focus\:-translate-x-5:focus {
		--transform-translate-x: -1.25rem !important
	}

	.lg\:focus\:-translate-x-6:focus {
		--transform-translate-x: -1.5rem !important
	}

	.lg\:focus\:-translate-x-8:focus {
		--transform-translate-x: -2rem !important
	}

	.lg\:focus\:-translate-x-10:focus {
		--transform-translate-x: -2.5rem !important
	}

	.lg\:focus\:-translate-x-12:focus {
		--transform-translate-x: -3rem !important
	}

	.lg\:focus\:-translate-x-16:focus {
		--transform-translate-x: -4rem !important
	}

	.lg\:focus\:-translate-x-20:focus {
		--transform-translate-x: -5rem !important
	}

	.lg\:focus\:-translate-x-24:focus {
		--transform-translate-x: -6rem !important
	}

	.lg\:focus\:-translate-x-32:focus {
		--transform-translate-x: -8rem !important
	}

	.lg\:focus\:-translate-x-40:focus {
		--transform-translate-x: -10rem !important
	}

	.lg\:focus\:-translate-x-48:focus {
		--transform-translate-x: -12rem !important
	}

	.lg\:focus\:-translate-x-56:focus {
		--transform-translate-x: -14rem !important
	}

	.lg\:focus\:-translate-x-64:focus {
		--transform-translate-x: -16rem !important
	}

	.lg\:focus\:-translate-x-px:focus {
		--transform-translate-x: -1px !important
	}

	.lg\:focus\:-translate-x--50:focus {
		--transform-translate-x: 50px !important
	}

	.lg\:focus\:-translate-x-full:focus {
		--transform-translate-x: -100% !important
	}

	.lg\:focus\:-translate-x-1\/2:focus {
		--transform-translate-x: -50% !important
	}

	.lg\:focus\:translate-x-1\/2:focus {
		--transform-translate-x: 50% !important
	}

	.lg\:focus\:translate-x-full:focus {
		--transform-translate-x: 100% !important
	}

	.lg\:focus\:translate-y-0:focus {
		--transform-translate-y: 0 !important
	}

	.lg\:focus\:translate-y-1:focus {
		--transform-translate-y: 0.25rem !important
	}

	.lg\:focus\:translate-y-2:focus {
		--transform-translate-y: 0.5rem !important
	}

	.lg\:focus\:translate-y-3:focus {
		--transform-translate-y: 0.75rem !important
	}

	.lg\:focus\:translate-y-4:focus {
		--transform-translate-y: 1rem !important
	}

	.lg\:focus\:translate-y-5:focus {
		--transform-translate-y: 1.25rem !important
	}

	.lg\:focus\:translate-y-6:focus {
		--transform-translate-y: 1.5rem !important
	}

	.lg\:focus\:translate-y-8:focus {
		--transform-translate-y: 2rem !important
	}

	.lg\:focus\:translate-y-10:focus {
		--transform-translate-y: 2.5rem !important
	}

	.lg\:focus\:translate-y-12:focus {
		--transform-translate-y: 3rem !important
	}

	.lg\:focus\:translate-y-16:focus {
		--transform-translate-y: 4rem !important
	}

	.lg\:focus\:translate-y-20:focus {
		--transform-translate-y: 5rem !important
	}

	.lg\:focus\:translate-y-24:focus {
		--transform-translate-y: 6rem !important
	}

	.lg\:focus\:translate-y-32:focus {
		--transform-translate-y: 8rem !important
	}

	.lg\:focus\:translate-y-40:focus {
		--transform-translate-y: 10rem !important
	}

	.lg\:focus\:translate-y-48:focus {
		--transform-translate-y: 12rem !important
	}

	.lg\:focus\:translate-y-56:focus {
		--transform-translate-y: 14rem !important
	}

	.lg\:focus\:translate-y-64:focus {
		--transform-translate-y: 16rem !important
	}

	.lg\:focus\:translate-y-px:focus {
		--transform-translate-y: 1px !important
	}

	.lg\:focus\:-translate-y-50:focus {
		--transform-translate-y: -50px !important
	}

	.lg\:focus\:-translate-y-1:focus {
		--transform-translate-y: -0.25rem !important
	}

	.lg\:focus\:-translate-y-2:focus {
		--transform-translate-y: -0.5rem !important
	}

	.lg\:focus\:-translate-y-3:focus {
		--transform-translate-y: -0.75rem !important
	}

	.lg\:focus\:-translate-y-4:focus {
		--transform-translate-y: -1rem !important
	}

	.lg\:focus\:-translate-y-5:focus {
		--transform-translate-y: -1.25rem !important
	}

	.lg\:focus\:-translate-y-6:focus {
		--transform-translate-y: -1.5rem !important
	}

	.lg\:focus\:-translate-y-8:focus {
		--transform-translate-y: -2rem !important
	}

	.lg\:focus\:-translate-y-10:focus {
		--transform-translate-y: -2.5rem !important
	}

	.lg\:focus\:-translate-y-12:focus {
		--transform-translate-y: -3rem !important
	}

	.lg\:focus\:-translate-y-16:focus {
		--transform-translate-y: -4rem !important
	}

	.lg\:focus\:-translate-y-20:focus {
		--transform-translate-y: -5rem !important
	}

	.lg\:focus\:-translate-y-24:focus {
		--transform-translate-y: -6rem !important
	}

	.lg\:focus\:-translate-y-32:focus {
		--transform-translate-y: -8rem !important
	}

	.lg\:focus\:-translate-y-40:focus {
		--transform-translate-y: -10rem !important
	}

	.lg\:focus\:-translate-y-48:focus {
		--transform-translate-y: -12rem !important
	}

	.lg\:focus\:-translate-y-56:focus {
		--transform-translate-y: -14rem !important
	}

	.lg\:focus\:-translate-y-64:focus {
		--transform-translate-y: -16rem !important
	}

	.lg\:focus\:-translate-y-px:focus {
		--transform-translate-y: -1px !important
	}

	.lg\:focus\:-translate-y--50:focus {
		--transform-translate-y: 50px !important
	}

	.lg\:focus\:-translate-y-full:focus {
		--transform-translate-y: -100% !important
	}

	.lg\:focus\:-translate-y-1\/2:focus {
		--transform-translate-y: -50% !important
	}

	.lg\:focus\:translate-y-1\/2:focus {
		--transform-translate-y: 50% !important
	}

	.lg\:focus\:translate-y-full:focus {
		--transform-translate-y: 100% !important
	}
}

@media (min-width:1560px) {
	.xl\:container {
		width: 100%
	}

	@media (min-width:368px) {
		.xl\:container {
			max-width: 368px
		}
	}

	@media (min-width:640px) {
		.xl\:container {
			max-width: 640px
		}
	}

	@media (min-width:768px) {
		.xl\:container {
			max-width: 768px
		}
	}

	@media (min-width:1152px) {
		.xl\:container {
			max-width: 1152px
		}
	}

	@media (min-width:1560px) {
		.xl\:container {
			max-width: 1560px
		}
	}

	@media (min-width:2100px) {
		.xl\:container {
			max-width: 2100px
		}
	}

	.xl\:space-y-0 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(0px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(0px*var(--space-y-reverse)) !important
	}

	.xl\:space-x-0 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(0px*var(--space-x-reverse)) !important;
		margin-left: calc(0px*(1 - var(--space-x-reverse))) !important
	}

	.xl\:space-y-1 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(0.25rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(0.25rem*var(--space-y-reverse)) !important
	}

	.xl\:space-x-1 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(0.25rem*var(--space-x-reverse)) !important;
		margin-left: calc(0.25rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:space-y-2 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(0.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(0.5rem*var(--space-y-reverse)) !important
	}

	.xl\:space-x-2 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(0.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(0.5rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:space-y-3 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(0.75rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(0.75rem*var(--space-y-reverse)) !important
	}

	.xl\:space-x-3 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(0.75rem*var(--space-x-reverse)) !important;
		margin-left: calc(0.75rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:space-y-4 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(1rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(1rem*var(--space-y-reverse)) !important
	}

	.xl\:space-x-4 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(1rem*var(--space-x-reverse)) !important;
		margin-left: calc(1rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:space-y-5 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(1.25rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(1.25rem*var(--space-y-reverse)) !important
	}

	.xl\:space-x-5 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(1.25rem*var(--space-x-reverse)) !important;
		margin-left: calc(1.25rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:space-y-6 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(1.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(1.5rem*var(--space-y-reverse)) !important
	}

	.xl\:space-x-6 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(1.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(1.5rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:space-y-8 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(2rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(2rem*var(--space-y-reverse)) !important
	}

	.xl\:space-x-8 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(2rem*var(--space-x-reverse)) !important;
		margin-left: calc(2rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:space-y-10 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(2.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(2.5rem*var(--space-y-reverse)) !important
	}

	.xl\:space-x-10 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(2.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(2.5rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:space-y-12 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(3rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(3rem*var(--space-y-reverse)) !important
	}

	.xl\:space-x-12 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(3rem*var(--space-x-reverse)) !important;
		margin-left: calc(3rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:space-y-16 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(4rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(4rem*var(--space-y-reverse)) !important
	}

	.xl\:space-x-16 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(4rem*var(--space-x-reverse)) !important;
		margin-left: calc(4rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:space-y-20 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(5rem*var(--space-y-reverse)) !important
	}

	.xl\:space-x-20 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(5rem*var(--space-x-reverse)) !important;
		margin-left: calc(5rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:space-y-24 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(6rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(6rem*var(--space-y-reverse)) !important
	}

	.xl\:space-x-24 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(6rem*var(--space-x-reverse)) !important;
		margin-left: calc(6rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:space-y-32 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(8rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(8rem*var(--space-y-reverse)) !important
	}

	.xl\:space-x-32 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(8rem*var(--space-x-reverse)) !important;
		margin-left: calc(8rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:space-y-40 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(10rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(10rem*var(--space-y-reverse)) !important
	}

	.xl\:space-x-40 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(10rem*var(--space-x-reverse)) !important;
		margin-left: calc(10rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:space-y-48 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(12rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(12rem*var(--space-y-reverse)) !important
	}

	.xl\:space-x-48 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(12rem*var(--space-x-reverse)) !important;
		margin-left: calc(12rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:space-y-56 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(14rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(14rem*var(--space-y-reverse)) !important
	}

	.xl\:space-x-56 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(14rem*var(--space-x-reverse)) !important;
		margin-left: calc(14rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:space-y-64 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(16rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(16rem*var(--space-y-reverse)) !important
	}

	.xl\:space-x-64 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(16rem*var(--space-x-reverse)) !important;
		margin-left: calc(16rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:space-y-px > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(1px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(1px*var(--space-y-reverse)) !important
	}

	.xl\:space-x-px > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(1px*var(--space-x-reverse)) !important;
		margin-left: calc(1px*(1 - var(--space-x-reverse))) !important
	}

	.xl\:-space-y-50 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-50px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-50px*var(--space-y-reverse)) !important
	}

	.xl\:-space-x-50 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-50px*var(--space-x-reverse)) !important;
		margin-left: calc(-50px*(1 - var(--space-x-reverse))) !important
	}

	.xl\:-space-y-1 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-0.25rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-0.25rem*var(--space-y-reverse)) !important
	}

	.xl\:-space-x-1 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-0.25rem*var(--space-x-reverse)) !important;
		margin-left: calc(-0.25rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:-space-y-2 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-0.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-0.5rem*var(--space-y-reverse)) !important
	}

	.xl\:-space-x-2 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-0.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(-0.5rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:-space-y-3 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-0.75rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-0.75rem*var(--space-y-reverse)) !important
	}

	.xl\:-space-x-3 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-0.75rem*var(--space-x-reverse)) !important;
		margin-left: calc(-0.75rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:-space-y-4 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-1rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-1rem*var(--space-y-reverse)) !important
	}

	.xl\:-space-x-4 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-1rem*var(--space-x-reverse)) !important;
		margin-left: calc(-1rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:-space-y-5 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-1.25rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-1.25rem*var(--space-y-reverse)) !important
	}

	.xl\:-space-x-5 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-1.25rem*var(--space-x-reverse)) !important;
		margin-left: calc(-1.25rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:-space-y-6 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-1.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-1.5rem*var(--space-y-reverse)) !important
	}

	.xl\:-space-x-6 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-1.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(-1.5rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:-space-y-8 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-2rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-2rem*var(--space-y-reverse)) !important
	}

	.xl\:-space-x-8 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-2rem*var(--space-x-reverse)) !important;
		margin-left: calc(-2rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:-space-y-10 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-2.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-2.5rem*var(--space-y-reverse)) !important
	}

	.xl\:-space-x-10 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-2.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(-2.5rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:-space-y-12 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-3rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-3rem*var(--space-y-reverse)) !important
	}

	.xl\:-space-x-12 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-3rem*var(--space-x-reverse)) !important;
		margin-left: calc(-3rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:-space-y-16 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-4rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-4rem*var(--space-y-reverse)) !important
	}

	.xl\:-space-x-16 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-4rem*var(--space-x-reverse)) !important;
		margin-left: calc(-4rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:-space-y-20 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-5rem*var(--space-y-reverse)) !important
	}

	.xl\:-space-x-20 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-5rem*var(--space-x-reverse)) !important;
		margin-left: calc(-5rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:-space-y-24 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-6rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-6rem*var(--space-y-reverse)) !important
	}

	.xl\:-space-x-24 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-6rem*var(--space-x-reverse)) !important;
		margin-left: calc(-6rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:-space-y-32 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-8rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-8rem*var(--space-y-reverse)) !important
	}

	.xl\:-space-x-32 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-8rem*var(--space-x-reverse)) !important;
		margin-left: calc(-8rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:-space-y-40 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-10rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-10rem*var(--space-y-reverse)) !important
	}

	.xl\:-space-x-40 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-10rem*var(--space-x-reverse)) !important;
		margin-left: calc(-10rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:-space-y-48 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-12rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-12rem*var(--space-y-reverse)) !important
	}

	.xl\:-space-x-48 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-12rem*var(--space-x-reverse)) !important;
		margin-left: calc(-12rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:-space-y-56 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-14rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-14rem*var(--space-y-reverse)) !important
	}

	.xl\:-space-x-56 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-14rem*var(--space-x-reverse)) !important;
		margin-left: calc(-14rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:-space-y-64 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-16rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-16rem*var(--space-y-reverse)) !important
	}

	.xl\:-space-x-64 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-16rem*var(--space-x-reverse)) !important;
		margin-left: calc(-16rem*(1 - var(--space-x-reverse))) !important
	}

	.xl\:-space-y-px > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-1px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-1px*var(--space-y-reverse)) !important
	}

	.xl\:-space-x-px > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-1px*var(--space-x-reverse)) !important;
		margin-left: calc(-1px*(1 - var(--space-x-reverse))) !important
	}

	.xl\:-space-y--50 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(50px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(50px*var(--space-y-reverse)) !important
	}

	.xl\:-space-x--50 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(50px*var(--space-x-reverse)) !important;
		margin-left: calc(50px*(1 - var(--space-x-reverse))) !important
	}

	.xl\:space-y-reverse > :not(template) ~ :not(template) {
		--space-y-reverse: 1 !important
	}

	.xl\:space-x-reverse > :not(template) ~ :not(template) {
		--space-x-reverse: 1 !important
	}

	.xl\:divide-opacity-0 > :not(template) ~ :not(template) {
		--divide-opacity: 0 !important
	}

	.xl\:divide-opacity-25 > :not(template) ~ :not(template) {
		--divide-opacity: 0.25 !important
	}

	.xl\:divide-opacity-50 > :not(template) ~ :not(template) {
		--divide-opacity: 0.5 !important
	}

	.xl\:divide-opacity-75 > :not(template) ~ :not(template) {
		--divide-opacity: 0.75 !important
	}

	.xl\:divide-opacity-100 > :not(template) ~ :not(template) {
		--divide-opacity: 1 !important
	}

	.xl\:bg-fixed {
		background-attachment: fixed !important
	}

	.xl\:bg-local {
		background-attachment: local !important
	}

	.xl\:bg-scroll {
		background-attachment: scroll !important
	}

	.xl\:bg-clip-border {
		background-clip: border-box !important
	}

	.xl\:bg-clip-padding {
		background-clip: padding-box !important
	}

	.xl\:bg-clip-content {
		background-clip: content-box !important
	}

	.xl\:bg-clip-text {
		-webkit-background-clip: text !important;
		background-clip: text !important
	}

	.xl\:bg-666 {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.xl\:bg-transparent {
		background-color: transparent !important
	}

	.xl\:bg-current {
		background-color: currentColor !important
	}

	.xl\:bg-black-100 {
		--bg-opacity: 1 !important;
		background-color: #141d3e !important;
		background-color: rgba(20,29,62,var(--bg-opacity)) !important
	}

	.xl\:bg-black-200 {
		--bg-opacity: 1 !important;
		background-color: #212935 !important;
		background-color: rgba(33,41,53,var(--bg-opacity)) !important
	}

	.xl\:bg-black-300 {
		--bg-opacity: 1 !important;
		background-color: #323648 !important;
		background-color: rgba(50,54,72,var(--bg-opacity)) !important
	}

	.xl\:bg-white {
		--bg-opacity: 1 !important;
		background-color: #fff !important;
		background-color: rgba(255,255,255,var(--bg-opacity)) !important
	}

	.xl\:bg-gray-100 {
		--bg-opacity: 1 !important;
		background-color: #f6f6f6 !important;
		background-color: rgba(246,246,246,var(--bg-opacity)) !important
	}

	.xl\:bg-gray-200 {
		--bg-opacity: 1 !important;
		background-color: #e5e5e5 !important;
		background-color: rgba(229,229,229,var(--bg-opacity)) !important
	}

	.xl\:bg-gray-300 {
		--bg-opacity: 1 !important;
		background-color: #c4c4c4 !important;
		background-color: rgba(196,196,196,var(--bg-opacity)) !important
	}

	.xl\:bg-gray-400 {
		--bg-opacity: 1 !important;
		background-color: #aaaaad !important;
		background-color: rgba(170,170,173,var(--bg-opacity)) !important
	}

	.xl\:bg-gray-500 {
		--bg-opacity: 1 !important;
		background-color: #9fa2ac !important;
		background-color: rgba(159,162,172,var(--bg-opacity)) !important
	}

	.xl\:bg-gray-600 {
		--bg-opacity: 1 !important;
		background-color: #8f9191 !important;
		background-color: rgba(143,145,145,var(--bg-opacity)) !important
	}

	.xl\:bg-gray-700 {
		--bg-opacity: 1 !important;
		background-color: #70727f !important;
		background-color: rgba(112,114,127,var(--bg-opacity)) !important
	}

	.xl\:bg-gray-800 {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.xl\:bg-red-100 {
		--bg-opacity: 1 !important;
		background-color: #fff5f5 !important;
		background-color: rgba(255,245,245,var(--bg-opacity)) !important
	}

	.xl\:bg-red-200 {
		--bg-opacity: 1 !important;
		background-color: #fed7d7 !important;
		background-color: rgba(254,215,215,var(--bg-opacity)) !important
	}

	.xl\:bg-red-300 {
		--bg-opacity: 1 !important;
		background-color: #feb2b2 !important;
		background-color: rgba(254,178,178,var(--bg-opacity)) !important
	}

	.xl\:bg-red-400 {
		--bg-opacity: 1 !important;
		background-color: #fc8181 !important;
		background-color: rgba(252,129,129,var(--bg-opacity)) !important
	}

	.xl\:bg-red-500 {
		--bg-opacity: 1 !important;
		background-color: #f56565 !important;
		background-color: rgba(245,101,101,var(--bg-opacity)) !important
	}

	.xl\:bg-red-600 {
		--bg-opacity: 1 !important;
		background-color: #e53e3e !important;
		background-color: rgba(229,62,62,var(--bg-opacity)) !important
	}

	.xl\:bg-red-700 {
		--bg-opacity: 1 !important;
		background-color: #c53030 !important;
		background-color: rgba(197,48,48,var(--bg-opacity)) !important
	}

	.xl\:bg-red-800 {
		--bg-opacity: 1 !important;
		background-color: #9b2c2c !important;
		background-color: rgba(155,44,44,var(--bg-opacity)) !important
	}

	.xl\:bg-red-900 {
		--bg-opacity: 1 !important;
		background-color: #742a2a !important;
		background-color: rgba(116,42,42,var(--bg-opacity)) !important
	}

	.xl\:bg-orange {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.xl\:bg-yellow-100 {
		--bg-opacity: 1 !important;
		background-color: ivory !important;
		background-color: rgba(255,255,240,var(--bg-opacity)) !important
	}

	.xl\:bg-yellow-200 {
		--bg-opacity: 1 !important;
		background-color: #fefcbf !important;
		background-color: rgba(254,252,191,var(--bg-opacity)) !important
	}

	.xl\:bg-yellow-300 {
		--bg-opacity: 1 !important;
		background-color: #faf089 !important;
		background-color: rgba(250,240,137,var(--bg-opacity)) !important
	}

	.xl\:bg-yellow-400 {
		--bg-opacity: 1 !important;
		background-color: #f6e05e !important;
		background-color: rgba(246,224,94,var(--bg-opacity)) !important
	}

	.xl\:bg-yellow-500 {
		--bg-opacity: 1 !important;
		background-color: #ecc94b !important;
		background-color: rgba(236,201,75,var(--bg-opacity)) !important
	}

	.xl\:bg-yellow-600 {
		--bg-opacity: 1 !important;
		background-color: #d69e2e !important;
		background-color: rgba(214,158,46,var(--bg-opacity)) !important
	}

	.xl\:bg-yellow-700 {
		--bg-opacity: 1 !important;
		background-color: #b7791f !important;
		background-color: rgba(183,121,31,var(--bg-opacity)) !important
	}

	.xl\:bg-yellow-800 {
		--bg-opacity: 1 !important;
		background-color: #975a16 !important;
		background-color: rgba(151,90,22,var(--bg-opacity)) !important
	}

	.xl\:bg-yellow-900 {
		--bg-opacity: 1 !important;
		background-color: #744210 !important;
		background-color: rgba(116,66,16,var(--bg-opacity)) !important
	}

	.xl\:bg-green-100 {
		--bg-opacity: 1 !important;
		background-color: #f0fff4 !important;
		background-color: rgba(240,255,244,var(--bg-opacity)) !important
	}

	.xl\:bg-green-200 {
		--bg-opacity: 1 !important;
		background-color: #c6f6d5 !important;
		background-color: rgba(198,246,213,var(--bg-opacity)) !important
	}

	.xl\:bg-green-300 {
		--bg-opacity: 1 !important;
		background-color: #9ae6b4 !important;
		background-color: rgba(154,230,180,var(--bg-opacity)) !important
	}

	.xl\:bg-green-400 {
		--bg-opacity: 1 !important;
		background-color: #68d391 !important;
		background-color: rgba(104,211,145,var(--bg-opacity)) !important
	}

	.xl\:bg-green-500 {
		--bg-opacity: 1 !important;
		background-color: #48bb78 !important;
		background-color: rgba(72,187,120,var(--bg-opacity)) !important
	}

	.xl\:bg-green-600 {
		--bg-opacity: 1 !important;
		background-color: #38a169 !important;
		background-color: rgba(56,161,105,var(--bg-opacity)) !important
	}

	.xl\:bg-green-700 {
		--bg-opacity: 1 !important;
		background-color: #2f855a !important;
		background-color: rgba(47,133,90,var(--bg-opacity)) !important
	}

	.xl\:bg-green-800 {
		--bg-opacity: 1 !important;
		background-color: #276749 !important;
		background-color: rgba(39,103,73,var(--bg-opacity)) !important
	}

	.xl\:bg-green-900 {
		--bg-opacity: 1 !important;
		background-color: #22543d !important;
		background-color: rgba(34,84,61,var(--bg-opacity)) !important
	}

	.xl\:bg-teal-100 {
		--bg-opacity: 1 !important;
		background-color: #e6fffa !important;
		background-color: rgba(230,255,250,var(--bg-opacity)) !important
	}

	.xl\:bg-teal-200 {
		--bg-opacity: 1 !important;
		background-color: #b2f5ea !important;
		background-color: rgba(178,245,234,var(--bg-opacity)) !important
	}

	.xl\:bg-teal-300 {
		--bg-opacity: 1 !important;
		background-color: #81e6d9 !important;
		background-color: rgba(129,230,217,var(--bg-opacity)) !important
	}

	.xl\:bg-teal-400 {
		--bg-opacity: 1 !important;
		background-color: #4fd1c5 !important;
		background-color: rgba(79,209,197,var(--bg-opacity)) !important
	}

	.xl\:bg-teal-500 {
		--bg-opacity: 1 !important;
		background-color: #38b2ac !important;
		background-color: rgba(56,178,172,var(--bg-opacity)) !important
	}

	.xl\:bg-teal-600 {
		--bg-opacity: 1 !important;
		background-color: #319795 !important;
		background-color: rgba(49,151,149,var(--bg-opacity)) !important
	}

	.xl\:bg-teal-700 {
		--bg-opacity: 1 !important;
		background-color: #2c7a7b !important;
		background-color: rgba(44,122,123,var(--bg-opacity)) !important
	}

	.xl\:bg-teal-800 {
		--bg-opacity: 1 !important;
		background-color: #285e61 !important;
		background-color: rgba(40,94,97,var(--bg-opacity)) !important
	}

	.xl\:bg-teal-900 {
		--bg-opacity: 1 !important;
		background-color: #234e52 !important;
		background-color: rgba(35,78,82,var(--bg-opacity)) !important
	}

	.xl\:bg-blue-100 {
		--bg-opacity: 1 !important;
		background-color: #ebf8ff !important;
		background-color: rgba(235,248,255,var(--bg-opacity)) !important
	}

	.xl\:bg-blue-200 {
		--bg-opacity: 1 !important;
		background-color: #bee3f8 !important;
		background-color: rgba(190,227,248,var(--bg-opacity)) !important
	}

	.xl\:bg-blue-300 {
		--bg-opacity: 1 !important;
		background-color: #90cdf4 !important;
		background-color: rgba(144,205,244,var(--bg-opacity)) !important
	}

	.xl\:bg-blue-400 {
		--bg-opacity: 1 !important;
		background-color: #63b3ed !important;
		background-color: rgba(99,179,237,var(--bg-opacity)) !important
	}

	.xl\:bg-blue-500 {
		--bg-opacity: 1 !important;
		background-color: #4299e1 !important;
		background-color: rgba(66,153,225,var(--bg-opacity)) !important
	}

	.xl\:bg-blue-600 {
		--bg-opacity: 1 !important;
		background-color: #3182ce !important;
		background-color: rgba(49,130,206,var(--bg-opacity)) !important
	}

	.xl\:bg-blue-700 {
		--bg-opacity: 1 !important;
		background-color: #2b6cb0 !important;
		background-color: rgba(43,108,176,var(--bg-opacity)) !important
	}

	.xl\:bg-blue-800 {
		--bg-opacity: 1 !important;
		background-color: #2c5282 !important;
		background-color: rgba(44,82,130,var(--bg-opacity)) !important
	}

	.xl\:bg-blue-900 {
		--bg-opacity: 1 !important;
		background-color: #2a4365 !important;
		background-color: rgba(42,67,101,var(--bg-opacity)) !important
	}

	.xl\:bg-indigo-100 {
		--bg-opacity: 1 !important;
		background-color: #ebf4ff !important;
		background-color: rgba(235,244,255,var(--bg-opacity)) !important
	}

	.xl\:bg-indigo-200 {
		--bg-opacity: 1 !important;
		background-color: #c3dafe !important;
		background-color: rgba(195,218,254,var(--bg-opacity)) !important
	}

	.xl\:bg-indigo-300 {
		--bg-opacity: 1 !important;
		background-color: #a3bffa !important;
		background-color: rgba(163,191,250,var(--bg-opacity)) !important
	}

	.xl\:bg-indigo-400 {
		--bg-opacity: 1 !important;
		background-color: #7f9cf5 !important;
		background-color: rgba(127,156,245,var(--bg-opacity)) !important
	}

	.xl\:bg-indigo-500 {
		--bg-opacity: 1 !important;
		background-color: #667eea !important;
		background-color: rgba(102,126,234,var(--bg-opacity)) !important
	}

	.xl\:bg-indigo-600 {
		--bg-opacity: 1 !important;
		background-color: #5a67d8 !important;
		background-color: rgba(90,103,216,var(--bg-opacity)) !important
	}

	.xl\:bg-indigo-700 {
		--bg-opacity: 1 !important;
		background-color: #4c51bf !important;
		background-color: rgba(76,81,191,var(--bg-opacity)) !important
	}

	.xl\:bg-indigo-800 {
		--bg-opacity: 1 !important;
		background-color: #434190 !important;
		background-color: rgba(67,65,144,var(--bg-opacity)) !important
	}

	.xl\:bg-indigo-900 {
		--bg-opacity: 1 !important;
		background-color: #3c366b !important;
		background-color: rgba(60,54,107,var(--bg-opacity)) !important
	}

	.xl\:bg-purple-100 {
		--bg-opacity: 1 !important;
		background-color: #faf5ff !important;
		background-color: rgba(250,245,255,var(--bg-opacity)) !important
	}

	.xl\:bg-purple-200 {
		--bg-opacity: 1 !important;
		background-color: #e9d8fd !important;
		background-color: rgba(233,216,253,var(--bg-opacity)) !important
	}

	.xl\:bg-purple-300 {
		--bg-opacity: 1 !important;
		background-color: #d6bcfa !important;
		background-color: rgba(214,188,250,var(--bg-opacity)) !important
	}

	.xl\:bg-purple-400 {
		--bg-opacity: 1 !important;
		background-color: #b794f4 !important;
		background-color: rgba(183,148,244,var(--bg-opacity)) !important
	}

	.xl\:bg-purple-500 {
		--bg-opacity: 1 !important;
		background-color: #9f7aea !important;
		background-color: rgba(159,122,234,var(--bg-opacity)) !important
	}

	.xl\:bg-purple-600 {
		--bg-opacity: 1 !important;
		background-color: #805ad5 !important;
		background-color: rgba(128,90,213,var(--bg-opacity)) !important
	}

	.xl\:bg-purple-700 {
		--bg-opacity: 1 !important;
		background-color: #6b46c1 !important;
		background-color: rgba(107,70,193,var(--bg-opacity)) !important
	}

	.xl\:bg-purple-800 {
		--bg-opacity: 1 !important;
		background-color: #553c9a !important;
		background-color: rgba(85,60,154,var(--bg-opacity)) !important
	}

	.xl\:bg-purple-900 {
		--bg-opacity: 1 !important;
		background-color: #44337a !important;
		background-color: rgba(68,51,122,var(--bg-opacity)) !important
	}

	.xl\:bg-pink-100 {
		--bg-opacity: 1 !important;
		background-color: #fff5f7 !important;
		background-color: rgba(255,245,247,var(--bg-opacity)) !important
	}

	.xl\:bg-pink-200 {
		--bg-opacity: 1 !important;
		background-color: #fed7e2 !important;
		background-color: rgba(254,215,226,var(--bg-opacity)) !important
	}

	.xl\:bg-pink-300 {
		--bg-opacity: 1 !important;
		background-color: #fbb6ce !important;
		background-color: rgba(251,182,206,var(--bg-opacity)) !important
	}

	.xl\:bg-pink-400 {
		--bg-opacity: 1 !important;
		background-color: #f687b3 !important;
		background-color: rgba(246,135,179,var(--bg-opacity)) !important
	}

	.xl\:bg-pink-500 {
		--bg-opacity: 1 !important;
		background-color: #ed64a6 !important;
		background-color: rgba(237,100,166,var(--bg-opacity)) !important
	}

	.xl\:bg-pink-600 {
		--bg-opacity: 1 !important;
		background-color: #d53f8c !important;
		background-color: rgba(213,63,140,var(--bg-opacity)) !important
	}

	.xl\:bg-pink-700 {
		--bg-opacity: 1 !important;
		background-color: #b83280 !important;
		background-color: rgba(184,50,128,var(--bg-opacity)) !important
	}

	.xl\:bg-pink-800 {
		--bg-opacity: 1 !important;
		background-color: #97266d !important;
		background-color: rgba(151,38,109,var(--bg-opacity)) !important
	}

	.xl\:bg-pink-900 {
		--bg-opacity: 1 !important;
		background-color: #702459 !important;
		background-color: rgba(112,36,89,var(--bg-opacity)) !important
	}

	.xl\:bg-orange-400 {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.xl\:bg-orange-500 {
		--bg-opacity: 1 !important;
		background-color: #f54a08 !important;
		background-color: rgba(245,74,8,var(--bg-opacity)) !important
	}

	.xl\:bg-f3f {
		--bg-opacity: 1 !important;
		background-color: #f3f3f3 !important;
		background-color: rgba(243,243,243,var(--bg-opacity)) !important
	}

	.xl\:bg-primary {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.xl\:bg-primary-100 {
		background-color: rgba(238,87,35,.9) !important
	}

	.xl\:hover\:bg-666:hover {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-transparent:hover {
		background-color: transparent !important
	}

	.xl\:hover\:bg-current:hover {
		background-color: currentColor !important
	}

	.xl\:hover\:bg-black-100:hover {
		--bg-opacity: 1 !important;
		background-color: #141d3e !important;
		background-color: rgba(20,29,62,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-black-200:hover {
		--bg-opacity: 1 !important;
		background-color: #212935 !important;
		background-color: rgba(33,41,53,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-black-300:hover {
		--bg-opacity: 1 !important;
		background-color: #323648 !important;
		background-color: rgba(50,54,72,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-white:hover {
		--bg-opacity: 1 !important;
		background-color: #fff !important;
		background-color: rgba(255,255,255,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-gray-100:hover {
		--bg-opacity: 1 !important;
		background-color: #f6f6f6 !important;
		background-color: rgba(246,246,246,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-gray-200:hover {
		--bg-opacity: 1 !important;
		background-color: #e5e5e5 !important;
		background-color: rgba(229,229,229,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-gray-300:hover {
		--bg-opacity: 1 !important;
		background-color: #c4c4c4 !important;
		background-color: rgba(196,196,196,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-gray-400:hover {
		--bg-opacity: 1 !important;
		background-color: #aaaaad !important;
		background-color: rgba(170,170,173,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-gray-500:hover {
		--bg-opacity: 1 !important;
		background-color: #9fa2ac !important;
		background-color: rgba(159,162,172,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-gray-600:hover {
		--bg-opacity: 1 !important;
		background-color: #8f9191 !important;
		background-color: rgba(143,145,145,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-gray-700:hover {
		--bg-opacity: 1 !important;
		background-color: #70727f !important;
		background-color: rgba(112,114,127,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-gray-800:hover {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-red-100:hover {
		--bg-opacity: 1 !important;
		background-color: #fff5f5 !important;
		background-color: rgba(255,245,245,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-red-200:hover {
		--bg-opacity: 1 !important;
		background-color: #fed7d7 !important;
		background-color: rgba(254,215,215,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-red-300:hover {
		--bg-opacity: 1 !important;
		background-color: #feb2b2 !important;
		background-color: rgba(254,178,178,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-red-400:hover {
		--bg-opacity: 1 !important;
		background-color: #fc8181 !important;
		background-color: rgba(252,129,129,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-red-500:hover {
		--bg-opacity: 1 !important;
		background-color: #f56565 !important;
		background-color: rgba(245,101,101,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-red-600:hover {
		--bg-opacity: 1 !important;
		background-color: #e53e3e !important;
		background-color: rgba(229,62,62,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-red-700:hover {
		--bg-opacity: 1 !important;
		background-color: #c53030 !important;
		background-color: rgba(197,48,48,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-red-800:hover {
		--bg-opacity: 1 !important;
		background-color: #9b2c2c !important;
		background-color: rgba(155,44,44,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-red-900:hover {
		--bg-opacity: 1 !important;
		background-color: #742a2a !important;
		background-color: rgba(116,42,42,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-orange:hover {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-yellow-100:hover {
		--bg-opacity: 1 !important;
		background-color: ivory !important;
		background-color: rgba(255,255,240,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-yellow-200:hover {
		--bg-opacity: 1 !important;
		background-color: #fefcbf !important;
		background-color: rgba(254,252,191,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-yellow-300:hover {
		--bg-opacity: 1 !important;
		background-color: #faf089 !important;
		background-color: rgba(250,240,137,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-yellow-400:hover {
		--bg-opacity: 1 !important;
		background-color: #f6e05e !important;
		background-color: rgba(246,224,94,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-yellow-500:hover {
		--bg-opacity: 1 !important;
		background-color: #ecc94b !important;
		background-color: rgba(236,201,75,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-yellow-600:hover {
		--bg-opacity: 1 !important;
		background-color: #d69e2e !important;
		background-color: rgba(214,158,46,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-yellow-700:hover {
		--bg-opacity: 1 !important;
		background-color: #b7791f !important;
		background-color: rgba(183,121,31,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-yellow-800:hover {
		--bg-opacity: 1 !important;
		background-color: #975a16 !important;
		background-color: rgba(151,90,22,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-yellow-900:hover {
		--bg-opacity: 1 !important;
		background-color: #744210 !important;
		background-color: rgba(116,66,16,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-green-100:hover {
		--bg-opacity: 1 !important;
		background-color: #f0fff4 !important;
		background-color: rgba(240,255,244,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-green-200:hover {
		--bg-opacity: 1 !important;
		background-color: #c6f6d5 !important;
		background-color: rgba(198,246,213,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-green-300:hover {
		--bg-opacity: 1 !important;
		background-color: #9ae6b4 !important;
		background-color: rgba(154,230,180,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-green-400:hover {
		--bg-opacity: 1 !important;
		background-color: #68d391 !important;
		background-color: rgba(104,211,145,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-green-500:hover {
		--bg-opacity: 1 !important;
		background-color: #48bb78 !important;
		background-color: rgba(72,187,120,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-green-600:hover {
		--bg-opacity: 1 !important;
		background-color: #38a169 !important;
		background-color: rgba(56,161,105,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-green-700:hover {
		--bg-opacity: 1 !important;
		background-color: #2f855a !important;
		background-color: rgba(47,133,90,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-green-800:hover {
		--bg-opacity: 1 !important;
		background-color: #276749 !important;
		background-color: rgba(39,103,73,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-green-900:hover {
		--bg-opacity: 1 !important;
		background-color: #22543d !important;
		background-color: rgba(34,84,61,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-teal-100:hover {
		--bg-opacity: 1 !important;
		background-color: #e6fffa !important;
		background-color: rgba(230,255,250,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-teal-200:hover {
		--bg-opacity: 1 !important;
		background-color: #b2f5ea !important;
		background-color: rgba(178,245,234,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-teal-300:hover {
		--bg-opacity: 1 !important;
		background-color: #81e6d9 !important;
		background-color: rgba(129,230,217,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-teal-400:hover {
		--bg-opacity: 1 !important;
		background-color: #4fd1c5 !important;
		background-color: rgba(79,209,197,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-teal-500:hover {
		--bg-opacity: 1 !important;
		background-color: #38b2ac !important;
		background-color: rgba(56,178,172,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-teal-600:hover {
		--bg-opacity: 1 !important;
		background-color: #319795 !important;
		background-color: rgba(49,151,149,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-teal-700:hover {
		--bg-opacity: 1 !important;
		background-color: #2c7a7b !important;
		background-color: rgba(44,122,123,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-teal-800:hover {
		--bg-opacity: 1 !important;
		background-color: #285e61 !important;
		background-color: rgba(40,94,97,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-teal-900:hover {
		--bg-opacity: 1 !important;
		background-color: #234e52 !important;
		background-color: rgba(35,78,82,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-blue-100:hover {
		--bg-opacity: 1 !important;
		background-color: #ebf8ff !important;
		background-color: rgba(235,248,255,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-blue-200:hover {
		--bg-opacity: 1 !important;
		background-color: #bee3f8 !important;
		background-color: rgba(190,227,248,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-blue-300:hover {
		--bg-opacity: 1 !important;
		background-color: #90cdf4 !important;
		background-color: rgba(144,205,244,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-blue-400:hover {
		--bg-opacity: 1 !important;
		background-color: #63b3ed !important;
		background-color: rgba(99,179,237,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-blue-500:hover {
		--bg-opacity: 1 !important;
		background-color: #4299e1 !important;
		background-color: rgba(66,153,225,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-blue-600:hover {
		--bg-opacity: 1 !important;
		background-color: #3182ce !important;
		background-color: rgba(49,130,206,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-blue-700:hover {
		--bg-opacity: 1 !important;
		background-color: #2b6cb0 !important;
		background-color: rgba(43,108,176,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-blue-800:hover {
		--bg-opacity: 1 !important;
		background-color: #2c5282 !important;
		background-color: rgba(44,82,130,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-blue-900:hover {
		--bg-opacity: 1 !important;
		background-color: #2a4365 !important;
		background-color: rgba(42,67,101,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-indigo-100:hover {
		--bg-opacity: 1 !important;
		background-color: #ebf4ff !important;
		background-color: rgba(235,244,255,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-indigo-200:hover {
		--bg-opacity: 1 !important;
		background-color: #c3dafe !important;
		background-color: rgba(195,218,254,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-indigo-300:hover {
		--bg-opacity: 1 !important;
		background-color: #a3bffa !important;
		background-color: rgba(163,191,250,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-indigo-400:hover {
		--bg-opacity: 1 !important;
		background-color: #7f9cf5 !important;
		background-color: rgba(127,156,245,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-indigo-500:hover {
		--bg-opacity: 1 !important;
		background-color: #667eea !important;
		background-color: rgba(102,126,234,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-indigo-600:hover {
		--bg-opacity: 1 !important;
		background-color: #5a67d8 !important;
		background-color: rgba(90,103,216,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-indigo-700:hover {
		--bg-opacity: 1 !important;
		background-color: #4c51bf !important;
		background-color: rgba(76,81,191,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-indigo-800:hover {
		--bg-opacity: 1 !important;
		background-color: #434190 !important;
		background-color: rgba(67,65,144,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-indigo-900:hover {
		--bg-opacity: 1 !important;
		background-color: #3c366b !important;
		background-color: rgba(60,54,107,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-purple-100:hover {
		--bg-opacity: 1 !important;
		background-color: #faf5ff !important;
		background-color: rgba(250,245,255,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-purple-200:hover {
		--bg-opacity: 1 !important;
		background-color: #e9d8fd !important;
		background-color: rgba(233,216,253,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-purple-300:hover {
		--bg-opacity: 1 !important;
		background-color: #d6bcfa !important;
		background-color: rgba(214,188,250,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-purple-400:hover {
		--bg-opacity: 1 !important;
		background-color: #b794f4 !important;
		background-color: rgba(183,148,244,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-purple-500:hover {
		--bg-opacity: 1 !important;
		background-color: #9f7aea !important;
		background-color: rgba(159,122,234,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-purple-600:hover {
		--bg-opacity: 1 !important;
		background-color: #805ad5 !important;
		background-color: rgba(128,90,213,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-purple-700:hover {
		--bg-opacity: 1 !important;
		background-color: #6b46c1 !important;
		background-color: rgba(107,70,193,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-purple-800:hover {
		--bg-opacity: 1 !important;
		background-color: #553c9a !important;
		background-color: rgba(85,60,154,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-purple-900:hover {
		--bg-opacity: 1 !important;
		background-color: #44337a !important;
		background-color: rgba(68,51,122,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-pink-100:hover {
		--bg-opacity: 1 !important;
		background-color: #fff5f7 !important;
		background-color: rgba(255,245,247,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-pink-200:hover {
		--bg-opacity: 1 !important;
		background-color: #fed7e2 !important;
		background-color: rgba(254,215,226,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-pink-300:hover {
		--bg-opacity: 1 !important;
		background-color: #fbb6ce !important;
		background-color: rgba(251,182,206,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-pink-400:hover {
		--bg-opacity: 1 !important;
		background-color: #f687b3 !important;
		background-color: rgba(246,135,179,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-pink-500:hover {
		--bg-opacity: 1 !important;
		background-color: #ed64a6 !important;
		background-color: rgba(237,100,166,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-pink-600:hover {
		--bg-opacity: 1 !important;
		background-color: #d53f8c !important;
		background-color: rgba(213,63,140,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-pink-700:hover {
		--bg-opacity: 1 !important;
		background-color: #b83280 !important;
		background-color: rgba(184,50,128,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-pink-800:hover {
		--bg-opacity: 1 !important;
		background-color: #97266d !important;
		background-color: rgba(151,38,109,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-pink-900:hover {
		--bg-opacity: 1 !important;
		background-color: #702459 !important;
		background-color: rgba(112,36,89,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-orange-400:hover {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-orange-500:hover {
		--bg-opacity: 1 !important;
		background-color: #f54a08 !important;
		background-color: rgba(245,74,8,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-f3f:hover {
		--bg-opacity: 1 !important;
		background-color: #f3f3f3 !important;
		background-color: rgba(243,243,243,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-primary:hover {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.xl\:hover\:bg-primary-100:hover {
		background-color: rgba(238,87,35,.9) !important
	}

	.xl\:focus\:bg-666:focus {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-transparent:focus {
		background-color: transparent !important
	}

	.xl\:focus\:bg-current:focus {
		background-color: currentColor !important
	}

	.xl\:focus\:bg-black-100:focus {
		--bg-opacity: 1 !important;
		background-color: #141d3e !important;
		background-color: rgba(20,29,62,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-black-200:focus {
		--bg-opacity: 1 !important;
		background-color: #212935 !important;
		background-color: rgba(33,41,53,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-black-300:focus {
		--bg-opacity: 1 !important;
		background-color: #323648 !important;
		background-color: rgba(50,54,72,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-white:focus {
		--bg-opacity: 1 !important;
		background-color: #fff !important;
		background-color: rgba(255,255,255,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-gray-100:focus {
		--bg-opacity: 1 !important;
		background-color: #f6f6f6 !important;
		background-color: rgba(246,246,246,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-gray-200:focus {
		--bg-opacity: 1 !important;
		background-color: #e5e5e5 !important;
		background-color: rgba(229,229,229,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-gray-300:focus {
		--bg-opacity: 1 !important;
		background-color: #c4c4c4 !important;
		background-color: rgba(196,196,196,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-gray-400:focus {
		--bg-opacity: 1 !important;
		background-color: #aaaaad !important;
		background-color: rgba(170,170,173,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-gray-500:focus {
		--bg-opacity: 1 !important;
		background-color: #9fa2ac !important;
		background-color: rgba(159,162,172,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-gray-600:focus {
		--bg-opacity: 1 !important;
		background-color: #8f9191 !important;
		background-color: rgba(143,145,145,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-gray-700:focus {
		--bg-opacity: 1 !important;
		background-color: #70727f !important;
		background-color: rgba(112,114,127,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-gray-800:focus {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-red-100:focus {
		--bg-opacity: 1 !important;
		background-color: #fff5f5 !important;
		background-color: rgba(255,245,245,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-red-200:focus {
		--bg-opacity: 1 !important;
		background-color: #fed7d7 !important;
		background-color: rgba(254,215,215,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-red-300:focus {
		--bg-opacity: 1 !important;
		background-color: #feb2b2 !important;
		background-color: rgba(254,178,178,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-red-400:focus {
		--bg-opacity: 1 !important;
		background-color: #fc8181 !important;
		background-color: rgba(252,129,129,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-red-500:focus {
		--bg-opacity: 1 !important;
		background-color: #f56565 !important;
		background-color: rgba(245,101,101,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-red-600:focus {
		--bg-opacity: 1 !important;
		background-color: #e53e3e !important;
		background-color: rgba(229,62,62,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-red-700:focus {
		--bg-opacity: 1 !important;
		background-color: #c53030 !important;
		background-color: rgba(197,48,48,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-red-800:focus {
		--bg-opacity: 1 !important;
		background-color: #9b2c2c !important;
		background-color: rgba(155,44,44,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-red-900:focus {
		--bg-opacity: 1 !important;
		background-color: #742a2a !important;
		background-color: rgba(116,42,42,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-orange:focus {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-yellow-100:focus {
		--bg-opacity: 1 !important;
		background-color: ivory !important;
		background-color: rgba(255,255,240,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-yellow-200:focus {
		--bg-opacity: 1 !important;
		background-color: #fefcbf !important;
		background-color: rgba(254,252,191,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-yellow-300:focus {
		--bg-opacity: 1 !important;
		background-color: #faf089 !important;
		background-color: rgba(250,240,137,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-yellow-400:focus {
		--bg-opacity: 1 !important;
		background-color: #f6e05e !important;
		background-color: rgba(246,224,94,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-yellow-500:focus {
		--bg-opacity: 1 !important;
		background-color: #ecc94b !important;
		background-color: rgba(236,201,75,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-yellow-600:focus {
		--bg-opacity: 1 !important;
		background-color: #d69e2e !important;
		background-color: rgba(214,158,46,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-yellow-700:focus {
		--bg-opacity: 1 !important;
		background-color: #b7791f !important;
		background-color: rgba(183,121,31,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-yellow-800:focus {
		--bg-opacity: 1 !important;
		background-color: #975a16 !important;
		background-color: rgba(151,90,22,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-yellow-900:focus {
		--bg-opacity: 1 !important;
		background-color: #744210 !important;
		background-color: rgba(116,66,16,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-green-100:focus {
		--bg-opacity: 1 !important;
		background-color: #f0fff4 !important;
		background-color: rgba(240,255,244,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-green-200:focus {
		--bg-opacity: 1 !important;
		background-color: #c6f6d5 !important;
		background-color: rgba(198,246,213,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-green-300:focus {
		--bg-opacity: 1 !important;
		background-color: #9ae6b4 !important;
		background-color: rgba(154,230,180,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-green-400:focus {
		--bg-opacity: 1 !important;
		background-color: #68d391 !important;
		background-color: rgba(104,211,145,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-green-500:focus {
		--bg-opacity: 1 !important;
		background-color: #48bb78 !important;
		background-color: rgba(72,187,120,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-green-600:focus {
		--bg-opacity: 1 !important;
		background-color: #38a169 !important;
		background-color: rgba(56,161,105,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-green-700:focus {
		--bg-opacity: 1 !important;
		background-color: #2f855a !important;
		background-color: rgba(47,133,90,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-green-800:focus {
		--bg-opacity: 1 !important;
		background-color: #276749 !important;
		background-color: rgba(39,103,73,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-green-900:focus {
		--bg-opacity: 1 !important;
		background-color: #22543d !important;
		background-color: rgba(34,84,61,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-teal-100:focus {
		--bg-opacity: 1 !important;
		background-color: #e6fffa !important;
		background-color: rgba(230,255,250,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-teal-200:focus {
		--bg-opacity: 1 !important;
		background-color: #b2f5ea !important;
		background-color: rgba(178,245,234,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-teal-300:focus {
		--bg-opacity: 1 !important;
		background-color: #81e6d9 !important;
		background-color: rgba(129,230,217,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-teal-400:focus {
		--bg-opacity: 1 !important;
		background-color: #4fd1c5 !important;
		background-color: rgba(79,209,197,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-teal-500:focus {
		--bg-opacity: 1 !important;
		background-color: #38b2ac !important;
		background-color: rgba(56,178,172,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-teal-600:focus {
		--bg-opacity: 1 !important;
		background-color: #319795 !important;
		background-color: rgba(49,151,149,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-teal-700:focus {
		--bg-opacity: 1 !important;
		background-color: #2c7a7b !important;
		background-color: rgba(44,122,123,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-teal-800:focus {
		--bg-opacity: 1 !important;
		background-color: #285e61 !important;
		background-color: rgba(40,94,97,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-teal-900:focus {
		--bg-opacity: 1 !important;
		background-color: #234e52 !important;
		background-color: rgba(35,78,82,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-blue-100:focus {
		--bg-opacity: 1 !important;
		background-color: #ebf8ff !important;
		background-color: rgba(235,248,255,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-blue-200:focus {
		--bg-opacity: 1 !important;
		background-color: #bee3f8 !important;
		background-color: rgba(190,227,248,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-blue-300:focus {
		--bg-opacity: 1 !important;
		background-color: #90cdf4 !important;
		background-color: rgba(144,205,244,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-blue-400:focus {
		--bg-opacity: 1 !important;
		background-color: #63b3ed !important;
		background-color: rgba(99,179,237,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-blue-500:focus {
		--bg-opacity: 1 !important;
		background-color: #4299e1 !important;
		background-color: rgba(66,153,225,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-blue-600:focus {
		--bg-opacity: 1 !important;
		background-color: #3182ce !important;
		background-color: rgba(49,130,206,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-blue-700:focus {
		--bg-opacity: 1 !important;
		background-color: #2b6cb0 !important;
		background-color: rgba(43,108,176,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-blue-800:focus {
		--bg-opacity: 1 !important;
		background-color: #2c5282 !important;
		background-color: rgba(44,82,130,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-blue-900:focus {
		--bg-opacity: 1 !important;
		background-color: #2a4365 !important;
		background-color: rgba(42,67,101,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-indigo-100:focus {
		--bg-opacity: 1 !important;
		background-color: #ebf4ff !important;
		background-color: rgba(235,244,255,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-indigo-200:focus {
		--bg-opacity: 1 !important;
		background-color: #c3dafe !important;
		background-color: rgba(195,218,254,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-indigo-300:focus {
		--bg-opacity: 1 !important;
		background-color: #a3bffa !important;
		background-color: rgba(163,191,250,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-indigo-400:focus {
		--bg-opacity: 1 !important;
		background-color: #7f9cf5 !important;
		background-color: rgba(127,156,245,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-indigo-500:focus {
		--bg-opacity: 1 !important;
		background-color: #667eea !important;
		background-color: rgba(102,126,234,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-indigo-600:focus {
		--bg-opacity: 1 !important;
		background-color: #5a67d8 !important;
		background-color: rgba(90,103,216,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-indigo-700:focus {
		--bg-opacity: 1 !important;
		background-color: #4c51bf !important;
		background-color: rgba(76,81,191,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-indigo-800:focus {
		--bg-opacity: 1 !important;
		background-color: #434190 !important;
		background-color: rgba(67,65,144,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-indigo-900:focus {
		--bg-opacity: 1 !important;
		background-color: #3c366b !important;
		background-color: rgba(60,54,107,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-purple-100:focus {
		--bg-opacity: 1 !important;
		background-color: #faf5ff !important;
		background-color: rgba(250,245,255,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-purple-200:focus {
		--bg-opacity: 1 !important;
		background-color: #e9d8fd !important;
		background-color: rgba(233,216,253,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-purple-300:focus {
		--bg-opacity: 1 !important;
		background-color: #d6bcfa !important;
		background-color: rgba(214,188,250,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-purple-400:focus {
		--bg-opacity: 1 !important;
		background-color: #b794f4 !important;
		background-color: rgba(183,148,244,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-purple-500:focus {
		--bg-opacity: 1 !important;
		background-color: #9f7aea !important;
		background-color: rgba(159,122,234,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-purple-600:focus {
		--bg-opacity: 1 !important;
		background-color: #805ad5 !important;
		background-color: rgba(128,90,213,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-purple-700:focus {
		--bg-opacity: 1 !important;
		background-color: #6b46c1 !important;
		background-color: rgba(107,70,193,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-purple-800:focus {
		--bg-opacity: 1 !important;
		background-color: #553c9a !important;
		background-color: rgba(85,60,154,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-purple-900:focus {
		--bg-opacity: 1 !important;
		background-color: #44337a !important;
		background-color: rgba(68,51,122,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-pink-100:focus {
		--bg-opacity: 1 !important;
		background-color: #fff5f7 !important;
		background-color: rgba(255,245,247,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-pink-200:focus {
		--bg-opacity: 1 !important;
		background-color: #fed7e2 !important;
		background-color: rgba(254,215,226,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-pink-300:focus {
		--bg-opacity: 1 !important;
		background-color: #fbb6ce !important;
		background-color: rgba(251,182,206,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-pink-400:focus {
		--bg-opacity: 1 !important;
		background-color: #f687b3 !important;
		background-color: rgba(246,135,179,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-pink-500:focus {
		--bg-opacity: 1 !important;
		background-color: #ed64a6 !important;
		background-color: rgba(237,100,166,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-pink-600:focus {
		--bg-opacity: 1 !important;
		background-color: #d53f8c !important;
		background-color: rgba(213,63,140,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-pink-700:focus {
		--bg-opacity: 1 !important;
		background-color: #b83280 !important;
		background-color: rgba(184,50,128,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-pink-800:focus {
		--bg-opacity: 1 !important;
		background-color: #97266d !important;
		background-color: rgba(151,38,109,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-pink-900:focus {
		--bg-opacity: 1 !important;
		background-color: #702459 !important;
		background-color: rgba(112,36,89,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-orange-400:focus {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-orange-500:focus {
		--bg-opacity: 1 !important;
		background-color: #f54a08 !important;
		background-color: rgba(245,74,8,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-f3f:focus {
		--bg-opacity: 1 !important;
		background-color: #f3f3f3 !important;
		background-color: rgba(243,243,243,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-primary:focus {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.xl\:focus\:bg-primary-100:focus {
		background-color: rgba(238,87,35,.9) !important
	}

	.xl\:bg-none {
		background-image: none !important
	}

	.xl\:bg-gradient-to-t {
		background-image: linear-gradient(0deg,var(--gradient-color-stops)) !important
	}

	.xl\:bg-gradient-to-tr {
		background-image: linear-gradient(to top right,var(--gradient-color-stops)) !important
	}

	.xl\:bg-gradient-to-r {
		background-image: linear-gradient(90deg,var(--gradient-color-stops)) !important
	}

	.xl\:bg-gradient-to-br {
		background-image: linear-gradient(to bottom right,var(--gradient-color-stops)) !important
	}

	.xl\:bg-gradient-to-b {
		background-image: linear-gradient(180deg,var(--gradient-color-stops)) !important
	}

	.xl\:bg-gradient-to-bl {
		background-image: linear-gradient(to bottom left,var(--gradient-color-stops)) !important
	}

	.xl\:bg-gradient-to-l {
		background-image: linear-gradient(270deg,var(--gradient-color-stops)) !important
	}

	.xl\:bg-gradient-to-tl {
		background-image: linear-gradient(to top left,var(--gradient-color-stops)) !important
	}

	.xl\:bg-opacity-0 {
		--bg-opacity: 0 !important
	}

	.xl\:bg-opacity-25 {
		--bg-opacity: 0.25 !important
	}

	.xl\:bg-opacity-50 {
		--bg-opacity: 0.5 !important
	}

	.xl\:bg-opacity-75 {
		--bg-opacity: 0.75 !important
	}

	.xl\:bg-opacity-100 {
		--bg-opacity: 1 !important
	}

	.xl\:hover\:bg-opacity-0:hover {
		--bg-opacity: 0 !important
	}

	.xl\:hover\:bg-opacity-25:hover {
		--bg-opacity: 0.25 !important
	}

	.xl\:hover\:bg-opacity-50:hover {
		--bg-opacity: 0.5 !important
	}

	.xl\:hover\:bg-opacity-75:hover {
		--bg-opacity: 0.75 !important
	}

	.xl\:hover\:bg-opacity-100:hover {
		--bg-opacity: 1 !important
	}

	.xl\:focus\:bg-opacity-0:focus {
		--bg-opacity: 0 !important
	}

	.xl\:focus\:bg-opacity-25:focus {
		--bg-opacity: 0.25 !important
	}

	.xl\:focus\:bg-opacity-50:focus {
		--bg-opacity: 0.5 !important
	}

	.xl\:focus\:bg-opacity-75:focus {
		--bg-opacity: 0.75 !important
	}

	.xl\:focus\:bg-opacity-100:focus {
		--bg-opacity: 1 !important
	}

	.xl\:bg-bottom {
		background-position: bottom !important
	}

	.xl\:bg-center {
		background-position: 50% !important
	}

	.xl\:bg-left {
		background-position: 0 !important
	}

	.xl\:bg-left-bottom {
		background-position: 0 100% !important
	}

	.xl\:bg-left-top {
		background-position: 0 0 !important
	}

	.xl\:bg-right {
		background-position: 100% !important
	}

	.xl\:bg-right-bottom {
		background-position: 100% 100% !important
	}

	.xl\:bg-right-top {
		background-position: 100% 0 !important
	}

	.xl\:bg-top {
		background-position: top !important
	}

	.xl\:bg-repeat {
		background-repeat: repeat !important
	}

	.xl\:bg-no-repeat {
		background-repeat: no-repeat !important
	}

	.xl\:bg-repeat-x {
		background-repeat: repeat-x !important
	}

	.xl\:bg-repeat-y {
		background-repeat: repeat-y !important
	}

	.xl\:bg-repeat-round {
		background-repeat: round !important
	}

	.xl\:bg-repeat-space {
		background-repeat: space !important
	}

	.xl\:bg-auto {
		background-size: auto !important
	}

	.xl\:bg-cover {
		background-size: cover !important
	}

	.xl\:bg-contain {
		background-size: contain !important
	}

	.xl\:border-collapse {
		border-collapse: collapse !important
	}

	.xl\:border-separate {
		border-collapse: separate !important
	}

	.xl\:border-666 {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.xl\:border-transparent {
		border-color: transparent !important
	}

	.xl\:border-current {
		border-color: currentColor !important
	}

	.xl\:border-black-100 {
		--border-opacity: 1 !important;
		border-color: #141d3e !important;
		border-color: rgba(20,29,62,var(--border-opacity)) !important
	}

	.xl\:border-black-200 {
		--border-opacity: 1 !important;
		border-color: #212935 !important;
		border-color: rgba(33,41,53,var(--border-opacity)) !important
	}

	.xl\:border-black-300 {
		--border-opacity: 1 !important;
		border-color: #323648 !important;
		border-color: rgba(50,54,72,var(--border-opacity)) !important
	}

	.xl\:border-white {
		--border-opacity: 1 !important;
		border-color: #fff !important;
		border-color: rgba(255,255,255,var(--border-opacity)) !important
	}

	.xl\:border-gray-100 {
		--border-opacity: 1 !important;
		border-color: #f6f6f6 !important;
		border-color: rgba(246,246,246,var(--border-opacity)) !important
	}

	.xl\:border-gray-200 {
		--border-opacity: 1 !important;
		border-color: #e5e5e5 !important;
		border-color: rgba(229,229,229,var(--border-opacity)) !important
	}

	.xl\:border-gray-300 {
		--border-opacity: 1 !important;
		border-color: #c4c4c4 !important;
		border-color: rgba(196,196,196,var(--border-opacity)) !important
	}

	.xl\:border-gray-400 {
		--border-opacity: 1 !important;
		border-color: #aaaaad !important;
		border-color: rgba(170,170,173,var(--border-opacity)) !important
	}

	.xl\:border-gray-500 {
		--border-opacity: 1 !important;
		border-color: #9fa2ac !important;
		border-color: rgba(159,162,172,var(--border-opacity)) !important
	}

	.xl\:border-gray-600 {
		--border-opacity: 1 !important;
		border-color: #8f9191 !important;
		border-color: rgba(143,145,145,var(--border-opacity)) !important
	}

	.xl\:border-gray-700 {
		--border-opacity: 1 !important;
		border-color: #70727f !important;
		border-color: rgba(112,114,127,var(--border-opacity)) !important
	}

	.xl\:border-gray-800 {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.xl\:border-red-100 {
		--border-opacity: 1 !important;
		border-color: #fff5f5 !important;
		border-color: rgba(255,245,245,var(--border-opacity)) !important
	}

	.xl\:border-red-200 {
		--border-opacity: 1 !important;
		border-color: #fed7d7 !important;
		border-color: rgba(254,215,215,var(--border-opacity)) !important
	}

	.xl\:border-red-300 {
		--border-opacity: 1 !important;
		border-color: #feb2b2 !important;
		border-color: rgba(254,178,178,var(--border-opacity)) !important
	}

	.xl\:border-red-400 {
		--border-opacity: 1 !important;
		border-color: #fc8181 !important;
		border-color: rgba(252,129,129,var(--border-opacity)) !important
	}

	.xl\:border-red-500 {
		--border-opacity: 1 !important;
		border-color: #f56565 !important;
		border-color: rgba(245,101,101,var(--border-opacity)) !important
	}

	.xl\:border-red-600 {
		--border-opacity: 1 !important;
		border-color: #e53e3e !important;
		border-color: rgba(229,62,62,var(--border-opacity)) !important
	}

	.xl\:border-red-700 {
		--border-opacity: 1 !important;
		border-color: #c53030 !important;
		border-color: rgba(197,48,48,var(--border-opacity)) !important
	}

	.xl\:border-red-800 {
		--border-opacity: 1 !important;
		border-color: #9b2c2c !important;
		border-color: rgba(155,44,44,var(--border-opacity)) !important
	}

	.xl\:border-red-900 {
		--border-opacity: 1 !important;
		border-color: #742a2a !important;
		border-color: rgba(116,42,42,var(--border-opacity)) !important
	}

	.xl\:border-orange {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.xl\:border-yellow-100 {
		--border-opacity: 1 !important;
		border-color: ivory !important;
		border-color: rgba(255,255,240,var(--border-opacity)) !important
	}

	.xl\:border-yellow-200 {
		--border-opacity: 1 !important;
		border-color: #fefcbf !important;
		border-color: rgba(254,252,191,var(--border-opacity)) !important
	}

	.xl\:border-yellow-300 {
		--border-opacity: 1 !important;
		border-color: #faf089 !important;
		border-color: rgba(250,240,137,var(--border-opacity)) !important
	}

	.xl\:border-yellow-400 {
		--border-opacity: 1 !important;
		border-color: #f6e05e !important;
		border-color: rgba(246,224,94,var(--border-opacity)) !important
	}

	.xl\:border-yellow-500 {
		--border-opacity: 1 !important;
		border-color: #ecc94b !important;
		border-color: rgba(236,201,75,var(--border-opacity)) !important
	}

	.xl\:border-yellow-600 {
		--border-opacity: 1 !important;
		border-color: #d69e2e !important;
		border-color: rgba(214,158,46,var(--border-opacity)) !important
	}

	.xl\:border-yellow-700 {
		--border-opacity: 1 !important;
		border-color: #b7791f !important;
		border-color: rgba(183,121,31,var(--border-opacity)) !important
	}

	.xl\:border-yellow-800 {
		--border-opacity: 1 !important;
		border-color: #975a16 !important;
		border-color: rgba(151,90,22,var(--border-opacity)) !important
	}

	.xl\:border-yellow-900 {
		--border-opacity: 1 !important;
		border-color: #744210 !important;
		border-color: rgba(116,66,16,var(--border-opacity)) !important
	}

	.xl\:border-green-100 {
		--border-opacity: 1 !important;
		border-color: #f0fff4 !important;
		border-color: rgba(240,255,244,var(--border-opacity)) !important
	}

	.xl\:border-green-200 {
		--border-opacity: 1 !important;
		border-color: #c6f6d5 !important;
		border-color: rgba(198,246,213,var(--border-opacity)) !important
	}

	.xl\:border-green-300 {
		--border-opacity: 1 !important;
		border-color: #9ae6b4 !important;
		border-color: rgba(154,230,180,var(--border-opacity)) !important
	}

	.xl\:border-green-400 {
		--border-opacity: 1 !important;
		border-color: #68d391 !important;
		border-color: rgba(104,211,145,var(--border-opacity)) !important
	}

	.xl\:border-green-500 {
		--border-opacity: 1 !important;
		border-color: #48bb78 !important;
		border-color: rgba(72,187,120,var(--border-opacity)) !important
	}

	.xl\:border-green-600 {
		--border-opacity: 1 !important;
		border-color: #38a169 !important;
		border-color: rgba(56,161,105,var(--border-opacity)) !important
	}

	.xl\:border-green-700 {
		--border-opacity: 1 !important;
		border-color: #2f855a !important;
		border-color: rgba(47,133,90,var(--border-opacity)) !important
	}

	.xl\:border-green-800 {
		--border-opacity: 1 !important;
		border-color: #276749 !important;
		border-color: rgba(39,103,73,var(--border-opacity)) !important
	}

	.xl\:border-green-900 {
		--border-opacity: 1 !important;
		border-color: #22543d !important;
		border-color: rgba(34,84,61,var(--border-opacity)) !important
	}

	.xl\:border-teal-100 {
		--border-opacity: 1 !important;
		border-color: #e6fffa !important;
		border-color: rgba(230,255,250,var(--border-opacity)) !important
	}

	.xl\:border-teal-200 {
		--border-opacity: 1 !important;
		border-color: #b2f5ea !important;
		border-color: rgba(178,245,234,var(--border-opacity)) !important
	}

	.xl\:border-teal-300 {
		--border-opacity: 1 !important;
		border-color: #81e6d9 !important;
		border-color: rgba(129,230,217,var(--border-opacity)) !important
	}

	.xl\:border-teal-400 {
		--border-opacity: 1 !important;
		border-color: #4fd1c5 !important;
		border-color: rgba(79,209,197,var(--border-opacity)) !important
	}

	.xl\:border-teal-500 {
		--border-opacity: 1 !important;
		border-color: #38b2ac !important;
		border-color: rgba(56,178,172,var(--border-opacity)) !important
	}

	.xl\:border-teal-600 {
		--border-opacity: 1 !important;
		border-color: #319795 !important;
		border-color: rgba(49,151,149,var(--border-opacity)) !important
	}

	.xl\:border-teal-700 {
		--border-opacity: 1 !important;
		border-color: #2c7a7b !important;
		border-color: rgba(44,122,123,var(--border-opacity)) !important
	}

	.xl\:border-teal-800 {
		--border-opacity: 1 !important;
		border-color: #285e61 !important;
		border-color: rgba(40,94,97,var(--border-opacity)) !important
	}

	.xl\:border-teal-900 {
		--border-opacity: 1 !important;
		border-color: #234e52 !important;
		border-color: rgba(35,78,82,var(--border-opacity)) !important
	}

	.xl\:border-blue-100 {
		--border-opacity: 1 !important;
		border-color: #ebf8ff !important;
		border-color: rgba(235,248,255,var(--border-opacity)) !important
	}

	.xl\:border-blue-200 {
		--border-opacity: 1 !important;
		border-color: #bee3f8 !important;
		border-color: rgba(190,227,248,var(--border-opacity)) !important
	}

	.xl\:border-blue-300 {
		--border-opacity: 1 !important;
		border-color: #90cdf4 !important;
		border-color: rgba(144,205,244,var(--border-opacity)) !important
	}

	.xl\:border-blue-400 {
		--border-opacity: 1 !important;
		border-color: #63b3ed !important;
		border-color: rgba(99,179,237,var(--border-opacity)) !important
	}

	.xl\:border-blue-500 {
		--border-opacity: 1 !important;
		border-color: #4299e1 !important;
		border-color: rgba(66,153,225,var(--border-opacity)) !important
	}

	.xl\:border-blue-600 {
		--border-opacity: 1 !important;
		border-color: #3182ce !important;
		border-color: rgba(49,130,206,var(--border-opacity)) !important
	}

	.xl\:border-blue-700 {
		--border-opacity: 1 !important;
		border-color: #2b6cb0 !important;
		border-color: rgba(43,108,176,var(--border-opacity)) !important
	}

	.xl\:border-blue-800 {
		--border-opacity: 1 !important;
		border-color: #2c5282 !important;
		border-color: rgba(44,82,130,var(--border-opacity)) !important
	}

	.xl\:border-blue-900 {
		--border-opacity: 1 !important;
		border-color: #2a4365 !important;
		border-color: rgba(42,67,101,var(--border-opacity)) !important
	}

	.xl\:border-indigo-100 {
		--border-opacity: 1 !important;
		border-color: #ebf4ff !important;
		border-color: rgba(235,244,255,var(--border-opacity)) !important
	}

	.xl\:border-indigo-200 {
		--border-opacity: 1 !important;
		border-color: #c3dafe !important;
		border-color: rgba(195,218,254,var(--border-opacity)) !important
	}

	.xl\:border-indigo-300 {
		--border-opacity: 1 !important;
		border-color: #a3bffa !important;
		border-color: rgba(163,191,250,var(--border-opacity)) !important
	}

	.xl\:border-indigo-400 {
		--border-opacity: 1 !important;
		border-color: #7f9cf5 !important;
		border-color: rgba(127,156,245,var(--border-opacity)) !important
	}

	.xl\:border-indigo-500 {
		--border-opacity: 1 !important;
		border-color: #667eea !important;
		border-color: rgba(102,126,234,var(--border-opacity)) !important
	}

	.xl\:border-indigo-600 {
		--border-opacity: 1 !important;
		border-color: #5a67d8 !important;
		border-color: rgba(90,103,216,var(--border-opacity)) !important
	}

	.xl\:border-indigo-700 {
		--border-opacity: 1 !important;
		border-color: #4c51bf !important;
		border-color: rgba(76,81,191,var(--border-opacity)) !important
	}

	.xl\:border-indigo-800 {
		--border-opacity: 1 !important;
		border-color: #434190 !important;
		border-color: rgba(67,65,144,var(--border-opacity)) !important
	}

	.xl\:border-indigo-900 {
		--border-opacity: 1 !important;
		border-color: #3c366b !important;
		border-color: rgba(60,54,107,var(--border-opacity)) !important
	}

	.xl\:border-purple-100 {
		--border-opacity: 1 !important;
		border-color: #faf5ff !important;
		border-color: rgba(250,245,255,var(--border-opacity)) !important
	}

	.xl\:border-purple-200 {
		--border-opacity: 1 !important;
		border-color: #e9d8fd !important;
		border-color: rgba(233,216,253,var(--border-opacity)) !important
	}

	.xl\:border-purple-300 {
		--border-opacity: 1 !important;
		border-color: #d6bcfa !important;
		border-color: rgba(214,188,250,var(--border-opacity)) !important
	}

	.xl\:border-purple-400 {
		--border-opacity: 1 !important;
		border-color: #b794f4 !important;
		border-color: rgba(183,148,244,var(--border-opacity)) !important
	}

	.xl\:border-purple-500 {
		--border-opacity: 1 !important;
		border-color: #9f7aea !important;
		border-color: rgba(159,122,234,var(--border-opacity)) !important
	}

	.xl\:border-purple-600 {
		--border-opacity: 1 !important;
		border-color: #805ad5 !important;
		border-color: rgba(128,90,213,var(--border-opacity)) !important
	}

	.xl\:border-purple-700 {
		--border-opacity: 1 !important;
		border-color: #6b46c1 !important;
		border-color: rgba(107,70,193,var(--border-opacity)) !important
	}

	.xl\:border-purple-800 {
		--border-opacity: 1 !important;
		border-color: #553c9a !important;
		border-color: rgba(85,60,154,var(--border-opacity)) !important
	}

	.xl\:border-purple-900 {
		--border-opacity: 1 !important;
		border-color: #44337a !important;
		border-color: rgba(68,51,122,var(--border-opacity)) !important
	}

	.xl\:border-pink-100 {
		--border-opacity: 1 !important;
		border-color: #fff5f7 !important;
		border-color: rgba(255,245,247,var(--border-opacity)) !important
	}

	.xl\:border-pink-200 {
		--border-opacity: 1 !important;
		border-color: #fed7e2 !important;
		border-color: rgba(254,215,226,var(--border-opacity)) !important
	}

	.xl\:border-pink-300 {
		--border-opacity: 1 !important;
		border-color: #fbb6ce !important;
		border-color: rgba(251,182,206,var(--border-opacity)) !important
	}

	.xl\:border-pink-400 {
		--border-opacity: 1 !important;
		border-color: #f687b3 !important;
		border-color: rgba(246,135,179,var(--border-opacity)) !important
	}

	.xl\:border-pink-500 {
		--border-opacity: 1 !important;
		border-color: #ed64a6 !important;
		border-color: rgba(237,100,166,var(--border-opacity)) !important
	}

	.xl\:border-pink-600 {
		--border-opacity: 1 !important;
		border-color: #d53f8c !important;
		border-color: rgba(213,63,140,var(--border-opacity)) !important
	}

	.xl\:border-pink-700 {
		--border-opacity: 1 !important;
		border-color: #b83280 !important;
		border-color: rgba(184,50,128,var(--border-opacity)) !important
	}

	.xl\:border-pink-800 {
		--border-opacity: 1 !important;
		border-color: #97266d !important;
		border-color: rgba(151,38,109,var(--border-opacity)) !important
	}

	.xl\:border-pink-900 {
		--border-opacity: 1 !important;
		border-color: #702459 !important;
		border-color: rgba(112,36,89,var(--border-opacity)) !important
	}

	.xl\:border-orange-400 {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.xl\:border-orange-500 {
		--border-opacity: 1 !important;
		border-color: #f54a08 !important;
		border-color: rgba(245,74,8,var(--border-opacity)) !important
	}

	.xl\:border-f3f {
		--border-opacity: 1 !important;
		border-color: #f3f3f3 !important;
		border-color: rgba(243,243,243,var(--border-opacity)) !important
	}

	.xl\:border-D8D {
		--border-opacity: 1 !important;
		border-color: #d8d8d8 !important;
		border-color: rgba(216,216,216,var(--border-opacity)) !important
	}

	.xl\:hover\:border-666:hover {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.xl\:hover\:border-transparent:hover {
		border-color: transparent !important
	}

	.xl\:hover\:border-current:hover {
		border-color: currentColor !important
	}

	.xl\:hover\:border-black-100:hover {
		--border-opacity: 1 !important;
		border-color: #141d3e !important;
		border-color: rgba(20,29,62,var(--border-opacity)) !important
	}

	.xl\:hover\:border-black-200:hover {
		--border-opacity: 1 !important;
		border-color: #212935 !important;
		border-color: rgba(33,41,53,var(--border-opacity)) !important
	}

	.xl\:hover\:border-black-300:hover {
		--border-opacity: 1 !important;
		border-color: #323648 !important;
		border-color: rgba(50,54,72,var(--border-opacity)) !important
	}

	.xl\:hover\:border-white:hover {
		--border-opacity: 1 !important;
		border-color: #fff !important;
		border-color: rgba(255,255,255,var(--border-opacity)) !important
	}

	.xl\:hover\:border-gray-100:hover {
		--border-opacity: 1 !important;
		border-color: #f6f6f6 !important;
		border-color: rgba(246,246,246,var(--border-opacity)) !important
	}

	.xl\:hover\:border-gray-200:hover {
		--border-opacity: 1 !important;
		border-color: #e5e5e5 !important;
		border-color: rgba(229,229,229,var(--border-opacity)) !important
	}

	.xl\:hover\:border-gray-300:hover {
		--border-opacity: 1 !important;
		border-color: #c4c4c4 !important;
		border-color: rgba(196,196,196,var(--border-opacity)) !important
	}

	.xl\:hover\:border-gray-400:hover {
		--border-opacity: 1 !important;
		border-color: #aaaaad !important;
		border-color: rgba(170,170,173,var(--border-opacity)) !important
	}

	.xl\:hover\:border-gray-500:hover {
		--border-opacity: 1 !important;
		border-color: #9fa2ac !important;
		border-color: rgba(159,162,172,var(--border-opacity)) !important
	}

	.xl\:hover\:border-gray-600:hover {
		--border-opacity: 1 !important;
		border-color: #8f9191 !important;
		border-color: rgba(143,145,145,var(--border-opacity)) !important
	}

	.xl\:hover\:border-gray-700:hover {
		--border-opacity: 1 !important;
		border-color: #70727f !important;
		border-color: rgba(112,114,127,var(--border-opacity)) !important
	}

	.xl\:hover\:border-gray-800:hover {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.xl\:hover\:border-red-100:hover {
		--border-opacity: 1 !important;
		border-color: #fff5f5 !important;
		border-color: rgba(255,245,245,var(--border-opacity)) !important
	}

	.xl\:hover\:border-red-200:hover {
		--border-opacity: 1 !important;
		border-color: #fed7d7 !important;
		border-color: rgba(254,215,215,var(--border-opacity)) !important
	}

	.xl\:hover\:border-red-300:hover {
		--border-opacity: 1 !important;
		border-color: #feb2b2 !important;
		border-color: rgba(254,178,178,var(--border-opacity)) !important
	}

	.xl\:hover\:border-red-400:hover {
		--border-opacity: 1 !important;
		border-color: #fc8181 !important;
		border-color: rgba(252,129,129,var(--border-opacity)) !important
	}

	.xl\:hover\:border-red-500:hover {
		--border-opacity: 1 !important;
		border-color: #f56565 !important;
		border-color: rgba(245,101,101,var(--border-opacity)) !important
	}

	.xl\:hover\:border-red-600:hover {
		--border-opacity: 1 !important;
		border-color: #e53e3e !important;
		border-color: rgba(229,62,62,var(--border-opacity)) !important
	}

	.xl\:hover\:border-red-700:hover {
		--border-opacity: 1 !important;
		border-color: #c53030 !important;
		border-color: rgba(197,48,48,var(--border-opacity)) !important
	}

	.xl\:hover\:border-red-800:hover {
		--border-opacity: 1 !important;
		border-color: #9b2c2c !important;
		border-color: rgba(155,44,44,var(--border-opacity)) !important
	}

	.xl\:hover\:border-red-900:hover {
		--border-opacity: 1 !important;
		border-color: #742a2a !important;
		border-color: rgba(116,42,42,var(--border-opacity)) !important
	}

	.xl\:hover\:border-orange:hover {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.xl\:hover\:border-yellow-100:hover {
		--border-opacity: 1 !important;
		border-color: ivory !important;
		border-color: rgba(255,255,240,var(--border-opacity)) !important
	}

	.xl\:hover\:border-yellow-200:hover {
		--border-opacity: 1 !important;
		border-color: #fefcbf !important;
		border-color: rgba(254,252,191,var(--border-opacity)) !important
	}

	.xl\:hover\:border-yellow-300:hover {
		--border-opacity: 1 !important;
		border-color: #faf089 !important;
		border-color: rgba(250,240,137,var(--border-opacity)) !important
	}

	.xl\:hover\:border-yellow-400:hover {
		--border-opacity: 1 !important;
		border-color: #f6e05e !important;
		border-color: rgba(246,224,94,var(--border-opacity)) !important
	}

	.xl\:hover\:border-yellow-500:hover {
		--border-opacity: 1 !important;
		border-color: #ecc94b !important;
		border-color: rgba(236,201,75,var(--border-opacity)) !important
	}

	.xl\:hover\:border-yellow-600:hover {
		--border-opacity: 1 !important;
		border-color: #d69e2e !important;
		border-color: rgba(214,158,46,var(--border-opacity)) !important
	}

	.xl\:hover\:border-yellow-700:hover {
		--border-opacity: 1 !important;
		border-color: #b7791f !important;
		border-color: rgba(183,121,31,var(--border-opacity)) !important
	}

	.xl\:hover\:border-yellow-800:hover {
		--border-opacity: 1 !important;
		border-color: #975a16 !important;
		border-color: rgba(151,90,22,var(--border-opacity)) !important
	}

	.xl\:hover\:border-yellow-900:hover {
		--border-opacity: 1 !important;
		border-color: #744210 !important;
		border-color: rgba(116,66,16,var(--border-opacity)) !important
	}

	.xl\:hover\:border-green-100:hover {
		--border-opacity: 1 !important;
		border-color: #f0fff4 !important;
		border-color: rgba(240,255,244,var(--border-opacity)) !important
	}

	.xl\:hover\:border-green-200:hover {
		--border-opacity: 1 !important;
		border-color: #c6f6d5 !important;
		border-color: rgba(198,246,213,var(--border-opacity)) !important
	}

	.xl\:hover\:border-green-300:hover {
		--border-opacity: 1 !important;
		border-color: #9ae6b4 !important;
		border-color: rgba(154,230,180,var(--border-opacity)) !important
	}

	.xl\:hover\:border-green-400:hover {
		--border-opacity: 1 !important;
		border-color: #68d391 !important;
		border-color: rgba(104,211,145,var(--border-opacity)) !important
	}

	.xl\:hover\:border-green-500:hover {
		--border-opacity: 1 !important;
		border-color: #48bb78 !important;
		border-color: rgba(72,187,120,var(--border-opacity)) !important
	}

	.xl\:hover\:border-green-600:hover {
		--border-opacity: 1 !important;
		border-color: #38a169 !important;
		border-color: rgba(56,161,105,var(--border-opacity)) !important
	}

	.xl\:hover\:border-green-700:hover {
		--border-opacity: 1 !important;
		border-color: #2f855a !important;
		border-color: rgba(47,133,90,var(--border-opacity)) !important
	}

	.xl\:hover\:border-green-800:hover {
		--border-opacity: 1 !important;
		border-color: #276749 !important;
		border-color: rgba(39,103,73,var(--border-opacity)) !important
	}

	.xl\:hover\:border-green-900:hover {
		--border-opacity: 1 !important;
		border-color: #22543d !important;
		border-color: rgba(34,84,61,var(--border-opacity)) !important
	}

	.xl\:hover\:border-teal-100:hover {
		--border-opacity: 1 !important;
		border-color: #e6fffa !important;
		border-color: rgba(230,255,250,var(--border-opacity)) !important
	}

	.xl\:hover\:border-teal-200:hover {
		--border-opacity: 1 !important;
		border-color: #b2f5ea !important;
		border-color: rgba(178,245,234,var(--border-opacity)) !important
	}

	.xl\:hover\:border-teal-300:hover {
		--border-opacity: 1 !important;
		border-color: #81e6d9 !important;
		border-color: rgba(129,230,217,var(--border-opacity)) !important
	}

	.xl\:hover\:border-teal-400:hover {
		--border-opacity: 1 !important;
		border-color: #4fd1c5 !important;
		border-color: rgba(79,209,197,var(--border-opacity)) !important
	}

	.xl\:hover\:border-teal-500:hover {
		--border-opacity: 1 !important;
		border-color: #38b2ac !important;
		border-color: rgba(56,178,172,var(--border-opacity)) !important
	}

	.xl\:hover\:border-teal-600:hover {
		--border-opacity: 1 !important;
		border-color: #319795 !important;
		border-color: rgba(49,151,149,var(--border-opacity)) !important
	}

	.xl\:hover\:border-teal-700:hover {
		--border-opacity: 1 !important;
		border-color: #2c7a7b !important;
		border-color: rgba(44,122,123,var(--border-opacity)) !important
	}

	.xl\:hover\:border-teal-800:hover {
		--border-opacity: 1 !important;
		border-color: #285e61 !important;
		border-color: rgba(40,94,97,var(--border-opacity)) !important
	}

	.xl\:hover\:border-teal-900:hover {
		--border-opacity: 1 !important;
		border-color: #234e52 !important;
		border-color: rgba(35,78,82,var(--border-opacity)) !important
	}

	.xl\:hover\:border-blue-100:hover {
		--border-opacity: 1 !important;
		border-color: #ebf8ff !important;
		border-color: rgba(235,248,255,var(--border-opacity)) !important
	}

	.xl\:hover\:border-blue-200:hover {
		--border-opacity: 1 !important;
		border-color: #bee3f8 !important;
		border-color: rgba(190,227,248,var(--border-opacity)) !important
	}

	.xl\:hover\:border-blue-300:hover {
		--border-opacity: 1 !important;
		border-color: #90cdf4 !important;
		border-color: rgba(144,205,244,var(--border-opacity)) !important
	}

	.xl\:hover\:border-blue-400:hover {
		--border-opacity: 1 !important;
		border-color: #63b3ed !important;
		border-color: rgba(99,179,237,var(--border-opacity)) !important
	}

	.xl\:hover\:border-blue-500:hover {
		--border-opacity: 1 !important;
		border-color: #4299e1 !important;
		border-color: rgba(66,153,225,var(--border-opacity)) !important
	}

	.xl\:hover\:border-blue-600:hover {
		--border-opacity: 1 !important;
		border-color: #3182ce !important;
		border-color: rgba(49,130,206,var(--border-opacity)) !important
	}

	.xl\:hover\:border-blue-700:hover {
		--border-opacity: 1 !important;
		border-color: #2b6cb0 !important;
		border-color: rgba(43,108,176,var(--border-opacity)) !important
	}

	.xl\:hover\:border-blue-800:hover {
		--border-opacity: 1 !important;
		border-color: #2c5282 !important;
		border-color: rgba(44,82,130,var(--border-opacity)) !important
	}

	.xl\:hover\:border-blue-900:hover {
		--border-opacity: 1 !important;
		border-color: #2a4365 !important;
		border-color: rgba(42,67,101,var(--border-opacity)) !important
	}

	.xl\:hover\:border-indigo-100:hover {
		--border-opacity: 1 !important;
		border-color: #ebf4ff !important;
		border-color: rgba(235,244,255,var(--border-opacity)) !important
	}

	.xl\:hover\:border-indigo-200:hover {
		--border-opacity: 1 !important;
		border-color: #c3dafe !important;
		border-color: rgba(195,218,254,var(--border-opacity)) !important
	}

	.xl\:hover\:border-indigo-300:hover {
		--border-opacity: 1 !important;
		border-color: #a3bffa !important;
		border-color: rgba(163,191,250,var(--border-opacity)) !important
	}

	.xl\:hover\:border-indigo-400:hover {
		--border-opacity: 1 !important;
		border-color: #7f9cf5 !important;
		border-color: rgba(127,156,245,var(--border-opacity)) !important
	}

	.xl\:hover\:border-indigo-500:hover {
		--border-opacity: 1 !important;
		border-color: #667eea !important;
		border-color: rgba(102,126,234,var(--border-opacity)) !important
	}

	.xl\:hover\:border-indigo-600:hover {
		--border-opacity: 1 !important;
		border-color: #5a67d8 !important;
		border-color: rgba(90,103,216,var(--border-opacity)) !important
	}

	.xl\:hover\:border-indigo-700:hover {
		--border-opacity: 1 !important;
		border-color: #4c51bf !important;
		border-color: rgba(76,81,191,var(--border-opacity)) !important
	}

	.xl\:hover\:border-indigo-800:hover {
		--border-opacity: 1 !important;
		border-color: #434190 !important;
		border-color: rgba(67,65,144,var(--border-opacity)) !important
	}

	.xl\:hover\:border-indigo-900:hover {
		--border-opacity: 1 !important;
		border-color: #3c366b !important;
		border-color: rgba(60,54,107,var(--border-opacity)) !important
	}

	.xl\:hover\:border-purple-100:hover {
		--border-opacity: 1 !important;
		border-color: #faf5ff !important;
		border-color: rgba(250,245,255,var(--border-opacity)) !important
	}

	.xl\:hover\:border-purple-200:hover {
		--border-opacity: 1 !important;
		border-color: #e9d8fd !important;
		border-color: rgba(233,216,253,var(--border-opacity)) !important
	}

	.xl\:hover\:border-purple-300:hover {
		--border-opacity: 1 !important;
		border-color: #d6bcfa !important;
		border-color: rgba(214,188,250,var(--border-opacity)) !important
	}

	.xl\:hover\:border-purple-400:hover {
		--border-opacity: 1 !important;
		border-color: #b794f4 !important;
		border-color: rgba(183,148,244,var(--border-opacity)) !important
	}

	.xl\:hover\:border-purple-500:hover {
		--border-opacity: 1 !important;
		border-color: #9f7aea !important;
		border-color: rgba(159,122,234,var(--border-opacity)) !important
	}

	.xl\:hover\:border-purple-600:hover {
		--border-opacity: 1 !important;
		border-color: #805ad5 !important;
		border-color: rgba(128,90,213,var(--border-opacity)) !important
	}

	.xl\:hover\:border-purple-700:hover {
		--border-opacity: 1 !important;
		border-color: #6b46c1 !important;
		border-color: rgba(107,70,193,var(--border-opacity)) !important
	}

	.xl\:hover\:border-purple-800:hover {
		--border-opacity: 1 !important;
		border-color: #553c9a !important;
		border-color: rgba(85,60,154,var(--border-opacity)) !important
	}

	.xl\:hover\:border-purple-900:hover {
		--border-opacity: 1 !important;
		border-color: #44337a !important;
		border-color: rgba(68,51,122,var(--border-opacity)) !important
	}

	.xl\:hover\:border-pink-100:hover {
		--border-opacity: 1 !important;
		border-color: #fff5f7 !important;
		border-color: rgba(255,245,247,var(--border-opacity)) !important
	}

	.xl\:hover\:border-pink-200:hover {
		--border-opacity: 1 !important;
		border-color: #fed7e2 !important;
		border-color: rgba(254,215,226,var(--border-opacity)) !important
	}

	.xl\:hover\:border-pink-300:hover {
		--border-opacity: 1 !important;
		border-color: #fbb6ce !important;
		border-color: rgba(251,182,206,var(--border-opacity)) !important
	}

	.xl\:hover\:border-pink-400:hover {
		--border-opacity: 1 !important;
		border-color: #f687b3 !important;
		border-color: rgba(246,135,179,var(--border-opacity)) !important
	}

	.xl\:hover\:border-pink-500:hover {
		--border-opacity: 1 !important;
		border-color: #ed64a6 !important;
		border-color: rgba(237,100,166,var(--border-opacity)) !important
	}

	.xl\:hover\:border-pink-600:hover {
		--border-opacity: 1 !important;
		border-color: #d53f8c !important;
		border-color: rgba(213,63,140,var(--border-opacity)) !important
	}

	.xl\:hover\:border-pink-700:hover {
		--border-opacity: 1 !important;
		border-color: #b83280 !important;
		border-color: rgba(184,50,128,var(--border-opacity)) !important
	}

	.xl\:hover\:border-pink-800:hover {
		--border-opacity: 1 !important;
		border-color: #97266d !important;
		border-color: rgba(151,38,109,var(--border-opacity)) !important
	}

	.xl\:hover\:border-pink-900:hover {
		--border-opacity: 1 !important;
		border-color: #702459 !important;
		border-color: rgba(112,36,89,var(--border-opacity)) !important
	}

	.xl\:hover\:border-orange-400:hover {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.xl\:hover\:border-orange-500:hover {
		--border-opacity: 1 !important;
		border-color: #f54a08 !important;
		border-color: rgba(245,74,8,var(--border-opacity)) !important
	}

	.xl\:hover\:border-f3f:hover {
		--border-opacity: 1 !important;
		border-color: #f3f3f3 !important;
		border-color: rgba(243,243,243,var(--border-opacity)) !important
	}

	.xl\:hover\:border-D8D:hover {
		--border-opacity: 1 !important;
		border-color: #d8d8d8 !important;
		border-color: rgba(216,216,216,var(--border-opacity)) !important
	}

	.xl\:focus\:border-666:focus {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.xl\:focus\:border-transparent:focus {
		border-color: transparent !important
	}

	.xl\:focus\:border-current:focus {
		border-color: currentColor !important
	}

	.xl\:focus\:border-black-100:focus {
		--border-opacity: 1 !important;
		border-color: #141d3e !important;
		border-color: rgba(20,29,62,var(--border-opacity)) !important
	}

	.xl\:focus\:border-black-200:focus {
		--border-opacity: 1 !important;
		border-color: #212935 !important;
		border-color: rgba(33,41,53,var(--border-opacity)) !important
	}

	.xl\:focus\:border-black-300:focus {
		--border-opacity: 1 !important;
		border-color: #323648 !important;
		border-color: rgba(50,54,72,var(--border-opacity)) !important
	}

	.xl\:focus\:border-white:focus {
		--border-opacity: 1 !important;
		border-color: #fff !important;
		border-color: rgba(255,255,255,var(--border-opacity)) !important
	}

	.xl\:focus\:border-gray-100:focus {
		--border-opacity: 1 !important;
		border-color: #f6f6f6 !important;
		border-color: rgba(246,246,246,var(--border-opacity)) !important
	}

	.xl\:focus\:border-gray-200:focus {
		--border-opacity: 1 !important;
		border-color: #e5e5e5 !important;
		border-color: rgba(229,229,229,var(--border-opacity)) !important
	}

	.xl\:focus\:border-gray-300:focus {
		--border-opacity: 1 !important;
		border-color: #c4c4c4 !important;
		border-color: rgba(196,196,196,var(--border-opacity)) !important
	}

	.xl\:focus\:border-gray-400:focus {
		--border-opacity: 1 !important;
		border-color: #aaaaad !important;
		border-color: rgba(170,170,173,var(--border-opacity)) !important
	}

	.xl\:focus\:border-gray-500:focus {
		--border-opacity: 1 !important;
		border-color: #9fa2ac !important;
		border-color: rgba(159,162,172,var(--border-opacity)) !important
	}

	.xl\:focus\:border-gray-600:focus {
		--border-opacity: 1 !important;
		border-color: #8f9191 !important;
		border-color: rgba(143,145,145,var(--border-opacity)) !important
	}

	.xl\:focus\:border-gray-700:focus {
		--border-opacity: 1 !important;
		border-color: #70727f !important;
		border-color: rgba(112,114,127,var(--border-opacity)) !important
	}

	.xl\:focus\:border-gray-800:focus {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.xl\:focus\:border-red-100:focus {
		--border-opacity: 1 !important;
		border-color: #fff5f5 !important;
		border-color: rgba(255,245,245,var(--border-opacity)) !important
	}

	.xl\:focus\:border-red-200:focus {
		--border-opacity: 1 !important;
		border-color: #fed7d7 !important;
		border-color: rgba(254,215,215,var(--border-opacity)) !important
	}

	.xl\:focus\:border-red-300:focus {
		--border-opacity: 1 !important;
		border-color: #feb2b2 !important;
		border-color: rgba(254,178,178,var(--border-opacity)) !important
	}

	.xl\:focus\:border-red-400:focus {
		--border-opacity: 1 !important;
		border-color: #fc8181 !important;
		border-color: rgba(252,129,129,var(--border-opacity)) !important
	}

	.xl\:focus\:border-red-500:focus {
		--border-opacity: 1 !important;
		border-color: #f56565 !important;
		border-color: rgba(245,101,101,var(--border-opacity)) !important
	}

	.xl\:focus\:border-red-600:focus {
		--border-opacity: 1 !important;
		border-color: #e53e3e !important;
		border-color: rgba(229,62,62,var(--border-opacity)) !important
	}

	.xl\:focus\:border-red-700:focus {
		--border-opacity: 1 !important;
		border-color: #c53030 !important;
		border-color: rgba(197,48,48,var(--border-opacity)) !important
	}

	.xl\:focus\:border-red-800:focus {
		--border-opacity: 1 !important;
		border-color: #9b2c2c !important;
		border-color: rgba(155,44,44,var(--border-opacity)) !important
	}

	.xl\:focus\:border-red-900:focus {
		--border-opacity: 1 !important;
		border-color: #742a2a !important;
		border-color: rgba(116,42,42,var(--border-opacity)) !important
	}

	.xl\:focus\:border-orange:focus {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.xl\:focus\:border-yellow-100:focus {
		--border-opacity: 1 !important;
		border-color: ivory !important;
		border-color: rgba(255,255,240,var(--border-opacity)) !important
	}

	.xl\:focus\:border-yellow-200:focus {
		--border-opacity: 1 !important;
		border-color: #fefcbf !important;
		border-color: rgba(254,252,191,var(--border-opacity)) !important
	}

	.xl\:focus\:border-yellow-300:focus {
		--border-opacity: 1 !important;
		border-color: #faf089 !important;
		border-color: rgba(250,240,137,var(--border-opacity)) !important
	}

	.xl\:focus\:border-yellow-400:focus {
		--border-opacity: 1 !important;
		border-color: #f6e05e !important;
		border-color: rgba(246,224,94,var(--border-opacity)) !important
	}

	.xl\:focus\:border-yellow-500:focus {
		--border-opacity: 1 !important;
		border-color: #ecc94b !important;
		border-color: rgba(236,201,75,var(--border-opacity)) !important
	}

	.xl\:focus\:border-yellow-600:focus {
		--border-opacity: 1 !important;
		border-color: #d69e2e !important;
		border-color: rgba(214,158,46,var(--border-opacity)) !important
	}

	.xl\:focus\:border-yellow-700:focus {
		--border-opacity: 1 !important;
		border-color: #b7791f !important;
		border-color: rgba(183,121,31,var(--border-opacity)) !important
	}

	.xl\:focus\:border-yellow-800:focus {
		--border-opacity: 1 !important;
		border-color: #975a16 !important;
		border-color: rgba(151,90,22,var(--border-opacity)) !important
	}

	.xl\:focus\:border-yellow-900:focus {
		--border-opacity: 1 !important;
		border-color: #744210 !important;
		border-color: rgba(116,66,16,var(--border-opacity)) !important
	}

	.xl\:focus\:border-green-100:focus {
		--border-opacity: 1 !important;
		border-color: #f0fff4 !important;
		border-color: rgba(240,255,244,var(--border-opacity)) !important
	}

	.xl\:focus\:border-green-200:focus {
		--border-opacity: 1 !important;
		border-color: #c6f6d5 !important;
		border-color: rgba(198,246,213,var(--border-opacity)) !important
	}

	.xl\:focus\:border-green-300:focus {
		--border-opacity: 1 !important;
		border-color: #9ae6b4 !important;
		border-color: rgba(154,230,180,var(--border-opacity)) !important
	}

	.xl\:focus\:border-green-400:focus {
		--border-opacity: 1 !important;
		border-color: #68d391 !important;
		border-color: rgba(104,211,145,var(--border-opacity)) !important
	}

	.xl\:focus\:border-green-500:focus {
		--border-opacity: 1 !important;
		border-color: #48bb78 !important;
		border-color: rgba(72,187,120,var(--border-opacity)) !important
	}

	.xl\:focus\:border-green-600:focus {
		--border-opacity: 1 !important;
		border-color: #38a169 !important;
		border-color: rgba(56,161,105,var(--border-opacity)) !important
	}

	.xl\:focus\:border-green-700:focus {
		--border-opacity: 1 !important;
		border-color: #2f855a !important;
		border-color: rgba(47,133,90,var(--border-opacity)) !important
	}

	.xl\:focus\:border-green-800:focus {
		--border-opacity: 1 !important;
		border-color: #276749 !important;
		border-color: rgba(39,103,73,var(--border-opacity)) !important
	}

	.xl\:focus\:border-green-900:focus {
		--border-opacity: 1 !important;
		border-color: #22543d !important;
		border-color: rgba(34,84,61,var(--border-opacity)) !important
	}

	.xl\:focus\:border-teal-100:focus {
		--border-opacity: 1 !important;
		border-color: #e6fffa !important;
		border-color: rgba(230,255,250,var(--border-opacity)) !important
	}

	.xl\:focus\:border-teal-200:focus {
		--border-opacity: 1 !important;
		border-color: #b2f5ea !important;
		border-color: rgba(178,245,234,var(--border-opacity)) !important
	}

	.xl\:focus\:border-teal-300:focus {
		--border-opacity: 1 !important;
		border-color: #81e6d9 !important;
		border-color: rgba(129,230,217,var(--border-opacity)) !important
	}

	.xl\:focus\:border-teal-400:focus {
		--border-opacity: 1 !important;
		border-color: #4fd1c5 !important;
		border-color: rgba(79,209,197,var(--border-opacity)) !important
	}

	.xl\:focus\:border-teal-500:focus {
		--border-opacity: 1 !important;
		border-color: #38b2ac !important;
		border-color: rgba(56,178,172,var(--border-opacity)) !important
	}

	.xl\:focus\:border-teal-600:focus {
		--border-opacity: 1 !important;
		border-color: #319795 !important;
		border-color: rgba(49,151,149,var(--border-opacity)) !important
	}

	.xl\:focus\:border-teal-700:focus {
		--border-opacity: 1 !important;
		border-color: #2c7a7b !important;
		border-color: rgba(44,122,123,var(--border-opacity)) !important
	}

	.xl\:focus\:border-teal-800:focus {
		--border-opacity: 1 !important;
		border-color: #285e61 !important;
		border-color: rgba(40,94,97,var(--border-opacity)) !important
	}

	.xl\:focus\:border-teal-900:focus {
		--border-opacity: 1 !important;
		border-color: #234e52 !important;
		border-color: rgba(35,78,82,var(--border-opacity)) !important
	}

	.xl\:focus\:border-blue-100:focus {
		--border-opacity: 1 !important;
		border-color: #ebf8ff !important;
		border-color: rgba(235,248,255,var(--border-opacity)) !important
	}

	.xl\:focus\:border-blue-200:focus {
		--border-opacity: 1 !important;
		border-color: #bee3f8 !important;
		border-color: rgba(190,227,248,var(--border-opacity)) !important
	}

	.xl\:focus\:border-blue-300:focus {
		--border-opacity: 1 !important;
		border-color: #90cdf4 !important;
		border-color: rgba(144,205,244,var(--border-opacity)) !important
	}

	.xl\:focus\:border-blue-400:focus {
		--border-opacity: 1 !important;
		border-color: #63b3ed !important;
		border-color: rgba(99,179,237,var(--border-opacity)) !important
	}

	.xl\:focus\:border-blue-500:focus {
		--border-opacity: 1 !important;
		border-color: #4299e1 !important;
		border-color: rgba(66,153,225,var(--border-opacity)) !important
	}

	.xl\:focus\:border-blue-600:focus {
		--border-opacity: 1 !important;
		border-color: #3182ce !important;
		border-color: rgba(49,130,206,var(--border-opacity)) !important
	}

	.xl\:focus\:border-blue-700:focus {
		--border-opacity: 1 !important;
		border-color: #2b6cb0 !important;
		border-color: rgba(43,108,176,var(--border-opacity)) !important
	}

	.xl\:focus\:border-blue-800:focus {
		--border-opacity: 1 !important;
		border-color: #2c5282 !important;
		border-color: rgba(44,82,130,var(--border-opacity)) !important
	}

	.xl\:focus\:border-blue-900:focus {
		--border-opacity: 1 !important;
		border-color: #2a4365 !important;
		border-color: rgba(42,67,101,var(--border-opacity)) !important
	}

	.xl\:focus\:border-indigo-100:focus {
		--border-opacity: 1 !important;
		border-color: #ebf4ff !important;
		border-color: rgba(235,244,255,var(--border-opacity)) !important
	}

	.xl\:focus\:border-indigo-200:focus {
		--border-opacity: 1 !important;
		border-color: #c3dafe !important;
		border-color: rgba(195,218,254,var(--border-opacity)) !important
	}

	.xl\:focus\:border-indigo-300:focus {
		--border-opacity: 1 !important;
		border-color: #a3bffa !important;
		border-color: rgba(163,191,250,var(--border-opacity)) !important
	}

	.xl\:focus\:border-indigo-400:focus {
		--border-opacity: 1 !important;
		border-color: #7f9cf5 !important;
		border-color: rgba(127,156,245,var(--border-opacity)) !important
	}

	.xl\:focus\:border-indigo-500:focus {
		--border-opacity: 1 !important;
		border-color: #667eea !important;
		border-color: rgba(102,126,234,var(--border-opacity)) !important
	}

	.xl\:focus\:border-indigo-600:focus {
		--border-opacity: 1 !important;
		border-color: #5a67d8 !important;
		border-color: rgba(90,103,216,var(--border-opacity)) !important
	}

	.xl\:focus\:border-indigo-700:focus {
		--border-opacity: 1 !important;
		border-color: #4c51bf !important;
		border-color: rgba(76,81,191,var(--border-opacity)) !important
	}

	.xl\:focus\:border-indigo-800:focus {
		--border-opacity: 1 !important;
		border-color: #434190 !important;
		border-color: rgba(67,65,144,var(--border-opacity)) !important
	}

	.xl\:focus\:border-indigo-900:focus {
		--border-opacity: 1 !important;
		border-color: #3c366b !important;
		border-color: rgba(60,54,107,var(--border-opacity)) !important
	}

	.xl\:focus\:border-purple-100:focus {
		--border-opacity: 1 !important;
		border-color: #faf5ff !important;
		border-color: rgba(250,245,255,var(--border-opacity)) !important
	}

	.xl\:focus\:border-purple-200:focus {
		--border-opacity: 1 !important;
		border-color: #e9d8fd !important;
		border-color: rgba(233,216,253,var(--border-opacity)) !important
	}

	.xl\:focus\:border-purple-300:focus {
		--border-opacity: 1 !important;
		border-color: #d6bcfa !important;
		border-color: rgba(214,188,250,var(--border-opacity)) !important
	}

	.xl\:focus\:border-purple-400:focus {
		--border-opacity: 1 !important;
		border-color: #b794f4 !important;
		border-color: rgba(183,148,244,var(--border-opacity)) !important
	}

	.xl\:focus\:border-purple-500:focus {
		--border-opacity: 1 !important;
		border-color: #9f7aea !important;
		border-color: rgba(159,122,234,var(--border-opacity)) !important
	}

	.xl\:focus\:border-purple-600:focus {
		--border-opacity: 1 !important;
		border-color: #805ad5 !important;
		border-color: rgba(128,90,213,var(--border-opacity)) !important
	}

	.xl\:focus\:border-purple-700:focus {
		--border-opacity: 1 !important;
		border-color: #6b46c1 !important;
		border-color: rgba(107,70,193,var(--border-opacity)) !important
	}

	.xl\:focus\:border-purple-800:focus {
		--border-opacity: 1 !important;
		border-color: #553c9a !important;
		border-color: rgba(85,60,154,var(--border-opacity)) !important
	}

	.xl\:focus\:border-purple-900:focus {
		--border-opacity: 1 !important;
		border-color: #44337a !important;
		border-color: rgba(68,51,122,var(--border-opacity)) !important
	}

	.xl\:focus\:border-pink-100:focus {
		--border-opacity: 1 !important;
		border-color: #fff5f7 !important;
		border-color: rgba(255,245,247,var(--border-opacity)) !important
	}

	.xl\:focus\:border-pink-200:focus {
		--border-opacity: 1 !important;
		border-color: #fed7e2 !important;
		border-color: rgba(254,215,226,var(--border-opacity)) !important
	}

	.xl\:focus\:border-pink-300:focus {
		--border-opacity: 1 !important;
		border-color: #fbb6ce !important;
		border-color: rgba(251,182,206,var(--border-opacity)) !important
	}

	.xl\:focus\:border-pink-400:focus {
		--border-opacity: 1 !important;
		border-color: #f687b3 !important;
		border-color: rgba(246,135,179,var(--border-opacity)) !important
	}

	.xl\:focus\:border-pink-500:focus {
		--border-opacity: 1 !important;
		border-color: #ed64a6 !important;
		border-color: rgba(237,100,166,var(--border-opacity)) !important
	}

	.xl\:focus\:border-pink-600:focus {
		--border-opacity: 1 !important;
		border-color: #d53f8c !important;
		border-color: rgba(213,63,140,var(--border-opacity)) !important
	}

	.xl\:focus\:border-pink-700:focus {
		--border-opacity: 1 !important;
		border-color: #b83280 !important;
		border-color: rgba(184,50,128,var(--border-opacity)) !important
	}

	.xl\:focus\:border-pink-800:focus {
		--border-opacity: 1 !important;
		border-color: #97266d !important;
		border-color: rgba(151,38,109,var(--border-opacity)) !important
	}

	.xl\:focus\:border-pink-900:focus {
		--border-opacity: 1 !important;
		border-color: #702459 !important;
		border-color: rgba(112,36,89,var(--border-opacity)) !important
	}

	.xl\:focus\:border-orange-400:focus {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.xl\:focus\:border-orange-500:focus {
		--border-opacity: 1 !important;
		border-color: #f54a08 !important;
		border-color: rgba(245,74,8,var(--border-opacity)) !important
	}

	.xl\:focus\:border-f3f:focus {
		--border-opacity: 1 !important;
		border-color: #f3f3f3 !important;
		border-color: rgba(243,243,243,var(--border-opacity)) !important
	}

	.xl\:focus\:border-D8D:focus {
		--border-opacity: 1 !important;
		border-color: #d8d8d8 !important;
		border-color: rgba(216,216,216,var(--border-opacity)) !important
	}

	.xl\:border-opacity-0 {
		--border-opacity: 0 !important
	}

	.xl\:border-opacity-25 {
		--border-opacity: 0.25 !important
	}

	.xl\:border-opacity-50 {
		--border-opacity: 0.5 !important
	}

	.xl\:border-opacity-75 {
		--border-opacity: 0.75 !important
	}

	.xl\:border-opacity-100 {
		--border-opacity: 1 !important
	}

	.xl\:hover\:border-opacity-0:hover {
		--border-opacity: 0 !important
	}

	.xl\:hover\:border-opacity-25:hover {
		--border-opacity: 0.25 !important
	}

	.xl\:hover\:border-opacity-50:hover {
		--border-opacity: 0.5 !important
	}

	.xl\:hover\:border-opacity-75:hover {
		--border-opacity: 0.75 !important
	}

	.xl\:hover\:border-opacity-100:hover {
		--border-opacity: 1 !important
	}

	.xl\:focus\:border-opacity-0:focus {
		--border-opacity: 0 !important
	}

	.xl\:focus\:border-opacity-25:focus {
		--border-opacity: 0.25 !important
	}

	.xl\:focus\:border-opacity-50:focus {
		--border-opacity: 0.5 !important
	}

	.xl\:focus\:border-opacity-75:focus {
		--border-opacity: 0.75 !important
	}

	.xl\:focus\:border-opacity-100:focus {
		--border-opacity: 1 !important
	}

	.xl\:rounded-none {
		border-radius: 0 !important
	}

	.xl\:rounded-sm {
		border-radius: .125rem !important
	}

	.xl\:rounded {
		border-radius: .25rem !important
	}

	.xl\:rounded-md {
		border-radius: .375rem !important
	}

	.xl\:rounded-lg {
		border-radius: .5rem !important
	}

	.xl\:rounded-xl {
		border-radius: .75rem !important
	}

	.xl\:rounded-2xl {
		border-radius: 1rem !important
	}

	.xl\:rounded-3xl {
		border-radius: 1.5rem !important
	}

	.xl\:rounded-full {
		border-radius: 9999px !important
	}

	.xl\:rounded-t-none {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important
	}

	.xl\:rounded-r-none {
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 0 !important
	}

	.xl\:rounded-b-none {
		border-bottom-right-radius: 0 !important;
		border-bottom-left-radius: 0 !important
	}

	.xl\:rounded-l-none {
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important
	}

	.xl\:rounded-t-sm {
		border-top-left-radius: .125rem !important
	}

	.xl\:rounded-r-sm, .xl\:rounded-t-sm {
		border-top-right-radius: .125rem !important
	}

	.xl\:rounded-b-sm, .xl\:rounded-r-sm {
		border-bottom-right-radius: .125rem !important
	}

	.xl\:rounded-b-sm, .xl\:rounded-l-sm {
		border-bottom-left-radius: .125rem !important
	}

	.xl\:rounded-l-sm {
		border-top-left-radius: .125rem !important
	}

	.xl\:rounded-t {
		border-top-left-radius: .25rem !important
	}

	.xl\:rounded-r, .xl\:rounded-t {
		border-top-right-radius: .25rem !important
	}

	.xl\:rounded-b, .xl\:rounded-r {
		border-bottom-right-radius: .25rem !important
	}

	.xl\:rounded-b, .xl\:rounded-l {
		border-bottom-left-radius: .25rem !important
	}

	.xl\:rounded-l {
		border-top-left-radius: .25rem !important
	}

	.xl\:rounded-t-md {
		border-top-left-radius: .375rem !important
	}

	.xl\:rounded-r-md, .xl\:rounded-t-md {
		border-top-right-radius: .375rem !important
	}

	.xl\:rounded-b-md, .xl\:rounded-r-md {
		border-bottom-right-radius: .375rem !important
	}

	.xl\:rounded-b-md, .xl\:rounded-l-md {
		border-bottom-left-radius: .375rem !important
	}

	.xl\:rounded-l-md {
		border-top-left-radius: .375rem !important
	}

	.xl\:rounded-t-lg {
		border-top-left-radius: .5rem !important
	}

	.xl\:rounded-r-lg, .xl\:rounded-t-lg {
		border-top-right-radius: .5rem !important
	}

	.xl\:rounded-b-lg, .xl\:rounded-r-lg {
		border-bottom-right-radius: .5rem !important
	}

	.xl\:rounded-b-lg, .xl\:rounded-l-lg {
		border-bottom-left-radius: .5rem !important
	}

	.xl\:rounded-l-lg {
		border-top-left-radius: .5rem !important
	}

	.xl\:rounded-t-xl {
		border-top-left-radius: .75rem !important
	}

	.xl\:rounded-r-xl, .xl\:rounded-t-xl {
		border-top-right-radius: .75rem !important
	}

	.xl\:rounded-b-xl, .xl\:rounded-r-xl {
		border-bottom-right-radius: .75rem !important
	}

	.xl\:rounded-b-xl, .xl\:rounded-l-xl {
		border-bottom-left-radius: .75rem !important
	}

	.xl\:rounded-l-xl {
		border-top-left-radius: .75rem !important
	}

	.xl\:rounded-t-2xl {
		border-top-left-radius: 1rem !important
	}

	.xl\:rounded-r-2xl, .xl\:rounded-t-2xl {
		border-top-right-radius: 1rem !important
	}

	.xl\:rounded-b-2xl, .xl\:rounded-r-2xl {
		border-bottom-right-radius: 1rem !important
	}

	.xl\:rounded-b-2xl, .xl\:rounded-l-2xl {
		border-bottom-left-radius: 1rem !important
	}

	.xl\:rounded-l-2xl {
		border-top-left-radius: 1rem !important
	}

	.xl\:rounded-t-3xl {
		border-top-left-radius: 1.5rem !important
	}

	.xl\:rounded-r-3xl, .xl\:rounded-t-3xl {
		border-top-right-radius: 1.5rem !important
	}

	.xl\:rounded-b-3xl, .xl\:rounded-r-3xl {
		border-bottom-right-radius: 1.5rem !important
	}

	.xl\:rounded-b-3xl, .xl\:rounded-l-3xl {
		border-bottom-left-radius: 1.5rem !important
	}

	.xl\:rounded-l-3xl {
		border-top-left-radius: 1.5rem !important
	}

	.xl\:rounded-t-full {
		border-top-left-radius: 9999px !important
	}

	.xl\:rounded-r-full, .xl\:rounded-t-full {
		border-top-right-radius: 9999px !important
	}

	.xl\:rounded-b-full, .xl\:rounded-r-full {
		border-bottom-right-radius: 9999px !important
	}

	.xl\:rounded-b-full, .xl\:rounded-l-full {
		border-bottom-left-radius: 9999px !important
	}

	.xl\:rounded-l-full {
		border-top-left-radius: 9999px !important
	}

	.xl\:rounded-tl-none {
		border-top-left-radius: 0 !important
	}

	.xl\:rounded-tr-none {
		border-top-right-radius: 0 !important
	}

	.xl\:rounded-br-none {
		border-bottom-right-radius: 0 !important
	}

	.xl\:rounded-bl-none {
		border-bottom-left-radius: 0 !important
	}

	.xl\:rounded-tl-sm {
		border-top-left-radius: .125rem !important
	}

	.xl\:rounded-tr-sm {
		border-top-right-radius: .125rem !important
	}

	.xl\:rounded-br-sm {
		border-bottom-right-radius: .125rem !important
	}

	.xl\:rounded-bl-sm {
		border-bottom-left-radius: .125rem !important
	}

	.xl\:rounded-tl {
		border-top-left-radius: .25rem !important
	}

	.xl\:rounded-tr {
		border-top-right-radius: .25rem !important
	}

	.xl\:rounded-br {
		border-bottom-right-radius: .25rem !important
	}

	.xl\:rounded-bl {
		border-bottom-left-radius: .25rem !important
	}

	.xl\:rounded-tl-md {
		border-top-left-radius: .375rem !important
	}

	.xl\:rounded-tr-md {
		border-top-right-radius: .375rem !important
	}

	.xl\:rounded-br-md {
		border-bottom-right-radius: .375rem !important
	}

	.xl\:rounded-bl-md {
		border-bottom-left-radius: .375rem !important
	}

	.xl\:rounded-tl-lg {
		border-top-left-radius: .5rem !important
	}

	.xl\:rounded-tr-lg {
		border-top-right-radius: .5rem !important
	}

	.xl\:rounded-br-lg {
		border-bottom-right-radius: .5rem !important
	}

	.xl\:rounded-bl-lg {
		border-bottom-left-radius: .5rem !important
	}

	.xl\:rounded-tl-xl {
		border-top-left-radius: .75rem !important
	}

	.xl\:rounded-tr-xl {
		border-top-right-radius: .75rem !important
	}

	.xl\:rounded-br-xl {
		border-bottom-right-radius: .75rem !important
	}

	.xl\:rounded-bl-xl {
		border-bottom-left-radius: .75rem !important
	}

	.xl\:rounded-tl-2xl {
		border-top-left-radius: 1rem !important
	}

	.xl\:rounded-tr-2xl {
		border-top-right-radius: 1rem !important
	}

	.xl\:rounded-br-2xl {
		border-bottom-right-radius: 1rem !important
	}

	.xl\:rounded-bl-2xl {
		border-bottom-left-radius: 1rem !important
	}

	.xl\:rounded-tl-3xl {
		border-top-left-radius: 1.5rem !important
	}

	.xl\:rounded-tr-3xl {
		border-top-right-radius: 1.5rem !important
	}

	.xl\:rounded-br-3xl {
		border-bottom-right-radius: 1.5rem !important
	}

	.xl\:rounded-bl-3xl {
		border-bottom-left-radius: 1.5rem !important
	}

	.xl\:rounded-tl-full {
		border-top-left-radius: 9999px !important
	}

	.xl\:rounded-tr-full {
		border-top-right-radius: 9999px !important
	}

	.xl\:rounded-br-full {
		border-bottom-right-radius: 9999px !important
	}

	.xl\:rounded-bl-full {
		border-bottom-left-radius: 9999px !important
	}

	.xl\:border-solid {
		border-style: solid !important
	}

	.xl\:border-dashed {
		border-style: dashed !important
	}

	.xl\:border-dotted {
		border-style: dotted !important
	}

	.xl\:border-double {
		border-style: double !important
	}

	.xl\:border-none {
		border-style: none !important
	}

	.xl\:border-0 {
		border-width: 0 !important
	}

	.xl\:border-2 {
		border-width: 2px !important
	}

	.xl\:border-4 {
		border-width: 4px !important
	}

	.xl\:border-8 {
		border-width: 8px !important
	}

	.xl\:border {
		border-width: 1px !important
	}

	.xl\:border-t-0 {
		border-top-width: 0 !important
	}

	.xl\:border-r-0 {
		border-right-width: 0 !important
	}

	.xl\:border-b-0 {
		border-bottom-width: 0 !important
	}

	.xl\:border-l-0 {
		border-left-width: 0 !important
	}

	.xl\:border-t-2 {
		border-top-width: 2px !important
	}

	.xl\:border-r-2 {
		border-right-width: 2px !important
	}

	.xl\:border-b-2 {
		border-bottom-width: 2px !important
	}

	.xl\:border-l-2 {
		border-left-width: 2px !important
	}

	.xl\:border-t-4 {
		border-top-width: 4px !important
	}

	.xl\:border-r-4 {
		border-right-width: 4px !important
	}

	.xl\:border-b-4 {
		border-bottom-width: 4px !important
	}

	.xl\:border-l-4 {
		border-left-width: 4px !important
	}

	.xl\:border-t-8 {
		border-top-width: 8px !important
	}

	.xl\:border-r-8 {
		border-right-width: 8px !important
	}

	.xl\:border-b-8 {
		border-bottom-width: 8px !important
	}

	.xl\:border-l-8 {
		border-left-width: 8px !important
	}

	.xl\:border-t {
		border-top-width: 1px !important
	}

	.xl\:border-r {
		border-right-width: 1px !important
	}

	.xl\:border-b {
		border-bottom-width: 1px !important
	}

	.xl\:border-l {
		border-left-width: 1px !important
	}

	.xl\:box-border {
		box-sizing: border-box !important
	}

	.xl\:box-content {
		box-sizing: content-box !important
	}

	.xl\:cursor-auto {
		cursor: auto !important
	}

	.xl\:cursor-default {
		cursor: default !important
	}

	.xl\:cursor-pointer {
		cursor: pointer !important
	}

	.xl\:cursor-wait {
		cursor: wait !important
	}

	.xl\:cursor-text {
		cursor: text !important
	}

	.xl\:cursor-move {
		cursor: move !important
	}

	.xl\:cursor-not-allowed {
		cursor: not-allowed !important
	}

	.xl\:block {
		display: block !important
	}

	.xl\:inline-block {
		display: inline-block !important
	}

	.xl\:inline {
		display: inline !important
	}

	.xl\:flex {
		display: flex !important
	}

	.xl\:inline-flex {
		display: inline-flex !important
	}

	.xl\:table {
		display: table !important
	}

	.xl\:table-caption {
		display: table-caption !important
	}

	.xl\:table-cell {
		display: table-cell !important
	}

	.xl\:table-column {
		display: table-column !important
	}

	.xl\:table-column-group {
		display: table-column-group !important
	}

	.xl\:table-footer-group {
		display: table-footer-group !important
	}

	.xl\:table-header-group {
		display: table-header-group !important
	}

	.xl\:table-row-group {
		display: table-row-group !important
	}

	.xl\:table-row {
		display: table-row !important
	}

	.xl\:flow-root {
		display: flow-root !important
	}

	.xl\:grid {
		display: grid !important
	}

	.xl\:inline-grid {
		display: inline-grid !important
	}

	.xl\:contents {
		display: contents !important
	}

	.xl\:hidden {
		display: none !important
	}

	.xl\:flex-row {
		flex-direction: row !important
	}

	.xl\:flex-row-reverse {
		flex-direction: row-reverse !important
	}

	.xl\:flex-col {
		flex-direction: column !important
	}

	.xl\:flex-col-reverse {
		flex-direction: column-reverse !important
	}

	.xl\:flex-wrap {
		flex-wrap: wrap !important
	}

	.xl\:flex-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.xl\:flex-no-wrap {
		flex-wrap: nowrap !important
	}

	.xl\:items-start {
		align-items: flex-start !important
	}

	.xl\:items-end {
		align-items: flex-end !important
	}

	.xl\:items-center {
		align-items: center !important
	}

	.xl\:items-baseline {
		align-items: baseline !important
	}

	.xl\:items-stretch {
		align-items: stretch !important
	}

	.xl\:justify-start {
		justify-content: flex-start !important
	}

	.xl\:justify-end {
		justify-content: flex-end !important
	}

	.xl\:justify-center {
		justify-content: center !important
	}

	.xl\:justify-between {
		justify-content: space-between !important
	}

	.xl\:justify-around {
		justify-content: space-around !important
	}

	.xl\:justify-evenly {
		justify-content: space-evenly !important
	}

	.xl\:flex-1 {
		flex: 1 1 0% !important
	}

	.xl\:flex-auto {
		flex: 1 1 auto !important
	}

	.xl\:flex-initial {
		flex: 0 1 auto !important
	}

	.xl\:flex-none {
		flex: none !important
	}

	.xl\:flex-grow-0 {
		flex-grow: 0 !important
	}

	.xl\:flex-grow {
		flex-grow: 1 !important
	}

	.xl\:flex-shrink-0 {
		flex-shrink: 0 !important
	}

	.xl\:flex-shrink {
		flex-shrink: 1 !important
	}

	.xl\:float-right {
		float: right !important
	}

	.xl\:float-left {
		float: left !important
	}

	.xl\:float-none {
		float: none !important
	}

	.xl\:clearfix:after {
		content: "" !important;
		display: table !important;
		clear: both !important
	}

	.xl\:clear-left {
		clear: left !important
	}

	.xl\:clear-right {
		clear: right !important
	}

	.xl\:clear-both {
		clear: both !important
	}

	.xl\:clear-none {
		clear: none !important
	}

	.xl\:font-hairline {
		font-weight: 100 !important
	}

	.xl\:font-thin {
		font-weight: 200 !important
	}

	.xl\:font-light {
		font-weight: 300 !important
	}

	.xl\:font-normal {
		font-weight: 400 !important
	}

	.xl\:font-medium {
		font-weight: 500 !important
	}

	.xl\:font-semibold {
		font-weight: 600 !important
	}

	.xl\:font-bold {
		font-weight: 700 !important
	}

	.xl\:font-extrabold {
		font-weight: 800 !important
	}

	.xl\:font-black {
		font-weight: 900 !important
	}

	.xl\:hover\:font-hairline:hover {
		font-weight: 100 !important
	}

	.xl\:hover\:font-thin:hover {
		font-weight: 200 !important
	}

	.xl\:hover\:font-light:hover {
		font-weight: 300 !important
	}

	.xl\:hover\:font-normal:hover {
		font-weight: 400 !important
	}

	.xl\:hover\:font-medium:hover {
		font-weight: 500 !important
	}

	.xl\:hover\:font-semibold:hover {
		font-weight: 600 !important
	}

	.xl\:hover\:font-bold:hover {
		font-weight: 700 !important
	}

	.xl\:hover\:font-extrabold:hover {
		font-weight: 800 !important
	}

	.xl\:hover\:font-black:hover {
		font-weight: 900 !important
	}

	.xl\:focus\:font-hairline:focus {
		font-weight: 100 !important
	}

	.xl\:focus\:font-thin:focus {
		font-weight: 200 !important
	}

	.xl\:focus\:font-light:focus {
		font-weight: 300 !important
	}

	.xl\:focus\:font-normal:focus {
		font-weight: 400 !important
	}

	.xl\:focus\:font-medium:focus {
		font-weight: 500 !important
	}

	.xl\:focus\:font-semibold:focus {
		font-weight: 600 !important
	}

	.xl\:focus\:font-bold:focus {
		font-weight: 700 !important
	}

	.xl\:focus\:font-extrabold:focus {
		font-weight: 800 !important
	}

	.xl\:focus\:font-black:focus {
		font-weight: 900 !important
	}

	.xl\:h-0 {
		height: 0 !important
	}

	.xl\:h-1 {
		height: .25rem !important
	}

	.xl\:h-2 {
		height: .5rem !important
	}

	.xl\:h-3 {
		height: .75rem !important
	}

	.xl\:h-4 {
		height: 1rem !important
	}

	.xl\:h-5 {
		height: 1.25rem !important
	}

	.xl\:h-6 {
		height: 1.5rem !important
	}

	.xl\:h-8 {
		height: 2rem !important
	}

	.xl\:h-10 {
		height: 2.5rem !important
	}

	.xl\:h-11 {
		height: 2.75rem !important
	}

	.xl\:h-12 {
		height: 3rem !important
	}

	.xl\:h-13 {
		height: 3.25rem !important
	}

	.xl\:h-14 {
		height: 3.5rem !important
	}

	.xl\:h-15 {
		height: 3.75rem !important
	}

	.xl\:h-16 {
		height: 4rem !important
	}

	.xl\:h-20 {
		height: 5rem !important
	}

	.xl\:h-24 {
		height: 6rem !important
	}

	.xl\:h-28 {
		height: 7rem !important
	}

	.xl\:h-30 {
		height: 7.5rem !important
	}

	.xl\:h-32 {
		height: 8rem !important
	}

	.xl\:h-35 {
		height: 8.75rem !important
	}

	.xl\:h-40 {
		height: 10rem !important
	}

	.xl\:h-47 {
		height: 11.75rem !important
	}

	.xl\:h-48 {
		height: 12rem !important
	}

	.xl\:h-51 {
		height: 12.75rem !important
	}

	.xl\:h-54 {
		height: 13.5rem !important
	}

	.xl\:h-56 {
		height: 14rem !important
	}

	.xl\:h-64 {
		height: 16rem !important
	}

	.xl\:h-74 {
		height: 18.5rem !important
	}

	.xl\:h-88 {
		height: 22rem !important
	}

	.xl\:h-102 {
		height: 25.5rem !important
	}

	.xl\:h-128 {
		height: 32rem !important
	}

	.xl\:h-134 {
		height: 40rem !important
	}

	.xl\:h-140 {
		height: 48rem !important
	}

	.xl\:h-150 {
		height: 56rem !important
	}

	.xl\:h-auto {
		height: auto !important
	}

	.xl\:h-px {
		height: 1px !important
	}

	.xl\:h--50 {
		height: -50px !important
	}

	.xl\:h-full {
		height: 100% !important
	}

	.xl\:h-screen {
		height: 100vh !important
	}

	.xl\:h-px50 {
		height: 50px !important
	}

	.xl\:h-introvideo_sm {
		height: 100% !important
	}

	.xl\:h-introvideo_md {
		height: 400px !important
	}

	.xl\:h-introvideo_lg {
		height: 645px !important
	}

	.xl\:h-introvideo_hl {
		height: 905px !important
	}

	.xl\:h-joinus_sm {
		height: 100% !important
	}

	.xl\:h-joinus_md {
		height: 308px !important
	}

	.xl\:h-joinus_hl, .xl\:h-joinus_lg {
		height: 536px !important
	}

	.xl\:h-propertyphoto_md {
		height: 320px !important
	}

	.xl\:h-propertyphoto_lg {
		height: 460px !important
	}

	.xl\:h-propertymap_md {
		height: 320px !important
	}

	.xl\:h-propertymap_lg {
		height: 440px !important
	}

	.xl\:text-8 {
		font-size: 8px !important
	}

	.xl\:text-10 {
		font-size: 10px !important
	}

	.xl\:text-13 {
		font-size: 13px !important
	}

	.xl\:text-19 {
		font-size: 19px !important
	}

	.xl\:text-32 {
		font-size: 2rem !important
	}

	.xl\:text-42 {
		font-size: 42px !important
	}

	.xl\:text-47 {
		font-size: 47px !important
	}

	.xl\:text-56 {
		font-size: 56px !important
	}

	.xl\:text-76 {
		font-size: 76px !important
	}

	.xl\:text-86 {
		font-size: 86px !important
	}

	.xl\:text-110 {
		font-size: 110px !important
	}

	.xl\:text-130 {
		font-size: 130px !important
	}

	.xl\:text-xs {
		font-size: .75rem !important
	}

	.xl\:text-sm {
		font-size: .875rem !important
	}

	.xl\:text-base {
		font-size: 1rem !important
	}

	.xl\:text-lg {
		font-size: 1.125rem !important
	}

	.xl\:text-xl {
		font-size: 1.25rem !important
	}

	.xl\:text-2xl {
		font-size: 1.5rem !important
	}

	.xl\:text-3xl {
		font-size: 1.875rem !important
	}

	.xl\:text-4xl {
		font-size: 2.25rem !important
	}

	.xl\:text-5xl {
		font-size: 3rem !important
	}

	.xl\:text-6xl {
		font-size: 4rem !important
	}

	.xl\:text-15p {
		font-size: 15px !important
	}

	.xl\:text-22p {
		font-size: 22px !important
	}

	.xl\:text-7xl {
		font-size: 5rem !important
	}

	.xl\:text-app-title {
		font-size: 1.75em !important
	}

	.xl\:leading-0 {
		line-height: 0 !important
	}

	.xl\:leading-3 {
		line-height: .75rem !important
	}

	.xl\:leading-4 {
		line-height: 1rem !important
	}

	.xl\:leading-5 {
		line-height: 1.25rem !important
	}

	.xl\:leading-6 {
		line-height: 1.5rem !important
	}

	.xl\:leading-7 {
		line-height: 1.75rem !important
	}

	.xl\:leading-8 {
		line-height: 2rem !important
	}

	.xl\:leading-9 {
		line-height: 2.25rem !important
	}

	.xl\:leading-10 {
		line-height: 2.5rem !important
	}

	.xl\:leading-none {
		line-height: 1 !important
	}

	.xl\:leading-tight {
		line-height: 1.25 !important
	}

	.xl\:leading-snug {
		line-height: 1.375 !important
	}

	.xl\:leading-normal {
		line-height: 1.5 !important
	}

	.xl\:leading-relaxed {
		line-height: 1.625 !important
	}

	.xl\:leading-loose {
		line-height: 2 !important
	}

	.xl\:m-0 {
		margin: 0 !important
	}

	.xl\:m-1 {
		margin: .25rem !important
	}

	.xl\:m-2 {
		margin: .5rem !important
	}

	.xl\:m-3 {
		margin: .75rem !important
	}

	.xl\:m-4 {
		margin: 1rem !important
	}

	.xl\:m-5 {
		margin: 1.25rem !important
	}

	.xl\:m-6 {
		margin: 1.5rem !important
	}

	.xl\:m-7 {
		margin: 1.75rem !important
	}

	.xl\:m-8 {
		margin: 2rem !important
	}

	.xl\:m-9 {
		margin: 2.25rem !important
	}

	.xl\:m-10 {
		margin: 2.5rem !important
	}

	.xl\:m-12 {
		margin: 3rem !important
	}

	.xl\:m-13, .xl\:m-14 {
		margin: 3.5rem !important
	}

	.xl\:m-15 {
		margin: 3.75rem !important
	}

	.xl\:m-16 {
		margin: 4rem !important
	}

	.xl\:m-20 {
		margin: 5rem !important
	}

	.xl\:m-24 {
		margin: 6rem !important
	}

	.xl\:m-30 {
		margin: 7.5rem !important
	}

	.xl\:m-32 {
		margin: 8rem !important
	}

	.xl\:m-40 {
		margin: 10rem !important
	}

	.xl\:m-48 {
		margin: 12rem !important
	}

	.xl\:m-56 {
		margin: 14rem !important
	}

	.xl\:m-64 {
		margin: 16rem !important
	}

	.xl\:m-auto {
		margin: auto !important
	}

	.xl\:m-px {
		margin: 1px !important
	}

	.xl\:-m-50 {
		margin: -50px !important
	}

	.xl\:-m-1 {
		margin: -.25rem !important
	}

	.xl\:-m-2 {
		margin: -.5rem !important
	}

	.xl\:-m-3 {
		margin: -.75rem !important
	}

	.xl\:-m-4 {
		margin: -1rem !important
	}

	.xl\:-m-5 {
		margin: -1.25rem !important
	}

	.xl\:-m-6 {
		margin: -1.5rem !important
	}

	.xl\:-m-8 {
		margin: -2rem !important
	}

	.xl\:-m-10 {
		margin: -2.5rem !important
	}

	.xl\:-m-12 {
		margin: -3rem !important
	}

	.xl\:-m-16 {
		margin: -4rem !important
	}

	.xl\:-m-20 {
		margin: -5rem !important
	}

	.xl\:-m-24 {
		margin: -6rem !important
	}

	.xl\:-m-32 {
		margin: -8rem !important
	}

	.xl\:-m-40 {
		margin: -10rem !important
	}

	.xl\:-m-48 {
		margin: -12rem !important
	}

	.xl\:-m-56 {
		margin: -14rem !important
	}

	.xl\:-m-64 {
		margin: -16rem !important
	}

	.xl\:-m-px {
		margin: -1px !important
	}

	.xl\:-m--50 {
		margin: 50px !important
	}

	.xl\:-m-14 {
		margin: -3.5rem !important
	}

	.xl\:-m-15 {
		margin: -3.75rem !important
	}

	.xl\:-m-25 {
		margin: -6.25rem !important
	}

	.xl\:-m-30 {
		margin: -7.5rem !important
	}

	.xl\:my-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.xl\:mx-0 {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.xl\:my-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.xl\:mx-1 {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.xl\:my-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.xl\:mx-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.xl\:my-3 {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.xl\:mx-3 {
		margin-left: .75rem !important;
		margin-right: .75rem !important
	}

	.xl\:my-4 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.xl\:mx-4 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.xl\:my-5 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.xl\:mx-5 {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.xl\:my-6 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.xl\:mx-6 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.xl\:my-7 {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.xl\:mx-7 {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important
	}

	.xl\:my-8 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.xl\:mx-8 {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.xl\:my-9 {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.xl\:mx-9 {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important
	}

	.xl\:my-10 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.xl\:mx-10 {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important
	}

	.xl\:my-12 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.xl\:mx-12 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.xl\:my-13 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.xl\:mx-13 {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.xl\:my-14 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.xl\:mx-14 {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.xl\:my-15 {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important
	}

	.xl\:mx-15 {
		margin-left: 3.75rem !important;
		margin-right: 3.75rem !important
	}

	.xl\:my-16 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.xl\:mx-16 {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.xl\:my-20 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.xl\:mx-20 {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.xl\:my-24 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.xl\:mx-24 {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.xl\:my-30 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.xl\:mx-30 {
		margin-left: 7.5rem !important;
		margin-right: 7.5rem !important
	}

	.xl\:my-32 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.xl\:mx-32 {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.xl\:my-40 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.xl\:mx-40 {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.xl\:my-48 {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.xl\:mx-48 {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.xl\:my-56 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.xl\:mx-56 {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.xl\:my-64 {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.xl\:mx-64 {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.xl\:my-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.xl\:mx-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.xl\:my-px {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}

	.xl\:mx-px {
		margin-left: 1px !important;
		margin-right: 1px !important
	}

	.xl\:-my-50 {
		margin-top: -50px !important;
		margin-bottom: -50px !important
	}

	.xl\:-mx-50 {
		margin-left: -50px !important;
		margin-right: -50px !important
	}

	.xl\:-my-1 {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.xl\:-mx-1 {
		margin-left: -.25rem !important;
		margin-right: -.25rem !important
	}

	.xl\:-my-2 {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.xl\:-mx-2 {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}

	.xl\:-my-3 {
		margin-top: -.75rem !important;
		margin-bottom: -.75rem !important
	}

	.xl\:-mx-3 {
		margin-left: -.75rem !important;
		margin-right: -.75rem !important
	}

	.xl\:-my-4 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.xl\:-mx-4 {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.xl\:-my-5 {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.xl\:-mx-5 {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.xl\:-my-6 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.xl\:-mx-6 {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.xl\:-my-8 {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.xl\:-mx-8 {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.xl\:-my-10 {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important
	}

	.xl\:-mx-10 {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important
	}

	.xl\:-my-12 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.xl\:-mx-12 {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.xl\:-my-16 {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.xl\:-mx-16 {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.xl\:-my-20 {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.xl\:-mx-20 {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.xl\:-my-24 {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.xl\:-mx-24 {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.xl\:-my-32 {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important
	}

	.xl\:-mx-32 {
		margin-left: -8rem !important;
		margin-right: -8rem !important
	}

	.xl\:-my-40 {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important
	}

	.xl\:-mx-40 {
		margin-left: -10rem !important;
		margin-right: -10rem !important
	}

	.xl\:-my-48 {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important
	}

	.xl\:-mx-48 {
		margin-left: -12rem !important;
		margin-right: -12rem !important
	}

	.xl\:-my-56 {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important
	}

	.xl\:-mx-56 {
		margin-left: -14rem !important;
		margin-right: -14rem !important
	}

	.xl\:-my-64 {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important
	}

	.xl\:-mx-64 {
		margin-left: -16rem !important;
		margin-right: -16rem !important
	}

	.xl\:-my-px {
		margin-top: -1px !important;
		margin-bottom: -1px !important
	}

	.xl\:-mx-px {
		margin-left: -1px !important;
		margin-right: -1px !important
	}

	.xl\:-my--50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}

	.xl\:-mx--50 {
		margin-left: 50px !important;
		margin-right: 50px !important
	}

	.xl\:-my-14 {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important
	}

	.xl\:-mx-14 {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important
	}

	.xl\:-my-15 {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important
	}

	.xl\:-mx-15 {
		margin-left: -3.75rem !important;
		margin-right: -3.75rem !important
	}

	.xl\:-my-25 {
		margin-top: -6.25rem !important;
		margin-bottom: -6.25rem !important
	}

	.xl\:-mx-25 {
		margin-left: -6.25rem !important;
		margin-right: -6.25rem !important
	}

	.xl\:-my-30 {
		margin-top: -7.5rem !important;
		margin-bottom: -7.5rem !important
	}

	.xl\:-mx-30 {
		margin-left: -7.5rem !important;
		margin-right: -7.5rem !important
	}

	.xl\:mt-0 {
		margin-top: 0 !important
	}

	.xl\:mr-0 {
		margin-right: 0 !important
	}

	.xl\:mb-0 {
		margin-bottom: 0 !important
	}

	.xl\:ml-0 {
		margin-left: 0 !important
	}

	.xl\:mt-1 {
		margin-top: .25rem !important
	}

	.xl\:mr-1 {
		margin-right: .25rem !important
	}

	.xl\:mb-1 {
		margin-bottom: .25rem !important
	}

	.xl\:ml-1 {
		margin-left: .25rem !important
	}

	.xl\:mt-2 {
		margin-top: .5rem !important
	}

	.xl\:mr-2 {
		margin-right: .5rem !important
	}

	.xl\:mb-2 {
		margin-bottom: .5rem !important
	}

	.xl\:ml-2 {
		margin-left: .5rem !important
	}

	.xl\:mt-3 {
		margin-top: .75rem !important
	}

	.xl\:mr-3 {
		margin-right: .75rem !important
	}

	.xl\:mb-3 {
		margin-bottom: .75rem !important
	}

	.xl\:ml-3 {
		margin-left: .75rem !important
	}

	.xl\:mt-4 {
		margin-top: 1rem !important
	}

	.xl\:mr-4 {
		margin-right: 1rem !important
	}

	.xl\:mb-4 {
		margin-bottom: 1rem !important
	}

	.xl\:ml-4 {
		margin-left: 1rem !important
	}

	.xl\:mt-5 {
		margin-top: 1.25rem !important
	}

	.xl\:mr-5 {
		margin-right: 1.25rem !important
	}

	.xl\:mb-5 {
		margin-bottom: 1.25rem !important
	}

	.xl\:ml-5 {
		margin-left: 1.25rem !important
	}

	.xl\:mt-6 {
		margin-top: 1.5rem !important
	}

	.xl\:mr-6 {
		margin-right: 1.5rem !important
	}

	.xl\:mb-6 {
		margin-bottom: 1.5rem !important
	}

	.xl\:ml-6 {
		margin-left: 1.5rem !important
	}

	.xl\:mt-7 {
		margin-top: 1.75rem !important
	}

	.xl\:mr-7 {
		margin-right: 1.75rem !important
	}

	.xl\:mb-7 {
		margin-bottom: 1.75rem !important
	}

	.xl\:ml-7 {
		margin-left: 1.75rem !important
	}

	.xl\:mt-8 {
		margin-top: 2rem !important
	}

	.xl\:mr-8 {
		margin-right: 2rem !important
	}

	.xl\:mb-8 {
		margin-bottom: 2rem !important
	}

	.xl\:ml-8 {
		margin-left: 2rem !important
	}

	.xl\:mt-9 {
		margin-top: 2.25rem !important
	}

	.xl\:mr-9 {
		margin-right: 2.25rem !important
	}

	.xl\:mb-9 {
		margin-bottom: 2.25rem !important
	}

	.xl\:ml-9 {
		margin-left: 2.25rem !important
	}

	.xl\:mt-10 {
		margin-top: 2.5rem !important
	}

	.xl\:mr-10 {
		margin-right: 2.5rem !important
	}

	.xl\:mb-10 {
		margin-bottom: 2.5rem !important
	}

	.xl\:ml-10 {
		margin-left: 2.5rem !important
	}

	.xl\:mt-12 {
		margin-top: 3rem !important
	}

	.xl\:mr-12 {
		margin-right: 3rem !important
	}

	.xl\:mb-12 {
		margin-bottom: 3rem !important
	}

	.xl\:ml-12 {
		margin-left: 3rem !important
	}

	.xl\:mt-13 {
		margin-top: 3.5rem !important
	}

	.xl\:mr-13 {
		margin-right: 3.5rem !important
	}

	.xl\:mb-13 {
		margin-bottom: 3.5rem !important
	}

	.xl\:ml-13 {
		margin-left: 3.5rem !important
	}

	.xl\:mt-14 {
		margin-top: 3.5rem !important
	}

	.xl\:mr-14 {
		margin-right: 3.5rem !important
	}

	.xl\:mb-14 {
		margin-bottom: 3.5rem !important
	}

	.xl\:ml-14 {
		margin-left: 3.5rem !important
	}

	.xl\:mt-15 {
		margin-top: 3.75rem !important
	}

	.xl\:mr-15 {
		margin-right: 3.75rem !important
	}

	.xl\:mb-15 {
		margin-bottom: 3.75rem !important
	}

	.xl\:ml-15 {
		margin-left: 3.75rem !important
	}

	.xl\:mt-16 {
		margin-top: 4rem !important
	}

	.xl\:mr-16 {
		margin-right: 4rem !important
	}

	.xl\:mb-16 {
		margin-bottom: 4rem !important
	}

	.xl\:ml-16 {
		margin-left: 4rem !important
	}

	.xl\:mt-20 {
		margin-top: 5rem !important
	}

	.xl\:mr-20 {
		margin-right: 5rem !important
	}

	.xl\:mb-20 {
		margin-bottom: 5rem !important
	}

	.xl\:ml-20 {
		margin-left: 5rem !important
	}

	.xl\:mt-24 {
		margin-top: 6rem !important
	}

	.xl\:mr-24 {
		margin-right: 6rem !important
	}

	.xl\:mb-24 {
		margin-bottom: 6rem !important
	}

	.xl\:ml-24 {
		margin-left: 6rem !important
	}

	.xl\:mt-30 {
		margin-top: 7.5rem !important
	}

	.xl\:mr-30 {
		margin-right: 7.5rem !important
	}

	.xl\:mb-30 {
		margin-bottom: 7.5rem !important
	}

	.xl\:ml-30 {
		margin-left: 7.5rem !important
	}

	.xl\:mt-32 {
		margin-top: 8rem !important
	}

	.xl\:mr-32 {
		margin-right: 8rem !important
	}

	.xl\:mb-32 {
		margin-bottom: 8rem !important
	}

	.xl\:ml-32 {
		margin-left: 8rem !important
	}

	.xl\:mt-40 {
		margin-top: 10rem !important
	}

	.xl\:mr-40 {
		margin-right: 10rem !important
	}

	.xl\:mb-40 {
		margin-bottom: 10rem !important
	}

	.xl\:ml-40 {
		margin-left: 10rem !important
	}

	.xl\:mt-48 {
		margin-top: 12rem !important
	}

	.xl\:mr-48 {
		margin-right: 12rem !important
	}

	.xl\:mb-48 {
		margin-bottom: 12rem !important
	}

	.xl\:ml-48 {
		margin-left: 12rem !important
	}

	.xl\:mt-56 {
		margin-top: 14rem !important
	}

	.xl\:mr-56 {
		margin-right: 14rem !important
	}

	.xl\:mb-56 {
		margin-bottom: 14rem !important
	}

	.xl\:ml-56 {
		margin-left: 14rem !important
	}

	.xl\:mt-64 {
		margin-top: 16rem !important
	}

	.xl\:mr-64 {
		margin-right: 16rem !important
	}

	.xl\:mb-64 {
		margin-bottom: 16rem !important
	}

	.xl\:ml-64 {
		margin-left: 16rem !important
	}

	.xl\:mt-auto {
		margin-top: auto !important
	}

	.xl\:mr-auto {
		margin-right: auto !important
	}

	.xl\:mb-auto {
		margin-bottom: auto !important
	}

	.xl\:ml-auto {
		margin-left: auto !important
	}

	.xl\:mt-px {
		margin-top: 1px !important
	}

	.xl\:mr-px {
		margin-right: 1px !important
	}

	.xl\:mb-px {
		margin-bottom: 1px !important
	}

	.xl\:ml-px {
		margin-left: 1px !important
	}

	.xl\:-mt-50 {
		margin-top: -50px !important
	}

	.xl\:-mr-50 {
		margin-right: -50px !important
	}

	.xl\:-mb-50 {
		margin-bottom: -50px !important
	}

	.xl\:-ml-50 {
		margin-left: -50px !important
	}

	.xl\:-mt-1 {
		margin-top: -.25rem !important
	}

	.xl\:-mr-1 {
		margin-right: -.25rem !important
	}

	.xl\:-mb-1 {
		margin-bottom: -.25rem !important
	}

	.xl\:-ml-1 {
		margin-left: -.25rem !important
	}

	.xl\:-mt-2 {
		margin-top: -.5rem !important
	}

	.xl\:-mr-2 {
		margin-right: -.5rem !important
	}

	.xl\:-mb-2 {
		margin-bottom: -.5rem !important
	}

	.xl\:-ml-2 {
		margin-left: -.5rem !important
	}

	.xl\:-mt-3 {
		margin-top: -.75rem !important
	}

	.xl\:-mr-3 {
		margin-right: -.75rem !important
	}

	.xl\:-mb-3 {
		margin-bottom: -.75rem !important
	}

	.xl\:-ml-3 {
		margin-left: -.75rem !important
	}

	.xl\:-mt-4 {
		margin-top: -1rem !important
	}

	.xl\:-mr-4 {
		margin-right: -1rem !important
	}

	.xl\:-mb-4 {
		margin-bottom: -1rem !important
	}

	.xl\:-ml-4 {
		margin-left: -1rem !important
	}

	.xl\:-mt-5 {
		margin-top: -1.25rem !important
	}

	.xl\:-mr-5 {
		margin-right: -1.25rem !important
	}

	.xl\:-mb-5 {
		margin-bottom: -1.25rem !important
	}

	.xl\:-ml-5 {
		margin-left: -1.25rem !important
	}

	.xl\:-mt-6 {
		margin-top: -1.5rem !important
	}

	.xl\:-mr-6 {
		margin-right: -1.5rem !important
	}

	.xl\:-mb-6 {
		margin-bottom: -1.5rem !important
	}

	.xl\:-ml-6 {
		margin-left: -1.5rem !important
	}

	.xl\:-mt-8 {
		margin-top: -2rem !important
	}

	.xl\:-mr-8 {
		margin-right: -2rem !important
	}

	.xl\:-mb-8 {
		margin-bottom: -2rem !important
	}

	.xl\:-ml-8 {
		margin-left: -2rem !important
	}

	.xl\:-mt-10 {
		margin-top: -2.5rem !important
	}

	.xl\:-mr-10 {
		margin-right: -2.5rem !important
	}

	.xl\:-mb-10 {
		margin-bottom: -2.5rem !important
	}

	.xl\:-ml-10 {
		margin-left: -2.5rem !important
	}

	.xl\:-mt-12 {
		margin-top: -3rem !important
	}

	.xl\:-mr-12 {
		margin-right: -3rem !important
	}

	.xl\:-mb-12 {
		margin-bottom: -3rem !important
	}

	.xl\:-ml-12 {
		margin-left: -3rem !important
	}

	.xl\:-mt-16 {
		margin-top: -4rem !important
	}

	.xl\:-mr-16 {
		margin-right: -4rem !important
	}

	.xl\:-mb-16 {
		margin-bottom: -4rem !important
	}

	.xl\:-ml-16 {
		margin-left: -4rem !important
	}

	.xl\:-mt-20 {
		margin-top: -5rem !important
	}

	.xl\:-mr-20 {
		margin-right: -5rem !important
	}

	.xl\:-mb-20 {
		margin-bottom: -5rem !important
	}

	.xl\:-ml-20 {
		margin-left: -5rem !important
	}

	.xl\:-mt-24 {
		margin-top: -6rem !important
	}

	.xl\:-mr-24 {
		margin-right: -6rem !important
	}

	.xl\:-mb-24 {
		margin-bottom: -6rem !important
	}

	.xl\:-ml-24 {
		margin-left: -6rem !important
	}

	.xl\:-mt-32 {
		margin-top: -8rem !important
	}

	.xl\:-mr-32 {
		margin-right: -8rem !important
	}

	.xl\:-mb-32 {
		margin-bottom: -8rem !important
	}

	.xl\:-ml-32 {
		margin-left: -8rem !important
	}

	.xl\:-mt-40 {
		margin-top: -10rem !important
	}

	.xl\:-mr-40 {
		margin-right: -10rem !important
	}

	.xl\:-mb-40 {
		margin-bottom: -10rem !important
	}

	.xl\:-ml-40 {
		margin-left: -10rem !important
	}

	.xl\:-mt-48 {
		margin-top: -12rem !important
	}

	.xl\:-mr-48 {
		margin-right: -12rem !important
	}

	.xl\:-mb-48 {
		margin-bottom: -12rem !important
	}

	.xl\:-ml-48 {
		margin-left: -12rem !important
	}

	.xl\:-mt-56 {
		margin-top: -14rem !important
	}

	.xl\:-mr-56 {
		margin-right: -14rem !important
	}

	.xl\:-mb-56 {
		margin-bottom: -14rem !important
	}

	.xl\:-ml-56 {
		margin-left: -14rem !important
	}

	.xl\:-mt-64 {
		margin-top: -16rem !important
	}

	.xl\:-mr-64 {
		margin-right: -16rem !important
	}

	.xl\:-mb-64 {
		margin-bottom: -16rem !important
	}

	.xl\:-ml-64 {
		margin-left: -16rem !important
	}

	.xl\:-mt-px {
		margin-top: -1px !important
	}

	.xl\:-mr-px {
		margin-right: -1px !important
	}

	.xl\:-mb-px {
		margin-bottom: -1px !important
	}

	.xl\:-ml-px {
		margin-left: -1px !important
	}

	.xl\:-mt--50 {
		margin-top: 50px !important
	}

	.xl\:-mr--50 {
		margin-right: 50px !important
	}

	.xl\:-mb--50 {
		margin-bottom: 50px !important
	}

	.xl\:-ml--50 {
		margin-left: 50px !important
	}

	.xl\:-mt-14 {
		margin-top: -3.5rem !important
	}

	.xl\:-mr-14 {
		margin-right: -3.5rem !important
	}

	.xl\:-mb-14 {
		margin-bottom: -3.5rem !important
	}

	.xl\:-ml-14 {
		margin-left: -3.5rem !important
	}

	.xl\:-mt-15 {
		margin-top: -3.75rem !important
	}

	.xl\:-mr-15 {
		margin-right: -3.75rem !important
	}

	.xl\:-mb-15 {
		margin-bottom: -3.75rem !important
	}

	.xl\:-ml-15 {
		margin-left: -3.75rem !important
	}

	.xl\:-mt-25 {
		margin-top: -6.25rem !important
	}

	.xl\:-mr-25 {
		margin-right: -6.25rem !important
	}

	.xl\:-mb-25 {
		margin-bottom: -6.25rem !important
	}

	.xl\:-ml-25 {
		margin-left: -6.25rem !important
	}

	.xl\:-mt-30 {
		margin-top: -7.5rem !important
	}

	.xl\:-mr-30 {
		margin-right: -7.5rem !important
	}

	.xl\:-mb-30 {
		margin-bottom: -7.5rem !important
	}

	.xl\:-ml-30 {
		margin-left: -7.5rem !important
	}

	.xl\:last\:m-0:last-child {
		margin: 0 !important
	}

	.xl\:last\:m-1:last-child {
		margin: .25rem !important
	}

	.xl\:last\:m-2:last-child {
		margin: .5rem !important
	}

	.xl\:last\:m-3:last-child {
		margin: .75rem !important
	}

	.xl\:last\:m-4:last-child {
		margin: 1rem !important
	}

	.xl\:last\:m-5:last-child {
		margin: 1.25rem !important
	}

	.xl\:last\:m-6:last-child {
		margin: 1.5rem !important
	}

	.xl\:last\:m-7:last-child {
		margin: 1.75rem !important
	}

	.xl\:last\:m-8:last-child {
		margin: 2rem !important
	}

	.xl\:last\:m-9:last-child {
		margin: 2.25rem !important
	}

	.xl\:last\:m-10:last-child {
		margin: 2.5rem !important
	}

	.xl\:last\:m-12:last-child {
		margin: 3rem !important
	}

	.xl\:last\:m-13:last-child, .xl\:last\:m-14:last-child {
		margin: 3.5rem !important
	}

	.xl\:last\:m-15:last-child {
		margin: 3.75rem !important
	}

	.xl\:last\:m-16:last-child {
		margin: 4rem !important
	}

	.xl\:last\:m-20:last-child {
		margin: 5rem !important
	}

	.xl\:last\:m-24:last-child {
		margin: 6rem !important
	}

	.xl\:last\:m-30:last-child {
		margin: 7.5rem !important
	}

	.xl\:last\:m-32:last-child {
		margin: 8rem !important
	}

	.xl\:last\:m-40:last-child {
		margin: 10rem !important
	}

	.xl\:last\:m-48:last-child {
		margin: 12rem !important
	}

	.xl\:last\:m-56:last-child {
		margin: 14rem !important
	}

	.xl\:last\:m-64:last-child {
		margin: 16rem !important
	}

	.xl\:last\:m-auto:last-child {
		margin: auto !important
	}

	.xl\:last\:m-px:last-child {
		margin: 1px !important
	}

	.xl\:last\:-m-50:last-child {
		margin: -50px !important
	}

	.xl\:last\:-m-1:last-child {
		margin: -.25rem !important
	}

	.xl\:last\:-m-2:last-child {
		margin: -.5rem !important
	}

	.xl\:last\:-m-3:last-child {
		margin: -.75rem !important
	}

	.xl\:last\:-m-4:last-child {
		margin: -1rem !important
	}

	.xl\:last\:-m-5:last-child {
		margin: -1.25rem !important
	}

	.xl\:last\:-m-6:last-child {
		margin: -1.5rem !important
	}

	.xl\:last\:-m-8:last-child {
		margin: -2rem !important
	}

	.xl\:last\:-m-10:last-child {
		margin: -2.5rem !important
	}

	.xl\:last\:-m-12:last-child {
		margin: -3rem !important
	}

	.xl\:last\:-m-16:last-child {
		margin: -4rem !important
	}

	.xl\:last\:-m-20:last-child {
		margin: -5rem !important
	}

	.xl\:last\:-m-24:last-child {
		margin: -6rem !important
	}

	.xl\:last\:-m-32:last-child {
		margin: -8rem !important
	}

	.xl\:last\:-m-40:last-child {
		margin: -10rem !important
	}

	.xl\:last\:-m-48:last-child {
		margin: -12rem !important
	}

	.xl\:last\:-m-56:last-child {
		margin: -14rem !important
	}

	.xl\:last\:-m-64:last-child {
		margin: -16rem !important
	}

	.xl\:last\:-m-px:last-child {
		margin: -1px !important
	}

	.xl\:last\:-m--50:last-child {
		margin: 50px !important
	}

	.xl\:last\:-m-14:last-child {
		margin: -3.5rem !important
	}

	.xl\:last\:-m-15:last-child {
		margin: -3.75rem !important
	}

	.xl\:last\:-m-25:last-child {
		margin: -6.25rem !important
	}

	.xl\:last\:-m-30:last-child {
		margin: -7.5rem !important
	}

	.xl\:last\:my-0:last-child {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.xl\:last\:mx-0:last-child {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.xl\:last\:my-1:last-child {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.xl\:last\:mx-1:last-child {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.xl\:last\:my-2:last-child {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.xl\:last\:mx-2:last-child {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.xl\:last\:my-3:last-child {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.xl\:last\:mx-3:last-child {
		margin-left: .75rem !important;
		margin-right: .75rem !important
	}

	.xl\:last\:my-4:last-child {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.xl\:last\:mx-4:last-child {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.xl\:last\:my-5:last-child {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.xl\:last\:mx-5:last-child {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.xl\:last\:my-6:last-child {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.xl\:last\:mx-6:last-child {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.xl\:last\:my-7:last-child {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.xl\:last\:mx-7:last-child {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important
	}

	.xl\:last\:my-8:last-child {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.xl\:last\:mx-8:last-child {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.xl\:last\:my-9:last-child {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.xl\:last\:mx-9:last-child {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important
	}

	.xl\:last\:my-10:last-child {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.xl\:last\:mx-10:last-child {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important
	}

	.xl\:last\:my-12:last-child {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.xl\:last\:mx-12:last-child {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.xl\:last\:my-13:last-child {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.xl\:last\:mx-13:last-child {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.xl\:last\:my-14:last-child {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.xl\:last\:mx-14:last-child {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.xl\:last\:my-15:last-child {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important
	}

	.xl\:last\:mx-15:last-child {
		margin-left: 3.75rem !important;
		margin-right: 3.75rem !important
	}

	.xl\:last\:my-16:last-child {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.xl\:last\:mx-16:last-child {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.xl\:last\:my-20:last-child {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.xl\:last\:mx-20:last-child {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.xl\:last\:my-24:last-child {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.xl\:last\:mx-24:last-child {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.xl\:last\:my-30:last-child {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.xl\:last\:mx-30:last-child {
		margin-left: 7.5rem !important;
		margin-right: 7.5rem !important
	}

	.xl\:last\:my-32:last-child {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.xl\:last\:mx-32:last-child {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.xl\:last\:my-40:last-child {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.xl\:last\:mx-40:last-child {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.xl\:last\:my-48:last-child {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.xl\:last\:mx-48:last-child {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.xl\:last\:my-56:last-child {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.xl\:last\:mx-56:last-child {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.xl\:last\:my-64:last-child {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.xl\:last\:mx-64:last-child {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.xl\:last\:my-auto:last-child {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.xl\:last\:mx-auto:last-child {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.xl\:last\:my-px:last-child {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}

	.xl\:last\:mx-px:last-child {
		margin-left: 1px !important;
		margin-right: 1px !important
	}

	.xl\:last\:-my-50:last-child {
		margin-top: -50px !important;
		margin-bottom: -50px !important
	}

	.xl\:last\:-mx-50:last-child {
		margin-left: -50px !important;
		margin-right: -50px !important
	}

	.xl\:last\:-my-1:last-child {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.xl\:last\:-mx-1:last-child {
		margin-left: -.25rem !important;
		margin-right: -.25rem !important
	}

	.xl\:last\:-my-2:last-child {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.xl\:last\:-mx-2:last-child {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}

	.xl\:last\:-my-3:last-child {
		margin-top: -.75rem !important;
		margin-bottom: -.75rem !important
	}

	.xl\:last\:-mx-3:last-child {
		margin-left: -.75rem !important;
		margin-right: -.75rem !important
	}

	.xl\:last\:-my-4:last-child {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.xl\:last\:-mx-4:last-child {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.xl\:last\:-my-5:last-child {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.xl\:last\:-mx-5:last-child {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.xl\:last\:-my-6:last-child {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.xl\:last\:-mx-6:last-child {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.xl\:last\:-my-8:last-child {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.xl\:last\:-mx-8:last-child {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.xl\:last\:-my-10:last-child {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important
	}

	.xl\:last\:-mx-10:last-child {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important
	}

	.xl\:last\:-my-12:last-child {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.xl\:last\:-mx-12:last-child {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.xl\:last\:-my-16:last-child {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.xl\:last\:-mx-16:last-child {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.xl\:last\:-my-20:last-child {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.xl\:last\:-mx-20:last-child {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.xl\:last\:-my-24:last-child {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.xl\:last\:-mx-24:last-child {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.xl\:last\:-my-32:last-child {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important
	}

	.xl\:last\:-mx-32:last-child {
		margin-left: -8rem !important;
		margin-right: -8rem !important
	}

	.xl\:last\:-my-40:last-child {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important
	}

	.xl\:last\:-mx-40:last-child {
		margin-left: -10rem !important;
		margin-right: -10rem !important
	}

	.xl\:last\:-my-48:last-child {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important
	}

	.xl\:last\:-mx-48:last-child {
		margin-left: -12rem !important;
		margin-right: -12rem !important
	}

	.xl\:last\:-my-56:last-child {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important
	}

	.xl\:last\:-mx-56:last-child {
		margin-left: -14rem !important;
		margin-right: -14rem !important
	}

	.xl\:last\:-my-64:last-child {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important
	}

	.xl\:last\:-mx-64:last-child {
		margin-left: -16rem !important;
		margin-right: -16rem !important
	}

	.xl\:last\:-my-px:last-child {
		margin-top: -1px !important;
		margin-bottom: -1px !important
	}

	.xl\:last\:-mx-px:last-child {
		margin-left: -1px !important;
		margin-right: -1px !important
	}

	.xl\:last\:-my--50:last-child {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}

	.xl\:last\:-mx--50:last-child {
		margin-left: 50px !important;
		margin-right: 50px !important
	}

	.xl\:last\:-my-14:last-child {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important
	}

	.xl\:last\:-mx-14:last-child {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important
	}

	.xl\:last\:-my-15:last-child {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important
	}

	.xl\:last\:-mx-15:last-child {
		margin-left: -3.75rem !important;
		margin-right: -3.75rem !important
	}

	.xl\:last\:-my-25:last-child {
		margin-top: -6.25rem !important;
		margin-bottom: -6.25rem !important
	}

	.xl\:last\:-mx-25:last-child {
		margin-left: -6.25rem !important;
		margin-right: -6.25rem !important
	}

	.xl\:last\:-my-30:last-child {
		margin-top: -7.5rem !important;
		margin-bottom: -7.5rem !important
	}

	.xl\:last\:-mx-30:last-child {
		margin-left: -7.5rem !important;
		margin-right: -7.5rem !important
	}

	.xl\:last\:mt-0:last-child {
		margin-top: 0 !important
	}

	.xl\:last\:mr-0:last-child {
		margin-right: 0 !important
	}

	.xl\:last\:mb-0:last-child {
		margin-bottom: 0 !important
	}

	.xl\:last\:ml-0:last-child {
		margin-left: 0 !important
	}

	.xl\:last\:mt-1:last-child {
		margin-top: .25rem !important
	}

	.xl\:last\:mr-1:last-child {
		margin-right: .25rem !important
	}

	.xl\:last\:mb-1:last-child {
		margin-bottom: .25rem !important
	}

	.xl\:last\:ml-1:last-child {
		margin-left: .25rem !important
	}

	.xl\:last\:mt-2:last-child {
		margin-top: .5rem !important
	}

	.xl\:last\:mr-2:last-child {
		margin-right: .5rem !important
	}

	.xl\:last\:mb-2:last-child {
		margin-bottom: .5rem !important
	}

	.xl\:last\:ml-2:last-child {
		margin-left: .5rem !important
	}

	.xl\:last\:mt-3:last-child {
		margin-top: .75rem !important
	}

	.xl\:last\:mr-3:last-child {
		margin-right: .75rem !important
	}

	.xl\:last\:mb-3:last-child {
		margin-bottom: .75rem !important
	}

	.xl\:last\:ml-3:last-child {
		margin-left: .75rem !important
	}

	.xl\:last\:mt-4:last-child {
		margin-top: 1rem !important
	}

	.xl\:last\:mr-4:last-child {
		margin-right: 1rem !important
	}

	.xl\:last\:mb-4:last-child {
		margin-bottom: 1rem !important
	}

	.xl\:last\:ml-4:last-child {
		margin-left: 1rem !important
	}

	.xl\:last\:mt-5:last-child {
		margin-top: 1.25rem !important
	}

	.xl\:last\:mr-5:last-child {
		margin-right: 1.25rem !important
	}

	.xl\:last\:mb-5:last-child {
		margin-bottom: 1.25rem !important
	}

	.xl\:last\:ml-5:last-child {
		margin-left: 1.25rem !important
	}

	.xl\:last\:mt-6:last-child {
		margin-top: 1.5rem !important
	}

	.xl\:last\:mr-6:last-child {
		margin-right: 1.5rem !important
	}

	.xl\:last\:mb-6:last-child {
		margin-bottom: 1.5rem !important
	}

	.xl\:last\:ml-6:last-child {
		margin-left: 1.5rem !important
	}

	.xl\:last\:mt-7:last-child {
		margin-top: 1.75rem !important
	}

	.xl\:last\:mr-7:last-child {
		margin-right: 1.75rem !important
	}

	.xl\:last\:mb-7:last-child {
		margin-bottom: 1.75rem !important
	}

	.xl\:last\:ml-7:last-child {
		margin-left: 1.75rem !important
	}

	.xl\:last\:mt-8:last-child {
		margin-top: 2rem !important
	}

	.xl\:last\:mr-8:last-child {
		margin-right: 2rem !important
	}

	.xl\:last\:mb-8:last-child {
		margin-bottom: 2rem !important
	}

	.xl\:last\:ml-8:last-child {
		margin-left: 2rem !important
	}

	.xl\:last\:mt-9:last-child {
		margin-top: 2.25rem !important
	}

	.xl\:last\:mr-9:last-child {
		margin-right: 2.25rem !important
	}

	.xl\:last\:mb-9:last-child {
		margin-bottom: 2.25rem !important
	}

	.xl\:last\:ml-9:last-child {
		margin-left: 2.25rem !important
	}

	.xl\:last\:mt-10:last-child {
		margin-top: 2.5rem !important
	}

	.xl\:last\:mr-10:last-child {
		margin-right: 2.5rem !important
	}

	.xl\:last\:mb-10:last-child {
		margin-bottom: 2.5rem !important
	}

	.xl\:last\:ml-10:last-child {
		margin-left: 2.5rem !important
	}

	.xl\:last\:mt-12:last-child {
		margin-top: 3rem !important
	}

	.xl\:last\:mr-12:last-child {
		margin-right: 3rem !important
	}

	.xl\:last\:mb-12:last-child {
		margin-bottom: 3rem !important
	}

	.xl\:last\:ml-12:last-child {
		margin-left: 3rem !important
	}

	.xl\:last\:mt-13:last-child {
		margin-top: 3.5rem !important
	}

	.xl\:last\:mr-13:last-child {
		margin-right: 3.5rem !important
	}

	.xl\:last\:mb-13:last-child {
		margin-bottom: 3.5rem !important
	}

	.xl\:last\:ml-13:last-child {
		margin-left: 3.5rem !important
	}

	.xl\:last\:mt-14:last-child {
		margin-top: 3.5rem !important
	}

	.xl\:last\:mr-14:last-child {
		margin-right: 3.5rem !important
	}

	.xl\:last\:mb-14:last-child {
		margin-bottom: 3.5rem !important
	}

	.xl\:last\:ml-14:last-child {
		margin-left: 3.5rem !important
	}

	.xl\:last\:mt-15:last-child {
		margin-top: 3.75rem !important
	}

	.xl\:last\:mr-15:last-child {
		margin-right: 3.75rem !important
	}

	.xl\:last\:mb-15:last-child {
		margin-bottom: 3.75rem !important
	}

	.xl\:last\:ml-15:last-child {
		margin-left: 3.75rem !important
	}

	.xl\:last\:mt-16:last-child {
		margin-top: 4rem !important
	}

	.xl\:last\:mr-16:last-child {
		margin-right: 4rem !important
	}

	.xl\:last\:mb-16:last-child {
		margin-bottom: 4rem !important
	}

	.xl\:last\:ml-16:last-child {
		margin-left: 4rem !important
	}

	.xl\:last\:mt-20:last-child {
		margin-top: 5rem !important
	}

	.xl\:last\:mr-20:last-child {
		margin-right: 5rem !important
	}

	.xl\:last\:mb-20:last-child {
		margin-bottom: 5rem !important
	}

	.xl\:last\:ml-20:last-child {
		margin-left: 5rem !important
	}

	.xl\:last\:mt-24:last-child {
		margin-top: 6rem !important
	}

	.xl\:last\:mr-24:last-child {
		margin-right: 6rem !important
	}

	.xl\:last\:mb-24:last-child {
		margin-bottom: 6rem !important
	}

	.xl\:last\:ml-24:last-child {
		margin-left: 6rem !important
	}

	.xl\:last\:mt-30:last-child {
		margin-top: 7.5rem !important
	}

	.xl\:last\:mr-30:last-child {
		margin-right: 7.5rem !important
	}

	.xl\:last\:mb-30:last-child {
		margin-bottom: 7.5rem !important
	}

	.xl\:last\:ml-30:last-child {
		margin-left: 7.5rem !important
	}

	.xl\:last\:mt-32:last-child {
		margin-top: 8rem !important
	}

	.xl\:last\:mr-32:last-child {
		margin-right: 8rem !important
	}

	.xl\:last\:mb-32:last-child {
		margin-bottom: 8rem !important
	}

	.xl\:last\:ml-32:last-child {
		margin-left: 8rem !important
	}

	.xl\:last\:mt-40:last-child {
		margin-top: 10rem !important
	}

	.xl\:last\:mr-40:last-child {
		margin-right: 10rem !important
	}

	.xl\:last\:mb-40:last-child {
		margin-bottom: 10rem !important
	}

	.xl\:last\:ml-40:last-child {
		margin-left: 10rem !important
	}

	.xl\:last\:mt-48:last-child {
		margin-top: 12rem !important
	}

	.xl\:last\:mr-48:last-child {
		margin-right: 12rem !important
	}

	.xl\:last\:mb-48:last-child {
		margin-bottom: 12rem !important
	}

	.xl\:last\:ml-48:last-child {
		margin-left: 12rem !important
	}

	.xl\:last\:mt-56:last-child {
		margin-top: 14rem !important
	}

	.xl\:last\:mr-56:last-child {
		margin-right: 14rem !important
	}

	.xl\:last\:mb-56:last-child {
		margin-bottom: 14rem !important
	}

	.xl\:last\:ml-56:last-child {
		margin-left: 14rem !important
	}

	.xl\:last\:mt-64:last-child {
		margin-top: 16rem !important
	}

	.xl\:last\:mr-64:last-child {
		margin-right: 16rem !important
	}

	.xl\:last\:mb-64:last-child {
		margin-bottom: 16rem !important
	}

	.xl\:last\:ml-64:last-child {
		margin-left: 16rem !important
	}

	.xl\:last\:mt-auto:last-child {
		margin-top: auto !important
	}

	.xl\:last\:mr-auto:last-child {
		margin-right: auto !important
	}

	.xl\:last\:mb-auto:last-child {
		margin-bottom: auto !important
	}

	.xl\:last\:ml-auto:last-child {
		margin-left: auto !important
	}

	.xl\:last\:mt-px:last-child {
		margin-top: 1px !important
	}

	.xl\:last\:mr-px:last-child {
		margin-right: 1px !important
	}

	.xl\:last\:mb-px:last-child {
		margin-bottom: 1px !important
	}

	.xl\:last\:ml-px:last-child {
		margin-left: 1px !important
	}

	.xl\:last\:-mt-50:last-child {
		margin-top: -50px !important
	}

	.xl\:last\:-mr-50:last-child {
		margin-right: -50px !important
	}

	.xl\:last\:-mb-50:last-child {
		margin-bottom: -50px !important
	}

	.xl\:last\:-ml-50:last-child {
		margin-left: -50px !important
	}

	.xl\:last\:-mt-1:last-child {
		margin-top: -.25rem !important
	}

	.xl\:last\:-mr-1:last-child {
		margin-right: -.25rem !important
	}

	.xl\:last\:-mb-1:last-child {
		margin-bottom: -.25rem !important
	}

	.xl\:last\:-ml-1:last-child {
		margin-left: -.25rem !important
	}

	.xl\:last\:-mt-2:last-child {
		margin-top: -.5rem !important
	}

	.xl\:last\:-mr-2:last-child {
		margin-right: -.5rem !important
	}

	.xl\:last\:-mb-2:last-child {
		margin-bottom: -.5rem !important
	}

	.xl\:last\:-ml-2:last-child {
		margin-left: -.5rem !important
	}

	.xl\:last\:-mt-3:last-child {
		margin-top: -.75rem !important
	}

	.xl\:last\:-mr-3:last-child {
		margin-right: -.75rem !important
	}

	.xl\:last\:-mb-3:last-child {
		margin-bottom: -.75rem !important
	}

	.xl\:last\:-ml-3:last-child {
		margin-left: -.75rem !important
	}

	.xl\:last\:-mt-4:last-child {
		margin-top: -1rem !important
	}

	.xl\:last\:-mr-4:last-child {
		margin-right: -1rem !important
	}

	.xl\:last\:-mb-4:last-child {
		margin-bottom: -1rem !important
	}

	.xl\:last\:-ml-4:last-child {
		margin-left: -1rem !important
	}

	.xl\:last\:-mt-5:last-child {
		margin-top: -1.25rem !important
	}

	.xl\:last\:-mr-5:last-child {
		margin-right: -1.25rem !important
	}

	.xl\:last\:-mb-5:last-child {
		margin-bottom: -1.25rem !important
	}

	.xl\:last\:-ml-5:last-child {
		margin-left: -1.25rem !important
	}

	.xl\:last\:-mt-6:last-child {
		margin-top: -1.5rem !important
	}

	.xl\:last\:-mr-6:last-child {
		margin-right: -1.5rem !important
	}

	.xl\:last\:-mb-6:last-child {
		margin-bottom: -1.5rem !important
	}

	.xl\:last\:-ml-6:last-child {
		margin-left: -1.5rem !important
	}

	.xl\:last\:-mt-8:last-child {
		margin-top: -2rem !important
	}

	.xl\:last\:-mr-8:last-child {
		margin-right: -2rem !important
	}

	.xl\:last\:-mb-8:last-child {
		margin-bottom: -2rem !important
	}

	.xl\:last\:-ml-8:last-child {
		margin-left: -2rem !important
	}

	.xl\:last\:-mt-10:last-child {
		margin-top: -2.5rem !important
	}

	.xl\:last\:-mr-10:last-child {
		margin-right: -2.5rem !important
	}

	.xl\:last\:-mb-10:last-child {
		margin-bottom: -2.5rem !important
	}

	.xl\:last\:-ml-10:last-child {
		margin-left: -2.5rem !important
	}

	.xl\:last\:-mt-12:last-child {
		margin-top: -3rem !important
	}

	.xl\:last\:-mr-12:last-child {
		margin-right: -3rem !important
	}

	.xl\:last\:-mb-12:last-child {
		margin-bottom: -3rem !important
	}

	.xl\:last\:-ml-12:last-child {
		margin-left: -3rem !important
	}

	.xl\:last\:-mt-16:last-child {
		margin-top: -4rem !important
	}

	.xl\:last\:-mr-16:last-child {
		margin-right: -4rem !important
	}

	.xl\:last\:-mb-16:last-child {
		margin-bottom: -4rem !important
	}

	.xl\:last\:-ml-16:last-child {
		margin-left: -4rem !important
	}

	.xl\:last\:-mt-20:last-child {
		margin-top: -5rem !important
	}

	.xl\:last\:-mr-20:last-child {
		margin-right: -5rem !important
	}

	.xl\:last\:-mb-20:last-child {
		margin-bottom: -5rem !important
	}

	.xl\:last\:-ml-20:last-child {
		margin-left: -5rem !important
	}

	.xl\:last\:-mt-24:last-child {
		margin-top: -6rem !important
	}

	.xl\:last\:-mr-24:last-child {
		margin-right: -6rem !important
	}

	.xl\:last\:-mb-24:last-child {
		margin-bottom: -6rem !important
	}

	.xl\:last\:-ml-24:last-child {
		margin-left: -6rem !important
	}

	.xl\:last\:-mt-32:last-child {
		margin-top: -8rem !important
	}

	.xl\:last\:-mr-32:last-child {
		margin-right: -8rem !important
	}

	.xl\:last\:-mb-32:last-child {
		margin-bottom: -8rem !important
	}

	.xl\:last\:-ml-32:last-child {
		margin-left: -8rem !important
	}

	.xl\:last\:-mt-40:last-child {
		margin-top: -10rem !important
	}

	.xl\:last\:-mr-40:last-child {
		margin-right: -10rem !important
	}

	.xl\:last\:-mb-40:last-child {
		margin-bottom: -10rem !important
	}

	.xl\:last\:-ml-40:last-child {
		margin-left: -10rem !important
	}

	.xl\:last\:-mt-48:last-child {
		margin-top: -12rem !important
	}

	.xl\:last\:-mr-48:last-child {
		margin-right: -12rem !important
	}

	.xl\:last\:-mb-48:last-child {
		margin-bottom: -12rem !important
	}

	.xl\:last\:-ml-48:last-child {
		margin-left: -12rem !important
	}

	.xl\:last\:-mt-56:last-child {
		margin-top: -14rem !important
	}

	.xl\:last\:-mr-56:last-child {
		margin-right: -14rem !important
	}

	.xl\:last\:-mb-56:last-child {
		margin-bottom: -14rem !important
	}

	.xl\:last\:-ml-56:last-child {
		margin-left: -14rem !important
	}

	.xl\:last\:-mt-64:last-child {
		margin-top: -16rem !important
	}

	.xl\:last\:-mr-64:last-child {
		margin-right: -16rem !important
	}

	.xl\:last\:-mb-64:last-child {
		margin-bottom: -16rem !important
	}

	.xl\:last\:-ml-64:last-child {
		margin-left: -16rem !important
	}

	.xl\:last\:-mt-px:last-child {
		margin-top: -1px !important
	}

	.xl\:last\:-mr-px:last-child {
		margin-right: -1px !important
	}

	.xl\:last\:-mb-px:last-child {
		margin-bottom: -1px !important
	}

	.xl\:last\:-ml-px:last-child {
		margin-left: -1px !important
	}

	.xl\:last\:-mt--50:last-child {
		margin-top: 50px !important
	}

	.xl\:last\:-mr--50:last-child {
		margin-right: 50px !important
	}

	.xl\:last\:-mb--50:last-child {
		margin-bottom: 50px !important
	}

	.xl\:last\:-ml--50:last-child {
		margin-left: 50px !important
	}

	.xl\:last\:-mt-14:last-child {
		margin-top: -3.5rem !important
	}

	.xl\:last\:-mr-14:last-child {
		margin-right: -3.5rem !important
	}

	.xl\:last\:-mb-14:last-child {
		margin-bottom: -3.5rem !important
	}

	.xl\:last\:-ml-14:last-child {
		margin-left: -3.5rem !important
	}

	.xl\:last\:-mt-15:last-child {
		margin-top: -3.75rem !important
	}

	.xl\:last\:-mr-15:last-child {
		margin-right: -3.75rem !important
	}

	.xl\:last\:-mb-15:last-child {
		margin-bottom: -3.75rem !important
	}

	.xl\:last\:-ml-15:last-child {
		margin-left: -3.75rem !important
	}

	.xl\:last\:-mt-25:last-child {
		margin-top: -6.25rem !important
	}

	.xl\:last\:-mr-25:last-child {
		margin-right: -6.25rem !important
	}

	.xl\:last\:-mb-25:last-child {
		margin-bottom: -6.25rem !important
	}

	.xl\:last\:-ml-25:last-child {
		margin-left: -6.25rem !important
	}

	.xl\:last\:-mt-30:last-child {
		margin-top: -7.5rem !important
	}

	.xl\:last\:-mr-30:last-child {
		margin-right: -7.5rem !important
	}

	.xl\:last\:-mb-30:last-child {
		margin-bottom: -7.5rem !important
	}

	.xl\:last\:-ml-30:last-child {
		margin-left: -7.5rem !important
	}

	.xl\:hover\:m-0:hover {
		margin: 0 !important
	}

	.xl\:hover\:m-1:hover {
		margin: .25rem !important
	}

	.xl\:hover\:m-2:hover {
		margin: .5rem !important
	}

	.xl\:hover\:m-3:hover {
		margin: .75rem !important
	}

	.xl\:hover\:m-4:hover {
		margin: 1rem !important
	}

	.xl\:hover\:m-5:hover {
		margin: 1.25rem !important
	}

	.xl\:hover\:m-6:hover {
		margin: 1.5rem !important
	}

	.xl\:hover\:m-7:hover {
		margin: 1.75rem !important
	}

	.xl\:hover\:m-8:hover {
		margin: 2rem !important
	}

	.xl\:hover\:m-9:hover {
		margin: 2.25rem !important
	}

	.xl\:hover\:m-10:hover {
		margin: 2.5rem !important
	}

	.xl\:hover\:m-12:hover {
		margin: 3rem !important
	}

	.xl\:hover\:m-13:hover, .xl\:hover\:m-14:hover {
		margin: 3.5rem !important
	}

	.xl\:hover\:m-15:hover {
		margin: 3.75rem !important
	}

	.xl\:hover\:m-16:hover {
		margin: 4rem !important
	}

	.xl\:hover\:m-20:hover {
		margin: 5rem !important
	}

	.xl\:hover\:m-24:hover {
		margin: 6rem !important
	}

	.xl\:hover\:m-30:hover {
		margin: 7.5rem !important
	}

	.xl\:hover\:m-32:hover {
		margin: 8rem !important
	}

	.xl\:hover\:m-40:hover {
		margin: 10rem !important
	}

	.xl\:hover\:m-48:hover {
		margin: 12rem !important
	}

	.xl\:hover\:m-56:hover {
		margin: 14rem !important
	}

	.xl\:hover\:m-64:hover {
		margin: 16rem !important
	}

	.xl\:hover\:m-auto:hover {
		margin: auto !important
	}

	.xl\:hover\:m-px:hover {
		margin: 1px !important
	}

	.xl\:hover\:-m-50:hover {
		margin: -50px !important
	}

	.xl\:hover\:-m-1:hover {
		margin: -.25rem !important
	}

	.xl\:hover\:-m-2:hover {
		margin: -.5rem !important
	}

	.xl\:hover\:-m-3:hover {
		margin: -.75rem !important
	}

	.xl\:hover\:-m-4:hover {
		margin: -1rem !important
	}

	.xl\:hover\:-m-5:hover {
		margin: -1.25rem !important
	}

	.xl\:hover\:-m-6:hover {
		margin: -1.5rem !important
	}

	.xl\:hover\:-m-8:hover {
		margin: -2rem !important
	}

	.xl\:hover\:-m-10:hover {
		margin: -2.5rem !important
	}

	.xl\:hover\:-m-12:hover {
		margin: -3rem !important
	}

	.xl\:hover\:-m-16:hover {
		margin: -4rem !important
	}

	.xl\:hover\:-m-20:hover {
		margin: -5rem !important
	}

	.xl\:hover\:-m-24:hover {
		margin: -6rem !important
	}

	.xl\:hover\:-m-32:hover {
		margin: -8rem !important
	}

	.xl\:hover\:-m-40:hover {
		margin: -10rem !important
	}

	.xl\:hover\:-m-48:hover {
		margin: -12rem !important
	}

	.xl\:hover\:-m-56:hover {
		margin: -14rem !important
	}

	.xl\:hover\:-m-64:hover {
		margin: -16rem !important
	}

	.xl\:hover\:-m-px:hover {
		margin: -1px !important
	}

	.xl\:hover\:-m--50:hover {
		margin: 50px !important
	}

	.xl\:hover\:-m-14:hover {
		margin: -3.5rem !important
	}

	.xl\:hover\:-m-15:hover {
		margin: -3.75rem !important
	}

	.xl\:hover\:-m-25:hover {
		margin: -6.25rem !important
	}

	.xl\:hover\:-m-30:hover {
		margin: -7.5rem !important
	}

	.xl\:hover\:my-0:hover {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.xl\:hover\:mx-0:hover {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.xl\:hover\:my-1:hover {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.xl\:hover\:mx-1:hover {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.xl\:hover\:my-2:hover {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.xl\:hover\:mx-2:hover {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.xl\:hover\:my-3:hover {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.xl\:hover\:mx-3:hover {
		margin-left: .75rem !important;
		margin-right: .75rem !important
	}

	.xl\:hover\:my-4:hover {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.xl\:hover\:mx-4:hover {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.xl\:hover\:my-5:hover {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.xl\:hover\:mx-5:hover {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.xl\:hover\:my-6:hover {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.xl\:hover\:mx-6:hover {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.xl\:hover\:my-7:hover {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.xl\:hover\:mx-7:hover {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important
	}

	.xl\:hover\:my-8:hover {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.xl\:hover\:mx-8:hover {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.xl\:hover\:my-9:hover {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.xl\:hover\:mx-9:hover {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important
	}

	.xl\:hover\:my-10:hover {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.xl\:hover\:mx-10:hover {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important
	}

	.xl\:hover\:my-12:hover {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.xl\:hover\:mx-12:hover {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.xl\:hover\:my-13:hover {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.xl\:hover\:mx-13:hover {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.xl\:hover\:my-14:hover {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.xl\:hover\:mx-14:hover {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.xl\:hover\:my-15:hover {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important
	}

	.xl\:hover\:mx-15:hover {
		margin-left: 3.75rem !important;
		margin-right: 3.75rem !important
	}

	.xl\:hover\:my-16:hover {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.xl\:hover\:mx-16:hover {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.xl\:hover\:my-20:hover {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.xl\:hover\:mx-20:hover {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.xl\:hover\:my-24:hover {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.xl\:hover\:mx-24:hover {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.xl\:hover\:my-30:hover {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.xl\:hover\:mx-30:hover {
		margin-left: 7.5rem !important;
		margin-right: 7.5rem !important
	}

	.xl\:hover\:my-32:hover {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.xl\:hover\:mx-32:hover {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.xl\:hover\:my-40:hover {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.xl\:hover\:mx-40:hover {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.xl\:hover\:my-48:hover {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.xl\:hover\:mx-48:hover {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.xl\:hover\:my-56:hover {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.xl\:hover\:mx-56:hover {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.xl\:hover\:my-64:hover {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.xl\:hover\:mx-64:hover {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.xl\:hover\:my-auto:hover {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.xl\:hover\:mx-auto:hover {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.xl\:hover\:my-px:hover {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}

	.xl\:hover\:mx-px:hover {
		margin-left: 1px !important;
		margin-right: 1px !important
	}

	.xl\:hover\:-my-50:hover {
		margin-top: -50px !important;
		margin-bottom: -50px !important
	}

	.xl\:hover\:-mx-50:hover {
		margin-left: -50px !important;
		margin-right: -50px !important
	}

	.xl\:hover\:-my-1:hover {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.xl\:hover\:-mx-1:hover {
		margin-left: -.25rem !important;
		margin-right: -.25rem !important
	}

	.xl\:hover\:-my-2:hover {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.xl\:hover\:-mx-2:hover {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}

	.xl\:hover\:-my-3:hover {
		margin-top: -.75rem !important;
		margin-bottom: -.75rem !important
	}

	.xl\:hover\:-mx-3:hover {
		margin-left: -.75rem !important;
		margin-right: -.75rem !important
	}

	.xl\:hover\:-my-4:hover {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.xl\:hover\:-mx-4:hover {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.xl\:hover\:-my-5:hover {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.xl\:hover\:-mx-5:hover {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.xl\:hover\:-my-6:hover {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.xl\:hover\:-mx-6:hover {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.xl\:hover\:-my-8:hover {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.xl\:hover\:-mx-8:hover {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.xl\:hover\:-my-10:hover {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important
	}

	.xl\:hover\:-mx-10:hover {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important
	}

	.xl\:hover\:-my-12:hover {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.xl\:hover\:-mx-12:hover {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.xl\:hover\:-my-16:hover {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.xl\:hover\:-mx-16:hover {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.xl\:hover\:-my-20:hover {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.xl\:hover\:-mx-20:hover {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.xl\:hover\:-my-24:hover {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.xl\:hover\:-mx-24:hover {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.xl\:hover\:-my-32:hover {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important
	}

	.xl\:hover\:-mx-32:hover {
		margin-left: -8rem !important;
		margin-right: -8rem !important
	}

	.xl\:hover\:-my-40:hover {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important
	}

	.xl\:hover\:-mx-40:hover {
		margin-left: -10rem !important;
		margin-right: -10rem !important
	}

	.xl\:hover\:-my-48:hover {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important
	}

	.xl\:hover\:-mx-48:hover {
		margin-left: -12rem !important;
		margin-right: -12rem !important
	}

	.xl\:hover\:-my-56:hover {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important
	}

	.xl\:hover\:-mx-56:hover {
		margin-left: -14rem !important;
		margin-right: -14rem !important
	}

	.xl\:hover\:-my-64:hover {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important
	}

	.xl\:hover\:-mx-64:hover {
		margin-left: -16rem !important;
		margin-right: -16rem !important
	}

	.xl\:hover\:-my-px:hover {
		margin-top: -1px !important;
		margin-bottom: -1px !important
	}

	.xl\:hover\:-mx-px:hover {
		margin-left: -1px !important;
		margin-right: -1px !important
	}

	.xl\:hover\:-my--50:hover {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}

	.xl\:hover\:-mx--50:hover {
		margin-left: 50px !important;
		margin-right: 50px !important
	}

	.xl\:hover\:-my-14:hover {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important
	}

	.xl\:hover\:-mx-14:hover {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important
	}

	.xl\:hover\:-my-15:hover {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important
	}

	.xl\:hover\:-mx-15:hover {
		margin-left: -3.75rem !important;
		margin-right: -3.75rem !important
	}

	.xl\:hover\:-my-25:hover {
		margin-top: -6.25rem !important;
		margin-bottom: -6.25rem !important
	}

	.xl\:hover\:-mx-25:hover {
		margin-left: -6.25rem !important;
		margin-right: -6.25rem !important
	}

	.xl\:hover\:-my-30:hover {
		margin-top: -7.5rem !important;
		margin-bottom: -7.5rem !important
	}

	.xl\:hover\:-mx-30:hover {
		margin-left: -7.5rem !important;
		margin-right: -7.5rem !important
	}

	.xl\:hover\:mt-0:hover {
		margin-top: 0 !important
	}

	.xl\:hover\:mr-0:hover {
		margin-right: 0 !important
	}

	.xl\:hover\:mb-0:hover {
		margin-bottom: 0 !important
	}

	.xl\:hover\:ml-0:hover {
		margin-left: 0 !important
	}

	.xl\:hover\:mt-1:hover {
		margin-top: .25rem !important
	}

	.xl\:hover\:mr-1:hover {
		margin-right: .25rem !important
	}

	.xl\:hover\:mb-1:hover {
		margin-bottom: .25rem !important
	}

	.xl\:hover\:ml-1:hover {
		margin-left: .25rem !important
	}

	.xl\:hover\:mt-2:hover {
		margin-top: .5rem !important
	}

	.xl\:hover\:mr-2:hover {
		margin-right: .5rem !important
	}

	.xl\:hover\:mb-2:hover {
		margin-bottom: .5rem !important
	}

	.xl\:hover\:ml-2:hover {
		margin-left: .5rem !important
	}

	.xl\:hover\:mt-3:hover {
		margin-top: .75rem !important
	}

	.xl\:hover\:mr-3:hover {
		margin-right: .75rem !important
	}

	.xl\:hover\:mb-3:hover {
		margin-bottom: .75rem !important
	}

	.xl\:hover\:ml-3:hover {
		margin-left: .75rem !important
	}

	.xl\:hover\:mt-4:hover {
		margin-top: 1rem !important
	}

	.xl\:hover\:mr-4:hover {
		margin-right: 1rem !important
	}

	.xl\:hover\:mb-4:hover {
		margin-bottom: 1rem !important
	}

	.xl\:hover\:ml-4:hover {
		margin-left: 1rem !important
	}

	.xl\:hover\:mt-5:hover {
		margin-top: 1.25rem !important
	}

	.xl\:hover\:mr-5:hover {
		margin-right: 1.25rem !important
	}

	.xl\:hover\:mb-5:hover {
		margin-bottom: 1.25rem !important
	}

	.xl\:hover\:ml-5:hover {
		margin-left: 1.25rem !important
	}

	.xl\:hover\:mt-6:hover {
		margin-top: 1.5rem !important
	}

	.xl\:hover\:mr-6:hover {
		margin-right: 1.5rem !important
	}

	.xl\:hover\:mb-6:hover {
		margin-bottom: 1.5rem !important
	}

	.xl\:hover\:ml-6:hover {
		margin-left: 1.5rem !important
	}

	.xl\:hover\:mt-7:hover {
		margin-top: 1.75rem !important
	}

	.xl\:hover\:mr-7:hover {
		margin-right: 1.75rem !important
	}

	.xl\:hover\:mb-7:hover {
		margin-bottom: 1.75rem !important
	}

	.xl\:hover\:ml-7:hover {
		margin-left: 1.75rem !important
	}

	.xl\:hover\:mt-8:hover {
		margin-top: 2rem !important
	}

	.xl\:hover\:mr-8:hover {
		margin-right: 2rem !important
	}

	.xl\:hover\:mb-8:hover {
		margin-bottom: 2rem !important
	}

	.xl\:hover\:ml-8:hover {
		margin-left: 2rem !important
	}

	.xl\:hover\:mt-9:hover {
		margin-top: 2.25rem !important
	}

	.xl\:hover\:mr-9:hover {
		margin-right: 2.25rem !important
	}

	.xl\:hover\:mb-9:hover {
		margin-bottom: 2.25rem !important
	}

	.xl\:hover\:ml-9:hover {
		margin-left: 2.25rem !important
	}

	.xl\:hover\:mt-10:hover {
		margin-top: 2.5rem !important
	}

	.xl\:hover\:mr-10:hover {
		margin-right: 2.5rem !important
	}

	.xl\:hover\:mb-10:hover {
		margin-bottom: 2.5rem !important
	}

	.xl\:hover\:ml-10:hover {
		margin-left: 2.5rem !important
	}

	.xl\:hover\:mt-12:hover {
		margin-top: 3rem !important
	}

	.xl\:hover\:mr-12:hover {
		margin-right: 3rem !important
	}

	.xl\:hover\:mb-12:hover {
		margin-bottom: 3rem !important
	}

	.xl\:hover\:ml-12:hover {
		margin-left: 3rem !important
	}

	.xl\:hover\:mt-13:hover {
		margin-top: 3.5rem !important
	}

	.xl\:hover\:mr-13:hover {
		margin-right: 3.5rem !important
	}

	.xl\:hover\:mb-13:hover {
		margin-bottom: 3.5rem !important
	}

	.xl\:hover\:ml-13:hover {
		margin-left: 3.5rem !important
	}

	.xl\:hover\:mt-14:hover {
		margin-top: 3.5rem !important
	}

	.xl\:hover\:mr-14:hover {
		margin-right: 3.5rem !important
	}

	.xl\:hover\:mb-14:hover {
		margin-bottom: 3.5rem !important
	}

	.xl\:hover\:ml-14:hover {
		margin-left: 3.5rem !important
	}

	.xl\:hover\:mt-15:hover {
		margin-top: 3.75rem !important
	}

	.xl\:hover\:mr-15:hover {
		margin-right: 3.75rem !important
	}

	.xl\:hover\:mb-15:hover {
		margin-bottom: 3.75rem !important
	}

	.xl\:hover\:ml-15:hover {
		margin-left: 3.75rem !important
	}

	.xl\:hover\:mt-16:hover {
		margin-top: 4rem !important
	}

	.xl\:hover\:mr-16:hover {
		margin-right: 4rem !important
	}

	.xl\:hover\:mb-16:hover {
		margin-bottom: 4rem !important
	}

	.xl\:hover\:ml-16:hover {
		margin-left: 4rem !important
	}

	.xl\:hover\:mt-20:hover {
		margin-top: 5rem !important
	}

	.xl\:hover\:mr-20:hover {
		margin-right: 5rem !important
	}

	.xl\:hover\:mb-20:hover {
		margin-bottom: 5rem !important
	}

	.xl\:hover\:ml-20:hover {
		margin-left: 5rem !important
	}

	.xl\:hover\:mt-24:hover {
		margin-top: 6rem !important
	}

	.xl\:hover\:mr-24:hover {
		margin-right: 6rem !important
	}

	.xl\:hover\:mb-24:hover {
		margin-bottom: 6rem !important
	}

	.xl\:hover\:ml-24:hover {
		margin-left: 6rem !important
	}

	.xl\:hover\:mt-30:hover {
		margin-top: 7.5rem !important
	}

	.xl\:hover\:mr-30:hover {
		margin-right: 7.5rem !important
	}

	.xl\:hover\:mb-30:hover {
		margin-bottom: 7.5rem !important
	}

	.xl\:hover\:ml-30:hover {
		margin-left: 7.5rem !important
	}

	.xl\:hover\:mt-32:hover {
		margin-top: 8rem !important
	}

	.xl\:hover\:mr-32:hover {
		margin-right: 8rem !important
	}

	.xl\:hover\:mb-32:hover {
		margin-bottom: 8rem !important
	}

	.xl\:hover\:ml-32:hover {
		margin-left: 8rem !important
	}

	.xl\:hover\:mt-40:hover {
		margin-top: 10rem !important
	}

	.xl\:hover\:mr-40:hover {
		margin-right: 10rem !important
	}

	.xl\:hover\:mb-40:hover {
		margin-bottom: 10rem !important
	}

	.xl\:hover\:ml-40:hover {
		margin-left: 10rem !important
	}

	.xl\:hover\:mt-48:hover {
		margin-top: 12rem !important
	}

	.xl\:hover\:mr-48:hover {
		margin-right: 12rem !important
	}

	.xl\:hover\:mb-48:hover {
		margin-bottom: 12rem !important
	}

	.xl\:hover\:ml-48:hover {
		margin-left: 12rem !important
	}

	.xl\:hover\:mt-56:hover {
		margin-top: 14rem !important
	}

	.xl\:hover\:mr-56:hover {
		margin-right: 14rem !important
	}

	.xl\:hover\:mb-56:hover {
		margin-bottom: 14rem !important
	}

	.xl\:hover\:ml-56:hover {
		margin-left: 14rem !important
	}

	.xl\:hover\:mt-64:hover {
		margin-top: 16rem !important
	}

	.xl\:hover\:mr-64:hover {
		margin-right: 16rem !important
	}

	.xl\:hover\:mb-64:hover {
		margin-bottom: 16rem !important
	}

	.xl\:hover\:ml-64:hover {
		margin-left: 16rem !important
	}

	.xl\:hover\:mt-auto:hover {
		margin-top: auto !important
	}

	.xl\:hover\:mr-auto:hover {
		margin-right: auto !important
	}

	.xl\:hover\:mb-auto:hover {
		margin-bottom: auto !important
	}

	.xl\:hover\:ml-auto:hover {
		margin-left: auto !important
	}

	.xl\:hover\:mt-px:hover {
		margin-top: 1px !important
	}

	.xl\:hover\:mr-px:hover {
		margin-right: 1px !important
	}

	.xl\:hover\:mb-px:hover {
		margin-bottom: 1px !important
	}

	.xl\:hover\:ml-px:hover {
		margin-left: 1px !important
	}

	.xl\:hover\:-mt-50:hover {
		margin-top: -50px !important
	}

	.xl\:hover\:-mr-50:hover {
		margin-right: -50px !important
	}

	.xl\:hover\:-mb-50:hover {
		margin-bottom: -50px !important
	}

	.xl\:hover\:-ml-50:hover {
		margin-left: -50px !important
	}

	.xl\:hover\:-mt-1:hover {
		margin-top: -.25rem !important
	}

	.xl\:hover\:-mr-1:hover {
		margin-right: -.25rem !important
	}

	.xl\:hover\:-mb-1:hover {
		margin-bottom: -.25rem !important
	}

	.xl\:hover\:-ml-1:hover {
		margin-left: -.25rem !important
	}

	.xl\:hover\:-mt-2:hover {
		margin-top: -.5rem !important
	}

	.xl\:hover\:-mr-2:hover {
		margin-right: -.5rem !important
	}

	.xl\:hover\:-mb-2:hover {
		margin-bottom: -.5rem !important
	}

	.xl\:hover\:-ml-2:hover {
		margin-left: -.5rem !important
	}

	.xl\:hover\:-mt-3:hover {
		margin-top: -.75rem !important
	}

	.xl\:hover\:-mr-3:hover {
		margin-right: -.75rem !important
	}

	.xl\:hover\:-mb-3:hover {
		margin-bottom: -.75rem !important
	}

	.xl\:hover\:-ml-3:hover {
		margin-left: -.75rem !important
	}

	.xl\:hover\:-mt-4:hover {
		margin-top: -1rem !important
	}

	.xl\:hover\:-mr-4:hover {
		margin-right: -1rem !important
	}

	.xl\:hover\:-mb-4:hover {
		margin-bottom: -1rem !important
	}

	.xl\:hover\:-ml-4:hover {
		margin-left: -1rem !important
	}

	.xl\:hover\:-mt-5:hover {
		margin-top: -1.25rem !important
	}

	.xl\:hover\:-mr-5:hover {
		margin-right: -1.25rem !important
	}

	.xl\:hover\:-mb-5:hover {
		margin-bottom: -1.25rem !important
	}

	.xl\:hover\:-ml-5:hover {
		margin-left: -1.25rem !important
	}

	.xl\:hover\:-mt-6:hover {
		margin-top: -1.5rem !important
	}

	.xl\:hover\:-mr-6:hover {
		margin-right: -1.5rem !important
	}

	.xl\:hover\:-mb-6:hover {
		margin-bottom: -1.5rem !important
	}

	.xl\:hover\:-ml-6:hover {
		margin-left: -1.5rem !important
	}

	.xl\:hover\:-mt-8:hover {
		margin-top: -2rem !important
	}

	.xl\:hover\:-mr-8:hover {
		margin-right: -2rem !important
	}

	.xl\:hover\:-mb-8:hover {
		margin-bottom: -2rem !important
	}

	.xl\:hover\:-ml-8:hover {
		margin-left: -2rem !important
	}

	.xl\:hover\:-mt-10:hover {
		margin-top: -2.5rem !important
	}

	.xl\:hover\:-mr-10:hover {
		margin-right: -2.5rem !important
	}

	.xl\:hover\:-mb-10:hover {
		margin-bottom: -2.5rem !important
	}

	.xl\:hover\:-ml-10:hover {
		margin-left: -2.5rem !important
	}

	.xl\:hover\:-mt-12:hover {
		margin-top: -3rem !important
	}

	.xl\:hover\:-mr-12:hover {
		margin-right: -3rem !important
	}

	.xl\:hover\:-mb-12:hover {
		margin-bottom: -3rem !important
	}

	.xl\:hover\:-ml-12:hover {
		margin-left: -3rem !important
	}

	.xl\:hover\:-mt-16:hover {
		margin-top: -4rem !important
	}

	.xl\:hover\:-mr-16:hover {
		margin-right: -4rem !important
	}

	.xl\:hover\:-mb-16:hover {
		margin-bottom: -4rem !important
	}

	.xl\:hover\:-ml-16:hover {
		margin-left: -4rem !important
	}

	.xl\:hover\:-mt-20:hover {
		margin-top: -5rem !important
	}

	.xl\:hover\:-mr-20:hover {
		margin-right: -5rem !important
	}

	.xl\:hover\:-mb-20:hover {
		margin-bottom: -5rem !important
	}

	.xl\:hover\:-ml-20:hover {
		margin-left: -5rem !important
	}

	.xl\:hover\:-mt-24:hover {
		margin-top: -6rem !important
	}

	.xl\:hover\:-mr-24:hover {
		margin-right: -6rem !important
	}

	.xl\:hover\:-mb-24:hover {
		margin-bottom: -6rem !important
	}

	.xl\:hover\:-ml-24:hover {
		margin-left: -6rem !important
	}

	.xl\:hover\:-mt-32:hover {
		margin-top: -8rem !important
	}

	.xl\:hover\:-mr-32:hover {
		margin-right: -8rem !important
	}

	.xl\:hover\:-mb-32:hover {
		margin-bottom: -8rem !important
	}

	.xl\:hover\:-ml-32:hover {
		margin-left: -8rem !important
	}

	.xl\:hover\:-mt-40:hover {
		margin-top: -10rem !important
	}

	.xl\:hover\:-mr-40:hover {
		margin-right: -10rem !important
	}

	.xl\:hover\:-mb-40:hover {
		margin-bottom: -10rem !important
	}

	.xl\:hover\:-ml-40:hover {
		margin-left: -10rem !important
	}

	.xl\:hover\:-mt-48:hover {
		margin-top: -12rem !important
	}

	.xl\:hover\:-mr-48:hover {
		margin-right: -12rem !important
	}

	.xl\:hover\:-mb-48:hover {
		margin-bottom: -12rem !important
	}

	.xl\:hover\:-ml-48:hover {
		margin-left: -12rem !important
	}

	.xl\:hover\:-mt-56:hover {
		margin-top: -14rem !important
	}

	.xl\:hover\:-mr-56:hover {
		margin-right: -14rem !important
	}

	.xl\:hover\:-mb-56:hover {
		margin-bottom: -14rem !important
	}

	.xl\:hover\:-ml-56:hover {
		margin-left: -14rem !important
	}

	.xl\:hover\:-mt-64:hover {
		margin-top: -16rem !important
	}

	.xl\:hover\:-mr-64:hover {
		margin-right: -16rem !important
	}

	.xl\:hover\:-mb-64:hover {
		margin-bottom: -16rem !important
	}

	.xl\:hover\:-ml-64:hover {
		margin-left: -16rem !important
	}

	.xl\:hover\:-mt-px:hover {
		margin-top: -1px !important
	}

	.xl\:hover\:-mr-px:hover {
		margin-right: -1px !important
	}

	.xl\:hover\:-mb-px:hover {
		margin-bottom: -1px !important
	}

	.xl\:hover\:-ml-px:hover {
		margin-left: -1px !important
	}

	.xl\:hover\:-mt--50:hover {
		margin-top: 50px !important
	}

	.xl\:hover\:-mr--50:hover {
		margin-right: 50px !important
	}

	.xl\:hover\:-mb--50:hover {
		margin-bottom: 50px !important
	}

	.xl\:hover\:-ml--50:hover {
		margin-left: 50px !important
	}

	.xl\:hover\:-mt-14:hover {
		margin-top: -3.5rem !important
	}

	.xl\:hover\:-mr-14:hover {
		margin-right: -3.5rem !important
	}

	.xl\:hover\:-mb-14:hover {
		margin-bottom: -3.5rem !important
	}

	.xl\:hover\:-ml-14:hover {
		margin-left: -3.5rem !important
	}

	.xl\:hover\:-mt-15:hover {
		margin-top: -3.75rem !important
	}

	.xl\:hover\:-mr-15:hover {
		margin-right: -3.75rem !important
	}

	.xl\:hover\:-mb-15:hover {
		margin-bottom: -3.75rem !important
	}

	.xl\:hover\:-ml-15:hover {
		margin-left: -3.75rem !important
	}

	.xl\:hover\:-mt-25:hover {
		margin-top: -6.25rem !important
	}

	.xl\:hover\:-mr-25:hover {
		margin-right: -6.25rem !important
	}

	.xl\:hover\:-mb-25:hover {
		margin-bottom: -6.25rem !important
	}

	.xl\:hover\:-ml-25:hover {
		margin-left: -6.25rem !important
	}

	.xl\:hover\:-mt-30:hover {
		margin-top: -7.5rem !important
	}

	.xl\:hover\:-mr-30:hover {
		margin-right: -7.5rem !important
	}

	.xl\:hover\:-mb-30:hover {
		margin-bottom: -7.5rem !important
	}

	.xl\:hover\:-ml-30:hover {
		margin-left: -7.5rem !important
	}

	.xl\:focus\:m-0:focus {
		margin: 0 !important
	}

	.xl\:focus\:m-1:focus {
		margin: .25rem !important
	}

	.xl\:focus\:m-2:focus {
		margin: .5rem !important
	}

	.xl\:focus\:m-3:focus {
		margin: .75rem !important
	}

	.xl\:focus\:m-4:focus {
		margin: 1rem !important
	}

	.xl\:focus\:m-5:focus {
		margin: 1.25rem !important
	}

	.xl\:focus\:m-6:focus {
		margin: 1.5rem !important
	}

	.xl\:focus\:m-7:focus {
		margin: 1.75rem !important
	}

	.xl\:focus\:m-8:focus {
		margin: 2rem !important
	}

	.xl\:focus\:m-9:focus {
		margin: 2.25rem !important
	}

	.xl\:focus\:m-10:focus {
		margin: 2.5rem !important
	}

	.xl\:focus\:m-12:focus {
		margin: 3rem !important
	}

	.xl\:focus\:m-13:focus, .xl\:focus\:m-14:focus {
		margin: 3.5rem !important
	}

	.xl\:focus\:m-15:focus {
		margin: 3.75rem !important
	}

	.xl\:focus\:m-16:focus {
		margin: 4rem !important
	}

	.xl\:focus\:m-20:focus {
		margin: 5rem !important
	}

	.xl\:focus\:m-24:focus {
		margin: 6rem !important
	}

	.xl\:focus\:m-30:focus {
		margin: 7.5rem !important
	}

	.xl\:focus\:m-32:focus {
		margin: 8rem !important
	}

	.xl\:focus\:m-40:focus {
		margin: 10rem !important
	}

	.xl\:focus\:m-48:focus {
		margin: 12rem !important
	}

	.xl\:focus\:m-56:focus {
		margin: 14rem !important
	}

	.xl\:focus\:m-64:focus {
		margin: 16rem !important
	}

	.xl\:focus\:m-auto:focus {
		margin: auto !important
	}

	.xl\:focus\:m-px:focus {
		margin: 1px !important
	}

	.xl\:focus\:-m-50:focus {
		margin: -50px !important
	}

	.xl\:focus\:-m-1:focus {
		margin: -.25rem !important
	}

	.xl\:focus\:-m-2:focus {
		margin: -.5rem !important
	}

	.xl\:focus\:-m-3:focus {
		margin: -.75rem !important
	}

	.xl\:focus\:-m-4:focus {
		margin: -1rem !important
	}

	.xl\:focus\:-m-5:focus {
		margin: -1.25rem !important
	}

	.xl\:focus\:-m-6:focus {
		margin: -1.5rem !important
	}

	.xl\:focus\:-m-8:focus {
		margin: -2rem !important
	}

	.xl\:focus\:-m-10:focus {
		margin: -2.5rem !important
	}

	.xl\:focus\:-m-12:focus {
		margin: -3rem !important
	}

	.xl\:focus\:-m-16:focus {
		margin: -4rem !important
	}

	.xl\:focus\:-m-20:focus {
		margin: -5rem !important
	}

	.xl\:focus\:-m-24:focus {
		margin: -6rem !important
	}

	.xl\:focus\:-m-32:focus {
		margin: -8rem !important
	}

	.xl\:focus\:-m-40:focus {
		margin: -10rem !important
	}

	.xl\:focus\:-m-48:focus {
		margin: -12rem !important
	}

	.xl\:focus\:-m-56:focus {
		margin: -14rem !important
	}

	.xl\:focus\:-m-64:focus {
		margin: -16rem !important
	}

	.xl\:focus\:-m-px:focus {
		margin: -1px !important
	}

	.xl\:focus\:-m--50:focus {
		margin: 50px !important
	}

	.xl\:focus\:-m-14:focus {
		margin: -3.5rem !important
	}

	.xl\:focus\:-m-15:focus {
		margin: -3.75rem !important
	}

	.xl\:focus\:-m-25:focus {
		margin: -6.25rem !important
	}

	.xl\:focus\:-m-30:focus {
		margin: -7.5rem !important
	}

	.xl\:focus\:my-0:focus {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.xl\:focus\:mx-0:focus {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.xl\:focus\:my-1:focus {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.xl\:focus\:mx-1:focus {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.xl\:focus\:my-2:focus {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.xl\:focus\:mx-2:focus {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.xl\:focus\:my-3:focus {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.xl\:focus\:mx-3:focus {
		margin-left: .75rem !important;
		margin-right: .75rem !important
	}

	.xl\:focus\:my-4:focus {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.xl\:focus\:mx-4:focus {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.xl\:focus\:my-5:focus {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.xl\:focus\:mx-5:focus {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.xl\:focus\:my-6:focus {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.xl\:focus\:mx-6:focus {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.xl\:focus\:my-7:focus {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.xl\:focus\:mx-7:focus {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important
	}

	.xl\:focus\:my-8:focus {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.xl\:focus\:mx-8:focus {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.xl\:focus\:my-9:focus {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.xl\:focus\:mx-9:focus {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important
	}

	.xl\:focus\:my-10:focus {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.xl\:focus\:mx-10:focus {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important
	}

	.xl\:focus\:my-12:focus {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.xl\:focus\:mx-12:focus {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.xl\:focus\:my-13:focus {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.xl\:focus\:mx-13:focus {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.xl\:focus\:my-14:focus {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.xl\:focus\:mx-14:focus {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.xl\:focus\:my-15:focus {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important
	}

	.xl\:focus\:mx-15:focus {
		margin-left: 3.75rem !important;
		margin-right: 3.75rem !important
	}

	.xl\:focus\:my-16:focus {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.xl\:focus\:mx-16:focus {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.xl\:focus\:my-20:focus {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.xl\:focus\:mx-20:focus {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.xl\:focus\:my-24:focus {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.xl\:focus\:mx-24:focus {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.xl\:focus\:my-30:focus {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.xl\:focus\:mx-30:focus {
		margin-left: 7.5rem !important;
		margin-right: 7.5rem !important
	}

	.xl\:focus\:my-32:focus {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.xl\:focus\:mx-32:focus {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.xl\:focus\:my-40:focus {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.xl\:focus\:mx-40:focus {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.xl\:focus\:my-48:focus {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.xl\:focus\:mx-48:focus {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.xl\:focus\:my-56:focus {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.xl\:focus\:mx-56:focus {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.xl\:focus\:my-64:focus {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.xl\:focus\:mx-64:focus {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.xl\:focus\:my-auto:focus {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.xl\:focus\:mx-auto:focus {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.xl\:focus\:my-px:focus {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}

	.xl\:focus\:mx-px:focus {
		margin-left: 1px !important;
		margin-right: 1px !important
	}

	.xl\:focus\:-my-50:focus {
		margin-top: -50px !important;
		margin-bottom: -50px !important
	}

	.xl\:focus\:-mx-50:focus {
		margin-left: -50px !important;
		margin-right: -50px !important
	}

	.xl\:focus\:-my-1:focus {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.xl\:focus\:-mx-1:focus {
		margin-left: -.25rem !important;
		margin-right: -.25rem !important
	}

	.xl\:focus\:-my-2:focus {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.xl\:focus\:-mx-2:focus {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}

	.xl\:focus\:-my-3:focus {
		margin-top: -.75rem !important;
		margin-bottom: -.75rem !important
	}

	.xl\:focus\:-mx-3:focus {
		margin-left: -.75rem !important;
		margin-right: -.75rem !important
	}

	.xl\:focus\:-my-4:focus {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.xl\:focus\:-mx-4:focus {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.xl\:focus\:-my-5:focus {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.xl\:focus\:-mx-5:focus {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.xl\:focus\:-my-6:focus {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.xl\:focus\:-mx-6:focus {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.xl\:focus\:-my-8:focus {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.xl\:focus\:-mx-8:focus {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.xl\:focus\:-my-10:focus {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important
	}

	.xl\:focus\:-mx-10:focus {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important
	}

	.xl\:focus\:-my-12:focus {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.xl\:focus\:-mx-12:focus {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.xl\:focus\:-my-16:focus {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.xl\:focus\:-mx-16:focus {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.xl\:focus\:-my-20:focus {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.xl\:focus\:-mx-20:focus {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.xl\:focus\:-my-24:focus {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.xl\:focus\:-mx-24:focus {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.xl\:focus\:-my-32:focus {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important
	}

	.xl\:focus\:-mx-32:focus {
		margin-left: -8rem !important;
		margin-right: -8rem !important
	}

	.xl\:focus\:-my-40:focus {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important
	}

	.xl\:focus\:-mx-40:focus {
		margin-left: -10rem !important;
		margin-right: -10rem !important
	}

	.xl\:focus\:-my-48:focus {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important
	}

	.xl\:focus\:-mx-48:focus {
		margin-left: -12rem !important;
		margin-right: -12rem !important
	}

	.xl\:focus\:-my-56:focus {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important
	}

	.xl\:focus\:-mx-56:focus {
		margin-left: -14rem !important;
		margin-right: -14rem !important
	}

	.xl\:focus\:-my-64:focus {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important
	}

	.xl\:focus\:-mx-64:focus {
		margin-left: -16rem !important;
		margin-right: -16rem !important
	}

	.xl\:focus\:-my-px:focus {
		margin-top: -1px !important;
		margin-bottom: -1px !important
	}

	.xl\:focus\:-mx-px:focus {
		margin-left: -1px !important;
		margin-right: -1px !important
	}

	.xl\:focus\:-my--50:focus {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}

	.xl\:focus\:-mx--50:focus {
		margin-left: 50px !important;
		margin-right: 50px !important
	}

	.xl\:focus\:-my-14:focus {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important
	}

	.xl\:focus\:-mx-14:focus {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important
	}

	.xl\:focus\:-my-15:focus {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important
	}

	.xl\:focus\:-mx-15:focus {
		margin-left: -3.75rem !important;
		margin-right: -3.75rem !important
	}

	.xl\:focus\:-my-25:focus {
		margin-top: -6.25rem !important;
		margin-bottom: -6.25rem !important
	}

	.xl\:focus\:-mx-25:focus {
		margin-left: -6.25rem !important;
		margin-right: -6.25rem !important
	}

	.xl\:focus\:-my-30:focus {
		margin-top: -7.5rem !important;
		margin-bottom: -7.5rem !important
	}

	.xl\:focus\:-mx-30:focus {
		margin-left: -7.5rem !important;
		margin-right: -7.5rem !important
	}

	.xl\:focus\:mt-0:focus {
		margin-top: 0 !important
	}

	.xl\:focus\:mr-0:focus {
		margin-right: 0 !important
	}

	.xl\:focus\:mb-0:focus {
		margin-bottom: 0 !important
	}

	.xl\:focus\:ml-0:focus {
		margin-left: 0 !important
	}

	.xl\:focus\:mt-1:focus {
		margin-top: .25rem !important
	}

	.xl\:focus\:mr-1:focus {
		margin-right: .25rem !important
	}

	.xl\:focus\:mb-1:focus {
		margin-bottom: .25rem !important
	}

	.xl\:focus\:ml-1:focus {
		margin-left: .25rem !important
	}

	.xl\:focus\:mt-2:focus {
		margin-top: .5rem !important
	}

	.xl\:focus\:mr-2:focus {
		margin-right: .5rem !important
	}

	.xl\:focus\:mb-2:focus {
		margin-bottom: .5rem !important
	}

	.xl\:focus\:ml-2:focus {
		margin-left: .5rem !important
	}

	.xl\:focus\:mt-3:focus {
		margin-top: .75rem !important
	}

	.xl\:focus\:mr-3:focus {
		margin-right: .75rem !important
	}

	.xl\:focus\:mb-3:focus {
		margin-bottom: .75rem !important
	}

	.xl\:focus\:ml-3:focus {
		margin-left: .75rem !important
	}

	.xl\:focus\:mt-4:focus {
		margin-top: 1rem !important
	}

	.xl\:focus\:mr-4:focus {
		margin-right: 1rem !important
	}

	.xl\:focus\:mb-4:focus {
		margin-bottom: 1rem !important
	}

	.xl\:focus\:ml-4:focus {
		margin-left: 1rem !important
	}

	.xl\:focus\:mt-5:focus {
		margin-top: 1.25rem !important
	}

	.xl\:focus\:mr-5:focus {
		margin-right: 1.25rem !important
	}

	.xl\:focus\:mb-5:focus {
		margin-bottom: 1.25rem !important
	}

	.xl\:focus\:ml-5:focus {
		margin-left: 1.25rem !important
	}

	.xl\:focus\:mt-6:focus {
		margin-top: 1.5rem !important
	}

	.xl\:focus\:mr-6:focus {
		margin-right: 1.5rem !important
	}

	.xl\:focus\:mb-6:focus {
		margin-bottom: 1.5rem !important
	}

	.xl\:focus\:ml-6:focus {
		margin-left: 1.5rem !important
	}

	.xl\:focus\:mt-7:focus {
		margin-top: 1.75rem !important
	}

	.xl\:focus\:mr-7:focus {
		margin-right: 1.75rem !important
	}

	.xl\:focus\:mb-7:focus {
		margin-bottom: 1.75rem !important
	}

	.xl\:focus\:ml-7:focus {
		margin-left: 1.75rem !important
	}

	.xl\:focus\:mt-8:focus {
		margin-top: 2rem !important
	}

	.xl\:focus\:mr-8:focus {
		margin-right: 2rem !important
	}

	.xl\:focus\:mb-8:focus {
		margin-bottom: 2rem !important
	}

	.xl\:focus\:ml-8:focus {
		margin-left: 2rem !important
	}

	.xl\:focus\:mt-9:focus {
		margin-top: 2.25rem !important
	}

	.xl\:focus\:mr-9:focus {
		margin-right: 2.25rem !important
	}

	.xl\:focus\:mb-9:focus {
		margin-bottom: 2.25rem !important
	}

	.xl\:focus\:ml-9:focus {
		margin-left: 2.25rem !important
	}

	.xl\:focus\:mt-10:focus {
		margin-top: 2.5rem !important
	}

	.xl\:focus\:mr-10:focus {
		margin-right: 2.5rem !important
	}

	.xl\:focus\:mb-10:focus {
		margin-bottom: 2.5rem !important
	}

	.xl\:focus\:ml-10:focus {
		margin-left: 2.5rem !important
	}

	.xl\:focus\:mt-12:focus {
		margin-top: 3rem !important
	}

	.xl\:focus\:mr-12:focus {
		margin-right: 3rem !important
	}

	.xl\:focus\:mb-12:focus {
		margin-bottom: 3rem !important
	}

	.xl\:focus\:ml-12:focus {
		margin-left: 3rem !important
	}

	.xl\:focus\:mt-13:focus {
		margin-top: 3.5rem !important
	}

	.xl\:focus\:mr-13:focus {
		margin-right: 3.5rem !important
	}

	.xl\:focus\:mb-13:focus {
		margin-bottom: 3.5rem !important
	}

	.xl\:focus\:ml-13:focus {
		margin-left: 3.5rem !important
	}

	.xl\:focus\:mt-14:focus {
		margin-top: 3.5rem !important
	}

	.xl\:focus\:mr-14:focus {
		margin-right: 3.5rem !important
	}

	.xl\:focus\:mb-14:focus {
		margin-bottom: 3.5rem !important
	}

	.xl\:focus\:ml-14:focus {
		margin-left: 3.5rem !important
	}

	.xl\:focus\:mt-15:focus {
		margin-top: 3.75rem !important
	}

	.xl\:focus\:mr-15:focus {
		margin-right: 3.75rem !important
	}

	.xl\:focus\:mb-15:focus {
		margin-bottom: 3.75rem !important
	}

	.xl\:focus\:ml-15:focus {
		margin-left: 3.75rem !important
	}

	.xl\:focus\:mt-16:focus {
		margin-top: 4rem !important
	}

	.xl\:focus\:mr-16:focus {
		margin-right: 4rem !important
	}

	.xl\:focus\:mb-16:focus {
		margin-bottom: 4rem !important
	}

	.xl\:focus\:ml-16:focus {
		margin-left: 4rem !important
	}

	.xl\:focus\:mt-20:focus {
		margin-top: 5rem !important
	}

	.xl\:focus\:mr-20:focus {
		margin-right: 5rem !important
	}

	.xl\:focus\:mb-20:focus {
		margin-bottom: 5rem !important
	}

	.xl\:focus\:ml-20:focus {
		margin-left: 5rem !important
	}

	.xl\:focus\:mt-24:focus {
		margin-top: 6rem !important
	}

	.xl\:focus\:mr-24:focus {
		margin-right: 6rem !important
	}

	.xl\:focus\:mb-24:focus {
		margin-bottom: 6rem !important
	}

	.xl\:focus\:ml-24:focus {
		margin-left: 6rem !important
	}

	.xl\:focus\:mt-30:focus {
		margin-top: 7.5rem !important
	}

	.xl\:focus\:mr-30:focus {
		margin-right: 7.5rem !important
	}

	.xl\:focus\:mb-30:focus {
		margin-bottom: 7.5rem !important
	}

	.xl\:focus\:ml-30:focus {
		margin-left: 7.5rem !important
	}

	.xl\:focus\:mt-32:focus {
		margin-top: 8rem !important
	}

	.xl\:focus\:mr-32:focus {
		margin-right: 8rem !important
	}

	.xl\:focus\:mb-32:focus {
		margin-bottom: 8rem !important
	}

	.xl\:focus\:ml-32:focus {
		margin-left: 8rem !important
	}

	.xl\:focus\:mt-40:focus {
		margin-top: 10rem !important
	}

	.xl\:focus\:mr-40:focus {
		margin-right: 10rem !important
	}

	.xl\:focus\:mb-40:focus {
		margin-bottom: 10rem !important
	}

	.xl\:focus\:ml-40:focus {
		margin-left: 10rem !important
	}

	.xl\:focus\:mt-48:focus {
		margin-top: 12rem !important
	}

	.xl\:focus\:mr-48:focus {
		margin-right: 12rem !important
	}

	.xl\:focus\:mb-48:focus {
		margin-bottom: 12rem !important
	}

	.xl\:focus\:ml-48:focus {
		margin-left: 12rem !important
	}

	.xl\:focus\:mt-56:focus {
		margin-top: 14rem !important
	}

	.xl\:focus\:mr-56:focus {
		margin-right: 14rem !important
	}

	.xl\:focus\:mb-56:focus {
		margin-bottom: 14rem !important
	}

	.xl\:focus\:ml-56:focus {
		margin-left: 14rem !important
	}

	.xl\:focus\:mt-64:focus {
		margin-top: 16rem !important
	}

	.xl\:focus\:mr-64:focus {
		margin-right: 16rem !important
	}

	.xl\:focus\:mb-64:focus {
		margin-bottom: 16rem !important
	}

	.xl\:focus\:ml-64:focus {
		margin-left: 16rem !important
	}

	.xl\:focus\:mt-auto:focus {
		margin-top: auto !important
	}

	.xl\:focus\:mr-auto:focus {
		margin-right: auto !important
	}

	.xl\:focus\:mb-auto:focus {
		margin-bottom: auto !important
	}

	.xl\:focus\:ml-auto:focus {
		margin-left: auto !important
	}

	.xl\:focus\:mt-px:focus {
		margin-top: 1px !important
	}

	.xl\:focus\:mr-px:focus {
		margin-right: 1px !important
	}

	.xl\:focus\:mb-px:focus {
		margin-bottom: 1px !important
	}

	.xl\:focus\:ml-px:focus {
		margin-left: 1px !important
	}

	.xl\:focus\:-mt-50:focus {
		margin-top: -50px !important
	}

	.xl\:focus\:-mr-50:focus {
		margin-right: -50px !important
	}

	.xl\:focus\:-mb-50:focus {
		margin-bottom: -50px !important
	}

	.xl\:focus\:-ml-50:focus {
		margin-left: -50px !important
	}

	.xl\:focus\:-mt-1:focus {
		margin-top: -.25rem !important
	}

	.xl\:focus\:-mr-1:focus {
		margin-right: -.25rem !important
	}

	.xl\:focus\:-mb-1:focus {
		margin-bottom: -.25rem !important
	}

	.xl\:focus\:-ml-1:focus {
		margin-left: -.25rem !important
	}

	.xl\:focus\:-mt-2:focus {
		margin-top: -.5rem !important
	}

	.xl\:focus\:-mr-2:focus {
		margin-right: -.5rem !important
	}

	.xl\:focus\:-mb-2:focus {
		margin-bottom: -.5rem !important
	}

	.xl\:focus\:-ml-2:focus {
		margin-left: -.5rem !important
	}

	.xl\:focus\:-mt-3:focus {
		margin-top: -.75rem !important
	}

	.xl\:focus\:-mr-3:focus {
		margin-right: -.75rem !important
	}

	.xl\:focus\:-mb-3:focus {
		margin-bottom: -.75rem !important
	}

	.xl\:focus\:-ml-3:focus {
		margin-left: -.75rem !important
	}

	.xl\:focus\:-mt-4:focus {
		margin-top: -1rem !important
	}

	.xl\:focus\:-mr-4:focus {
		margin-right: -1rem !important
	}

	.xl\:focus\:-mb-4:focus {
		margin-bottom: -1rem !important
	}

	.xl\:focus\:-ml-4:focus {
		margin-left: -1rem !important
	}

	.xl\:focus\:-mt-5:focus {
		margin-top: -1.25rem !important
	}

	.xl\:focus\:-mr-5:focus {
		margin-right: -1.25rem !important
	}

	.xl\:focus\:-mb-5:focus {
		margin-bottom: -1.25rem !important
	}

	.xl\:focus\:-ml-5:focus {
		margin-left: -1.25rem !important
	}

	.xl\:focus\:-mt-6:focus {
		margin-top: -1.5rem !important
	}

	.xl\:focus\:-mr-6:focus {
		margin-right: -1.5rem !important
	}

	.xl\:focus\:-mb-6:focus {
		margin-bottom: -1.5rem !important
	}

	.xl\:focus\:-ml-6:focus {
		margin-left: -1.5rem !important
	}

	.xl\:focus\:-mt-8:focus {
		margin-top: -2rem !important
	}

	.xl\:focus\:-mr-8:focus {
		margin-right: -2rem !important
	}

	.xl\:focus\:-mb-8:focus {
		margin-bottom: -2rem !important
	}

	.xl\:focus\:-ml-8:focus {
		margin-left: -2rem !important
	}

	.xl\:focus\:-mt-10:focus {
		margin-top: -2.5rem !important
	}

	.xl\:focus\:-mr-10:focus {
		margin-right: -2.5rem !important
	}

	.xl\:focus\:-mb-10:focus {
		margin-bottom: -2.5rem !important
	}

	.xl\:focus\:-ml-10:focus {
		margin-left: -2.5rem !important
	}

	.xl\:focus\:-mt-12:focus {
		margin-top: -3rem !important
	}

	.xl\:focus\:-mr-12:focus {
		margin-right: -3rem !important
	}

	.xl\:focus\:-mb-12:focus {
		margin-bottom: -3rem !important
	}

	.xl\:focus\:-ml-12:focus {
		margin-left: -3rem !important
	}

	.xl\:focus\:-mt-16:focus {
		margin-top: -4rem !important
	}

	.xl\:focus\:-mr-16:focus {
		margin-right: -4rem !important
	}

	.xl\:focus\:-mb-16:focus {
		margin-bottom: -4rem !important
	}

	.xl\:focus\:-ml-16:focus {
		margin-left: -4rem !important
	}

	.xl\:focus\:-mt-20:focus {
		margin-top: -5rem !important
	}

	.xl\:focus\:-mr-20:focus {
		margin-right: -5rem !important
	}

	.xl\:focus\:-mb-20:focus {
		margin-bottom: -5rem !important
	}

	.xl\:focus\:-ml-20:focus {
		margin-left: -5rem !important
	}

	.xl\:focus\:-mt-24:focus {
		margin-top: -6rem !important
	}

	.xl\:focus\:-mr-24:focus {
		margin-right: -6rem !important
	}

	.xl\:focus\:-mb-24:focus {
		margin-bottom: -6rem !important
	}

	.xl\:focus\:-ml-24:focus {
		margin-left: -6rem !important
	}

	.xl\:focus\:-mt-32:focus {
		margin-top: -8rem !important
	}

	.xl\:focus\:-mr-32:focus {
		margin-right: -8rem !important
	}

	.xl\:focus\:-mb-32:focus {
		margin-bottom: -8rem !important
	}

	.xl\:focus\:-ml-32:focus {
		margin-left: -8rem !important
	}

	.xl\:focus\:-mt-40:focus {
		margin-top: -10rem !important
	}

	.xl\:focus\:-mr-40:focus {
		margin-right: -10rem !important
	}

	.xl\:focus\:-mb-40:focus {
		margin-bottom: -10rem !important
	}

	.xl\:focus\:-ml-40:focus {
		margin-left: -10rem !important
	}

	.xl\:focus\:-mt-48:focus {
		margin-top: -12rem !important
	}

	.xl\:focus\:-mr-48:focus {
		margin-right: -12rem !important
	}

	.xl\:focus\:-mb-48:focus {
		margin-bottom: -12rem !important
	}

	.xl\:focus\:-ml-48:focus {
		margin-left: -12rem !important
	}

	.xl\:focus\:-mt-56:focus {
		margin-top: -14rem !important
	}

	.xl\:focus\:-mr-56:focus {
		margin-right: -14rem !important
	}

	.xl\:focus\:-mb-56:focus {
		margin-bottom: -14rem !important
	}

	.xl\:focus\:-ml-56:focus {
		margin-left: -14rem !important
	}

	.xl\:focus\:-mt-64:focus {
		margin-top: -16rem !important
	}

	.xl\:focus\:-mr-64:focus {
		margin-right: -16rem !important
	}

	.xl\:focus\:-mb-64:focus {
		margin-bottom: -16rem !important
	}

	.xl\:focus\:-ml-64:focus {
		margin-left: -16rem !important
	}

	.xl\:focus\:-mt-px:focus {
		margin-top: -1px !important
	}

	.xl\:focus\:-mr-px:focus {
		margin-right: -1px !important
	}

	.xl\:focus\:-mb-px:focus {
		margin-bottom: -1px !important
	}

	.xl\:focus\:-ml-px:focus {
		margin-left: -1px !important
	}

	.xl\:focus\:-mt--50:focus {
		margin-top: 50px !important
	}

	.xl\:focus\:-mr--50:focus {
		margin-right: 50px !important
	}

	.xl\:focus\:-mb--50:focus {
		margin-bottom: 50px !important
	}

	.xl\:focus\:-ml--50:focus {
		margin-left: 50px !important
	}

	.xl\:focus\:-mt-14:focus {
		margin-top: -3.5rem !important
	}

	.xl\:focus\:-mr-14:focus {
		margin-right: -3.5rem !important
	}

	.xl\:focus\:-mb-14:focus {
		margin-bottom: -3.5rem !important
	}

	.xl\:focus\:-ml-14:focus {
		margin-left: -3.5rem !important
	}

	.xl\:focus\:-mt-15:focus {
		margin-top: -3.75rem !important
	}

	.xl\:focus\:-mr-15:focus {
		margin-right: -3.75rem !important
	}

	.xl\:focus\:-mb-15:focus {
		margin-bottom: -3.75rem !important
	}

	.xl\:focus\:-ml-15:focus {
		margin-left: -3.75rem !important
	}

	.xl\:focus\:-mt-25:focus {
		margin-top: -6.25rem !important
	}

	.xl\:focus\:-mr-25:focus {
		margin-right: -6.25rem !important
	}

	.xl\:focus\:-mb-25:focus {
		margin-bottom: -6.25rem !important
	}

	.xl\:focus\:-ml-25:focus {
		margin-left: -6.25rem !important
	}

	.xl\:focus\:-mt-30:focus {
		margin-top: -7.5rem !important
	}

	.xl\:focus\:-mr-30:focus {
		margin-right: -7.5rem !important
	}

	.xl\:focus\:-mb-30:focus {
		margin-bottom: -7.5rem !important
	}

	.xl\:focus\:-ml-30:focus {
		margin-left: -7.5rem !important
	}

	.xl\:max-h-full {
		max-height: 100% !important
	}

	.xl\:max-h-screen {
		max-height: 100vh !important
	}

	.xl\:max-w-20 {
		max-width: 5rem !important
	}

	.xl\:max-w-24 {
		max-width: 6rem !important
	}

	.xl\:max-w-28 {
		max-width: 7rem !important
	}

	.xl\:max-w-94 {
		max-width: 23.5rem !important
	}

	.xl\:max-w-105 {
		max-width: 26.35rem !important
	}

	.xl\:max-w-155 {
		max-width: 38.75rem !important
	}

	.xl\:max-w-163 {
		max-width: 40.75rem !important
	}

	.xl\:max-w-235 {
		max-width: 58.75rem !important
	}

	.xl\:max-w-320 {
		max-width: 80rem !important
	}

	.xl\:max-w-480 {
		max-width: 120rem !important
	}

	.xl\:max-w-none {
		max-width: none !important
	}

	.xl\:max-w-xs {
		max-width: 20rem !important
	}

	.xl\:max-w-sm {
		max-width: 24rem !important
	}

	.xl\:max-w-md {
		max-width: 824px !important
	}

	.xl\:max-w-lg {
		max-width: 1244px !important
	}

	.xl\:max-w-xl {
		max-width: 36rem !important
	}

	.xl\:max-w-2xl {
		max-width: 42rem !important
	}

	.xl\:max-w-3xl {
		max-width: 48rem !important
	}

	.xl\:max-w-4xl {
		max-width: 56rem !important
	}

	.xl\:max-w-5xl {
		max-width: 64rem !important
	}

	.xl\:max-w-6xl {
		max-width: 72rem !important
	}

	.xl\:max-w-full {
		max-width: 100% !important
	}

	.xl\:max-w-screen-xs {
		max-width: 368px !important
	}

	.xl\:max-w-screen-sm {
		max-width: 640px !important
	}

	.xl\:max-w-screen-md {
		max-width: 768px !important
	}

	.xl\:max-w-screen-lg {
		max-width: 1152px !important
	}

	.xl\:max-w-screen-xl {
		max-width: 1560px !important
	}

	.xl\:max-w-screen-hl {
		max-width: 2100px !important
	}

	.xl\:min-h-0 {
		min-height: 0 !important
	}

	.xl\:min-h-full {
		min-height: 100% !important
	}

	.xl\:min-h-screen {
		min-height: 100vh !important
	}

	.xl\:min-w-0 {
		min-width: 0 !important
	}

	.xl\:min-w-20 {
		min-width: 5rem !important
	}

	.xl\:min-w-94 {
		min-width: 23.5rem !important
	}

	.xl\:min-w-105 {
		min-width: 26.35rem !important
	}

	.xl\:min-w-155 {
		min-width: 38.75rem !important
	}

	.xl\:min-w-235 {
		min-width: 58.75rem !important
	}

	.xl\:min-w-full {
		min-width: 100% !important
	}

	.xl\:object-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important
	}

	.xl\:object-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important
	}

	.xl\:object-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important
	}

	.xl\:object-none {
		-o-object-fit: none !important;
		object-fit: none !important
	}

	.xl\:object-scale-down {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important
	}

	.xl\:opacity-0 {
		opacity: 0 !important
	}

	.xl\:opacity-25 {
		opacity: .25 !important
	}

	.xl\:opacity-50 {
		opacity: .5 !important
	}

	.xl\:opacity-75 {
		opacity: .75 !important
	}

	.xl\:opacity-100 {
		opacity: 1 !important
	}

	.xl\:hover\:opacity-0:hover {
		opacity: 0 !important
	}

	.xl\:hover\:opacity-25:hover {
		opacity: .25 !important
	}

	.xl\:hover\:opacity-50:hover {
		opacity: .5 !important
	}

	.xl\:hover\:opacity-75:hover {
		opacity: .75 !important
	}

	.xl\:hover\:opacity-100:hover {
		opacity: 1 !important
	}

	.xl\:focus\:opacity-0:focus {
		opacity: 0 !important
	}

	.xl\:focus\:opacity-25:focus {
		opacity: .25 !important
	}

	.xl\:focus\:opacity-50:focus {
		opacity: .5 !important
	}

	.xl\:focus\:opacity-75:focus {
		opacity: .75 !important
	}

	.xl\:focus\:opacity-100:focus {
		opacity: 1 !important
	}

	.xl\:outline-none {
		outline: 2px solid transparent !important;
		outline-offset: 2px !important
	}

	.xl\:outline-white {
		outline: 2px dotted #fff !important;
		outline-offset: 2px !important
	}

	.xl\:outline-black {
		outline: 2px dotted #000 !important;
		outline-offset: 2px !important
	}

	.xl\:focus\:outline-none:focus {
		outline: 2px solid transparent !important;
		outline-offset: 2px !important
	}

	.xl\:focus\:outline-white:focus {
		outline: 2px dotted #fff !important;
		outline-offset: 2px !important
	}

	.xl\:focus\:outline-black:focus {
		outline: 2px dotted #000 !important;
		outline-offset: 2px !important
	}

	.xl\:overflow-auto {
		overflow: auto !important
	}

	.xl\:overflow-hidden {
		overflow: hidden !important
	}

	.xl\:overflow-visible {
		overflow: visible !important
	}

	.xl\:overflow-scroll {
		overflow: scroll !important
	}

	.xl\:overflow-x-auto {
		overflow-x: auto !important
	}

	.xl\:overflow-y-auto {
		overflow-y: auto !important
	}

	.xl\:overflow-x-hidden {
		overflow-x: hidden !important
	}

	.xl\:overflow-y-hidden {
		overflow-y: hidden !important
	}

	.xl\:overflow-x-visible {
		overflow-x: visible !important
	}

	.xl\:overflow-y-visible {
		overflow-y: visible !important
	}

	.xl\:overflow-x-scroll {
		overflow-x: scroll !important
	}

	.xl\:overflow-y-scroll {
		overflow-y: scroll !important
	}

	.xl\:scrolling-touch {
		-webkit-overflow-scrolling: touch !important
	}

	.xl\:scrolling-auto {
		-webkit-overflow-scrolling: auto !important
	}

	.xl\:p-0 {
		padding: 0 !important
	}

	.xl\:p-1 {
		padding: .25rem !important
	}

	.xl\:p-2 {
		padding: .5rem !important
	}

	.xl\:p-3 {
		padding: .75rem !important
	}

	.xl\:p-4 {
		padding: 1rem !important
	}

	.xl\:p-5 {
		padding: 1.25rem !important
	}

	.xl\:p-6 {
		padding: 1.5rem !important
	}

	.xl\:p-7 {
		padding: 1.75rem !important
	}

	.xl\:p-8 {
		padding: 2rem !important
	}

	.xl\:p-9 {
		padding: 2.25rem !important
	}

	.xl\:p-10 {
		padding: 2.5rem !important
	}

	.xl\:p-11 {
		padding: 2.75rem !important
	}

	.xl\:p-12 {
		padding: 3rem !important
	}

	.xl\:p-13 {
		padding: 3.25rem !important
	}

	.xl\:p-14 {
		padding: 3.5rem !important
	}

	.xl\:p-15 {
		padding: 3.75rem !important
	}

	.xl\:p-16 {
		padding: 4rem !important
	}

	.xl\:p-20 {
		padding: 5rem !important
	}

	.xl\:p-24 {
		padding: 6rem !important
	}

	.xl\:p-25 {
		padding: 6.25rem !important
	}

	.xl\:p-28 {
		padding: 7rem !important
	}

	.xl\:p-30 {
		padding: 7.5rem !important
	}

	.xl\:p-32 {
		padding: 8rem !important
	}

	.xl\:p-40 {
		padding: 10rem !important
	}

	.xl\:p-48 {
		padding: 12rem !important
	}

	.xl\:p-56 {
		padding: 14rem !important
	}

	.xl\:p-64 {
		padding: 16rem !important
	}

	.xl\:p-85 {
		padding: 21.25rem !important
	}

	.xl\:p-px {
		padding: 1px !important
	}

	.xl\:p--50 {
		padding: -50px !important
	}

	.xl\:py-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

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

	.xl\:py-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.xl\:px-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important
	}

	.xl\:py-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.xl\:px-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important
	}

	.xl\:py-3 {
		padding-top: .75rem !important;
		padding-bottom: .75rem !important
	}

	.xl\:px-3 {
		padding-left: .75rem !important;
		padding-right: .75rem !important
	}

	.xl\:py-4 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.xl\:px-4 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.xl\:py-5 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	.xl\:px-5 {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important
	}

	.xl\:py-6 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.xl\:px-6 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}

	.xl\:py-7 {
		padding-top: 1.75rem !important;
		padding-bottom: 1.75rem !important
	}

	.xl\:px-7 {
		padding-left: 1.75rem !important;
		padding-right: 1.75rem !important
	}

	.xl\:py-8 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.xl\:px-8 {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}

	.xl\:py-9 {
		padding-top: 2.25rem !important;
		padding-bottom: 2.25rem !important
	}

	.xl\:px-9 {
		padding-left: 2.25rem !important;
		padding-right: 2.25rem !important
	}

	.xl\:py-10 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	.xl\:px-10 {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important
	}

	.xl\:py-11 {
		padding-top: 2.75rem !important;
		padding-bottom: 2.75rem !important
	}

	.xl\:px-11 {
		padding-left: 2.75rem !important;
		padding-right: 2.75rem !important
	}

	.xl\:py-12 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.xl\:px-12 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.xl\:py-13 {
		padding-top: 3.25rem !important;
		padding-bottom: 3.25rem !important
	}

	.xl\:px-13 {
		padding-left: 3.25rem !important;
		padding-right: 3.25rem !important
	}

	.xl\:py-14 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important
	}

	.xl\:px-14 {
		padding-left: 3.5rem !important;
		padding-right: 3.5rem !important
	}

	.xl\:py-15 {
		padding-top: 3.75rem !important;
		padding-bottom: 3.75rem !important
	}

	.xl\:px-15 {
		padding-left: 3.75rem !important;
		padding-right: 3.75rem !important
	}

	.xl\:py-16 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}

	.xl\:px-16 {
		padding-left: 4rem !important;
		padding-right: 4rem !important
	}

	.xl\:py-20 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.xl\:px-20 {
		padding-left: 5rem !important;
		padding-right: 5rem !important
	}

	.xl\:py-24 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.xl\:px-24 {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}

	.xl\:py-25 {
		padding-top: 6.25rem !important;
		padding-bottom: 6.25rem !important
	}

	.xl\:px-25 {
		padding-left: 6.25rem !important;
		padding-right: 6.25rem !important
	}

	.xl\:py-28 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important
	}

	.xl\:px-28 {
		padding-left: 7rem !important;
		padding-right: 7rem !important
	}

	.xl\:py-30 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important
	}

	.xl\:px-30 {
		padding-left: 7.5rem !important;
		padding-right: 7.5rem !important
	}

	.xl\:py-32 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important
	}

	.xl\:px-32 {
		padding-left: 8rem !important;
		padding-right: 8rem !important
	}

	.xl\:py-40 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important
	}

	.xl\:px-40 {
		padding-left: 10rem !important;
		padding-right: 10rem !important
	}

	.xl\:py-48 {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important
	}

	.xl\:px-48 {
		padding-left: 12rem !important;
		padding-right: 12rem !important
	}

	.xl\:py-56 {
		padding-top: 14rem !important;
		padding-bottom: 14rem !important
	}

	.xl\:px-56 {
		padding-left: 14rem !important;
		padding-right: 14rem !important
	}

	.xl\:py-64 {
		padding-top: 16rem !important;
		padding-bottom: 16rem !important
	}

	.xl\:px-64 {
		padding-left: 16rem !important;
		padding-right: 16rem !important
	}

	.xl\:py-85 {
		padding-top: 21.25rem !important;
		padding-bottom: 21.25rem !important
	}

	.xl\:px-85 {
		padding-left: 21.25rem !important;
		padding-right: 21.25rem !important
	}

	.xl\:py-px {
		padding-top: 1px !important;
		padding-bottom: 1px !important
	}

	.xl\:px-px {
		padding-left: 1px !important;
		padding-right: 1px !important
	}

	.xl\:py--50 {
		padding-top: -50px !important;
		padding-bottom: -50px !important
	}

	.xl\:px--50 {
		padding-left: -50px !important;
		padding-right: -50px !important
	}

	.xl\:pt-0 {
		padding-top: 0 !important
	}

	.xl\:pr-0 {
		padding-right: 0 !important
	}

	.xl\:pb-0 {
		padding-bottom: 0 !important
	}

	.xl\:pl-0 {
		padding-left: 0 !important
	}

	.xl\:pt-1 {
		padding-top: .25rem !important
	}

	.xl\:pr-1 {
		padding-right: .25rem !important
	}

	.xl\:pb-1 {
		padding-bottom: .25rem !important
	}

	.xl\:pl-1 {
		padding-left: .25rem !important
	}

	.xl\:pt-2 {
		padding-top: .5rem !important
	}

	.xl\:pr-2 {
		padding-right: .5rem !important
	}

	.xl\:pb-2 {
		padding-bottom: .5rem !important
	}

	.xl\:pl-2 {
		padding-left: .5rem !important
	}

	.xl\:pt-3 {
		padding-top: .75rem !important
	}

	.xl\:pr-3 {
		padding-right: .75rem !important
	}

	.xl\:pb-3 {
		padding-bottom: .75rem !important
	}

	.xl\:pl-3 {
		padding-left: .75rem !important
	}

	.xl\:pt-4 {
		padding-top: 1rem !important
	}

	.xl\:pr-4 {
		padding-right: 1rem !important
	}

	.xl\:pb-4 {
		padding-bottom: 1rem !important
	}

	.xl\:pl-4 {
		padding-left: 1rem !important
	}

	.xl\:pt-5 {
		padding-top: 1.25rem !important
	}

	.xl\:pr-5 {
		padding-right: 1.25rem !important
	}

	.xl\:pb-5 {
		padding-bottom: 1.25rem !important
	}

	.xl\:pl-5 {
		padding-left: 1.25rem !important
	}

	.xl\:pt-6 {
		padding-top: 1.5rem !important
	}

	.xl\:pr-6 {
		padding-right: 1.5rem !important
	}

	.xl\:pb-6 {
		padding-bottom: 1.5rem !important
	}

	.xl\:pl-6 {
		padding-left: 1.5rem !important
	}

	.xl\:pt-7 {
		padding-top: 1.75rem !important
	}

	.xl\:pr-7 {
		padding-right: 1.75rem !important
	}

	.xl\:pb-7 {
		padding-bottom: 1.75rem !important
	}

	.xl\:pl-7 {
		padding-left: 1.75rem !important
	}

	.xl\:pt-8 {
		padding-top: 2rem !important
	}

	.xl\:pr-8 {
		padding-right: 2rem !important
	}

	.xl\:pb-8 {
		padding-bottom: 2rem !important
	}

	.xl\:pl-8 {
		padding-left: 2rem !important
	}

	.xl\:pt-9 {
		padding-top: 2.25rem !important
	}

	.xl\:pr-9 {
		padding-right: 2.25rem !important
	}

	.xl\:pb-9 {
		padding-bottom: 2.25rem !important
	}

	.xl\:pl-9 {
		padding-left: 2.25rem !important
	}

	.xl\:pt-10 {
		padding-top: 2.5rem !important
	}

	.xl\:pr-10 {
		padding-right: 2.5rem !important
	}

	.xl\:pb-10 {
		padding-bottom: 2.5rem !important
	}

	.xl\:pl-10 {
		padding-left: 2.5rem !important
	}

	.xl\:pt-11 {
		padding-top: 2.75rem !important
	}

	.xl\:pr-11 {
		padding-right: 2.75rem !important
	}

	.xl\:pb-11 {
		padding-bottom: 2.75rem !important
	}

	.xl\:pl-11 {
		padding-left: 2.75rem !important
	}

	.xl\:pt-12 {
		padding-top: 3rem !important
	}

	.xl\:pr-12 {
		padding-right: 3rem !important
	}

	.xl\:pb-12 {
		padding-bottom: 3rem !important
	}

	.xl\:pl-12 {
		padding-left: 3rem !important
	}

	.xl\:pt-13 {
		padding-top: 3.25rem !important
	}

	.xl\:pr-13 {
		padding-right: 3.25rem !important
	}

	.xl\:pb-13 {
		padding-bottom: 3.25rem !important
	}

	.xl\:pl-13 {
		padding-left: 3.25rem !important
	}

	.xl\:pt-14 {
		padding-top: 3.5rem !important
	}

	.xl\:pr-14 {
		padding-right: 3.5rem !important
	}

	.xl\:pb-14 {
		padding-bottom: 3.5rem !important
	}

	.xl\:pl-14 {
		padding-left: 3.5rem !important
	}

	.xl\:pt-15 {
		padding-top: 3.75rem !important
	}

	.xl\:pr-15 {
		padding-right: 3.75rem !important
	}

	.xl\:pb-15 {
		padding-bottom: 3.75rem !important
	}

	.xl\:pl-15 {
		padding-left: 3.75rem !important
	}

	.xl\:pt-16 {
		padding-top: 4rem !important
	}

	.xl\:pr-16 {
		padding-right: 4rem !important
	}

	.xl\:pb-16 {
		padding-bottom: 4rem !important
	}

	.xl\:pl-16 {
		padding-left: 4rem !important
	}

	.xl\:pt-20 {
		padding-top: 5rem !important
	}

	.xl\:pr-20 {
		padding-right: 5rem !important
	}

	.xl\:pb-20 {
		padding-bottom: 5rem !important
	}

	.xl\:pl-20 {
		padding-left: 5rem !important
	}

	.xl\:pt-24 {
		padding-top: 6rem !important
	}

	.xl\:pr-24 {
		padding-right: 6rem !important
	}

	.xl\:pb-24 {
		padding-bottom: 6rem !important
	}

	.xl\:pl-24 {
		padding-left: 6rem !important
	}

	.xl\:pt-25 {
		padding-top: 6.25rem !important
	}

	.xl\:pr-25 {
		padding-right: 6.25rem !important
	}

	.xl\:pb-25 {
		padding-bottom: 6.25rem !important
	}

	.xl\:pl-25 {
		padding-left: 6.25rem !important
	}

	.xl\:pt-28 {
		padding-top: 7rem !important
	}

	.xl\:pr-28 {
		padding-right: 7rem !important
	}

	.xl\:pb-28 {
		padding-bottom: 7rem !important
	}

	.xl\:pl-28 {
		padding-left: 7rem !important
	}

	.xl\:pt-30 {
		padding-top: 7.5rem !important
	}

	.xl\:pr-30 {
		padding-right: 7.5rem !important
	}

	.xl\:pb-30 {
		padding-bottom: 7.5rem !important
	}

	.xl\:pl-30 {
		padding-left: 7.5rem !important
	}

	.xl\:pt-32 {
		padding-top: 8rem !important
	}

	.xl\:pr-32 {
		padding-right: 8rem !important
	}

	.xl\:pb-32 {
		padding-bottom: 8rem !important
	}

	.xl\:pl-32 {
		padding-left: 8rem !important
	}

	.xl\:pt-40 {
		padding-top: 10rem !important
	}

	.xl\:pr-40 {
		padding-right: 10rem !important
	}

	.xl\:pb-40 {
		padding-bottom: 10rem !important
	}

	.xl\:pl-40 {
		padding-left: 10rem !important
	}

	.xl\:pt-48 {
		padding-top: 12rem !important
	}

	.xl\:pr-48 {
		padding-right: 12rem !important
	}

	.xl\:pb-48 {
		padding-bottom: 12rem !important
	}

	.xl\:pl-48 {
		padding-left: 12rem !important
	}

	.xl\:pt-56 {
		padding-top: 14rem !important
	}

	.xl\:pr-56 {
		padding-right: 14rem !important
	}

	.xl\:pb-56 {
		padding-bottom: 14rem !important
	}

	.xl\:pl-56 {
		padding-left: 14rem !important
	}

	.xl\:pt-64 {
		padding-top: 16rem !important
	}

	.xl\:pr-64 {
		padding-right: 16rem !important
	}

	.xl\:pb-64 {
		padding-bottom: 16rem !important
	}

	.xl\:pl-64 {
		padding-left: 16rem !important
	}

	.xl\:pt-85 {
		padding-top: 21.25rem !important
	}

	.xl\:pr-85 {
		padding-right: 21.25rem !important
	}

	.xl\:pb-85 {
		padding-bottom: 21.25rem !important
	}

	.xl\:pl-85 {
		padding-left: 21.25rem !important
	}

	.xl\:pt-px {
		padding-top: 1px !important
	}

	.xl\:pr-px {
		padding-right: 1px !important
	}

	.xl\:pb-px {
		padding-bottom: 1px !important
	}

	.xl\:pl-px {
		padding-left: 1px !important
	}

	.xl\:pt--50 {
		padding-top: -50px !important
	}

	.xl\:pr--50 {
		padding-right: -50px !important
	}

	.xl\:pb--50 {
		padding-bottom: -50px !important
	}

	.xl\:pl--50 {
		padding-left: -50px !important
	}

	.xl\:placeholder-606::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-606:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-606::placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-666::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-666:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-666::placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-transparent::-moz-placeholder {
		color: transparent !important
	}

	.xl\:placeholder-transparent:-ms-input-placeholder {
		color: transparent !important
	}

	.xl\:placeholder-transparent::placeholder {
		color: transparent !important
	}

	.xl\:placeholder-current::-moz-placeholder {
		color: currentColor !important
	}

	.xl\:placeholder-current:-ms-input-placeholder {
		color: currentColor !important
	}

	.xl\:placeholder-current::placeholder {
		color: currentColor !important
	}

	.xl\:placeholder-black-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-black-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-black-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-black-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-black-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-black-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-black-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-black-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-black-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-white::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-white:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-white::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-gray-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-gray-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-gray-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-gray-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-gray-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-gray-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-gray-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-gray-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-gray-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-gray-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-gray-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-gray-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-gray-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-gray-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-gray-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-gray-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-gray-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-gray-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-gray-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-gray-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-gray-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-gray-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-gray-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-gray-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-red-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-orange::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-orange:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-orange::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-yellow-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-green-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-teal-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-blue-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-indigo-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-purple-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-pink-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-orange-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-orange-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-orange-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-orange-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-orange-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-orange-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-f3f::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-f3f:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-f3f::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-606:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-606:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-606:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-666:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-666:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-666:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
		color: transparent !important
	}

	.xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
		color: transparent !important
	}

	.xl\:focus\:placeholder-transparent:focus::placeholder {
		color: transparent !important
	}

	.xl\:focus\:placeholder-current:focus::-moz-placeholder {
		color: currentColor !important
	}

	.xl\:focus\:placeholder-current:focus:-ms-input-placeholder {
		color: currentColor !important
	}

	.xl\:focus\:placeholder-current:focus::placeholder {
		color: currentColor !important
	}

	.xl\:focus\:placeholder-black-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-black-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-black-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-black-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-black-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-black-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-black-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-black-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-black-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-white:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-white:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-gray-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-gray-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-gray-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-gray-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-gray-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-gray-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-gray-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-gray-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-red-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-orange:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-orange:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-orange:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-yellow-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-green-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-teal-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-blue-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-indigo-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-purple-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-pink-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-orange-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-orange-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-orange-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-orange-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-f3f:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-f3f:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.xl\:focus\:placeholder-f3f:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.xl\:placeholder-opacity-0::-moz-placeholder {
		--placeholder-opacity: 0 !important
	}

	.xl\:placeholder-opacity-0:-ms-input-placeholder {
		--placeholder-opacity: 0 !important
	}

	.xl\:placeholder-opacity-0::placeholder {
		--placeholder-opacity: 0 !important
	}

	.xl\:placeholder-opacity-25::-moz-placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.xl\:placeholder-opacity-25:-ms-input-placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.xl\:placeholder-opacity-25::placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.xl\:placeholder-opacity-50::-moz-placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.xl\:placeholder-opacity-50:-ms-input-placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.xl\:placeholder-opacity-50::placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.xl\:placeholder-opacity-75::-moz-placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.xl\:placeholder-opacity-75:-ms-input-placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.xl\:placeholder-opacity-75::placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.xl\:placeholder-opacity-100::-moz-placeholder {
		--placeholder-opacity: 1 !important
	}

	.xl\:placeholder-opacity-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important
	}

	.xl\:placeholder-opacity-100::placeholder {
		--placeholder-opacity: 1 !important
	}

	.xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
		--placeholder-opacity: 0 !important
	}

	.xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
		--placeholder-opacity: 0 !important
	}

	.xl\:focus\:placeholder-opacity-0:focus::placeholder {
		--placeholder-opacity: 0 !important
	}

	.xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.xl\:focus\:placeholder-opacity-25:focus::placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.xl\:focus\:placeholder-opacity-50:focus::placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.xl\:focus\:placeholder-opacity-75:focus::placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important
	}

	.xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important
	}

	.xl\:focus\:placeholder-opacity-100:focus::placeholder {
		--placeholder-opacity: 1 !important
	}

	.xl\:static {
		position: static !important
	}

	.xl\:fixed {
		position: fixed !important
	}

	.xl\:absolute {
		position: absolute !important
	}

	.xl\:relative {
		position: relative !important
	}

	.xl\:sticky {
		position: sticky !important
	}

	.xl\:inset-0 {
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important
	}

	.xl\:inset-auto {
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important
	}

	.xl\:inset-y-0 {
		top: 0 !important;
		bottom: 0 !important
	}

	.xl\:inset-x-0 {
		right: 0 !important;
		left: 0 !important
	}

	.xl\:inset-y-auto {
		top: auto !important;
		bottom: auto !important
	}

	.xl\:inset-x-auto {
		right: auto !important;
		left: auto !important
	}

	.xl\:top-0 {
		top: 0 !important
	}

	.xl\:right-0 {
		right: 0 !important
	}

	.xl\:bottom-0 {
		bottom: 0 !important
	}

	.xl\:left-0 {
		left: 0 !important
	}

	.xl\:top-auto {
		top: auto !important
	}

	.xl\:right-auto {
		right: auto !important
	}

	.xl\:bottom-auto {
		bottom: auto !important
	}

	.xl\:left-auto {
		left: auto !important
	}

	.xl\:shadow-xs {
		box-shadow: 0 0 0 1px rgba(0,0,0,.05) !important
	}

	.xl\:shadow-sm {
		box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important
	}

	.xl\:shadow {
		box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important
	}

	.xl\:shadow-md {
		box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important
	}

	.xl\:shadow-lg {
		box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important
	}

	.xl\:shadow-xl {
		box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important
	}

	.xl\:shadow-2xl {
		box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important
	}

	.xl\:shadow-inner {
		box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06) !important
	}

	.xl\:shadow-outline {
		box-shadow: 0 0 0 3px rgba(66,153,225,.5) !important
	}

	.xl\:shadow-none {
		box-shadow: none !important
	}

	.xl\:hover\:shadow-xs:hover {
		box-shadow: 0 0 0 1px rgba(0,0,0,.05) !important
	}

	.xl\:hover\:shadow-sm:hover {
		box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important
	}

	.xl\:hover\:shadow:hover {
		box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important
	}

	.xl\:hover\:shadow-md:hover {
		box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important
	}

	.xl\:hover\:shadow-lg:hover {
		box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important
	}

	.xl\:hover\:shadow-xl:hover {
		box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important
	}

	.xl\:hover\:shadow-2xl:hover {
		box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important
	}

	.xl\:hover\:shadow-inner:hover {
		box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06) !important
	}

	.xl\:hover\:shadow-outline:hover {
		box-shadow: 0 0 0 3px rgba(66,153,225,.5) !important
	}

	.xl\:hover\:shadow-none:hover {
		box-shadow: none !important
	}

	.xl\:focus\:shadow-xs:focus {
		box-shadow: 0 0 0 1px rgba(0,0,0,.05) !important
	}

	.xl\:focus\:shadow-sm:focus {
		box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important
	}

	.xl\:focus\:shadow:focus {
		box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important
	}

	.xl\:focus\:shadow-md:focus {
		box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important
	}

	.xl\:focus\:shadow-lg:focus {
		box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important
	}

	.xl\:focus\:shadow-xl:focus {
		box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important
	}

	.xl\:focus\:shadow-2xl:focus {
		box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important
	}

	.xl\:focus\:shadow-inner:focus {
		box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06) !important
	}

	.xl\:focus\:shadow-outline:focus {
		box-shadow: 0 0 0 3px rgba(66,153,225,.5) !important
	}

	.xl\:focus\:shadow-none:focus {
		box-shadow: none !important
	}

	.xl\:text-left {
		text-align: left !important
	}

	.xl\:text-center {
		text-align: center !important
	}

	.xl\:text-right {
		text-align: right !important
	}

	.xl\:text-justify {
		text-align: justify !important
	}

	.xl\:text-323 {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.xl\:text-606 {
		--text-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--text-opacity)) !important
	}

	.xl\:text-666 {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.xl\:text-979 {
		--text-opacity: 1 !important;
		color: #979797 !important;
		color: rgba(151,151,151,var(--text-opacity)) !important
	}

	.xl\:text-transparent {
		color: transparent !important
	}

	.xl\:text-current {
		color: currentColor !important
	}

	.xl\:text-black-100 {
		--text-opacity: 1 !important;
		color: #000 !important;
		color: rgba(0,0,0,var(--text-opacity)) !important
	}

	.xl\:text-black-200 {
		--text-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--text-opacity)) !important
	}

	.xl\:text-black-300 {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.xl\:text-white {
		--text-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--text-opacity)) !important
	}

	.xl\:text-gray-100 {
		--text-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--text-opacity)) !important
	}

	.xl\:text-gray-200 {
		--text-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--text-opacity)) !important
	}

	.xl\:text-gray-300 {
		--text-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--text-opacity)) !important
	}

	.xl\:text-gray-400 {
		--text-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--text-opacity)) !important
	}

	.xl\:text-gray-500 {
		--text-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--text-opacity)) !important
	}

	.xl\:text-gray-600 {
		--text-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--text-opacity)) !important
	}

	.xl\:text-gray-700 {
		--text-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--text-opacity)) !important
	}

	.xl\:text-gray-800 {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.xl\:text-red-100 {
		--text-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--text-opacity)) !important
	}

	.xl\:text-red-200 {
		--text-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--text-opacity)) !important
	}

	.xl\:text-red-300 {
		--text-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--text-opacity)) !important
	}

	.xl\:text-red-400 {
		--text-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--text-opacity)) !important
	}

	.xl\:text-red-500 {
		--text-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--text-opacity)) !important
	}

	.xl\:text-red-600 {
		--text-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--text-opacity)) !important
	}

	.xl\:text-red-700 {
		--text-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--text-opacity)) !important
	}

	.xl\:text-red-800 {
		--text-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--text-opacity)) !important
	}

	.xl\:text-red-900 {
		--text-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--text-opacity)) !important
	}

	.xl\:text-orange {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.xl\:text-yellow-100 {
		--text-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--text-opacity)) !important
	}

	.xl\:text-yellow-200 {
		--text-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--text-opacity)) !important
	}

	.xl\:text-yellow-300 {
		--text-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--text-opacity)) !important
	}

	.xl\:text-yellow-400 {
		--text-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--text-opacity)) !important
	}

	.xl\:text-yellow-500 {
		--text-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--text-opacity)) !important
	}

	.xl\:text-yellow-600 {
		--text-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--text-opacity)) !important
	}

	.xl\:text-yellow-700 {
		--text-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--text-opacity)) !important
	}

	.xl\:text-yellow-800 {
		--text-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--text-opacity)) !important
	}

	.xl\:text-yellow-900 {
		--text-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--text-opacity)) !important
	}

	.xl\:text-green-100 {
		--text-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--text-opacity)) !important
	}

	.xl\:text-green-200 {
		--text-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--text-opacity)) !important
	}

	.xl\:text-green-300 {
		--text-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--text-opacity)) !important
	}

	.xl\:text-green-400 {
		--text-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--text-opacity)) !important
	}

	.xl\:text-green-500 {
		--text-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--text-opacity)) !important
	}

	.xl\:text-green-600 {
		--text-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--text-opacity)) !important
	}

	.xl\:text-green-700 {
		--text-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--text-opacity)) !important
	}

	.xl\:text-green-800 {
		--text-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--text-opacity)) !important
	}

	.xl\:text-green-900 {
		--text-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--text-opacity)) !important
	}

	.xl\:text-teal-100 {
		--text-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--text-opacity)) !important
	}

	.xl\:text-teal-200 {
		--text-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--text-opacity)) !important
	}

	.xl\:text-teal-300 {
		--text-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--text-opacity)) !important
	}

	.xl\:text-teal-400 {
		--text-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--text-opacity)) !important
	}

	.xl\:text-teal-500 {
		--text-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--text-opacity)) !important
	}

	.xl\:text-teal-600 {
		--text-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--text-opacity)) !important
	}

	.xl\:text-teal-700 {
		--text-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--text-opacity)) !important
	}

	.xl\:text-teal-800 {
		--text-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--text-opacity)) !important
	}

	.xl\:text-teal-900 {
		--text-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--text-opacity)) !important
	}

	.xl\:text-blue-100 {
		--text-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--text-opacity)) !important
	}

	.xl\:text-blue-200 {
		--text-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--text-opacity)) !important
	}

	.xl\:text-blue-300 {
		--text-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--text-opacity)) !important
	}

	.xl\:text-blue-400 {
		--text-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--text-opacity)) !important
	}

	.xl\:text-blue-500 {
		--text-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--text-opacity)) !important
	}

	.xl\:text-blue-600 {
		--text-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--text-opacity)) !important
	}

	.xl\:text-blue-700 {
		--text-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--text-opacity)) !important
	}

	.xl\:text-blue-800 {
		--text-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--text-opacity)) !important
	}

	.xl\:text-blue-900 {
		--text-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--text-opacity)) !important
	}

	.xl\:text-indigo-100 {
		--text-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--text-opacity)) !important
	}

	.xl\:text-indigo-200 {
		--text-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--text-opacity)) !important
	}

	.xl\:text-indigo-300 {
		--text-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--text-opacity)) !important
	}

	.xl\:text-indigo-400 {
		--text-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--text-opacity)) !important
	}

	.xl\:text-indigo-500 {
		--text-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--text-opacity)) !important
	}

	.xl\:text-indigo-600 {
		--text-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--text-opacity)) !important
	}

	.xl\:text-indigo-700 {
		--text-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--text-opacity)) !important
	}

	.xl\:text-indigo-800 {
		--text-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--text-opacity)) !important
	}

	.xl\:text-indigo-900 {
		--text-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--text-opacity)) !important
	}

	.xl\:text-purple-100 {
		--text-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--text-opacity)) !important
	}

	.xl\:text-purple-200 {
		--text-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--text-opacity)) !important
	}

	.xl\:text-purple-300 {
		--text-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--text-opacity)) !important
	}

	.xl\:text-purple-400 {
		--text-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--text-opacity)) !important
	}

	.xl\:text-purple-500 {
		--text-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--text-opacity)) !important
	}

	.xl\:text-purple-600 {
		--text-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--text-opacity)) !important
	}

	.xl\:text-purple-700 {
		--text-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--text-opacity)) !important
	}

	.xl\:text-purple-800 {
		--text-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--text-opacity)) !important
	}

	.xl\:text-purple-900 {
		--text-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--text-opacity)) !important
	}

	.xl\:text-pink-100 {
		--text-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--text-opacity)) !important
	}

	.xl\:text-pink-200 {
		--text-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--text-opacity)) !important
	}

	.xl\:text-pink-300 {
		--text-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--text-opacity)) !important
	}

	.xl\:text-pink-400 {
		--text-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--text-opacity)) !important
	}

	.xl\:text-pink-500 {
		--text-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--text-opacity)) !important
	}

	.xl\:text-pink-600 {
		--text-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--text-opacity)) !important
	}

	.xl\:text-pink-700 {
		--text-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--text-opacity)) !important
	}

	.xl\:text-pink-800 {
		--text-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--text-opacity)) !important
	}

	.xl\:text-pink-900 {
		--text-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--text-opacity)) !important
	}

	.xl\:text-orange-400 {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.xl\:text-orange-500 {
		--text-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--text-opacity)) !important
	}

	.xl\:text-f3f {
		--text-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--text-opacity)) !important
	}

	.xl\:hover\:text-323:hover {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.xl\:hover\:text-606:hover {
		--text-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--text-opacity)) !important
	}

	.xl\:hover\:text-666:hover {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.xl\:hover\:text-979:hover {
		--text-opacity: 1 !important;
		color: #979797 !important;
		color: rgba(151,151,151,var(--text-opacity)) !important
	}

	.xl\:hover\:text-transparent:hover {
		color: transparent !important
	}

	.xl\:hover\:text-current:hover {
		color: currentColor !important
	}

	.xl\:hover\:text-black-100:hover {
		--text-opacity: 1 !important;
		color: #000 !important;
		color: rgba(0,0,0,var(--text-opacity)) !important
	}

	.xl\:hover\:text-black-200:hover {
		--text-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--text-opacity)) !important
	}

	.xl\:hover\:text-black-300:hover {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.xl\:hover\:text-white:hover {
		--text-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--text-opacity)) !important
	}

	.xl\:hover\:text-gray-100:hover {
		--text-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--text-opacity)) !important
	}

	.xl\:hover\:text-gray-200:hover {
		--text-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--text-opacity)) !important
	}

	.xl\:hover\:text-gray-300:hover {
		--text-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--text-opacity)) !important
	}

	.xl\:hover\:text-gray-400:hover {
		--text-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--text-opacity)) !important
	}

	.xl\:hover\:text-gray-500:hover {
		--text-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--text-opacity)) !important
	}

	.xl\:hover\:text-gray-600:hover {
		--text-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--text-opacity)) !important
	}

	.xl\:hover\:text-gray-700:hover {
		--text-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--text-opacity)) !important
	}

	.xl\:hover\:text-gray-800:hover {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.xl\:hover\:text-red-100:hover {
		--text-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--text-opacity)) !important
	}

	.xl\:hover\:text-red-200:hover {
		--text-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--text-opacity)) !important
	}

	.xl\:hover\:text-red-300:hover {
		--text-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--text-opacity)) !important
	}

	.xl\:hover\:text-red-400:hover {
		--text-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--text-opacity)) !important
	}

	.xl\:hover\:text-red-500:hover {
		--text-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--text-opacity)) !important
	}

	.xl\:hover\:text-red-600:hover {
		--text-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--text-opacity)) !important
	}

	.xl\:hover\:text-red-700:hover {
		--text-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--text-opacity)) !important
	}

	.xl\:hover\:text-red-800:hover {
		--text-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--text-opacity)) !important
	}

	.xl\:hover\:text-red-900:hover {
		--text-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--text-opacity)) !important
	}

	.xl\:hover\:text-orange:hover {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.xl\:hover\:text-yellow-100:hover {
		--text-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--text-opacity)) !important
	}

	.xl\:hover\:text-yellow-200:hover {
		--text-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--text-opacity)) !important
	}

	.xl\:hover\:text-yellow-300:hover {
		--text-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--text-opacity)) !important
	}

	.xl\:hover\:text-yellow-400:hover {
		--text-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--text-opacity)) !important
	}

	.xl\:hover\:text-yellow-500:hover {
		--text-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--text-opacity)) !important
	}

	.xl\:hover\:text-yellow-600:hover {
		--text-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--text-opacity)) !important
	}

	.xl\:hover\:text-yellow-700:hover {
		--text-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--text-opacity)) !important
	}

	.xl\:hover\:text-yellow-800:hover {
		--text-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--text-opacity)) !important
	}

	.xl\:hover\:text-yellow-900:hover {
		--text-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--text-opacity)) !important
	}

	.xl\:hover\:text-green-100:hover {
		--text-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--text-opacity)) !important
	}

	.xl\:hover\:text-green-200:hover {
		--text-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--text-opacity)) !important
	}

	.xl\:hover\:text-green-300:hover {
		--text-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--text-opacity)) !important
	}

	.xl\:hover\:text-green-400:hover {
		--text-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--text-opacity)) !important
	}

	.xl\:hover\:text-green-500:hover {
		--text-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--text-opacity)) !important
	}

	.xl\:hover\:text-green-600:hover {
		--text-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--text-opacity)) !important
	}

	.xl\:hover\:text-green-700:hover {
		--text-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--text-opacity)) !important
	}

	.xl\:hover\:text-green-800:hover {
		--text-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--text-opacity)) !important
	}

	.xl\:hover\:text-green-900:hover {
		--text-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--text-opacity)) !important
	}

	.xl\:hover\:text-teal-100:hover {
		--text-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--text-opacity)) !important
	}

	.xl\:hover\:text-teal-200:hover {
		--text-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--text-opacity)) !important
	}

	.xl\:hover\:text-teal-300:hover {
		--text-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--text-opacity)) !important
	}

	.xl\:hover\:text-teal-400:hover {
		--text-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--text-opacity)) !important
	}

	.xl\:hover\:text-teal-500:hover {
		--text-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--text-opacity)) !important
	}

	.xl\:hover\:text-teal-600:hover {
		--text-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--text-opacity)) !important
	}

	.xl\:hover\:text-teal-700:hover {
		--text-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--text-opacity)) !important
	}

	.xl\:hover\:text-teal-800:hover {
		--text-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--text-opacity)) !important
	}

	.xl\:hover\:text-teal-900:hover {
		--text-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--text-opacity)) !important
	}

	.xl\:hover\:text-blue-100:hover {
		--text-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--text-opacity)) !important
	}

	.xl\:hover\:text-blue-200:hover {
		--text-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--text-opacity)) !important
	}

	.xl\:hover\:text-blue-300:hover {
		--text-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--text-opacity)) !important
	}

	.xl\:hover\:text-blue-400:hover {
		--text-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--text-opacity)) !important
	}

	.xl\:hover\:text-blue-500:hover {
		--text-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--text-opacity)) !important
	}

	.xl\:hover\:text-blue-600:hover {
		--text-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--text-opacity)) !important
	}

	.xl\:hover\:text-blue-700:hover {
		--text-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--text-opacity)) !important
	}

	.xl\:hover\:text-blue-800:hover {
		--text-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--text-opacity)) !important
	}

	.xl\:hover\:text-blue-900:hover {
		--text-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--text-opacity)) !important
	}

	.xl\:hover\:text-indigo-100:hover {
		--text-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--text-opacity)) !important
	}

	.xl\:hover\:text-indigo-200:hover {
		--text-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--text-opacity)) !important
	}

	.xl\:hover\:text-indigo-300:hover {
		--text-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--text-opacity)) !important
	}

	.xl\:hover\:text-indigo-400:hover {
		--text-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--text-opacity)) !important
	}

	.xl\:hover\:text-indigo-500:hover {
		--text-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--text-opacity)) !important
	}

	.xl\:hover\:text-indigo-600:hover {
		--text-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--text-opacity)) !important
	}

	.xl\:hover\:text-indigo-700:hover {
		--text-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--text-opacity)) !important
	}

	.xl\:hover\:text-indigo-800:hover {
		--text-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--text-opacity)) !important
	}

	.xl\:hover\:text-indigo-900:hover {
		--text-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--text-opacity)) !important
	}

	.xl\:hover\:text-purple-100:hover {
		--text-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--text-opacity)) !important
	}

	.xl\:hover\:text-purple-200:hover {
		--text-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--text-opacity)) !important
	}

	.xl\:hover\:text-purple-300:hover {
		--text-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--text-opacity)) !important
	}

	.xl\:hover\:text-purple-400:hover {
		--text-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--text-opacity)) !important
	}

	.xl\:hover\:text-purple-500:hover {
		--text-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--text-opacity)) !important
	}

	.xl\:hover\:text-purple-600:hover {
		--text-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--text-opacity)) !important
	}

	.xl\:hover\:text-purple-700:hover {
		--text-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--text-opacity)) !important
	}

	.xl\:hover\:text-purple-800:hover {
		--text-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--text-opacity)) !important
	}

	.xl\:hover\:text-purple-900:hover {
		--text-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--text-opacity)) !important
	}

	.xl\:hover\:text-pink-100:hover {
		--text-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--text-opacity)) !important
	}

	.xl\:hover\:text-pink-200:hover {
		--text-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--text-opacity)) !important
	}

	.xl\:hover\:text-pink-300:hover {
		--text-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--text-opacity)) !important
	}

	.xl\:hover\:text-pink-400:hover {
		--text-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--text-opacity)) !important
	}

	.xl\:hover\:text-pink-500:hover {
		--text-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--text-opacity)) !important
	}

	.xl\:hover\:text-pink-600:hover {
		--text-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--text-opacity)) !important
	}

	.xl\:hover\:text-pink-700:hover {
		--text-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--text-opacity)) !important
	}

	.xl\:hover\:text-pink-800:hover {
		--text-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--text-opacity)) !important
	}

	.xl\:hover\:text-pink-900:hover {
		--text-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--text-opacity)) !important
	}

	.xl\:hover\:text-orange-400:hover {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.xl\:hover\:text-orange-500:hover {
		--text-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--text-opacity)) !important
	}

	.xl\:hover\:text-f3f:hover {
		--text-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--text-opacity)) !important
	}

	.xl\:focus\:text-323:focus {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.xl\:focus\:text-606:focus {
		--text-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--text-opacity)) !important
	}

	.xl\:focus\:text-666:focus {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.xl\:focus\:text-979:focus {
		--text-opacity: 1 !important;
		color: #979797 !important;
		color: rgba(151,151,151,var(--text-opacity)) !important
	}

	.xl\:focus\:text-transparent:focus {
		color: transparent !important
	}

	.xl\:focus\:text-current:focus {
		color: currentColor !important
	}

	.xl\:focus\:text-black-100:focus {
		--text-opacity: 1 !important;
		color: #000 !important;
		color: rgba(0,0,0,var(--text-opacity)) !important
	}

	.xl\:focus\:text-black-200:focus {
		--text-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--text-opacity)) !important
	}

	.xl\:focus\:text-black-300:focus {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.xl\:focus\:text-white:focus {
		--text-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--text-opacity)) !important
	}

	.xl\:focus\:text-gray-100:focus {
		--text-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--text-opacity)) !important
	}

	.xl\:focus\:text-gray-200:focus {
		--text-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--text-opacity)) !important
	}

	.xl\:focus\:text-gray-300:focus {
		--text-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--text-opacity)) !important
	}

	.xl\:focus\:text-gray-400:focus {
		--text-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--text-opacity)) !important
	}

	.xl\:focus\:text-gray-500:focus {
		--text-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--text-opacity)) !important
	}

	.xl\:focus\:text-gray-600:focus {
		--text-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--text-opacity)) !important
	}

	.xl\:focus\:text-gray-700:focus {
		--text-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--text-opacity)) !important
	}

	.xl\:focus\:text-gray-800:focus {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.xl\:focus\:text-red-100:focus {
		--text-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--text-opacity)) !important
	}

	.xl\:focus\:text-red-200:focus {
		--text-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--text-opacity)) !important
	}

	.xl\:focus\:text-red-300:focus {
		--text-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--text-opacity)) !important
	}

	.xl\:focus\:text-red-400:focus {
		--text-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--text-opacity)) !important
	}

	.xl\:focus\:text-red-500:focus {
		--text-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--text-opacity)) !important
	}

	.xl\:focus\:text-red-600:focus {
		--text-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--text-opacity)) !important
	}

	.xl\:focus\:text-red-700:focus {
		--text-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--text-opacity)) !important
	}

	.xl\:focus\:text-red-800:focus {
		--text-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--text-opacity)) !important
	}

	.xl\:focus\:text-red-900:focus {
		--text-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--text-opacity)) !important
	}

	.xl\:focus\:text-orange:focus {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.xl\:focus\:text-yellow-100:focus {
		--text-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--text-opacity)) !important
	}

	.xl\:focus\:text-yellow-200:focus {
		--text-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--text-opacity)) !important
	}

	.xl\:focus\:text-yellow-300:focus {
		--text-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--text-opacity)) !important
	}

	.xl\:focus\:text-yellow-400:focus {
		--text-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--text-opacity)) !important
	}

	.xl\:focus\:text-yellow-500:focus {
		--text-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--text-opacity)) !important
	}

	.xl\:focus\:text-yellow-600:focus {
		--text-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--text-opacity)) !important
	}

	.xl\:focus\:text-yellow-700:focus {
		--text-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--text-opacity)) !important
	}

	.xl\:focus\:text-yellow-800:focus {
		--text-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--text-opacity)) !important
	}

	.xl\:focus\:text-yellow-900:focus {
		--text-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--text-opacity)) !important
	}

	.xl\:focus\:text-green-100:focus {
		--text-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--text-opacity)) !important
	}

	.xl\:focus\:text-green-200:focus {
		--text-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--text-opacity)) !important
	}

	.xl\:focus\:text-green-300:focus {
		--text-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--text-opacity)) !important
	}

	.xl\:focus\:text-green-400:focus {
		--text-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--text-opacity)) !important
	}

	.xl\:focus\:text-green-500:focus {
		--text-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--text-opacity)) !important
	}

	.xl\:focus\:text-green-600:focus {
		--text-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--text-opacity)) !important
	}

	.xl\:focus\:text-green-700:focus {
		--text-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--text-opacity)) !important
	}

	.xl\:focus\:text-green-800:focus {
		--text-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--text-opacity)) !important
	}

	.xl\:focus\:text-green-900:focus {
		--text-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--text-opacity)) !important
	}

	.xl\:focus\:text-teal-100:focus {
		--text-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--text-opacity)) !important
	}

	.xl\:focus\:text-teal-200:focus {
		--text-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--text-opacity)) !important
	}

	.xl\:focus\:text-teal-300:focus {
		--text-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--text-opacity)) !important
	}

	.xl\:focus\:text-teal-400:focus {
		--text-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--text-opacity)) !important
	}

	.xl\:focus\:text-teal-500:focus {
		--text-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--text-opacity)) !important
	}

	.xl\:focus\:text-teal-600:focus {
		--text-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--text-opacity)) !important
	}

	.xl\:focus\:text-teal-700:focus {
		--text-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--text-opacity)) !important
	}

	.xl\:focus\:text-teal-800:focus {
		--text-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--text-opacity)) !important
	}

	.xl\:focus\:text-teal-900:focus {
		--text-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--text-opacity)) !important
	}

	.xl\:focus\:text-blue-100:focus {
		--text-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--text-opacity)) !important
	}

	.xl\:focus\:text-blue-200:focus {
		--text-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--text-opacity)) !important
	}

	.xl\:focus\:text-blue-300:focus {
		--text-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--text-opacity)) !important
	}

	.xl\:focus\:text-blue-400:focus {
		--text-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--text-opacity)) !important
	}

	.xl\:focus\:text-blue-500:focus {
		--text-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--text-opacity)) !important
	}

	.xl\:focus\:text-blue-600:focus {
		--text-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--text-opacity)) !important
	}

	.xl\:focus\:text-blue-700:focus {
		--text-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--text-opacity)) !important
	}

	.xl\:focus\:text-blue-800:focus {
		--text-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--text-opacity)) !important
	}

	.xl\:focus\:text-blue-900:focus {
		--text-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--text-opacity)) !important
	}

	.xl\:focus\:text-indigo-100:focus {
		--text-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--text-opacity)) !important
	}

	.xl\:focus\:text-indigo-200:focus {
		--text-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--text-opacity)) !important
	}

	.xl\:focus\:text-indigo-300:focus {
		--text-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--text-opacity)) !important
	}

	.xl\:focus\:text-indigo-400:focus {
		--text-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--text-opacity)) !important
	}

	.xl\:focus\:text-indigo-500:focus {
		--text-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--text-opacity)) !important
	}

	.xl\:focus\:text-indigo-600:focus {
		--text-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--text-opacity)) !important
	}

	.xl\:focus\:text-indigo-700:focus {
		--text-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--text-opacity)) !important
	}

	.xl\:focus\:text-indigo-800:focus {
		--text-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--text-opacity)) !important
	}

	.xl\:focus\:text-indigo-900:focus {
		--text-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--text-opacity)) !important
	}

	.xl\:focus\:text-purple-100:focus {
		--text-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--text-opacity)) !important
	}

	.xl\:focus\:text-purple-200:focus {
		--text-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--text-opacity)) !important
	}

	.xl\:focus\:text-purple-300:focus {
		--text-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--text-opacity)) !important
	}

	.xl\:focus\:text-purple-400:focus {
		--text-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--text-opacity)) !important
	}

	.xl\:focus\:text-purple-500:focus {
		--text-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--text-opacity)) !important
	}

	.xl\:focus\:text-purple-600:focus {
		--text-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--text-opacity)) !important
	}

	.xl\:focus\:text-purple-700:focus {
		--text-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--text-opacity)) !important
	}

	.xl\:focus\:text-purple-800:focus {
		--text-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--text-opacity)) !important
	}

	.xl\:focus\:text-purple-900:focus {
		--text-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--text-opacity)) !important
	}

	.xl\:focus\:text-pink-100:focus {
		--text-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--text-opacity)) !important
	}

	.xl\:focus\:text-pink-200:focus {
		--text-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--text-opacity)) !important
	}

	.xl\:focus\:text-pink-300:focus {
		--text-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--text-opacity)) !important
	}

	.xl\:focus\:text-pink-400:focus {
		--text-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--text-opacity)) !important
	}

	.xl\:focus\:text-pink-500:focus {
		--text-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--text-opacity)) !important
	}

	.xl\:focus\:text-pink-600:focus {
		--text-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--text-opacity)) !important
	}

	.xl\:focus\:text-pink-700:focus {
		--text-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--text-opacity)) !important
	}

	.xl\:focus\:text-pink-800:focus {
		--text-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--text-opacity)) !important
	}

	.xl\:focus\:text-pink-900:focus {
		--text-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--text-opacity)) !important
	}

	.xl\:focus\:text-orange-400:focus {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.xl\:focus\:text-orange-500:focus {
		--text-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--text-opacity)) !important
	}

	.xl\:focus\:text-f3f:focus {
		--text-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--text-opacity)) !important
	}

	.xl\:text-opacity-0 {
		--text-opacity: 0 !important
	}

	.xl\:text-opacity-25 {
		--text-opacity: 0.25 !important
	}

	.xl\:text-opacity-50 {
		--text-opacity: 0.5 !important
	}

	.xl\:text-opacity-75 {
		--text-opacity: 0.75 !important
	}

	.xl\:text-opacity-100 {
		--text-opacity: 1 !important
	}

	.xl\:hover\:text-opacity-0:hover {
		--text-opacity: 0 !important
	}

	.xl\:hover\:text-opacity-25:hover {
		--text-opacity: 0.25 !important
	}

	.xl\:hover\:text-opacity-50:hover {
		--text-opacity: 0.5 !important
	}

	.xl\:hover\:text-opacity-75:hover {
		--text-opacity: 0.75 !important
	}

	.xl\:hover\:text-opacity-100:hover {
		--text-opacity: 1 !important
	}

	.xl\:focus\:text-opacity-0:focus {
		--text-opacity: 0 !important
	}

	.xl\:focus\:text-opacity-25:focus {
		--text-opacity: 0.25 !important
	}

	.xl\:focus\:text-opacity-50:focus {
		--text-opacity: 0.5 !important
	}

	.xl\:focus\:text-opacity-75:focus {
		--text-opacity: 0.75 !important
	}

	.xl\:focus\:text-opacity-100:focus {
		--text-opacity: 1 !important
	}

	.xl\:italic {
		font-style: italic !important
	}

	.xl\:not-italic {
		font-style: normal !important
	}

	.xl\:uppercase {
		text-transform: uppercase !important
	}

	.xl\:lowercase {
		text-transform: lowercase !important
	}

	.xl\:capitalize {
		text-transform: capitalize !important
	}

	.xl\:normal-case {
		text-transform: none !important
	}

	.xl\:underline {
		text-decoration: underline !important
	}

	.xl\:line-through {
		text-decoration: line-through !important
	}

	.xl\:no-underline {
		text-decoration: none !important
	}

	.xl\:hover\:underline:hover {
		text-decoration: underline !important
	}

	.xl\:hover\:line-through:hover {
		text-decoration: line-through !important
	}

	.xl\:hover\:no-underline:hover {
		text-decoration: none !important
	}

	.xl\:focus\:underline:focus {
		text-decoration: underline !important
	}

	.xl\:focus\:line-through:focus {
		text-decoration: line-through !important
	}

	.xl\:focus\:no-underline:focus {
		text-decoration: none !important
	}

	.xl\:antialiased {
		-webkit-font-smoothing: antialiased !important;
		-moz-osx-font-smoothing: grayscale !important
	}

	.xl\:subpixel-antialiased {
		-webkit-font-smoothing: auto !important;
		-moz-osx-font-smoothing: auto !important
	}

	.xl\:diagonal-fractions, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:ordinal, .xl\:proportional-nums, .xl\:slashed-zero, .xl\:stacked-fractions, .xl\:tabular-nums {
		--font-variant-numeric-ordinal: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		--font-variant-numeric-slashed-zero: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		--font-variant-numeric-figure: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		--font-variant-numeric-spacing: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		--font-variant-numeric-fraction: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important
	}

	.xl\:normal-nums {
		font-variant-numeric: normal !important
	}

	.xl\:ordinal {
		--font-variant-numeric-ordinal: ordinal !important
	}

	.xl\:slashed-zero {
		--font-variant-numeric-slashed-zero: slashed-zero !important
	}

	.xl\:lining-nums {
		--font-variant-numeric-figure: lining-nums !important
	}

	.xl\:oldstyle-nums {
		--font-variant-numeric-figure: oldstyle-nums !important
	}

	.xl\:proportional-nums {
		--font-variant-numeric-spacing: proportional-nums !important
	}

	.xl\:tabular-nums {
		--font-variant-numeric-spacing: tabular-nums !important
	}

	.xl\:diagonal-fractions {
		--font-variant-numeric-fraction: diagonal-fractions !important
	}

	.xl\:stacked-fractions {
		--font-variant-numeric-fraction: stacked-fractions !important
	}

	.xl\:tracking-tighter {
		letter-spacing: -.05em !important
	}

	.xl\:tracking-tight {
		letter-spacing: -.025em !important
	}

	.xl\:tracking-normal {
		letter-spacing: 0 !important
	}

	.xl\:tracking-wide {
		letter-spacing: .025em !important
	}

	.xl\:tracking-wider {
		letter-spacing: .05em !important
	}

	.xl\:tracking-widest {
		letter-spacing: .1em !important
	}

	.xl\:align-baseline {
		vertical-align: baseline !important
	}

	.xl\:align-top {
		vertical-align: top !important
	}

	.xl\:align-middle {
		vertical-align: middle !important
	}

	.xl\:align-bottom {
		vertical-align: bottom !important
	}

	.xl\:align-text-top {
		vertical-align: text-top !important
	}

	.xl\:align-text-bottom {
		vertical-align: text-bottom !important
	}

	.xl\:visible {
		visibility: visible !important
	}

	.xl\:invisible {
		visibility: hidden !important
	}

	.xl\:whitespace-normal {
		white-space: normal !important
	}

	.xl\:whitespace-no-wrap {
		white-space: nowrap !important
	}

	.xl\:whitespace-pre {
		white-space: pre !important
	}

	.xl\:whitespace-pre-line {
		white-space: pre-line !important
	}

	.xl\:whitespace-pre-wrap {
		white-space: pre-wrap !important
	}

	.xl\:break-normal {
		word-wrap: normal !important;
		overflow-wrap: normal !important;
		word-break: normal !important
	}

	.xl\:break-words {
		word-wrap: break-word !important;
		overflow-wrap: break-word !important
	}

	.xl\:break-all {
		word-break: break-all !important
	}

	.xl\:truncate {
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important
	}

	.xl\:w-0 {
		width: 0 !important
	}

	.xl\:w-1 {
		width: .25rem !important
	}

	.xl\:w-2 {
		width: .5rem !important
	}

	.xl\:w-3 {
		width: .75rem !important
	}

	.xl\:w-4 {
		width: 1rem !important
	}

	.xl\:w-5 {
		width: 1.25rem !important
	}

	.xl\:w-6 {
		width: 1.5rem !important
	}

	.xl\:w-8 {
		width: 2rem !important
	}

	.xl\:w-9 {
		width: 2.25rem !important
	}

	.xl\:w-10 {
		width: 2.5rem !important
	}

	.xl\:w-11 {
		width: 2.75rem !important
	}

	.xl\:w-12 {
		width: 3rem !important
	}

	.xl\:w-16 {
		width: 4rem !important
	}

	.xl\:w-20 {
		width: 5rem !important
	}

	.xl\:w-24 {
		width: 6rem !important
	}

	.xl\:w-28 {
		width: 7rem !important
	}

	.xl\:w-32 {
		width: 8rem !important
	}

	.xl\:w-35 {
		width: 8.75rem !important
	}

	.xl\:w-40 {
		width: 10rem !important
	}

	.xl\:w-44 {
		width: 11rem !important
	}

	.xl\:w-48 {
		width: 12rem !important
	}

	.xl\:w-54 {
		width: 13.5rem !important
	}

	.xl\:w-56 {
		width: 14rem !important
	}

	.xl\:w-60 {
		width: 15rem !important
	}

	.xl\:w-64 {
		width: 16rem !important
	}

	.xl\:w-80 {
		width: 20rem !important
	}

	.xl\:w-92 {
		width: 23rem !important
	}

	.xl\:w-120 {
		width: 30rem !important
	}

	.xl\:w-135 {
		width: 33.75rem !important
	}

	.xl\:w-180 {
		width: 45rem !important
	}

	.xl\:w-200 {
		width: 50rem !important
	}

	.xl\:w-230 {
		width: 57.5rem !important
	}

	.xl\:w-320 {
		width: 80rem !important
	}

	.xl\:w-480 {
		width: 120rem !important
	}

	.xl\:w-520 {
		width: 130rem !important
	}

	.xl\:w-auto {
		width: auto !important
	}

	.xl\:w-px {
		width: 1px !important
	}

	.xl\:w--50 {
		width: -50px !important
	}

	.xl\:w-1\/2 {
		width: 50% !important
	}

	.xl\:w-1\/3 {
		width: 33.333333% !important
	}

	.xl\:w-2\/3 {
		width: 66.666667% !important
	}

	.xl\:w-1\/4 {
		width: 25% !important
	}

	.xl\:w-2\/4 {
		width: 50% !important
	}

	.xl\:w-3\/4 {
		width: 75% !important
	}

	.xl\:w-1\/5 {
		width: 20% !important
	}

	.xl\:w-2\/5 {
		width: 40% !important
	}

	.xl\:w-3\/5 {
		width: 60% !important
	}

	.xl\:w-4\/5 {
		width: 80% !important
	}

	.xl\:w-1\/6 {
		width: 16.666667% !important
	}

	.xl\:w-2\/6 {
		width: 33.333333% !important
	}

	.xl\:w-3\/6 {
		width: 50% !important
	}

	.xl\:w-4\/6 {
		width: 66.666667% !important
	}

	.xl\:w-5\/6 {
		width: 83.333333% !important
	}

	.xl\:w-1\/12 {
		width: 8.333333% !important
	}

	.xl\:w-2\/12 {
		width: 16.666667% !important
	}

	.xl\:w-3\/12 {
		width: 25% !important
	}

	.xl\:w-4\/12 {
		width: 33.333333% !important
	}

	.xl\:w-5\/12 {
		width: 41.666667% !important
	}

	.xl\:w-6\/12 {
		width: 50% !important
	}

	.xl\:w-7\/12 {
		width: 58.333333% !important
	}

	.xl\:w-8\/12 {
		width: 66.666667% !important
	}

	.xl\:w-9\/12 {
		width: 75% !important
	}

	.xl\:w-10\/12 {
		width: 83.333333% !important
	}

	.xl\:w-11\/12 {
		width: 91.666667% !important
	}

	.xl\:w-full {
		width: 100% !important
	}

	.xl\:w-screen {
		width: 100vw !important
	}

	.xl\:w-fit {
		width: -webkit-fit-content !important;
		width: -moz-fit-content !important;
		width: fit-content !important
	}

	.xl\:w-min {
		width: -webkit-min-content !important;
		width: -moz-min-content !important;
		width: min-content !important
	}

	.xl\:w-max {
		width: -webkit-max-content !important;
		width: -moz-max-content !important;
		width: max-content !important
	}

	.xl\:w-full_plus_15 {
		width: calc(100% + 3.75rem) !important
	}

	.xl\:w-full_plus_30 {
		width: calc(100% + 7.5rem) !important
	}

	.xl\:w-full_plus_40 {
		width: calc(100% + 10rem) !important
	}

	.xl\:z-0 {
		z-index: 0 !important
	}

	.xl\:z-10 {
		z-index: 10 !important
	}

	.xl\:z-20 {
		z-index: 20 !important
	}

	.xl\:z-30 {
		z-index: 30 !important
	}

	.xl\:z-40 {
		z-index: 40 !important
	}

	.xl\:z-50 {
		z-index: 50 !important
	}

	.xl\:z-100 {
		z-index: 100 !important
	}

	.xl\:z-auto {
		z-index: auto !important
	}

	.xl\:gap-0 {
		grid-gap: 0 !important;
		gap: 0 !important
	}

	.xl\:gap-1 {
		grid-gap: .25rem !important;
		gap: .25rem !important
	}

	.xl\:gap-2 {
		grid-gap: .5rem !important;
		gap: .5rem !important
	}

	.xl\:gap-3 {
		grid-gap: .75rem !important;
		gap: .75rem !important
	}

	.xl\:gap-4 {
		grid-gap: 1rem !important;
		gap: 1rem !important
	}

	.xl\:gap-5 {
		grid-gap: 1.25rem !important;
		gap: 1.25rem !important
	}

	.xl\:gap-6 {
		grid-gap: 1.5rem !important;
		gap: 1.5rem !important
	}

	.xl\:gap-8 {
		grid-gap: 2rem !important;
		gap: 2rem !important
	}

	.xl\:gap-10 {
		grid-gap: 2.5rem !important;
		gap: 2.5rem !important
	}

	.xl\:gap-12 {
		grid-gap: 3rem !important;
		gap: 3rem !important
	}

	.xl\:gap-16 {
		grid-gap: 4rem !important;
		gap: 4rem !important
	}

	.xl\:gap-20 {
		grid-gap: 5rem !important;
		gap: 5rem !important
	}

	.xl\:gap-24 {
		grid-gap: 6rem !important;
		gap: 6rem !important
	}

	.xl\:gap-32 {
		grid-gap: 8rem !important;
		gap: 8rem !important
	}

	.xl\:gap-40 {
		grid-gap: 10rem !important;
		gap: 10rem !important
	}

	.xl\:gap-48 {
		grid-gap: 12rem !important;
		gap: 12rem !important
	}

	.xl\:gap-56 {
		grid-gap: 14rem !important;
		gap: 14rem !important
	}

	.xl\:gap-64 {
		grid-gap: 16rem !important;
		gap: 16rem !important
	}

	.xl\:gap-px {
		grid-gap: 1px !important;
		gap: 1px !important
	}

	.xl\:-gap-50 {
		grid-gap: -50px !important;
		gap: -50px !important
	}

	.xl\:col-gap-0 {
		grid-column-gap: 0 !important;
		-moz-column-gap: 0 !important;
		column-gap: 0 !important
	}

	.xl\:col-gap-1 {
		grid-column-gap: .25rem !important;
		-moz-column-gap: .25rem !important;
		column-gap: .25rem !important
	}

	.xl\:col-gap-2 {
		grid-column-gap: .5rem !important;
		-moz-column-gap: .5rem !important;
		column-gap: .5rem !important
	}

	.xl\:col-gap-3 {
		grid-column-gap: .75rem !important;
		-moz-column-gap: .75rem !important;
		column-gap: .75rem !important
	}

	.xl\:col-gap-4 {
		grid-column-gap: 1rem !important;
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important
	}

	.xl\:col-gap-5 {
		grid-column-gap: 1.25rem !important;
		-moz-column-gap: 1.25rem !important;
		column-gap: 1.25rem !important
	}

	.xl\:col-gap-6 {
		grid-column-gap: 1.5rem !important;
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important
	}

	.xl\:col-gap-8 {
		grid-column-gap: 2rem !important;
		-moz-column-gap: 2rem !important;
		column-gap: 2rem !important
	}

	.xl\:col-gap-10 {
		grid-column-gap: 2.5rem !important;
		-moz-column-gap: 2.5rem !important;
		column-gap: 2.5rem !important
	}

	.xl\:col-gap-12 {
		grid-column-gap: 3rem !important;
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important
	}

	.xl\:col-gap-16 {
		grid-column-gap: 4rem !important;
		-moz-column-gap: 4rem !important;
		column-gap: 4rem !important
	}

	.xl\:col-gap-20 {
		grid-column-gap: 5rem !important;
		-moz-column-gap: 5rem !important;
		column-gap: 5rem !important
	}

	.xl\:col-gap-24 {
		grid-column-gap: 6rem !important;
		-moz-column-gap: 6rem !important;
		column-gap: 6rem !important
	}

	.xl\:col-gap-32 {
		grid-column-gap: 8rem !important;
		-moz-column-gap: 8rem !important;
		column-gap: 8rem !important
	}

	.xl\:col-gap-40 {
		grid-column-gap: 10rem !important;
		-moz-column-gap: 10rem !important;
		column-gap: 10rem !important
	}

	.xl\:col-gap-48 {
		grid-column-gap: 12rem !important;
		-moz-column-gap: 12rem !important;
		column-gap: 12rem !important
	}

	.xl\:col-gap-56 {
		grid-column-gap: 14rem !important;
		-moz-column-gap: 14rem !important;
		column-gap: 14rem !important
	}

	.xl\:col-gap-64 {
		grid-column-gap: 16rem !important;
		-moz-column-gap: 16rem !important;
		column-gap: 16rem !important
	}

	.xl\:col-gap-px {
		grid-column-gap: 1px !important;
		-moz-column-gap: 1px !important;
		column-gap: 1px !important
	}

	.xl\:-col-gap-50 {
		grid-column-gap: -50px !important;
		-moz-column-gap: -50px !important;
		column-gap: -50px !important
	}

	.xl\:gap-x-0 {
		grid-column-gap: 0 !important;
		-moz-column-gap: 0 !important;
		column-gap: 0 !important
	}

	.xl\:gap-x-1 {
		grid-column-gap: .25rem !important;
		-moz-column-gap: .25rem !important;
		column-gap: .25rem !important
	}

	.xl\:gap-x-2 {
		grid-column-gap: .5rem !important;
		-moz-column-gap: .5rem !important;
		column-gap: .5rem !important
	}

	.xl\:gap-x-3 {
		grid-column-gap: .75rem !important;
		-moz-column-gap: .75rem !important;
		column-gap: .75rem !important
	}

	.xl\:gap-x-4 {
		grid-column-gap: 1rem !important;
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important
	}

	.xl\:gap-x-5 {
		grid-column-gap: 1.25rem !important;
		-moz-column-gap: 1.25rem !important;
		column-gap: 1.25rem !important
	}

	.xl\:gap-x-6 {
		grid-column-gap: 1.5rem !important;
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important
	}

	.xl\:gap-x-8 {
		grid-column-gap: 2rem !important;
		-moz-column-gap: 2rem !important;
		column-gap: 2rem !important
	}

	.xl\:gap-x-10 {
		grid-column-gap: 2.5rem !important;
		-moz-column-gap: 2.5rem !important;
		column-gap: 2.5rem !important
	}

	.xl\:gap-x-12 {
		grid-column-gap: 3rem !important;
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important
	}

	.xl\:gap-x-16 {
		grid-column-gap: 4rem !important;
		-moz-column-gap: 4rem !important;
		column-gap: 4rem !important
	}

	.xl\:gap-x-20 {
		grid-column-gap: 5rem !important;
		-moz-column-gap: 5rem !important;
		column-gap: 5rem !important
	}

	.xl\:gap-x-24 {
		grid-column-gap: 6rem !important;
		-moz-column-gap: 6rem !important;
		column-gap: 6rem !important
	}

	.xl\:gap-x-32 {
		grid-column-gap: 8rem !important;
		-moz-column-gap: 8rem !important;
		column-gap: 8rem !important
	}

	.xl\:gap-x-40 {
		grid-column-gap: 10rem !important;
		-moz-column-gap: 10rem !important;
		column-gap: 10rem !important
	}

	.xl\:gap-x-48 {
		grid-column-gap: 12rem !important;
		-moz-column-gap: 12rem !important;
		column-gap: 12rem !important
	}

	.xl\:gap-x-56 {
		grid-column-gap: 14rem !important;
		-moz-column-gap: 14rem !important;
		column-gap: 14rem !important
	}

	.xl\:gap-x-64 {
		grid-column-gap: 16rem !important;
		-moz-column-gap: 16rem !important;
		column-gap: 16rem !important
	}

	.xl\:gap-x-px {
		grid-column-gap: 1px !important;
		-moz-column-gap: 1px !important;
		column-gap: 1px !important
	}

	.xl\:-gap-x-50 {
		grid-column-gap: -50px !important;
		-moz-column-gap: -50px !important;
		column-gap: -50px !important
	}

	.xl\:row-gap-0 {
		grid-row-gap: 0 !important;
		row-gap: 0 !important
	}

	.xl\:row-gap-1 {
		grid-row-gap: .25rem !important;
		row-gap: .25rem !important
	}

	.xl\:row-gap-2 {
		grid-row-gap: .5rem !important;
		row-gap: .5rem !important
	}

	.xl\:row-gap-3 {
		grid-row-gap: .75rem !important;
		row-gap: .75rem !important
	}

	.xl\:row-gap-4 {
		grid-row-gap: 1rem !important;
		row-gap: 1rem !important
	}

	.xl\:row-gap-5 {
		grid-row-gap: 1.25rem !important;
		row-gap: 1.25rem !important
	}

	.xl\:row-gap-6 {
		grid-row-gap: 1.5rem !important;
		row-gap: 1.5rem !important
	}

	.xl\:row-gap-8 {
		grid-row-gap: 2rem !important;
		row-gap: 2rem !important
	}

	.xl\:row-gap-10 {
		grid-row-gap: 2.5rem !important;
		row-gap: 2.5rem !important
	}

	.xl\:row-gap-12 {
		grid-row-gap: 3rem !important;
		row-gap: 3rem !important
	}

	.xl\:row-gap-16 {
		grid-row-gap: 4rem !important;
		row-gap: 4rem !important
	}

	.xl\:row-gap-20 {
		grid-row-gap: 5rem !important;
		row-gap: 5rem !important
	}

	.xl\:row-gap-24 {
		grid-row-gap: 6rem !important;
		row-gap: 6rem !important
	}

	.xl\:row-gap-32 {
		grid-row-gap: 8rem !important;
		row-gap: 8rem !important
	}

	.xl\:row-gap-40 {
		grid-row-gap: 10rem !important;
		row-gap: 10rem !important
	}

	.xl\:row-gap-48 {
		grid-row-gap: 12rem !important;
		row-gap: 12rem !important
	}

	.xl\:row-gap-56 {
		grid-row-gap: 14rem !important;
		row-gap: 14rem !important
	}

	.xl\:row-gap-64 {
		grid-row-gap: 16rem !important;
		row-gap: 16rem !important
	}

	.xl\:row-gap-px {
		grid-row-gap: 1px !important;
		row-gap: 1px !important
	}

	.xl\:-row-gap-50 {
		grid-row-gap: -50px !important;
		row-gap: -50px !important
	}

	.xl\:gap-y-0 {
		grid-row-gap: 0 !important;
		row-gap: 0 !important
	}

	.xl\:gap-y-1 {
		grid-row-gap: .25rem !important;
		row-gap: .25rem !important
	}

	.xl\:gap-y-2 {
		grid-row-gap: .5rem !important;
		row-gap: .5rem !important
	}

	.xl\:gap-y-3 {
		grid-row-gap: .75rem !important;
		row-gap: .75rem !important
	}

	.xl\:gap-y-4 {
		grid-row-gap: 1rem !important;
		row-gap: 1rem !important
	}

	.xl\:gap-y-5 {
		grid-row-gap: 1.25rem !important;
		row-gap: 1.25rem !important
	}

	.xl\:gap-y-6 {
		grid-row-gap: 1.5rem !important;
		row-gap: 1.5rem !important
	}

	.xl\:gap-y-8 {
		grid-row-gap: 2rem !important;
		row-gap: 2rem !important
	}

	.xl\:gap-y-10 {
		grid-row-gap: 2.5rem !important;
		row-gap: 2.5rem !important
	}

	.xl\:gap-y-12 {
		grid-row-gap: 3rem !important;
		row-gap: 3rem !important
	}

	.xl\:gap-y-16 {
		grid-row-gap: 4rem !important;
		row-gap: 4rem !important
	}

	.xl\:gap-y-20 {
		grid-row-gap: 5rem !important;
		row-gap: 5rem !important
	}

	.xl\:gap-y-24 {
		grid-row-gap: 6rem !important;
		row-gap: 6rem !important
	}

	.xl\:gap-y-32 {
		grid-row-gap: 8rem !important;
		row-gap: 8rem !important
	}

	.xl\:gap-y-40 {
		grid-row-gap: 10rem !important;
		row-gap: 10rem !important
	}

	.xl\:gap-y-48 {
		grid-row-gap: 12rem !important;
		row-gap: 12rem !important
	}

	.xl\:gap-y-56 {
		grid-row-gap: 14rem !important;
		row-gap: 14rem !important
	}

	.xl\:gap-y-64 {
		grid-row-gap: 16rem !important;
		row-gap: 16rem !important
	}

	.xl\:gap-y-px {
		grid-row-gap: 1px !important;
		row-gap: 1px !important
	}

	.xl\:-gap-y-50 {
		grid-row-gap: -50px !important;
		row-gap: -50px !important
	}

	.xl\:grid-flow-row {
		grid-auto-flow: row !important
	}

	.xl\:grid-flow-col {
		grid-auto-flow: column !important
	}

	.xl\:grid-flow-row-dense {
		grid-auto-flow: row dense !important
	}

	.xl\:grid-flow-col-dense {
		grid-auto-flow: column dense !important
	}

	.xl\:grid-cols-1 {
		grid-template-columns: repeat(1,minmax(0,1fr)) !important
	}

	.xl\:grid-cols-2 {
		grid-template-columns: repeat(2,minmax(0,1fr)) !important
	}

	.xl\:grid-cols-3 {
		grid-template-columns: repeat(3,minmax(0,1fr)) !important
	}

	.xl\:grid-cols-4 {
		grid-template-columns: repeat(4,minmax(0,1fr)) !important
	}

	.xl\:grid-cols-5 {
		grid-template-columns: repeat(5,minmax(0,1fr)) !important
	}

	.xl\:grid-cols-6 {
		grid-template-columns: repeat(6,minmax(0,1fr)) !important
	}

	.xl\:grid-cols-7 {
		grid-template-columns: repeat(7,minmax(0,1fr)) !important
	}

	.xl\:grid-cols-8 {
		grid-template-columns: repeat(8,minmax(0,1fr)) !important
	}

	.xl\:grid-cols-9 {
		grid-template-columns: repeat(9,minmax(0,1fr)) !important
	}

	.xl\:grid-cols-10 {
		grid-template-columns: repeat(10,minmax(0,1fr)) !important
	}

	.xl\:grid-cols-11 {
		grid-template-columns: repeat(11,minmax(0,1fr)) !important
	}

	.xl\:grid-cols-12 {
		grid-template-columns: repeat(12,minmax(0,1fr)) !important
	}

	.xl\:grid-cols-none {
		grid-template-columns: none !important
	}

	.xl\:auto-cols-auto {
		grid-auto-columns: auto !important
	}

	.xl\:auto-cols-min {
		grid-auto-columns: -webkit-min-content !important;
		grid-auto-columns: min-content !important
	}

	.xl\:auto-cols-max {
		grid-auto-columns: -webkit-max-content !important;
		grid-auto-columns: max-content !important
	}

	.xl\:auto-cols-fr {
		grid-auto-columns: minmax(0,1fr) !important
	}

	.xl\:col-auto {
		grid-column: auto !important
	}

	.xl\:col-span-1 {
		grid-column: span 1/span 1 !important
	}

	.xl\:col-span-2 {
		grid-column: span 2/span 2 !important
	}

	.xl\:col-span-3 {
		grid-column: span 3/span 3 !important
	}

	.xl\:col-span-4 {
		grid-column: span 4/span 4 !important
	}

	.xl\:col-span-5 {
		grid-column: span 5/span 5 !important
	}

	.xl\:col-span-6 {
		grid-column: span 6/span 6 !important
	}

	.xl\:col-span-7 {
		grid-column: span 7/span 7 !important
	}

	.xl\:col-span-8 {
		grid-column: span 8/span 8 !important
	}

	.xl\:col-span-9 {
		grid-column: span 9/span 9 !important
	}

	.xl\:col-span-10 {
		grid-column: span 10/span 10 !important
	}

	.xl\:col-span-11 {
		grid-column: span 11/span 11 !important
	}

	.xl\:col-span-12 {
		grid-column: span 12/span 12 !important
	}

	.xl\:col-span-full {
		grid-column: 1/-1 !important
	}

	.xl\:col-start-1 {
		grid-column-start: 1 !important
	}

	.xl\:col-start-2 {
		grid-column-start: 2 !important
	}

	.xl\:col-start-3 {
		grid-column-start: 3 !important
	}

	.xl\:col-start-4 {
		grid-column-start: 4 !important
	}

	.xl\:col-start-5 {
		grid-column-start: 5 !important
	}

	.xl\:col-start-6 {
		grid-column-start: 6 !important
	}

	.xl\:col-start-7 {
		grid-column-start: 7 !important
	}

	.xl\:col-start-8 {
		grid-column-start: 8 !important
	}

	.xl\:col-start-9 {
		grid-column-start: 9 !important
	}

	.xl\:col-start-10 {
		grid-column-start: 10 !important
	}

	.xl\:col-start-11 {
		grid-column-start: 11 !important
	}

	.xl\:col-start-12 {
		grid-column-start: 12 !important
	}

	.xl\:col-start-13 {
		grid-column-start: 13 !important
	}

	.xl\:col-start-auto {
		grid-column-start: auto !important
	}

	.xl\:col-end-1 {
		grid-column-end: 1 !important
	}

	.xl\:col-end-2 {
		grid-column-end: 2 !important
	}

	.xl\:col-end-3 {
		grid-column-end: 3 !important
	}

	.xl\:col-end-4 {
		grid-column-end: 4 !important
	}

	.xl\:col-end-5 {
		grid-column-end: 5 !important
	}

	.xl\:col-end-6 {
		grid-column-end: 6 !important
	}

	.xl\:col-end-7 {
		grid-column-end: 7 !important
	}

	.xl\:col-end-8 {
		grid-column-end: 8 !important
	}

	.xl\:col-end-9 {
		grid-column-end: 9 !important
	}

	.xl\:col-end-10 {
		grid-column-end: 10 !important
	}

	.xl\:col-end-11 {
		grid-column-end: 11 !important
	}

	.xl\:col-end-12 {
		grid-column-end: 12 !important
	}

	.xl\:col-end-13 {
		grid-column-end: 13 !important
	}

	.xl\:col-end-auto {
		grid-column-end: auto !important
	}

	.xl\:grid-rows-1 {
		grid-template-rows: repeat(1,minmax(0,1fr)) !important
	}

	.xl\:grid-rows-2 {
		grid-template-rows: repeat(2,minmax(0,1fr)) !important
	}

	.xl\:grid-rows-3 {
		grid-template-rows: repeat(3,minmax(0,1fr)) !important
	}

	.xl\:grid-rows-4 {
		grid-template-rows: repeat(4,minmax(0,1fr)) !important
	}

	.xl\:grid-rows-5 {
		grid-template-rows: repeat(5,minmax(0,1fr)) !important
	}

	.xl\:grid-rows-6 {
		grid-template-rows: repeat(6,minmax(0,1fr)) !important
	}

	.xl\:grid-rows-none {
		grid-template-rows: none !important
	}

	.xl\:auto-rows-auto {
		grid-auto-rows: auto !important
	}

	.xl\:auto-rows-min {
		grid-auto-rows: -webkit-min-content !important;
		grid-auto-rows: min-content !important
	}

	.xl\:auto-rows-max {
		grid-auto-rows: -webkit-max-content !important;
		grid-auto-rows: max-content !important
	}

	.xl\:auto-rows-fr {
		grid-auto-rows: minmax(0,1fr) !important
	}

	.xl\:row-auto {
		grid-row: auto !important
	}

	.xl\:row-span-1 {
		grid-row: span 1/span 1 !important
	}

	.xl\:row-span-2 {
		grid-row: span 2/span 2 !important
	}

	.xl\:row-span-3 {
		grid-row: span 3/span 3 !important
	}

	.xl\:row-span-4 {
		grid-row: span 4/span 4 !important
	}

	.xl\:row-span-5 {
		grid-row: span 5/span 5 !important
	}

	.xl\:row-span-6 {
		grid-row: span 6/span 6 !important
	}

	.xl\:row-span-full {
		grid-row: 1/-1 !important
	}

	.xl\:row-start-1 {
		grid-row-start: 1 !important
	}

	.xl\:row-start-2 {
		grid-row-start: 2 !important
	}

	.xl\:row-start-3 {
		grid-row-start: 3 !important
	}

	.xl\:row-start-4 {
		grid-row-start: 4 !important
	}

	.xl\:row-start-5 {
		grid-row-start: 5 !important
	}

	.xl\:row-start-6 {
		grid-row-start: 6 !important
	}

	.xl\:row-start-7 {
		grid-row-start: 7 !important
	}

	.xl\:row-start-auto {
		grid-row-start: auto !important
	}

	.xl\:row-end-1 {
		grid-row-end: 1 !important
	}

	.xl\:row-end-2 {
		grid-row-end: 2 !important
	}

	.xl\:row-end-3 {
		grid-row-end: 3 !important
	}

	.xl\:row-end-4 {
		grid-row-end: 4 !important
	}

	.xl\:row-end-5 {
		grid-row-end: 5 !important
	}

	.xl\:row-end-6 {
		grid-row-end: 6 !important
	}

	.xl\:row-end-7 {
		grid-row-end: 7 !important
	}

	.xl\:row-end-auto {
		grid-row-end: auto !important
	}

	.xl\:transform {
		--transform-translate-x: 0 !important;
		--transform-translate-y: 0 !important;
		--transform-rotate: 0 !important;
		--transform-skew-x: 0 !important;
		--transform-skew-y: 0 !important;
		--transform-scale-x: 1 !important;
		--transform-scale-y: 1 !important;
		transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
	}

	.xl\:transform-none {
		transform: none !important
	}

	.xl\:translate-x-0 {
		--transform-translate-x: 0 !important
	}

	.xl\:translate-x-1 {
		--transform-translate-x: 0.25rem !important
	}

	.xl\:translate-x-2 {
		--transform-translate-x: 0.5rem !important
	}

	.xl\:translate-x-3 {
		--transform-translate-x: 0.75rem !important
	}

	.xl\:translate-x-4 {
		--transform-translate-x: 1rem !important
	}

	.xl\:translate-x-5 {
		--transform-translate-x: 1.25rem !important
	}

	.xl\:translate-x-6 {
		--transform-translate-x: 1.5rem !important
	}

	.xl\:translate-x-8 {
		--transform-translate-x: 2rem !important
	}

	.xl\:translate-x-10 {
		--transform-translate-x: 2.5rem !important
	}

	.xl\:translate-x-12 {
		--transform-translate-x: 3rem !important
	}

	.xl\:translate-x-16 {
		--transform-translate-x: 4rem !important
	}

	.xl\:translate-x-20 {
		--transform-translate-x: 5rem !important
	}

	.xl\:translate-x-24 {
		--transform-translate-x: 6rem !important
	}

	.xl\:translate-x-32 {
		--transform-translate-x: 8rem !important
	}

	.xl\:translate-x-40 {
		--transform-translate-x: 10rem !important
	}

	.xl\:translate-x-48 {
		--transform-translate-x: 12rem !important
	}

	.xl\:translate-x-56 {
		--transform-translate-x: 14rem !important
	}

	.xl\:translate-x-64 {
		--transform-translate-x: 16rem !important
	}

	.xl\:translate-x-px {
		--transform-translate-x: 1px !important
	}

	.xl\:-translate-x-50 {
		--transform-translate-x: -50px !important
	}

	.xl\:-translate-x-1 {
		--transform-translate-x: -0.25rem !important
	}

	.xl\:-translate-x-2 {
		--transform-translate-x: -0.5rem !important
	}

	.xl\:-translate-x-3 {
		--transform-translate-x: -0.75rem !important
	}

	.xl\:-translate-x-4 {
		--transform-translate-x: -1rem !important
	}

	.xl\:-translate-x-5 {
		--transform-translate-x: -1.25rem !important
	}

	.xl\:-translate-x-6 {
		--transform-translate-x: -1.5rem !important
	}

	.xl\:-translate-x-8 {
		--transform-translate-x: -2rem !important
	}

	.xl\:-translate-x-10 {
		--transform-translate-x: -2.5rem !important
	}

	.xl\:-translate-x-12 {
		--transform-translate-x: -3rem !important
	}

	.xl\:-translate-x-16 {
		--transform-translate-x: -4rem !important
	}

	.xl\:-translate-x-20 {
		--transform-translate-x: -5rem !important
	}

	.xl\:-translate-x-24 {
		--transform-translate-x: -6rem !important
	}

	.xl\:-translate-x-32 {
		--transform-translate-x: -8rem !important
	}

	.xl\:-translate-x-40 {
		--transform-translate-x: -10rem !important
	}

	.xl\:-translate-x-48 {
		--transform-translate-x: -12rem !important
	}

	.xl\:-translate-x-56 {
		--transform-translate-x: -14rem !important
	}

	.xl\:-translate-x-64 {
		--transform-translate-x: -16rem !important
	}

	.xl\:-translate-x-px {
		--transform-translate-x: -1px !important
	}

	.xl\:-translate-x--50 {
		--transform-translate-x: 50px !important
	}

	.xl\:-translate-x-full {
		--transform-translate-x: -100% !important
	}

	.xl\:-translate-x-1\/2 {
		--transform-translate-x: -50% !important
	}

	.xl\:translate-x-1\/2 {
		--transform-translate-x: 50% !important
	}

	.xl\:translate-x-full {
		--transform-translate-x: 100% !important
	}

	.xl\:translate-y-0 {
		--transform-translate-y: 0 !important
	}

	.xl\:translate-y-1 {
		--transform-translate-y: 0.25rem !important
	}

	.xl\:translate-y-2 {
		--transform-translate-y: 0.5rem !important
	}

	.xl\:translate-y-3 {
		--transform-translate-y: 0.75rem !important
	}

	.xl\:translate-y-4 {
		--transform-translate-y: 1rem !important
	}

	.xl\:translate-y-5 {
		--transform-translate-y: 1.25rem !important
	}

	.xl\:translate-y-6 {
		--transform-translate-y: 1.5rem !important
	}

	.xl\:translate-y-8 {
		--transform-translate-y: 2rem !important
	}

	.xl\:translate-y-10 {
		--transform-translate-y: 2.5rem !important
	}

	.xl\:translate-y-12 {
		--transform-translate-y: 3rem !important
	}

	.xl\:translate-y-16 {
		--transform-translate-y: 4rem !important
	}

	.xl\:translate-y-20 {
		--transform-translate-y: 5rem !important
	}

	.xl\:translate-y-24 {
		--transform-translate-y: 6rem !important
	}

	.xl\:translate-y-32 {
		--transform-translate-y: 8rem !important
	}

	.xl\:translate-y-40 {
		--transform-translate-y: 10rem !important
	}

	.xl\:translate-y-48 {
		--transform-translate-y: 12rem !important
	}

	.xl\:translate-y-56 {
		--transform-translate-y: 14rem !important
	}

	.xl\:translate-y-64 {
		--transform-translate-y: 16rem !important
	}

	.xl\:translate-y-px {
		--transform-translate-y: 1px !important
	}

	.xl\:-translate-y-50 {
		--transform-translate-y: -50px !important
	}

	.xl\:-translate-y-1 {
		--transform-translate-y: -0.25rem !important
	}

	.xl\:-translate-y-2 {
		--transform-translate-y: -0.5rem !important
	}

	.xl\:-translate-y-3 {
		--transform-translate-y: -0.75rem !important
	}

	.xl\:-translate-y-4 {
		--transform-translate-y: -1rem !important
	}

	.xl\:-translate-y-5 {
		--transform-translate-y: -1.25rem !important
	}

	.xl\:-translate-y-6 {
		--transform-translate-y: -1.5rem !important
	}

	.xl\:-translate-y-8 {
		--transform-translate-y: -2rem !important
	}

	.xl\:-translate-y-10 {
		--transform-translate-y: -2.5rem !important
	}

	.xl\:-translate-y-12 {
		--transform-translate-y: -3rem !important
	}

	.xl\:-translate-y-16 {
		--transform-translate-y: -4rem !important
	}

	.xl\:-translate-y-20 {
		--transform-translate-y: -5rem !important
	}

	.xl\:-translate-y-24 {
		--transform-translate-y: -6rem !important
	}

	.xl\:-translate-y-32 {
		--transform-translate-y: -8rem !important
	}

	.xl\:-translate-y-40 {
		--transform-translate-y: -10rem !important
	}

	.xl\:-translate-y-48 {
		--transform-translate-y: -12rem !important
	}

	.xl\:-translate-y-56 {
		--transform-translate-y: -14rem !important
	}

	.xl\:-translate-y-64 {
		--transform-translate-y: -16rem !important
	}

	.xl\:-translate-y-px {
		--transform-translate-y: -1px !important
	}

	.xl\:-translate-y--50 {
		--transform-translate-y: 50px !important
	}

	.xl\:-translate-y-full {
		--transform-translate-y: -100% !important
	}

	.xl\:-translate-y-1\/2 {
		--transform-translate-y: -50% !important
	}

	.xl\:translate-y-1\/2 {
		--transform-translate-y: 50% !important
	}

	.xl\:translate-y-full {
		--transform-translate-y: 100% !important
	}

	.xl\:hover\:translate-x-0:hover {
		--transform-translate-x: 0 !important
	}

	.xl\:hover\:translate-x-1:hover {
		--transform-translate-x: 0.25rem !important
	}

	.xl\:hover\:translate-x-2:hover {
		--transform-translate-x: 0.5rem !important
	}

	.xl\:hover\:translate-x-3:hover {
		--transform-translate-x: 0.75rem !important
	}

	.xl\:hover\:translate-x-4:hover {
		--transform-translate-x: 1rem !important
	}

	.xl\:hover\:translate-x-5:hover {
		--transform-translate-x: 1.25rem !important
	}

	.xl\:hover\:translate-x-6:hover {
		--transform-translate-x: 1.5rem !important
	}

	.xl\:hover\:translate-x-8:hover {
		--transform-translate-x: 2rem !important
	}

	.xl\:hover\:translate-x-10:hover {
		--transform-translate-x: 2.5rem !important
	}

	.xl\:hover\:translate-x-12:hover {
		--transform-translate-x: 3rem !important
	}

	.xl\:hover\:translate-x-16:hover {
		--transform-translate-x: 4rem !important
	}

	.xl\:hover\:translate-x-20:hover {
		--transform-translate-x: 5rem !important
	}

	.xl\:hover\:translate-x-24:hover {
		--transform-translate-x: 6rem !important
	}

	.xl\:hover\:translate-x-32:hover {
		--transform-translate-x: 8rem !important
	}

	.xl\:hover\:translate-x-40:hover {
		--transform-translate-x: 10rem !important
	}

	.xl\:hover\:translate-x-48:hover {
		--transform-translate-x: 12rem !important
	}

	.xl\:hover\:translate-x-56:hover {
		--transform-translate-x: 14rem !important
	}

	.xl\:hover\:translate-x-64:hover {
		--transform-translate-x: 16rem !important
	}

	.xl\:hover\:translate-x-px:hover {
		--transform-translate-x: 1px !important
	}

	.xl\:hover\:-translate-x-50:hover {
		--transform-translate-x: -50px !important
	}

	.xl\:hover\:-translate-x-1:hover {
		--transform-translate-x: -0.25rem !important
	}

	.xl\:hover\:-translate-x-2:hover {
		--transform-translate-x: -0.5rem !important
	}

	.xl\:hover\:-translate-x-3:hover {
		--transform-translate-x: -0.75rem !important
	}

	.xl\:hover\:-translate-x-4:hover {
		--transform-translate-x: -1rem !important
	}

	.xl\:hover\:-translate-x-5:hover {
		--transform-translate-x: -1.25rem !important
	}

	.xl\:hover\:-translate-x-6:hover {
		--transform-translate-x: -1.5rem !important
	}

	.xl\:hover\:-translate-x-8:hover {
		--transform-translate-x: -2rem !important
	}

	.xl\:hover\:-translate-x-10:hover {
		--transform-translate-x: -2.5rem !important
	}

	.xl\:hover\:-translate-x-12:hover {
		--transform-translate-x: -3rem !important
	}

	.xl\:hover\:-translate-x-16:hover {
		--transform-translate-x: -4rem !important
	}

	.xl\:hover\:-translate-x-20:hover {
		--transform-translate-x: -5rem !important
	}

	.xl\:hover\:-translate-x-24:hover {
		--transform-translate-x: -6rem !important
	}

	.xl\:hover\:-translate-x-32:hover {
		--transform-translate-x: -8rem !important
	}

	.xl\:hover\:-translate-x-40:hover {
		--transform-translate-x: -10rem !important
	}

	.xl\:hover\:-translate-x-48:hover {
		--transform-translate-x: -12rem !important
	}

	.xl\:hover\:-translate-x-56:hover {
		--transform-translate-x: -14rem !important
	}

	.xl\:hover\:-translate-x-64:hover {
		--transform-translate-x: -16rem !important
	}

	.xl\:hover\:-translate-x-px:hover {
		--transform-translate-x: -1px !important
	}

	.xl\:hover\:-translate-x--50:hover {
		--transform-translate-x: 50px !important
	}

	.xl\:hover\:-translate-x-full:hover {
		--transform-translate-x: -100% !important
	}

	.xl\:hover\:-translate-x-1\/2:hover {
		--transform-translate-x: -50% !important
	}

	.xl\:hover\:translate-x-1\/2:hover {
		--transform-translate-x: 50% !important
	}

	.xl\:hover\:translate-x-full:hover {
		--transform-translate-x: 100% !important
	}

	.xl\:hover\:translate-y-0:hover {
		--transform-translate-y: 0 !important
	}

	.xl\:hover\:translate-y-1:hover {
		--transform-translate-y: 0.25rem !important
	}

	.xl\:hover\:translate-y-2:hover {
		--transform-translate-y: 0.5rem !important
	}

	.xl\:hover\:translate-y-3:hover {
		--transform-translate-y: 0.75rem !important
	}

	.xl\:hover\:translate-y-4:hover {
		--transform-translate-y: 1rem !important
	}

	.xl\:hover\:translate-y-5:hover {
		--transform-translate-y: 1.25rem !important
	}

	.xl\:hover\:translate-y-6:hover {
		--transform-translate-y: 1.5rem !important
	}

	.xl\:hover\:translate-y-8:hover {
		--transform-translate-y: 2rem !important
	}

	.xl\:hover\:translate-y-10:hover {
		--transform-translate-y: 2.5rem !important
	}

	.xl\:hover\:translate-y-12:hover {
		--transform-translate-y: 3rem !important
	}

	.xl\:hover\:translate-y-16:hover {
		--transform-translate-y: 4rem !important
	}

	.xl\:hover\:translate-y-20:hover {
		--transform-translate-y: 5rem !important
	}

	.xl\:hover\:translate-y-24:hover {
		--transform-translate-y: 6rem !important
	}

	.xl\:hover\:translate-y-32:hover {
		--transform-translate-y: 8rem !important
	}

	.xl\:hover\:translate-y-40:hover {
		--transform-translate-y: 10rem !important
	}

	.xl\:hover\:translate-y-48:hover {
		--transform-translate-y: 12rem !important
	}

	.xl\:hover\:translate-y-56:hover {
		--transform-translate-y: 14rem !important
	}

	.xl\:hover\:translate-y-64:hover {
		--transform-translate-y: 16rem !important
	}

	.xl\:hover\:translate-y-px:hover {
		--transform-translate-y: 1px !important
	}

	.xl\:hover\:-translate-y-50:hover {
		--transform-translate-y: -50px !important
	}

	.xl\:hover\:-translate-y-1:hover {
		--transform-translate-y: -0.25rem !important
	}

	.xl\:hover\:-translate-y-2:hover {
		--transform-translate-y: -0.5rem !important
	}

	.xl\:hover\:-translate-y-3:hover {
		--transform-translate-y: -0.75rem !important
	}

	.xl\:hover\:-translate-y-4:hover {
		--transform-translate-y: -1rem !important
	}

	.xl\:hover\:-translate-y-5:hover {
		--transform-translate-y: -1.25rem !important
	}

	.xl\:hover\:-translate-y-6:hover {
		--transform-translate-y: -1.5rem !important
	}

	.xl\:hover\:-translate-y-8:hover {
		--transform-translate-y: -2rem !important
	}

	.xl\:hover\:-translate-y-10:hover {
		--transform-translate-y: -2.5rem !important
	}

	.xl\:hover\:-translate-y-12:hover {
		--transform-translate-y: -3rem !important
	}

	.xl\:hover\:-translate-y-16:hover {
		--transform-translate-y: -4rem !important
	}

	.xl\:hover\:-translate-y-20:hover {
		--transform-translate-y: -5rem !important
	}

	.xl\:hover\:-translate-y-24:hover {
		--transform-translate-y: -6rem !important
	}

	.xl\:hover\:-translate-y-32:hover {
		--transform-translate-y: -8rem !important
	}

	.xl\:hover\:-translate-y-40:hover {
		--transform-translate-y: -10rem !important
	}

	.xl\:hover\:-translate-y-48:hover {
		--transform-translate-y: -12rem !important
	}

	.xl\:hover\:-translate-y-56:hover {
		--transform-translate-y: -14rem !important
	}

	.xl\:hover\:-translate-y-64:hover {
		--transform-translate-y: -16rem !important
	}

	.xl\:hover\:-translate-y-px:hover {
		--transform-translate-y: -1px !important
	}

	.xl\:hover\:-translate-y--50:hover {
		--transform-translate-y: 50px !important
	}

	.xl\:hover\:-translate-y-full:hover {
		--transform-translate-y: -100% !important
	}

	.xl\:hover\:-translate-y-1\/2:hover {
		--transform-translate-y: -50% !important
	}

	.xl\:hover\:translate-y-1\/2:hover {
		--transform-translate-y: 50% !important
	}

	.xl\:hover\:translate-y-full:hover {
		--transform-translate-y: 100% !important
	}

	.xl\:focus\:translate-x-0:focus {
		--transform-translate-x: 0 !important
	}

	.xl\:focus\:translate-x-1:focus {
		--transform-translate-x: 0.25rem !important
	}

	.xl\:focus\:translate-x-2:focus {
		--transform-translate-x: 0.5rem !important
	}

	.xl\:focus\:translate-x-3:focus {
		--transform-translate-x: 0.75rem !important
	}

	.xl\:focus\:translate-x-4:focus {
		--transform-translate-x: 1rem !important
	}

	.xl\:focus\:translate-x-5:focus {
		--transform-translate-x: 1.25rem !important
	}

	.xl\:focus\:translate-x-6:focus {
		--transform-translate-x: 1.5rem !important
	}

	.xl\:focus\:translate-x-8:focus {
		--transform-translate-x: 2rem !important
	}

	.xl\:focus\:translate-x-10:focus {
		--transform-translate-x: 2.5rem !important
	}

	.xl\:focus\:translate-x-12:focus {
		--transform-translate-x: 3rem !important
	}

	.xl\:focus\:translate-x-16:focus {
		--transform-translate-x: 4rem !important
	}

	.xl\:focus\:translate-x-20:focus {
		--transform-translate-x: 5rem !important
	}

	.xl\:focus\:translate-x-24:focus {
		--transform-translate-x: 6rem !important
	}

	.xl\:focus\:translate-x-32:focus {
		--transform-translate-x: 8rem !important
	}

	.xl\:focus\:translate-x-40:focus {
		--transform-translate-x: 10rem !important
	}

	.xl\:focus\:translate-x-48:focus {
		--transform-translate-x: 12rem !important
	}

	.xl\:focus\:translate-x-56:focus {
		--transform-translate-x: 14rem !important
	}

	.xl\:focus\:translate-x-64:focus {
		--transform-translate-x: 16rem !important
	}

	.xl\:focus\:translate-x-px:focus {
		--transform-translate-x: 1px !important
	}

	.xl\:focus\:-translate-x-50:focus {
		--transform-translate-x: -50px !important
	}

	.xl\:focus\:-translate-x-1:focus {
		--transform-translate-x: -0.25rem !important
	}

	.xl\:focus\:-translate-x-2:focus {
		--transform-translate-x: -0.5rem !important
	}

	.xl\:focus\:-translate-x-3:focus {
		--transform-translate-x: -0.75rem !important
	}

	.xl\:focus\:-translate-x-4:focus {
		--transform-translate-x: -1rem !important
	}

	.xl\:focus\:-translate-x-5:focus {
		--transform-translate-x: -1.25rem !important
	}

	.xl\:focus\:-translate-x-6:focus {
		--transform-translate-x: -1.5rem !important
	}

	.xl\:focus\:-translate-x-8:focus {
		--transform-translate-x: -2rem !important
	}

	.xl\:focus\:-translate-x-10:focus {
		--transform-translate-x: -2.5rem !important
	}

	.xl\:focus\:-translate-x-12:focus {
		--transform-translate-x: -3rem !important
	}

	.xl\:focus\:-translate-x-16:focus {
		--transform-translate-x: -4rem !important
	}

	.xl\:focus\:-translate-x-20:focus {
		--transform-translate-x: -5rem !important
	}

	.xl\:focus\:-translate-x-24:focus {
		--transform-translate-x: -6rem !important
	}

	.xl\:focus\:-translate-x-32:focus {
		--transform-translate-x: -8rem !important
	}

	.xl\:focus\:-translate-x-40:focus {
		--transform-translate-x: -10rem !important
	}

	.xl\:focus\:-translate-x-48:focus {
		--transform-translate-x: -12rem !important
	}

	.xl\:focus\:-translate-x-56:focus {
		--transform-translate-x: -14rem !important
	}

	.xl\:focus\:-translate-x-64:focus {
		--transform-translate-x: -16rem !important
	}

	.xl\:focus\:-translate-x-px:focus {
		--transform-translate-x: -1px !important
	}

	.xl\:focus\:-translate-x--50:focus {
		--transform-translate-x: 50px !important
	}

	.xl\:focus\:-translate-x-full:focus {
		--transform-translate-x: -100% !important
	}

	.xl\:focus\:-translate-x-1\/2:focus {
		--transform-translate-x: -50% !important
	}

	.xl\:focus\:translate-x-1\/2:focus {
		--transform-translate-x: 50% !important
	}

	.xl\:focus\:translate-x-full:focus {
		--transform-translate-x: 100% !important
	}

	.xl\:focus\:translate-y-0:focus {
		--transform-translate-y: 0 !important
	}

	.xl\:focus\:translate-y-1:focus {
		--transform-translate-y: 0.25rem !important
	}

	.xl\:focus\:translate-y-2:focus {
		--transform-translate-y: 0.5rem !important
	}

	.xl\:focus\:translate-y-3:focus {
		--transform-translate-y: 0.75rem !important
	}

	.xl\:focus\:translate-y-4:focus {
		--transform-translate-y: 1rem !important
	}

	.xl\:focus\:translate-y-5:focus {
		--transform-translate-y: 1.25rem !important
	}

	.xl\:focus\:translate-y-6:focus {
		--transform-translate-y: 1.5rem !important
	}

	.xl\:focus\:translate-y-8:focus {
		--transform-translate-y: 2rem !important
	}

	.xl\:focus\:translate-y-10:focus {
		--transform-translate-y: 2.5rem !important
	}

	.xl\:focus\:translate-y-12:focus {
		--transform-translate-y: 3rem !important
	}

	.xl\:focus\:translate-y-16:focus {
		--transform-translate-y: 4rem !important
	}

	.xl\:focus\:translate-y-20:focus {
		--transform-translate-y: 5rem !important
	}

	.xl\:focus\:translate-y-24:focus {
		--transform-translate-y: 6rem !important
	}

	.xl\:focus\:translate-y-32:focus {
		--transform-translate-y: 8rem !important
	}

	.xl\:focus\:translate-y-40:focus {
		--transform-translate-y: 10rem !important
	}

	.xl\:focus\:translate-y-48:focus {
		--transform-translate-y: 12rem !important
	}

	.xl\:focus\:translate-y-56:focus {
		--transform-translate-y: 14rem !important
	}

	.xl\:focus\:translate-y-64:focus {
		--transform-translate-y: 16rem !important
	}

	.xl\:focus\:translate-y-px:focus {
		--transform-translate-y: 1px !important
	}

	.xl\:focus\:-translate-y-50:focus {
		--transform-translate-y: -50px !important
	}

	.xl\:focus\:-translate-y-1:focus {
		--transform-translate-y: -0.25rem !important
	}

	.xl\:focus\:-translate-y-2:focus {
		--transform-translate-y: -0.5rem !important
	}

	.xl\:focus\:-translate-y-3:focus {
		--transform-translate-y: -0.75rem !important
	}

	.xl\:focus\:-translate-y-4:focus {
		--transform-translate-y: -1rem !important
	}

	.xl\:focus\:-translate-y-5:focus {
		--transform-translate-y: -1.25rem !important
	}

	.xl\:focus\:-translate-y-6:focus {
		--transform-translate-y: -1.5rem !important
	}

	.xl\:focus\:-translate-y-8:focus {
		--transform-translate-y: -2rem !important
	}

	.xl\:focus\:-translate-y-10:focus {
		--transform-translate-y: -2.5rem !important
	}

	.xl\:focus\:-translate-y-12:focus {
		--transform-translate-y: -3rem !important
	}

	.xl\:focus\:-translate-y-16:focus {
		--transform-translate-y: -4rem !important
	}

	.xl\:focus\:-translate-y-20:focus {
		--transform-translate-y: -5rem !important
	}

	.xl\:focus\:-translate-y-24:focus {
		--transform-translate-y: -6rem !important
	}

	.xl\:focus\:-translate-y-32:focus {
		--transform-translate-y: -8rem !important
	}

	.xl\:focus\:-translate-y-40:focus {
		--transform-translate-y: -10rem !important
	}

	.xl\:focus\:-translate-y-48:focus {
		--transform-translate-y: -12rem !important
	}

	.xl\:focus\:-translate-y-56:focus {
		--transform-translate-y: -14rem !important
	}

	.xl\:focus\:-translate-y-64:focus {
		--transform-translate-y: -16rem !important
	}

	.xl\:focus\:-translate-y-px:focus {
		--transform-translate-y: -1px !important
	}

	.xl\:focus\:-translate-y--50:focus {
		--transform-translate-y: 50px !important
	}

	.xl\:focus\:-translate-y-full:focus {
		--transform-translate-y: -100% !important
	}

	.xl\:focus\:-translate-y-1\/2:focus {
		--transform-translate-y: -50% !important
	}

	.xl\:focus\:translate-y-1\/2:focus {
		--transform-translate-y: 50% !important
	}

	.xl\:focus\:translate-y-full:focus {
		--transform-translate-y: 100% !important
	}
}

@media (min-width:2100px) {
	.hl\:container {
		width: 100%
	}

	@media (min-width:368px) {
		.hl\:container {
			max-width: 368px
		}
	}

	@media (min-width:640px) {
		.hl\:container {
			max-width: 640px
		}
	}

	@media (min-width:768px) {
		.hl\:container {
			max-width: 768px
		}
	}

	@media (min-width:1152px) {
		.hl\:container {
			max-width: 1152px
		}
	}

	@media (min-width:1560px) {
		.hl\:container {
			max-width: 1560px
		}
	}

	@media (min-width:2100px) {
		.hl\:container {
			max-width: 2100px
		}
	}

	.hl\:space-y-0 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(0px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(0px*var(--space-y-reverse)) !important
	}

	.hl\:space-x-0 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(0px*var(--space-x-reverse)) !important;
		margin-left: calc(0px*(1 - var(--space-x-reverse))) !important
	}

	.hl\:space-y-1 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(0.25rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(0.25rem*var(--space-y-reverse)) !important
	}

	.hl\:space-x-1 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(0.25rem*var(--space-x-reverse)) !important;
		margin-left: calc(0.25rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:space-y-2 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(0.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(0.5rem*var(--space-y-reverse)) !important
	}

	.hl\:space-x-2 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(0.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(0.5rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:space-y-3 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(0.75rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(0.75rem*var(--space-y-reverse)) !important
	}

	.hl\:space-x-3 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(0.75rem*var(--space-x-reverse)) !important;
		margin-left: calc(0.75rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:space-y-4 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(1rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(1rem*var(--space-y-reverse)) !important
	}

	.hl\:space-x-4 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(1rem*var(--space-x-reverse)) !important;
		margin-left: calc(1rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:space-y-5 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(1.25rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(1.25rem*var(--space-y-reverse)) !important
	}

	.hl\:space-x-5 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(1.25rem*var(--space-x-reverse)) !important;
		margin-left: calc(1.25rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:space-y-6 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(1.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(1.5rem*var(--space-y-reverse)) !important
	}

	.hl\:space-x-6 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(1.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(1.5rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:space-y-8 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(2rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(2rem*var(--space-y-reverse)) !important
	}

	.hl\:space-x-8 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(2rem*var(--space-x-reverse)) !important;
		margin-left: calc(2rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:space-y-10 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(2.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(2.5rem*var(--space-y-reverse)) !important
	}

	.hl\:space-x-10 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(2.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(2.5rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:space-y-12 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(3rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(3rem*var(--space-y-reverse)) !important
	}

	.hl\:space-x-12 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(3rem*var(--space-x-reverse)) !important;
		margin-left: calc(3rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:space-y-16 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(4rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(4rem*var(--space-y-reverse)) !important
	}

	.hl\:space-x-16 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(4rem*var(--space-x-reverse)) !important;
		margin-left: calc(4rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:space-y-20 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(5rem*var(--space-y-reverse)) !important
	}

	.hl\:space-x-20 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(5rem*var(--space-x-reverse)) !important;
		margin-left: calc(5rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:space-y-24 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(6rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(6rem*var(--space-y-reverse)) !important
	}

	.hl\:space-x-24 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(6rem*var(--space-x-reverse)) !important;
		margin-left: calc(6rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:space-y-32 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(8rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(8rem*var(--space-y-reverse)) !important
	}

	.hl\:space-x-32 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(8rem*var(--space-x-reverse)) !important;
		margin-left: calc(8rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:space-y-40 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(10rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(10rem*var(--space-y-reverse)) !important
	}

	.hl\:space-x-40 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(10rem*var(--space-x-reverse)) !important;
		margin-left: calc(10rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:space-y-48 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(12rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(12rem*var(--space-y-reverse)) !important
	}

	.hl\:space-x-48 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(12rem*var(--space-x-reverse)) !important;
		margin-left: calc(12rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:space-y-56 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(14rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(14rem*var(--space-y-reverse)) !important
	}

	.hl\:space-x-56 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(14rem*var(--space-x-reverse)) !important;
		margin-left: calc(14rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:space-y-64 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(16rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(16rem*var(--space-y-reverse)) !important
	}

	.hl\:space-x-64 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(16rem*var(--space-x-reverse)) !important;
		margin-left: calc(16rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:space-y-px > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(1px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(1px*var(--space-y-reverse)) !important
	}

	.hl\:space-x-px > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(1px*var(--space-x-reverse)) !important;
		margin-left: calc(1px*(1 - var(--space-x-reverse))) !important
	}

	.hl\:-space-y-50 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-50px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-50px*var(--space-y-reverse)) !important
	}

	.hl\:-space-x-50 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-50px*var(--space-x-reverse)) !important;
		margin-left: calc(-50px*(1 - var(--space-x-reverse))) !important
	}

	.hl\:-space-y-1 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-0.25rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-0.25rem*var(--space-y-reverse)) !important
	}

	.hl\:-space-x-1 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-0.25rem*var(--space-x-reverse)) !important;
		margin-left: calc(-0.25rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:-space-y-2 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-0.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-0.5rem*var(--space-y-reverse)) !important
	}

	.hl\:-space-x-2 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-0.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(-0.5rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:-space-y-3 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-0.75rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-0.75rem*var(--space-y-reverse)) !important
	}

	.hl\:-space-x-3 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-0.75rem*var(--space-x-reverse)) !important;
		margin-left: calc(-0.75rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:-space-y-4 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-1rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-1rem*var(--space-y-reverse)) !important
	}

	.hl\:-space-x-4 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-1rem*var(--space-x-reverse)) !important;
		margin-left: calc(-1rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:-space-y-5 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-1.25rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-1.25rem*var(--space-y-reverse)) !important
	}

	.hl\:-space-x-5 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-1.25rem*var(--space-x-reverse)) !important;
		margin-left: calc(-1.25rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:-space-y-6 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-1.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-1.5rem*var(--space-y-reverse)) !important
	}

	.hl\:-space-x-6 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-1.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(-1.5rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:-space-y-8 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-2rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-2rem*var(--space-y-reverse)) !important
	}

	.hl\:-space-x-8 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-2rem*var(--space-x-reverse)) !important;
		margin-left: calc(-2rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:-space-y-10 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-2.5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-2.5rem*var(--space-y-reverse)) !important
	}

	.hl\:-space-x-10 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-2.5rem*var(--space-x-reverse)) !important;
		margin-left: calc(-2.5rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:-space-y-12 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-3rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-3rem*var(--space-y-reverse)) !important
	}

	.hl\:-space-x-12 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-3rem*var(--space-x-reverse)) !important;
		margin-left: calc(-3rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:-space-y-16 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-4rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-4rem*var(--space-y-reverse)) !important
	}

	.hl\:-space-x-16 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-4rem*var(--space-x-reverse)) !important;
		margin-left: calc(-4rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:-space-y-20 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-5rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-5rem*var(--space-y-reverse)) !important
	}

	.hl\:-space-x-20 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-5rem*var(--space-x-reverse)) !important;
		margin-left: calc(-5rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:-space-y-24 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-6rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-6rem*var(--space-y-reverse)) !important
	}

	.hl\:-space-x-24 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-6rem*var(--space-x-reverse)) !important;
		margin-left: calc(-6rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:-space-y-32 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-8rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-8rem*var(--space-y-reverse)) !important
	}

	.hl\:-space-x-32 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-8rem*var(--space-x-reverse)) !important;
		margin-left: calc(-8rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:-space-y-40 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-10rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-10rem*var(--space-y-reverse)) !important
	}

	.hl\:-space-x-40 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-10rem*var(--space-x-reverse)) !important;
		margin-left: calc(-10rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:-space-y-48 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-12rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-12rem*var(--space-y-reverse)) !important
	}

	.hl\:-space-x-48 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-12rem*var(--space-x-reverse)) !important;
		margin-left: calc(-12rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:-space-y-56 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-14rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-14rem*var(--space-y-reverse)) !important
	}

	.hl\:-space-x-56 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-14rem*var(--space-x-reverse)) !important;
		margin-left: calc(-14rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:-space-y-64 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-16rem*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-16rem*var(--space-y-reverse)) !important
	}

	.hl\:-space-x-64 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-16rem*var(--space-x-reverse)) !important;
		margin-left: calc(-16rem*(1 - var(--space-x-reverse))) !important
	}

	.hl\:-space-y-px > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(-1px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(-1px*var(--space-y-reverse)) !important
	}

	.hl\:-space-x-px > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(-1px*var(--space-x-reverse)) !important;
		margin-left: calc(-1px*(1 - var(--space-x-reverse))) !important
	}

	.hl\:-space-y--50 > :not(template) ~ :not(template) {
		--space-y-reverse: 0 !important;
		margin-top: calc(50px*(1 - var(--space-y-reverse))) !important;
		margin-bottom: calc(50px*var(--space-y-reverse)) !important
	}

	.hl\:-space-x--50 > :not(template) ~ :not(template) {
		--space-x-reverse: 0 !important;
		margin-right: calc(50px*var(--space-x-reverse)) !important;
		margin-left: calc(50px*(1 - var(--space-x-reverse))) !important
	}

	.hl\:space-y-reverse > :not(template) ~ :not(template) {
		--space-y-reverse: 1 !important
	}

	.hl\:space-x-reverse > :not(template) ~ :not(template) {
		--space-x-reverse: 1 !important
	}

	.hl\:divide-opacity-0 > :not(template) ~ :not(template) {
		--divide-opacity: 0 !important
	}

	.hl\:divide-opacity-25 > :not(template) ~ :not(template) {
		--divide-opacity: 0.25 !important
	}

	.hl\:divide-opacity-50 > :not(template) ~ :not(template) {
		--divide-opacity: 0.5 !important
	}

	.hl\:divide-opacity-75 > :not(template) ~ :not(template) {
		--divide-opacity: 0.75 !important
	}

	.hl\:divide-opacity-100 > :not(template) ~ :not(template) {
		--divide-opacity: 1 !important
	}

	.hl\:bg-fixed {
		background-attachment: fixed !important
	}

	.hl\:bg-local {
		background-attachment: local !important
	}

	.hl\:bg-scroll {
		background-attachment: scroll !important
	}

	.hl\:bg-clip-border {
		background-clip: border-box !important
	}

	.hl\:bg-clip-padding {
		background-clip: padding-box !important
	}

	.hl\:bg-clip-content {
		background-clip: content-box !important
	}

	.hl\:bg-clip-text {
		-webkit-background-clip: text !important;
		background-clip: text !important
	}

	.hl\:bg-666 {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.hl\:bg-transparent {
		background-color: transparent !important
	}

	.hl\:bg-current {
		background-color: currentColor !important
	}

	.hl\:bg-black-100 {
		--bg-opacity: 1 !important;
		background-color: #141d3e !important;
		background-color: rgba(20,29,62,var(--bg-opacity)) !important
	}

	.hl\:bg-black-200 {
		--bg-opacity: 1 !important;
		background-color: #212935 !important;
		background-color: rgba(33,41,53,var(--bg-opacity)) !important
	}

	.hl\:bg-black-300 {
		--bg-opacity: 1 !important;
		background-color: #323648 !important;
		background-color: rgba(50,54,72,var(--bg-opacity)) !important
	}

	.hl\:bg-white {
		--bg-opacity: 1 !important;
		background-color: #fff !important;
		background-color: rgba(255,255,255,var(--bg-opacity)) !important
	}

	.hl\:bg-gray-100 {
		--bg-opacity: 1 !important;
		background-color: #f6f6f6 !important;
		background-color: rgba(246,246,246,var(--bg-opacity)) !important
	}

	.hl\:bg-gray-200 {
		--bg-opacity: 1 !important;
		background-color: #e5e5e5 !important;
		background-color: rgba(229,229,229,var(--bg-opacity)) !important
	}

	.hl\:bg-gray-300 {
		--bg-opacity: 1 !important;
		background-color: #c4c4c4 !important;
		background-color: rgba(196,196,196,var(--bg-opacity)) !important
	}

	.hl\:bg-gray-400 {
		--bg-opacity: 1 !important;
		background-color: #aaaaad !important;
		background-color: rgba(170,170,173,var(--bg-opacity)) !important
	}

	.hl\:bg-gray-500 {
		--bg-opacity: 1 !important;
		background-color: #9fa2ac !important;
		background-color: rgba(159,162,172,var(--bg-opacity)) !important
	}

	.hl\:bg-gray-600 {
		--bg-opacity: 1 !important;
		background-color: #8f9191 !important;
		background-color: rgba(143,145,145,var(--bg-opacity)) !important
	}

	.hl\:bg-gray-700 {
		--bg-opacity: 1 !important;
		background-color: #70727f !important;
		background-color: rgba(112,114,127,var(--bg-opacity)) !important
	}

	.hl\:bg-gray-800 {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.hl\:bg-red-100 {
		--bg-opacity: 1 !important;
		background-color: #fff5f5 !important;
		background-color: rgba(255,245,245,var(--bg-opacity)) !important
	}

	.hl\:bg-red-200 {
		--bg-opacity: 1 !important;
		background-color: #fed7d7 !important;
		background-color: rgba(254,215,215,var(--bg-opacity)) !important
	}

	.hl\:bg-red-300 {
		--bg-opacity: 1 !important;
		background-color: #feb2b2 !important;
		background-color: rgba(254,178,178,var(--bg-opacity)) !important
	}

	.hl\:bg-red-400 {
		--bg-opacity: 1 !important;
		background-color: #fc8181 !important;
		background-color: rgba(252,129,129,var(--bg-opacity)) !important
	}

	.hl\:bg-red-500 {
		--bg-opacity: 1 !important;
		background-color: #f56565 !important;
		background-color: rgba(245,101,101,var(--bg-opacity)) !important
	}

	.hl\:bg-red-600 {
		--bg-opacity: 1 !important;
		background-color: #e53e3e !important;
		background-color: rgba(229,62,62,var(--bg-opacity)) !important
	}

	.hl\:bg-red-700 {
		--bg-opacity: 1 !important;
		background-color: #c53030 !important;
		background-color: rgba(197,48,48,var(--bg-opacity)) !important
	}

	.hl\:bg-red-800 {
		--bg-opacity: 1 !important;
		background-color: #9b2c2c !important;
		background-color: rgba(155,44,44,var(--bg-opacity)) !important
	}

	.hl\:bg-red-900 {
		--bg-opacity: 1 !important;
		background-color: #742a2a !important;
		background-color: rgba(116,42,42,var(--bg-opacity)) !important
	}

	.hl\:bg-orange {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.hl\:bg-yellow-100 {
		--bg-opacity: 1 !important;
		background-color: ivory !important;
		background-color: rgba(255,255,240,var(--bg-opacity)) !important
	}

	.hl\:bg-yellow-200 {
		--bg-opacity: 1 !important;
		background-color: #fefcbf !important;
		background-color: rgba(254,252,191,var(--bg-opacity)) !important
	}

	.hl\:bg-yellow-300 {
		--bg-opacity: 1 !important;
		background-color: #faf089 !important;
		background-color: rgba(250,240,137,var(--bg-opacity)) !important
	}

	.hl\:bg-yellow-400 {
		--bg-opacity: 1 !important;
		background-color: #f6e05e !important;
		background-color: rgba(246,224,94,var(--bg-opacity)) !important
	}

	.hl\:bg-yellow-500 {
		--bg-opacity: 1 !important;
		background-color: #ecc94b !important;
		background-color: rgba(236,201,75,var(--bg-opacity)) !important
	}

	.hl\:bg-yellow-600 {
		--bg-opacity: 1 !important;
		background-color: #d69e2e !important;
		background-color: rgba(214,158,46,var(--bg-opacity)) !important
	}

	.hl\:bg-yellow-700 {
		--bg-opacity: 1 !important;
		background-color: #b7791f !important;
		background-color: rgba(183,121,31,var(--bg-opacity)) !important
	}

	.hl\:bg-yellow-800 {
		--bg-opacity: 1 !important;
		background-color: #975a16 !important;
		background-color: rgba(151,90,22,var(--bg-opacity)) !important
	}

	.hl\:bg-yellow-900 {
		--bg-opacity: 1 !important;
		background-color: #744210 !important;
		background-color: rgba(116,66,16,var(--bg-opacity)) !important
	}

	.hl\:bg-green-100 {
		--bg-opacity: 1 !important;
		background-color: #f0fff4 !important;
		background-color: rgba(240,255,244,var(--bg-opacity)) !important
	}

	.hl\:bg-green-200 {
		--bg-opacity: 1 !important;
		background-color: #c6f6d5 !important;
		background-color: rgba(198,246,213,var(--bg-opacity)) !important
	}

	.hl\:bg-green-300 {
		--bg-opacity: 1 !important;
		background-color: #9ae6b4 !important;
		background-color: rgba(154,230,180,var(--bg-opacity)) !important
	}

	.hl\:bg-green-400 {
		--bg-opacity: 1 !important;
		background-color: #68d391 !important;
		background-color: rgba(104,211,145,var(--bg-opacity)) !important
	}

	.hl\:bg-green-500 {
		--bg-opacity: 1 !important;
		background-color: #48bb78 !important;
		background-color: rgba(72,187,120,var(--bg-opacity)) !important
	}

	.hl\:bg-green-600 {
		--bg-opacity: 1 !important;
		background-color: #38a169 !important;
		background-color: rgba(56,161,105,var(--bg-opacity)) !important
	}

	.hl\:bg-green-700 {
		--bg-opacity: 1 !important;
		background-color: #2f855a !important;
		background-color: rgba(47,133,90,var(--bg-opacity)) !important
	}

	.hl\:bg-green-800 {
		--bg-opacity: 1 !important;
		background-color: #276749 !important;
		background-color: rgba(39,103,73,var(--bg-opacity)) !important
	}

	.hl\:bg-green-900 {
		--bg-opacity: 1 !important;
		background-color: #22543d !important;
		background-color: rgba(34,84,61,var(--bg-opacity)) !important
	}

	.hl\:bg-teal-100 {
		--bg-opacity: 1 !important;
		background-color: #e6fffa !important;
		background-color: rgba(230,255,250,var(--bg-opacity)) !important
	}

	.hl\:bg-teal-200 {
		--bg-opacity: 1 !important;
		background-color: #b2f5ea !important;
		background-color: rgba(178,245,234,var(--bg-opacity)) !important
	}

	.hl\:bg-teal-300 {
		--bg-opacity: 1 !important;
		background-color: #81e6d9 !important;
		background-color: rgba(129,230,217,var(--bg-opacity)) !important
	}

	.hl\:bg-teal-400 {
		--bg-opacity: 1 !important;
		background-color: #4fd1c5 !important;
		background-color: rgba(79,209,197,var(--bg-opacity)) !important
	}

	.hl\:bg-teal-500 {
		--bg-opacity: 1 !important;
		background-color: #38b2ac !important;
		background-color: rgba(56,178,172,var(--bg-opacity)) !important
	}

	.hl\:bg-teal-600 {
		--bg-opacity: 1 !important;
		background-color: #319795 !important;
		background-color: rgba(49,151,149,var(--bg-opacity)) !important
	}

	.hl\:bg-teal-700 {
		--bg-opacity: 1 !important;
		background-color: #2c7a7b !important;
		background-color: rgba(44,122,123,var(--bg-opacity)) !important
	}

	.hl\:bg-teal-800 {
		--bg-opacity: 1 !important;
		background-color: #285e61 !important;
		background-color: rgba(40,94,97,var(--bg-opacity)) !important
	}

	.hl\:bg-teal-900 {
		--bg-opacity: 1 !important;
		background-color: #234e52 !important;
		background-color: rgba(35,78,82,var(--bg-opacity)) !important
	}

	.hl\:bg-blue-100 {
		--bg-opacity: 1 !important;
		background-color: #ebf8ff !important;
		background-color: rgba(235,248,255,var(--bg-opacity)) !important
	}

	.hl\:bg-blue-200 {
		--bg-opacity: 1 !important;
		background-color: #bee3f8 !important;
		background-color: rgba(190,227,248,var(--bg-opacity)) !important
	}

	.hl\:bg-blue-300 {
		--bg-opacity: 1 !important;
		background-color: #90cdf4 !important;
		background-color: rgba(144,205,244,var(--bg-opacity)) !important
	}

	.hl\:bg-blue-400 {
		--bg-opacity: 1 !important;
		background-color: #63b3ed !important;
		background-color: rgba(99,179,237,var(--bg-opacity)) !important
	}

	.hl\:bg-blue-500 {
		--bg-opacity: 1 !important;
		background-color: #4299e1 !important;
		background-color: rgba(66,153,225,var(--bg-opacity)) !important
	}

	.hl\:bg-blue-600 {
		--bg-opacity: 1 !important;
		background-color: #3182ce !important;
		background-color: rgba(49,130,206,var(--bg-opacity)) !important
	}

	.hl\:bg-blue-700 {
		--bg-opacity: 1 !important;
		background-color: #2b6cb0 !important;
		background-color: rgba(43,108,176,var(--bg-opacity)) !important
	}

	.hl\:bg-blue-800 {
		--bg-opacity: 1 !important;
		background-color: #2c5282 !important;
		background-color: rgba(44,82,130,var(--bg-opacity)) !important
	}

	.hl\:bg-blue-900 {
		--bg-opacity: 1 !important;
		background-color: #2a4365 !important;
		background-color: rgba(42,67,101,var(--bg-opacity)) !important
	}

	.hl\:bg-indigo-100 {
		--bg-opacity: 1 !important;
		background-color: #ebf4ff !important;
		background-color: rgba(235,244,255,var(--bg-opacity)) !important
	}

	.hl\:bg-indigo-200 {
		--bg-opacity: 1 !important;
		background-color: #c3dafe !important;
		background-color: rgba(195,218,254,var(--bg-opacity)) !important
	}

	.hl\:bg-indigo-300 {
		--bg-opacity: 1 !important;
		background-color: #a3bffa !important;
		background-color: rgba(163,191,250,var(--bg-opacity)) !important
	}

	.hl\:bg-indigo-400 {
		--bg-opacity: 1 !important;
		background-color: #7f9cf5 !important;
		background-color: rgba(127,156,245,var(--bg-opacity)) !important
	}

	.hl\:bg-indigo-500 {
		--bg-opacity: 1 !important;
		background-color: #667eea !important;
		background-color: rgba(102,126,234,var(--bg-opacity)) !important
	}

	.hl\:bg-indigo-600 {
		--bg-opacity: 1 !important;
		background-color: #5a67d8 !important;
		background-color: rgba(90,103,216,var(--bg-opacity)) !important
	}

	.hl\:bg-indigo-700 {
		--bg-opacity: 1 !important;
		background-color: #4c51bf !important;
		background-color: rgba(76,81,191,var(--bg-opacity)) !important
	}

	.hl\:bg-indigo-800 {
		--bg-opacity: 1 !important;
		background-color: #434190 !important;
		background-color: rgba(67,65,144,var(--bg-opacity)) !important
	}

	.hl\:bg-indigo-900 {
		--bg-opacity: 1 !important;
		background-color: #3c366b !important;
		background-color: rgba(60,54,107,var(--bg-opacity)) !important
	}

	.hl\:bg-purple-100 {
		--bg-opacity: 1 !important;
		background-color: #faf5ff !important;
		background-color: rgba(250,245,255,var(--bg-opacity)) !important
	}

	.hl\:bg-purple-200 {
		--bg-opacity: 1 !important;
		background-color: #e9d8fd !important;
		background-color: rgba(233,216,253,var(--bg-opacity)) !important
	}

	.hl\:bg-purple-300 {
		--bg-opacity: 1 !important;
		background-color: #d6bcfa !important;
		background-color: rgba(214,188,250,var(--bg-opacity)) !important
	}

	.hl\:bg-purple-400 {
		--bg-opacity: 1 !important;
		background-color: #b794f4 !important;
		background-color: rgba(183,148,244,var(--bg-opacity)) !important
	}

	.hl\:bg-purple-500 {
		--bg-opacity: 1 !important;
		background-color: #9f7aea !important;
		background-color: rgba(159,122,234,var(--bg-opacity)) !important
	}

	.hl\:bg-purple-600 {
		--bg-opacity: 1 !important;
		background-color: #805ad5 !important;
		background-color: rgba(128,90,213,var(--bg-opacity)) !important
	}

	.hl\:bg-purple-700 {
		--bg-opacity: 1 !important;
		background-color: #6b46c1 !important;
		background-color: rgba(107,70,193,var(--bg-opacity)) !important
	}

	.hl\:bg-purple-800 {
		--bg-opacity: 1 !important;
		background-color: #553c9a !important;
		background-color: rgba(85,60,154,var(--bg-opacity)) !important
	}

	.hl\:bg-purple-900 {
		--bg-opacity: 1 !important;
		background-color: #44337a !important;
		background-color: rgba(68,51,122,var(--bg-opacity)) !important
	}

	.hl\:bg-pink-100 {
		--bg-opacity: 1 !important;
		background-color: #fff5f7 !important;
		background-color: rgba(255,245,247,var(--bg-opacity)) !important
	}

	.hl\:bg-pink-200 {
		--bg-opacity: 1 !important;
		background-color: #fed7e2 !important;
		background-color: rgba(254,215,226,var(--bg-opacity)) !important
	}

	.hl\:bg-pink-300 {
		--bg-opacity: 1 !important;
		background-color: #fbb6ce !important;
		background-color: rgba(251,182,206,var(--bg-opacity)) !important
	}

	.hl\:bg-pink-400 {
		--bg-opacity: 1 !important;
		background-color: #f687b3 !important;
		background-color: rgba(246,135,179,var(--bg-opacity)) !important
	}

	.hl\:bg-pink-500 {
		--bg-opacity: 1 !important;
		background-color: #ed64a6 !important;
		background-color: rgba(237,100,166,var(--bg-opacity)) !important
	}

	.hl\:bg-pink-600 {
		--bg-opacity: 1 !important;
		background-color: #d53f8c !important;
		background-color: rgba(213,63,140,var(--bg-opacity)) !important
	}

	.hl\:bg-pink-700 {
		--bg-opacity: 1 !important;
		background-color: #b83280 !important;
		background-color: rgba(184,50,128,var(--bg-opacity)) !important
	}

	.hl\:bg-pink-800 {
		--bg-opacity: 1 !important;
		background-color: #97266d !important;
		background-color: rgba(151,38,109,var(--bg-opacity)) !important
	}

	.hl\:bg-pink-900 {
		--bg-opacity: 1 !important;
		background-color: #702459 !important;
		background-color: rgba(112,36,89,var(--bg-opacity)) !important
	}

	.hl\:bg-orange-400 {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.hl\:bg-orange-500 {
		--bg-opacity: 1 !important;
		background-color: #f54a08 !important;
		background-color: rgba(245,74,8,var(--bg-opacity)) !important
	}

	.hl\:bg-f3f {
		--bg-opacity: 1 !important;
		background-color: #f3f3f3 !important;
		background-color: rgba(243,243,243,var(--bg-opacity)) !important
	}

	.hl\:bg-primary {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.hl\:bg-primary-100 {
		background-color: rgba(238,87,35,.9) !important
	}

	.hl\:hover\:bg-666:hover {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-transparent:hover {
		background-color: transparent !important
	}

	.hl\:hover\:bg-current:hover {
		background-color: currentColor !important
	}

	.hl\:hover\:bg-black-100:hover {
		--bg-opacity: 1 !important;
		background-color: #141d3e !important;
		background-color: rgba(20,29,62,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-black-200:hover {
		--bg-opacity: 1 !important;
		background-color: #212935 !important;
		background-color: rgba(33,41,53,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-black-300:hover {
		--bg-opacity: 1 !important;
		background-color: #323648 !important;
		background-color: rgba(50,54,72,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-white:hover {
		--bg-opacity: 1 !important;
		background-color: #fff !important;
		background-color: rgba(255,255,255,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-gray-100:hover {
		--bg-opacity: 1 !important;
		background-color: #f6f6f6 !important;
		background-color: rgba(246,246,246,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-gray-200:hover {
		--bg-opacity: 1 !important;
		background-color: #e5e5e5 !important;
		background-color: rgba(229,229,229,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-gray-300:hover {
		--bg-opacity: 1 !important;
		background-color: #c4c4c4 !important;
		background-color: rgba(196,196,196,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-gray-400:hover {
		--bg-opacity: 1 !important;
		background-color: #aaaaad !important;
		background-color: rgba(170,170,173,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-gray-500:hover {
		--bg-opacity: 1 !important;
		background-color: #9fa2ac !important;
		background-color: rgba(159,162,172,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-gray-600:hover {
		--bg-opacity: 1 !important;
		background-color: #8f9191 !important;
		background-color: rgba(143,145,145,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-gray-700:hover {
		--bg-opacity: 1 !important;
		background-color: #70727f !important;
		background-color: rgba(112,114,127,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-gray-800:hover {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-red-100:hover {
		--bg-opacity: 1 !important;
		background-color: #fff5f5 !important;
		background-color: rgba(255,245,245,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-red-200:hover {
		--bg-opacity: 1 !important;
		background-color: #fed7d7 !important;
		background-color: rgba(254,215,215,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-red-300:hover {
		--bg-opacity: 1 !important;
		background-color: #feb2b2 !important;
		background-color: rgba(254,178,178,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-red-400:hover {
		--bg-opacity: 1 !important;
		background-color: #fc8181 !important;
		background-color: rgba(252,129,129,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-red-500:hover {
		--bg-opacity: 1 !important;
		background-color: #f56565 !important;
		background-color: rgba(245,101,101,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-red-600:hover {
		--bg-opacity: 1 !important;
		background-color: #e53e3e !important;
		background-color: rgba(229,62,62,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-red-700:hover {
		--bg-opacity: 1 !important;
		background-color: #c53030 !important;
		background-color: rgba(197,48,48,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-red-800:hover {
		--bg-opacity: 1 !important;
		background-color: #9b2c2c !important;
		background-color: rgba(155,44,44,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-red-900:hover {
		--bg-opacity: 1 !important;
		background-color: #742a2a !important;
		background-color: rgba(116,42,42,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-orange:hover {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-yellow-100:hover {
		--bg-opacity: 1 !important;
		background-color: ivory !important;
		background-color: rgba(255,255,240,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-yellow-200:hover {
		--bg-opacity: 1 !important;
		background-color: #fefcbf !important;
		background-color: rgba(254,252,191,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-yellow-300:hover {
		--bg-opacity: 1 !important;
		background-color: #faf089 !important;
		background-color: rgba(250,240,137,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-yellow-400:hover {
		--bg-opacity: 1 !important;
		background-color: #f6e05e !important;
		background-color: rgba(246,224,94,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-yellow-500:hover {
		--bg-opacity: 1 !important;
		background-color: #ecc94b !important;
		background-color: rgba(236,201,75,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-yellow-600:hover {
		--bg-opacity: 1 !important;
		background-color: #d69e2e !important;
		background-color: rgba(214,158,46,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-yellow-700:hover {
		--bg-opacity: 1 !important;
		background-color: #b7791f !important;
		background-color: rgba(183,121,31,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-yellow-800:hover {
		--bg-opacity: 1 !important;
		background-color: #975a16 !important;
		background-color: rgba(151,90,22,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-yellow-900:hover {
		--bg-opacity: 1 !important;
		background-color: #744210 !important;
		background-color: rgba(116,66,16,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-green-100:hover {
		--bg-opacity: 1 !important;
		background-color: #f0fff4 !important;
		background-color: rgba(240,255,244,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-green-200:hover {
		--bg-opacity: 1 !important;
		background-color: #c6f6d5 !important;
		background-color: rgba(198,246,213,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-green-300:hover {
		--bg-opacity: 1 !important;
		background-color: #9ae6b4 !important;
		background-color: rgba(154,230,180,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-green-400:hover {
		--bg-opacity: 1 !important;
		background-color: #68d391 !important;
		background-color: rgba(104,211,145,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-green-500:hover {
		--bg-opacity: 1 !important;
		background-color: #48bb78 !important;
		background-color: rgba(72,187,120,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-green-600:hover {
		--bg-opacity: 1 !important;
		background-color: #38a169 !important;
		background-color: rgba(56,161,105,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-green-700:hover {
		--bg-opacity: 1 !important;
		background-color: #2f855a !important;
		background-color: rgba(47,133,90,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-green-800:hover {
		--bg-opacity: 1 !important;
		background-color: #276749 !important;
		background-color: rgba(39,103,73,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-green-900:hover {
		--bg-opacity: 1 !important;
		background-color: #22543d !important;
		background-color: rgba(34,84,61,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-teal-100:hover {
		--bg-opacity: 1 !important;
		background-color: #e6fffa !important;
		background-color: rgba(230,255,250,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-teal-200:hover {
		--bg-opacity: 1 !important;
		background-color: #b2f5ea !important;
		background-color: rgba(178,245,234,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-teal-300:hover {
		--bg-opacity: 1 !important;
		background-color: #81e6d9 !important;
		background-color: rgba(129,230,217,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-teal-400:hover {
		--bg-opacity: 1 !important;
		background-color: #4fd1c5 !important;
		background-color: rgba(79,209,197,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-teal-500:hover {
		--bg-opacity: 1 !important;
		background-color: #38b2ac !important;
		background-color: rgba(56,178,172,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-teal-600:hover {
		--bg-opacity: 1 !important;
		background-color: #319795 !important;
		background-color: rgba(49,151,149,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-teal-700:hover {
		--bg-opacity: 1 !important;
		background-color: #2c7a7b !important;
		background-color: rgba(44,122,123,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-teal-800:hover {
		--bg-opacity: 1 !important;
		background-color: #285e61 !important;
		background-color: rgba(40,94,97,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-teal-900:hover {
		--bg-opacity: 1 !important;
		background-color: #234e52 !important;
		background-color: rgba(35,78,82,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-blue-100:hover {
		--bg-opacity: 1 !important;
		background-color: #ebf8ff !important;
		background-color: rgba(235,248,255,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-blue-200:hover {
		--bg-opacity: 1 !important;
		background-color: #bee3f8 !important;
		background-color: rgba(190,227,248,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-blue-300:hover {
		--bg-opacity: 1 !important;
		background-color: #90cdf4 !important;
		background-color: rgba(144,205,244,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-blue-400:hover {
		--bg-opacity: 1 !important;
		background-color: #63b3ed !important;
		background-color: rgba(99,179,237,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-blue-500:hover {
		--bg-opacity: 1 !important;
		background-color: #4299e1 !important;
		background-color: rgba(66,153,225,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-blue-600:hover {
		--bg-opacity: 1 !important;
		background-color: #3182ce !important;
		background-color: rgba(49,130,206,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-blue-700:hover {
		--bg-opacity: 1 !important;
		background-color: #2b6cb0 !important;
		background-color: rgba(43,108,176,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-blue-800:hover {
		--bg-opacity: 1 !important;
		background-color: #2c5282 !important;
		background-color: rgba(44,82,130,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-blue-900:hover {
		--bg-opacity: 1 !important;
		background-color: #2a4365 !important;
		background-color: rgba(42,67,101,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-indigo-100:hover {
		--bg-opacity: 1 !important;
		background-color: #ebf4ff !important;
		background-color: rgba(235,244,255,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-indigo-200:hover {
		--bg-opacity: 1 !important;
		background-color: #c3dafe !important;
		background-color: rgba(195,218,254,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-indigo-300:hover {
		--bg-opacity: 1 !important;
		background-color: #a3bffa !important;
		background-color: rgba(163,191,250,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-indigo-400:hover {
		--bg-opacity: 1 !important;
		background-color: #7f9cf5 !important;
		background-color: rgba(127,156,245,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-indigo-500:hover {
		--bg-opacity: 1 !important;
		background-color: #667eea !important;
		background-color: rgba(102,126,234,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-indigo-600:hover {
		--bg-opacity: 1 !important;
		background-color: #5a67d8 !important;
		background-color: rgba(90,103,216,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-indigo-700:hover {
		--bg-opacity: 1 !important;
		background-color: #4c51bf !important;
		background-color: rgba(76,81,191,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-indigo-800:hover {
		--bg-opacity: 1 !important;
		background-color: #434190 !important;
		background-color: rgba(67,65,144,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-indigo-900:hover {
		--bg-opacity: 1 !important;
		background-color: #3c366b !important;
		background-color: rgba(60,54,107,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-purple-100:hover {
		--bg-opacity: 1 !important;
		background-color: #faf5ff !important;
		background-color: rgba(250,245,255,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-purple-200:hover {
		--bg-opacity: 1 !important;
		background-color: #e9d8fd !important;
		background-color: rgba(233,216,253,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-purple-300:hover {
		--bg-opacity: 1 !important;
		background-color: #d6bcfa !important;
		background-color: rgba(214,188,250,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-purple-400:hover {
		--bg-opacity: 1 !important;
		background-color: #b794f4 !important;
		background-color: rgba(183,148,244,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-purple-500:hover {
		--bg-opacity: 1 !important;
		background-color: #9f7aea !important;
		background-color: rgba(159,122,234,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-purple-600:hover {
		--bg-opacity: 1 !important;
		background-color: #805ad5 !important;
		background-color: rgba(128,90,213,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-purple-700:hover {
		--bg-opacity: 1 !important;
		background-color: #6b46c1 !important;
		background-color: rgba(107,70,193,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-purple-800:hover {
		--bg-opacity: 1 !important;
		background-color: #553c9a !important;
		background-color: rgba(85,60,154,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-purple-900:hover {
		--bg-opacity: 1 !important;
		background-color: #44337a !important;
		background-color: rgba(68,51,122,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-pink-100:hover {
		--bg-opacity: 1 !important;
		background-color: #fff5f7 !important;
		background-color: rgba(255,245,247,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-pink-200:hover {
		--bg-opacity: 1 !important;
		background-color: #fed7e2 !important;
		background-color: rgba(254,215,226,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-pink-300:hover {
		--bg-opacity: 1 !important;
		background-color: #fbb6ce !important;
		background-color: rgba(251,182,206,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-pink-400:hover {
		--bg-opacity: 1 !important;
		background-color: #f687b3 !important;
		background-color: rgba(246,135,179,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-pink-500:hover {
		--bg-opacity: 1 !important;
		background-color: #ed64a6 !important;
		background-color: rgba(237,100,166,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-pink-600:hover {
		--bg-opacity: 1 !important;
		background-color: #d53f8c !important;
		background-color: rgba(213,63,140,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-pink-700:hover {
		--bg-opacity: 1 !important;
		background-color: #b83280 !important;
		background-color: rgba(184,50,128,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-pink-800:hover {
		--bg-opacity: 1 !important;
		background-color: #97266d !important;
		background-color: rgba(151,38,109,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-pink-900:hover {
		--bg-opacity: 1 !important;
		background-color: #702459 !important;
		background-color: rgba(112,36,89,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-orange-400:hover {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-orange-500:hover {
		--bg-opacity: 1 !important;
		background-color: #f54a08 !important;
		background-color: rgba(245,74,8,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-f3f:hover {
		--bg-opacity: 1 !important;
		background-color: #f3f3f3 !important;
		background-color: rgba(243,243,243,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-primary:hover {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.hl\:hover\:bg-primary-100:hover {
		background-color: rgba(238,87,35,.9) !important
	}

	.hl\:focus\:bg-666:focus {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-transparent:focus {
		background-color: transparent !important
	}

	.hl\:focus\:bg-current:focus {
		background-color: currentColor !important
	}

	.hl\:focus\:bg-black-100:focus {
		--bg-opacity: 1 !important;
		background-color: #141d3e !important;
		background-color: rgba(20,29,62,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-black-200:focus {
		--bg-opacity: 1 !important;
		background-color: #212935 !important;
		background-color: rgba(33,41,53,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-black-300:focus {
		--bg-opacity: 1 !important;
		background-color: #323648 !important;
		background-color: rgba(50,54,72,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-white:focus {
		--bg-opacity: 1 !important;
		background-color: #fff !important;
		background-color: rgba(255,255,255,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-gray-100:focus {
		--bg-opacity: 1 !important;
		background-color: #f6f6f6 !important;
		background-color: rgba(246,246,246,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-gray-200:focus {
		--bg-opacity: 1 !important;
		background-color: #e5e5e5 !important;
		background-color: rgba(229,229,229,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-gray-300:focus {
		--bg-opacity: 1 !important;
		background-color: #c4c4c4 !important;
		background-color: rgba(196,196,196,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-gray-400:focus {
		--bg-opacity: 1 !important;
		background-color: #aaaaad !important;
		background-color: rgba(170,170,173,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-gray-500:focus {
		--bg-opacity: 1 !important;
		background-color: #9fa2ac !important;
		background-color: rgba(159,162,172,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-gray-600:focus {
		--bg-opacity: 1 !important;
		background-color: #8f9191 !important;
		background-color: rgba(143,145,145,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-gray-700:focus {
		--bg-opacity: 1 !important;
		background-color: #70727f !important;
		background-color: rgba(112,114,127,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-gray-800:focus {
		--bg-opacity: 1 !important;
		background-color: #666 !important;
		background-color: rgba(102,102,102,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-red-100:focus {
		--bg-opacity: 1 !important;
		background-color: #fff5f5 !important;
		background-color: rgba(255,245,245,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-red-200:focus {
		--bg-opacity: 1 !important;
		background-color: #fed7d7 !important;
		background-color: rgba(254,215,215,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-red-300:focus {
		--bg-opacity: 1 !important;
		background-color: #feb2b2 !important;
		background-color: rgba(254,178,178,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-red-400:focus {
		--bg-opacity: 1 !important;
		background-color: #fc8181 !important;
		background-color: rgba(252,129,129,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-red-500:focus {
		--bg-opacity: 1 !important;
		background-color: #f56565 !important;
		background-color: rgba(245,101,101,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-red-600:focus {
		--bg-opacity: 1 !important;
		background-color: #e53e3e !important;
		background-color: rgba(229,62,62,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-red-700:focus {
		--bg-opacity: 1 !important;
		background-color: #c53030 !important;
		background-color: rgba(197,48,48,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-red-800:focus {
		--bg-opacity: 1 !important;
		background-color: #9b2c2c !important;
		background-color: rgba(155,44,44,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-red-900:focus {
		--bg-opacity: 1 !important;
		background-color: #742a2a !important;
		background-color: rgba(116,42,42,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-orange:focus {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-yellow-100:focus {
		--bg-opacity: 1 !important;
		background-color: ivory !important;
		background-color: rgba(255,255,240,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-yellow-200:focus {
		--bg-opacity: 1 !important;
		background-color: #fefcbf !important;
		background-color: rgba(254,252,191,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-yellow-300:focus {
		--bg-opacity: 1 !important;
		background-color: #faf089 !important;
		background-color: rgba(250,240,137,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-yellow-400:focus {
		--bg-opacity: 1 !important;
		background-color: #f6e05e !important;
		background-color: rgba(246,224,94,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-yellow-500:focus {
		--bg-opacity: 1 !important;
		background-color: #ecc94b !important;
		background-color: rgba(236,201,75,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-yellow-600:focus {
		--bg-opacity: 1 !important;
		background-color: #d69e2e !important;
		background-color: rgba(214,158,46,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-yellow-700:focus {
		--bg-opacity: 1 !important;
		background-color: #b7791f !important;
		background-color: rgba(183,121,31,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-yellow-800:focus {
		--bg-opacity: 1 !important;
		background-color: #975a16 !important;
		background-color: rgba(151,90,22,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-yellow-900:focus {
		--bg-opacity: 1 !important;
		background-color: #744210 !important;
		background-color: rgba(116,66,16,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-green-100:focus {
		--bg-opacity: 1 !important;
		background-color: #f0fff4 !important;
		background-color: rgba(240,255,244,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-green-200:focus {
		--bg-opacity: 1 !important;
		background-color: #c6f6d5 !important;
		background-color: rgba(198,246,213,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-green-300:focus {
		--bg-opacity: 1 !important;
		background-color: #9ae6b4 !important;
		background-color: rgba(154,230,180,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-green-400:focus {
		--bg-opacity: 1 !important;
		background-color: #68d391 !important;
		background-color: rgba(104,211,145,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-green-500:focus {
		--bg-opacity: 1 !important;
		background-color: #48bb78 !important;
		background-color: rgba(72,187,120,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-green-600:focus {
		--bg-opacity: 1 !important;
		background-color: #38a169 !important;
		background-color: rgba(56,161,105,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-green-700:focus {
		--bg-opacity: 1 !important;
		background-color: #2f855a !important;
		background-color: rgba(47,133,90,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-green-800:focus {
		--bg-opacity: 1 !important;
		background-color: #276749 !important;
		background-color: rgba(39,103,73,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-green-900:focus {
		--bg-opacity: 1 !important;
		background-color: #22543d !important;
		background-color: rgba(34,84,61,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-teal-100:focus {
		--bg-opacity: 1 !important;
		background-color: #e6fffa !important;
		background-color: rgba(230,255,250,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-teal-200:focus {
		--bg-opacity: 1 !important;
		background-color: #b2f5ea !important;
		background-color: rgba(178,245,234,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-teal-300:focus {
		--bg-opacity: 1 !important;
		background-color: #81e6d9 !important;
		background-color: rgba(129,230,217,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-teal-400:focus {
		--bg-opacity: 1 !important;
		background-color: #4fd1c5 !important;
		background-color: rgba(79,209,197,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-teal-500:focus {
		--bg-opacity: 1 !important;
		background-color: #38b2ac !important;
		background-color: rgba(56,178,172,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-teal-600:focus {
		--bg-opacity: 1 !important;
		background-color: #319795 !important;
		background-color: rgba(49,151,149,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-teal-700:focus {
		--bg-opacity: 1 !important;
		background-color: #2c7a7b !important;
		background-color: rgba(44,122,123,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-teal-800:focus {
		--bg-opacity: 1 !important;
		background-color: #285e61 !important;
		background-color: rgba(40,94,97,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-teal-900:focus {
		--bg-opacity: 1 !important;
		background-color: #234e52 !important;
		background-color: rgba(35,78,82,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-blue-100:focus {
		--bg-opacity: 1 !important;
		background-color: #ebf8ff !important;
		background-color: rgba(235,248,255,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-blue-200:focus {
		--bg-opacity: 1 !important;
		background-color: #bee3f8 !important;
		background-color: rgba(190,227,248,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-blue-300:focus {
		--bg-opacity: 1 !important;
		background-color: #90cdf4 !important;
		background-color: rgba(144,205,244,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-blue-400:focus {
		--bg-opacity: 1 !important;
		background-color: #63b3ed !important;
		background-color: rgba(99,179,237,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-blue-500:focus {
		--bg-opacity: 1 !important;
		background-color: #4299e1 !important;
		background-color: rgba(66,153,225,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-blue-600:focus {
		--bg-opacity: 1 !important;
		background-color: #3182ce !important;
		background-color: rgba(49,130,206,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-blue-700:focus {
		--bg-opacity: 1 !important;
		background-color: #2b6cb0 !important;
		background-color: rgba(43,108,176,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-blue-800:focus {
		--bg-opacity: 1 !important;
		background-color: #2c5282 !important;
		background-color: rgba(44,82,130,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-blue-900:focus {
		--bg-opacity: 1 !important;
		background-color: #2a4365 !important;
		background-color: rgba(42,67,101,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-indigo-100:focus {
		--bg-opacity: 1 !important;
		background-color: #ebf4ff !important;
		background-color: rgba(235,244,255,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-indigo-200:focus {
		--bg-opacity: 1 !important;
		background-color: #c3dafe !important;
		background-color: rgba(195,218,254,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-indigo-300:focus {
		--bg-opacity: 1 !important;
		background-color: #a3bffa !important;
		background-color: rgba(163,191,250,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-indigo-400:focus {
		--bg-opacity: 1 !important;
		background-color: #7f9cf5 !important;
		background-color: rgba(127,156,245,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-indigo-500:focus {
		--bg-opacity: 1 !important;
		background-color: #667eea !important;
		background-color: rgba(102,126,234,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-indigo-600:focus {
		--bg-opacity: 1 !important;
		background-color: #5a67d8 !important;
		background-color: rgba(90,103,216,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-indigo-700:focus {
		--bg-opacity: 1 !important;
		background-color: #4c51bf !important;
		background-color: rgba(76,81,191,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-indigo-800:focus {
		--bg-opacity: 1 !important;
		background-color: #434190 !important;
		background-color: rgba(67,65,144,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-indigo-900:focus {
		--bg-opacity: 1 !important;
		background-color: #3c366b !important;
		background-color: rgba(60,54,107,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-purple-100:focus {
		--bg-opacity: 1 !important;
		background-color: #faf5ff !important;
		background-color: rgba(250,245,255,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-purple-200:focus {
		--bg-opacity: 1 !important;
		background-color: #e9d8fd !important;
		background-color: rgba(233,216,253,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-purple-300:focus {
		--bg-opacity: 1 !important;
		background-color: #d6bcfa !important;
		background-color: rgba(214,188,250,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-purple-400:focus {
		--bg-opacity: 1 !important;
		background-color: #b794f4 !important;
		background-color: rgba(183,148,244,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-purple-500:focus {
		--bg-opacity: 1 !important;
		background-color: #9f7aea !important;
		background-color: rgba(159,122,234,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-purple-600:focus {
		--bg-opacity: 1 !important;
		background-color: #805ad5 !important;
		background-color: rgba(128,90,213,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-purple-700:focus {
		--bg-opacity: 1 !important;
		background-color: #6b46c1 !important;
		background-color: rgba(107,70,193,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-purple-800:focus {
		--bg-opacity: 1 !important;
		background-color: #553c9a !important;
		background-color: rgba(85,60,154,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-purple-900:focus {
		--bg-opacity: 1 !important;
		background-color: #44337a !important;
		background-color: rgba(68,51,122,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-pink-100:focus {
		--bg-opacity: 1 !important;
		background-color: #fff5f7 !important;
		background-color: rgba(255,245,247,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-pink-200:focus {
		--bg-opacity: 1 !important;
		background-color: #fed7e2 !important;
		background-color: rgba(254,215,226,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-pink-300:focus {
		--bg-opacity: 1 !important;
		background-color: #fbb6ce !important;
		background-color: rgba(251,182,206,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-pink-400:focus {
		--bg-opacity: 1 !important;
		background-color: #f687b3 !important;
		background-color: rgba(246,135,179,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-pink-500:focus {
		--bg-opacity: 1 !important;
		background-color: #ed64a6 !important;
		background-color: rgba(237,100,166,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-pink-600:focus {
		--bg-opacity: 1 !important;
		background-color: #d53f8c !important;
		background-color: rgba(213,63,140,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-pink-700:focus {
		--bg-opacity: 1 !important;
		background-color: #b83280 !important;
		background-color: rgba(184,50,128,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-pink-800:focus {
		--bg-opacity: 1 !important;
		background-color: #97266d !important;
		background-color: rgba(151,38,109,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-pink-900:focus {
		--bg-opacity: 1 !important;
		background-color: #702459 !important;
		background-color: rgba(112,36,89,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-orange-400:focus {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-orange-500:focus {
		--bg-opacity: 1 !important;
		background-color: #f54a08 !important;
		background-color: rgba(245,74,8,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-f3f:focus {
		--bg-opacity: 1 !important;
		background-color: #f3f3f3 !important;
		background-color: rgba(243,243,243,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-primary:focus {
		--bg-opacity: 1 !important;
		background-color: #ee5723 !important;
		background-color: rgba(238,87,35,var(--bg-opacity)) !important
	}

	.hl\:focus\:bg-primary-100:focus {
		background-color: rgba(238,87,35,.9) !important
	}

	.hl\:bg-none {
		background-image: none !important
	}

	.hl\:bg-gradient-to-t {
		background-image: linear-gradient(0deg,var(--gradient-color-stops)) !important
	}

	.hl\:bg-gradient-to-tr {
		background-image: linear-gradient(to top right,var(--gradient-color-stops)) !important
	}

	.hl\:bg-gradient-to-r {
		background-image: linear-gradient(90deg,var(--gradient-color-stops)) !important
	}

	.hl\:bg-gradient-to-br {
		background-image: linear-gradient(to bottom right,var(--gradient-color-stops)) !important
	}

	.hl\:bg-gradient-to-b {
		background-image: linear-gradient(180deg,var(--gradient-color-stops)) !important
	}

	.hl\:bg-gradient-to-bl {
		background-image: linear-gradient(to bottom left,var(--gradient-color-stops)) !important
	}

	.hl\:bg-gradient-to-l {
		background-image: linear-gradient(270deg,var(--gradient-color-stops)) !important
	}

	.hl\:bg-gradient-to-tl {
		background-image: linear-gradient(to top left,var(--gradient-color-stops)) !important
	}

	.hl\:bg-opacity-0 {
		--bg-opacity: 0 !important
	}

	.hl\:bg-opacity-25 {
		--bg-opacity: 0.25 !important
	}

	.hl\:bg-opacity-50 {
		--bg-opacity: 0.5 !important
	}

	.hl\:bg-opacity-75 {
		--bg-opacity: 0.75 !important
	}

	.hl\:bg-opacity-100 {
		--bg-opacity: 1 !important
	}

	.hl\:hover\:bg-opacity-0:hover {
		--bg-opacity: 0 !important
	}

	.hl\:hover\:bg-opacity-25:hover {
		--bg-opacity: 0.25 !important
	}

	.hl\:hover\:bg-opacity-50:hover {
		--bg-opacity: 0.5 !important
	}

	.hl\:hover\:bg-opacity-75:hover {
		--bg-opacity: 0.75 !important
	}

	.hl\:hover\:bg-opacity-100:hover {
		--bg-opacity: 1 !important
	}

	.hl\:focus\:bg-opacity-0:focus {
		--bg-opacity: 0 !important
	}

	.hl\:focus\:bg-opacity-25:focus {
		--bg-opacity: 0.25 !important
	}

	.hl\:focus\:bg-opacity-50:focus {
		--bg-opacity: 0.5 !important
	}

	.hl\:focus\:bg-opacity-75:focus {
		--bg-opacity: 0.75 !important
	}

	.hl\:focus\:bg-opacity-100:focus {
		--bg-opacity: 1 !important
	}

	.hl\:bg-bottom {
		background-position: bottom !important
	}

	.hl\:bg-center {
		background-position: 50% !important
	}

	.hl\:bg-left {
		background-position: 0 !important
	}

	.hl\:bg-left-bottom {
		background-position: 0 100% !important
	}

	.hl\:bg-left-top {
		background-position: 0 0 !important
	}

	.hl\:bg-right {
		background-position: 100% !important
	}

	.hl\:bg-right-bottom {
		background-position: 100% 100% !important
	}

	.hl\:bg-right-top {
		background-position: 100% 0 !important
	}

	.hl\:bg-top {
		background-position: top !important
	}

	.hl\:bg-repeat {
		background-repeat: repeat !important
	}

	.hl\:bg-no-repeat {
		background-repeat: no-repeat !important
	}

	.hl\:bg-repeat-x {
		background-repeat: repeat-x !important
	}

	.hl\:bg-repeat-y {
		background-repeat: repeat-y !important
	}

	.hl\:bg-repeat-round {
		background-repeat: round !important
	}

	.hl\:bg-repeat-space {
		background-repeat: space !important
	}

	.hl\:bg-auto {
		background-size: auto !important
	}

	.hl\:bg-cover {
		background-size: cover !important
	}

	.hl\:bg-contain {
		background-size: contain !important
	}

	.hl\:border-collapse {
		border-collapse: collapse !important
	}

	.hl\:border-separate {
		border-collapse: separate !important
	}

	.hl\:border-666 {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.hl\:border-transparent {
		border-color: transparent !important
	}

	.hl\:border-current {
		border-color: currentColor !important
	}

	.hl\:border-black-100 {
		--border-opacity: 1 !important;
		border-color: #141d3e !important;
		border-color: rgba(20,29,62,var(--border-opacity)) !important
	}

	.hl\:border-black-200 {
		--border-opacity: 1 !important;
		border-color: #212935 !important;
		border-color: rgba(33,41,53,var(--border-opacity)) !important
	}

	.hl\:border-black-300 {
		--border-opacity: 1 !important;
		border-color: #323648 !important;
		border-color: rgba(50,54,72,var(--border-opacity)) !important
	}

	.hl\:border-white {
		--border-opacity: 1 !important;
		border-color: #fff !important;
		border-color: rgba(255,255,255,var(--border-opacity)) !important
	}

	.hl\:border-gray-100 {
		--border-opacity: 1 !important;
		border-color: #f6f6f6 !important;
		border-color: rgba(246,246,246,var(--border-opacity)) !important
	}

	.hl\:border-gray-200 {
		--border-opacity: 1 !important;
		border-color: #e5e5e5 !important;
		border-color: rgba(229,229,229,var(--border-opacity)) !important
	}

	.hl\:border-gray-300 {
		--border-opacity: 1 !important;
		border-color: #c4c4c4 !important;
		border-color: rgba(196,196,196,var(--border-opacity)) !important
	}

	.hl\:border-gray-400 {
		--border-opacity: 1 !important;
		border-color: #aaaaad !important;
		border-color: rgba(170,170,173,var(--border-opacity)) !important
	}

	.hl\:border-gray-500 {
		--border-opacity: 1 !important;
		border-color: #9fa2ac !important;
		border-color: rgba(159,162,172,var(--border-opacity)) !important
	}

	.hl\:border-gray-600 {
		--border-opacity: 1 !important;
		border-color: #8f9191 !important;
		border-color: rgba(143,145,145,var(--border-opacity)) !important
	}

	.hl\:border-gray-700 {
		--border-opacity: 1 !important;
		border-color: #70727f !important;
		border-color: rgba(112,114,127,var(--border-opacity)) !important
	}

	.hl\:border-gray-800 {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.hl\:border-red-100 {
		--border-opacity: 1 !important;
		border-color: #fff5f5 !important;
		border-color: rgba(255,245,245,var(--border-opacity)) !important
	}

	.hl\:border-red-200 {
		--border-opacity: 1 !important;
		border-color: #fed7d7 !important;
		border-color: rgba(254,215,215,var(--border-opacity)) !important
	}

	.hl\:border-red-300 {
		--border-opacity: 1 !important;
		border-color: #feb2b2 !important;
		border-color: rgba(254,178,178,var(--border-opacity)) !important
	}

	.hl\:border-red-400 {
		--border-opacity: 1 !important;
		border-color: #fc8181 !important;
		border-color: rgba(252,129,129,var(--border-opacity)) !important
	}

	.hl\:border-red-500 {
		--border-opacity: 1 !important;
		border-color: #f56565 !important;
		border-color: rgba(245,101,101,var(--border-opacity)) !important
	}

	.hl\:border-red-600 {
		--border-opacity: 1 !important;
		border-color: #e53e3e !important;
		border-color: rgba(229,62,62,var(--border-opacity)) !important
	}

	.hl\:border-red-700 {
		--border-opacity: 1 !important;
		border-color: #c53030 !important;
		border-color: rgba(197,48,48,var(--border-opacity)) !important
	}

	.hl\:border-red-800 {
		--border-opacity: 1 !important;
		border-color: #9b2c2c !important;
		border-color: rgba(155,44,44,var(--border-opacity)) !important
	}

	.hl\:border-red-900 {
		--border-opacity: 1 !important;
		border-color: #742a2a !important;
		border-color: rgba(116,42,42,var(--border-opacity)) !important
	}

	.hl\:border-orange {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.hl\:border-yellow-100 {
		--border-opacity: 1 !important;
		border-color: ivory !important;
		border-color: rgba(255,255,240,var(--border-opacity)) !important
	}

	.hl\:border-yellow-200 {
		--border-opacity: 1 !important;
		border-color: #fefcbf !important;
		border-color: rgba(254,252,191,var(--border-opacity)) !important
	}

	.hl\:border-yellow-300 {
		--border-opacity: 1 !important;
		border-color: #faf089 !important;
		border-color: rgba(250,240,137,var(--border-opacity)) !important
	}

	.hl\:border-yellow-400 {
		--border-opacity: 1 !important;
		border-color: #f6e05e !important;
		border-color: rgba(246,224,94,var(--border-opacity)) !important
	}

	.hl\:border-yellow-500 {
		--border-opacity: 1 !important;
		border-color: #ecc94b !important;
		border-color: rgba(236,201,75,var(--border-opacity)) !important
	}

	.hl\:border-yellow-600 {
		--border-opacity: 1 !important;
		border-color: #d69e2e !important;
		border-color: rgba(214,158,46,var(--border-opacity)) !important
	}

	.hl\:border-yellow-700 {
		--border-opacity: 1 !important;
		border-color: #b7791f !important;
		border-color: rgba(183,121,31,var(--border-opacity)) !important
	}

	.hl\:border-yellow-800 {
		--border-opacity: 1 !important;
		border-color: #975a16 !important;
		border-color: rgba(151,90,22,var(--border-opacity)) !important
	}

	.hl\:border-yellow-900 {
		--border-opacity: 1 !important;
		border-color: #744210 !important;
		border-color: rgba(116,66,16,var(--border-opacity)) !important
	}

	.hl\:border-green-100 {
		--border-opacity: 1 !important;
		border-color: #f0fff4 !important;
		border-color: rgba(240,255,244,var(--border-opacity)) !important
	}

	.hl\:border-green-200 {
		--border-opacity: 1 !important;
		border-color: #c6f6d5 !important;
		border-color: rgba(198,246,213,var(--border-opacity)) !important
	}

	.hl\:border-green-300 {
		--border-opacity: 1 !important;
		border-color: #9ae6b4 !important;
		border-color: rgba(154,230,180,var(--border-opacity)) !important
	}

	.hl\:border-green-400 {
		--border-opacity: 1 !important;
		border-color: #68d391 !important;
		border-color: rgba(104,211,145,var(--border-opacity)) !important
	}

	.hl\:border-green-500 {
		--border-opacity: 1 !important;
		border-color: #48bb78 !important;
		border-color: rgba(72,187,120,var(--border-opacity)) !important
	}

	.hl\:border-green-600 {
		--border-opacity: 1 !important;
		border-color: #38a169 !important;
		border-color: rgba(56,161,105,var(--border-opacity)) !important
	}

	.hl\:border-green-700 {
		--border-opacity: 1 !important;
		border-color: #2f855a !important;
		border-color: rgba(47,133,90,var(--border-opacity)) !important
	}

	.hl\:border-green-800 {
		--border-opacity: 1 !important;
		border-color: #276749 !important;
		border-color: rgba(39,103,73,var(--border-opacity)) !important
	}

	.hl\:border-green-900 {
		--border-opacity: 1 !important;
		border-color: #22543d !important;
		border-color: rgba(34,84,61,var(--border-opacity)) !important
	}

	.hl\:border-teal-100 {
		--border-opacity: 1 !important;
		border-color: #e6fffa !important;
		border-color: rgba(230,255,250,var(--border-opacity)) !important
	}

	.hl\:border-teal-200 {
		--border-opacity: 1 !important;
		border-color: #b2f5ea !important;
		border-color: rgba(178,245,234,var(--border-opacity)) !important
	}

	.hl\:border-teal-300 {
		--border-opacity: 1 !important;
		border-color: #81e6d9 !important;
		border-color: rgba(129,230,217,var(--border-opacity)) !important
	}

	.hl\:border-teal-400 {
		--border-opacity: 1 !important;
		border-color: #4fd1c5 !important;
		border-color: rgba(79,209,197,var(--border-opacity)) !important
	}

	.hl\:border-teal-500 {
		--border-opacity: 1 !important;
		border-color: #38b2ac !important;
		border-color: rgba(56,178,172,var(--border-opacity)) !important
	}

	.hl\:border-teal-600 {
		--border-opacity: 1 !important;
		border-color: #319795 !important;
		border-color: rgba(49,151,149,var(--border-opacity)) !important
	}

	.hl\:border-teal-700 {
		--border-opacity: 1 !important;
		border-color: #2c7a7b !important;
		border-color: rgba(44,122,123,var(--border-opacity)) !important
	}

	.hl\:border-teal-800 {
		--border-opacity: 1 !important;
		border-color: #285e61 !important;
		border-color: rgba(40,94,97,var(--border-opacity)) !important
	}

	.hl\:border-teal-900 {
		--border-opacity: 1 !important;
		border-color: #234e52 !important;
		border-color: rgba(35,78,82,var(--border-opacity)) !important
	}

	.hl\:border-blue-100 {
		--border-opacity: 1 !important;
		border-color: #ebf8ff !important;
		border-color: rgba(235,248,255,var(--border-opacity)) !important
	}

	.hl\:border-blue-200 {
		--border-opacity: 1 !important;
		border-color: #bee3f8 !important;
		border-color: rgba(190,227,248,var(--border-opacity)) !important
	}

	.hl\:border-blue-300 {
		--border-opacity: 1 !important;
		border-color: #90cdf4 !important;
		border-color: rgba(144,205,244,var(--border-opacity)) !important
	}

	.hl\:border-blue-400 {
		--border-opacity: 1 !important;
		border-color: #63b3ed !important;
		border-color: rgba(99,179,237,var(--border-opacity)) !important
	}

	.hl\:border-blue-500 {
		--border-opacity: 1 !important;
		border-color: #4299e1 !important;
		border-color: rgba(66,153,225,var(--border-opacity)) !important
	}

	.hl\:border-blue-600 {
		--border-opacity: 1 !important;
		border-color: #3182ce !important;
		border-color: rgba(49,130,206,var(--border-opacity)) !important
	}

	.hl\:border-blue-700 {
		--border-opacity: 1 !important;
		border-color: #2b6cb0 !important;
		border-color: rgba(43,108,176,var(--border-opacity)) !important
	}

	.hl\:border-blue-800 {
		--border-opacity: 1 !important;
		border-color: #2c5282 !important;
		border-color: rgba(44,82,130,var(--border-opacity)) !important
	}

	.hl\:border-blue-900 {
		--border-opacity: 1 !important;
		border-color: #2a4365 !important;
		border-color: rgba(42,67,101,var(--border-opacity)) !important
	}

	.hl\:border-indigo-100 {
		--border-opacity: 1 !important;
		border-color: #ebf4ff !important;
		border-color: rgba(235,244,255,var(--border-opacity)) !important
	}

	.hl\:border-indigo-200 {
		--border-opacity: 1 !important;
		border-color: #c3dafe !important;
		border-color: rgba(195,218,254,var(--border-opacity)) !important
	}

	.hl\:border-indigo-300 {
		--border-opacity: 1 !important;
		border-color: #a3bffa !important;
		border-color: rgba(163,191,250,var(--border-opacity)) !important
	}

	.hl\:border-indigo-400 {
		--border-opacity: 1 !important;
		border-color: #7f9cf5 !important;
		border-color: rgba(127,156,245,var(--border-opacity)) !important
	}

	.hl\:border-indigo-500 {
		--border-opacity: 1 !important;
		border-color: #667eea !important;
		border-color: rgba(102,126,234,var(--border-opacity)) !important
	}

	.hl\:border-indigo-600 {
		--border-opacity: 1 !important;
		border-color: #5a67d8 !important;
		border-color: rgba(90,103,216,var(--border-opacity)) !important
	}

	.hl\:border-indigo-700 {
		--border-opacity: 1 !important;
		border-color: #4c51bf !important;
		border-color: rgba(76,81,191,var(--border-opacity)) !important
	}

	.hl\:border-indigo-800 {
		--border-opacity: 1 !important;
		border-color: #434190 !important;
		border-color: rgba(67,65,144,var(--border-opacity)) !important
	}

	.hl\:border-indigo-900 {
		--border-opacity: 1 !important;
		border-color: #3c366b !important;
		border-color: rgba(60,54,107,var(--border-opacity)) !important
	}

	.hl\:border-purple-100 {
		--border-opacity: 1 !important;
		border-color: #faf5ff !important;
		border-color: rgba(250,245,255,var(--border-opacity)) !important
	}

	.hl\:border-purple-200 {
		--border-opacity: 1 !important;
		border-color: #e9d8fd !important;
		border-color: rgba(233,216,253,var(--border-opacity)) !important
	}

	.hl\:border-purple-300 {
		--border-opacity: 1 !important;
		border-color: #d6bcfa !important;
		border-color: rgba(214,188,250,var(--border-opacity)) !important
	}

	.hl\:border-purple-400 {
		--border-opacity: 1 !important;
		border-color: #b794f4 !important;
		border-color: rgba(183,148,244,var(--border-opacity)) !important
	}

	.hl\:border-purple-500 {
		--border-opacity: 1 !important;
		border-color: #9f7aea !important;
		border-color: rgba(159,122,234,var(--border-opacity)) !important
	}

	.hl\:border-purple-600 {
		--border-opacity: 1 !important;
		border-color: #805ad5 !important;
		border-color: rgba(128,90,213,var(--border-opacity)) !important
	}

	.hl\:border-purple-700 {
		--border-opacity: 1 !important;
		border-color: #6b46c1 !important;
		border-color: rgba(107,70,193,var(--border-opacity)) !important
	}

	.hl\:border-purple-800 {
		--border-opacity: 1 !important;
		border-color: #553c9a !important;
		border-color: rgba(85,60,154,var(--border-opacity)) !important
	}

	.hl\:border-purple-900 {
		--border-opacity: 1 !important;
		border-color: #44337a !important;
		border-color: rgba(68,51,122,var(--border-opacity)) !important
	}

	.hl\:border-pink-100 {
		--border-opacity: 1 !important;
		border-color: #fff5f7 !important;
		border-color: rgba(255,245,247,var(--border-opacity)) !important
	}

	.hl\:border-pink-200 {
		--border-opacity: 1 !important;
		border-color: #fed7e2 !important;
		border-color: rgba(254,215,226,var(--border-opacity)) !important
	}

	.hl\:border-pink-300 {
		--border-opacity: 1 !important;
		border-color: #fbb6ce !important;
		border-color: rgba(251,182,206,var(--border-opacity)) !important
	}

	.hl\:border-pink-400 {
		--border-opacity: 1 !important;
		border-color: #f687b3 !important;
		border-color: rgba(246,135,179,var(--border-opacity)) !important
	}

	.hl\:border-pink-500 {
		--border-opacity: 1 !important;
		border-color: #ed64a6 !important;
		border-color: rgba(237,100,166,var(--border-opacity)) !important
	}

	.hl\:border-pink-600 {
		--border-opacity: 1 !important;
		border-color: #d53f8c !important;
		border-color: rgba(213,63,140,var(--border-opacity)) !important
	}

	.hl\:border-pink-700 {
		--border-opacity: 1 !important;
		border-color: #b83280 !important;
		border-color: rgba(184,50,128,var(--border-opacity)) !important
	}

	.hl\:border-pink-800 {
		--border-opacity: 1 !important;
		border-color: #97266d !important;
		border-color: rgba(151,38,109,var(--border-opacity)) !important
	}

	.hl\:border-pink-900 {
		--border-opacity: 1 !important;
		border-color: #702459 !important;
		border-color: rgba(112,36,89,var(--border-opacity)) !important
	}

	.hl\:border-orange-400 {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.hl\:border-orange-500 {
		--border-opacity: 1 !important;
		border-color: #f54a08 !important;
		border-color: rgba(245,74,8,var(--border-opacity)) !important
	}

	.hl\:border-f3f {
		--border-opacity: 1 !important;
		border-color: #f3f3f3 !important;
		border-color: rgba(243,243,243,var(--border-opacity)) !important
	}

	.hl\:border-D8D {
		--border-opacity: 1 !important;
		border-color: #d8d8d8 !important;
		border-color: rgba(216,216,216,var(--border-opacity)) !important
	}

	.hl\:hover\:border-666:hover {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.hl\:hover\:border-transparent:hover {
		border-color: transparent !important
	}

	.hl\:hover\:border-current:hover {
		border-color: currentColor !important
	}

	.hl\:hover\:border-black-100:hover {
		--border-opacity: 1 !important;
		border-color: #141d3e !important;
		border-color: rgba(20,29,62,var(--border-opacity)) !important
	}

	.hl\:hover\:border-black-200:hover {
		--border-opacity: 1 !important;
		border-color: #212935 !important;
		border-color: rgba(33,41,53,var(--border-opacity)) !important
	}

	.hl\:hover\:border-black-300:hover {
		--border-opacity: 1 !important;
		border-color: #323648 !important;
		border-color: rgba(50,54,72,var(--border-opacity)) !important
	}

	.hl\:hover\:border-white:hover {
		--border-opacity: 1 !important;
		border-color: #fff !important;
		border-color: rgba(255,255,255,var(--border-opacity)) !important
	}

	.hl\:hover\:border-gray-100:hover {
		--border-opacity: 1 !important;
		border-color: #f6f6f6 !important;
		border-color: rgba(246,246,246,var(--border-opacity)) !important
	}

	.hl\:hover\:border-gray-200:hover {
		--border-opacity: 1 !important;
		border-color: #e5e5e5 !important;
		border-color: rgba(229,229,229,var(--border-opacity)) !important
	}

	.hl\:hover\:border-gray-300:hover {
		--border-opacity: 1 !important;
		border-color: #c4c4c4 !important;
		border-color: rgba(196,196,196,var(--border-opacity)) !important
	}

	.hl\:hover\:border-gray-400:hover {
		--border-opacity: 1 !important;
		border-color: #aaaaad !important;
		border-color: rgba(170,170,173,var(--border-opacity)) !important
	}

	.hl\:hover\:border-gray-500:hover {
		--border-opacity: 1 !important;
		border-color: #9fa2ac !important;
		border-color: rgba(159,162,172,var(--border-opacity)) !important
	}

	.hl\:hover\:border-gray-600:hover {
		--border-opacity: 1 !important;
		border-color: #8f9191 !important;
		border-color: rgba(143,145,145,var(--border-opacity)) !important
	}

	.hl\:hover\:border-gray-700:hover {
		--border-opacity: 1 !important;
		border-color: #70727f !important;
		border-color: rgba(112,114,127,var(--border-opacity)) !important
	}

	.hl\:hover\:border-gray-800:hover {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.hl\:hover\:border-red-100:hover {
		--border-opacity: 1 !important;
		border-color: #fff5f5 !important;
		border-color: rgba(255,245,245,var(--border-opacity)) !important
	}

	.hl\:hover\:border-red-200:hover {
		--border-opacity: 1 !important;
		border-color: #fed7d7 !important;
		border-color: rgba(254,215,215,var(--border-opacity)) !important
	}

	.hl\:hover\:border-red-300:hover {
		--border-opacity: 1 !important;
		border-color: #feb2b2 !important;
		border-color: rgba(254,178,178,var(--border-opacity)) !important
	}

	.hl\:hover\:border-red-400:hover {
		--border-opacity: 1 !important;
		border-color: #fc8181 !important;
		border-color: rgba(252,129,129,var(--border-opacity)) !important
	}

	.hl\:hover\:border-red-500:hover {
		--border-opacity: 1 !important;
		border-color: #f56565 !important;
		border-color: rgba(245,101,101,var(--border-opacity)) !important
	}

	.hl\:hover\:border-red-600:hover {
		--border-opacity: 1 !important;
		border-color: #e53e3e !important;
		border-color: rgba(229,62,62,var(--border-opacity)) !important
	}

	.hl\:hover\:border-red-700:hover {
		--border-opacity: 1 !important;
		border-color: #c53030 !important;
		border-color: rgba(197,48,48,var(--border-opacity)) !important
	}

	.hl\:hover\:border-red-800:hover {
		--border-opacity: 1 !important;
		border-color: #9b2c2c !important;
		border-color: rgba(155,44,44,var(--border-opacity)) !important
	}

	.hl\:hover\:border-red-900:hover {
		--border-opacity: 1 !important;
		border-color: #742a2a !important;
		border-color: rgba(116,42,42,var(--border-opacity)) !important
	}

	.hl\:hover\:border-orange:hover {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.hl\:hover\:border-yellow-100:hover {
		--border-opacity: 1 !important;
		border-color: ivory !important;
		border-color: rgba(255,255,240,var(--border-opacity)) !important
	}

	.hl\:hover\:border-yellow-200:hover {
		--border-opacity: 1 !important;
		border-color: #fefcbf !important;
		border-color: rgba(254,252,191,var(--border-opacity)) !important
	}

	.hl\:hover\:border-yellow-300:hover {
		--border-opacity: 1 !important;
		border-color: #faf089 !important;
		border-color: rgba(250,240,137,var(--border-opacity)) !important
	}

	.hl\:hover\:border-yellow-400:hover {
		--border-opacity: 1 !important;
		border-color: #f6e05e !important;
		border-color: rgba(246,224,94,var(--border-opacity)) !important
	}

	.hl\:hover\:border-yellow-500:hover {
		--border-opacity: 1 !important;
		border-color: #ecc94b !important;
		border-color: rgba(236,201,75,var(--border-opacity)) !important
	}

	.hl\:hover\:border-yellow-600:hover {
		--border-opacity: 1 !important;
		border-color: #d69e2e !important;
		border-color: rgba(214,158,46,var(--border-opacity)) !important
	}

	.hl\:hover\:border-yellow-700:hover {
		--border-opacity: 1 !important;
		border-color: #b7791f !important;
		border-color: rgba(183,121,31,var(--border-opacity)) !important
	}

	.hl\:hover\:border-yellow-800:hover {
		--border-opacity: 1 !important;
		border-color: #975a16 !important;
		border-color: rgba(151,90,22,var(--border-opacity)) !important
	}

	.hl\:hover\:border-yellow-900:hover {
		--border-opacity: 1 !important;
		border-color: #744210 !important;
		border-color: rgba(116,66,16,var(--border-opacity)) !important
	}

	.hl\:hover\:border-green-100:hover {
		--border-opacity: 1 !important;
		border-color: #f0fff4 !important;
		border-color: rgba(240,255,244,var(--border-opacity)) !important
	}

	.hl\:hover\:border-green-200:hover {
		--border-opacity: 1 !important;
		border-color: #c6f6d5 !important;
		border-color: rgba(198,246,213,var(--border-opacity)) !important
	}

	.hl\:hover\:border-green-300:hover {
		--border-opacity: 1 !important;
		border-color: #9ae6b4 !important;
		border-color: rgba(154,230,180,var(--border-opacity)) !important
	}

	.hl\:hover\:border-green-400:hover {
		--border-opacity: 1 !important;
		border-color: #68d391 !important;
		border-color: rgba(104,211,145,var(--border-opacity)) !important
	}

	.hl\:hover\:border-green-500:hover {
		--border-opacity: 1 !important;
		border-color: #48bb78 !important;
		border-color: rgba(72,187,120,var(--border-opacity)) !important
	}

	.hl\:hover\:border-green-600:hover {
		--border-opacity: 1 !important;
		border-color: #38a169 !important;
		border-color: rgba(56,161,105,var(--border-opacity)) !important
	}

	.hl\:hover\:border-green-700:hover {
		--border-opacity: 1 !important;
		border-color: #2f855a !important;
		border-color: rgba(47,133,90,var(--border-opacity)) !important
	}

	.hl\:hover\:border-green-800:hover {
		--border-opacity: 1 !important;
		border-color: #276749 !important;
		border-color: rgba(39,103,73,var(--border-opacity)) !important
	}

	.hl\:hover\:border-green-900:hover {
		--border-opacity: 1 !important;
		border-color: #22543d !important;
		border-color: rgba(34,84,61,var(--border-opacity)) !important
	}

	.hl\:hover\:border-teal-100:hover {
		--border-opacity: 1 !important;
		border-color: #e6fffa !important;
		border-color: rgba(230,255,250,var(--border-opacity)) !important
	}

	.hl\:hover\:border-teal-200:hover {
		--border-opacity: 1 !important;
		border-color: #b2f5ea !important;
		border-color: rgba(178,245,234,var(--border-opacity)) !important
	}

	.hl\:hover\:border-teal-300:hover {
		--border-opacity: 1 !important;
		border-color: #81e6d9 !important;
		border-color: rgba(129,230,217,var(--border-opacity)) !important
	}

	.hl\:hover\:border-teal-400:hover {
		--border-opacity: 1 !important;
		border-color: #4fd1c5 !important;
		border-color: rgba(79,209,197,var(--border-opacity)) !important
	}

	.hl\:hover\:border-teal-500:hover {
		--border-opacity: 1 !important;
		border-color: #38b2ac !important;
		border-color: rgba(56,178,172,var(--border-opacity)) !important
	}

	.hl\:hover\:border-teal-600:hover {
		--border-opacity: 1 !important;
		border-color: #319795 !important;
		border-color: rgba(49,151,149,var(--border-opacity)) !important
	}

	.hl\:hover\:border-teal-700:hover {
		--border-opacity: 1 !important;
		border-color: #2c7a7b !important;
		border-color: rgba(44,122,123,var(--border-opacity)) !important
	}

	.hl\:hover\:border-teal-800:hover {
		--border-opacity: 1 !important;
		border-color: #285e61 !important;
		border-color: rgba(40,94,97,var(--border-opacity)) !important
	}

	.hl\:hover\:border-teal-900:hover {
		--border-opacity: 1 !important;
		border-color: #234e52 !important;
		border-color: rgba(35,78,82,var(--border-opacity)) !important
	}

	.hl\:hover\:border-blue-100:hover {
		--border-opacity: 1 !important;
		border-color: #ebf8ff !important;
		border-color: rgba(235,248,255,var(--border-opacity)) !important
	}

	.hl\:hover\:border-blue-200:hover {
		--border-opacity: 1 !important;
		border-color: #bee3f8 !important;
		border-color: rgba(190,227,248,var(--border-opacity)) !important
	}

	.hl\:hover\:border-blue-300:hover {
		--border-opacity: 1 !important;
		border-color: #90cdf4 !important;
		border-color: rgba(144,205,244,var(--border-opacity)) !important
	}

	.hl\:hover\:border-blue-400:hover {
		--border-opacity: 1 !important;
		border-color: #63b3ed !important;
		border-color: rgba(99,179,237,var(--border-opacity)) !important
	}

	.hl\:hover\:border-blue-500:hover {
		--border-opacity: 1 !important;
		border-color: #4299e1 !important;
		border-color: rgba(66,153,225,var(--border-opacity)) !important
	}

	.hl\:hover\:border-blue-600:hover {
		--border-opacity: 1 !important;
		border-color: #3182ce !important;
		border-color: rgba(49,130,206,var(--border-opacity)) !important
	}

	.hl\:hover\:border-blue-700:hover {
		--border-opacity: 1 !important;
		border-color: #2b6cb0 !important;
		border-color: rgba(43,108,176,var(--border-opacity)) !important
	}

	.hl\:hover\:border-blue-800:hover {
		--border-opacity: 1 !important;
		border-color: #2c5282 !important;
		border-color: rgba(44,82,130,var(--border-opacity)) !important
	}

	.hl\:hover\:border-blue-900:hover {
		--border-opacity: 1 !important;
		border-color: #2a4365 !important;
		border-color: rgba(42,67,101,var(--border-opacity)) !important
	}

	.hl\:hover\:border-indigo-100:hover {
		--border-opacity: 1 !important;
		border-color: #ebf4ff !important;
		border-color: rgba(235,244,255,var(--border-opacity)) !important
	}

	.hl\:hover\:border-indigo-200:hover {
		--border-opacity: 1 !important;
		border-color: #c3dafe !important;
		border-color: rgba(195,218,254,var(--border-opacity)) !important
	}

	.hl\:hover\:border-indigo-300:hover {
		--border-opacity: 1 !important;
		border-color: #a3bffa !important;
		border-color: rgba(163,191,250,var(--border-opacity)) !important
	}

	.hl\:hover\:border-indigo-400:hover {
		--border-opacity: 1 !important;
		border-color: #7f9cf5 !important;
		border-color: rgba(127,156,245,var(--border-opacity)) !important
	}

	.hl\:hover\:border-indigo-500:hover {
		--border-opacity: 1 !important;
		border-color: #667eea !important;
		border-color: rgba(102,126,234,var(--border-opacity)) !important
	}

	.hl\:hover\:border-indigo-600:hover {
		--border-opacity: 1 !important;
		border-color: #5a67d8 !important;
		border-color: rgba(90,103,216,var(--border-opacity)) !important
	}

	.hl\:hover\:border-indigo-700:hover {
		--border-opacity: 1 !important;
		border-color: #4c51bf !important;
		border-color: rgba(76,81,191,var(--border-opacity)) !important
	}

	.hl\:hover\:border-indigo-800:hover {
		--border-opacity: 1 !important;
		border-color: #434190 !important;
		border-color: rgba(67,65,144,var(--border-opacity)) !important
	}

	.hl\:hover\:border-indigo-900:hover {
		--border-opacity: 1 !important;
		border-color: #3c366b !important;
		border-color: rgba(60,54,107,var(--border-opacity)) !important
	}

	.hl\:hover\:border-purple-100:hover {
		--border-opacity: 1 !important;
		border-color: #faf5ff !important;
		border-color: rgba(250,245,255,var(--border-opacity)) !important
	}

	.hl\:hover\:border-purple-200:hover {
		--border-opacity: 1 !important;
		border-color: #e9d8fd !important;
		border-color: rgba(233,216,253,var(--border-opacity)) !important
	}

	.hl\:hover\:border-purple-300:hover {
		--border-opacity: 1 !important;
		border-color: #d6bcfa !important;
		border-color: rgba(214,188,250,var(--border-opacity)) !important
	}

	.hl\:hover\:border-purple-400:hover {
		--border-opacity: 1 !important;
		border-color: #b794f4 !important;
		border-color: rgba(183,148,244,var(--border-opacity)) !important
	}

	.hl\:hover\:border-purple-500:hover {
		--border-opacity: 1 !important;
		border-color: #9f7aea !important;
		border-color: rgba(159,122,234,var(--border-opacity)) !important
	}

	.hl\:hover\:border-purple-600:hover {
		--border-opacity: 1 !important;
		border-color: #805ad5 !important;
		border-color: rgba(128,90,213,var(--border-opacity)) !important
	}

	.hl\:hover\:border-purple-700:hover {
		--border-opacity: 1 !important;
		border-color: #6b46c1 !important;
		border-color: rgba(107,70,193,var(--border-opacity)) !important
	}

	.hl\:hover\:border-purple-800:hover {
		--border-opacity: 1 !important;
		border-color: #553c9a !important;
		border-color: rgba(85,60,154,var(--border-opacity)) !important
	}

	.hl\:hover\:border-purple-900:hover {
		--border-opacity: 1 !important;
		border-color: #44337a !important;
		border-color: rgba(68,51,122,var(--border-opacity)) !important
	}

	.hl\:hover\:border-pink-100:hover {
		--border-opacity: 1 !important;
		border-color: #fff5f7 !important;
		border-color: rgba(255,245,247,var(--border-opacity)) !important
	}

	.hl\:hover\:border-pink-200:hover {
		--border-opacity: 1 !important;
		border-color: #fed7e2 !important;
		border-color: rgba(254,215,226,var(--border-opacity)) !important
	}

	.hl\:hover\:border-pink-300:hover {
		--border-opacity: 1 !important;
		border-color: #fbb6ce !important;
		border-color: rgba(251,182,206,var(--border-opacity)) !important
	}

	.hl\:hover\:border-pink-400:hover {
		--border-opacity: 1 !important;
		border-color: #f687b3 !important;
		border-color: rgba(246,135,179,var(--border-opacity)) !important
	}

	.hl\:hover\:border-pink-500:hover {
		--border-opacity: 1 !important;
		border-color: #ed64a6 !important;
		border-color: rgba(237,100,166,var(--border-opacity)) !important
	}

	.hl\:hover\:border-pink-600:hover {
		--border-opacity: 1 !important;
		border-color: #d53f8c !important;
		border-color: rgba(213,63,140,var(--border-opacity)) !important
	}

	.hl\:hover\:border-pink-700:hover {
		--border-opacity: 1 !important;
		border-color: #b83280 !important;
		border-color: rgba(184,50,128,var(--border-opacity)) !important
	}

	.hl\:hover\:border-pink-800:hover {
		--border-opacity: 1 !important;
		border-color: #97266d !important;
		border-color: rgba(151,38,109,var(--border-opacity)) !important
	}

	.hl\:hover\:border-pink-900:hover {
		--border-opacity: 1 !important;
		border-color: #702459 !important;
		border-color: rgba(112,36,89,var(--border-opacity)) !important
	}

	.hl\:hover\:border-orange-400:hover {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.hl\:hover\:border-orange-500:hover {
		--border-opacity: 1 !important;
		border-color: #f54a08 !important;
		border-color: rgba(245,74,8,var(--border-opacity)) !important
	}

	.hl\:hover\:border-f3f:hover {
		--border-opacity: 1 !important;
		border-color: #f3f3f3 !important;
		border-color: rgba(243,243,243,var(--border-opacity)) !important
	}

	.hl\:hover\:border-D8D:hover {
		--border-opacity: 1 !important;
		border-color: #d8d8d8 !important;
		border-color: rgba(216,216,216,var(--border-opacity)) !important
	}

	.hl\:focus\:border-666:focus {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.hl\:focus\:border-transparent:focus {
		border-color: transparent !important
	}

	.hl\:focus\:border-current:focus {
		border-color: currentColor !important
	}

	.hl\:focus\:border-black-100:focus {
		--border-opacity: 1 !important;
		border-color: #141d3e !important;
		border-color: rgba(20,29,62,var(--border-opacity)) !important
	}

	.hl\:focus\:border-black-200:focus {
		--border-opacity: 1 !important;
		border-color: #212935 !important;
		border-color: rgba(33,41,53,var(--border-opacity)) !important
	}

	.hl\:focus\:border-black-300:focus {
		--border-opacity: 1 !important;
		border-color: #323648 !important;
		border-color: rgba(50,54,72,var(--border-opacity)) !important
	}

	.hl\:focus\:border-white:focus {
		--border-opacity: 1 !important;
		border-color: #fff !important;
		border-color: rgba(255,255,255,var(--border-opacity)) !important
	}

	.hl\:focus\:border-gray-100:focus {
		--border-opacity: 1 !important;
		border-color: #f6f6f6 !important;
		border-color: rgba(246,246,246,var(--border-opacity)) !important
	}

	.hl\:focus\:border-gray-200:focus {
		--border-opacity: 1 !important;
		border-color: #e5e5e5 !important;
		border-color: rgba(229,229,229,var(--border-opacity)) !important
	}

	.hl\:focus\:border-gray-300:focus {
		--border-opacity: 1 !important;
		border-color: #c4c4c4 !important;
		border-color: rgba(196,196,196,var(--border-opacity)) !important
	}

	.hl\:focus\:border-gray-400:focus {
		--border-opacity: 1 !important;
		border-color: #aaaaad !important;
		border-color: rgba(170,170,173,var(--border-opacity)) !important
	}

	.hl\:focus\:border-gray-500:focus {
		--border-opacity: 1 !important;
		border-color: #9fa2ac !important;
		border-color: rgba(159,162,172,var(--border-opacity)) !important
	}

	.hl\:focus\:border-gray-600:focus {
		--border-opacity: 1 !important;
		border-color: #8f9191 !important;
		border-color: rgba(143,145,145,var(--border-opacity)) !important
	}

	.hl\:focus\:border-gray-700:focus {
		--border-opacity: 1 !important;
		border-color: #70727f !important;
		border-color: rgba(112,114,127,var(--border-opacity)) !important
	}

	.hl\:focus\:border-gray-800:focus {
		--border-opacity: 1 !important;
		border-color: #666 !important;
		border-color: rgba(102,102,102,var(--border-opacity)) !important
	}

	.hl\:focus\:border-red-100:focus {
		--border-opacity: 1 !important;
		border-color: #fff5f5 !important;
		border-color: rgba(255,245,245,var(--border-opacity)) !important
	}

	.hl\:focus\:border-red-200:focus {
		--border-opacity: 1 !important;
		border-color: #fed7d7 !important;
		border-color: rgba(254,215,215,var(--border-opacity)) !important
	}

	.hl\:focus\:border-red-300:focus {
		--border-opacity: 1 !important;
		border-color: #feb2b2 !important;
		border-color: rgba(254,178,178,var(--border-opacity)) !important
	}

	.hl\:focus\:border-red-400:focus {
		--border-opacity: 1 !important;
		border-color: #fc8181 !important;
		border-color: rgba(252,129,129,var(--border-opacity)) !important
	}

	.hl\:focus\:border-red-500:focus {
		--border-opacity: 1 !important;
		border-color: #f56565 !important;
		border-color: rgba(245,101,101,var(--border-opacity)) !important
	}

	.hl\:focus\:border-red-600:focus {
		--border-opacity: 1 !important;
		border-color: #e53e3e !important;
		border-color: rgba(229,62,62,var(--border-opacity)) !important
	}

	.hl\:focus\:border-red-700:focus {
		--border-opacity: 1 !important;
		border-color: #c53030 !important;
		border-color: rgba(197,48,48,var(--border-opacity)) !important
	}

	.hl\:focus\:border-red-800:focus {
		--border-opacity: 1 !important;
		border-color: #9b2c2c !important;
		border-color: rgba(155,44,44,var(--border-opacity)) !important
	}

	.hl\:focus\:border-red-900:focus {
		--border-opacity: 1 !important;
		border-color: #742a2a !important;
		border-color: rgba(116,42,42,var(--border-opacity)) !important
	}

	.hl\:focus\:border-orange:focus {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.hl\:focus\:border-yellow-100:focus {
		--border-opacity: 1 !important;
		border-color: ivory !important;
		border-color: rgba(255,255,240,var(--border-opacity)) !important
	}

	.hl\:focus\:border-yellow-200:focus {
		--border-opacity: 1 !important;
		border-color: #fefcbf !important;
		border-color: rgba(254,252,191,var(--border-opacity)) !important
	}

	.hl\:focus\:border-yellow-300:focus {
		--border-opacity: 1 !important;
		border-color: #faf089 !important;
		border-color: rgba(250,240,137,var(--border-opacity)) !important
	}

	.hl\:focus\:border-yellow-400:focus {
		--border-opacity: 1 !important;
		border-color: #f6e05e !important;
		border-color: rgba(246,224,94,var(--border-opacity)) !important
	}

	.hl\:focus\:border-yellow-500:focus {
		--border-opacity: 1 !important;
		border-color: #ecc94b !important;
		border-color: rgba(236,201,75,var(--border-opacity)) !important
	}

	.hl\:focus\:border-yellow-600:focus {
		--border-opacity: 1 !important;
		border-color: #d69e2e !important;
		border-color: rgba(214,158,46,var(--border-opacity)) !important
	}

	.hl\:focus\:border-yellow-700:focus {
		--border-opacity: 1 !important;
		border-color: #b7791f !important;
		border-color: rgba(183,121,31,var(--border-opacity)) !important
	}

	.hl\:focus\:border-yellow-800:focus {
		--border-opacity: 1 !important;
		border-color: #975a16 !important;
		border-color: rgba(151,90,22,var(--border-opacity)) !important
	}

	.hl\:focus\:border-yellow-900:focus {
		--border-opacity: 1 !important;
		border-color: #744210 !important;
		border-color: rgba(116,66,16,var(--border-opacity)) !important
	}

	.hl\:focus\:border-green-100:focus {
		--border-opacity: 1 !important;
		border-color: #f0fff4 !important;
		border-color: rgba(240,255,244,var(--border-opacity)) !important
	}

	.hl\:focus\:border-green-200:focus {
		--border-opacity: 1 !important;
		border-color: #c6f6d5 !important;
		border-color: rgba(198,246,213,var(--border-opacity)) !important
	}

	.hl\:focus\:border-green-300:focus {
		--border-opacity: 1 !important;
		border-color: #9ae6b4 !important;
		border-color: rgba(154,230,180,var(--border-opacity)) !important
	}

	.hl\:focus\:border-green-400:focus {
		--border-opacity: 1 !important;
		border-color: #68d391 !important;
		border-color: rgba(104,211,145,var(--border-opacity)) !important
	}

	.hl\:focus\:border-green-500:focus {
		--border-opacity: 1 !important;
		border-color: #48bb78 !important;
		border-color: rgba(72,187,120,var(--border-opacity)) !important
	}

	.hl\:focus\:border-green-600:focus {
		--border-opacity: 1 !important;
		border-color: #38a169 !important;
		border-color: rgba(56,161,105,var(--border-opacity)) !important
	}

	.hl\:focus\:border-green-700:focus {
		--border-opacity: 1 !important;
		border-color: #2f855a !important;
		border-color: rgba(47,133,90,var(--border-opacity)) !important
	}

	.hl\:focus\:border-green-800:focus {
		--border-opacity: 1 !important;
		border-color: #276749 !important;
		border-color: rgba(39,103,73,var(--border-opacity)) !important
	}

	.hl\:focus\:border-green-900:focus {
		--border-opacity: 1 !important;
		border-color: #22543d !important;
		border-color: rgba(34,84,61,var(--border-opacity)) !important
	}

	.hl\:focus\:border-teal-100:focus {
		--border-opacity: 1 !important;
		border-color: #e6fffa !important;
		border-color: rgba(230,255,250,var(--border-opacity)) !important
	}

	.hl\:focus\:border-teal-200:focus {
		--border-opacity: 1 !important;
		border-color: #b2f5ea !important;
		border-color: rgba(178,245,234,var(--border-opacity)) !important
	}

	.hl\:focus\:border-teal-300:focus {
		--border-opacity: 1 !important;
		border-color: #81e6d9 !important;
		border-color: rgba(129,230,217,var(--border-opacity)) !important
	}

	.hl\:focus\:border-teal-400:focus {
		--border-opacity: 1 !important;
		border-color: #4fd1c5 !important;
		border-color: rgba(79,209,197,var(--border-opacity)) !important
	}

	.hl\:focus\:border-teal-500:focus {
		--border-opacity: 1 !important;
		border-color: #38b2ac !important;
		border-color: rgba(56,178,172,var(--border-opacity)) !important
	}

	.hl\:focus\:border-teal-600:focus {
		--border-opacity: 1 !important;
		border-color: #319795 !important;
		border-color: rgba(49,151,149,var(--border-opacity)) !important
	}

	.hl\:focus\:border-teal-700:focus {
		--border-opacity: 1 !important;
		border-color: #2c7a7b !important;
		border-color: rgba(44,122,123,var(--border-opacity)) !important
	}

	.hl\:focus\:border-teal-800:focus {
		--border-opacity: 1 !important;
		border-color: #285e61 !important;
		border-color: rgba(40,94,97,var(--border-opacity)) !important
	}

	.hl\:focus\:border-teal-900:focus {
		--border-opacity: 1 !important;
		border-color: #234e52 !important;
		border-color: rgba(35,78,82,var(--border-opacity)) !important
	}

	.hl\:focus\:border-blue-100:focus {
		--border-opacity: 1 !important;
		border-color: #ebf8ff !important;
		border-color: rgba(235,248,255,var(--border-opacity)) !important
	}

	.hl\:focus\:border-blue-200:focus {
		--border-opacity: 1 !important;
		border-color: #bee3f8 !important;
		border-color: rgba(190,227,248,var(--border-opacity)) !important
	}

	.hl\:focus\:border-blue-300:focus {
		--border-opacity: 1 !important;
		border-color: #90cdf4 !important;
		border-color: rgba(144,205,244,var(--border-opacity)) !important
	}

	.hl\:focus\:border-blue-400:focus {
		--border-opacity: 1 !important;
		border-color: #63b3ed !important;
		border-color: rgba(99,179,237,var(--border-opacity)) !important
	}

	.hl\:focus\:border-blue-500:focus {
		--border-opacity: 1 !important;
		border-color: #4299e1 !important;
		border-color: rgba(66,153,225,var(--border-opacity)) !important
	}

	.hl\:focus\:border-blue-600:focus {
		--border-opacity: 1 !important;
		border-color: #3182ce !important;
		border-color: rgba(49,130,206,var(--border-opacity)) !important
	}

	.hl\:focus\:border-blue-700:focus {
		--border-opacity: 1 !important;
		border-color: #2b6cb0 !important;
		border-color: rgba(43,108,176,var(--border-opacity)) !important
	}

	.hl\:focus\:border-blue-800:focus {
		--border-opacity: 1 !important;
		border-color: #2c5282 !important;
		border-color: rgba(44,82,130,var(--border-opacity)) !important
	}

	.hl\:focus\:border-blue-900:focus {
		--border-opacity: 1 !important;
		border-color: #2a4365 !important;
		border-color: rgba(42,67,101,var(--border-opacity)) !important
	}

	.hl\:focus\:border-indigo-100:focus {
		--border-opacity: 1 !important;
		border-color: #ebf4ff !important;
		border-color: rgba(235,244,255,var(--border-opacity)) !important
	}

	.hl\:focus\:border-indigo-200:focus {
		--border-opacity: 1 !important;
		border-color: #c3dafe !important;
		border-color: rgba(195,218,254,var(--border-opacity)) !important
	}

	.hl\:focus\:border-indigo-300:focus {
		--border-opacity: 1 !important;
		border-color: #a3bffa !important;
		border-color: rgba(163,191,250,var(--border-opacity)) !important
	}

	.hl\:focus\:border-indigo-400:focus {
		--border-opacity: 1 !important;
		border-color: #7f9cf5 !important;
		border-color: rgba(127,156,245,var(--border-opacity)) !important
	}

	.hl\:focus\:border-indigo-500:focus {
		--border-opacity: 1 !important;
		border-color: #667eea !important;
		border-color: rgba(102,126,234,var(--border-opacity)) !important
	}

	.hl\:focus\:border-indigo-600:focus {
		--border-opacity: 1 !important;
		border-color: #5a67d8 !important;
		border-color: rgba(90,103,216,var(--border-opacity)) !important
	}

	.hl\:focus\:border-indigo-700:focus {
		--border-opacity: 1 !important;
		border-color: #4c51bf !important;
		border-color: rgba(76,81,191,var(--border-opacity)) !important
	}

	.hl\:focus\:border-indigo-800:focus {
		--border-opacity: 1 !important;
		border-color: #434190 !important;
		border-color: rgba(67,65,144,var(--border-opacity)) !important
	}

	.hl\:focus\:border-indigo-900:focus {
		--border-opacity: 1 !important;
		border-color: #3c366b !important;
		border-color: rgba(60,54,107,var(--border-opacity)) !important
	}

	.hl\:focus\:border-purple-100:focus {
		--border-opacity: 1 !important;
		border-color: #faf5ff !important;
		border-color: rgba(250,245,255,var(--border-opacity)) !important
	}

	.hl\:focus\:border-purple-200:focus {
		--border-opacity: 1 !important;
		border-color: #e9d8fd !important;
		border-color: rgba(233,216,253,var(--border-opacity)) !important
	}

	.hl\:focus\:border-purple-300:focus {
		--border-opacity: 1 !important;
		border-color: #d6bcfa !important;
		border-color: rgba(214,188,250,var(--border-opacity)) !important
	}

	.hl\:focus\:border-purple-400:focus {
		--border-opacity: 1 !important;
		border-color: #b794f4 !important;
		border-color: rgba(183,148,244,var(--border-opacity)) !important
	}

	.hl\:focus\:border-purple-500:focus {
		--border-opacity: 1 !important;
		border-color: #9f7aea !important;
		border-color: rgba(159,122,234,var(--border-opacity)) !important
	}

	.hl\:focus\:border-purple-600:focus {
		--border-opacity: 1 !important;
		border-color: #805ad5 !important;
		border-color: rgba(128,90,213,var(--border-opacity)) !important
	}

	.hl\:focus\:border-purple-700:focus {
		--border-opacity: 1 !important;
		border-color: #6b46c1 !important;
		border-color: rgba(107,70,193,var(--border-opacity)) !important
	}

	.hl\:focus\:border-purple-800:focus {
		--border-opacity: 1 !important;
		border-color: #553c9a !important;
		border-color: rgba(85,60,154,var(--border-opacity)) !important
	}

	.hl\:focus\:border-purple-900:focus {
		--border-opacity: 1 !important;
		border-color: #44337a !important;
		border-color: rgba(68,51,122,var(--border-opacity)) !important
	}

	.hl\:focus\:border-pink-100:focus {
		--border-opacity: 1 !important;
		border-color: #fff5f7 !important;
		border-color: rgba(255,245,247,var(--border-opacity)) !important
	}

	.hl\:focus\:border-pink-200:focus {
		--border-opacity: 1 !important;
		border-color: #fed7e2 !important;
		border-color: rgba(254,215,226,var(--border-opacity)) !important
	}

	.hl\:focus\:border-pink-300:focus {
		--border-opacity: 1 !important;
		border-color: #fbb6ce !important;
		border-color: rgba(251,182,206,var(--border-opacity)) !important
	}

	.hl\:focus\:border-pink-400:focus {
		--border-opacity: 1 !important;
		border-color: #f687b3 !important;
		border-color: rgba(246,135,179,var(--border-opacity)) !important
	}

	.hl\:focus\:border-pink-500:focus {
		--border-opacity: 1 !important;
		border-color: #ed64a6 !important;
		border-color: rgba(237,100,166,var(--border-opacity)) !important
	}

	.hl\:focus\:border-pink-600:focus {
		--border-opacity: 1 !important;
		border-color: #d53f8c !important;
		border-color: rgba(213,63,140,var(--border-opacity)) !important
	}

	.hl\:focus\:border-pink-700:focus {
		--border-opacity: 1 !important;
		border-color: #b83280 !important;
		border-color: rgba(184,50,128,var(--border-opacity)) !important
	}

	.hl\:focus\:border-pink-800:focus {
		--border-opacity: 1 !important;
		border-color: #97266d !important;
		border-color: rgba(151,38,109,var(--border-opacity)) !important
	}

	.hl\:focus\:border-pink-900:focus {
		--border-opacity: 1 !important;
		border-color: #702459 !important;
		border-color: rgba(112,36,89,var(--border-opacity)) !important
	}

	.hl\:focus\:border-orange-400:focus {
		--border-opacity: 1 !important;
		border-color: #ee5723 !important;
		border-color: rgba(238,87,35,var(--border-opacity)) !important
	}

	.hl\:focus\:border-orange-500:focus {
		--border-opacity: 1 !important;
		border-color: #f54a08 !important;
		border-color: rgba(245,74,8,var(--border-opacity)) !important
	}

	.hl\:focus\:border-f3f:focus {
		--border-opacity: 1 !important;
		border-color: #f3f3f3 !important;
		border-color: rgba(243,243,243,var(--border-opacity)) !important
	}

	.hl\:focus\:border-D8D:focus {
		--border-opacity: 1 !important;
		border-color: #d8d8d8 !important;
		border-color: rgba(216,216,216,var(--border-opacity)) !important
	}

	.hl\:border-opacity-0 {
		--border-opacity: 0 !important
	}

	.hl\:border-opacity-25 {
		--border-opacity: 0.25 !important
	}

	.hl\:border-opacity-50 {
		--border-opacity: 0.5 !important
	}

	.hl\:border-opacity-75 {
		--border-opacity: 0.75 !important
	}

	.hl\:border-opacity-100 {
		--border-opacity: 1 !important
	}

	.hl\:hover\:border-opacity-0:hover {
		--border-opacity: 0 !important
	}

	.hl\:hover\:border-opacity-25:hover {
		--border-opacity: 0.25 !important
	}

	.hl\:hover\:border-opacity-50:hover {
		--border-opacity: 0.5 !important
	}

	.hl\:hover\:border-opacity-75:hover {
		--border-opacity: 0.75 !important
	}

	.hl\:hover\:border-opacity-100:hover {
		--border-opacity: 1 !important
	}

	.hl\:focus\:border-opacity-0:focus {
		--border-opacity: 0 !important
	}

	.hl\:focus\:border-opacity-25:focus {
		--border-opacity: 0.25 !important
	}

	.hl\:focus\:border-opacity-50:focus {
		--border-opacity: 0.5 !important
	}

	.hl\:focus\:border-opacity-75:focus {
		--border-opacity: 0.75 !important
	}

	.hl\:focus\:border-opacity-100:focus {
		--border-opacity: 1 !important
	}

	.hl\:rounded-none {
		border-radius: 0 !important
	}

	.hl\:rounded-sm {
		border-radius: .125rem !important
	}

	.hl\:rounded {
		border-radius: .25rem !important
	}

	.hl\:rounded-md {
		border-radius: .375rem !important
	}

	.hl\:rounded-lg {
		border-radius: .5rem !important
	}

	.hl\:rounded-xl {
		border-radius: .75rem !important
	}

	.hl\:rounded-2xl {
		border-radius: 1rem !important
	}

	.hl\:rounded-3xl {
		border-radius: 1.5rem !important
	}

	.hl\:rounded-full {
		border-radius: 9999px !important
	}

	.hl\:rounded-t-none {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important
	}

	.hl\:rounded-r-none {
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 0 !important
	}

	.hl\:rounded-b-none {
		border-bottom-right-radius: 0 !important;
		border-bottom-left-radius: 0 !important
	}

	.hl\:rounded-l-none {
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important
	}

	.hl\:rounded-t-sm {
		border-top-left-radius: .125rem !important
	}

	.hl\:rounded-r-sm, .hl\:rounded-t-sm {
		border-top-right-radius: .125rem !important
	}

	.hl\:rounded-b-sm, .hl\:rounded-r-sm {
		border-bottom-right-radius: .125rem !important
	}

	.hl\:rounded-b-sm, .hl\:rounded-l-sm {
		border-bottom-left-radius: .125rem !important
	}

	.hl\:rounded-l-sm {
		border-top-left-radius: .125rem !important
	}

	.hl\:rounded-t {
		border-top-left-radius: .25rem !important
	}

	.hl\:rounded-r, .hl\:rounded-t {
		border-top-right-radius: .25rem !important
	}

	.hl\:rounded-b, .hl\:rounded-r {
		border-bottom-right-radius: .25rem !important
	}

	.hl\:rounded-b, .hl\:rounded-l {
		border-bottom-left-radius: .25rem !important
	}

	.hl\:rounded-l {
		border-top-left-radius: .25rem !important
	}

	.hl\:rounded-t-md {
		border-top-left-radius: .375rem !important
	}

	.hl\:rounded-r-md, .hl\:rounded-t-md {
		border-top-right-radius: .375rem !important
	}

	.hl\:rounded-b-md, .hl\:rounded-r-md {
		border-bottom-right-radius: .375rem !important
	}

	.hl\:rounded-b-md, .hl\:rounded-l-md {
		border-bottom-left-radius: .375rem !important
	}

	.hl\:rounded-l-md {
		border-top-left-radius: .375rem !important
	}

	.hl\:rounded-t-lg {
		border-top-left-radius: .5rem !important
	}

	.hl\:rounded-r-lg, .hl\:rounded-t-lg {
		border-top-right-radius: .5rem !important
	}

	.hl\:rounded-b-lg, .hl\:rounded-r-lg {
		border-bottom-right-radius: .5rem !important
	}

	.hl\:rounded-b-lg, .hl\:rounded-l-lg {
		border-bottom-left-radius: .5rem !important
	}

	.hl\:rounded-l-lg {
		border-top-left-radius: .5rem !important
	}

	.hl\:rounded-t-xl {
		border-top-left-radius: .75rem !important
	}

	.hl\:rounded-r-xl, .hl\:rounded-t-xl {
		border-top-right-radius: .75rem !important
	}

	.hl\:rounded-b-xl, .hl\:rounded-r-xl {
		border-bottom-right-radius: .75rem !important
	}

	.hl\:rounded-b-xl, .hl\:rounded-l-xl {
		border-bottom-left-radius: .75rem !important
	}

	.hl\:rounded-l-xl {
		border-top-left-radius: .75rem !important
	}

	.hl\:rounded-t-2xl {
		border-top-left-radius: 1rem !important
	}

	.hl\:rounded-r-2xl, .hl\:rounded-t-2xl {
		border-top-right-radius: 1rem !important
	}

	.hl\:rounded-b-2xl, .hl\:rounded-r-2xl {
		border-bottom-right-radius: 1rem !important
	}

	.hl\:rounded-b-2xl, .hl\:rounded-l-2xl {
		border-bottom-left-radius: 1rem !important
	}

	.hl\:rounded-l-2xl {
		border-top-left-radius: 1rem !important
	}

	.hl\:rounded-t-3xl {
		border-top-left-radius: 1.5rem !important
	}

	.hl\:rounded-r-3xl, .hl\:rounded-t-3xl {
		border-top-right-radius: 1.5rem !important
	}

	.hl\:rounded-b-3xl, .hl\:rounded-r-3xl {
		border-bottom-right-radius: 1.5rem !important
	}

	.hl\:rounded-b-3xl, .hl\:rounded-l-3xl {
		border-bottom-left-radius: 1.5rem !important
	}

	.hl\:rounded-l-3xl {
		border-top-left-radius: 1.5rem !important
	}

	.hl\:rounded-t-full {
		border-top-left-radius: 9999px !important
	}

	.hl\:rounded-r-full, .hl\:rounded-t-full {
		border-top-right-radius: 9999px !important
	}

	.hl\:rounded-b-full, .hl\:rounded-r-full {
		border-bottom-right-radius: 9999px !important
	}

	.hl\:rounded-b-full, .hl\:rounded-l-full {
		border-bottom-left-radius: 9999px !important
	}

	.hl\:rounded-l-full {
		border-top-left-radius: 9999px !important
	}

	.hl\:rounded-tl-none {
		border-top-left-radius: 0 !important
	}

	.hl\:rounded-tr-none {
		border-top-right-radius: 0 !important
	}

	.hl\:rounded-br-none {
		border-bottom-right-radius: 0 !important
	}

	.hl\:rounded-bl-none {
		border-bottom-left-radius: 0 !important
	}

	.hl\:rounded-tl-sm {
		border-top-left-radius: .125rem !important
	}

	.hl\:rounded-tr-sm {
		border-top-right-radius: .125rem !important
	}

	.hl\:rounded-br-sm {
		border-bottom-right-radius: .125rem !important
	}

	.hl\:rounded-bl-sm {
		border-bottom-left-radius: .125rem !important
	}

	.hl\:rounded-tl {
		border-top-left-radius: .25rem !important
	}

	.hl\:rounded-tr {
		border-top-right-radius: .25rem !important
	}

	.hl\:rounded-br {
		border-bottom-right-radius: .25rem !important
	}

	.hl\:rounded-bl {
		border-bottom-left-radius: .25rem !important
	}

	.hl\:rounded-tl-md {
		border-top-left-radius: .375rem !important
	}

	.hl\:rounded-tr-md {
		border-top-right-radius: .375rem !important
	}

	.hl\:rounded-br-md {
		border-bottom-right-radius: .375rem !important
	}

	.hl\:rounded-bl-md {
		border-bottom-left-radius: .375rem !important
	}

	.hl\:rounded-tl-lg {
		border-top-left-radius: .5rem !important
	}

	.hl\:rounded-tr-lg {
		border-top-right-radius: .5rem !important
	}

	.hl\:rounded-br-lg {
		border-bottom-right-radius: .5rem !important
	}

	.hl\:rounded-bl-lg {
		border-bottom-left-radius: .5rem !important
	}

	.hl\:rounded-tl-xl {
		border-top-left-radius: .75rem !important
	}

	.hl\:rounded-tr-xl {
		border-top-right-radius: .75rem !important
	}

	.hl\:rounded-br-xl {
		border-bottom-right-radius: .75rem !important
	}

	.hl\:rounded-bl-xl {
		border-bottom-left-radius: .75rem !important
	}

	.hl\:rounded-tl-2xl {
		border-top-left-radius: 1rem !important
	}

	.hl\:rounded-tr-2xl {
		border-top-right-radius: 1rem !important
	}

	.hl\:rounded-br-2xl {
		border-bottom-right-radius: 1rem !important
	}

	.hl\:rounded-bl-2xl {
		border-bottom-left-radius: 1rem !important
	}

	.hl\:rounded-tl-3xl {
		border-top-left-radius: 1.5rem !important
	}

	.hl\:rounded-tr-3xl {
		border-top-right-radius: 1.5rem !important
	}

	.hl\:rounded-br-3xl {
		border-bottom-right-radius: 1.5rem !important
	}

	.hl\:rounded-bl-3xl {
		border-bottom-left-radius: 1.5rem !important
	}

	.hl\:rounded-tl-full {
		border-top-left-radius: 9999px !important
	}

	.hl\:rounded-tr-full {
		border-top-right-radius: 9999px !important
	}

	.hl\:rounded-br-full {
		border-bottom-right-radius: 9999px !important
	}

	.hl\:rounded-bl-full {
		border-bottom-left-radius: 9999px !important
	}

	.hl\:border-solid {
		border-style: solid !important
	}

	.hl\:border-dashed {
		border-style: dashed !important
	}

	.hl\:border-dotted {
		border-style: dotted !important
	}

	.hl\:border-double {
		border-style: double !important
	}

	.hl\:border-none {
		border-style: none !important
	}

	.hl\:border-0 {
		border-width: 0 !important
	}

	.hl\:border-2 {
		border-width: 2px !important
	}

	.hl\:border-4 {
		border-width: 4px !important
	}

	.hl\:border-8 {
		border-width: 8px !important
	}

	.hl\:border {
		border-width: 1px !important
	}

	.hl\:border-t-0 {
		border-top-width: 0 !important
	}

	.hl\:border-r-0 {
		border-right-width: 0 !important
	}

	.hl\:border-b-0 {
		border-bottom-width: 0 !important
	}

	.hl\:border-l-0 {
		border-left-width: 0 !important
	}

	.hl\:border-t-2 {
		border-top-width: 2px !important
	}

	.hl\:border-r-2 {
		border-right-width: 2px !important
	}

	.hl\:border-b-2 {
		border-bottom-width: 2px !important
	}

	.hl\:border-l-2 {
		border-left-width: 2px !important
	}

	.hl\:border-t-4 {
		border-top-width: 4px !important
	}

	.hl\:border-r-4 {
		border-right-width: 4px !important
	}

	.hl\:border-b-4 {
		border-bottom-width: 4px !important
	}

	.hl\:border-l-4 {
		border-left-width: 4px !important
	}

	.hl\:border-t-8 {
		border-top-width: 8px !important
	}

	.hl\:border-r-8 {
		border-right-width: 8px !important
	}

	.hl\:border-b-8 {
		border-bottom-width: 8px !important
	}

	.hl\:border-l-8 {
		border-left-width: 8px !important
	}

	.hl\:border-t {
		border-top-width: 1px !important
	}

	.hl\:border-r {
		border-right-width: 1px !important
	}

	.hl\:border-b {
		border-bottom-width: 1px !important
	}

	.hl\:border-l {
		border-left-width: 1px !important
	}

	.hl\:box-border {
		box-sizing: border-box !important
	}

	.hl\:box-content {
		box-sizing: content-box !important
	}

	.hl\:cursor-auto {
		cursor: auto !important
	}

	.hl\:cursor-default {
		cursor: default !important
	}

	.hl\:cursor-pointer {
		cursor: pointer !important
	}

	.hl\:cursor-wait {
		cursor: wait !important
	}

	.hl\:cursor-text {
		cursor: text !important
	}

	.hl\:cursor-move {
		cursor: move !important
	}

	.hl\:cursor-not-allowed {
		cursor: not-allowed !important
	}

	.hl\:block {
		display: block !important
	}

	.hl\:inline-block {
		display: inline-block !important
	}

	.hl\:inline {
		display: inline !important
	}

	.hl\:flex {
		display: flex !important
	}

	.hl\:inline-flex {
		display: inline-flex !important
	}

	.hl\:table {
		display: table !important
	}

	.hl\:table-caption {
		display: table-caption !important
	}

	.hl\:table-cell {
		display: table-cell !important
	}

	.hl\:table-column {
		display: table-column !important
	}

	.hl\:table-column-group {
		display: table-column-group !important
	}

	.hl\:table-footer-group {
		display: table-footer-group !important
	}

	.hl\:table-header-group {
		display: table-header-group !important
	}

	.hl\:table-row-group {
		display: table-row-group !important
	}

	.hl\:table-row {
		display: table-row !important
	}

	.hl\:flow-root {
		display: flow-root !important
	}

	.hl\:grid {
		display: grid !important
	}

	.hl\:inline-grid {
		display: inline-grid !important
	}

	.hl\:contents {
		display: contents !important
	}

	.hl\:hidden {
		display: none !important
	}

	.hl\:flex-row {
		flex-direction: row !important
	}

	.hl\:flex-row-reverse {
		flex-direction: row-reverse !important
	}

	.hl\:flex-col {
		flex-direction: column !important
	}

	.hl\:flex-col-reverse {
		flex-direction: column-reverse !important
	}

	.hl\:flex-wrap {
		flex-wrap: wrap !important
	}

	.hl\:flex-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.hl\:flex-no-wrap {
		flex-wrap: nowrap !important
	}

	.hl\:items-start {
		align-items: flex-start !important
	}

	.hl\:items-end {
		align-items: flex-end !important
	}

	.hl\:items-center {
		align-items: center !important
	}

	.hl\:items-baseline {
		align-items: baseline !important
	}

	.hl\:items-stretch {
		align-items: stretch !important
	}

	.hl\:justify-start {
		justify-content: flex-start !important
	}

	.hl\:justify-end {
		justify-content: flex-end !important
	}

	.hl\:justify-center {
		justify-content: center !important
	}

	.hl\:justify-between {
		justify-content: space-between !important
	}

	.hl\:justify-around {
		justify-content: space-around !important
	}

	.hl\:justify-evenly {
		justify-content: space-evenly !important
	}

	.hl\:flex-1 {
		flex: 1 1 0% !important
	}

	.hl\:flex-auto {
		flex: 1 1 auto !important
	}

	.hl\:flex-initial {
		flex: 0 1 auto !important
	}

	.hl\:flex-none {
		flex: none !important
	}

	.hl\:flex-grow-0 {
		flex-grow: 0 !important
	}

	.hl\:flex-grow {
		flex-grow: 1 !important
	}

	.hl\:flex-shrink-0 {
		flex-shrink: 0 !important
	}

	.hl\:flex-shrink {
		flex-shrink: 1 !important
	}

	.hl\:float-right {
		float: right !important
	}

	.hl\:float-left {
		float: left !important
	}

	.hl\:float-none {
		float: none !important
	}

	.hl\:clearfix:after {
		content: "" !important;
		display: table !important;
		clear: both !important
	}

	.hl\:clear-left {
		clear: left !important
	}

	.hl\:clear-right {
		clear: right !important
	}

	.hl\:clear-both {
		clear: both !important
	}

	.hl\:clear-none {
		clear: none !important
	}

	.hl\:font-hairline {
		font-weight: 100 !important
	}

	.hl\:font-thin {
		font-weight: 200 !important
	}

	.hl\:font-light {
		font-weight: 300 !important
	}

	.hl\:font-normal {
		font-weight: 400 !important
	}

	.hl\:font-medium {
		font-weight: 500 !important
	}

	.hl\:font-semibold {
		font-weight: 600 !important
	}

	.hl\:font-bold {
		font-weight: 700 !important
	}

	.hl\:font-extrabold {
		font-weight: 800 !important
	}

	.hl\:font-black {
		font-weight: 900 !important
	}

	.hl\:hover\:font-hairline:hover {
		font-weight: 100 !important
	}

	.hl\:hover\:font-thin:hover {
		font-weight: 200 !important
	}

	.hl\:hover\:font-light:hover {
		font-weight: 300 !important
	}

	.hl\:hover\:font-normal:hover {
		font-weight: 400 !important
	}

	.hl\:hover\:font-medium:hover {
		font-weight: 500 !important
	}

	.hl\:hover\:font-semibold:hover {
		font-weight: 600 !important
	}

	.hl\:hover\:font-bold:hover {
		font-weight: 700 !important
	}

	.hl\:hover\:font-extrabold:hover {
		font-weight: 800 !important
	}

	.hl\:hover\:font-black:hover {
		font-weight: 900 !important
	}

	.hl\:focus\:font-hairline:focus {
		font-weight: 100 !important
	}

	.hl\:focus\:font-thin:focus {
		font-weight: 200 !important
	}

	.hl\:focus\:font-light:focus {
		font-weight: 300 !important
	}

	.hl\:focus\:font-normal:focus {
		font-weight: 400 !important
	}

	.hl\:focus\:font-medium:focus {
		font-weight: 500 !important
	}

	.hl\:focus\:font-semibold:focus {
		font-weight: 600 !important
	}

	.hl\:focus\:font-bold:focus {
		font-weight: 700 !important
	}

	.hl\:focus\:font-extrabold:focus {
		font-weight: 800 !important
	}

	.hl\:focus\:font-black:focus {
		font-weight: 900 !important
	}

	.hl\:h-0 {
		height: 0 !important
	}

	.hl\:h-1 {
		height: .25rem !important
	}

	.hl\:h-2 {
		height: .5rem !important
	}

	.hl\:h-3 {
		height: .75rem !important
	}

	.hl\:h-4 {
		height: 1rem !important
	}

	.hl\:h-5 {
		height: 1.25rem !important
	}

	.hl\:h-6 {
		height: 1.5rem !important
	}

	.hl\:h-8 {
		height: 2rem !important
	}

	.hl\:h-10 {
		height: 2.5rem !important
	}

	.hl\:h-11 {
		height: 2.75rem !important
	}

	.hl\:h-12 {
		height: 3rem !important
	}

	.hl\:h-13 {
		height: 3.25rem !important
	}

	.hl\:h-14 {
		height: 3.5rem !important
	}

	.hl\:h-15 {
		height: 3.75rem !important
	}

	.hl\:h-16 {
		height: 4rem !important
	}

	.hl\:h-20 {
		height: 5rem !important
	}

	.hl\:h-24 {
		height: 6rem !important
	}

	.hl\:h-28 {
		height: 7rem !important
	}

	.hl\:h-30 {
		height: 7.5rem !important
	}

	.hl\:h-32 {
		height: 8rem !important
	}

	.hl\:h-35 {
		height: 8.75rem !important
	}

	.hl\:h-40 {
		height: 10rem !important
	}

	.hl\:h-47 {
		height: 11.75rem !important
	}

	.hl\:h-48 {
		height: 12rem !important
	}

	.hl\:h-51 {
		height: 12.75rem !important
	}

	.hl\:h-54 {
		height: 13.5rem !important
	}

	.hl\:h-56 {
		height: 14rem !important
	}

	.hl\:h-64 {
		height: 16rem !important
	}

	.hl\:h-74 {
		height: 18.5rem !important
	}

	.hl\:h-88 {
		height: 22rem !important
	}

	.hl\:h-102 {
		height: 25.5rem !important
	}

	.hl\:h-128 {
		height: 32rem !important
	}

	.hl\:h-134 {
		height: 40rem !important
	}

	.hl\:h-140 {
		height: 48rem !important
	}

	.hl\:h-150 {
		height: 56rem !important
	}

	.hl\:h-auto {
		height: auto !important
	}

	.hl\:h-px {
		height: 1px !important
	}

	.hl\:h--50 {
		height: -50px !important
	}

	.hl\:h-full {
		height: 100% !important
	}

	.hl\:h-screen {
		height: 100vh !important
	}

	.hl\:h-px50 {
		height: 50px !important
	}

	.hl\:h-introvideo_sm {
		height: 100% !important
	}

	.hl\:h-introvideo_md {
		height: 400px !important
	}

	.hl\:h-introvideo_lg {
		height: 645px !important
	}

	.hl\:h-introvideo_hl {
		height: 905px !important
	}

	.hl\:h-joinus_sm {
		height: 100% !important
	}

	.hl\:h-joinus_md {
		height: 308px !important
	}

	.hl\:h-joinus_hl, .hl\:h-joinus_lg {
		height: 536px !important
	}

	.hl\:h-propertyphoto_md {
		height: 320px !important
	}

	.hl\:h-propertyphoto_lg {
		height: 460px !important
	}

	.hl\:h-propertymap_md {
		height: 320px !important
	}

	.hl\:h-propertymap_lg {
		height: 440px !important
	}

	.hl\:text-8 {
		font-size: 8px !important
	}

	.hl\:text-10 {
		font-size: 10px !important
	}

	.hl\:text-13 {
		font-size: 13px !important
	}

	.hl\:text-19 {
		font-size: 19px !important
	}

	.hl\:text-32 {
		font-size: 2rem !important
	}

	.hl\:text-42 {
		font-size: 42px !important
	}

	.hl\:text-47 {
		font-size: 47px !important
	}

	.hl\:text-56 {
		font-size: 56px !important
	}

	.hl\:text-76 {
		font-size: 76px !important
	}

	.hl\:text-86 {
		font-size: 86px !important
	}

	.hl\:text-110 {
		font-size: 110px !important
	}

	.hl\:text-130 {
		font-size: 130px !important
	}

	.hl\:text-xs {
		font-size: .75rem !important
	}

	.hl\:text-sm {
		font-size: .875rem !important
	}

	.hl\:text-base {
		font-size: 1rem !important
	}

	.hl\:text-lg {
		font-size: 1.125rem !important
	}

	.hl\:text-xl {
		font-size: 1.25rem !important
	}

	.hl\:text-2xl {
		font-size: 1.5rem !important
	}

	.hl\:text-3xl {
		font-size: 1.875rem !important
	}

	.hl\:text-4xl {
		font-size: 2.25rem !important
	}

	.hl\:text-5xl {
		font-size: 3rem !important
	}

	.hl\:text-6xl {
		font-size: 4rem !important
	}

	.hl\:text-15p {
		font-size: 15px !important
	}

	.hl\:text-22p {
		font-size: 22px !important
	}

	.hl\:text-7xl {
		font-size: 5rem !important
	}

	.hl\:text-app-title {
		font-size: 1.75em !important
	}

	.hl\:leading-0 {
		line-height: 0 !important
	}

	.hl\:leading-3 {
		line-height: .75rem !important
	}

	.hl\:leading-4 {
		line-height: 1rem !important
	}

	.hl\:leading-5 {
		line-height: 1.25rem !important
	}

	.hl\:leading-6 {
		line-height: 1.5rem !important
	}

	.hl\:leading-7 {
		line-height: 1.75rem !important
	}

	.hl\:leading-8 {
		line-height: 2rem !important
	}

	.hl\:leading-9 {
		line-height: 2.25rem !important
	}

	.hl\:leading-10 {
		line-height: 2.5rem !important
	}

	.hl\:leading-none {
		line-height: 1 !important
	}

	.hl\:leading-tight {
		line-height: 1.25 !important
	}

	.hl\:leading-snug {
		line-height: 1.375 !important
	}

	.hl\:leading-normal {
		line-height: 1.5 !important
	}

	.hl\:leading-relaxed {
		line-height: 1.625 !important
	}

	.hl\:leading-loose {
		line-height: 2 !important
	}

	.hl\:m-0 {
		margin: 0 !important
	}

	.hl\:m-1 {
		margin: .25rem !important
	}

	.hl\:m-2 {
		margin: .5rem !important
	}

	.hl\:m-3 {
		margin: .75rem !important
	}

	.hl\:m-4 {
		margin: 1rem !important
	}

	.hl\:m-5 {
		margin: 1.25rem !important
	}

	.hl\:m-6 {
		margin: 1.5rem !important
	}

	.hl\:m-7 {
		margin: 1.75rem !important
	}

	.hl\:m-8 {
		margin: 2rem !important
	}

	.hl\:m-9 {
		margin: 2.25rem !important
	}

	.hl\:m-10 {
		margin: 2.5rem !important
	}

	.hl\:m-12 {
		margin: 3rem !important
	}

	.hl\:m-13, .hl\:m-14 {
		margin: 3.5rem !important
	}

	.hl\:m-15 {
		margin: 3.75rem !important
	}

	.hl\:m-16 {
		margin: 4rem !important
	}

	.hl\:m-20 {
		margin: 5rem !important
	}

	.hl\:m-24 {
		margin: 6rem !important
	}

	.hl\:m-30 {
		margin: 7.5rem !important
	}

	.hl\:m-32 {
		margin: 8rem !important
	}

	.hl\:m-40 {
		margin: 10rem !important
	}

	.hl\:m-48 {
		margin: 12rem !important
	}

	.hl\:m-56 {
		margin: 14rem !important
	}

	.hl\:m-64 {
		margin: 16rem !important
	}

	.hl\:m-auto {
		margin: auto !important
	}

	.hl\:m-px {
		margin: 1px !important
	}

	.hl\:-m-50 {
		margin: -50px !important
	}

	.hl\:-m-1 {
		margin: -.25rem !important
	}

	.hl\:-m-2 {
		margin: -.5rem !important
	}

	.hl\:-m-3 {
		margin: -.75rem !important
	}

	.hl\:-m-4 {
		margin: -1rem !important
	}

	.hl\:-m-5 {
		margin: -1.25rem !important
	}

	.hl\:-m-6 {
		margin: -1.5rem !important
	}

	.hl\:-m-8 {
		margin: -2rem !important
	}

	.hl\:-m-10 {
		margin: -2.5rem !important
	}

	.hl\:-m-12 {
		margin: -3rem !important
	}

	.hl\:-m-16 {
		margin: -4rem !important
	}

	.hl\:-m-20 {
		margin: -5rem !important
	}

	.hl\:-m-24 {
		margin: -6rem !important
	}

	.hl\:-m-32 {
		margin: -8rem !important
	}

	.hl\:-m-40 {
		margin: -10rem !important
	}

	.hl\:-m-48 {
		margin: -12rem !important
	}

	.hl\:-m-56 {
		margin: -14rem !important
	}

	.hl\:-m-64 {
		margin: -16rem !important
	}

	.hl\:-m-px {
		margin: -1px !important
	}

	.hl\:-m--50 {
		margin: 50px !important
	}

	.hl\:-m-14 {
		margin: -3.5rem !important
	}

	.hl\:-m-15 {
		margin: -3.75rem !important
	}

	.hl\:-m-25 {
		margin: -6.25rem !important
	}

	.hl\:-m-30 {
		margin: -7.5rem !important
	}

	.hl\:my-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.hl\:mx-0 {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.hl\:my-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.hl\:mx-1 {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.hl\:my-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.hl\:mx-2 {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.hl\:my-3 {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.hl\:mx-3 {
		margin-left: .75rem !important;
		margin-right: .75rem !important
	}

	.hl\:my-4 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.hl\:mx-4 {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.hl\:my-5 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.hl\:mx-5 {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.hl\:my-6 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.hl\:mx-6 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.hl\:my-7 {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.hl\:mx-7 {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important
	}

	.hl\:my-8 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.hl\:mx-8 {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.hl\:my-9 {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.hl\:mx-9 {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important
	}

	.hl\:my-10 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.hl\:mx-10 {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important
	}

	.hl\:my-12 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.hl\:mx-12 {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.hl\:my-13 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.hl\:mx-13 {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.hl\:my-14 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.hl\:mx-14 {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.hl\:my-15 {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important
	}

	.hl\:mx-15 {
		margin-left: 3.75rem !important;
		margin-right: 3.75rem !important
	}

	.hl\:my-16 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.hl\:mx-16 {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.hl\:my-20 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.hl\:mx-20 {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.hl\:my-24 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.hl\:mx-24 {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.hl\:my-30 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.hl\:mx-30 {
		margin-left: 7.5rem !important;
		margin-right: 7.5rem !important
	}

	.hl\:my-32 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.hl\:mx-32 {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.hl\:my-40 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.hl\:mx-40 {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.hl\:my-48 {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.hl\:mx-48 {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.hl\:my-56 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.hl\:mx-56 {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.hl\:my-64 {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.hl\:mx-64 {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.hl\:my-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.hl\:mx-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.hl\:my-px {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}

	.hl\:mx-px {
		margin-left: 1px !important;
		margin-right: 1px !important
	}

	.hl\:-my-50 {
		margin-top: -50px !important;
		margin-bottom: -50px !important
	}

	.hl\:-mx-50 {
		margin-left: -50px !important;
		margin-right: -50px !important
	}

	.hl\:-my-1 {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.hl\:-mx-1 {
		margin-left: -.25rem !important;
		margin-right: -.25rem !important
	}

	.hl\:-my-2 {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.hl\:-mx-2 {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}

	.hl\:-my-3 {
		margin-top: -.75rem !important;
		margin-bottom: -.75rem !important
	}

	.hl\:-mx-3 {
		margin-left: -.75rem !important;
		margin-right: -.75rem !important
	}

	.hl\:-my-4 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.hl\:-mx-4 {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.hl\:-my-5 {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.hl\:-mx-5 {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.hl\:-my-6 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.hl\:-mx-6 {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.hl\:-my-8 {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.hl\:-mx-8 {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.hl\:-my-10 {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important
	}

	.hl\:-mx-10 {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important
	}

	.hl\:-my-12 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.hl\:-mx-12 {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.hl\:-my-16 {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.hl\:-mx-16 {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.hl\:-my-20 {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.hl\:-mx-20 {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.hl\:-my-24 {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.hl\:-mx-24 {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.hl\:-my-32 {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important
	}

	.hl\:-mx-32 {
		margin-left: -8rem !important;
		margin-right: -8rem !important
	}

	.hl\:-my-40 {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important
	}

	.hl\:-mx-40 {
		margin-left: -10rem !important;
		margin-right: -10rem !important
	}

	.hl\:-my-48 {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important
	}

	.hl\:-mx-48 {
		margin-left: -12rem !important;
		margin-right: -12rem !important
	}

	.hl\:-my-56 {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important
	}

	.hl\:-mx-56 {
		margin-left: -14rem !important;
		margin-right: -14rem !important
	}

	.hl\:-my-64 {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important
	}

	.hl\:-mx-64 {
		margin-left: -16rem !important;
		margin-right: -16rem !important
	}

	.hl\:-my-px {
		margin-top: -1px !important;
		margin-bottom: -1px !important
	}

	.hl\:-mx-px {
		margin-left: -1px !important;
		margin-right: -1px !important
	}

	.hl\:-my--50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}

	.hl\:-mx--50 {
		margin-left: 50px !important;
		margin-right: 50px !important
	}

	.hl\:-my-14 {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important
	}

	.hl\:-mx-14 {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important
	}

	.hl\:-my-15 {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important
	}

	.hl\:-mx-15 {
		margin-left: -3.75rem !important;
		margin-right: -3.75rem !important
	}

	.hl\:-my-25 {
		margin-top: -6.25rem !important;
		margin-bottom: -6.25rem !important
	}

	.hl\:-mx-25 {
		margin-left: -6.25rem !important;
		margin-right: -6.25rem !important
	}

	.hl\:-my-30 {
		margin-top: -7.5rem !important;
		margin-bottom: -7.5rem !important
	}

	.hl\:-mx-30 {
		margin-left: -7.5rem !important;
		margin-right: -7.5rem !important
	}

	.hl\:mt-0 {
		margin-top: 0 !important
	}

	.hl\:mr-0 {
		margin-right: 0 !important
	}

	.hl\:mb-0 {
		margin-bottom: 0 !important
	}

	.hl\:ml-0 {
		margin-left: 0 !important
	}

	.hl\:mt-1 {
		margin-top: .25rem !important
	}

	.hl\:mr-1 {
		margin-right: .25rem !important
	}

	.hl\:mb-1 {
		margin-bottom: .25rem !important
	}

	.hl\:ml-1 {
		margin-left: .25rem !important
	}

	.hl\:mt-2 {
		margin-top: .5rem !important
	}

	.hl\:mr-2 {
		margin-right: .5rem !important
	}

	.hl\:mb-2 {
		margin-bottom: .5rem !important
	}

	.hl\:ml-2 {
		margin-left: .5rem !important
	}

	.hl\:mt-3 {
		margin-top: .75rem !important
	}

	.hl\:mr-3 {
		margin-right: .75rem !important
	}

	.hl\:mb-3 {
		margin-bottom: .75rem !important
	}

	.hl\:ml-3 {
		margin-left: .75rem !important
	}

	.hl\:mt-4 {
		margin-top: 1rem !important
	}

	.hl\:mr-4 {
		margin-right: 1rem !important
	}

	.hl\:mb-4 {
		margin-bottom: 1rem !important
	}

	.hl\:ml-4 {
		margin-left: 1rem !important
	}

	.hl\:mt-5 {
		margin-top: 1.25rem !important
	}

	.hl\:mr-5 {
		margin-right: 1.25rem !important
	}

	.hl\:mb-5 {
		margin-bottom: 1.25rem !important
	}

	.hl\:ml-5 {
		margin-left: 1.25rem !important
	}

	.hl\:mt-6 {
		margin-top: 1.5rem !important
	}

	.hl\:mr-6 {
		margin-right: 1.5rem !important
	}

	.hl\:mb-6 {
		margin-bottom: 1.5rem !important
	}

	.hl\:ml-6 {
		margin-left: 1.5rem !important
	}

	.hl\:mt-7 {
		margin-top: 1.75rem !important
	}

	.hl\:mr-7 {
		margin-right: 1.75rem !important
	}

	.hl\:mb-7 {
		margin-bottom: 1.75rem !important
	}

	.hl\:ml-7 {
		margin-left: 1.75rem !important
	}

	.hl\:mt-8 {
		margin-top: 2rem !important
	}

	.hl\:mr-8 {
		margin-right: 2rem !important
	}

	.hl\:mb-8 {
		margin-bottom: 2rem !important
	}

	.hl\:ml-8 {
		margin-left: 2rem !important
	}

	.hl\:mt-9 {
		margin-top: 2.25rem !important
	}

	.hl\:mr-9 {
		margin-right: 2.25rem !important
	}

	.hl\:mb-9 {
		margin-bottom: 2.25rem !important
	}

	.hl\:ml-9 {
		margin-left: 2.25rem !important
	}

	.hl\:mt-10 {
		margin-top: 2.5rem !important
	}

	.hl\:mr-10 {
		margin-right: 2.5rem !important
	}

	.hl\:mb-10 {
		margin-bottom: 2.5rem !important
	}

	.hl\:ml-10 {
		margin-left: 2.5rem !important
	}

	.hl\:mt-12 {
		margin-top: 3rem !important
	}

	.hl\:mr-12 {
		margin-right: 3rem !important
	}

	.hl\:mb-12 {
		margin-bottom: 3rem !important
	}

	.hl\:ml-12 {
		margin-left: 3rem !important
	}

	.hl\:mt-13 {
		margin-top: 3.5rem !important
	}

	.hl\:mr-13 {
		margin-right: 3.5rem !important
	}

	.hl\:mb-13 {
		margin-bottom: 3.5rem !important
	}

	.hl\:ml-13 {
		margin-left: 3.5rem !important
	}

	.hl\:mt-14 {
		margin-top: 3.5rem !important
	}

	.hl\:mr-14 {
		margin-right: 3.5rem !important
	}

	.hl\:mb-14 {
		margin-bottom: 3.5rem !important
	}

	.hl\:ml-14 {
		margin-left: 3.5rem !important
	}

	.hl\:mt-15 {
		margin-top: 3.75rem !important
	}

	.hl\:mr-15 {
		margin-right: 3.75rem !important
	}

	.hl\:mb-15 {
		margin-bottom: 3.75rem !important
	}

	.hl\:ml-15 {
		margin-left: 3.75rem !important
	}

	.hl\:mt-16 {
		margin-top: 4rem !important
	}

	.hl\:mr-16 {
		margin-right: 4rem !important
	}

	.hl\:mb-16 {
		margin-bottom: 4rem !important
	}

	.hl\:ml-16 {
		margin-left: 4rem !important
	}

	.hl\:mt-20 {
		margin-top: 5rem !important
	}

	.hl\:mr-20 {
		margin-right: 5rem !important
	}

	.hl\:mb-20 {
		margin-bottom: 5rem !important
	}

	.hl\:ml-20 {
		margin-left: 5rem !important
	}

	.hl\:mt-24 {
		margin-top: 6rem !important
	}

	.hl\:mr-24 {
		margin-right: 6rem !important
	}

	.hl\:mb-24 {
		margin-bottom: 6rem !important
	}

	.hl\:ml-24 {
		margin-left: 6rem !important
	}

	.hl\:mt-30 {
		margin-top: 7.5rem !important
	}

	.hl\:mr-30 {
		margin-right: 7.5rem !important
	}

	.hl\:mb-30 {
		margin-bottom: 7.5rem !important
	}

	.hl\:ml-30 {
		margin-left: 7.5rem !important
	}

	.hl\:mt-32 {
		margin-top: 8rem !important
	}

	.hl\:mr-32 {
		margin-right: 8rem !important
	}

	.hl\:mb-32 {
		margin-bottom: 8rem !important
	}

	.hl\:ml-32 {
		margin-left: 8rem !important
	}

	.hl\:mt-40 {
		margin-top: 10rem !important
	}

	.hl\:mr-40 {
		margin-right: 10rem !important
	}

	.hl\:mb-40 {
		margin-bottom: 10rem !important
	}

	.hl\:ml-40 {
		margin-left: 10rem !important
	}

	.hl\:mt-48 {
		margin-top: 12rem !important
	}

	.hl\:mr-48 {
		margin-right: 12rem !important
	}

	.hl\:mb-48 {
		margin-bottom: 12rem !important
	}

	.hl\:ml-48 {
		margin-left: 12rem !important
	}

	.hl\:mt-56 {
		margin-top: 14rem !important
	}

	.hl\:mr-56 {
		margin-right: 14rem !important
	}

	.hl\:mb-56 {
		margin-bottom: 14rem !important
	}

	.hl\:ml-56 {
		margin-left: 14rem !important
	}

	.hl\:mt-64 {
		margin-top: 16rem !important
	}

	.hl\:mr-64 {
		margin-right: 16rem !important
	}

	.hl\:mb-64 {
		margin-bottom: 16rem !important
	}

	.hl\:ml-64 {
		margin-left: 16rem !important
	}

	.hl\:mt-auto {
		margin-top: auto !important
	}

	.hl\:mr-auto {
		margin-right: auto !important
	}

	.hl\:mb-auto {
		margin-bottom: auto !important
	}

	.hl\:ml-auto {
		margin-left: auto !important
	}

	.hl\:mt-px {
		margin-top: 1px !important
	}

	.hl\:mr-px {
		margin-right: 1px !important
	}

	.hl\:mb-px {
		margin-bottom: 1px !important
	}

	.hl\:ml-px {
		margin-left: 1px !important
	}

	.hl\:-mt-50 {
		margin-top: -50px !important
	}

	.hl\:-mr-50 {
		margin-right: -50px !important
	}

	.hl\:-mb-50 {
		margin-bottom: -50px !important
	}

	.hl\:-ml-50 {
		margin-left: -50px !important
	}

	.hl\:-mt-1 {
		margin-top: -.25rem !important
	}

	.hl\:-mr-1 {
		margin-right: -.25rem !important
	}

	.hl\:-mb-1 {
		margin-bottom: -.25rem !important
	}

	.hl\:-ml-1 {
		margin-left: -.25rem !important
	}

	.hl\:-mt-2 {
		margin-top: -.5rem !important
	}

	.hl\:-mr-2 {
		margin-right: -.5rem !important
	}

	.hl\:-mb-2 {
		margin-bottom: -.5rem !important
	}

	.hl\:-ml-2 {
		margin-left: -.5rem !important
	}

	.hl\:-mt-3 {
		margin-top: -.75rem !important
	}

	.hl\:-mr-3 {
		margin-right: -.75rem !important
	}

	.hl\:-mb-3 {
		margin-bottom: -.75rem !important
	}

	.hl\:-ml-3 {
		margin-left: -.75rem !important
	}

	.hl\:-mt-4 {
		margin-top: -1rem !important
	}

	.hl\:-mr-4 {
		margin-right: -1rem !important
	}

	.hl\:-mb-4 {
		margin-bottom: -1rem !important
	}

	.hl\:-ml-4 {
		margin-left: -1rem !important
	}

	.hl\:-mt-5 {
		margin-top: -1.25rem !important
	}

	.hl\:-mr-5 {
		margin-right: -1.25rem !important
	}

	.hl\:-mb-5 {
		margin-bottom: -1.25rem !important
	}

	.hl\:-ml-5 {
		margin-left: -1.25rem !important
	}

	.hl\:-mt-6 {
		margin-top: -1.5rem !important
	}

	.hl\:-mr-6 {
		margin-right: -1.5rem !important
	}

	.hl\:-mb-6 {
		margin-bottom: -1.5rem !important
	}

	.hl\:-ml-6 {
		margin-left: -1.5rem !important
	}

	.hl\:-mt-8 {
		margin-top: -2rem !important
	}

	.hl\:-mr-8 {
		margin-right: -2rem !important
	}

	.hl\:-mb-8 {
		margin-bottom: -2rem !important
	}

	.hl\:-ml-8 {
		margin-left: -2rem !important
	}

	.hl\:-mt-10 {
		margin-top: -2.5rem !important
	}

	.hl\:-mr-10 {
		margin-right: -2.5rem !important
	}

	.hl\:-mb-10 {
		margin-bottom: -2.5rem !important
	}

	.hl\:-ml-10 {
		margin-left: -2.5rem !important
	}

	.hl\:-mt-12 {
		margin-top: -3rem !important
	}

	.hl\:-mr-12 {
		margin-right: -3rem !important
	}

	.hl\:-mb-12 {
		margin-bottom: -3rem !important
	}

	.hl\:-ml-12 {
		margin-left: -3rem !important
	}

	.hl\:-mt-16 {
		margin-top: -4rem !important
	}

	.hl\:-mr-16 {
		margin-right: -4rem !important
	}

	.hl\:-mb-16 {
		margin-bottom: -4rem !important
	}

	.hl\:-ml-16 {
		margin-left: -4rem !important
	}

	.hl\:-mt-20 {
		margin-top: -5rem !important
	}

	.hl\:-mr-20 {
		margin-right: -5rem !important
	}

	.hl\:-mb-20 {
		margin-bottom: -5rem !important
	}

	.hl\:-ml-20 {
		margin-left: -5rem !important
	}

	.hl\:-mt-24 {
		margin-top: -6rem !important
	}

	.hl\:-mr-24 {
		margin-right: -6rem !important
	}

	.hl\:-mb-24 {
		margin-bottom: -6rem !important
	}

	.hl\:-ml-24 {
		margin-left: -6rem !important
	}

	.hl\:-mt-32 {
		margin-top: -8rem !important
	}

	.hl\:-mr-32 {
		margin-right: -8rem !important
	}

	.hl\:-mb-32 {
		margin-bottom: -8rem !important
	}

	.hl\:-ml-32 {
		margin-left: -8rem !important
	}

	.hl\:-mt-40 {
		margin-top: -10rem !important
	}

	.hl\:-mr-40 {
		margin-right: -10rem !important
	}

	.hl\:-mb-40 {
		margin-bottom: -10rem !important
	}

	.hl\:-ml-40 {
		margin-left: -10rem !important
	}

	.hl\:-mt-48 {
		margin-top: -12rem !important
	}

	.hl\:-mr-48 {
		margin-right: -12rem !important
	}

	.hl\:-mb-48 {
		margin-bottom: -12rem !important
	}

	.hl\:-ml-48 {
		margin-left: -12rem !important
	}

	.hl\:-mt-56 {
		margin-top: -14rem !important
	}

	.hl\:-mr-56 {
		margin-right: -14rem !important
	}

	.hl\:-mb-56 {
		margin-bottom: -14rem !important
	}

	.hl\:-ml-56 {
		margin-left: -14rem !important
	}

	.hl\:-mt-64 {
		margin-top: -16rem !important
	}

	.hl\:-mr-64 {
		margin-right: -16rem !important
	}

	.hl\:-mb-64 {
		margin-bottom: -16rem !important
	}

	.hl\:-ml-64 {
		margin-left: -16rem !important
	}

	.hl\:-mt-px {
		margin-top: -1px !important
	}

	.hl\:-mr-px {
		margin-right: -1px !important
	}

	.hl\:-mb-px {
		margin-bottom: -1px !important
	}

	.hl\:-ml-px {
		margin-left: -1px !important
	}

	.hl\:-mt--50 {
		margin-top: 50px !important
	}

	.hl\:-mr--50 {
		margin-right: 50px !important
	}

	.hl\:-mb--50 {
		margin-bottom: 50px !important
	}

	.hl\:-ml--50 {
		margin-left: 50px !important
	}

	.hl\:-mt-14 {
		margin-top: -3.5rem !important
	}

	.hl\:-mr-14 {
		margin-right: -3.5rem !important
	}

	.hl\:-mb-14 {
		margin-bottom: -3.5rem !important
	}

	.hl\:-ml-14 {
		margin-left: -3.5rem !important
	}

	.hl\:-mt-15 {
		margin-top: -3.75rem !important
	}

	.hl\:-mr-15 {
		margin-right: -3.75rem !important
	}

	.hl\:-mb-15 {
		margin-bottom: -3.75rem !important
	}

	.hl\:-ml-15 {
		margin-left: -3.75rem !important
	}

	.hl\:-mt-25 {
		margin-top: -6.25rem !important
	}

	.hl\:-mr-25 {
		margin-right: -6.25rem !important
	}

	.hl\:-mb-25 {
		margin-bottom: -6.25rem !important
	}

	.hl\:-ml-25 {
		margin-left: -6.25rem !important
	}

	.hl\:-mt-30 {
		margin-top: -7.5rem !important
	}

	.hl\:-mr-30 {
		margin-right: -7.5rem !important
	}

	.hl\:-mb-30 {
		margin-bottom: -7.5rem !important
	}

	.hl\:-ml-30 {
		margin-left: -7.5rem !important
	}

	.hl\:last\:m-0:last-child {
		margin: 0 !important
	}

	.hl\:last\:m-1:last-child {
		margin: .25rem !important
	}

	.hl\:last\:m-2:last-child {
		margin: .5rem !important
	}

	.hl\:last\:m-3:last-child {
		margin: .75rem !important
	}

	.hl\:last\:m-4:last-child {
		margin: 1rem !important
	}

	.hl\:last\:m-5:last-child {
		margin: 1.25rem !important
	}

	.hl\:last\:m-6:last-child {
		margin: 1.5rem !important
	}

	.hl\:last\:m-7:last-child {
		margin: 1.75rem !important
	}

	.hl\:last\:m-8:last-child {
		margin: 2rem !important
	}

	.hl\:last\:m-9:last-child {
		margin: 2.25rem !important
	}

	.hl\:last\:m-10:last-child {
		margin: 2.5rem !important
	}

	.hl\:last\:m-12:last-child {
		margin: 3rem !important
	}

	.hl\:last\:m-13:last-child, .hl\:last\:m-14:last-child {
		margin: 3.5rem !important
	}

	.hl\:last\:m-15:last-child {
		margin: 3.75rem !important
	}

	.hl\:last\:m-16:last-child {
		margin: 4rem !important
	}

	.hl\:last\:m-20:last-child {
		margin: 5rem !important
	}

	.hl\:last\:m-24:last-child {
		margin: 6rem !important
	}

	.hl\:last\:m-30:last-child {
		margin: 7.5rem !important
	}

	.hl\:last\:m-32:last-child {
		margin: 8rem !important
	}

	.hl\:last\:m-40:last-child {
		margin: 10rem !important
	}

	.hl\:last\:m-48:last-child {
		margin: 12rem !important
	}

	.hl\:last\:m-56:last-child {
		margin: 14rem !important
	}

	.hl\:last\:m-64:last-child {
		margin: 16rem !important
	}

	.hl\:last\:m-auto:last-child {
		margin: auto !important
	}

	.hl\:last\:m-px:last-child {
		margin: 1px !important
	}

	.hl\:last\:-m-50:last-child {
		margin: -50px !important
	}

	.hl\:last\:-m-1:last-child {
		margin: -.25rem !important
	}

	.hl\:last\:-m-2:last-child {
		margin: -.5rem !important
	}

	.hl\:last\:-m-3:last-child {
		margin: -.75rem !important
	}

	.hl\:last\:-m-4:last-child {
		margin: -1rem !important
	}

	.hl\:last\:-m-5:last-child {
		margin: -1.25rem !important
	}

	.hl\:last\:-m-6:last-child {
		margin: -1.5rem !important
	}

	.hl\:last\:-m-8:last-child {
		margin: -2rem !important
	}

	.hl\:last\:-m-10:last-child {
		margin: -2.5rem !important
	}

	.hl\:last\:-m-12:last-child {
		margin: -3rem !important
	}

	.hl\:last\:-m-16:last-child {
		margin: -4rem !important
	}

	.hl\:last\:-m-20:last-child {
		margin: -5rem !important
	}

	.hl\:last\:-m-24:last-child {
		margin: -6rem !important
	}

	.hl\:last\:-m-32:last-child {
		margin: -8rem !important
	}

	.hl\:last\:-m-40:last-child {
		margin: -10rem !important
	}

	.hl\:last\:-m-48:last-child {
		margin: -12rem !important
	}

	.hl\:last\:-m-56:last-child {
		margin: -14rem !important
	}

	.hl\:last\:-m-64:last-child {
		margin: -16rem !important
	}

	.hl\:last\:-m-px:last-child {
		margin: -1px !important
	}

	.hl\:last\:-m--50:last-child {
		margin: 50px !important
	}

	.hl\:last\:-m-14:last-child {
		margin: -3.5rem !important
	}

	.hl\:last\:-m-15:last-child {
		margin: -3.75rem !important
	}

	.hl\:last\:-m-25:last-child {
		margin: -6.25rem !important
	}

	.hl\:last\:-m-30:last-child {
		margin: -7.5rem !important
	}

	.hl\:last\:my-0:last-child {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.hl\:last\:mx-0:last-child {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.hl\:last\:my-1:last-child {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.hl\:last\:mx-1:last-child {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.hl\:last\:my-2:last-child {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.hl\:last\:mx-2:last-child {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.hl\:last\:my-3:last-child {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.hl\:last\:mx-3:last-child {
		margin-left: .75rem !important;
		margin-right: .75rem !important
	}

	.hl\:last\:my-4:last-child {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.hl\:last\:mx-4:last-child {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.hl\:last\:my-5:last-child {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.hl\:last\:mx-5:last-child {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.hl\:last\:my-6:last-child {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.hl\:last\:mx-6:last-child {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.hl\:last\:my-7:last-child {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.hl\:last\:mx-7:last-child {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important
	}

	.hl\:last\:my-8:last-child {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.hl\:last\:mx-8:last-child {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.hl\:last\:my-9:last-child {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.hl\:last\:mx-9:last-child {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important
	}

	.hl\:last\:my-10:last-child {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.hl\:last\:mx-10:last-child {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important
	}

	.hl\:last\:my-12:last-child {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.hl\:last\:mx-12:last-child {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.hl\:last\:my-13:last-child {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.hl\:last\:mx-13:last-child {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.hl\:last\:my-14:last-child {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.hl\:last\:mx-14:last-child {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.hl\:last\:my-15:last-child {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important
	}

	.hl\:last\:mx-15:last-child {
		margin-left: 3.75rem !important;
		margin-right: 3.75rem !important
	}

	.hl\:last\:my-16:last-child {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.hl\:last\:mx-16:last-child {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.hl\:last\:my-20:last-child {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.hl\:last\:mx-20:last-child {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.hl\:last\:my-24:last-child {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.hl\:last\:mx-24:last-child {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.hl\:last\:my-30:last-child {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.hl\:last\:mx-30:last-child {
		margin-left: 7.5rem !important;
		margin-right: 7.5rem !important
	}

	.hl\:last\:my-32:last-child {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.hl\:last\:mx-32:last-child {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.hl\:last\:my-40:last-child {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.hl\:last\:mx-40:last-child {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.hl\:last\:my-48:last-child {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.hl\:last\:mx-48:last-child {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.hl\:last\:my-56:last-child {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.hl\:last\:mx-56:last-child {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.hl\:last\:my-64:last-child {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.hl\:last\:mx-64:last-child {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.hl\:last\:my-auto:last-child {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.hl\:last\:mx-auto:last-child {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.hl\:last\:my-px:last-child {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}

	.hl\:last\:mx-px:last-child {
		margin-left: 1px !important;
		margin-right: 1px !important
	}

	.hl\:last\:-my-50:last-child {
		margin-top: -50px !important;
		margin-bottom: -50px !important
	}

	.hl\:last\:-mx-50:last-child {
		margin-left: -50px !important;
		margin-right: -50px !important
	}

	.hl\:last\:-my-1:last-child {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.hl\:last\:-mx-1:last-child {
		margin-left: -.25rem !important;
		margin-right: -.25rem !important
	}

	.hl\:last\:-my-2:last-child {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.hl\:last\:-mx-2:last-child {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}

	.hl\:last\:-my-3:last-child {
		margin-top: -.75rem !important;
		margin-bottom: -.75rem !important
	}

	.hl\:last\:-mx-3:last-child {
		margin-left: -.75rem !important;
		margin-right: -.75rem !important
	}

	.hl\:last\:-my-4:last-child {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.hl\:last\:-mx-4:last-child {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.hl\:last\:-my-5:last-child {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.hl\:last\:-mx-5:last-child {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.hl\:last\:-my-6:last-child {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.hl\:last\:-mx-6:last-child {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.hl\:last\:-my-8:last-child {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.hl\:last\:-mx-8:last-child {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.hl\:last\:-my-10:last-child {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important
	}

	.hl\:last\:-mx-10:last-child {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important
	}

	.hl\:last\:-my-12:last-child {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.hl\:last\:-mx-12:last-child {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.hl\:last\:-my-16:last-child {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.hl\:last\:-mx-16:last-child {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.hl\:last\:-my-20:last-child {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.hl\:last\:-mx-20:last-child {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.hl\:last\:-my-24:last-child {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.hl\:last\:-mx-24:last-child {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.hl\:last\:-my-32:last-child {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important
	}

	.hl\:last\:-mx-32:last-child {
		margin-left: -8rem !important;
		margin-right: -8rem !important
	}

	.hl\:last\:-my-40:last-child {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important
	}

	.hl\:last\:-mx-40:last-child {
		margin-left: -10rem !important;
		margin-right: -10rem !important
	}

	.hl\:last\:-my-48:last-child {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important
	}

	.hl\:last\:-mx-48:last-child {
		margin-left: -12rem !important;
		margin-right: -12rem !important
	}

	.hl\:last\:-my-56:last-child {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important
	}

	.hl\:last\:-mx-56:last-child {
		margin-left: -14rem !important;
		margin-right: -14rem !important
	}

	.hl\:last\:-my-64:last-child {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important
	}

	.hl\:last\:-mx-64:last-child {
		margin-left: -16rem !important;
		margin-right: -16rem !important
	}

	.hl\:last\:-my-px:last-child {
		margin-top: -1px !important;
		margin-bottom: -1px !important
	}

	.hl\:last\:-mx-px:last-child {
		margin-left: -1px !important;
		margin-right: -1px !important
	}

	.hl\:last\:-my--50:last-child {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}

	.hl\:last\:-mx--50:last-child {
		margin-left: 50px !important;
		margin-right: 50px !important
	}

	.hl\:last\:-my-14:last-child {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important
	}

	.hl\:last\:-mx-14:last-child {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important
	}

	.hl\:last\:-my-15:last-child {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important
	}

	.hl\:last\:-mx-15:last-child {
		margin-left: -3.75rem !important;
		margin-right: -3.75rem !important
	}

	.hl\:last\:-my-25:last-child {
		margin-top: -6.25rem !important;
		margin-bottom: -6.25rem !important
	}

	.hl\:last\:-mx-25:last-child {
		margin-left: -6.25rem !important;
		margin-right: -6.25rem !important
	}

	.hl\:last\:-my-30:last-child {
		margin-top: -7.5rem !important;
		margin-bottom: -7.5rem !important
	}

	.hl\:last\:-mx-30:last-child {
		margin-left: -7.5rem !important;
		margin-right: -7.5rem !important
	}

	.hl\:last\:mt-0:last-child {
		margin-top: 0 !important
	}

	.hl\:last\:mr-0:last-child {
		margin-right: 0 !important
	}

	.hl\:last\:mb-0:last-child {
		margin-bottom: 0 !important
	}

	.hl\:last\:ml-0:last-child {
		margin-left: 0 !important
	}

	.hl\:last\:mt-1:last-child {
		margin-top: .25rem !important
	}

	.hl\:last\:mr-1:last-child {
		margin-right: .25rem !important
	}

	.hl\:last\:mb-1:last-child {
		margin-bottom: .25rem !important
	}

	.hl\:last\:ml-1:last-child {
		margin-left: .25rem !important
	}

	.hl\:last\:mt-2:last-child {
		margin-top: .5rem !important
	}

	.hl\:last\:mr-2:last-child {
		margin-right: .5rem !important
	}

	.hl\:last\:mb-2:last-child {
		margin-bottom: .5rem !important
	}

	.hl\:last\:ml-2:last-child {
		margin-left: .5rem !important
	}

	.hl\:last\:mt-3:last-child {
		margin-top: .75rem !important
	}

	.hl\:last\:mr-3:last-child {
		margin-right: .75rem !important
	}

	.hl\:last\:mb-3:last-child {
		margin-bottom: .75rem !important
	}

	.hl\:last\:ml-3:last-child {
		margin-left: .75rem !important
	}

	.hl\:last\:mt-4:last-child {
		margin-top: 1rem !important
	}

	.hl\:last\:mr-4:last-child {
		margin-right: 1rem !important
	}

	.hl\:last\:mb-4:last-child {
		margin-bottom: 1rem !important
	}

	.hl\:last\:ml-4:last-child {
		margin-left: 1rem !important
	}

	.hl\:last\:mt-5:last-child {
		margin-top: 1.25rem !important
	}

	.hl\:last\:mr-5:last-child {
		margin-right: 1.25rem !important
	}

	.hl\:last\:mb-5:last-child {
		margin-bottom: 1.25rem !important
	}

	.hl\:last\:ml-5:last-child {
		margin-left: 1.25rem !important
	}

	.hl\:last\:mt-6:last-child {
		margin-top: 1.5rem !important
	}

	.hl\:last\:mr-6:last-child {
		margin-right: 1.5rem !important
	}

	.hl\:last\:mb-6:last-child {
		margin-bottom: 1.5rem !important
	}

	.hl\:last\:ml-6:last-child {
		margin-left: 1.5rem !important
	}

	.hl\:last\:mt-7:last-child {
		margin-top: 1.75rem !important
	}

	.hl\:last\:mr-7:last-child {
		margin-right: 1.75rem !important
	}

	.hl\:last\:mb-7:last-child {
		margin-bottom: 1.75rem !important
	}

	.hl\:last\:ml-7:last-child {
		margin-left: 1.75rem !important
	}

	.hl\:last\:mt-8:last-child {
		margin-top: 2rem !important
	}

	.hl\:last\:mr-8:last-child {
		margin-right: 2rem !important
	}

	.hl\:last\:mb-8:last-child {
		margin-bottom: 2rem !important
	}

	.hl\:last\:ml-8:last-child {
		margin-left: 2rem !important
	}

	.hl\:last\:mt-9:last-child {
		margin-top: 2.25rem !important
	}

	.hl\:last\:mr-9:last-child {
		margin-right: 2.25rem !important
	}

	.hl\:last\:mb-9:last-child {
		margin-bottom: 2.25rem !important
	}

	.hl\:last\:ml-9:last-child {
		margin-left: 2.25rem !important
	}

	.hl\:last\:mt-10:last-child {
		margin-top: 2.5rem !important
	}

	.hl\:last\:mr-10:last-child {
		margin-right: 2.5rem !important
	}

	.hl\:last\:mb-10:last-child {
		margin-bottom: 2.5rem !important
	}

	.hl\:last\:ml-10:last-child {
		margin-left: 2.5rem !important
	}

	.hl\:last\:mt-12:last-child {
		margin-top: 3rem !important
	}

	.hl\:last\:mr-12:last-child {
		margin-right: 3rem !important
	}

	.hl\:last\:mb-12:last-child {
		margin-bottom: 3rem !important
	}

	.hl\:last\:ml-12:last-child {
		margin-left: 3rem !important
	}

	.hl\:last\:mt-13:last-child {
		margin-top: 3.5rem !important
	}

	.hl\:last\:mr-13:last-child {
		margin-right: 3.5rem !important
	}

	.hl\:last\:mb-13:last-child {
		margin-bottom: 3.5rem !important
	}

	.hl\:last\:ml-13:last-child {
		margin-left: 3.5rem !important
	}

	.hl\:last\:mt-14:last-child {
		margin-top: 3.5rem !important
	}

	.hl\:last\:mr-14:last-child {
		margin-right: 3.5rem !important
	}

	.hl\:last\:mb-14:last-child {
		margin-bottom: 3.5rem !important
	}

	.hl\:last\:ml-14:last-child {
		margin-left: 3.5rem !important
	}

	.hl\:last\:mt-15:last-child {
		margin-top: 3.75rem !important
	}

	.hl\:last\:mr-15:last-child {
		margin-right: 3.75rem !important
	}

	.hl\:last\:mb-15:last-child {
		margin-bottom: 3.75rem !important
	}

	.hl\:last\:ml-15:last-child {
		margin-left: 3.75rem !important
	}

	.hl\:last\:mt-16:last-child {
		margin-top: 4rem !important
	}

	.hl\:last\:mr-16:last-child {
		margin-right: 4rem !important
	}

	.hl\:last\:mb-16:last-child {
		margin-bottom: 4rem !important
	}

	.hl\:last\:ml-16:last-child {
		margin-left: 4rem !important
	}

	.hl\:last\:mt-20:last-child {
		margin-top: 5rem !important
	}

	.hl\:last\:mr-20:last-child {
		margin-right: 5rem !important
	}

	.hl\:last\:mb-20:last-child {
		margin-bottom: 5rem !important
	}

	.hl\:last\:ml-20:last-child {
		margin-left: 5rem !important
	}

	.hl\:last\:mt-24:last-child {
		margin-top: 6rem !important
	}

	.hl\:last\:mr-24:last-child {
		margin-right: 6rem !important
	}

	.hl\:last\:mb-24:last-child {
		margin-bottom: 6rem !important
	}

	.hl\:last\:ml-24:last-child {
		margin-left: 6rem !important
	}

	.hl\:last\:mt-30:last-child {
		margin-top: 7.5rem !important
	}

	.hl\:last\:mr-30:last-child {
		margin-right: 7.5rem !important
	}

	.hl\:last\:mb-30:last-child {
		margin-bottom: 7.5rem !important
	}

	.hl\:last\:ml-30:last-child {
		margin-left: 7.5rem !important
	}

	.hl\:last\:mt-32:last-child {
		margin-top: 8rem !important
	}

	.hl\:last\:mr-32:last-child {
		margin-right: 8rem !important
	}

	.hl\:last\:mb-32:last-child {
		margin-bottom: 8rem !important
	}

	.hl\:last\:ml-32:last-child {
		margin-left: 8rem !important
	}

	.hl\:last\:mt-40:last-child {
		margin-top: 10rem !important
	}

	.hl\:last\:mr-40:last-child {
		margin-right: 10rem !important
	}

	.hl\:last\:mb-40:last-child {
		margin-bottom: 10rem !important
	}

	.hl\:last\:ml-40:last-child {
		margin-left: 10rem !important
	}

	.hl\:last\:mt-48:last-child {
		margin-top: 12rem !important
	}

	.hl\:last\:mr-48:last-child {
		margin-right: 12rem !important
	}

	.hl\:last\:mb-48:last-child {
		margin-bottom: 12rem !important
	}

	.hl\:last\:ml-48:last-child {
		margin-left: 12rem !important
	}

	.hl\:last\:mt-56:last-child {
		margin-top: 14rem !important
	}

	.hl\:last\:mr-56:last-child {
		margin-right: 14rem !important
	}

	.hl\:last\:mb-56:last-child {
		margin-bottom: 14rem !important
	}

	.hl\:last\:ml-56:last-child {
		margin-left: 14rem !important
	}

	.hl\:last\:mt-64:last-child {
		margin-top: 16rem !important
	}

	.hl\:last\:mr-64:last-child {
		margin-right: 16rem !important
	}

	.hl\:last\:mb-64:last-child {
		margin-bottom: 16rem !important
	}

	.hl\:last\:ml-64:last-child {
		margin-left: 16rem !important
	}

	.hl\:last\:mt-auto:last-child {
		margin-top: auto !important
	}

	.hl\:last\:mr-auto:last-child {
		margin-right: auto !important
	}

	.hl\:last\:mb-auto:last-child {
		margin-bottom: auto !important
	}

	.hl\:last\:ml-auto:last-child {
		margin-left: auto !important
	}

	.hl\:last\:mt-px:last-child {
		margin-top: 1px !important
	}

	.hl\:last\:mr-px:last-child {
		margin-right: 1px !important
	}

	.hl\:last\:mb-px:last-child {
		margin-bottom: 1px !important
	}

	.hl\:last\:ml-px:last-child {
		margin-left: 1px !important
	}

	.hl\:last\:-mt-50:last-child {
		margin-top: -50px !important
	}

	.hl\:last\:-mr-50:last-child {
		margin-right: -50px !important
	}

	.hl\:last\:-mb-50:last-child {
		margin-bottom: -50px !important
	}

	.hl\:last\:-ml-50:last-child {
		margin-left: -50px !important
	}

	.hl\:last\:-mt-1:last-child {
		margin-top: -.25rem !important
	}

	.hl\:last\:-mr-1:last-child {
		margin-right: -.25rem !important
	}

	.hl\:last\:-mb-1:last-child {
		margin-bottom: -.25rem !important
	}

	.hl\:last\:-ml-1:last-child {
		margin-left: -.25rem !important
	}

	.hl\:last\:-mt-2:last-child {
		margin-top: -.5rem !important
	}

	.hl\:last\:-mr-2:last-child {
		margin-right: -.5rem !important
	}

	.hl\:last\:-mb-2:last-child {
		margin-bottom: -.5rem !important
	}

	.hl\:last\:-ml-2:last-child {
		margin-left: -.5rem !important
	}

	.hl\:last\:-mt-3:last-child {
		margin-top: -.75rem !important
	}

	.hl\:last\:-mr-3:last-child {
		margin-right: -.75rem !important
	}

	.hl\:last\:-mb-3:last-child {
		margin-bottom: -.75rem !important
	}

	.hl\:last\:-ml-3:last-child {
		margin-left: -.75rem !important
	}

	.hl\:last\:-mt-4:last-child {
		margin-top: -1rem !important
	}

	.hl\:last\:-mr-4:last-child {
		margin-right: -1rem !important
	}

	.hl\:last\:-mb-4:last-child {
		margin-bottom: -1rem !important
	}

	.hl\:last\:-ml-4:last-child {
		margin-left: -1rem !important
	}

	.hl\:last\:-mt-5:last-child {
		margin-top: -1.25rem !important
	}

	.hl\:last\:-mr-5:last-child {
		margin-right: -1.25rem !important
	}

	.hl\:last\:-mb-5:last-child {
		margin-bottom: -1.25rem !important
	}

	.hl\:last\:-ml-5:last-child {
		margin-left: -1.25rem !important
	}

	.hl\:last\:-mt-6:last-child {
		margin-top: -1.5rem !important
	}

	.hl\:last\:-mr-6:last-child {
		margin-right: -1.5rem !important
	}

	.hl\:last\:-mb-6:last-child {
		margin-bottom: -1.5rem !important
	}

	.hl\:last\:-ml-6:last-child {
		margin-left: -1.5rem !important
	}

	.hl\:last\:-mt-8:last-child {
		margin-top: -2rem !important
	}

	.hl\:last\:-mr-8:last-child {
		margin-right: -2rem !important
	}

	.hl\:last\:-mb-8:last-child {
		margin-bottom: -2rem !important
	}

	.hl\:last\:-ml-8:last-child {
		margin-left: -2rem !important
	}

	.hl\:last\:-mt-10:last-child {
		margin-top: -2.5rem !important
	}

	.hl\:last\:-mr-10:last-child {
		margin-right: -2.5rem !important
	}

	.hl\:last\:-mb-10:last-child {
		margin-bottom: -2.5rem !important
	}

	.hl\:last\:-ml-10:last-child {
		margin-left: -2.5rem !important
	}

	.hl\:last\:-mt-12:last-child {
		margin-top: -3rem !important
	}

	.hl\:last\:-mr-12:last-child {
		margin-right: -3rem !important
	}

	.hl\:last\:-mb-12:last-child {
		margin-bottom: -3rem !important
	}

	.hl\:last\:-ml-12:last-child {
		margin-left: -3rem !important
	}

	.hl\:last\:-mt-16:last-child {
		margin-top: -4rem !important
	}

	.hl\:last\:-mr-16:last-child {
		margin-right: -4rem !important
	}

	.hl\:last\:-mb-16:last-child {
		margin-bottom: -4rem !important
	}

	.hl\:last\:-ml-16:last-child {
		margin-left: -4rem !important
	}

	.hl\:last\:-mt-20:last-child {
		margin-top: -5rem !important
	}

	.hl\:last\:-mr-20:last-child {
		margin-right: -5rem !important
	}

	.hl\:last\:-mb-20:last-child {
		margin-bottom: -5rem !important
	}

	.hl\:last\:-ml-20:last-child {
		margin-left: -5rem !important
	}

	.hl\:last\:-mt-24:last-child {
		margin-top: -6rem !important
	}

	.hl\:last\:-mr-24:last-child {
		margin-right: -6rem !important
	}

	.hl\:last\:-mb-24:last-child {
		margin-bottom: -6rem !important
	}

	.hl\:last\:-ml-24:last-child {
		margin-left: -6rem !important
	}

	.hl\:last\:-mt-32:last-child {
		margin-top: -8rem !important
	}

	.hl\:last\:-mr-32:last-child {
		margin-right: -8rem !important
	}

	.hl\:last\:-mb-32:last-child {
		margin-bottom: -8rem !important
	}

	.hl\:last\:-ml-32:last-child {
		margin-left: -8rem !important
	}

	.hl\:last\:-mt-40:last-child {
		margin-top: -10rem !important
	}

	.hl\:last\:-mr-40:last-child {
		margin-right: -10rem !important
	}

	.hl\:last\:-mb-40:last-child {
		margin-bottom: -10rem !important
	}

	.hl\:last\:-ml-40:last-child {
		margin-left: -10rem !important
	}

	.hl\:last\:-mt-48:last-child {
		margin-top: -12rem !important
	}

	.hl\:last\:-mr-48:last-child {
		margin-right: -12rem !important
	}

	.hl\:last\:-mb-48:last-child {
		margin-bottom: -12rem !important
	}

	.hl\:last\:-ml-48:last-child {
		margin-left: -12rem !important
	}

	.hl\:last\:-mt-56:last-child {
		margin-top: -14rem !important
	}

	.hl\:last\:-mr-56:last-child {
		margin-right: -14rem !important
	}

	.hl\:last\:-mb-56:last-child {
		margin-bottom: -14rem !important
	}

	.hl\:last\:-ml-56:last-child {
		margin-left: -14rem !important
	}

	.hl\:last\:-mt-64:last-child {
		margin-top: -16rem !important
	}

	.hl\:last\:-mr-64:last-child {
		margin-right: -16rem !important
	}

	.hl\:last\:-mb-64:last-child {
		margin-bottom: -16rem !important
	}

	.hl\:last\:-ml-64:last-child {
		margin-left: -16rem !important
	}

	.hl\:last\:-mt-px:last-child {
		margin-top: -1px !important
	}

	.hl\:last\:-mr-px:last-child {
		margin-right: -1px !important
	}

	.hl\:last\:-mb-px:last-child {
		margin-bottom: -1px !important
	}

	.hl\:last\:-ml-px:last-child {
		margin-left: -1px !important
	}

	.hl\:last\:-mt--50:last-child {
		margin-top: 50px !important
	}

	.hl\:last\:-mr--50:last-child {
		margin-right: 50px !important
	}

	.hl\:last\:-mb--50:last-child {
		margin-bottom: 50px !important
	}

	.hl\:last\:-ml--50:last-child {
		margin-left: 50px !important
	}

	.hl\:last\:-mt-14:last-child {
		margin-top: -3.5rem !important
	}

	.hl\:last\:-mr-14:last-child {
		margin-right: -3.5rem !important
	}

	.hl\:last\:-mb-14:last-child {
		margin-bottom: -3.5rem !important
	}

	.hl\:last\:-ml-14:last-child {
		margin-left: -3.5rem !important
	}

	.hl\:last\:-mt-15:last-child {
		margin-top: -3.75rem !important
	}

	.hl\:last\:-mr-15:last-child {
		margin-right: -3.75rem !important
	}

	.hl\:last\:-mb-15:last-child {
		margin-bottom: -3.75rem !important
	}

	.hl\:last\:-ml-15:last-child {
		margin-left: -3.75rem !important
	}

	.hl\:last\:-mt-25:last-child {
		margin-top: -6.25rem !important
	}

	.hl\:last\:-mr-25:last-child {
		margin-right: -6.25rem !important
	}

	.hl\:last\:-mb-25:last-child {
		margin-bottom: -6.25rem !important
	}

	.hl\:last\:-ml-25:last-child {
		margin-left: -6.25rem !important
	}

	.hl\:last\:-mt-30:last-child {
		margin-top: -7.5rem !important
	}

	.hl\:last\:-mr-30:last-child {
		margin-right: -7.5rem !important
	}

	.hl\:last\:-mb-30:last-child {
		margin-bottom: -7.5rem !important
	}

	.hl\:last\:-ml-30:last-child {
		margin-left: -7.5rem !important
	}

	.hl\:hover\:m-0:hover {
		margin: 0 !important
	}

	.hl\:hover\:m-1:hover {
		margin: .25rem !important
	}

	.hl\:hover\:m-2:hover {
		margin: .5rem !important
	}

	.hl\:hover\:m-3:hover {
		margin: .75rem !important
	}

	.hl\:hover\:m-4:hover {
		margin: 1rem !important
	}

	.hl\:hover\:m-5:hover {
		margin: 1.25rem !important
	}

	.hl\:hover\:m-6:hover {
		margin: 1.5rem !important
	}

	.hl\:hover\:m-7:hover {
		margin: 1.75rem !important
	}

	.hl\:hover\:m-8:hover {
		margin: 2rem !important
	}

	.hl\:hover\:m-9:hover {
		margin: 2.25rem !important
	}

	.hl\:hover\:m-10:hover {
		margin: 2.5rem !important
	}

	.hl\:hover\:m-12:hover {
		margin: 3rem !important
	}

	.hl\:hover\:m-13:hover, .hl\:hover\:m-14:hover {
		margin: 3.5rem !important
	}

	.hl\:hover\:m-15:hover {
		margin: 3.75rem !important
	}

	.hl\:hover\:m-16:hover {
		margin: 4rem !important
	}

	.hl\:hover\:m-20:hover {
		margin: 5rem !important
	}

	.hl\:hover\:m-24:hover {
		margin: 6rem !important
	}

	.hl\:hover\:m-30:hover {
		margin: 7.5rem !important
	}

	.hl\:hover\:m-32:hover {
		margin: 8rem !important
	}

	.hl\:hover\:m-40:hover {
		margin: 10rem !important
	}

	.hl\:hover\:m-48:hover {
		margin: 12rem !important
	}

	.hl\:hover\:m-56:hover {
		margin: 14rem !important
	}

	.hl\:hover\:m-64:hover {
		margin: 16rem !important
	}

	.hl\:hover\:m-auto:hover {
		margin: auto !important
	}

	.hl\:hover\:m-px:hover {
		margin: 1px !important
	}

	.hl\:hover\:-m-50:hover {
		margin: -50px !important
	}

	.hl\:hover\:-m-1:hover {
		margin: -.25rem !important
	}

	.hl\:hover\:-m-2:hover {
		margin: -.5rem !important
	}

	.hl\:hover\:-m-3:hover {
		margin: -.75rem !important
	}

	.hl\:hover\:-m-4:hover {
		margin: -1rem !important
	}

	.hl\:hover\:-m-5:hover {
		margin: -1.25rem !important
	}

	.hl\:hover\:-m-6:hover {
		margin: -1.5rem !important
	}

	.hl\:hover\:-m-8:hover {
		margin: -2rem !important
	}

	.hl\:hover\:-m-10:hover {
		margin: -2.5rem !important
	}

	.hl\:hover\:-m-12:hover {
		margin: -3rem !important
	}

	.hl\:hover\:-m-16:hover {
		margin: -4rem !important
	}

	.hl\:hover\:-m-20:hover {
		margin: -5rem !important
	}

	.hl\:hover\:-m-24:hover {
		margin: -6rem !important
	}

	.hl\:hover\:-m-32:hover {
		margin: -8rem !important
	}

	.hl\:hover\:-m-40:hover {
		margin: -10rem !important
	}

	.hl\:hover\:-m-48:hover {
		margin: -12rem !important
	}

	.hl\:hover\:-m-56:hover {
		margin: -14rem !important
	}

	.hl\:hover\:-m-64:hover {
		margin: -16rem !important
	}

	.hl\:hover\:-m-px:hover {
		margin: -1px !important
	}

	.hl\:hover\:-m--50:hover {
		margin: 50px !important
	}

	.hl\:hover\:-m-14:hover {
		margin: -3.5rem !important
	}

	.hl\:hover\:-m-15:hover {
		margin: -3.75rem !important
	}

	.hl\:hover\:-m-25:hover {
		margin: -6.25rem !important
	}

	.hl\:hover\:-m-30:hover {
		margin: -7.5rem !important
	}

	.hl\:hover\:my-0:hover {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.hl\:hover\:mx-0:hover {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.hl\:hover\:my-1:hover {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.hl\:hover\:mx-1:hover {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.hl\:hover\:my-2:hover {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.hl\:hover\:mx-2:hover {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.hl\:hover\:my-3:hover {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.hl\:hover\:mx-3:hover {
		margin-left: .75rem !important;
		margin-right: .75rem !important
	}

	.hl\:hover\:my-4:hover {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.hl\:hover\:mx-4:hover {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.hl\:hover\:my-5:hover {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.hl\:hover\:mx-5:hover {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.hl\:hover\:my-6:hover {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.hl\:hover\:mx-6:hover {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.hl\:hover\:my-7:hover {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.hl\:hover\:mx-7:hover {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important
	}

	.hl\:hover\:my-8:hover {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.hl\:hover\:mx-8:hover {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.hl\:hover\:my-9:hover {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.hl\:hover\:mx-9:hover {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important
	}

	.hl\:hover\:my-10:hover {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.hl\:hover\:mx-10:hover {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important
	}

	.hl\:hover\:my-12:hover {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.hl\:hover\:mx-12:hover {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.hl\:hover\:my-13:hover {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.hl\:hover\:mx-13:hover {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.hl\:hover\:my-14:hover {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.hl\:hover\:mx-14:hover {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.hl\:hover\:my-15:hover {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important
	}

	.hl\:hover\:mx-15:hover {
		margin-left: 3.75rem !important;
		margin-right: 3.75rem !important
	}

	.hl\:hover\:my-16:hover {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.hl\:hover\:mx-16:hover {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.hl\:hover\:my-20:hover {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.hl\:hover\:mx-20:hover {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.hl\:hover\:my-24:hover {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.hl\:hover\:mx-24:hover {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.hl\:hover\:my-30:hover {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.hl\:hover\:mx-30:hover {
		margin-left: 7.5rem !important;
		margin-right: 7.5rem !important
	}

	.hl\:hover\:my-32:hover {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.hl\:hover\:mx-32:hover {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.hl\:hover\:my-40:hover {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.hl\:hover\:mx-40:hover {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.hl\:hover\:my-48:hover {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.hl\:hover\:mx-48:hover {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.hl\:hover\:my-56:hover {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.hl\:hover\:mx-56:hover {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.hl\:hover\:my-64:hover {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.hl\:hover\:mx-64:hover {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.hl\:hover\:my-auto:hover {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.hl\:hover\:mx-auto:hover {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.hl\:hover\:my-px:hover {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}

	.hl\:hover\:mx-px:hover {
		margin-left: 1px !important;
		margin-right: 1px !important
	}

	.hl\:hover\:-my-50:hover {
		margin-top: -50px !important;
		margin-bottom: -50px !important
	}

	.hl\:hover\:-mx-50:hover {
		margin-left: -50px !important;
		margin-right: -50px !important
	}

	.hl\:hover\:-my-1:hover {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.hl\:hover\:-mx-1:hover {
		margin-left: -.25rem !important;
		margin-right: -.25rem !important
	}

	.hl\:hover\:-my-2:hover {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.hl\:hover\:-mx-2:hover {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}

	.hl\:hover\:-my-3:hover {
		margin-top: -.75rem !important;
		margin-bottom: -.75rem !important
	}

	.hl\:hover\:-mx-3:hover {
		margin-left: -.75rem !important;
		margin-right: -.75rem !important
	}

	.hl\:hover\:-my-4:hover {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.hl\:hover\:-mx-4:hover {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.hl\:hover\:-my-5:hover {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.hl\:hover\:-mx-5:hover {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.hl\:hover\:-my-6:hover {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.hl\:hover\:-mx-6:hover {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.hl\:hover\:-my-8:hover {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.hl\:hover\:-mx-8:hover {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.hl\:hover\:-my-10:hover {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important
	}

	.hl\:hover\:-mx-10:hover {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important
	}

	.hl\:hover\:-my-12:hover {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.hl\:hover\:-mx-12:hover {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.hl\:hover\:-my-16:hover {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.hl\:hover\:-mx-16:hover {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.hl\:hover\:-my-20:hover {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.hl\:hover\:-mx-20:hover {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.hl\:hover\:-my-24:hover {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.hl\:hover\:-mx-24:hover {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.hl\:hover\:-my-32:hover {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important
	}

	.hl\:hover\:-mx-32:hover {
		margin-left: -8rem !important;
		margin-right: -8rem !important
	}

	.hl\:hover\:-my-40:hover {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important
	}

	.hl\:hover\:-mx-40:hover {
		margin-left: -10rem !important;
		margin-right: -10rem !important
	}

	.hl\:hover\:-my-48:hover {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important
	}

	.hl\:hover\:-mx-48:hover {
		margin-left: -12rem !important;
		margin-right: -12rem !important
	}

	.hl\:hover\:-my-56:hover {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important
	}

	.hl\:hover\:-mx-56:hover {
		margin-left: -14rem !important;
		margin-right: -14rem !important
	}

	.hl\:hover\:-my-64:hover {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important
	}

	.hl\:hover\:-mx-64:hover {
		margin-left: -16rem !important;
		margin-right: -16rem !important
	}

	.hl\:hover\:-my-px:hover {
		margin-top: -1px !important;
		margin-bottom: -1px !important
	}

	.hl\:hover\:-mx-px:hover {
		margin-left: -1px !important;
		margin-right: -1px !important
	}

	.hl\:hover\:-my--50:hover {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}

	.hl\:hover\:-mx--50:hover {
		margin-left: 50px !important;
		margin-right: 50px !important
	}

	.hl\:hover\:-my-14:hover {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important
	}

	.hl\:hover\:-mx-14:hover {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important
	}

	.hl\:hover\:-my-15:hover {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important
	}

	.hl\:hover\:-mx-15:hover {
		margin-left: -3.75rem !important;
		margin-right: -3.75rem !important
	}

	.hl\:hover\:-my-25:hover {
		margin-top: -6.25rem !important;
		margin-bottom: -6.25rem !important
	}

	.hl\:hover\:-mx-25:hover {
		margin-left: -6.25rem !important;
		margin-right: -6.25rem !important
	}

	.hl\:hover\:-my-30:hover {
		margin-top: -7.5rem !important;
		margin-bottom: -7.5rem !important
	}

	.hl\:hover\:-mx-30:hover {
		margin-left: -7.5rem !important;
		margin-right: -7.5rem !important
	}

	.hl\:hover\:mt-0:hover {
		margin-top: 0 !important
	}

	.hl\:hover\:mr-0:hover {
		margin-right: 0 !important
	}

	.hl\:hover\:mb-0:hover {
		margin-bottom: 0 !important
	}

	.hl\:hover\:ml-0:hover {
		margin-left: 0 !important
	}

	.hl\:hover\:mt-1:hover {
		margin-top: .25rem !important
	}

	.hl\:hover\:mr-1:hover {
		margin-right: .25rem !important
	}

	.hl\:hover\:mb-1:hover {
		margin-bottom: .25rem !important
	}

	.hl\:hover\:ml-1:hover {
		margin-left: .25rem !important
	}

	.hl\:hover\:mt-2:hover {
		margin-top: .5rem !important
	}

	.hl\:hover\:mr-2:hover {
		margin-right: .5rem !important
	}

	.hl\:hover\:mb-2:hover {
		margin-bottom: .5rem !important
	}

	.hl\:hover\:ml-2:hover {
		margin-left: .5rem !important
	}

	.hl\:hover\:mt-3:hover {
		margin-top: .75rem !important
	}

	.hl\:hover\:mr-3:hover {
		margin-right: .75rem !important
	}

	.hl\:hover\:mb-3:hover {
		margin-bottom: .75rem !important
	}

	.hl\:hover\:ml-3:hover {
		margin-left: .75rem !important
	}

	.hl\:hover\:mt-4:hover {
		margin-top: 1rem !important
	}

	.hl\:hover\:mr-4:hover {
		margin-right: 1rem !important
	}

	.hl\:hover\:mb-4:hover {
		margin-bottom: 1rem !important
	}

	.hl\:hover\:ml-4:hover {
		margin-left: 1rem !important
	}

	.hl\:hover\:mt-5:hover {
		margin-top: 1.25rem !important
	}

	.hl\:hover\:mr-5:hover {
		margin-right: 1.25rem !important
	}

	.hl\:hover\:mb-5:hover {
		margin-bottom: 1.25rem !important
	}

	.hl\:hover\:ml-5:hover {
		margin-left: 1.25rem !important
	}

	.hl\:hover\:mt-6:hover {
		margin-top: 1.5rem !important
	}

	.hl\:hover\:mr-6:hover {
		margin-right: 1.5rem !important
	}

	.hl\:hover\:mb-6:hover {
		margin-bottom: 1.5rem !important
	}

	.hl\:hover\:ml-6:hover {
		margin-left: 1.5rem !important
	}

	.hl\:hover\:mt-7:hover {
		margin-top: 1.75rem !important
	}

	.hl\:hover\:mr-7:hover {
		margin-right: 1.75rem !important
	}

	.hl\:hover\:mb-7:hover {
		margin-bottom: 1.75rem !important
	}

	.hl\:hover\:ml-7:hover {
		margin-left: 1.75rem !important
	}

	.hl\:hover\:mt-8:hover {
		margin-top: 2rem !important
	}

	.hl\:hover\:mr-8:hover {
		margin-right: 2rem !important
	}

	.hl\:hover\:mb-8:hover {
		margin-bottom: 2rem !important
	}

	.hl\:hover\:ml-8:hover {
		margin-left: 2rem !important
	}

	.hl\:hover\:mt-9:hover {
		margin-top: 2.25rem !important
	}

	.hl\:hover\:mr-9:hover {
		margin-right: 2.25rem !important
	}

	.hl\:hover\:mb-9:hover {
		margin-bottom: 2.25rem !important
	}

	.hl\:hover\:ml-9:hover {
		margin-left: 2.25rem !important
	}

	.hl\:hover\:mt-10:hover {
		margin-top: 2.5rem !important
	}

	.hl\:hover\:mr-10:hover {
		margin-right: 2.5rem !important
	}

	.hl\:hover\:mb-10:hover {
		margin-bottom: 2.5rem !important
	}

	.hl\:hover\:ml-10:hover {
		margin-left: 2.5rem !important
	}

	.hl\:hover\:mt-12:hover {
		margin-top: 3rem !important
	}

	.hl\:hover\:mr-12:hover {
		margin-right: 3rem !important
	}

	.hl\:hover\:mb-12:hover {
		margin-bottom: 3rem !important
	}

	.hl\:hover\:ml-12:hover {
		margin-left: 3rem !important
	}

	.hl\:hover\:mt-13:hover {
		margin-top: 3.5rem !important
	}

	.hl\:hover\:mr-13:hover {
		margin-right: 3.5rem !important
	}

	.hl\:hover\:mb-13:hover {
		margin-bottom: 3.5rem !important
	}

	.hl\:hover\:ml-13:hover {
		margin-left: 3.5rem !important
	}

	.hl\:hover\:mt-14:hover {
		margin-top: 3.5rem !important
	}

	.hl\:hover\:mr-14:hover {
		margin-right: 3.5rem !important
	}

	.hl\:hover\:mb-14:hover {
		margin-bottom: 3.5rem !important
	}

	.hl\:hover\:ml-14:hover {
		margin-left: 3.5rem !important
	}

	.hl\:hover\:mt-15:hover {
		margin-top: 3.75rem !important
	}

	.hl\:hover\:mr-15:hover {
		margin-right: 3.75rem !important
	}

	.hl\:hover\:mb-15:hover {
		margin-bottom: 3.75rem !important
	}

	.hl\:hover\:ml-15:hover {
		margin-left: 3.75rem !important
	}

	.hl\:hover\:mt-16:hover {
		margin-top: 4rem !important
	}

	.hl\:hover\:mr-16:hover {
		margin-right: 4rem !important
	}

	.hl\:hover\:mb-16:hover {
		margin-bottom: 4rem !important
	}

	.hl\:hover\:ml-16:hover {
		margin-left: 4rem !important
	}

	.hl\:hover\:mt-20:hover {
		margin-top: 5rem !important
	}

	.hl\:hover\:mr-20:hover {
		margin-right: 5rem !important
	}

	.hl\:hover\:mb-20:hover {
		margin-bottom: 5rem !important
	}

	.hl\:hover\:ml-20:hover {
		margin-left: 5rem !important
	}

	.hl\:hover\:mt-24:hover {
		margin-top: 6rem !important
	}

	.hl\:hover\:mr-24:hover {
		margin-right: 6rem !important
	}

	.hl\:hover\:mb-24:hover {
		margin-bottom: 6rem !important
	}

	.hl\:hover\:ml-24:hover {
		margin-left: 6rem !important
	}

	.hl\:hover\:mt-30:hover {
		margin-top: 7.5rem !important
	}

	.hl\:hover\:mr-30:hover {
		margin-right: 7.5rem !important
	}

	.hl\:hover\:mb-30:hover {
		margin-bottom: 7.5rem !important
	}

	.hl\:hover\:ml-30:hover {
		margin-left: 7.5rem !important
	}

	.hl\:hover\:mt-32:hover {
		margin-top: 8rem !important
	}

	.hl\:hover\:mr-32:hover {
		margin-right: 8rem !important
	}

	.hl\:hover\:mb-32:hover {
		margin-bottom: 8rem !important
	}

	.hl\:hover\:ml-32:hover {
		margin-left: 8rem !important
	}

	.hl\:hover\:mt-40:hover {
		margin-top: 10rem !important
	}

	.hl\:hover\:mr-40:hover {
		margin-right: 10rem !important
	}

	.hl\:hover\:mb-40:hover {
		margin-bottom: 10rem !important
	}

	.hl\:hover\:ml-40:hover {
		margin-left: 10rem !important
	}

	.hl\:hover\:mt-48:hover {
		margin-top: 12rem !important
	}

	.hl\:hover\:mr-48:hover {
		margin-right: 12rem !important
	}

	.hl\:hover\:mb-48:hover {
		margin-bottom: 12rem !important
	}

	.hl\:hover\:ml-48:hover {
		margin-left: 12rem !important
	}

	.hl\:hover\:mt-56:hover {
		margin-top: 14rem !important
	}

	.hl\:hover\:mr-56:hover {
		margin-right: 14rem !important
	}

	.hl\:hover\:mb-56:hover {
		margin-bottom: 14rem !important
	}

	.hl\:hover\:ml-56:hover {
		margin-left: 14rem !important
	}

	.hl\:hover\:mt-64:hover {
		margin-top: 16rem !important
	}

	.hl\:hover\:mr-64:hover {
		margin-right: 16rem !important
	}

	.hl\:hover\:mb-64:hover {
		margin-bottom: 16rem !important
	}

	.hl\:hover\:ml-64:hover {
		margin-left: 16rem !important
	}

	.hl\:hover\:mt-auto:hover {
		margin-top: auto !important
	}

	.hl\:hover\:mr-auto:hover {
		margin-right: auto !important
	}

	.hl\:hover\:mb-auto:hover {
		margin-bottom: auto !important
	}

	.hl\:hover\:ml-auto:hover {
		margin-left: auto !important
	}

	.hl\:hover\:mt-px:hover {
		margin-top: 1px !important
	}

	.hl\:hover\:mr-px:hover {
		margin-right: 1px !important
	}

	.hl\:hover\:mb-px:hover {
		margin-bottom: 1px !important
	}

	.hl\:hover\:ml-px:hover {
		margin-left: 1px !important
	}

	.hl\:hover\:-mt-50:hover {
		margin-top: -50px !important
	}

	.hl\:hover\:-mr-50:hover {
		margin-right: -50px !important
	}

	.hl\:hover\:-mb-50:hover {
		margin-bottom: -50px !important
	}

	.hl\:hover\:-ml-50:hover {
		margin-left: -50px !important
	}

	.hl\:hover\:-mt-1:hover {
		margin-top: -.25rem !important
	}

	.hl\:hover\:-mr-1:hover {
		margin-right: -.25rem !important
	}

	.hl\:hover\:-mb-1:hover {
		margin-bottom: -.25rem !important
	}

	.hl\:hover\:-ml-1:hover {
		margin-left: -.25rem !important
	}

	.hl\:hover\:-mt-2:hover {
		margin-top: -.5rem !important
	}

	.hl\:hover\:-mr-2:hover {
		margin-right: -.5rem !important
	}

	.hl\:hover\:-mb-2:hover {
		margin-bottom: -.5rem !important
	}

	.hl\:hover\:-ml-2:hover {
		margin-left: -.5rem !important
	}

	.hl\:hover\:-mt-3:hover {
		margin-top: -.75rem !important
	}

	.hl\:hover\:-mr-3:hover {
		margin-right: -.75rem !important
	}

	.hl\:hover\:-mb-3:hover {
		margin-bottom: -.75rem !important
	}

	.hl\:hover\:-ml-3:hover {
		margin-left: -.75rem !important
	}

	.hl\:hover\:-mt-4:hover {
		margin-top: -1rem !important
	}

	.hl\:hover\:-mr-4:hover {
		margin-right: -1rem !important
	}

	.hl\:hover\:-mb-4:hover {
		margin-bottom: -1rem !important
	}

	.hl\:hover\:-ml-4:hover {
		margin-left: -1rem !important
	}

	.hl\:hover\:-mt-5:hover {
		margin-top: -1.25rem !important
	}

	.hl\:hover\:-mr-5:hover {
		margin-right: -1.25rem !important
	}

	.hl\:hover\:-mb-5:hover {
		margin-bottom: -1.25rem !important
	}

	.hl\:hover\:-ml-5:hover {
		margin-left: -1.25rem !important
	}

	.hl\:hover\:-mt-6:hover {
		margin-top: -1.5rem !important
	}

	.hl\:hover\:-mr-6:hover {
		margin-right: -1.5rem !important
	}

	.hl\:hover\:-mb-6:hover {
		margin-bottom: -1.5rem !important
	}

	.hl\:hover\:-ml-6:hover {
		margin-left: -1.5rem !important
	}

	.hl\:hover\:-mt-8:hover {
		margin-top: -2rem !important
	}

	.hl\:hover\:-mr-8:hover {
		margin-right: -2rem !important
	}

	.hl\:hover\:-mb-8:hover {
		margin-bottom: -2rem !important
	}

	.hl\:hover\:-ml-8:hover {
		margin-left: -2rem !important
	}

	.hl\:hover\:-mt-10:hover {
		margin-top: -2.5rem !important
	}

	.hl\:hover\:-mr-10:hover {
		margin-right: -2.5rem !important
	}

	.hl\:hover\:-mb-10:hover {
		margin-bottom: -2.5rem !important
	}

	.hl\:hover\:-ml-10:hover {
		margin-left: -2.5rem !important
	}

	.hl\:hover\:-mt-12:hover {
		margin-top: -3rem !important
	}

	.hl\:hover\:-mr-12:hover {
		margin-right: -3rem !important
	}

	.hl\:hover\:-mb-12:hover {
		margin-bottom: -3rem !important
	}

	.hl\:hover\:-ml-12:hover {
		margin-left: -3rem !important
	}

	.hl\:hover\:-mt-16:hover {
		margin-top: -4rem !important
	}

	.hl\:hover\:-mr-16:hover {
		margin-right: -4rem !important
	}

	.hl\:hover\:-mb-16:hover {
		margin-bottom: -4rem !important
	}

	.hl\:hover\:-ml-16:hover {
		margin-left: -4rem !important
	}

	.hl\:hover\:-mt-20:hover {
		margin-top: -5rem !important
	}

	.hl\:hover\:-mr-20:hover {
		margin-right: -5rem !important
	}

	.hl\:hover\:-mb-20:hover {
		margin-bottom: -5rem !important
	}

	.hl\:hover\:-ml-20:hover {
		margin-left: -5rem !important
	}

	.hl\:hover\:-mt-24:hover {
		margin-top: -6rem !important
	}

	.hl\:hover\:-mr-24:hover {
		margin-right: -6rem !important
	}

	.hl\:hover\:-mb-24:hover {
		margin-bottom: -6rem !important
	}

	.hl\:hover\:-ml-24:hover {
		margin-left: -6rem !important
	}

	.hl\:hover\:-mt-32:hover {
		margin-top: -8rem !important
	}

	.hl\:hover\:-mr-32:hover {
		margin-right: -8rem !important
	}

	.hl\:hover\:-mb-32:hover {
		margin-bottom: -8rem !important
	}

	.hl\:hover\:-ml-32:hover {
		margin-left: -8rem !important
	}

	.hl\:hover\:-mt-40:hover {
		margin-top: -10rem !important
	}

	.hl\:hover\:-mr-40:hover {
		margin-right: -10rem !important
	}

	.hl\:hover\:-mb-40:hover {
		margin-bottom: -10rem !important
	}

	.hl\:hover\:-ml-40:hover {
		margin-left: -10rem !important
	}

	.hl\:hover\:-mt-48:hover {
		margin-top: -12rem !important
	}

	.hl\:hover\:-mr-48:hover {
		margin-right: -12rem !important
	}

	.hl\:hover\:-mb-48:hover {
		margin-bottom: -12rem !important
	}

	.hl\:hover\:-ml-48:hover {
		margin-left: -12rem !important
	}

	.hl\:hover\:-mt-56:hover {
		margin-top: -14rem !important
	}

	.hl\:hover\:-mr-56:hover {
		margin-right: -14rem !important
	}

	.hl\:hover\:-mb-56:hover {
		margin-bottom: -14rem !important
	}

	.hl\:hover\:-ml-56:hover {
		margin-left: -14rem !important
	}

	.hl\:hover\:-mt-64:hover {
		margin-top: -16rem !important
	}

	.hl\:hover\:-mr-64:hover {
		margin-right: -16rem !important
	}

	.hl\:hover\:-mb-64:hover {
		margin-bottom: -16rem !important
	}

	.hl\:hover\:-ml-64:hover {
		margin-left: -16rem !important
	}

	.hl\:hover\:-mt-px:hover {
		margin-top: -1px !important
	}

	.hl\:hover\:-mr-px:hover {
		margin-right: -1px !important
	}

	.hl\:hover\:-mb-px:hover {
		margin-bottom: -1px !important
	}

	.hl\:hover\:-ml-px:hover {
		margin-left: -1px !important
	}

	.hl\:hover\:-mt--50:hover {
		margin-top: 50px !important
	}

	.hl\:hover\:-mr--50:hover {
		margin-right: 50px !important
	}

	.hl\:hover\:-mb--50:hover {
		margin-bottom: 50px !important
	}

	.hl\:hover\:-ml--50:hover {
		margin-left: 50px !important
	}

	.hl\:hover\:-mt-14:hover {
		margin-top: -3.5rem !important
	}

	.hl\:hover\:-mr-14:hover {
		margin-right: -3.5rem !important
	}

	.hl\:hover\:-mb-14:hover {
		margin-bottom: -3.5rem !important
	}

	.hl\:hover\:-ml-14:hover {
		margin-left: -3.5rem !important
	}

	.hl\:hover\:-mt-15:hover {
		margin-top: -3.75rem !important
	}

	.hl\:hover\:-mr-15:hover {
		margin-right: -3.75rem !important
	}

	.hl\:hover\:-mb-15:hover {
		margin-bottom: -3.75rem !important
	}

	.hl\:hover\:-ml-15:hover {
		margin-left: -3.75rem !important
	}

	.hl\:hover\:-mt-25:hover {
		margin-top: -6.25rem !important
	}

	.hl\:hover\:-mr-25:hover {
		margin-right: -6.25rem !important
	}

	.hl\:hover\:-mb-25:hover {
		margin-bottom: -6.25rem !important
	}

	.hl\:hover\:-ml-25:hover {
		margin-left: -6.25rem !important
	}

	.hl\:hover\:-mt-30:hover {
		margin-top: -7.5rem !important
	}

	.hl\:hover\:-mr-30:hover {
		margin-right: -7.5rem !important
	}

	.hl\:hover\:-mb-30:hover {
		margin-bottom: -7.5rem !important
	}

	.hl\:hover\:-ml-30:hover {
		margin-left: -7.5rem !important
	}

	.hl\:focus\:m-0:focus {
		margin: 0 !important
	}

	.hl\:focus\:m-1:focus {
		margin: .25rem !important
	}

	.hl\:focus\:m-2:focus {
		margin: .5rem !important
	}

	.hl\:focus\:m-3:focus {
		margin: .75rem !important
	}

	.hl\:focus\:m-4:focus {
		margin: 1rem !important
	}

	.hl\:focus\:m-5:focus {
		margin: 1.25rem !important
	}

	.hl\:focus\:m-6:focus {
		margin: 1.5rem !important
	}

	.hl\:focus\:m-7:focus {
		margin: 1.75rem !important
	}

	.hl\:focus\:m-8:focus {
		margin: 2rem !important
	}

	.hl\:focus\:m-9:focus {
		margin: 2.25rem !important
	}

	.hl\:focus\:m-10:focus {
		margin: 2.5rem !important
	}

	.hl\:focus\:m-12:focus {
		margin: 3rem !important
	}

	.hl\:focus\:m-13:focus, .hl\:focus\:m-14:focus {
		margin: 3.5rem !important
	}

	.hl\:focus\:m-15:focus {
		margin: 3.75rem !important
	}

	.hl\:focus\:m-16:focus {
		margin: 4rem !important
	}

	.hl\:focus\:m-20:focus {
		margin: 5rem !important
	}

	.hl\:focus\:m-24:focus {
		margin: 6rem !important
	}

	.hl\:focus\:m-30:focus {
		margin: 7.5rem !important
	}

	.hl\:focus\:m-32:focus {
		margin: 8rem !important
	}

	.hl\:focus\:m-40:focus {
		margin: 10rem !important
	}

	.hl\:focus\:m-48:focus {
		margin: 12rem !important
	}

	.hl\:focus\:m-56:focus {
		margin: 14rem !important
	}

	.hl\:focus\:m-64:focus {
		margin: 16rem !important
	}

	.hl\:focus\:m-auto:focus {
		margin: auto !important
	}

	.hl\:focus\:m-px:focus {
		margin: 1px !important
	}

	.hl\:focus\:-m-50:focus {
		margin: -50px !important
	}

	.hl\:focus\:-m-1:focus {
		margin: -.25rem !important
	}

	.hl\:focus\:-m-2:focus {
		margin: -.5rem !important
	}

	.hl\:focus\:-m-3:focus {
		margin: -.75rem !important
	}

	.hl\:focus\:-m-4:focus {
		margin: -1rem !important
	}

	.hl\:focus\:-m-5:focus {
		margin: -1.25rem !important
	}

	.hl\:focus\:-m-6:focus {
		margin: -1.5rem !important
	}

	.hl\:focus\:-m-8:focus {
		margin: -2rem !important
	}

	.hl\:focus\:-m-10:focus {
		margin: -2.5rem !important
	}

	.hl\:focus\:-m-12:focus {
		margin: -3rem !important
	}

	.hl\:focus\:-m-16:focus {
		margin: -4rem !important
	}

	.hl\:focus\:-m-20:focus {
		margin: -5rem !important
	}

	.hl\:focus\:-m-24:focus {
		margin: -6rem !important
	}

	.hl\:focus\:-m-32:focus {
		margin: -8rem !important
	}

	.hl\:focus\:-m-40:focus {
		margin: -10rem !important
	}

	.hl\:focus\:-m-48:focus {
		margin: -12rem !important
	}

	.hl\:focus\:-m-56:focus {
		margin: -14rem !important
	}

	.hl\:focus\:-m-64:focus {
		margin: -16rem !important
	}

	.hl\:focus\:-m-px:focus {
		margin: -1px !important
	}

	.hl\:focus\:-m--50:focus {
		margin: 50px !important
	}

	.hl\:focus\:-m-14:focus {
		margin: -3.5rem !important
	}

	.hl\:focus\:-m-15:focus {
		margin: -3.75rem !important
	}

	.hl\:focus\:-m-25:focus {
		margin: -6.25rem !important
	}

	.hl\:focus\:-m-30:focus {
		margin: -7.5rem !important
	}

	.hl\:focus\:my-0:focus {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.hl\:focus\:mx-0:focus {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.hl\:focus\:my-1:focus {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.hl\:focus\:mx-1:focus {
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

	.hl\:focus\:my-2:focus {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.hl\:focus\:mx-2:focus {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}

	.hl\:focus\:my-3:focus {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.hl\:focus\:mx-3:focus {
		margin-left: .75rem !important;
		margin-right: .75rem !important
	}

	.hl\:focus\:my-4:focus {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.hl\:focus\:mx-4:focus {
		margin-left: 1rem !important;
		margin-right: 1rem !important
	}

	.hl\:focus\:my-5:focus {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.hl\:focus\:mx-5:focus {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important
	}

	.hl\:focus\:my-6:focus {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.hl\:focus\:mx-6:focus {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important
	}

	.hl\:focus\:my-7:focus {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.hl\:focus\:mx-7:focus {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important
	}

	.hl\:focus\:my-8:focus {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.hl\:focus\:mx-8:focus {
		margin-left: 2rem !important;
		margin-right: 2rem !important
	}

	.hl\:focus\:my-9:focus {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.hl\:focus\:mx-9:focus {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important
	}

	.hl\:focus\:my-10:focus {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.hl\:focus\:mx-10:focus {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important
	}

	.hl\:focus\:my-12:focus {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.hl\:focus\:mx-12:focus {
		margin-left: 3rem !important;
		margin-right: 3rem !important
	}

	.hl\:focus\:my-13:focus {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.hl\:focus\:mx-13:focus {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.hl\:focus\:my-14:focus {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.hl\:focus\:mx-14:focus {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important
	}

	.hl\:focus\:my-15:focus {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important
	}

	.hl\:focus\:mx-15:focus {
		margin-left: 3.75rem !important;
		margin-right: 3.75rem !important
	}

	.hl\:focus\:my-16:focus {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.hl\:focus\:mx-16:focus {
		margin-left: 4rem !important;
		margin-right: 4rem !important
	}

	.hl\:focus\:my-20:focus {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.hl\:focus\:mx-20:focus {
		margin-left: 5rem !important;
		margin-right: 5rem !important
	}

	.hl\:focus\:my-24:focus {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.hl\:focus\:mx-24:focus {
		margin-left: 6rem !important;
		margin-right: 6rem !important
	}

	.hl\:focus\:my-30:focus {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.hl\:focus\:mx-30:focus {
		margin-left: 7.5rem !important;
		margin-right: 7.5rem !important
	}

	.hl\:focus\:my-32:focus {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important
	}

	.hl\:focus\:mx-32:focus {
		margin-left: 8rem !important;
		margin-right: 8rem !important
	}

	.hl\:focus\:my-40:focus {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important
	}

	.hl\:focus\:mx-40:focus {
		margin-left: 10rem !important;
		margin-right: 10rem !important
	}

	.hl\:focus\:my-48:focus {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important
	}

	.hl\:focus\:mx-48:focus {
		margin-left: 12rem !important;
		margin-right: 12rem !important
	}

	.hl\:focus\:my-56:focus {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important
	}

	.hl\:focus\:mx-56:focus {
		margin-left: 14rem !important;
		margin-right: 14rem !important
	}

	.hl\:focus\:my-64:focus {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important
	}

	.hl\:focus\:mx-64:focus {
		margin-left: 16rem !important;
		margin-right: 16rem !important
	}

	.hl\:focus\:my-auto:focus {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.hl\:focus\:mx-auto:focus {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.hl\:focus\:my-px:focus {
		margin-top: 1px !important;
		margin-bottom: 1px !important
	}

	.hl\:focus\:mx-px:focus {
		margin-left: 1px !important;
		margin-right: 1px !important
	}

	.hl\:focus\:-my-50:focus {
		margin-top: -50px !important;
		margin-bottom: -50px !important
	}

	.hl\:focus\:-mx-50:focus {
		margin-left: -50px !important;
		margin-right: -50px !important
	}

	.hl\:focus\:-my-1:focus {
		margin-top: -.25rem !important;
		margin-bottom: -.25rem !important
	}

	.hl\:focus\:-mx-1:focus {
		margin-left: -.25rem !important;
		margin-right: -.25rem !important
	}

	.hl\:focus\:-my-2:focus {
		margin-top: -.5rem !important;
		margin-bottom: -.5rem !important
	}

	.hl\:focus\:-mx-2:focus {
		margin-left: -.5rem !important;
		margin-right: -.5rem !important
	}

	.hl\:focus\:-my-3:focus {
		margin-top: -.75rem !important;
		margin-bottom: -.75rem !important
	}

	.hl\:focus\:-mx-3:focus {
		margin-left: -.75rem !important;
		margin-right: -.75rem !important
	}

	.hl\:focus\:-my-4:focus {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important
	}

	.hl\:focus\:-mx-4:focus {
		margin-left: -1rem !important;
		margin-right: -1rem !important
	}

	.hl\:focus\:-my-5:focus {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important
	}

	.hl\:focus\:-mx-5:focus {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important
	}

	.hl\:focus\:-my-6:focus {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important
	}

	.hl\:focus\:-mx-6:focus {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important
	}

	.hl\:focus\:-my-8:focus {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important
	}

	.hl\:focus\:-mx-8:focus {
		margin-left: -2rem !important;
		margin-right: -2rem !important
	}

	.hl\:focus\:-my-10:focus {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important
	}

	.hl\:focus\:-mx-10:focus {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important
	}

	.hl\:focus\:-my-12:focus {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important
	}

	.hl\:focus\:-mx-12:focus {
		margin-left: -3rem !important;
		margin-right: -3rem !important
	}

	.hl\:focus\:-my-16:focus {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important
	}

	.hl\:focus\:-mx-16:focus {
		margin-left: -4rem !important;
		margin-right: -4rem !important
	}

	.hl\:focus\:-my-20:focus {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important
	}

	.hl\:focus\:-mx-20:focus {
		margin-left: -5rem !important;
		margin-right: -5rem !important
	}

	.hl\:focus\:-my-24:focus {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important
	}

	.hl\:focus\:-mx-24:focus {
		margin-left: -6rem !important;
		margin-right: -6rem !important
	}

	.hl\:focus\:-my-32:focus {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important
	}

	.hl\:focus\:-mx-32:focus {
		margin-left: -8rem !important;
		margin-right: -8rem !important
	}

	.hl\:focus\:-my-40:focus {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important
	}

	.hl\:focus\:-mx-40:focus {
		margin-left: -10rem !important;
		margin-right: -10rem !important
	}

	.hl\:focus\:-my-48:focus {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important
	}

	.hl\:focus\:-mx-48:focus {
		margin-left: -12rem !important;
		margin-right: -12rem !important
	}

	.hl\:focus\:-my-56:focus {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important
	}

	.hl\:focus\:-mx-56:focus {
		margin-left: -14rem !important;
		margin-right: -14rem !important
	}

	.hl\:focus\:-my-64:focus {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important
	}

	.hl\:focus\:-mx-64:focus {
		margin-left: -16rem !important;
		margin-right: -16rem !important
	}

	.hl\:focus\:-my-px:focus {
		margin-top: -1px !important;
		margin-bottom: -1px !important
	}

	.hl\:focus\:-mx-px:focus {
		margin-left: -1px !important;
		margin-right: -1px !important
	}

	.hl\:focus\:-my--50:focus {
		margin-top: 50px !important;
		margin-bottom: 50px !important
	}

	.hl\:focus\:-mx--50:focus {
		margin-left: 50px !important;
		margin-right: 50px !important
	}

	.hl\:focus\:-my-14:focus {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important
	}

	.hl\:focus\:-mx-14:focus {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important
	}

	.hl\:focus\:-my-15:focus {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important
	}

	.hl\:focus\:-mx-15:focus {
		margin-left: -3.75rem !important;
		margin-right: -3.75rem !important
	}

	.hl\:focus\:-my-25:focus {
		margin-top: -6.25rem !important;
		margin-bottom: -6.25rem !important
	}

	.hl\:focus\:-mx-25:focus {
		margin-left: -6.25rem !important;
		margin-right: -6.25rem !important
	}

	.hl\:focus\:-my-30:focus {
		margin-top: -7.5rem !important;
		margin-bottom: -7.5rem !important
	}

	.hl\:focus\:-mx-30:focus {
		margin-left: -7.5rem !important;
		margin-right: -7.5rem !important
	}

	.hl\:focus\:mt-0:focus {
		margin-top: 0 !important
	}

	.hl\:focus\:mr-0:focus {
		margin-right: 0 !important
	}

	.hl\:focus\:mb-0:focus {
		margin-bottom: 0 !important
	}

	.hl\:focus\:ml-0:focus {
		margin-left: 0 !important
	}

	.hl\:focus\:mt-1:focus {
		margin-top: .25rem !important
	}

	.hl\:focus\:mr-1:focus {
		margin-right: .25rem !important
	}

	.hl\:focus\:mb-1:focus {
		margin-bottom: .25rem !important
	}

	.hl\:focus\:ml-1:focus {
		margin-left: .25rem !important
	}

	.hl\:focus\:mt-2:focus {
		margin-top: .5rem !important
	}

	.hl\:focus\:mr-2:focus {
		margin-right: .5rem !important
	}

	.hl\:focus\:mb-2:focus {
		margin-bottom: .5rem !important
	}

	.hl\:focus\:ml-2:focus {
		margin-left: .5rem !important
	}

	.hl\:focus\:mt-3:focus {
		margin-top: .75rem !important
	}

	.hl\:focus\:mr-3:focus {
		margin-right: .75rem !important
	}

	.hl\:focus\:mb-3:focus {
		margin-bottom: .75rem !important
	}

	.hl\:focus\:ml-3:focus {
		margin-left: .75rem !important
	}

	.hl\:focus\:mt-4:focus {
		margin-top: 1rem !important
	}

	.hl\:focus\:mr-4:focus {
		margin-right: 1rem !important
	}

	.hl\:focus\:mb-4:focus {
		margin-bottom: 1rem !important
	}

	.hl\:focus\:ml-4:focus {
		margin-left: 1rem !important
	}

	.hl\:focus\:mt-5:focus {
		margin-top: 1.25rem !important
	}

	.hl\:focus\:mr-5:focus {
		margin-right: 1.25rem !important
	}

	.hl\:focus\:mb-5:focus {
		margin-bottom: 1.25rem !important
	}

	.hl\:focus\:ml-5:focus {
		margin-left: 1.25rem !important
	}

	.hl\:focus\:mt-6:focus {
		margin-top: 1.5rem !important
	}

	.hl\:focus\:mr-6:focus {
		margin-right: 1.5rem !important
	}

	.hl\:focus\:mb-6:focus {
		margin-bottom: 1.5rem !important
	}

	.hl\:focus\:ml-6:focus {
		margin-left: 1.5rem !important
	}

	.hl\:focus\:mt-7:focus {
		margin-top: 1.75rem !important
	}

	.hl\:focus\:mr-7:focus {
		margin-right: 1.75rem !important
	}

	.hl\:focus\:mb-7:focus {
		margin-bottom: 1.75rem !important
	}

	.hl\:focus\:ml-7:focus {
		margin-left: 1.75rem !important
	}

	.hl\:focus\:mt-8:focus {
		margin-top: 2rem !important
	}

	.hl\:focus\:mr-8:focus {
		margin-right: 2rem !important
	}

	.hl\:focus\:mb-8:focus {
		margin-bottom: 2rem !important
	}

	.hl\:focus\:ml-8:focus {
		margin-left: 2rem !important
	}

	.hl\:focus\:mt-9:focus {
		margin-top: 2.25rem !important
	}

	.hl\:focus\:mr-9:focus {
		margin-right: 2.25rem !important
	}

	.hl\:focus\:mb-9:focus {
		margin-bottom: 2.25rem !important
	}

	.hl\:focus\:ml-9:focus {
		margin-left: 2.25rem !important
	}

	.hl\:focus\:mt-10:focus {
		margin-top: 2.5rem !important
	}

	.hl\:focus\:mr-10:focus {
		margin-right: 2.5rem !important
	}

	.hl\:focus\:mb-10:focus {
		margin-bottom: 2.5rem !important
	}

	.hl\:focus\:ml-10:focus {
		margin-left: 2.5rem !important
	}

	.hl\:focus\:mt-12:focus {
		margin-top: 3rem !important
	}

	.hl\:focus\:mr-12:focus {
		margin-right: 3rem !important
	}

	.hl\:focus\:mb-12:focus {
		margin-bottom: 3rem !important
	}

	.hl\:focus\:ml-12:focus {
		margin-left: 3rem !important
	}

	.hl\:focus\:mt-13:focus {
		margin-top: 3.5rem !important
	}

	.hl\:focus\:mr-13:focus {
		margin-right: 3.5rem !important
	}

	.hl\:focus\:mb-13:focus {
		margin-bottom: 3.5rem !important
	}

	.hl\:focus\:ml-13:focus {
		margin-left: 3.5rem !important
	}

	.hl\:focus\:mt-14:focus {
		margin-top: 3.5rem !important
	}

	.hl\:focus\:mr-14:focus {
		margin-right: 3.5rem !important
	}

	.hl\:focus\:mb-14:focus {
		margin-bottom: 3.5rem !important
	}

	.hl\:focus\:ml-14:focus {
		margin-left: 3.5rem !important
	}

	.hl\:focus\:mt-15:focus {
		margin-top: 3.75rem !important
	}

	.hl\:focus\:mr-15:focus {
		margin-right: 3.75rem !important
	}

	.hl\:focus\:mb-15:focus {
		margin-bottom: 3.75rem !important
	}

	.hl\:focus\:ml-15:focus {
		margin-left: 3.75rem !important
	}

	.hl\:focus\:mt-16:focus {
		margin-top: 4rem !important
	}

	.hl\:focus\:mr-16:focus {
		margin-right: 4rem !important
	}

	.hl\:focus\:mb-16:focus {
		margin-bottom: 4rem !important
	}

	.hl\:focus\:ml-16:focus {
		margin-left: 4rem !important
	}

	.hl\:focus\:mt-20:focus {
		margin-top: 5rem !important
	}

	.hl\:focus\:mr-20:focus {
		margin-right: 5rem !important
	}

	.hl\:focus\:mb-20:focus {
		margin-bottom: 5rem !important
	}

	.hl\:focus\:ml-20:focus {
		margin-left: 5rem !important
	}

	.hl\:focus\:mt-24:focus {
		margin-top: 6rem !important
	}

	.hl\:focus\:mr-24:focus {
		margin-right: 6rem !important
	}

	.hl\:focus\:mb-24:focus {
		margin-bottom: 6rem !important
	}

	.hl\:focus\:ml-24:focus {
		margin-left: 6rem !important
	}

	.hl\:focus\:mt-30:focus {
		margin-top: 7.5rem !important
	}

	.hl\:focus\:mr-30:focus {
		margin-right: 7.5rem !important
	}

	.hl\:focus\:mb-30:focus {
		margin-bottom: 7.5rem !important
	}

	.hl\:focus\:ml-30:focus {
		margin-left: 7.5rem !important
	}

	.hl\:focus\:mt-32:focus {
		margin-top: 8rem !important
	}

	.hl\:focus\:mr-32:focus {
		margin-right: 8rem !important
	}

	.hl\:focus\:mb-32:focus {
		margin-bottom: 8rem !important
	}

	.hl\:focus\:ml-32:focus {
		margin-left: 8rem !important
	}

	.hl\:focus\:mt-40:focus {
		margin-top: 10rem !important
	}

	.hl\:focus\:mr-40:focus {
		margin-right: 10rem !important
	}

	.hl\:focus\:mb-40:focus {
		margin-bottom: 10rem !important
	}

	.hl\:focus\:ml-40:focus {
		margin-left: 10rem !important
	}

	.hl\:focus\:mt-48:focus {
		margin-top: 12rem !important
	}

	.hl\:focus\:mr-48:focus {
		margin-right: 12rem !important
	}

	.hl\:focus\:mb-48:focus {
		margin-bottom: 12rem !important
	}

	.hl\:focus\:ml-48:focus {
		margin-left: 12rem !important
	}

	.hl\:focus\:mt-56:focus {
		margin-top: 14rem !important
	}

	.hl\:focus\:mr-56:focus {
		margin-right: 14rem !important
	}

	.hl\:focus\:mb-56:focus {
		margin-bottom: 14rem !important
	}

	.hl\:focus\:ml-56:focus {
		margin-left: 14rem !important
	}

	.hl\:focus\:mt-64:focus {
		margin-top: 16rem !important
	}

	.hl\:focus\:mr-64:focus {
		margin-right: 16rem !important
	}

	.hl\:focus\:mb-64:focus {
		margin-bottom: 16rem !important
	}

	.hl\:focus\:ml-64:focus {
		margin-left: 16rem !important
	}

	.hl\:focus\:mt-auto:focus {
		margin-top: auto !important
	}

	.hl\:focus\:mr-auto:focus {
		margin-right: auto !important
	}

	.hl\:focus\:mb-auto:focus {
		margin-bottom: auto !important
	}

	.hl\:focus\:ml-auto:focus {
		margin-left: auto !important
	}

	.hl\:focus\:mt-px:focus {
		margin-top: 1px !important
	}

	.hl\:focus\:mr-px:focus {
		margin-right: 1px !important
	}

	.hl\:focus\:mb-px:focus {
		margin-bottom: 1px !important
	}

	.hl\:focus\:ml-px:focus {
		margin-left: 1px !important
	}

	.hl\:focus\:-mt-50:focus {
		margin-top: -50px !important
	}

	.hl\:focus\:-mr-50:focus {
		margin-right: -50px !important
	}

	.hl\:focus\:-mb-50:focus {
		margin-bottom: -50px !important
	}

	.hl\:focus\:-ml-50:focus {
		margin-left: -50px !important
	}

	.hl\:focus\:-mt-1:focus {
		margin-top: -.25rem !important
	}

	.hl\:focus\:-mr-1:focus {
		margin-right: -.25rem !important
	}

	.hl\:focus\:-mb-1:focus {
		margin-bottom: -.25rem !important
	}

	.hl\:focus\:-ml-1:focus {
		margin-left: -.25rem !important
	}

	.hl\:focus\:-mt-2:focus {
		margin-top: -.5rem !important
	}

	.hl\:focus\:-mr-2:focus {
		margin-right: -.5rem !important
	}

	.hl\:focus\:-mb-2:focus {
		margin-bottom: -.5rem !important
	}

	.hl\:focus\:-ml-2:focus {
		margin-left: -.5rem !important
	}

	.hl\:focus\:-mt-3:focus {
		margin-top: -.75rem !important
	}

	.hl\:focus\:-mr-3:focus {
		margin-right: -.75rem !important
	}

	.hl\:focus\:-mb-3:focus {
		margin-bottom: -.75rem !important
	}

	.hl\:focus\:-ml-3:focus {
		margin-left: -.75rem !important
	}

	.hl\:focus\:-mt-4:focus {
		margin-top: -1rem !important
	}

	.hl\:focus\:-mr-4:focus {
		margin-right: -1rem !important
	}

	.hl\:focus\:-mb-4:focus {
		margin-bottom: -1rem !important
	}

	.hl\:focus\:-ml-4:focus {
		margin-left: -1rem !important
	}

	.hl\:focus\:-mt-5:focus {
		margin-top: -1.25rem !important
	}

	.hl\:focus\:-mr-5:focus {
		margin-right: -1.25rem !important
	}

	.hl\:focus\:-mb-5:focus {
		margin-bottom: -1.25rem !important
	}

	.hl\:focus\:-ml-5:focus {
		margin-left: -1.25rem !important
	}

	.hl\:focus\:-mt-6:focus {
		margin-top: -1.5rem !important
	}

	.hl\:focus\:-mr-6:focus {
		margin-right: -1.5rem !important
	}

	.hl\:focus\:-mb-6:focus {
		margin-bottom: -1.5rem !important
	}

	.hl\:focus\:-ml-6:focus {
		margin-left: -1.5rem !important
	}

	.hl\:focus\:-mt-8:focus {
		margin-top: -2rem !important
	}

	.hl\:focus\:-mr-8:focus {
		margin-right: -2rem !important
	}

	.hl\:focus\:-mb-8:focus {
		margin-bottom: -2rem !important
	}

	.hl\:focus\:-ml-8:focus {
		margin-left: -2rem !important
	}

	.hl\:focus\:-mt-10:focus {
		margin-top: -2.5rem !important
	}

	.hl\:focus\:-mr-10:focus {
		margin-right: -2.5rem !important
	}

	.hl\:focus\:-mb-10:focus {
		margin-bottom: -2.5rem !important
	}

	.hl\:focus\:-ml-10:focus {
		margin-left: -2.5rem !important
	}

	.hl\:focus\:-mt-12:focus {
		margin-top: -3rem !important
	}

	.hl\:focus\:-mr-12:focus {
		margin-right: -3rem !important
	}

	.hl\:focus\:-mb-12:focus {
		margin-bottom: -3rem !important
	}

	.hl\:focus\:-ml-12:focus {
		margin-left: -3rem !important
	}

	.hl\:focus\:-mt-16:focus {
		margin-top: -4rem !important
	}

	.hl\:focus\:-mr-16:focus {
		margin-right: -4rem !important
	}

	.hl\:focus\:-mb-16:focus {
		margin-bottom: -4rem !important
	}

	.hl\:focus\:-ml-16:focus {
		margin-left: -4rem !important
	}

	.hl\:focus\:-mt-20:focus {
		margin-top: -5rem !important
	}

	.hl\:focus\:-mr-20:focus {
		margin-right: -5rem !important
	}

	.hl\:focus\:-mb-20:focus {
		margin-bottom: -5rem !important
	}

	.hl\:focus\:-ml-20:focus {
		margin-left: -5rem !important
	}

	.hl\:focus\:-mt-24:focus {
		margin-top: -6rem !important
	}

	.hl\:focus\:-mr-24:focus {
		margin-right: -6rem !important
	}

	.hl\:focus\:-mb-24:focus {
		margin-bottom: -6rem !important
	}

	.hl\:focus\:-ml-24:focus {
		margin-left: -6rem !important
	}

	.hl\:focus\:-mt-32:focus {
		margin-top: -8rem !important
	}

	.hl\:focus\:-mr-32:focus {
		margin-right: -8rem !important
	}

	.hl\:focus\:-mb-32:focus {
		margin-bottom: -8rem !important
	}

	.hl\:focus\:-ml-32:focus {
		margin-left: -8rem !important
	}

	.hl\:focus\:-mt-40:focus {
		margin-top: -10rem !important
	}

	.hl\:focus\:-mr-40:focus {
		margin-right: -10rem !important
	}

	.hl\:focus\:-mb-40:focus {
		margin-bottom: -10rem !important
	}

	.hl\:focus\:-ml-40:focus {
		margin-left: -10rem !important
	}

	.hl\:focus\:-mt-48:focus {
		margin-top: -12rem !important
	}

	.hl\:focus\:-mr-48:focus {
		margin-right: -12rem !important
	}

	.hl\:focus\:-mb-48:focus {
		margin-bottom: -12rem !important
	}

	.hl\:focus\:-ml-48:focus {
		margin-left: -12rem !important
	}

	.hl\:focus\:-mt-56:focus {
		margin-top: -14rem !important
	}

	.hl\:focus\:-mr-56:focus {
		margin-right: -14rem !important
	}

	.hl\:focus\:-mb-56:focus {
		margin-bottom: -14rem !important
	}

	.hl\:focus\:-ml-56:focus {
		margin-left: -14rem !important
	}

	.hl\:focus\:-mt-64:focus {
		margin-top: -16rem !important
	}

	.hl\:focus\:-mr-64:focus {
		margin-right: -16rem !important
	}

	.hl\:focus\:-mb-64:focus {
		margin-bottom: -16rem !important
	}

	.hl\:focus\:-ml-64:focus {
		margin-left: -16rem !important
	}

	.hl\:focus\:-mt-px:focus {
		margin-top: -1px !important
	}

	.hl\:focus\:-mr-px:focus {
		margin-right: -1px !important
	}

	.hl\:focus\:-mb-px:focus {
		margin-bottom: -1px !important
	}

	.hl\:focus\:-ml-px:focus {
		margin-left: -1px !important
	}

	.hl\:focus\:-mt--50:focus {
		margin-top: 50px !important
	}

	.hl\:focus\:-mr--50:focus {
		margin-right: 50px !important
	}

	.hl\:focus\:-mb--50:focus {
		margin-bottom: 50px !important
	}

	.hl\:focus\:-ml--50:focus {
		margin-left: 50px !important
	}

	.hl\:focus\:-mt-14:focus {
		margin-top: -3.5rem !important
	}

	.hl\:focus\:-mr-14:focus {
		margin-right: -3.5rem !important
	}

	.hl\:focus\:-mb-14:focus {
		margin-bottom: -3.5rem !important
	}

	.hl\:focus\:-ml-14:focus {
		margin-left: -3.5rem !important
	}

	.hl\:focus\:-mt-15:focus {
		margin-top: -3.75rem !important
	}

	.hl\:focus\:-mr-15:focus {
		margin-right: -3.75rem !important
	}

	.hl\:focus\:-mb-15:focus {
		margin-bottom: -3.75rem !important
	}

	.hl\:focus\:-ml-15:focus {
		margin-left: -3.75rem !important
	}

	.hl\:focus\:-mt-25:focus {
		margin-top: -6.25rem !important
	}

	.hl\:focus\:-mr-25:focus {
		margin-right: -6.25rem !important
	}

	.hl\:focus\:-mb-25:focus {
		margin-bottom: -6.25rem !important
	}

	.hl\:focus\:-ml-25:focus {
		margin-left: -6.25rem !important
	}

	.hl\:focus\:-mt-30:focus {
		margin-top: -7.5rem !important
	}

	.hl\:focus\:-mr-30:focus {
		margin-right: -7.5rem !important
	}

	.hl\:focus\:-mb-30:focus {
		margin-bottom: -7.5rem !important
	}

	.hl\:focus\:-ml-30:focus {
		margin-left: -7.5rem !important
	}

	.hl\:max-h-full {
		max-height: 100% !important
	}

	.hl\:max-h-screen {
		max-height: 100vh !important
	}

	.hl\:max-w-20 {
		max-width: 5rem !important
	}

	.hl\:max-w-24 {
		max-width: 6rem !important
	}

	.hl\:max-w-28 {
		max-width: 7rem !important
	}

	.hl\:max-w-94 {
		max-width: 23.5rem !important
	}

	.hl\:max-w-105 {
		max-width: 26.35rem !important
	}

	.hl\:max-w-155 {
		max-width: 38.75rem !important
	}

	.hl\:max-w-163 {
		max-width: 40.75rem !important
	}

	.hl\:max-w-235 {
		max-width: 58.75rem !important
	}

	.hl\:max-w-320 {
		max-width: 80rem !important
	}

	.hl\:max-w-480 {
		max-width: 120rem !important
	}

	.hl\:max-w-none {
		max-width: none !important
	}

	.hl\:max-w-xs {
		max-width: 20rem !important
	}

	.hl\:max-w-sm {
		max-width: 24rem !important
	}

	.hl\:max-w-md {
		max-width: 824px !important
	}

	.hl\:max-w-lg {
		max-width: 1244px !important
	}

	.hl\:max-w-xl {
		max-width: 36rem !important
	}

	.hl\:max-w-2xl {
		max-width: 42rem !important
	}

	.hl\:max-w-3xl {
		max-width: 48rem !important
	}

	.hl\:max-w-4xl {
		max-width: 56rem !important
	}

	.hl\:max-w-5xl {
		max-width: 64rem !important
	}

	.hl\:max-w-6xl {
		max-width: 72rem !important
	}

	.hl\:max-w-full {
		max-width: 100% !important
	}

	.hl\:max-w-screen-xs {
		max-width: 368px !important
	}

	.hl\:max-w-screen-sm {
		max-width: 640px !important
	}

	.hl\:max-w-screen-md {
		max-width: 768px !important
	}

	.hl\:max-w-screen-lg {
		max-width: 1152px !important
	}

	.hl\:max-w-screen-xl {
		max-width: 1560px !important
	}

	.hl\:max-w-screen-hl {
		max-width: 2100px !important
	}

	.hl\:min-h-0 {
		min-height: 0 !important
	}

	.hl\:min-h-full {
		min-height: 100% !important
	}

	.hl\:min-h-screen {
		min-height: 100vh !important
	}

	.hl\:min-w-0 {
		min-width: 0 !important
	}

	.hl\:min-w-20 {
		min-width: 5rem !important
	}

	.hl\:min-w-94 {
		min-width: 23.5rem !important
	}

	.hl\:min-w-105 {
		min-width: 26.35rem !important
	}

	.hl\:min-w-155 {
		min-width: 38.75rem !important
	}

	.hl\:min-w-235 {
		min-width: 58.75rem !important
	}

	.hl\:min-w-full {
		min-width: 100% !important
	}

	.hl\:object-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important
	}

	.hl\:object-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important
	}

	.hl\:object-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important
	}

	.hl\:object-none {
		-o-object-fit: none !important;
		object-fit: none !important
	}

	.hl\:object-scale-down {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important
	}

	.hl\:opacity-0 {
		opacity: 0 !important
	}

	.hl\:opacity-25 {
		opacity: .25 !important
	}

	.hl\:opacity-50 {
		opacity: .5 !important
	}

	.hl\:opacity-75 {
		opacity: .75 !important
	}

	.hl\:opacity-100 {
		opacity: 1 !important
	}

	.hl\:hover\:opacity-0:hover {
		opacity: 0 !important
	}

	.hl\:hover\:opacity-25:hover {
		opacity: .25 !important
	}

	.hl\:hover\:opacity-50:hover {
		opacity: .5 !important
	}

	.hl\:hover\:opacity-75:hover {
		opacity: .75 !important
	}

	.hl\:hover\:opacity-100:hover {
		opacity: 1 !important
	}

	.hl\:focus\:opacity-0:focus {
		opacity: 0 !important
	}

	.hl\:focus\:opacity-25:focus {
		opacity: .25 !important
	}

	.hl\:focus\:opacity-50:focus {
		opacity: .5 !important
	}

	.hl\:focus\:opacity-75:focus {
		opacity: .75 !important
	}

	.hl\:focus\:opacity-100:focus {
		opacity: 1 !important
	}

	.hl\:outline-none {
		outline: 2px solid transparent !important;
		outline-offset: 2px !important
	}

	.hl\:outline-white {
		outline: 2px dotted #fff !important;
		outline-offset: 2px !important
	}

	.hl\:outline-black {
		outline: 2px dotted #000 !important;
		outline-offset: 2px !important
	}

	.hl\:focus\:outline-none:focus {
		outline: 2px solid transparent !important;
		outline-offset: 2px !important
	}

	.hl\:focus\:outline-white:focus {
		outline: 2px dotted #fff !important;
		outline-offset: 2px !important
	}

	.hl\:focus\:outline-black:focus {
		outline: 2px dotted #000 !important;
		outline-offset: 2px !important
	}

	.hl\:overflow-auto {
		overflow: auto !important
	}

	.hl\:overflow-hidden {
		overflow: hidden !important
	}

	.hl\:overflow-visible {
		overflow: visible !important
	}

	.hl\:overflow-scroll {
		overflow: scroll !important
	}

	.hl\:overflow-x-auto {
		overflow-x: auto !important
	}

	.hl\:overflow-y-auto {
		overflow-y: auto !important
	}

	.hl\:overflow-x-hidden {
		overflow-x: hidden !important
	}

	.hl\:overflow-y-hidden {
		overflow-y: hidden !important
	}

	.hl\:overflow-x-visible {
		overflow-x: visible !important
	}

	.hl\:overflow-y-visible {
		overflow-y: visible !important
	}

	.hl\:overflow-x-scroll {
		overflow-x: scroll !important
	}

	.hl\:overflow-y-scroll {
		overflow-y: scroll !important
	}

	.hl\:scrolling-touch {
		-webkit-overflow-scrolling: touch !important
	}

	.hl\:scrolling-auto {
		-webkit-overflow-scrolling: auto !important
	}

	.hl\:p-0 {
		padding: 0 !important
	}

	.hl\:p-1 {
		padding: .25rem !important
	}

	.hl\:p-2 {
		padding: .5rem !important
	}

	.hl\:p-3 {
		padding: .75rem !important
	}

	.hl\:p-4 {
		padding: 1rem !important
	}

	.hl\:p-5 {
		padding: 1.25rem !important
	}

	.hl\:p-6 {
		padding: 1.5rem !important
	}

	.hl\:p-7 {
		padding: 1.75rem !important
	}

	.hl\:p-8 {
		padding: 2rem !important
	}

	.hl\:p-9 {
		padding: 2.25rem !important
	}

	.hl\:p-10 {
		padding: 2.5rem !important
	}

	.hl\:p-11 {
		padding: 2.75rem !important
	}

	.hl\:p-12 {
		padding: 3rem !important
	}

	.hl\:p-13 {
		padding: 3.25rem !important
	}

	.hl\:p-14 {
		padding: 3.5rem !important
	}

	.hl\:p-15 {
		padding: 3.75rem !important
	}

	.hl\:p-16 {
		padding: 4rem !important
	}

	.hl\:p-20 {
		padding: 5rem !important
	}

	.hl\:p-24 {
		padding: 6rem !important
	}

	.hl\:p-25 {
		padding: 6.25rem !important
	}

	.hl\:p-28 {
		padding: 7rem !important
	}

	.hl\:p-30 {
		padding: 7.5rem !important
	}

	.hl\:p-32 {
		padding: 8rem !important
	}

	.hl\:p-40 {
		padding: 10rem !important
	}

	.hl\:p-48 {
		padding: 12rem !important
	}

	.hl\:p-56 {
		padding: 14rem !important
	}

	.hl\:p-64 {
		padding: 16rem !important
	}

	.hl\:p-85 {
		padding: 21.25rem !important
	}

	.hl\:p-px {
		padding: 1px !important
	}

	.hl\:p--50 {
		padding: -50px !important
	}

	.hl\:py-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.hl\:px-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.hl\:py-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.hl\:px-1 {
		padding-left: .25rem !important;
		padding-right: .25rem !important
	}

	.hl\:py-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.hl\:px-2 {
		padding-left: .5rem !important;
		padding-right: .5rem !important
	}

	.hl\:py-3 {
		padding-top: .75rem !important;
		padding-bottom: .75rem !important
	}

	.hl\:px-3 {
		padding-left: .75rem !important;
		padding-right: .75rem !important
	}

	.hl\:py-4 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.hl\:px-4 {
		padding-left: 1rem !important;
		padding-right: 1rem !important
	}

	.hl\:py-5 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	.hl\:px-5 {
		padding-left: 1.25rem !important;
		padding-right: 1.25rem !important
	}

	.hl\:py-6 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.hl\:px-6 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important
	}

	.hl\:py-7 {
		padding-top: 1.75rem !important;
		padding-bottom: 1.75rem !important
	}

	.hl\:px-7 {
		padding-left: 1.75rem !important;
		padding-right: 1.75rem !important
	}

	.hl\:py-8 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.hl\:px-8 {
		padding-left: 2rem !important;
		padding-right: 2rem !important
	}

	.hl\:py-9 {
		padding-top: 2.25rem !important;
		padding-bottom: 2.25rem !important
	}

	.hl\:px-9 {
		padding-left: 2.25rem !important;
		padding-right: 2.25rem !important
	}

	.hl\:py-10 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	.hl\:px-10 {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important
	}

	.hl\:py-11 {
		padding-top: 2.75rem !important;
		padding-bottom: 2.75rem !important
	}

	.hl\:px-11 {
		padding-left: 2.75rem !important;
		padding-right: 2.75rem !important
	}

	.hl\:py-12 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.hl\:px-12 {
		padding-left: 3rem !important;
		padding-right: 3rem !important
	}

	.hl\:py-13 {
		padding-top: 3.25rem !important;
		padding-bottom: 3.25rem !important
	}

	.hl\:px-13 {
		padding-left: 3.25rem !important;
		padding-right: 3.25rem !important
	}

	.hl\:py-14 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important
	}

	.hl\:px-14 {
		padding-left: 3.5rem !important;
		padding-right: 3.5rem !important
	}

	.hl\:py-15 {
		padding-top: 3.75rem !important;
		padding-bottom: 3.75rem !important
	}

	.hl\:px-15 {
		padding-left: 3.75rem !important;
		padding-right: 3.75rem !important
	}

	.hl\:py-16 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}

	.hl\:px-16 {
		padding-left: 4rem !important;
		padding-right: 4rem !important
	}

	.hl\:py-20 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.hl\:px-20 {
		padding-left: 5rem !important;
		padding-right: 5rem !important
	}

	.hl\:py-24 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.hl\:px-24 {
		padding-left: 6rem !important;
		padding-right: 6rem !important
	}

	.hl\:py-25 {
		padding-top: 6.25rem !important;
		padding-bottom: 6.25rem !important
	}

	.hl\:px-25 {
		padding-left: 6.25rem !important;
		padding-right: 6.25rem !important
	}

	.hl\:py-28 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important
	}

	.hl\:px-28 {
		padding-left: 7rem !important;
		padding-right: 7rem !important
	}

	.hl\:py-30 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important
	}

	.hl\:px-30 {
		padding-left: 7.5rem !important;
		padding-right: 7.5rem !important
	}

	.hl\:py-32 {
		padding-top: 8rem !important;
		padding-bottom: 8rem !important
	}

	.hl\:px-32 {
		padding-left: 8rem !important;
		padding-right: 8rem !important
	}

	.hl\:py-40 {
		padding-top: 10rem !important;
		padding-bottom: 10rem !important
	}

	.hl\:px-40 {
		padding-left: 10rem !important;
		padding-right: 10rem !important
	}

	.hl\:py-48 {
		padding-top: 12rem !important;
		padding-bottom: 12rem !important
	}

	.hl\:px-48 {
		padding-left: 12rem !important;
		padding-right: 12rem !important
	}

	.hl\:py-56 {
		padding-top: 14rem !important;
		padding-bottom: 14rem !important
	}

	.hl\:px-56 {
		padding-left: 14rem !important;
		padding-right: 14rem !important
	}

	.hl\:py-64 {
		padding-top: 16rem !important;
		padding-bottom: 16rem !important
	}

	.hl\:px-64 {
		padding-left: 16rem !important;
		padding-right: 16rem !important
	}

	.hl\:py-85 {
		padding-top: 21.25rem !important;
		padding-bottom: 21.25rem !important
	}

	.hl\:px-85 {
		padding-left: 21.25rem !important;
		padding-right: 21.25rem !important
	}

	.hl\:py-px {
		padding-top: 1px !important;
		padding-bottom: 1px !important
	}

	.hl\:px-px {
		padding-left: 1px !important;
		padding-right: 1px !important
	}

	.hl\:py--50 {
		padding-top: -50px !important;
		padding-bottom: -50px !important
	}

	.hl\:px--50 {
		padding-left: -50px !important;
		padding-right: -50px !important
	}

	.hl\:pt-0 {
		padding-top: 0 !important
	}

	.hl\:pr-0 {
		padding-right: 0 !important
	}

	.hl\:pb-0 {
		padding-bottom: 0 !important
	}

	.hl\:pl-0 {
		padding-left: 0 !important
	}

	.hl\:pt-1 {
		padding-top: .25rem !important
	}

	.hl\:pr-1 {
		padding-right: .25rem !important
	}

	.hl\:pb-1 {
		padding-bottom: .25rem !important
	}

	.hl\:pl-1 {
		padding-left: .25rem !important
	}

	.hl\:pt-2 {
		padding-top: .5rem !important
	}

	.hl\:pr-2 {
		padding-right: .5rem !important
	}

	.hl\:pb-2 {
		padding-bottom: .5rem !important
	}

	.hl\:pl-2 {
		padding-left: .5rem !important
	}

	.hl\:pt-3 {
		padding-top: .75rem !important
	}

	.hl\:pr-3 {
		padding-right: .75rem !important
	}

	.hl\:pb-3 {
		padding-bottom: .75rem !important
	}

	.hl\:pl-3 {
		padding-left: .75rem !important
	}

	.hl\:pt-4 {
		padding-top: 1rem !important
	}

	.hl\:pr-4 {
		padding-right: 1rem !important
	}

	.hl\:pb-4 {
		padding-bottom: 1rem !important
	}

	.hl\:pl-4 {
		padding-left: 1rem !important
	}

	.hl\:pt-5 {
		padding-top: 1.25rem !important
	}

	.hl\:pr-5 {
		padding-right: 1.25rem !important
	}

	.hl\:pb-5 {
		padding-bottom: 1.25rem !important
	}

	.hl\:pl-5 {
		padding-left: 1.25rem !important
	}

	.hl\:pt-6 {
		padding-top: 1.5rem !important
	}

	.hl\:pr-6 {
		padding-right: 1.5rem !important
	}

	.hl\:pb-6 {
		padding-bottom: 1.5rem !important
	}

	.hl\:pl-6 {
		padding-left: 1.5rem !important
	}

	.hl\:pt-7 {
		padding-top: 1.75rem !important
	}

	.hl\:pr-7 {
		padding-right: 1.75rem !important
	}

	.hl\:pb-7 {
		padding-bottom: 1.75rem !important
	}

	.hl\:pl-7 {
		padding-left: 1.75rem !important
	}

	.hl\:pt-8 {
		padding-top: 2rem !important
	}

	.hl\:pr-8 {
		padding-right: 2rem !important
	}

	.hl\:pb-8 {
		padding-bottom: 2rem !important
	}

	.hl\:pl-8 {
		padding-left: 2rem !important
	}

	.hl\:pt-9 {
		padding-top: 2.25rem !important
	}

	.hl\:pr-9 {
		padding-right: 2.25rem !important
	}

	.hl\:pb-9 {
		padding-bottom: 2.25rem !important
	}

	.hl\:pl-9 {
		padding-left: 2.25rem !important
	}

	.hl\:pt-10 {
		padding-top: 2.5rem !important
	}

	.hl\:pr-10 {
		padding-right: 2.5rem !important
	}

	.hl\:pb-10 {
		padding-bottom: 2.5rem !important
	}

	.hl\:pl-10 {
		padding-left: 2.5rem !important
	}

	.hl\:pt-11 {
		padding-top: 2.75rem !important
	}

	.hl\:pr-11 {
		padding-right: 2.75rem !important
	}

	.hl\:pb-11 {
		padding-bottom: 2.75rem !important
	}

	.hl\:pl-11 {
		padding-left: 2.75rem !important
	}

	.hl\:pt-12 {
		padding-top: 3rem !important
	}

	.hl\:pr-12 {
		padding-right: 3rem !important
	}

	.hl\:pb-12 {
		padding-bottom: 3rem !important
	}

	.hl\:pl-12 {
		padding-left: 3rem !important
	}

	.hl\:pt-13 {
		padding-top: 3.25rem !important
	}

	.hl\:pr-13 {
		padding-right: 3.25rem !important
	}

	.hl\:pb-13 {
		padding-bottom: 3.25rem !important
	}

	.hl\:pl-13 {
		padding-left: 3.25rem !important
	}

	.hl\:pt-14 {
		padding-top: 3.5rem !important
	}

	.hl\:pr-14 {
		padding-right: 3.5rem !important
	}

	.hl\:pb-14 {
		padding-bottom: 3.5rem !important
	}

	.hl\:pl-14 {
		padding-left: 3.5rem !important
	}

	.hl\:pt-15 {
		padding-top: 3.75rem !important
	}

	.hl\:pr-15 {
		padding-right: 3.75rem !important
	}

	.hl\:pb-15 {
		padding-bottom: 3.75rem !important
	}

	.hl\:pl-15 {
		padding-left: 3.75rem !important
	}

	.hl\:pt-16 {
		padding-top: 4rem !important
	}

	.hl\:pr-16 {
		padding-right: 4rem !important
	}

	.hl\:pb-16 {
		padding-bottom: 4rem !important
	}

	.hl\:pl-16 {
		padding-left: 4rem !important
	}

	.hl\:pt-20 {
		padding-top: 5rem !important
	}

	.hl\:pr-20 {
		padding-right: 5rem !important
	}

	.hl\:pb-20 {
		padding-bottom: 5rem !important
	}

	.hl\:pl-20 {
		padding-left: 5rem !important
	}

	.hl\:pt-24 {
		padding-top: 6rem !important
	}

	.hl\:pr-24 {
		padding-right: 6rem !important
	}

	.hl\:pb-24 {
		padding-bottom: 6rem !important
	}

	.hl\:pl-24 {
		padding-left: 6rem !important
	}

	.hl\:pt-25 {
		padding-top: 6.25rem !important
	}

	.hl\:pr-25 {
		padding-right: 6.25rem !important
	}

	.hl\:pb-25 {
		padding-bottom: 6.25rem !important
	}

	.hl\:pl-25 {
		padding-left: 6.25rem !important
	}

	.hl\:pt-28 {
		padding-top: 7rem !important
	}

	.hl\:pr-28 {
		padding-right: 7rem !important
	}

	.hl\:pb-28 {
		padding-bottom: 7rem !important
	}

	.hl\:pl-28 {
		padding-left: 7rem !important
	}

	.hl\:pt-30 {
		padding-top: 7.5rem !important
	}

	.hl\:pr-30 {
		padding-right: 7.5rem !important
	}

	.hl\:pb-30 {
		padding-bottom: 7.5rem !important
	}

	.hl\:pl-30 {
		padding-left: 7.5rem !important
	}

	.hl\:pt-32 {
		padding-top: 8rem !important
	}

	.hl\:pr-32 {
		padding-right: 8rem !important
	}

	.hl\:pb-32 {
		padding-bottom: 8rem !important
	}

	.hl\:pl-32 {
		padding-left: 8rem !important
	}

	.hl\:pt-40 {
		padding-top: 10rem !important
	}

	.hl\:pr-40 {
		padding-right: 10rem !important
	}

	.hl\:pb-40 {
		padding-bottom: 10rem !important
	}

	.hl\:pl-40 {
		padding-left: 10rem !important
	}

	.hl\:pt-48 {
		padding-top: 12rem !important
	}

	.hl\:pr-48 {
		padding-right: 12rem !important
	}

	.hl\:pb-48 {
		padding-bottom: 12rem !important
	}

	.hl\:pl-48 {
		padding-left: 12rem !important
	}

	.hl\:pt-56 {
		padding-top: 14rem !important
	}

	.hl\:pr-56 {
		padding-right: 14rem !important
	}

	.hl\:pb-56 {
		padding-bottom: 14rem !important
	}

	.hl\:pl-56 {
		padding-left: 14rem !important
	}

	.hl\:pt-64 {
		padding-top: 16rem !important
	}

	.hl\:pr-64 {
		padding-right: 16rem !important
	}

	.hl\:pb-64 {
		padding-bottom: 16rem !important
	}

	.hl\:pl-64 {
		padding-left: 16rem !important
	}

	.hl\:pt-85 {
		padding-top: 21.25rem !important
	}

	.hl\:pr-85 {
		padding-right: 21.25rem !important
	}

	.hl\:pb-85 {
		padding-bottom: 21.25rem !important
	}

	.hl\:pl-85 {
		padding-left: 21.25rem !important
	}

	.hl\:pt-px {
		padding-top: 1px !important
	}

	.hl\:pr-px {
		padding-right: 1px !important
	}

	.hl\:pb-px {
		padding-bottom: 1px !important
	}

	.hl\:pl-px {
		padding-left: 1px !important
	}

	.hl\:pt--50 {
		padding-top: -50px !important
	}

	.hl\:pr--50 {
		padding-right: -50px !important
	}

	.hl\:pb--50 {
		padding-bottom: -50px !important
	}

	.hl\:pl--50 {
		padding-left: -50px !important
	}

	.hl\:placeholder-606::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-606:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-606::placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-666::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-666:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-666::placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-transparent::-moz-placeholder {
		color: transparent !important
	}

	.hl\:placeholder-transparent:-ms-input-placeholder {
		color: transparent !important
	}

	.hl\:placeholder-transparent::placeholder {
		color: transparent !important
	}

	.hl\:placeholder-current::-moz-placeholder {
		color: currentColor !important
	}

	.hl\:placeholder-current:-ms-input-placeholder {
		color: currentColor !important
	}

	.hl\:placeholder-current::placeholder {
		color: currentColor !important
	}

	.hl\:placeholder-black-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-black-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-black-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-black-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-black-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-black-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-black-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-black-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-black-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-white::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-white:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-white::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-gray-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-gray-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-gray-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-gray-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-gray-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-gray-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-gray-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-gray-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-gray-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-gray-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-gray-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-gray-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-gray-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-gray-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-gray-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-gray-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-gray-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-gray-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-gray-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-gray-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-gray-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-gray-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-gray-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-gray-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-red-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-orange::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-orange:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-orange::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-yellow-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-green-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-teal-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-blue-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-indigo-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-purple-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-100::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-100::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-200::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-200:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-200::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-300::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-300:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-300::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-600::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-600:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-600::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-700::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-700:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-700::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-800::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-800:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-800::placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-900::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-900:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-pink-900::placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-orange-400::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-orange-400:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-orange-400::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-orange-500::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-orange-500:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-orange-500::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-f3f::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-f3f:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-f3f::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-606:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-606:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-606:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-666:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-666:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-666:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-transparent:focus::-moz-placeholder {
		color: transparent !important
	}

	.hl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
		color: transparent !important
	}

	.hl\:focus\:placeholder-transparent:focus::placeholder {
		color: transparent !important
	}

	.hl\:focus\:placeholder-current:focus::-moz-placeholder {
		color: currentColor !important
	}

	.hl\:focus\:placeholder-current:focus:-ms-input-placeholder {
		color: currentColor !important
	}

	.hl\:focus\:placeholder-current:focus::placeholder {
		color: currentColor !important
	}

	.hl\:focus\:placeholder-black-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-black-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-black-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #141d3e !important;
		color: rgba(20,29,62,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-black-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-black-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-black-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-black-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-black-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-black-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-white:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-white:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-white:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-gray-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-gray-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-gray-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-gray-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-gray-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-gray-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-gray-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-gray-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-red-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-orange:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-orange:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-orange:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-yellow-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-green-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-teal-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-blue-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-indigo-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-purple-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-100:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-200:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-300:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-600:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-700:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-800:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-pink-900:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-orange-400:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-orange-400:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-orange-500:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-orange-500:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-f3f:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-f3f:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.hl\:focus\:placeholder-f3f:focus::placeholder {
		--placeholder-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--placeholder-opacity)) !important
	}

	.hl\:placeholder-opacity-0::-moz-placeholder {
		--placeholder-opacity: 0 !important
	}

	.hl\:placeholder-opacity-0:-ms-input-placeholder {
		--placeholder-opacity: 0 !important
	}

	.hl\:placeholder-opacity-0::placeholder {
		--placeholder-opacity: 0 !important
	}

	.hl\:placeholder-opacity-25::-moz-placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.hl\:placeholder-opacity-25:-ms-input-placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.hl\:placeholder-opacity-25::placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.hl\:placeholder-opacity-50::-moz-placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.hl\:placeholder-opacity-50:-ms-input-placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.hl\:placeholder-opacity-50::placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.hl\:placeholder-opacity-75::-moz-placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.hl\:placeholder-opacity-75:-ms-input-placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.hl\:placeholder-opacity-75::placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.hl\:placeholder-opacity-100::-moz-placeholder {
		--placeholder-opacity: 1 !important
	}

	.hl\:placeholder-opacity-100:-ms-input-placeholder {
		--placeholder-opacity: 1 !important
	}

	.hl\:placeholder-opacity-100::placeholder {
		--placeholder-opacity: 1 !important
	}

	.hl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
		--placeholder-opacity: 0 !important
	}

	.hl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
		--placeholder-opacity: 0 !important
	}

	.hl\:focus\:placeholder-opacity-0:focus::placeholder {
		--placeholder-opacity: 0 !important
	}

	.hl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.hl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.hl\:focus\:placeholder-opacity-25:focus::placeholder {
		--placeholder-opacity: 0.25 !important
	}

	.hl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.hl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.hl\:focus\:placeholder-opacity-50:focus::placeholder {
		--placeholder-opacity: 0.5 !important
	}

	.hl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.hl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.hl\:focus\:placeholder-opacity-75:focus::placeholder {
		--placeholder-opacity: 0.75 !important
	}

	.hl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
		--placeholder-opacity: 1 !important
	}

	.hl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
		--placeholder-opacity: 1 !important
	}

	.hl\:focus\:placeholder-opacity-100:focus::placeholder {
		--placeholder-opacity: 1 !important
	}

	.hl\:static {
		position: static !important
	}

	.hl\:fixed {
		position: fixed !important
	}

	.hl\:absolute {
		position: absolute !important
	}

	.hl\:relative {
		position: relative !important
	}

	.hl\:sticky {
		position: sticky !important
	}

	.hl\:inset-0 {
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important
	}

	.hl\:inset-auto {
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important
	}

	.hl\:inset-y-0 {
		top: 0 !important;
		bottom: 0 !important
	}

	.hl\:inset-x-0 {
		right: 0 !important;
		left: 0 !important
	}

	.hl\:inset-y-auto {
		top: auto !important;
		bottom: auto !important
	}

	.hl\:inset-x-auto {
		right: auto !important;
		left: auto !important
	}

	.hl\:top-0 {
		top: 0 !important
	}

	.hl\:right-0 {
		right: 0 !important
	}

	.hl\:bottom-0 {
		bottom: 0 !important
	}

	.hl\:left-0 {
		left: 0 !important
	}

	.hl\:top-auto {
		top: auto !important
	}

	.hl\:right-auto {
		right: auto !important
	}

	.hl\:bottom-auto {
		bottom: auto !important
	}

	.hl\:left-auto {
		left: auto !important
	}

	.hl\:shadow-xs {
		box-shadow: 0 0 0 1px rgba(0,0,0,.05) !important
	}

	.hl\:shadow-sm {
		box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important
	}

	.hl\:shadow {
		box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important
	}

	.hl\:shadow-md {
		box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important
	}

	.hl\:shadow-lg {
		box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important
	}

	.hl\:shadow-xl {
		box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important
	}

	.hl\:shadow-2xl {
		box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important
	}

	.hl\:shadow-inner {
		box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06) !important
	}

	.hl\:shadow-outline {
		box-shadow: 0 0 0 3px rgba(66,153,225,.5) !important
	}

	.hl\:shadow-none {
		box-shadow: none !important
	}

	.hl\:hover\:shadow-xs:hover {
		box-shadow: 0 0 0 1px rgba(0,0,0,.05) !important
	}

	.hl\:hover\:shadow-sm:hover {
		box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important
	}

	.hl\:hover\:shadow:hover {
		box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important
	}

	.hl\:hover\:shadow-md:hover {
		box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important
	}

	.hl\:hover\:shadow-lg:hover {
		box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important
	}

	.hl\:hover\:shadow-xl:hover {
		box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important
	}

	.hl\:hover\:shadow-2xl:hover {
		box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important
	}

	.hl\:hover\:shadow-inner:hover {
		box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06) !important
	}

	.hl\:hover\:shadow-outline:hover {
		box-shadow: 0 0 0 3px rgba(66,153,225,.5) !important
	}

	.hl\:hover\:shadow-none:hover {
		box-shadow: none !important
	}

	.hl\:focus\:shadow-xs:focus {
		box-shadow: 0 0 0 1px rgba(0,0,0,.05) !important
	}

	.hl\:focus\:shadow-sm:focus {
		box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important
	}

	.hl\:focus\:shadow:focus {
		box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06) !important
	}

	.hl\:focus\:shadow-md:focus {
		box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important
	}

	.hl\:focus\:shadow-lg:focus {
		box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important
	}

	.hl\:focus\:shadow-xl:focus {
		box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04) !important
	}

	.hl\:focus\:shadow-2xl:focus {
		box-shadow: 0 25px 50px -12px rgba(0,0,0,.25) !important
	}

	.hl\:focus\:shadow-inner:focus {
		box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.06) !important
	}

	.hl\:focus\:shadow-outline:focus {
		box-shadow: 0 0 0 3px rgba(66,153,225,.5) !important
	}

	.hl\:focus\:shadow-none:focus {
		box-shadow: none !important
	}

	.hl\:text-left {
		text-align: left !important
	}

	.hl\:text-center {
		text-align: center !important
	}

	.hl\:text-right {
		text-align: right !important
	}

	.hl\:text-justify {
		text-align: justify !important
	}

	.hl\:text-323 {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.hl\:text-606 {
		--text-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--text-opacity)) !important
	}

	.hl\:text-666 {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.hl\:text-979 {
		--text-opacity: 1 !important;
		color: #979797 !important;
		color: rgba(151,151,151,var(--text-opacity)) !important
	}

	.hl\:text-transparent {
		color: transparent !important
	}

	.hl\:text-current {
		color: currentColor !important
	}

	.hl\:text-black-100 {
		--text-opacity: 1 !important;
		color: #000 !important;
		color: rgba(0,0,0,var(--text-opacity)) !important
	}

	.hl\:text-black-200 {
		--text-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--text-opacity)) !important
	}

	.hl\:text-black-300 {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.hl\:text-white {
		--text-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--text-opacity)) !important
	}

	.hl\:text-gray-100 {
		--text-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--text-opacity)) !important
	}

	.hl\:text-gray-200 {
		--text-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--text-opacity)) !important
	}

	.hl\:text-gray-300 {
		--text-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--text-opacity)) !important
	}

	.hl\:text-gray-400 {
		--text-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--text-opacity)) !important
	}

	.hl\:text-gray-500 {
		--text-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--text-opacity)) !important
	}

	.hl\:text-gray-600 {
		--text-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--text-opacity)) !important
	}

	.hl\:text-gray-700 {
		--text-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--text-opacity)) !important
	}

	.hl\:text-gray-800 {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.hl\:text-red-100 {
		--text-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--text-opacity)) !important
	}

	.hl\:text-red-200 {
		--text-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--text-opacity)) !important
	}

	.hl\:text-red-300 {
		--text-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--text-opacity)) !important
	}

	.hl\:text-red-400 {
		--text-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--text-opacity)) !important
	}

	.hl\:text-red-500 {
		--text-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--text-opacity)) !important
	}

	.hl\:text-red-600 {
		--text-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--text-opacity)) !important
	}

	.hl\:text-red-700 {
		--text-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--text-opacity)) !important
	}

	.hl\:text-red-800 {
		--text-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--text-opacity)) !important
	}

	.hl\:text-red-900 {
		--text-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--text-opacity)) !important
	}

	.hl\:text-orange {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.hl\:text-yellow-100 {
		--text-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--text-opacity)) !important
	}

	.hl\:text-yellow-200 {
		--text-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--text-opacity)) !important
	}

	.hl\:text-yellow-300 {
		--text-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--text-opacity)) !important
	}

	.hl\:text-yellow-400 {
		--text-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--text-opacity)) !important
	}

	.hl\:text-yellow-500 {
		--text-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--text-opacity)) !important
	}

	.hl\:text-yellow-600 {
		--text-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--text-opacity)) !important
	}

	.hl\:text-yellow-700 {
		--text-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--text-opacity)) !important
	}

	.hl\:text-yellow-800 {
		--text-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--text-opacity)) !important
	}

	.hl\:text-yellow-900 {
		--text-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--text-opacity)) !important
	}

	.hl\:text-green-100 {
		--text-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--text-opacity)) !important
	}

	.hl\:text-green-200 {
		--text-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--text-opacity)) !important
	}

	.hl\:text-green-300 {
		--text-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--text-opacity)) !important
	}

	.hl\:text-green-400 {
		--text-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--text-opacity)) !important
	}

	.hl\:text-green-500 {
		--text-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--text-opacity)) !important
	}

	.hl\:text-green-600 {
		--text-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--text-opacity)) !important
	}

	.hl\:text-green-700 {
		--text-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--text-opacity)) !important
	}

	.hl\:text-green-800 {
		--text-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--text-opacity)) !important
	}

	.hl\:text-green-900 {
		--text-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--text-opacity)) !important
	}

	.hl\:text-teal-100 {
		--text-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--text-opacity)) !important
	}

	.hl\:text-teal-200 {
		--text-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--text-opacity)) !important
	}

	.hl\:text-teal-300 {
		--text-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--text-opacity)) !important
	}

	.hl\:text-teal-400 {
		--text-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--text-opacity)) !important
	}

	.hl\:text-teal-500 {
		--text-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--text-opacity)) !important
	}

	.hl\:text-teal-600 {
		--text-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--text-opacity)) !important
	}

	.hl\:text-teal-700 {
		--text-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--text-opacity)) !important
	}

	.hl\:text-teal-800 {
		--text-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--text-opacity)) !important
	}

	.hl\:text-teal-900 {
		--text-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--text-opacity)) !important
	}

	.hl\:text-blue-100 {
		--text-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--text-opacity)) !important
	}

	.hl\:text-blue-200 {
		--text-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--text-opacity)) !important
	}

	.hl\:text-blue-300 {
		--text-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--text-opacity)) !important
	}

	.hl\:text-blue-400 {
		--text-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--text-opacity)) !important
	}

	.hl\:text-blue-500 {
		--text-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--text-opacity)) !important
	}

	.hl\:text-blue-600 {
		--text-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--text-opacity)) !important
	}

	.hl\:text-blue-700 {
		--text-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--text-opacity)) !important
	}

	.hl\:text-blue-800 {
		--text-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--text-opacity)) !important
	}

	.hl\:text-blue-900 {
		--text-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--text-opacity)) !important
	}

	.hl\:text-indigo-100 {
		--text-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--text-opacity)) !important
	}

	.hl\:text-indigo-200 {
		--text-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--text-opacity)) !important
	}

	.hl\:text-indigo-300 {
		--text-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--text-opacity)) !important
	}

	.hl\:text-indigo-400 {
		--text-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--text-opacity)) !important
	}

	.hl\:text-indigo-500 {
		--text-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--text-opacity)) !important
	}

	.hl\:text-indigo-600 {
		--text-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--text-opacity)) !important
	}

	.hl\:text-indigo-700 {
		--text-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--text-opacity)) !important
	}

	.hl\:text-indigo-800 {
		--text-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--text-opacity)) !important
	}

	.hl\:text-indigo-900 {
		--text-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--text-opacity)) !important
	}

	.hl\:text-purple-100 {
		--text-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--text-opacity)) !important
	}

	.hl\:text-purple-200 {
		--text-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--text-opacity)) !important
	}

	.hl\:text-purple-300 {
		--text-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--text-opacity)) !important
	}

	.hl\:text-purple-400 {
		--text-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--text-opacity)) !important
	}

	.hl\:text-purple-500 {
		--text-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--text-opacity)) !important
	}

	.hl\:text-purple-600 {
		--text-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--text-opacity)) !important
	}

	.hl\:text-purple-700 {
		--text-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--text-opacity)) !important
	}

	.hl\:text-purple-800 {
		--text-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--text-opacity)) !important
	}

	.hl\:text-purple-900 {
		--text-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--text-opacity)) !important
	}

	.hl\:text-pink-100 {
		--text-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--text-opacity)) !important
	}

	.hl\:text-pink-200 {
		--text-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--text-opacity)) !important
	}

	.hl\:text-pink-300 {
		--text-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--text-opacity)) !important
	}

	.hl\:text-pink-400 {
		--text-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--text-opacity)) !important
	}

	.hl\:text-pink-500 {
		--text-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--text-opacity)) !important
	}

	.hl\:text-pink-600 {
		--text-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--text-opacity)) !important
	}

	.hl\:text-pink-700 {
		--text-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--text-opacity)) !important
	}

	.hl\:text-pink-800 {
		--text-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--text-opacity)) !important
	}

	.hl\:text-pink-900 {
		--text-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--text-opacity)) !important
	}

	.hl\:text-orange-400 {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.hl\:text-orange-500 {
		--text-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--text-opacity)) !important
	}

	.hl\:text-f3f {
		--text-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--text-opacity)) !important
	}

	.hl\:hover\:text-323:hover {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.hl\:hover\:text-606:hover {
		--text-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--text-opacity)) !important
	}

	.hl\:hover\:text-666:hover {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.hl\:hover\:text-979:hover {
		--text-opacity: 1 !important;
		color: #979797 !important;
		color: rgba(151,151,151,var(--text-opacity)) !important
	}

	.hl\:hover\:text-transparent:hover {
		color: transparent !important
	}

	.hl\:hover\:text-current:hover {
		color: currentColor !important
	}

	.hl\:hover\:text-black-100:hover {
		--text-opacity: 1 !important;
		color: #000 !important;
		color: rgba(0,0,0,var(--text-opacity)) !important
	}

	.hl\:hover\:text-black-200:hover {
		--text-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--text-opacity)) !important
	}

	.hl\:hover\:text-black-300:hover {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.hl\:hover\:text-white:hover {
		--text-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--text-opacity)) !important
	}

	.hl\:hover\:text-gray-100:hover {
		--text-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--text-opacity)) !important
	}

	.hl\:hover\:text-gray-200:hover {
		--text-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--text-opacity)) !important
	}

	.hl\:hover\:text-gray-300:hover {
		--text-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--text-opacity)) !important
	}

	.hl\:hover\:text-gray-400:hover {
		--text-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--text-opacity)) !important
	}

	.hl\:hover\:text-gray-500:hover {
		--text-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--text-opacity)) !important
	}

	.hl\:hover\:text-gray-600:hover {
		--text-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--text-opacity)) !important
	}

	.hl\:hover\:text-gray-700:hover {
		--text-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--text-opacity)) !important
	}

	.hl\:hover\:text-gray-800:hover {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.hl\:hover\:text-red-100:hover {
		--text-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--text-opacity)) !important
	}

	.hl\:hover\:text-red-200:hover {
		--text-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--text-opacity)) !important
	}

	.hl\:hover\:text-red-300:hover {
		--text-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--text-opacity)) !important
	}

	.hl\:hover\:text-red-400:hover {
		--text-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--text-opacity)) !important
	}

	.hl\:hover\:text-red-500:hover {
		--text-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--text-opacity)) !important
	}

	.hl\:hover\:text-red-600:hover {
		--text-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--text-opacity)) !important
	}

	.hl\:hover\:text-red-700:hover {
		--text-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--text-opacity)) !important
	}

	.hl\:hover\:text-red-800:hover {
		--text-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--text-opacity)) !important
	}

	.hl\:hover\:text-red-900:hover {
		--text-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--text-opacity)) !important
	}

	.hl\:hover\:text-orange:hover {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.hl\:hover\:text-yellow-100:hover {
		--text-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--text-opacity)) !important
	}

	.hl\:hover\:text-yellow-200:hover {
		--text-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--text-opacity)) !important
	}

	.hl\:hover\:text-yellow-300:hover {
		--text-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--text-opacity)) !important
	}

	.hl\:hover\:text-yellow-400:hover {
		--text-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--text-opacity)) !important
	}

	.hl\:hover\:text-yellow-500:hover {
		--text-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--text-opacity)) !important
	}

	.hl\:hover\:text-yellow-600:hover {
		--text-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--text-opacity)) !important
	}

	.hl\:hover\:text-yellow-700:hover {
		--text-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--text-opacity)) !important
	}

	.hl\:hover\:text-yellow-800:hover {
		--text-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--text-opacity)) !important
	}

	.hl\:hover\:text-yellow-900:hover {
		--text-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--text-opacity)) !important
	}

	.hl\:hover\:text-green-100:hover {
		--text-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--text-opacity)) !important
	}

	.hl\:hover\:text-green-200:hover {
		--text-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--text-opacity)) !important
	}

	.hl\:hover\:text-green-300:hover {
		--text-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--text-opacity)) !important
	}

	.hl\:hover\:text-green-400:hover {
		--text-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--text-opacity)) !important
	}

	.hl\:hover\:text-green-500:hover {
		--text-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--text-opacity)) !important
	}

	.hl\:hover\:text-green-600:hover {
		--text-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--text-opacity)) !important
	}

	.hl\:hover\:text-green-700:hover {
		--text-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--text-opacity)) !important
	}

	.hl\:hover\:text-green-800:hover {
		--text-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--text-opacity)) !important
	}

	.hl\:hover\:text-green-900:hover {
		--text-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--text-opacity)) !important
	}

	.hl\:hover\:text-teal-100:hover {
		--text-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--text-opacity)) !important
	}

	.hl\:hover\:text-teal-200:hover {
		--text-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--text-opacity)) !important
	}

	.hl\:hover\:text-teal-300:hover {
		--text-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--text-opacity)) !important
	}

	.hl\:hover\:text-teal-400:hover {
		--text-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--text-opacity)) !important
	}

	.hl\:hover\:text-teal-500:hover {
		--text-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--text-opacity)) !important
	}

	.hl\:hover\:text-teal-600:hover {
		--text-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--text-opacity)) !important
	}

	.hl\:hover\:text-teal-700:hover {
		--text-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--text-opacity)) !important
	}

	.hl\:hover\:text-teal-800:hover {
		--text-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--text-opacity)) !important
	}

	.hl\:hover\:text-teal-900:hover {
		--text-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--text-opacity)) !important
	}

	.hl\:hover\:text-blue-100:hover {
		--text-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--text-opacity)) !important
	}

	.hl\:hover\:text-blue-200:hover {
		--text-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--text-opacity)) !important
	}

	.hl\:hover\:text-blue-300:hover {
		--text-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--text-opacity)) !important
	}

	.hl\:hover\:text-blue-400:hover {
		--text-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--text-opacity)) !important
	}

	.hl\:hover\:text-blue-500:hover {
		--text-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--text-opacity)) !important
	}

	.hl\:hover\:text-blue-600:hover {
		--text-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--text-opacity)) !important
	}

	.hl\:hover\:text-blue-700:hover {
		--text-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--text-opacity)) !important
	}

	.hl\:hover\:text-blue-800:hover {
		--text-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--text-opacity)) !important
	}

	.hl\:hover\:text-blue-900:hover {
		--text-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--text-opacity)) !important
	}

	.hl\:hover\:text-indigo-100:hover {
		--text-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--text-opacity)) !important
	}

	.hl\:hover\:text-indigo-200:hover {
		--text-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--text-opacity)) !important
	}

	.hl\:hover\:text-indigo-300:hover {
		--text-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--text-opacity)) !important
	}

	.hl\:hover\:text-indigo-400:hover {
		--text-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--text-opacity)) !important
	}

	.hl\:hover\:text-indigo-500:hover {
		--text-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--text-opacity)) !important
	}

	.hl\:hover\:text-indigo-600:hover {
		--text-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--text-opacity)) !important
	}

	.hl\:hover\:text-indigo-700:hover {
		--text-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--text-opacity)) !important
	}

	.hl\:hover\:text-indigo-800:hover {
		--text-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--text-opacity)) !important
	}

	.hl\:hover\:text-indigo-900:hover {
		--text-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--text-opacity)) !important
	}

	.hl\:hover\:text-purple-100:hover {
		--text-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--text-opacity)) !important
	}

	.hl\:hover\:text-purple-200:hover {
		--text-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--text-opacity)) !important
	}

	.hl\:hover\:text-purple-300:hover {
		--text-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--text-opacity)) !important
	}

	.hl\:hover\:text-purple-400:hover {
		--text-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--text-opacity)) !important
	}

	.hl\:hover\:text-purple-500:hover {
		--text-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--text-opacity)) !important
	}

	.hl\:hover\:text-purple-600:hover {
		--text-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--text-opacity)) !important
	}

	.hl\:hover\:text-purple-700:hover {
		--text-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--text-opacity)) !important
	}

	.hl\:hover\:text-purple-800:hover {
		--text-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--text-opacity)) !important
	}

	.hl\:hover\:text-purple-900:hover {
		--text-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--text-opacity)) !important
	}

	.hl\:hover\:text-pink-100:hover {
		--text-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--text-opacity)) !important
	}

	.hl\:hover\:text-pink-200:hover {
		--text-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--text-opacity)) !important
	}

	.hl\:hover\:text-pink-300:hover {
		--text-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--text-opacity)) !important
	}

	.hl\:hover\:text-pink-400:hover {
		--text-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--text-opacity)) !important
	}

	.hl\:hover\:text-pink-500:hover {
		--text-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--text-opacity)) !important
	}

	.hl\:hover\:text-pink-600:hover {
		--text-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--text-opacity)) !important
	}

	.hl\:hover\:text-pink-700:hover {
		--text-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--text-opacity)) !important
	}

	.hl\:hover\:text-pink-800:hover {
		--text-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--text-opacity)) !important
	}

	.hl\:hover\:text-pink-900:hover {
		--text-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--text-opacity)) !important
	}

	.hl\:hover\:text-orange-400:hover {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.hl\:hover\:text-orange-500:hover {
		--text-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--text-opacity)) !important
	}

	.hl\:hover\:text-f3f:hover {
		--text-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--text-opacity)) !important
	}

	.hl\:focus\:text-323:focus {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.hl\:focus\:text-606:focus {
		--text-opacity: 1 !important;
		color: #606060 !important;
		color: rgba(96,96,96,var(--text-opacity)) !important
	}

	.hl\:focus\:text-666:focus {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.hl\:focus\:text-979:focus {
		--text-opacity: 1 !important;
		color: #979797 !important;
		color: rgba(151,151,151,var(--text-opacity)) !important
	}

	.hl\:focus\:text-transparent:focus {
		color: transparent !important
	}

	.hl\:focus\:text-current:focus {
		color: currentColor !important
	}

	.hl\:focus\:text-black-100:focus {
		--text-opacity: 1 !important;
		color: #000 !important;
		color: rgba(0,0,0,var(--text-opacity)) !important
	}

	.hl\:focus\:text-black-200:focus {
		--text-opacity: 1 !important;
		color: #212935 !important;
		color: rgba(33,41,53,var(--text-opacity)) !important
	}

	.hl\:focus\:text-black-300:focus {
		--text-opacity: 1 !important;
		color: #323648 !important;
		color: rgba(50,54,72,var(--text-opacity)) !important
	}

	.hl\:focus\:text-white:focus {
		--text-opacity: 1 !important;
		color: #fff !important;
		color: rgba(255,255,255,var(--text-opacity)) !important
	}

	.hl\:focus\:text-gray-100:focus {
		--text-opacity: 1 !important;
		color: #f6f6f6 !important;
		color: rgba(246,246,246,var(--text-opacity)) !important
	}

	.hl\:focus\:text-gray-200:focus {
		--text-opacity: 1 !important;
		color: #e5e5e5 !important;
		color: rgba(229,229,229,var(--text-opacity)) !important
	}

	.hl\:focus\:text-gray-300:focus {
		--text-opacity: 1 !important;
		color: #c4c4c4 !important;
		color: rgba(196,196,196,var(--text-opacity)) !important
	}

	.hl\:focus\:text-gray-400:focus {
		--text-opacity: 1 !important;
		color: #aaaaad !important;
		color: rgba(170,170,173,var(--text-opacity)) !important
	}

	.hl\:focus\:text-gray-500:focus {
		--text-opacity: 1 !important;
		color: #9fa2ac !important;
		color: rgba(159,162,172,var(--text-opacity)) !important
	}

	.hl\:focus\:text-gray-600:focus {
		--text-opacity: 1 !important;
		color: #8f9191 !important;
		color: rgba(143,145,145,var(--text-opacity)) !important
	}

	.hl\:focus\:text-gray-700:focus {
		--text-opacity: 1 !important;
		color: #70727f !important;
		color: rgba(112,114,127,var(--text-opacity)) !important
	}

	.hl\:focus\:text-gray-800:focus {
		--text-opacity: 1 !important;
		color: #666 !important;
		color: rgba(102,102,102,var(--text-opacity)) !important
	}

	.hl\:focus\:text-red-100:focus {
		--text-opacity: 1 !important;
		color: #fff5f5 !important;
		color: rgba(255,245,245,var(--text-opacity)) !important
	}

	.hl\:focus\:text-red-200:focus {
		--text-opacity: 1 !important;
		color: #fed7d7 !important;
		color: rgba(254,215,215,var(--text-opacity)) !important
	}

	.hl\:focus\:text-red-300:focus {
		--text-opacity: 1 !important;
		color: #feb2b2 !important;
		color: rgba(254,178,178,var(--text-opacity)) !important
	}

	.hl\:focus\:text-red-400:focus {
		--text-opacity: 1 !important;
		color: #fc8181 !important;
		color: rgba(252,129,129,var(--text-opacity)) !important
	}

	.hl\:focus\:text-red-500:focus {
		--text-opacity: 1 !important;
		color: #f56565 !important;
		color: rgba(245,101,101,var(--text-opacity)) !important
	}

	.hl\:focus\:text-red-600:focus {
		--text-opacity: 1 !important;
		color: #e53e3e !important;
		color: rgba(229,62,62,var(--text-opacity)) !important
	}

	.hl\:focus\:text-red-700:focus {
		--text-opacity: 1 !important;
		color: #c53030 !important;
		color: rgba(197,48,48,var(--text-opacity)) !important
	}

	.hl\:focus\:text-red-800:focus {
		--text-opacity: 1 !important;
		color: #9b2c2c !important;
		color: rgba(155,44,44,var(--text-opacity)) !important
	}

	.hl\:focus\:text-red-900:focus {
		--text-opacity: 1 !important;
		color: #742a2a !important;
		color: rgba(116,42,42,var(--text-opacity)) !important
	}

	.hl\:focus\:text-orange:focus {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.hl\:focus\:text-yellow-100:focus {
		--text-opacity: 1 !important;
		color: ivory !important;
		color: rgba(255,255,240,var(--text-opacity)) !important
	}

	.hl\:focus\:text-yellow-200:focus {
		--text-opacity: 1 !important;
		color: #fefcbf !important;
		color: rgba(254,252,191,var(--text-opacity)) !important
	}

	.hl\:focus\:text-yellow-300:focus {
		--text-opacity: 1 !important;
		color: #faf089 !important;
		color: rgba(250,240,137,var(--text-opacity)) !important
	}

	.hl\:focus\:text-yellow-400:focus {
		--text-opacity: 1 !important;
		color: #f6e05e !important;
		color: rgba(246,224,94,var(--text-opacity)) !important
	}

	.hl\:focus\:text-yellow-500:focus {
		--text-opacity: 1 !important;
		color: #ecc94b !important;
		color: rgba(236,201,75,var(--text-opacity)) !important
	}

	.hl\:focus\:text-yellow-600:focus {
		--text-opacity: 1 !important;
		color: #d69e2e !important;
		color: rgba(214,158,46,var(--text-opacity)) !important
	}

	.hl\:focus\:text-yellow-700:focus {
		--text-opacity: 1 !important;
		color: #b7791f !important;
		color: rgba(183,121,31,var(--text-opacity)) !important
	}

	.hl\:focus\:text-yellow-800:focus {
		--text-opacity: 1 !important;
		color: #975a16 !important;
		color: rgba(151,90,22,var(--text-opacity)) !important
	}

	.hl\:focus\:text-yellow-900:focus {
		--text-opacity: 1 !important;
		color: #744210 !important;
		color: rgba(116,66,16,var(--text-opacity)) !important
	}

	.hl\:focus\:text-green-100:focus {
		--text-opacity: 1 !important;
		color: #f0fff4 !important;
		color: rgba(240,255,244,var(--text-opacity)) !important
	}

	.hl\:focus\:text-green-200:focus {
		--text-opacity: 1 !important;
		color: #c6f6d5 !important;
		color: rgba(198,246,213,var(--text-opacity)) !important
	}

	.hl\:focus\:text-green-300:focus {
		--text-opacity: 1 !important;
		color: #9ae6b4 !important;
		color: rgba(154,230,180,var(--text-opacity)) !important
	}

	.hl\:focus\:text-green-400:focus {
		--text-opacity: 1 !important;
		color: #68d391 !important;
		color: rgba(104,211,145,var(--text-opacity)) !important
	}

	.hl\:focus\:text-green-500:focus {
		--text-opacity: 1 !important;
		color: #48bb78 !important;
		color: rgba(72,187,120,var(--text-opacity)) !important
	}

	.hl\:focus\:text-green-600:focus {
		--text-opacity: 1 !important;
		color: #38a169 !important;
		color: rgba(56,161,105,var(--text-opacity)) !important
	}

	.hl\:focus\:text-green-700:focus {
		--text-opacity: 1 !important;
		color: #2f855a !important;
		color: rgba(47,133,90,var(--text-opacity)) !important
	}

	.hl\:focus\:text-green-800:focus {
		--text-opacity: 1 !important;
		color: #276749 !important;
		color: rgba(39,103,73,var(--text-opacity)) !important
	}

	.hl\:focus\:text-green-900:focus {
		--text-opacity: 1 !important;
		color: #22543d !important;
		color: rgba(34,84,61,var(--text-opacity)) !important
	}

	.hl\:focus\:text-teal-100:focus {
		--text-opacity: 1 !important;
		color: #e6fffa !important;
		color: rgba(230,255,250,var(--text-opacity)) !important
	}

	.hl\:focus\:text-teal-200:focus {
		--text-opacity: 1 !important;
		color: #b2f5ea !important;
		color: rgba(178,245,234,var(--text-opacity)) !important
	}

	.hl\:focus\:text-teal-300:focus {
		--text-opacity: 1 !important;
		color: #81e6d9 !important;
		color: rgba(129,230,217,var(--text-opacity)) !important
	}

	.hl\:focus\:text-teal-400:focus {
		--text-opacity: 1 !important;
		color: #4fd1c5 !important;
		color: rgba(79,209,197,var(--text-opacity)) !important
	}

	.hl\:focus\:text-teal-500:focus {
		--text-opacity: 1 !important;
		color: #38b2ac !important;
		color: rgba(56,178,172,var(--text-opacity)) !important
	}

	.hl\:focus\:text-teal-600:focus {
		--text-opacity: 1 !important;
		color: #319795 !important;
		color: rgba(49,151,149,var(--text-opacity)) !important
	}

	.hl\:focus\:text-teal-700:focus {
		--text-opacity: 1 !important;
		color: #2c7a7b !important;
		color: rgba(44,122,123,var(--text-opacity)) !important
	}

	.hl\:focus\:text-teal-800:focus {
		--text-opacity: 1 !important;
		color: #285e61 !important;
		color: rgba(40,94,97,var(--text-opacity)) !important
	}

	.hl\:focus\:text-teal-900:focus {
		--text-opacity: 1 !important;
		color: #234e52 !important;
		color: rgba(35,78,82,var(--text-opacity)) !important
	}

	.hl\:focus\:text-blue-100:focus {
		--text-opacity: 1 !important;
		color: #ebf8ff !important;
		color: rgba(235,248,255,var(--text-opacity)) !important
	}

	.hl\:focus\:text-blue-200:focus {
		--text-opacity: 1 !important;
		color: #bee3f8 !important;
		color: rgba(190,227,248,var(--text-opacity)) !important
	}

	.hl\:focus\:text-blue-300:focus {
		--text-opacity: 1 !important;
		color: #90cdf4 !important;
		color: rgba(144,205,244,var(--text-opacity)) !important
	}

	.hl\:focus\:text-blue-400:focus {
		--text-opacity: 1 !important;
		color: #63b3ed !important;
		color: rgba(99,179,237,var(--text-opacity)) !important
	}

	.hl\:focus\:text-blue-500:focus {
		--text-opacity: 1 !important;
		color: #4299e1 !important;
		color: rgba(66,153,225,var(--text-opacity)) !important
	}

	.hl\:focus\:text-blue-600:focus {
		--text-opacity: 1 !important;
		color: #3182ce !important;
		color: rgba(49,130,206,var(--text-opacity)) !important
	}

	.hl\:focus\:text-blue-700:focus {
		--text-opacity: 1 !important;
		color: #2b6cb0 !important;
		color: rgba(43,108,176,var(--text-opacity)) !important
	}

	.hl\:focus\:text-blue-800:focus {
		--text-opacity: 1 !important;
		color: #2c5282 !important;
		color: rgba(44,82,130,var(--text-opacity)) !important
	}

	.hl\:focus\:text-blue-900:focus {
		--text-opacity: 1 !important;
		color: #2a4365 !important;
		color: rgba(42,67,101,var(--text-opacity)) !important
	}

	.hl\:focus\:text-indigo-100:focus {
		--text-opacity: 1 !important;
		color: #ebf4ff !important;
		color: rgba(235,244,255,var(--text-opacity)) !important
	}

	.hl\:focus\:text-indigo-200:focus {
		--text-opacity: 1 !important;
		color: #c3dafe !important;
		color: rgba(195,218,254,var(--text-opacity)) !important
	}

	.hl\:focus\:text-indigo-300:focus {
		--text-opacity: 1 !important;
		color: #a3bffa !important;
		color: rgba(163,191,250,var(--text-opacity)) !important
	}

	.hl\:focus\:text-indigo-400:focus {
		--text-opacity: 1 !important;
		color: #7f9cf5 !important;
		color: rgba(127,156,245,var(--text-opacity)) !important
	}

	.hl\:focus\:text-indigo-500:focus {
		--text-opacity: 1 !important;
		color: #667eea !important;
		color: rgba(102,126,234,var(--text-opacity)) !important
	}

	.hl\:focus\:text-indigo-600:focus {
		--text-opacity: 1 !important;
		color: #5a67d8 !important;
		color: rgba(90,103,216,var(--text-opacity)) !important
	}

	.hl\:focus\:text-indigo-700:focus {
		--text-opacity: 1 !important;
		color: #4c51bf !important;
		color: rgba(76,81,191,var(--text-opacity)) !important
	}

	.hl\:focus\:text-indigo-800:focus {
		--text-opacity: 1 !important;
		color: #434190 !important;
		color: rgba(67,65,144,var(--text-opacity)) !important
	}

	.hl\:focus\:text-indigo-900:focus {
		--text-opacity: 1 !important;
		color: #3c366b !important;
		color: rgba(60,54,107,var(--text-opacity)) !important
	}

	.hl\:focus\:text-purple-100:focus {
		--text-opacity: 1 !important;
		color: #faf5ff !important;
		color: rgba(250,245,255,var(--text-opacity)) !important
	}

	.hl\:focus\:text-purple-200:focus {
		--text-opacity: 1 !important;
		color: #e9d8fd !important;
		color: rgba(233,216,253,var(--text-opacity)) !important
	}

	.hl\:focus\:text-purple-300:focus {
		--text-opacity: 1 !important;
		color: #d6bcfa !important;
		color: rgba(214,188,250,var(--text-opacity)) !important
	}

	.hl\:focus\:text-purple-400:focus {
		--text-opacity: 1 !important;
		color: #b794f4 !important;
		color: rgba(183,148,244,var(--text-opacity)) !important
	}

	.hl\:focus\:text-purple-500:focus {
		--text-opacity: 1 !important;
		color: #9f7aea !important;
		color: rgba(159,122,234,var(--text-opacity)) !important
	}

	.hl\:focus\:text-purple-600:focus {
		--text-opacity: 1 !important;
		color: #805ad5 !important;
		color: rgba(128,90,213,var(--text-opacity)) !important
	}

	.hl\:focus\:text-purple-700:focus {
		--text-opacity: 1 !important;
		color: #6b46c1 !important;
		color: rgba(107,70,193,var(--text-opacity)) !important
	}

	.hl\:focus\:text-purple-800:focus {
		--text-opacity: 1 !important;
		color: #553c9a !important;
		color: rgba(85,60,154,var(--text-opacity)) !important
	}

	.hl\:focus\:text-purple-900:focus {
		--text-opacity: 1 !important;
		color: #44337a !important;
		color: rgba(68,51,122,var(--text-opacity)) !important
	}

	.hl\:focus\:text-pink-100:focus {
		--text-opacity: 1 !important;
		color: #fff5f7 !important;
		color: rgba(255,245,247,var(--text-opacity)) !important
	}

	.hl\:focus\:text-pink-200:focus {
		--text-opacity: 1 !important;
		color: #fed7e2 !important;
		color: rgba(254,215,226,var(--text-opacity)) !important
	}

	.hl\:focus\:text-pink-300:focus {
		--text-opacity: 1 !important;
		color: #fbb6ce !important;
		color: rgba(251,182,206,var(--text-opacity)) !important
	}

	.hl\:focus\:text-pink-400:focus {
		--text-opacity: 1 !important;
		color: #f687b3 !important;
		color: rgba(246,135,179,var(--text-opacity)) !important
	}

	.hl\:focus\:text-pink-500:focus {
		--text-opacity: 1 !important;
		color: #ed64a6 !important;
		color: rgba(237,100,166,var(--text-opacity)) !important
	}

	.hl\:focus\:text-pink-600:focus {
		--text-opacity: 1 !important;
		color: #d53f8c !important;
		color: rgba(213,63,140,var(--text-opacity)) !important
	}

	.hl\:focus\:text-pink-700:focus {
		--text-opacity: 1 !important;
		color: #b83280 !important;
		color: rgba(184,50,128,var(--text-opacity)) !important
	}

	.hl\:focus\:text-pink-800:focus {
		--text-opacity: 1 !important;
		color: #97266d !important;
		color: rgba(151,38,109,var(--text-opacity)) !important
	}

	.hl\:focus\:text-pink-900:focus {
		--text-opacity: 1 !important;
		color: #702459 !important;
		color: rgba(112,36,89,var(--text-opacity)) !important
	}

	.hl\:focus\:text-orange-400:focus {
		--text-opacity: 1 !important;
		color: #ee5723 !important;
		color: rgba(238,87,35,var(--text-opacity)) !important
	}

	.hl\:focus\:text-orange-500:focus {
		--text-opacity: 1 !important;
		color: #f54a08 !important;
		color: rgba(245,74,8,var(--text-opacity)) !important
	}

	.hl\:focus\:text-f3f:focus {
		--text-opacity: 1 !important;
		color: #f3f3f3 !important;
		color: rgba(243,243,243,var(--text-opacity)) !important
	}

	.hl\:text-opacity-0 {
		--text-opacity: 0 !important
	}

	.hl\:text-opacity-25 {
		--text-opacity: 0.25 !important
	}

	.hl\:text-opacity-50 {
		--text-opacity: 0.5 !important
	}

	.hl\:text-opacity-75 {
		--text-opacity: 0.75 !important
	}

	.hl\:text-opacity-100 {
		--text-opacity: 1 !important
	}

	.hl\:hover\:text-opacity-0:hover {
		--text-opacity: 0 !important
	}

	.hl\:hover\:text-opacity-25:hover {
		--text-opacity: 0.25 !important
	}

	.hl\:hover\:text-opacity-50:hover {
		--text-opacity: 0.5 !important
	}

	.hl\:hover\:text-opacity-75:hover {
		--text-opacity: 0.75 !important
	}

	.hl\:hover\:text-opacity-100:hover {
		--text-opacity: 1 !important
	}

	.hl\:focus\:text-opacity-0:focus {
		--text-opacity: 0 !important
	}

	.hl\:focus\:text-opacity-25:focus {
		--text-opacity: 0.25 !important
	}

	.hl\:focus\:text-opacity-50:focus {
		--text-opacity: 0.5 !important
	}

	.hl\:focus\:text-opacity-75:focus {
		--text-opacity: 0.75 !important
	}

	.hl\:focus\:text-opacity-100:focus {
		--text-opacity: 1 !important
	}

	.hl\:italic {
		font-style: italic !important
	}

	.hl\:not-italic {
		font-style: normal !important
	}

	.hl\:uppercase {
		text-transform: uppercase !important
	}

	.hl\:lowercase {
		text-transform: lowercase !important
	}

	.hl\:capitalize {
		text-transform: capitalize !important
	}

	.hl\:normal-case {
		text-transform: none !important
	}

	.hl\:underline {
		text-decoration: underline !important
	}

	.hl\:line-through {
		text-decoration: line-through !important
	}

	.hl\:no-underline {
		text-decoration: none !important
	}

	.hl\:hover\:underline:hover {
		text-decoration: underline !important
	}

	.hl\:hover\:line-through:hover {
		text-decoration: line-through !important
	}

	.hl\:hover\:no-underline:hover {
		text-decoration: none !important
	}

	.hl\:focus\:underline:focus {
		text-decoration: underline !important
	}

	.hl\:focus\:line-through:focus {
		text-decoration: line-through !important
	}

	.hl\:focus\:no-underline:focus {
		text-decoration: none !important
	}

	.hl\:antialiased {
		-webkit-font-smoothing: antialiased !important;
		-moz-osx-font-smoothing: grayscale !important
	}

	.hl\:subpixel-antialiased {
		-webkit-font-smoothing: auto !important;
		-moz-osx-font-smoothing: auto !important
	}

	.hl\:diagonal-fractions, .hl\:lining-nums, .hl\:oldstyle-nums, .hl\:ordinal, .hl\:proportional-nums, .hl\:slashed-zero, .hl\:stacked-fractions, .hl\:tabular-nums {
		--font-variant-numeric-ordinal: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		--font-variant-numeric-slashed-zero: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		--font-variant-numeric-figure: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		--font-variant-numeric-spacing: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		--font-variant-numeric-fraction: var(--tailwind-empty, /*!*/ /*!*/ ) !important;
		font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important
	}

	.hl\:normal-nums {
		font-variant-numeric: normal !important
	}

	.hl\:ordinal {
		--font-variant-numeric-ordinal: ordinal !important
	}

	.hl\:slashed-zero {
		--font-variant-numeric-slashed-zero: slashed-zero !important
	}

	.hl\:lining-nums {
		--font-variant-numeric-figure: lining-nums !important
	}

	.hl\:oldstyle-nums {
		--font-variant-numeric-figure: oldstyle-nums !important
	}

	.hl\:proportional-nums {
		--font-variant-numeric-spacing: proportional-nums !important
	}

	.hl\:tabular-nums {
		--font-variant-numeric-spacing: tabular-nums !important
	}

	.hl\:diagonal-fractions {
		--font-variant-numeric-fraction: diagonal-fractions !important
	}

	.hl\:stacked-fractions {
		--font-variant-numeric-fraction: stacked-fractions !important
	}

	.hl\:tracking-tighter {
		letter-spacing: -.05em !important
	}

	.hl\:tracking-tight {
		letter-spacing: -.025em !important
	}

	.hl\:tracking-normal {
		letter-spacing: 0 !important
	}

	.hl\:tracking-wide {
		letter-spacing: .025em !important
	}

	.hl\:tracking-wider {
		letter-spacing: .05em !important
	}

	.hl\:tracking-widest {
		letter-spacing: .1em !important
	}

	.hl\:align-baseline {
		vertical-align: baseline !important
	}

	.hl\:align-top {
		vertical-align: top !important
	}

	.hl\:align-middle {
		vertical-align: middle !important
	}

	.hl\:align-bottom {
		vertical-align: bottom !important
	}

	.hl\:align-text-top {
		vertical-align: text-top !important
	}

	.hl\:align-text-bottom {
		vertical-align: text-bottom !important
	}

	.hl\:visible {
		visibility: visible !important
	}

	.hl\:invisible {
		visibility: hidden !important
	}

	.hl\:whitespace-normal {
		white-space: normal !important
	}

	.hl\:whitespace-no-wrap {
		white-space: nowrap !important
	}

	.hl\:whitespace-pre {
		white-space: pre !important
	}

	.hl\:whitespace-pre-line {
		white-space: pre-line !important
	}

	.hl\:whitespace-pre-wrap {
		white-space: pre-wrap !important
	}

	.hl\:break-normal {
		word-wrap: normal !important;
		overflow-wrap: normal !important;
		word-break: normal !important
	}

	.hl\:break-words {
		word-wrap: break-word !important;
		overflow-wrap: break-word !important
	}

	.hl\:break-all {
		word-break: break-all !important
	}

	.hl\:truncate {
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important
	}

	.hl\:w-0 {
		width: 0 !important
	}

	.hl\:w-1 {
		width: .25rem !important
	}

	.hl\:w-2 {
		width: .5rem !important
	}

	.hl\:w-3 {
		width: .75rem !important
	}

	.hl\:w-4 {
		width: 1rem !important
	}

	.hl\:w-5 {
		width: 1.25rem !important
	}

	.hl\:w-6 {
		width: 1.5rem !important
	}

	.hl\:w-8 {
		width: 2rem !important
	}

	.hl\:w-9 {
		width: 2.25rem !important
	}

	.hl\:w-10 {
		width: 2.5rem !important
	}

	.hl\:w-11 {
		width: 2.75rem !important
	}

	.hl\:w-12 {
		width: 3rem !important
	}

	.hl\:w-16 {
		width: 4rem !important
	}

	.hl\:w-20 {
		width: 5rem !important
	}

	.hl\:w-24 {
		width: 6rem !important
	}

	.hl\:w-28 {
		width: 7rem !important
	}

	.hl\:w-32 {
		width: 8rem !important
	}

	.hl\:w-35 {
		width: 8.75rem !important
	}

	.hl\:w-40 {
		width: 10rem !important
	}

	.hl\:w-44 {
		width: 11rem !important
	}

	.hl\:w-48 {
		width: 12rem !important
	}

	.hl\:w-54 {
		width: 13.5rem !important
	}

	.hl\:w-56 {
		width: 14rem !important
	}

	.hl\:w-60 {
		width: 15rem !important
	}

	.hl\:w-64 {
		width: 16rem !important
	}

	.hl\:w-80 {
		width: 20rem !important
	}

	.hl\:w-92 {
		width: 23rem !important
	}

	.hl\:w-120 {
		width: 30rem !important
	}

	.hl\:w-135 {
		width: 33.75rem !important
	}

	.hl\:w-180 {
		width: 45rem !important
	}

	.hl\:w-200 {
		width: 50rem !important
	}

	.hl\:w-230 {
		width: 57.5rem !important
	}

	.hl\:w-320 {
		width: 80rem !important
	}

	.hl\:w-480 {
		width: 120rem !important
	}

	.hl\:w-520 {
		width: 130rem !important
	}

	.hl\:w-auto {
		width: auto !important
	}

	.hl\:w-px {
		width: 1px !important
	}

	.hl\:w--50 {
		width: -50px !important
	}

	.hl\:w-1\/2 {
		width: 50% !important
	}

	.hl\:w-1\/3 {
		width: 33.333333% !important
	}

	.hl\:w-2\/3 {
		width: 66.666667% !important
	}

	.hl\:w-1\/4 {
		width: 25% !important
	}

	.hl\:w-2\/4 {
		width: 50% !important
	}

	.hl\:w-3\/4 {
		width: 75% !important
	}

	.hl\:w-1\/5 {
		width: 20% !important
	}

	.hl\:w-2\/5 {
		width: 40% !important
	}

	.hl\:w-3\/5 {
		width: 60% !important
	}

	.hl\:w-4\/5 {
		width: 80% !important
	}

	.hl\:w-1\/6 {
		width: 16.666667% !important
	}

	.hl\:w-2\/6 {
		width: 33.333333% !important
	}

	.hl\:w-3\/6 {
		width: 50% !important
	}

	.hl\:w-4\/6 {
		width: 66.666667% !important
	}

	.hl\:w-5\/6 {
		width: 83.333333% !important
	}

	.hl\:w-1\/12 {
		width: 8.333333% !important
	}

	.hl\:w-2\/12 {
		width: 16.666667% !important
	}

	.hl\:w-3\/12 {
		width: 25% !important
	}

	.hl\:w-4\/12 {
		width: 33.333333% !important
	}

	.hl\:w-5\/12 {
		width: 41.666667% !important
	}

	.hl\:w-6\/12 {
		width: 50% !important
	}

	.hl\:w-7\/12 {
		width: 58.333333% !important
	}

	.hl\:w-8\/12 {
		width: 66.666667% !important
	}

	.hl\:w-9\/12 {
		width: 75% !important
	}

	.hl\:w-10\/12 {
		width: 83.333333% !important
	}

	.hl\:w-11\/12 {
		width: 91.666667% !important
	}

	.hl\:w-full {
		width: 100% !important
	}

	.hl\:w-screen {
		width: 100vw !important
	}

	.hl\:w-fit {
		width: -webkit-fit-content !important;
		width: -moz-fit-content !important;
		width: fit-content !important
	}

	.hl\:w-min {
		width: -webkit-min-content !important;
		width: -moz-min-content !important;
		width: min-content !important
	}

	.hl\:w-max {
		width: -webkit-max-content !important;
		width: -moz-max-content !important;
		width: max-content !important
	}

	.hl\:w-full_plus_15 {
		width: calc(100% + 3.75rem) !important
	}

	.hl\:w-full_plus_30 {
		width: calc(100% + 7.5rem) !important
	}

	.hl\:w-full_plus_40 {
		width: calc(100% + 10rem) !important
	}

	.hl\:z-0 {
		z-index: 0 !important
	}

	.hl\:z-10 {
		z-index: 10 !important
	}

	.hl\:z-20 {
		z-index: 20 !important
	}

	.hl\:z-30 {
		z-index: 30 !important
	}

	.hl\:z-40 {
		z-index: 40 !important
	}

	.hl\:z-50 {
		z-index: 50 !important
	}

	.hl\:z-100 {
		z-index: 100 !important
	}

	.hl\:z-auto {
		z-index: auto !important
	}

	.hl\:gap-0 {
		grid-gap: 0 !important;
		gap: 0 !important
	}

	.hl\:gap-1 {
		grid-gap: .25rem !important;
		gap: .25rem !important
	}

	.hl\:gap-2 {
		grid-gap: .5rem !important;
		gap: .5rem !important
	}

	.hl\:gap-3 {
		grid-gap: .75rem !important;
		gap: .75rem !important
	}

	.hl\:gap-4 {
		grid-gap: 1rem !important;
		gap: 1rem !important
	}

	.hl\:gap-5 {
		grid-gap: 1.25rem !important;
		gap: 1.25rem !important
	}

	.hl\:gap-6 {
		grid-gap: 1.5rem !important;
		gap: 1.5rem !important
	}

	.hl\:gap-8 {
		grid-gap: 2rem !important;
		gap: 2rem !important
	}

	.hl\:gap-10 {
		grid-gap: 2.5rem !important;
		gap: 2.5rem !important
	}

	.hl\:gap-12 {
		grid-gap: 3rem !important;
		gap: 3rem !important
	}

	.hl\:gap-16 {
		grid-gap: 4rem !important;
		gap: 4rem !important
	}

	.hl\:gap-20 {
		grid-gap: 5rem !important;
		gap: 5rem !important
	}

	.hl\:gap-24 {
		grid-gap: 6rem !important;
		gap: 6rem !important
	}

	.hl\:gap-32 {
		grid-gap: 8rem !important;
		gap: 8rem !important
	}

	.hl\:gap-40 {
		grid-gap: 10rem !important;
		gap: 10rem !important
	}

	.hl\:gap-48 {
		grid-gap: 12rem !important;
		gap: 12rem !important
	}

	.hl\:gap-56 {
		grid-gap: 14rem !important;
		gap: 14rem !important
	}

	.hl\:gap-64 {
		grid-gap: 16rem !important;
		gap: 16rem !important
	}

	.hl\:gap-px {
		grid-gap: 1px !important;
		gap: 1px !important
	}

	.hl\:-gap-50 {
		grid-gap: -50px !important;
		gap: -50px !important
	}

	.hl\:col-gap-0 {
		grid-column-gap: 0 !important;
		-moz-column-gap: 0 !important;
		column-gap: 0 !important
	}

	.hl\:col-gap-1 {
		grid-column-gap: .25rem !important;
		-moz-column-gap: .25rem !important;
		column-gap: .25rem !important
	}

	.hl\:col-gap-2 {
		grid-column-gap: .5rem !important;
		-moz-column-gap: .5rem !important;
		column-gap: .5rem !important
	}

	.hl\:col-gap-3 {
		grid-column-gap: .75rem !important;
		-moz-column-gap: .75rem !important;
		column-gap: .75rem !important
	}

	.hl\:col-gap-4 {
		grid-column-gap: 1rem !important;
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important
	}

	.hl\:col-gap-5 {
		grid-column-gap: 1.25rem !important;
		-moz-column-gap: 1.25rem !important;
		column-gap: 1.25rem !important
	}

	.hl\:col-gap-6 {
		grid-column-gap: 1.5rem !important;
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important
	}

	.hl\:col-gap-8 {
		grid-column-gap: 2rem !important;
		-moz-column-gap: 2rem !important;
		column-gap: 2rem !important
	}

	.hl\:col-gap-10 {
		grid-column-gap: 2.5rem !important;
		-moz-column-gap: 2.5rem !important;
		column-gap: 2.5rem !important
	}

	.hl\:col-gap-12 {
		grid-column-gap: 3rem !important;
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important
	}

	.hl\:col-gap-16 {
		grid-column-gap: 4rem !important;
		-moz-column-gap: 4rem !important;
		column-gap: 4rem !important
	}

	.hl\:col-gap-20 {
		grid-column-gap: 5rem !important;
		-moz-column-gap: 5rem !important;
		column-gap: 5rem !important
	}

	.hl\:col-gap-24 {
		grid-column-gap: 6rem !important;
		-moz-column-gap: 6rem !important;
		column-gap: 6rem !important
	}

	.hl\:col-gap-32 {
		grid-column-gap: 8rem !important;
		-moz-column-gap: 8rem !important;
		column-gap: 8rem !important
	}

	.hl\:col-gap-40 {
		grid-column-gap: 10rem !important;
		-moz-column-gap: 10rem !important;
		column-gap: 10rem !important
	}

	.hl\:col-gap-48 {
		grid-column-gap: 12rem !important;
		-moz-column-gap: 12rem !important;
		column-gap: 12rem !important
	}

	.hl\:col-gap-56 {
		grid-column-gap: 14rem !important;
		-moz-column-gap: 14rem !important;
		column-gap: 14rem !important
	}

	.hl\:col-gap-64 {
		grid-column-gap: 16rem !important;
		-moz-column-gap: 16rem !important;
		column-gap: 16rem !important
	}

	.hl\:col-gap-px {
		grid-column-gap: 1px !important;
		-moz-column-gap: 1px !important;
		column-gap: 1px !important
	}

	.hl\:-col-gap-50 {
		grid-column-gap: -50px !important;
		-moz-column-gap: -50px !important;
		column-gap: -50px !important
	}

	.hl\:gap-x-0 {
		grid-column-gap: 0 !important;
		-moz-column-gap: 0 !important;
		column-gap: 0 !important
	}

	.hl\:gap-x-1 {
		grid-column-gap: .25rem !important;
		-moz-column-gap: .25rem !important;
		column-gap: .25rem !important
	}

	.hl\:gap-x-2 {
		grid-column-gap: .5rem !important;
		-moz-column-gap: .5rem !important;
		column-gap: .5rem !important
	}

	.hl\:gap-x-3 {
		grid-column-gap: .75rem !important;
		-moz-column-gap: .75rem !important;
		column-gap: .75rem !important
	}

	.hl\:gap-x-4 {
		grid-column-gap: 1rem !important;
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important
	}

	.hl\:gap-x-5 {
		grid-column-gap: 1.25rem !important;
		-moz-column-gap: 1.25rem !important;
		column-gap: 1.25rem !important
	}

	.hl\:gap-x-6 {
		grid-column-gap: 1.5rem !important;
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important
	}

	.hl\:gap-x-8 {
		grid-column-gap: 2rem !important;
		-moz-column-gap: 2rem !important;
		column-gap: 2rem !important
	}

	.hl\:gap-x-10 {
		grid-column-gap: 2.5rem !important;
		-moz-column-gap: 2.5rem !important;
		column-gap: 2.5rem !important
	}

	.hl\:gap-x-12 {
		grid-column-gap: 3rem !important;
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important
	}

	.hl\:gap-x-16 {
		grid-column-gap: 4rem !important;
		-moz-column-gap: 4rem !important;
		column-gap: 4rem !important
	}

	.hl\:gap-x-20 {
		grid-column-gap: 5rem !important;
		-moz-column-gap: 5rem !important;
		column-gap: 5rem !important
	}

	.hl\:gap-x-24 {
		grid-column-gap: 6rem !important;
		-moz-column-gap: 6rem !important;
		column-gap: 6rem !important
	}

	.hl\:gap-x-32 {
		grid-column-gap: 8rem !important;
		-moz-column-gap: 8rem !important;
		column-gap: 8rem !important
	}

	.hl\:gap-x-40 {
		grid-column-gap: 10rem !important;
		-moz-column-gap: 10rem !important;
		column-gap: 10rem !important
	}

	.hl\:gap-x-48 {
		grid-column-gap: 12rem !important;
		-moz-column-gap: 12rem !important;
		column-gap: 12rem !important
	}

	.hl\:gap-x-56 {
		grid-column-gap: 14rem !important;
		-moz-column-gap: 14rem !important;
		column-gap: 14rem !important
	}

	.hl\:gap-x-64 {
		grid-column-gap: 16rem !important;
		-moz-column-gap: 16rem !important;
		column-gap: 16rem !important
	}

	.hl\:gap-x-px {
		grid-column-gap: 1px !important;
		-moz-column-gap: 1px !important;
		column-gap: 1px !important
	}

	.hl\:-gap-x-50 {
		grid-column-gap: -50px !important;
		-moz-column-gap: -50px !important;
		column-gap: -50px !important
	}

	.hl\:row-gap-0 {
		grid-row-gap: 0 !important;
		row-gap: 0 !important
	}

	.hl\:row-gap-1 {
		grid-row-gap: .25rem !important;
		row-gap: .25rem !important
	}

	.hl\:row-gap-2 {
		grid-row-gap: .5rem !important;
		row-gap: .5rem !important
	}

	.hl\:row-gap-3 {
		grid-row-gap: .75rem !important;
		row-gap: .75rem !important
	}

	.hl\:row-gap-4 {
		grid-row-gap: 1rem !important;
		row-gap: 1rem !important
	}

	.hl\:row-gap-5 {
		grid-row-gap: 1.25rem !important;
		row-gap: 1.25rem !important
	}

	.hl\:row-gap-6 {
		grid-row-gap: 1.5rem !important;
		row-gap: 1.5rem !important
	}

	.hl\:row-gap-8 {
		grid-row-gap: 2rem !important;
		row-gap: 2rem !important
	}

	.hl\:row-gap-10 {
		grid-row-gap: 2.5rem !important;
		row-gap: 2.5rem !important
	}

	.hl\:row-gap-12 {
		grid-row-gap: 3rem !important;
		row-gap: 3rem !important
	}

	.hl\:row-gap-16 {
		grid-row-gap: 4rem !important;
		row-gap: 4rem !important
	}

	.hl\:row-gap-20 {
		grid-row-gap: 5rem !important;
		row-gap: 5rem !important
	}

	.hl\:row-gap-24 {
		grid-row-gap: 6rem !important;
		row-gap: 6rem !important
	}

	.hl\:row-gap-32 {
		grid-row-gap: 8rem !important;
		row-gap: 8rem !important
	}

	.hl\:row-gap-40 {
		grid-row-gap: 10rem !important;
		row-gap: 10rem !important
	}

	.hl\:row-gap-48 {
		grid-row-gap: 12rem !important;
		row-gap: 12rem !important
	}

	.hl\:row-gap-56 {
		grid-row-gap: 14rem !important;
		row-gap: 14rem !important
	}

	.hl\:row-gap-64 {
		grid-row-gap: 16rem !important;
		row-gap: 16rem !important
	}

	.hl\:row-gap-px {
		grid-row-gap: 1px !important;
		row-gap: 1px !important
	}

	.hl\:-row-gap-50 {
		grid-row-gap: -50px !important;
		row-gap: -50px !important
	}

	.hl\:gap-y-0 {
		grid-row-gap: 0 !important;
		row-gap: 0 !important
	}

	.hl\:gap-y-1 {
		grid-row-gap: .25rem !important;
		row-gap: .25rem !important
	}

	.hl\:gap-y-2 {
		grid-row-gap: .5rem !important;
		row-gap: .5rem !important
	}

	.hl\:gap-y-3 {
		grid-row-gap: .75rem !important;
		row-gap: .75rem !important
	}

	.hl\:gap-y-4 {
		grid-row-gap: 1rem !important;
		row-gap: 1rem !important
	}

	.hl\:gap-y-5 {
		grid-row-gap: 1.25rem !important;
		row-gap: 1.25rem !important
	}

	.hl\:gap-y-6 {
		grid-row-gap: 1.5rem !important;
		row-gap: 1.5rem !important
	}

	.hl\:gap-y-8 {
		grid-row-gap: 2rem !important;
		row-gap: 2rem !important
	}

	.hl\:gap-y-10 {
		grid-row-gap: 2.5rem !important;
		row-gap: 2.5rem !important
	}

	.hl\:gap-y-12 {
		grid-row-gap: 3rem !important;
		row-gap: 3rem !important
	}

	.hl\:gap-y-16 {
		grid-row-gap: 4rem !important;
		row-gap: 4rem !important
	}

	.hl\:gap-y-20 {
		grid-row-gap: 5rem !important;
		row-gap: 5rem !important
	}

	.hl\:gap-y-24 {
		grid-row-gap: 6rem !important;
		row-gap: 6rem !important
	}

	.hl\:gap-y-32 {
		grid-row-gap: 8rem !important;
		row-gap: 8rem !important
	}

	.hl\:gap-y-40 {
		grid-row-gap: 10rem !important;
		row-gap: 10rem !important
	}

	.hl\:gap-y-48 {
		grid-row-gap: 12rem !important;
		row-gap: 12rem !important
	}

	.hl\:gap-y-56 {
		grid-row-gap: 14rem !important;
		row-gap: 14rem !important
	}

	.hl\:gap-y-64 {
		grid-row-gap: 16rem !important;
		row-gap: 16rem !important
	}

	.hl\:gap-y-px {
		grid-row-gap: 1px !important;
		row-gap: 1px !important
	}

	.hl\:-gap-y-50 {
		grid-row-gap: -50px !important;
		row-gap: -50px !important
	}

	.hl\:grid-flow-row {
		grid-auto-flow: row !important
	}

	.hl\:grid-flow-col {
		grid-auto-flow: column !important
	}

	.hl\:grid-flow-row-dense {
		grid-auto-flow: row dense !important
	}

	.hl\:grid-flow-col-dense {
		grid-auto-flow: column dense !important
	}

	.hl\:grid-cols-1 {
		grid-template-columns: repeat(1,minmax(0,1fr)) !important
	}

	.hl\:grid-cols-2 {
		grid-template-columns: repeat(2,minmax(0,1fr)) !important
	}

	.hl\:grid-cols-3 {
		grid-template-columns: repeat(3,minmax(0,1fr)) !important
	}

	.hl\:grid-cols-4 {
		grid-template-columns: repeat(4,minmax(0,1fr)) !important
	}

	.hl\:grid-cols-5 {
		grid-template-columns: repeat(5,minmax(0,1fr)) !important
	}

	.hl\:grid-cols-6 {
		grid-template-columns: repeat(6,minmax(0,1fr)) !important
	}

	.hl\:grid-cols-7 {
		grid-template-columns: repeat(7,minmax(0,1fr)) !important
	}

	.hl\:grid-cols-8 {
		grid-template-columns: repeat(8,minmax(0,1fr)) !important
	}

	.hl\:grid-cols-9 {
		grid-template-columns: repeat(9,minmax(0,1fr)) !important
	}

	.hl\:grid-cols-10 {
		grid-template-columns: repeat(10,minmax(0,1fr)) !important
	}

	.hl\:grid-cols-11 {
		grid-template-columns: repeat(11,minmax(0,1fr)) !important
	}

	.hl\:grid-cols-12 {
		grid-template-columns: repeat(12,minmax(0,1fr)) !important
	}

	.hl\:grid-cols-none {
		grid-template-columns: none !important
	}

	.hl\:auto-cols-auto {
		grid-auto-columns: auto !important
	}

	.hl\:auto-cols-min {
		grid-auto-columns: -webkit-min-content !important;
		grid-auto-columns: min-content !important
	}

	.hl\:auto-cols-max {
		grid-auto-columns: -webkit-max-content !important;
		grid-auto-columns: max-content !important
	}

	.hl\:auto-cols-fr {
		grid-auto-columns: minmax(0,1fr) !important
	}

	.hl\:col-auto {
		grid-column: auto !important
	}

	.hl\:col-span-1 {
		grid-column: span 1/span 1 !important
	}

	.hl\:col-span-2 {
		grid-column: span 2/span 2 !important
	}

	.hl\:col-span-3 {
		grid-column: span 3/span 3 !important
	}

	.hl\:col-span-4 {
		grid-column: span 4/span 4 !important
	}

	.hl\:col-span-5 {
		grid-column: span 5/span 5 !important
	}

	.hl\:col-span-6 {
		grid-column: span 6/span 6 !important
	}

	.hl\:col-span-7 {
		grid-column: span 7/span 7 !important
	}

	.hl\:col-span-8 {
		grid-column: span 8/span 8 !important
	}

	.hl\:col-span-9 {
		grid-column: span 9/span 9 !important
	}

	.hl\:col-span-10 {
		grid-column: span 10/span 10 !important
	}

	.hl\:col-span-11 {
		grid-column: span 11/span 11 !important
	}

	.hl\:col-span-12 {
		grid-column: span 12/span 12 !important
	}

	.hl\:col-span-full {
		grid-column: 1/-1 !important
	}

	.hl\:col-start-1 {
		grid-column-start: 1 !important
	}

	.hl\:col-start-2 {
		grid-column-start: 2 !important
	}

	.hl\:col-start-3 {
		grid-column-start: 3 !important
	}

	.hl\:col-start-4 {
		grid-column-start: 4 !important
	}

	.hl\:col-start-5 {
		grid-column-start: 5 !important
	}

	.hl\:col-start-6 {
		grid-column-start: 6 !important
	}

	.hl\:col-start-7 {
		grid-column-start: 7 !important
	}

	.hl\:col-start-8 {
		grid-column-start: 8 !important
	}

	.hl\:col-start-9 {
		grid-column-start: 9 !important
	}

	.hl\:col-start-10 {
		grid-column-start: 10 !important
	}

	.hl\:col-start-11 {
		grid-column-start: 11 !important
	}

	.hl\:col-start-12 {
		grid-column-start: 12 !important
	}

	.hl\:col-start-13 {
		grid-column-start: 13 !important
	}

	.hl\:col-start-auto {
		grid-column-start: auto !important
	}

	.hl\:col-end-1 {
		grid-column-end: 1 !important
	}

	.hl\:col-end-2 {
		grid-column-end: 2 !important
	}

	.hl\:col-end-3 {
		grid-column-end: 3 !important
	}

	.hl\:col-end-4 {
		grid-column-end: 4 !important
	}

	.hl\:col-end-5 {
		grid-column-end: 5 !important
	}

	.hl\:col-end-6 {
		grid-column-end: 6 !important
	}

	.hl\:col-end-7 {
		grid-column-end: 7 !important
	}

	.hl\:col-end-8 {
		grid-column-end: 8 !important
	}

	.hl\:col-end-9 {
		grid-column-end: 9 !important
	}

	.hl\:col-end-10 {
		grid-column-end: 10 !important
	}

	.hl\:col-end-11 {
		grid-column-end: 11 !important
	}

	.hl\:col-end-12 {
		grid-column-end: 12 !important
	}

	.hl\:col-end-13 {
		grid-column-end: 13 !important
	}

	.hl\:col-end-auto {
		grid-column-end: auto !important
	}

	.hl\:grid-rows-1 {
		grid-template-rows: repeat(1,minmax(0,1fr)) !important
	}

	.hl\:grid-rows-2 {
		grid-template-rows: repeat(2,minmax(0,1fr)) !important
	}

	.hl\:grid-rows-3 {
		grid-template-rows: repeat(3,minmax(0,1fr)) !important
	}

	.hl\:grid-rows-4 {
		grid-template-rows: repeat(4,minmax(0,1fr)) !important
	}

	.hl\:grid-rows-5 {
		grid-template-rows: repeat(5,minmax(0,1fr)) !important
	}

	.hl\:grid-rows-6 {
		grid-template-rows: repeat(6,minmax(0,1fr)) !important
	}

	.hl\:grid-rows-none {
		grid-template-rows: none !important
	}

	.hl\:auto-rows-auto {
		grid-auto-rows: auto !important
	}

	.hl\:auto-rows-min {
		grid-auto-rows: -webkit-min-content !important;
		grid-auto-rows: min-content !important
	}

	.hl\:auto-rows-max {
		grid-auto-rows: -webkit-max-content !important;
		grid-auto-rows: max-content !important
	}

	.hl\:auto-rows-fr {
		grid-auto-rows: minmax(0,1fr) !important
	}

	.hl\:row-auto {
		grid-row: auto !important
	}

	.hl\:row-span-1 {
		grid-row: span 1/span 1 !important
	}

	.hl\:row-span-2 {
		grid-row: span 2/span 2 !important
	}

	.hl\:row-span-3 {
		grid-row: span 3/span 3 !important
	}

	.hl\:row-span-4 {
		grid-row: span 4/span 4 !important
	}

	.hl\:row-span-5 {
		grid-row: span 5/span 5 !important
	}

	.hl\:row-span-6 {
		grid-row: span 6/span 6 !important
	}

	.hl\:row-span-full {
		grid-row: 1/-1 !important
	}

	.hl\:row-start-1 {
		grid-row-start: 1 !important
	}

	.hl\:row-start-2 {
		grid-row-start: 2 !important
	}

	.hl\:row-start-3 {
		grid-row-start: 3 !important
	}

	.hl\:row-start-4 {
		grid-row-start: 4 !important
	}

	.hl\:row-start-5 {
		grid-row-start: 5 !important
	}

	.hl\:row-start-6 {
		grid-row-start: 6 !important
	}

	.hl\:row-start-7 {
		grid-row-start: 7 !important
	}

	.hl\:row-start-auto {
		grid-row-start: auto !important
	}

	.hl\:row-end-1 {
		grid-row-end: 1 !important
	}

	.hl\:row-end-2 {
		grid-row-end: 2 !important
	}

	.hl\:row-end-3 {
		grid-row-end: 3 !important
	}

	.hl\:row-end-4 {
		grid-row-end: 4 !important
	}

	.hl\:row-end-5 {
		grid-row-end: 5 !important
	}

	.hl\:row-end-6 {
		grid-row-end: 6 !important
	}

	.hl\:row-end-7 {
		grid-row-end: 7 !important
	}

	.hl\:row-end-auto {
		grid-row-end: auto !important
	}

	.hl\:transform {
		--transform-translate-x: 0 !important;
		--transform-translate-y: 0 !important;
		--transform-rotate: 0 !important;
		--transform-skew-x: 0 !important;
		--transform-skew-y: 0 !important;
		--transform-scale-x: 1 !important;
		--transform-scale-y: 1 !important;
		transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
	}

	.hl\:transform-none {
		transform: none !important
	}

	.hl\:translate-x-0 {
		--transform-translate-x: 0 !important
	}

	.hl\:translate-x-1 {
		--transform-translate-x: 0.25rem !important
	}

	.hl\:translate-x-2 {
		--transform-translate-x: 0.5rem !important
	}

	.hl\:translate-x-3 {
		--transform-translate-x: 0.75rem !important
	}

	.hl\:translate-x-4 {
		--transform-translate-x: 1rem !important
	}

	.hl\:translate-x-5 {
		--transform-translate-x: 1.25rem !important
	}

	.hl\:translate-x-6 {
		--transform-translate-x: 1.5rem !important
	}

	.hl\:translate-x-8 {
		--transform-translate-x: 2rem !important
	}

	.hl\:translate-x-10 {
		--transform-translate-x: 2.5rem !important
	}

	.hl\:translate-x-12 {
		--transform-translate-x: 3rem !important
	}

	.hl\:translate-x-16 {
		--transform-translate-x: 4rem !important
	}

	.hl\:translate-x-20 {
		--transform-translate-x: 5rem !important
	}

	.hl\:translate-x-24 {
		--transform-translate-x: 6rem !important
	}

	.hl\:translate-x-32 {
		--transform-translate-x: 8rem !important
	}

	.hl\:translate-x-40 {
		--transform-translate-x: 10rem !important
	}

	.hl\:translate-x-48 {
		--transform-translate-x: 12rem !important
	}

	.hl\:translate-x-56 {
		--transform-translate-x: 14rem !important
	}

	.hl\:translate-x-64 {
		--transform-translate-x: 16rem !important
	}

	.hl\:translate-x-px {
		--transform-translate-x: 1px !important
	}

	.hl\:-translate-x-50 {
		--transform-translate-x: -50px !important
	}

	.hl\:-translate-x-1 {
		--transform-translate-x: -0.25rem !important
	}

	.hl\:-translate-x-2 {
		--transform-translate-x: -0.5rem !important
	}

	.hl\:-translate-x-3 {
		--transform-translate-x: -0.75rem !important
	}

	.hl\:-translate-x-4 {
		--transform-translate-x: -1rem !important
	}

	.hl\:-translate-x-5 {
		--transform-translate-x: -1.25rem !important
	}

	.hl\:-translate-x-6 {
		--transform-translate-x: -1.5rem !important
	}

	.hl\:-translate-x-8 {
		--transform-translate-x: -2rem !important
	}

	.hl\:-translate-x-10 {
		--transform-translate-x: -2.5rem !important
	}

	.hl\:-translate-x-12 {
		--transform-translate-x: -3rem !important
	}

	.hl\:-translate-x-16 {
		--transform-translate-x: -4rem !important
	}

	.hl\:-translate-x-20 {
		--transform-translate-x: -5rem !important
	}

	.hl\:-translate-x-24 {
		--transform-translate-x: -6rem !important
	}

	.hl\:-translate-x-32 {
		--transform-translate-x: -8rem !important
	}

	.hl\:-translate-x-40 {
		--transform-translate-x: -10rem !important
	}

	.hl\:-translate-x-48 {
		--transform-translate-x: -12rem !important
	}

	.hl\:-translate-x-56 {
		--transform-translate-x: -14rem !important
	}

	.hl\:-translate-x-64 {
		--transform-translate-x: -16rem !important
	}

	.hl\:-translate-x-px {
		--transform-translate-x: -1px !important
	}

	.hl\:-translate-x--50 {
		--transform-translate-x: 50px !important
	}

	.hl\:-translate-x-full {
		--transform-translate-x: -100% !important
	}

	.hl\:-translate-x-1\/2 {
		--transform-translate-x: -50% !important
	}

	.hl\:translate-x-1\/2 {
		--transform-translate-x: 50% !important
	}

	.hl\:translate-x-full {
		--transform-translate-x: 100% !important
	}

	.hl\:translate-y-0 {
		--transform-translate-y: 0 !important
	}

	.hl\:translate-y-1 {
		--transform-translate-y: 0.25rem !important
	}

	.hl\:translate-y-2 {
		--transform-translate-y: 0.5rem !important
	}

	.hl\:translate-y-3 {
		--transform-translate-y: 0.75rem !important
	}

	.hl\:translate-y-4 {
		--transform-translate-y: 1rem !important
	}

	.hl\:translate-y-5 {
		--transform-translate-y: 1.25rem !important
	}

	.hl\:translate-y-6 {
		--transform-translate-y: 1.5rem !important
	}

	.hl\:translate-y-8 {
		--transform-translate-y: 2rem !important
	}

	.hl\:translate-y-10 {
		--transform-translate-y: 2.5rem !important
	}

	.hl\:translate-y-12 {
		--transform-translate-y: 3rem !important
	}

	.hl\:translate-y-16 {
		--transform-translate-y: 4rem !important
	}

	.hl\:translate-y-20 {
		--transform-translate-y: 5rem !important
	}

	.hl\:translate-y-24 {
		--transform-translate-y: 6rem !important
	}

	.hl\:translate-y-32 {
		--transform-translate-y: 8rem !important
	}

	.hl\:translate-y-40 {
		--transform-translate-y: 10rem !important
	}

	.hl\:translate-y-48 {
		--transform-translate-y: 12rem !important
	}

	.hl\:translate-y-56 {
		--transform-translate-y: 14rem !important
	}

	.hl\:translate-y-64 {
		--transform-translate-y: 16rem !important
	}

	.hl\:translate-y-px {
		--transform-translate-y: 1px !important
	}

	.hl\:-translate-y-50 {
		--transform-translate-y: -50px !important
	}

	.hl\:-translate-y-1 {
		--transform-translate-y: -0.25rem !important
	}

	.hl\:-translate-y-2 {
		--transform-translate-y: -0.5rem !important
	}

	.hl\:-translate-y-3 {
		--transform-translate-y: -0.75rem !important
	}

	.hl\:-translate-y-4 {
		--transform-translate-y: -1rem !important
	}

	.hl\:-translate-y-5 {
		--transform-translate-y: -1.25rem !important
	}

	.hl\:-translate-y-6 {
		--transform-translate-y: -1.5rem !important
	}

	.hl\:-translate-y-8 {
		--transform-translate-y: -2rem !important
	}

	.hl\:-translate-y-10 {
		--transform-translate-y: -2.5rem !important
	}

	.hl\:-translate-y-12 {
		--transform-translate-y: -3rem !important
	}

	.hl\:-translate-y-16 {
		--transform-translate-y: -4rem !important
	}

	.hl\:-translate-y-20 {
		--transform-translate-y: -5rem !important
	}

	.hl\:-translate-y-24 {
		--transform-translate-y: -6rem !important
	}

	.hl\:-translate-y-32 {
		--transform-translate-y: -8rem !important
	}

	.hl\:-translate-y-40 {
		--transform-translate-y: -10rem !important
	}

	.hl\:-translate-y-48 {
		--transform-translate-y: -12rem !important
	}

	.hl\:-translate-y-56 {
		--transform-translate-y: -14rem !important
	}

	.hl\:-translate-y-64 {
		--transform-translate-y: -16rem !important
	}

	.hl\:-translate-y-px {
		--transform-translate-y: -1px !important
	}

	.hl\:-translate-y--50 {
		--transform-translate-y: 50px !important
	}

	.hl\:-translate-y-full {
		--transform-translate-y: -100% !important
	}

	.hl\:-translate-y-1\/2 {
		--transform-translate-y: -50% !important
	}

	.hl\:translate-y-1\/2 {
		--transform-translate-y: 50% !important
	}

	.hl\:translate-y-full {
		--transform-translate-y: 100% !important
	}

	.hl\:hover\:translate-x-0:hover {
		--transform-translate-x: 0 !important
	}

	.hl\:hover\:translate-x-1:hover {
		--transform-translate-x: 0.25rem !important
	}

	.hl\:hover\:translate-x-2:hover {
		--transform-translate-x: 0.5rem !important
	}

	.hl\:hover\:translate-x-3:hover {
		--transform-translate-x: 0.75rem !important
	}

	.hl\:hover\:translate-x-4:hover {
		--transform-translate-x: 1rem !important
	}

	.hl\:hover\:translate-x-5:hover {
		--transform-translate-x: 1.25rem !important
	}

	.hl\:hover\:translate-x-6:hover {
		--transform-translate-x: 1.5rem !important
	}

	.hl\:hover\:translate-x-8:hover {
		--transform-translate-x: 2rem !important
	}

	.hl\:hover\:translate-x-10:hover {
		--transform-translate-x: 2.5rem !important
	}

	.hl\:hover\:translate-x-12:hover {
		--transform-translate-x: 3rem !important
	}

	.hl\:hover\:translate-x-16:hover {
		--transform-translate-x: 4rem !important
	}

	.hl\:hover\:translate-x-20:hover {
		--transform-translate-x: 5rem !important
	}

	.hl\:hover\:translate-x-24:hover {
		--transform-translate-x: 6rem !important
	}

	.hl\:hover\:translate-x-32:hover {
		--transform-translate-x: 8rem !important
	}

	.hl\:hover\:translate-x-40:hover {
		--transform-translate-x: 10rem !important
	}

	.hl\:hover\:translate-x-48:hover {
		--transform-translate-x: 12rem !important
	}

	.hl\:hover\:translate-x-56:hover {
		--transform-translate-x: 14rem !important
	}

	.hl\:hover\:translate-x-64:hover {
		--transform-translate-x: 16rem !important
	}

	.hl\:hover\:translate-x-px:hover {
		--transform-translate-x: 1px !important
	}

	.hl\:hover\:-translate-x-50:hover {
		--transform-translate-x: -50px !important
	}

	.hl\:hover\:-translate-x-1:hover {
		--transform-translate-x: -0.25rem !important
	}

	.hl\:hover\:-translate-x-2:hover {
		--transform-translate-x: -0.5rem !important
	}

	.hl\:hover\:-translate-x-3:hover {
		--transform-translate-x: -0.75rem !important
	}

	.hl\:hover\:-translate-x-4:hover {
		--transform-translate-x: -1rem !important
	}

	.hl\:hover\:-translate-x-5:hover {
		--transform-translate-x: -1.25rem !important
	}

	.hl\:hover\:-translate-x-6:hover {
		--transform-translate-x: -1.5rem !important
	}

	.hl\:hover\:-translate-x-8:hover {
		--transform-translate-x: -2rem !important
	}

	.hl\:hover\:-translate-x-10:hover {
		--transform-translate-x: -2.5rem !important
	}

	.hl\:hover\:-translate-x-12:hover {
		--transform-translate-x: -3rem !important
	}

	.hl\:hover\:-translate-x-16:hover {
		--transform-translate-x: -4rem !important
	}

	.hl\:hover\:-translate-x-20:hover {
		--transform-translate-x: -5rem !important
	}

	.hl\:hover\:-translate-x-24:hover {
		--transform-translate-x: -6rem !important
	}

	.hl\:hover\:-translate-x-32:hover {
		--transform-translate-x: -8rem !important
	}

	.hl\:hover\:-translate-x-40:hover {
		--transform-translate-x: -10rem !important
	}

	.hl\:hover\:-translate-x-48:hover {
		--transform-translate-x: -12rem !important
	}

	.hl\:hover\:-translate-x-56:hover {
		--transform-translate-x: -14rem !important
	}

	.hl\:hover\:-translate-x-64:hover {
		--transform-translate-x: -16rem !important
	}

	.hl\:hover\:-translate-x-px:hover {
		--transform-translate-x: -1px !important
	}

	.hl\:hover\:-translate-x--50:hover {
		--transform-translate-x: 50px !important
	}

	.hl\:hover\:-translate-x-full:hover {
		--transform-translate-x: -100% !important
	}

	.hl\:hover\:-translate-x-1\/2:hover {
		--transform-translate-x: -50% !important
	}

	.hl\:hover\:translate-x-1\/2:hover {
		--transform-translate-x: 50% !important
	}

	.hl\:hover\:translate-x-full:hover {
		--transform-translate-x: 100% !important
	}

	.hl\:hover\:translate-y-0:hover {
		--transform-translate-y: 0 !important
	}

	.hl\:hover\:translate-y-1:hover {
		--transform-translate-y: 0.25rem !important
	}

	.hl\:hover\:translate-y-2:hover {
		--transform-translate-y: 0.5rem !important
	}

	.hl\:hover\:translate-y-3:hover {
		--transform-translate-y: 0.75rem !important
	}

	.hl\:hover\:translate-y-4:hover {
		--transform-translate-y: 1rem !important
	}

	.hl\:hover\:translate-y-5:hover {
		--transform-translate-y: 1.25rem !important
	}

	.hl\:hover\:translate-y-6:hover {
		--transform-translate-y: 1.5rem !important
	}

	.hl\:hover\:translate-y-8:hover {
		--transform-translate-y: 2rem !important
	}

	.hl\:hover\:translate-y-10:hover {
		--transform-translate-y: 2.5rem !important
	}

	.hl\:hover\:translate-y-12:hover {
		--transform-translate-y: 3rem !important
	}

	.hl\:hover\:translate-y-16:hover {
		--transform-translate-y: 4rem !important
	}

	.hl\:hover\:translate-y-20:hover {
		--transform-translate-y: 5rem !important
	}

	.hl\:hover\:translate-y-24:hover {
		--transform-translate-y: 6rem !important
	}

	.hl\:hover\:translate-y-32:hover {
		--transform-translate-y: 8rem !important
	}

	.hl\:hover\:translate-y-40:hover {
		--transform-translate-y: 10rem !important
	}

	.hl\:hover\:translate-y-48:hover {
		--transform-translate-y: 12rem !important
	}

	.hl\:hover\:translate-y-56:hover {
		--transform-translate-y: 14rem !important
	}

	.hl\:hover\:translate-y-64:hover {
		--transform-translate-y: 16rem !important
	}

	.hl\:hover\:translate-y-px:hover {
		--transform-translate-y: 1px !important
	}

	.hl\:hover\:-translate-y-50:hover {
		--transform-translate-y: -50px !important
	}

	.hl\:hover\:-translate-y-1:hover {
		--transform-translate-y: -0.25rem !important
	}

	.hl\:hover\:-translate-y-2:hover {
		--transform-translate-y: -0.5rem !important
	}

	.hl\:hover\:-translate-y-3:hover {
		--transform-translate-y: -0.75rem !important
	}

	.hl\:hover\:-translate-y-4:hover {
		--transform-translate-y: -1rem !important
	}

	.hl\:hover\:-translate-y-5:hover {
		--transform-translate-y: -1.25rem !important
	}

	.hl\:hover\:-translate-y-6:hover {
		--transform-translate-y: -1.5rem !important
	}

	.hl\:hover\:-translate-y-8:hover {
		--transform-translate-y: -2rem !important
	}

	.hl\:hover\:-translate-y-10:hover {
		--transform-translate-y: -2.5rem !important
	}

	.hl\:hover\:-translate-y-12:hover {
		--transform-translate-y: -3rem !important
	}

	.hl\:hover\:-translate-y-16:hover {
		--transform-translate-y: -4rem !important
	}

	.hl\:hover\:-translate-y-20:hover {
		--transform-translate-y: -5rem !important
	}

	.hl\:hover\:-translate-y-24:hover {
		--transform-translate-y: -6rem !important
	}

	.hl\:hover\:-translate-y-32:hover {
		--transform-translate-y: -8rem !important
	}

	.hl\:hover\:-translate-y-40:hover {
		--transform-translate-y: -10rem !important
	}

	.hl\:hover\:-translate-y-48:hover {
		--transform-translate-y: -12rem !important
	}

	.hl\:hover\:-translate-y-56:hover {
		--transform-translate-y: -14rem !important
	}

	.hl\:hover\:-translate-y-64:hover {
		--transform-translate-y: -16rem !important
	}

	.hl\:hover\:-translate-y-px:hover {
		--transform-translate-y: -1px !important
	}

	.hl\:hover\:-translate-y--50:hover {
		--transform-translate-y: 50px !important
	}

	.hl\:hover\:-translate-y-full:hover {
		--transform-translate-y: -100% !important
	}

	.hl\:hover\:-translate-y-1\/2:hover {
		--transform-translate-y: -50% !important
	}

	.hl\:hover\:translate-y-1\/2:hover {
		--transform-translate-y: 50% !important
	}

	.hl\:hover\:translate-y-full:hover {
		--transform-translate-y: 100% !important
	}

	.hl\:focus\:translate-x-0:focus {
		--transform-translate-x: 0 !important
	}

	.hl\:focus\:translate-x-1:focus {
		--transform-translate-x: 0.25rem !important
	}

	.hl\:focus\:translate-x-2:focus {
		--transform-translate-x: 0.5rem !important
	}

	.hl\:focus\:translate-x-3:focus {
		--transform-translate-x: 0.75rem !important
	}

	.hl\:focus\:translate-x-4:focus {
		--transform-translate-x: 1rem !important
	}

	.hl\:focus\:translate-x-5:focus {
		--transform-translate-x: 1.25rem !important
	}

	.hl\:focus\:translate-x-6:focus {
		--transform-translate-x: 1.5rem !important
	}

	.hl\:focus\:translate-x-8:focus {
		--transform-translate-x: 2rem !important
	}

	.hl\:focus\:translate-x-10:focus {
		--transform-translate-x: 2.5rem !important
	}

	.hl\:focus\:translate-x-12:focus {
		--transform-translate-x: 3rem !important
	}

	.hl\:focus\:translate-x-16:focus {
		--transform-translate-x: 4rem !important
	}

	.hl\:focus\:translate-x-20:focus {
		--transform-translate-x: 5rem !important
	}

	.hl\:focus\:translate-x-24:focus {
		--transform-translate-x: 6rem !important
	}

	.hl\:focus\:translate-x-32:focus {
		--transform-translate-x: 8rem !important
	}

	.hl\:focus\:translate-x-40:focus {
		--transform-translate-x: 10rem !important
	}

	.hl\:focus\:translate-x-48:focus {
		--transform-translate-x: 12rem !important
	}

	.hl\:focus\:translate-x-56:focus {
		--transform-translate-x: 14rem !important
	}

	.hl\:focus\:translate-x-64:focus {
		--transform-translate-x: 16rem !important
	}

	.hl\:focus\:translate-x-px:focus {
		--transform-translate-x: 1px !important
	}

	.hl\:focus\:-translate-x-50:focus {
		--transform-translate-x: -50px !important
	}

	.hl\:focus\:-translate-x-1:focus {
		--transform-translate-x: -0.25rem !important
	}

	.hl\:focus\:-translate-x-2:focus {
		--transform-translate-x: -0.5rem !important
	}

	.hl\:focus\:-translate-x-3:focus {
		--transform-translate-x: -0.75rem !important
	}

	.hl\:focus\:-translate-x-4:focus {
		--transform-translate-x: -1rem !important
	}

	.hl\:focus\:-translate-x-5:focus {
		--transform-translate-x: -1.25rem !important
	}

	.hl\:focus\:-translate-x-6:focus {
		--transform-translate-x: -1.5rem !important
	}

	.hl\:focus\:-translate-x-8:focus {
		--transform-translate-x: -2rem !important
	}

	.hl\:focus\:-translate-x-10:focus {
		--transform-translate-x: -2.5rem !important
	}

	.hl\:focus\:-translate-x-12:focus {
		--transform-translate-x: -3rem !important
	}

	.hl\:focus\:-translate-x-16:focus {
		--transform-translate-x: -4rem !important
	}

	.hl\:focus\:-translate-x-20:focus {
		--transform-translate-x: -5rem !important
	}

	.hl\:focus\:-translate-x-24:focus {
		--transform-translate-x: -6rem !important
	}

	.hl\:focus\:-translate-x-32:focus {
		--transform-translate-x: -8rem !important
	}

	.hl\:focus\:-translate-x-40:focus {
		--transform-translate-x: -10rem !important
	}

	.hl\:focus\:-translate-x-48:focus {
		--transform-translate-x: -12rem !important
	}

	.hl\:focus\:-translate-x-56:focus {
		--transform-translate-x: -14rem !important
	}

	.hl\:focus\:-translate-x-64:focus {
		--transform-translate-x: -16rem !important
	}

	.hl\:focus\:-translate-x-px:focus {
		--transform-translate-x: -1px !important
	}

	.hl\:focus\:-translate-x--50:focus {
		--transform-translate-x: 50px !important
	}

	.hl\:focus\:-translate-x-full:focus {
		--transform-translate-x: -100% !important
	}

	.hl\:focus\:-translate-x-1\/2:focus {
		--transform-translate-x: -50% !important
	}

	.hl\:focus\:translate-x-1\/2:focus {
		--transform-translate-x: 50% !important
	}

	.hl\:focus\:translate-x-full:focus {
		--transform-translate-x: 100% !important
	}

	.hl\:focus\:translate-y-0:focus {
		--transform-translate-y: 0 !important
	}

	.hl\:focus\:translate-y-1:focus {
		--transform-translate-y: 0.25rem !important
	}

	.hl\:focus\:translate-y-2:focus {
		--transform-translate-y: 0.5rem !important
	}

	.hl\:focus\:translate-y-3:focus {
		--transform-translate-y: 0.75rem !important
	}

	.hl\:focus\:translate-y-4:focus {
		--transform-translate-y: 1rem !important
	}

	.hl\:focus\:translate-y-5:focus {
		--transform-translate-y: 1.25rem !important
	}

	.hl\:focus\:translate-y-6:focus {
		--transform-translate-y: 1.5rem !important
	}

	.hl\:focus\:translate-y-8:focus {
		--transform-translate-y: 2rem !important
	}

	.hl\:focus\:translate-y-10:focus {
		--transform-translate-y: 2.5rem !important
	}

	.hl\:focus\:translate-y-12:focus {
		--transform-translate-y: 3rem !important
	}

	.hl\:focus\:translate-y-16:focus {
		--transform-translate-y: 4rem !important
	}

	.hl\:focus\:translate-y-20:focus {
		--transform-translate-y: 5rem !important
	}

	.hl\:focus\:translate-y-24:focus {
		--transform-translate-y: 6rem !important
	}

	.hl\:focus\:translate-y-32:focus {
		--transform-translate-y: 8rem !important
	}

	.hl\:focus\:translate-y-40:focus {
		--transform-translate-y: 10rem !important
	}

	.hl\:focus\:translate-y-48:focus {
		--transform-translate-y: 12rem !important
	}

	.hl\:focus\:translate-y-56:focus {
		--transform-translate-y: 14rem !important
	}

	.hl\:focus\:translate-y-64:focus {
		--transform-translate-y: 16rem !important
	}

	.hl\:focus\:translate-y-px:focus {
		--transform-translate-y: 1px !important
	}

	.hl\:focus\:-translate-y-50:focus {
		--transform-translate-y: -50px !important
	}

	.hl\:focus\:-translate-y-1:focus {
		--transform-translate-y: -0.25rem !important
	}

	.hl\:focus\:-translate-y-2:focus {
		--transform-translate-y: -0.5rem !important
	}

	.hl\:focus\:-translate-y-3:focus {
		--transform-translate-y: -0.75rem !important
	}

	.hl\:focus\:-translate-y-4:focus {
		--transform-translate-y: -1rem !important
	}

	.hl\:focus\:-translate-y-5:focus {
		--transform-translate-y: -1.25rem !important
	}

	.hl\:focus\:-translate-y-6:focus {
		--transform-translate-y: -1.5rem !important
	}

	.hl\:focus\:-translate-y-8:focus {
		--transform-translate-y: -2rem !important
	}

	.hl\:focus\:-translate-y-10:focus {
		--transform-translate-y: -2.5rem !important
	}

	.hl\:focus\:-translate-y-12:focus {
		--transform-translate-y: -3rem !important
	}

	.hl\:focus\:-translate-y-16:focus {
		--transform-translate-y: -4rem !important
	}

	.hl\:focus\:-translate-y-20:focus {
		--transform-translate-y: -5rem !important
	}

	.hl\:focus\:-translate-y-24:focus {
		--transform-translate-y: -6rem !important
	}

	.hl\:focus\:-translate-y-32:focus {
		--transform-translate-y: -8rem !important
	}

	.hl\:focus\:-translate-y-40:focus {
		--transform-translate-y: -10rem !important
	}

	.hl\:focus\:-translate-y-48:focus {
		--transform-translate-y: -12rem !important
	}

	.hl\:focus\:-translate-y-56:focus {
		--transform-translate-y: -14rem !important
	}

	.hl\:focus\:-translate-y-64:focus {
		--transform-translate-y: -16rem !important
	}

	.hl\:focus\:-translate-y-px:focus {
		--transform-translate-y: -1px !important
	}

	.hl\:focus\:-translate-y--50:focus {
		--transform-translate-y: 50px !important
	}

	.hl\:focus\:-translate-y-full:focus {
		--transform-translate-y: -100% !important
	}

	.hl\:focus\:-translate-y-1\/2:focus {
		--transform-translate-y: -50% !important
	}

	.hl\:focus\:translate-y-1\/2:focus {
		--transform-translate-y: 50% !important
	}

	.hl\:focus\:translate-y-full:focus {
		--transform-translate-y: 100% !important
	}
}
