@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
:root {
	--background: 0 0% 100%;
	--foreground: 222.2 84% 4.9%;
	--muted: 210 40% 96.1%;
	--muted-foreground: 215.4 16.3% 46.9%;
	--popover: 0 0% 100%;
	--popover-foreground: 222.2 84% 4.9%;
	--card: 0 0% 100%;
	--card-foreground: 222.2 84% 4.9%;
	--border: 214.3 31.8% 91.4%;
	--input: 214.3 31.8% 91.4%;
	--primary: 222.2 47.4% 11.2%;
	--primary-foreground: 210 40% 98%;
	--secondary: 210 40% 96.1%;
	--secondary-foreground: 222.2 47.4% 11.2%;
	--accent: 210 40% 96.1%;
	--accent-foreground: 222.2 47.4% 11.2%;
	--destructive: 0 84.2% 60.2%;
	--destructive-foreground: 210 40% 98%;
	--ring: 215 20.2% 65.1%;
	--radius: 0.5rem;
}
.dark {
	--background: 222.2 84% 4.9%;
	--foreground: 210 40% 98%;
	--muted: 217.2 32.6% 17.5%;
	--muted-foreground: 215 20.2% 65.1%;
	--popover: 222.2 84% 4.9%;
	--popover-foreground: 210 40% 98%;
	--card: 222.2 84% 4.9%;
	--card-foreground: 210 40% 98%;
	--border: 217.2 32.6% 17.5%;
	--input: 217.2 32.6% 17.5%;
	--primary: 210 40% 98%;
	--primary-foreground: 222.2 47.4% 11.2%;
	--secondary: 217.2 32.6% 17.5%;
	--secondary-foreground: 210 40% 98%;
	--accent: 217.2 32.6% 17.5%;
	--accent-foreground: 210 40% 98%;
	--destructive: 0 62.8% 30.6%;
	--destructive-foreground: 0 85.7% 97.3%;
	--ring: 217.2 32.6% 17.5%;
}
/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com*/
*,
:after,
:before {
	border: 0 solid #e5e7eb;
	box-sizing: border-box;
}
:after,
:before {
	--tw-content: "";
}
html {
	-webkit-text-size-adjust: 100%;
	font-feature-settings: normal;
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
		Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
		Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-variation-settings: normal;
	line-height: 1.5;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}
body {
	line-height: inherit;
	margin: 0;
}
hr {
	border-top-width: 1px;
	color: inherit;
	height: 0;
}
abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}
a {
	color: inherit;
	text-decoration: inherit;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
pre,
samp {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		Liberation Mono, Courier New, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
table {
	border-collapse: collapse;
	border-color: inherit;
	text-indent: 0;
}
button,
input,
optgroup,
select,
textarea {
	font-feature-settings: inherit;
	color: inherit;
	font-family: inherit;
	font-size: 100%;
	font-variation-settings: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
}
button,
select {
	text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none;
}
:-moz-focusring {
	outline: auto;
}
:-moz-ui-invalid {
	box-shadow: none;
}
progress {
	vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
summary {
	display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
	margin: 0;
}
fieldset {
	margin: 0;
}
fieldset,
legend {
	padding: 0;
}
menu,
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
dialog {
	padding: 0;
}
textarea {
	resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #9ca3af;
	opacity: 1;
}
input::placeholder,
textarea::placeholder {
	color: #9ca3af;
	opacity: 1;
}
[role="button"],
button {
	cursor: pointer;
}
:disabled {
	cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
	display: block;
	vertical-align: middle;
}
img,
video {
	height: auto;
	max-width: 100%;
}
[hidden] {
	display: none;
}
[multiple],
[type="date"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
input:where(:not([type])),
select,
textarea {
	--tw-shadow: 0 0 #0000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-radius: 0;
	border-width: 1px;
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 0.5rem 0.75rem;
}
[multiple]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
input:where(:not([type])):focus,
select:focus,
textarea:focus {
	--tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	border-color: #2563eb;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow);
	outline: 2px solid transparent;
	outline-offset: 2px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #6b7280;
	opacity: 1;
}
input::placeholder,
textarea::placeholder {
	color: #6b7280;
	opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}
::-webkit-date-and-time-value {
	min-height: 1.5em;
	text-align: inherit;
}
::-webkit-datetime-edit {
	display: inline-flex;
}
::-webkit-datetime-edit,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-meridiem-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-year-field {
	padding-bottom: 0;
	padding-top: 0;
}
select {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	print-color-adjust: exact;
}
[multiple],
[size]:where(select:not([size="1"])) {
	background-image: none;
	background-position: 0 0;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	print-color-adjust: unset;
}
[type="checkbox"],
[type="radio"] {
	--tw-shadow: 0 0 #0000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-origin: border-box;
	border-color: #6b7280;
	border-width: 1px;
	color: #2563eb;
	display: inline-block;
	flex-shrink: 0;
	height: 1rem;
	padding: 0;
	print-color-adjust: exact;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle;
	width: 1rem;
}
[type="checkbox"] {
	border-radius: 0;
}
[type="radio"] {
	border-radius: 100%;
}
[type="checkbox"]:focus,
[type="radio"]:focus {
	--tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow);
	outline: 2px solid transparent;
	outline-offset: 2px;
}
[type="checkbox"]:checked,
[type="radio"]:checked {
	background-color: currentColor;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-color: transparent;
}
[type="checkbox"]:checked {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
}
[type="radio"]:checked {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
}
[type="checkbox"]:checked:focus,
[type="checkbox"]:checked:hover,
[type="radio"]:checked:focus,
[type="radio"]:checked:hover {
	background-color: currentColor;
	border-color: transparent;
}
[type="checkbox"]:indeterminate {
	background-color: currentColor;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-color: transparent;
}
[type="checkbox"]:indeterminate:focus,
[type="checkbox"]:indeterminate:hover {
	background-color: currentColor;
	border-color: transparent;
}
[type="file"] {
	background: unset;
	border-color: inherit;
	border-radius: 0;
	border-width: 0;
	font-size: unset;
	line-height: inherit;
	padding: 0;
}
[type="file"]:focus {
	outline: 1px solid ButtonText;
	outline: 1px auto -webkit-focus-ring-color;
}
* {
	border-color: hsl(var(--border));
}
body {
	background-color: var(--background);
	color: hsl(var(--foreground));
	height: 100%;
}
*,
:after,
:before {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position: ;
	--tw-gradient-via-position: ;
	--tw-gradient-to-position: ;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
}
::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position: ;
	--tw-gradient-via-position: ;
	--tw-gradient-to-position: ;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
}
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
@media (min-width: 1400px) {
	.container {
		max-width: 1400px;
		padding-left: 0;
		padding-right: 0;
	}
}
.prose {
	--tw-prose-body: #3f3f46;
	--tw-prose-headings: #18181b;
	--tw-prose-links: #ef4444;
	--tw-prose-links-hover: #dc2626;
	--tw-prose-links-underline: rgba(239, 68, 68, 0.3);
	--tw-prose-bold: #18181b;
	--tw-prose-counters: #71717a;
	--tw-prose-bullets: #d4d4d8;
	--tw-prose-hr: rgba(24, 24, 27, 0.05);
	--tw-prose-quotes: #18181b;
	--tw-prose-quote-borders: #e4e4e7;
	--tw-prose-captions: #71717a;
	--tw-prose-code: #18181b;
	--tw-prose-code-bg: #f4f4f5;
	--tw-prose-code-ring: #d4d4d8;
	--tw-prose-th-borders: #d4d4d8;
	--tw-prose-td-borders: #e4e4e7;
	--tw-prose-invert-body: #d4d4d8;
	--tw-prose-invert-headings: #fff;
	--tw-prose-invert-links: #f87171;
	--tw-prose-invert-links-hover: #ef4444;
	--tw-prose-invert-links-underline: rgba(239, 68, 68, 0.3);
	--tw-prose-invert-bold: #fff;
	--tw-prose-invert-counters: #a1a1aa;
	--tw-prose-invert-bullets: #52525b;
	--tw-prose-invert-hr: hsla(0, 0%, 100%, 0.05);
	--tw-prose-invert-quotes: #f4f4f5;
	--tw-prose-invert-quote-borders: #3f3f46;
	--tw-prose-invert-captions: #a1a1aa;
	--tw-prose-invert-code: #fff;
	--tw-prose-invert-code-bg: rgba(63, 63, 70, 0.15);
	--tw-prose-invert-code-ring: hsla(0, 0%, 100%, 0.1);
	--tw-prose-invert-th-borders: #52525b;
	--tw-prose-invert-td-borders: #3f3f46;
	color: var(--tw-prose-body);
	font-size: 0.875rem;
	line-height: 1.75rem;
}
.prose
	:where(.prose > *):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-left: auto;
	margin-right: auto;
	max-width: 40rem;
}
@media (min-width: 768px) {
	.prose
		:where(.prose > *):not(
			:where([class~="not-prose"], [class~="not-prose"] *)
		) {
		margin-left: calc(50% - min(50%, 28rem));
		margin-right: calc(50% - min(50%, 28rem));
		max-width: 100%;
	}
}
@media (min-width: 1024px) {
	.prose
		:where(.prose > *):not(
			:where([class~="not-prose"], [class~="not-prose"] *)
		) {
		margin-left: calc(50% - min(50%, 33rem));
		margin-right: calc(50% - min(50%, 33rem));
		max-width: 72rem;
	}
}
@media (min-width: 1280px) {
	.prose
		:where(.prose > *):not(
			:where([class~="not-prose"], [class~="not-prose"] *)
		) {
		margin-left: calc(50% - min(50%, 36rem));
		margin-right: calc(50% - min(50%, 36rem));
		max-width: 80rem;
	}
}
.prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}
.prose
	:where([class~="lead"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	font-size: 1rem;
	line-height: 1.75rem;
}
.prose :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	list-style-type: decimal;
	margin-bottom: 1.25rem;
	margin-top: 1.25rem;
	padding-left: 1.625rem;
}
.prose
	:where(ol[type="A"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: upper-alpha;
}
.prose
	:where(ol[type="a"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: lower-alpha;
}
.prose
	:where(ol[type="A s"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: upper-alpha;
}
.prose
	:where(ol[type="a s"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: lower-alpha;
}
.prose
	:where(ol[type="I"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: upper-roman;
}
.prose
	:where(ol[type="i"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: lower-roman;
}
.prose
	:where(ol[type="I s"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: upper-roman;
}
.prose
	:where(ol[type="i s"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: lower-roman;
}
.prose
	:where(ol[type="1"]):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	list-style-type: disc;
	margin-bottom: 1.25rem;
	margin-top: 1.25rem;
	padding-left: 1.625rem;
}
.prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}
.prose
	:where(:is(ol, ul) > li):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	padding-left: 0.375rem;
}
.prose
	:where(ol > li):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	)::marker {
	color: var(--tw-prose-counters);
	font-weight: 400;
}
.prose
	:where(ul > li):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	)::marker {
	color: var(--tw-prose-bullets);
}
.prose
	:where(.prose > ul > li p):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 0.75rem;
	margin-top: 0.75rem;
}
.prose
	:where(.prose > ul > li > :first-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-top: 1.25rem;
}
.prose
	:where(.prose > ul > li > :last-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 1.25rem;
}
.prose
	:where(.prose > ol > li > :first-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-top: 1.25rem;
}
.prose
	:where(.prose > ol > li > :last-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 1.25rem;
}
.prose
	:where(ul ul, ul ol, ol ul, ol ol):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 0.75rem;
	margin-top: 0.75rem;
}
.prose :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	border-color: var(--tw-prose-hr);
	border-top-width: 1px;
	margin: 4rem -1rem;
	max-width: none;
}
@media (min-width: 640px) {
	.prose
		:where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}
}
@media (min-width: 1024px) {
	.prose
		:where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-left: -2rem;
		margin-right: -2rem;
	}
}
.prose
	:where(blockquote):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	border-left-color: var(--tw-prose-quote-borders);
	border-left-width: 0.25rem;
	color: var(--tw-prose-quotes);
	font-style: italic;
	font-weight: 500;
	margin-bottom: 2rem;
	margin-top: 2rem;
	padding-left: 1.25rem;
	quotes: "\201C""\201D""\2018""\2019";
}
.prose
	:where(blockquote p:first-of-type):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	):before {
	content: open-quote;
}
.prose
	:where(blockquote p:last-of-type):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	):after {
	content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 2rem;
	margin-bottom: 0.5rem;
}
.prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.75rem;
	margin-bottom: 0.5rem;
	margin-top: 4rem;
}
.prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.75rem;
	margin-bottom: 0.5rem;
	margin-top: 2.5rem;
}
.prose
	:where(:is(.sensitive) h1):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	color: var(--tw-prose-headings);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2rem;
}
.prose
	:where(:is(.sensitive) h2):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	color: var(--tw-prose-headings);
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.75rem;
}
.prose
	:where(:is(.sensitive) h3):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	color: var(--tw-prose-headings);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.75rem;
}
.prose
	:where(img, figure):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.prose :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.prose
	:where(figure > *):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 0;
	margin-top: 0;
}
.prose
	:where(figcaption):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	color: var(--tw-prose-captions);
	font-size: 0.8125rem;
	line-height: 1.5rem;
	margin-top: 0.5rem;
}
.prose :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	line-height: 1.5rem;
	margin-bottom: 2rem;
	margin-top: 2rem;
	table-layout: auto;
	text-align: left;
	width: 100%;
}
.prose :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	border-bottom-color: var(--tw-prose-th-borders);
	border-bottom-width: 1px;
}
.prose
	:where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-headings);
	font-weight: 600;
	padding-bottom: 0.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	vertical-align: bottom;
}
.prose
	:where(thead th:first-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	padding-left: 0;
}
.prose
	:where(thead th:last-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	padding-right: 0;
}
.prose
	:where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	border-bottom-color: var(--tw-prose-td-borders);
	border-bottom-width: 1px;
}
.prose
	:where(tbody tr:last-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	border-bottom-width: 0;
}
.prose
	:where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	border-top-color: var(--tw-prose-th-borders);
	border-top-width: 1px;
}
.prose
	:where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	vertical-align: top;
}
.prose
	:where(:is(tbody, tfoot) td):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	padding: 0.5rem;
}
.prose
	:where(:is(tbody, tfoot) td:first-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	padding-left: 0;
}
.prose
	:where(:is(tbody, tfoot) td:last-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	padding-right: 0;
}
.prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-links);
	font-weight: 500;
	-webkit-text-decoration: underline transparent;
	text-decoration: underline transparent;
	transition-duration: 0.15s;
	transition-property: color, -webkit-text-decoration-color;
	transition-property: color, text-decoration-color;
	transition-property: color, text-decoration-color,
		-webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.prose
	:where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)):hover {
	color: var(--tw-prose-links-hover);
	-webkit-text-decoration-color: var(--tw-prose-links-underline);
	text-decoration-color: var(--tw-prose-links-underline);
}
.prose
	:where(:is(p, i, b) a):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-left: 0.25rem;
}
.prose
	:where(:is(h1, h2, h3) a):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	font-weight: inherit;
}
.prose
	:where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	color: var(--tw-prose-bold);
	font-weight: 600;
}
.prose
	:where(:is(a, blockquote, thead th) strong):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	color: inherit;
}
.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	background-color: var(--tw-prose-code-bg);
	border-radius: var(--radius);
	box-shadow: inset 0 0 0 1px var(--tw-prose-code-ring);
	color: var(--tw-prose-code);
	font-size: 0.75rem;
	font-size: [object Object];
	padding: 0.25rem 0.375rem;
}
.prose
	:where(:is(a, h1, h2, h3, blockquote, thead th) code):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	color: inherit;
}
.prose
	:where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	font-size: 1rem;
	font-weight: inherit;
}
.prose
	:where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	font-size: 0.875rem;
	font-weight: inherit;
}
.prose
	:where(:is(h1, h2, h3) + *):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-top: 0;
}
.prose
	:where(.prose > :first-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-top: 0 !important;
}
.prose
	:where(.prose > :last-child):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	) {
	margin-bottom: 0 !important;
}
.pointer-events-none {
	pointer-events: none;
}
.pointer-events-auto {
	pointer-events: auto;
}
.invisible {
	visibility: hidden;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.inset-0 {
	inset: 0;
}
.-inset-x-4 {
	left: -1rem;
	right: -1rem;
}
.-inset-x-8 {
	left: -2rem;
	right: -2rem;
}
.-left-6 {
	left: -1.5rem;
}
.-right-0 {
	right: 0;
}
.-right-0\.5 {
	right: -0.125rem;
}
.-right-6 {
	right: -1.5rem;
}
.-top-10 {
	top: -2.5rem;
}
.-top-2 {
	top: -0.5rem;
}
.bottom-0 {
	bottom: 0;
}
.left-0 {
	left: 0;
}
.left-3 {
	left: 0.75rem;
}
.left-4 {
	left: 1rem;
}
.left-56 {
	left: 14rem;
}
.left-\[94\%\] {
	left: 94%;
}
.right-0 {
	right: 0;
}
.right-8 {
	right: 2rem;
}
.top-0 {
	top: 0;
}
.top-2 {
	top: 0.5rem;
}
.top-2\.5 {
	top: 0.625rem;
}
.top-5 {
	top: 1.25rem;
}
.top-8 {
	top: 2rem;
}
.top-\[1px\] {
	top: 1px;
}
.top-full {
	top: 100%;
}
.z-10 {
	z-index: 10;
}
.z-20 {
	z-index: 20;
}
.z-50 {
	z-index: 50;
}
.z-\[0\] {
	z-index: 0;
}
.z-\[11\] {
	z-index: 11;
}
.z-\[2\] {
	z-index: 2;
}
.z-\[3\] {
	z-index: 3;
}
.z-\[4\] {
	z-index: 4;
}
.z-\[99999999999\] {
	z-index: 99999999999;
}
.order-1 {
	order: 1;
}
.order-2 {
	order: 2;
}
.col-span-2 {
	grid-column: span 2 / span 2;
}
.col-span-8 {
	grid-column: span 8 / span 8;
}
.-m-2 {
	margin: -0.5rem;
}
.-m-2\.5 {
	margin: -0.625rem;
}
.-m-3 {
	margin: -0.75rem;
}
.m-0 {
	margin: 0;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-0 {
	margin-bottom: 0;
	margin-top: 0;
}
.my-10 {
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
}
.my-6 {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mb-px {
	margin-bottom: 1px;
}
.ml-1 {
	margin-left: 0.25rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.ml-4 {
	margin-left: 1rem;
}
.mr-1 {
	margin-right: 0.25rem;
}
.mr-1\.5 {
	margin-right: 0.375rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mt-0 {
	margin-top: 0;
}
.mt-0\.5 {
	margin-top: 0.125rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mt-1\.5 {
	margin-top: 0.375rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mt-px {
	margin-top: 1px;
}
.line-clamp-1 {
	-webkit-line-clamp: 1;
}
.line-clamp-1,
.line-clamp-2 {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}
.line-clamp-2 {
	-webkit-line-clamp: 2;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.table {
	display: table;
}
.grid {
	display: grid;
}
.contents {
	display: contents;
}
.hidden {
	display: none;
}
.aspect-\[10\/2\] {
	aspect-ratio: 10/2;
}
.aspect-\[10\/5\] {
	aspect-ratio: 10/5;
}
.aspect-\[2\/3\] {
	aspect-ratio: 2/3;
}
.aspect-\[4\/5\] {
	aspect-ratio: 4/5;
}
.aspect-\[8\/6\] {
	aspect-ratio: 8/6;
}
.h-10 {
	height: 2.5rem;
}
.h-14 {
	height: 3.5rem;
}
.h-2 {
	height: 0.5rem;
}
.h-2\.5 {
	height: 0.625rem;
}
.h-20 {
	height: 5rem;
}
.h-36 {
	height: 9rem;
}
.h-4 {
	height: 1rem;
}
.h-40 {
	height: 10rem;
}
.h-5 {
	height: 1.25rem;
}
.h-56 {
	height: 14rem;
}
.h-6 {
	height: 1.5rem;
}
.h-64 {
	height: 16rem;
}
.h-72 {
	height: 18rem;
}
.h-\[1px\] {
	height: 1px;
}
.h-\[20rem\] {
	height: 20rem;
}
.h-auto {
	height: auto;
}
.h-full {
	height: 100%;
}
.h-screen {
	height: 100vh;
}
.w-10 {
	width: 2.5rem;
}
.w-11 {
	width: 2.75rem;
}
.w-12 {
	width: 3rem;
}
.w-14 {
	width: 3.5rem;
}
.w-2 {
	width: 0.5rem;
}
.w-2\.5 {
	width: 0.625rem;
}
.w-20 {
	width: 5rem;
}
.w-32 {
	width: 8rem;
}
.w-36 {
	width: 9rem;
}
.w-4 {
	width: 1rem;
}
.w-5 {
	width: 1.25rem;
}
.w-6 {
	width: 1.5rem;
}
.w-8 {
	width: 2rem;
}
.w-\[300px\] {
	width: 300px;
}
.w-\[65\%\] {
	width: 65%;
}
.w-full {
	width: 100%;
}
.w-screen {
	width: 100vw;
}
.max-w-6xl {
	max-width: 72rem;
}
.max-w-7xl {
	max-width: 80rem;
}
.max-w-9xl {
	max-width: 90rem;
}
.max-w-\[100\%\] {
	max-width: 100%;
}
.max-w-\[10rem\] {
	max-width: 10rem;
}
.max-w-\[250px\] {
	max-width: 250px;
}
.max-w-\[8rem\] {
	max-width: 8rem;
}
.max-w-lg {
	max-width: 33rem;
}
.max-w-sm {
	max-width: 24rem;
}
.max-w-xs {
	max-width: 20rem;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.origin-bottom-left {
	transform-origin: bottom left;
}
.origin-top-left {
	transform-origin: top left;
}
.-translate-x-2 {
	--tw-translate-x: -0.5rem;
}
.-translate-x-2,
.-translate-x-\[88\%\] {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[88\%\] {
	--tw-translate-x: -88%;
}
.-translate-y-2 {
	--tw-translate-y: -0.5rem;
}
.-translate-y-2,
.-translate-y-2\.5 {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-2\.5 {
	--tw-translate-y: -0.625rem;
}
.translate-y-2 {
	--tw-translate-y: 0.5rem;
}
.translate-y-2,
.translate-y-2\.5 {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2\.5 {
	--tw-translate-y: 0.625rem;
}
.-rotate-45 {
	--tw-rotate: -45deg;
}
.-rotate-45,
.rotate-45 {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
	--tw-rotate: 45deg;
}
.transform {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {
	to {
		transform: rotate(1turn);
	}
}
.animate-spin {
	animation: spin 1s linear infinite;
}
.cursor-pointer {
	cursor: pointer;
}
.resize {
	resize: both;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
	grid-template-columns: repeat(10, minmax(0, 1fr));
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-evenly {
	justify-content: space-evenly;
}
.gap-1 {
	gap: 0.25rem;
}
.gap-10 {
	gap: 2.5rem;
}
.gap-12 {
	gap: 3rem;
}
.gap-3 {
	gap: 0.75rem;
}
.gap-4 {
	gap: 1rem;
}
.gap-8 {
	gap: 2rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
	margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
	margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
	margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
	margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)));
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-scroll {
	overflow: scroll;
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-lg {
	border-radius: var(--radius);
}
.rounded-md {
	border-radius: calc(var(--radius) - 2px);
}
.rounded-sm {
	border-radius: calc(var(--radius) - 4px);
}
.border {
	border-width: 1px;
}
.border-y {
	border-top-width: 1px;
}
.border-b,
.border-y {
	border-bottom-width: 1px;
}
.border-l {
	border-left-width: 1px;
}
.border-t {
	border-top-width: 1px;
}
.border-foreground\/1 {
	border-color: hsl(var(--foreground) / 0.01);
}
.border-foreground\/15 {
	border-color: hsl(var(--foreground) / 0.15);
}
.border-foreground\/5 {
	border-color: hsl(var(--foreground) / 0.05);
}
.border-gray-100 {
	--tw-border-opacity: 1;
	border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-neutral-200\/70 {
	border-color: hsla(0, 0%, 90%, 0.7);
}
.border-primary-400 {
	--tw-border-opacity: 1;
	border-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-slate-200\/20 {
	border-color: rgba(226, 232, 240, 0.2);
}
.border-opacity-15 {
	--tw-border-opacity: 0.15;
}
.bg-\[\#e0e0e0\] {
	--tw-bg-opacity: 1;
	background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/30 {
	background-color: rgba(0, 0, 0, 0.3);
}
.bg-foreground\/5 {
	background-color: hsl(var(--foreground) / 0.05);
}
.bg-popover {
	background-color: hsl(var(--popover));
}
.bg-primary-400\/50 {
	background-color: hsla(0, 91%, 71%, 0.5);
}
.bg-primary-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-slate-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/100 {
	background-color: #fff;
}
.bg-white\/80 {
	background-color: hsla(0, 0%, 100%, 0.8);
}
.bg-zinc-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}
.bg-zinc-100\/15 {
	background-color: hsla(240, 5%, 96%, 0.15);
}
.bg-gradient-to-l {
	background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-black {
	--tw-gradient-from: #000 var(--tw-gradient-from-position);
	--tw-gradient-to: transparent var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-400\/75 {
	--tw-gradient-from: hsla(0, 91%, 71%, 0.75) var(--tw-gradient-from-position);
	--tw-gradient-to: hsla(0, 91%, 71%, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
	--tw-gradient-from: #fff var(--tw-gradient-from-position);
	--tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.fill-slate-600 {
	fill: #475569;
}
.object-contain {
	-o-object-fit: contain;
	object-fit: contain;
}
.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}
.object-center {
	-o-object-position: center;
	object-position: center;
}
.object-top {
	-o-object-position: top;
	object-position: top;
}
.p-0 {
	padding: 0;
}
.p-1 {
	padding: 0.25rem;
}
.p-2 {
	padding: 0.5rem;
}
.p-2\.5 {
	padding: 0.625rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-4 {
	padding: 1rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-2\.5 {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-0 {
	padding-bottom: 0;
	padding-top: 0;
}
.py-1 {
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
}
.py-1\.5 {
	padding-bottom: 0.375rem;
	padding-top: 0.375rem;
}
.py-10 {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}
.py-12 {
	padding-bottom: 3rem;
	padding-top: 3rem;
}
.py-2 {
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}
.py-3 {
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}
.py-4 {
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.py-5 {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}
.py-6 {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}
.pl-2 {
	padding-left: 0.5rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pr-5 {
	padding-right: 1.25rem;
}
.text-center {
	text-align: center;
}
.text-start {
	text-align: start;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-2xs {
	font-size: 0.75rem;
	line-height: 1.25rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-\[8px\] {
	font-size: 8px;
}
.text-base {
	font-size: 1rem;
	line-height: 1.75rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.5rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-xs {
	font-size: 0.8125rem;
	line-height: 1.5rem;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.leading-tight {
	line-height: 1.25;
}
.text-black {
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-indigo-600 {
	--tw-text-opacity: 1;
	color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-popover-foreground {
	color: hsl(var(--popover-foreground));
}
.text-primary-400 {
	--tw-text-opacity: 1;
	color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-primary-500 {
	--tw-text-opacity: 1;
	color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-slate-100 {
	--tw-text-opacity: 1;
	color: rgb(241 245 249 / var(--tw-text-opacity));
}
.text-slate-500 {
	--tw-text-opacity: 1;
	color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-slate-600 {
	--tw-text-opacity: 1;
	color: rgb(71 85 105 / var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-zinc-400 {
	--tw-text-opacity: 1;
	color: rgb(161 161 170 / var(--tw-text-opacity));
}
.underline {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}
.opacity-0 {
	opacity: 0;
}
.opacity-100 {
	opacity: 1;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-90 {
	opacity: 0.9;
}
.bg-blend-saturation {
	background-blend-mode: saturation;
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
		0 1px 2px -1px rgba(0, 0, 0, 0.1);
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
		0 1px 2px -1px var(--tw-shadow-color);
}
.shadow,
.shadow-lg {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
		0 4px 6px -4px rgba(0, 0, 0, 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
		0 4px 6px -4px var(--tw-shadow-color);
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
		0 2px 4px -2px rgba(0, 0, 0, 0.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
		0 2px 4px -2px var(--tw-shadow-color);
}
.shadow-md,
.shadow-sm {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
}
.outline {
	outline-style: solid;
}
.brightness-110 {
	--tw-brightness: brightness(1.1);
}
.brightness-110,
.contrast-125 {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
		var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
		var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.contrast-125 {
	--tw-contrast: contrast(1.25);
}
.drop-shadow-xl {
	--tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03))
		drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}
.drop-shadow-xl,
.invert {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
		var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
		var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
	--tw-invert: invert(100%);
}
.saturate-100 {
	--tw-saturate: saturate(1);
}
.filter,
.saturate-100 {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
		var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
		var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
	transition-duration: 0.15s;
	transition-property: color, background-color, border-color, fill, stroke,
		opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
		-webkit-backdrop-filter;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, opacity, box-shadow, transform,
		filter, backdrop-filter;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, opacity, box-shadow, transform,
		filter, backdrop-filter, -webkit-text-decoration-color,
		-webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-all {
	transition-duration: 0.15s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-colors {
	transition-duration: 0.15s;
	transition-property: color, background-color, border-color, fill, stroke,
		-webkit-text-decoration-color;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-150 {
	transition-duration: 0.15s;
}
.duration-200 {
	transition-duration: 0.2s;
}
.duration-500 {
	transition-duration: 0.5s;
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes enter {
	0% {
		opacity: var(--tw-enter-opacity, 1);
		transform: translate3d(
				var(--tw-enter-translate-x, 0),
				var(--tw-enter-translate-y, 0),
				0
			)
			scale3d(
				var(--tw-enter-scale, 1),
				var(--tw-enter-scale, 1),
				var(--tw-enter-scale, 1)
			)
			rotate(var(--tw-enter-rotate, 0));
	}
}
@keyframes exit {
	to {
		opacity: var(--tw-exit-opacity, 1);
		transform: translate3d(
				var(--tw-exit-translate-x, 0),
				var(--tw-exit-translate-y, 0),
				0
			)
			scale3d(
				var(--tw-exit-scale, 1),
				var(--tw-exit-scale, 1),
				var(--tw-exit-scale, 1)
			)
			rotate(var(--tw-exit-rotate, 0));
	}
}
.duration-150 {
	animation-duration: 0.15s;
}
.duration-200 {
	animation-duration: 0.2s;
}
.duration-500 {
	animation-duration: 0.5s;
}
.ease-in-out {
	animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.text-balance {
	text-wrap: balance;
}
.no-scrollbar::-webkit-scrollbar {
	display: none !important;
}
.no-scrollbar {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
html {
	font-family: Inter, sans-serif;
	height: 100%;
	scroll-behavior: smooth;
}
body {
	background: linear-gradient(
			to bottom,
			transparent,
			rgb(var(--background-end-rgb))
		)
		rgb(var(--background-start-rgb));
	color: rgb(var(--foreground-rgb));
}
@supports selector(::-webkit-scrollbar) {
	.supports-scrollbars\:pr-2 {
		padding-right: 0.5rem;
	}
	.scrollbar\:\!h-1\.5::-webkit-scrollbar {
		height: 0.375rem !important;
	}
	.scrollbar\:\!h-1::-webkit-scrollbar {
		height: 0.25rem !important;
	}
	.scrollbar\:\!w-1\.5::-webkit-scrollbar {
		width: 0.375rem !important;
	}
	.scrollbar\:\!w-1::-webkit-scrollbar {
		width: 0.25rem !important;
	}
	.scrollbar\:bg-transparent::-webkit-scrollbar {
		background-color: transparent;
	}
	.scrollbar-track\:\!rounded::-webkit-scrollbar-track {
		border-radius: 0.25rem !important;
	}
	.scrollbar-track\:\!bg-slate-100::-webkit-scrollbar-track {
		--tw-bg-opacity: 1 !important;
		background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
	}
	.scrollbar-thumb\:\!rounded::-webkit-scrollbar-thumb {
		border-radius: 0.25rem !important;
	}
	.scrollbar-thumb\:\!bg-slate-300::-webkit-scrollbar-thumb {
		--tw-bg-opacity: 1 !important;
		background-color: rgb(203 213 225 / var(--tw-bg-opacity)) !important;
	}
}
.glass {
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	background: hsla(0, 0%, 100%, 0.25);
	border: 1px solid hsla(0, 0%, 100%, 0.18);
	box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}
.slider .slider-item {
	opacity: 0;
	transition: opacity 2s ease, visibility 0s ease 2s;
	visibility: hidden;
}
.slider .slider-item.active {
	opacity: 1;
	transition: opacity 2s ease;
	visibility: visible;
}
input[type="number"] {
	-moz-appearance: textfield;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
.school-contents.prose img,
figure {
	aspect-ratio: 10/6;
	border-radius: 0.75rem;
	width: 100%;
}
@media (min-width: 768px) {
	.school-contents.prose img,
	figure {
		aspect-ratio: 10/6;
	}
}
@media (min-width: 1024px) {
	.school-contents.prose img,
	figure {
		aspect-ratio: 10/6;
	}
}
@media (min-width: 1280px) {
	.school-contents.prose img,
	figure {
		aspect-ratio: 10/5;
	}
}
.school-contents.prose .aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.school-contents.prose .alignleft {
	margin-right: auto;
}
.school-contents.prose .alignright {
	margin-left: auto;
}
.bg-img-cover {
	background-size: cover !important;
}
.bg-img-contain,
.bg-img-cover {
	background-position: 50% !important;
	background-repeat: no-repeat !important;
}
.bg-img-contain {
	background-size: contain !important;
}
body.custom-background {
	background-size: 70px !important;
}
#contents figure,
#contents img,
#contents table {
	max-width: 100%;
}
.smooth-filter {
	--tw-brightness: brightness(1.1);
	--tw-contrast: contrast(1.25);
	--tw-saturate: saturate(1);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
		var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
		var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
#contents figure,
#contents img,
figure,
img,
svg {
	animation-duration: 0.15s;
	cursor: pointer;
	transition-duration: 0.15s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
figure,
img,
svg {
	max-width: 100%;
}
#contents figure {
	display: inline;
}
#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6 {
	font-weight: 600;
}
#contents h1 {
	font-size: 1.875rem;
	line-height: 2.25rem;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}
#contents h1.title {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.75rem;
	padding-bottom: 1rem;
	padding-top: 0.5rem;
}
@media (min-width: 768px) {
	#contents h1.title {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
@media (min-width: 1024px) {
	#contents h1.title {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
#contents h2 {
	font-size: 1.5rem;
	line-height: 2rem;
	padding-bottom: 0.375rem;
	padding-top: 0.375rem;
}
#contents h3 {
	font-size: 1.25rem;
	line-height: 1.75rem;
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
}
#contents h4 {
	font-size: 1.125rem;
	line-height: 1.75rem;
	padding-bottom: 0.125rem;
	padding-top: 0.125rem;
}
#contents h5 {
	font-size: 0.875rem;
	line-height: 1.5rem;
}
#contents h6 {
	font-size: 0.8125rem;
	line-height: 1.5rem;
}
#contents a:not(.page-numbers) {
	--tw-text-opacity: 1;
	color: rgb(248 113 113 / var(--tw-text-opacity));
}
#contents a:not(.page-numbers):hover {
	--tw-text-opacity: 1;
	color: rgb(239 68 68 / var(--tw-text-opacity));
}
#contents .aligncenter {
	margin-left: auto;
	margin-right: auto;
}
#contents .alignleft {
	margin-right: auto;
}
#contents .alignright {
	margin-left: auto;
}
@media not all and (min-width: 1024px) {
	#contents :not(.thumbnail) figure,
	#contents :not(.thumbnail) img {
		border-radius: 0.25rem;
		-o-object-fit: cover;
		object-fit: cover;
		width: 100%;
	}
}
@media not all and (min-width: 768px) {
	#contents :not(.thumbnail) figure,
	#contents :not(.thumbnail) img {
		border-radius: 0.25rem;
		-o-object-fit: cover;
		object-fit: cover;
		width: 100%;
	}
}
@media not all and (min-width: 640px) {
	#contents :not(.thumbnail) figure,
	#contents :not(.thumbnail) img {
		width: 100%;
	}
}
#header .menu-item {
	--tw-text-opacity: 1;
	color: rgb(31 41 55 / var(--tw-text-opacity));
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.25rem;
}
#header .menu-item.active,
#header .menu-item:hover {
	--tw-text-opacity: 1;
	color: rgb(239 68 68 / var(--tw-text-opacity));
}
li.main-menu-item.menu-item-has-children {
	padding-right: 0.5rem;
}
li.main-menu-item.current-menu-item.active {
	font-weight: 400;
}
#map .gm-control-active img {
	margin: 0;
	padding: 0;
}
#map .gm-svpc {
	display: none;
}
#main select:not(.input),
.woocommerce .quantity .qty {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	background-color: transparent;
	border-color: hsl(var(--input));
	border-radius: calc(var(--radius) - 2px);
	border-width: 1px;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	display: flex;
	font-size: 0.875rem;
	height: 2.25rem;
	line-height: 1.5rem;
	overflow: hidden;
	padding: 0.25rem 0.75rem;
	text-overflow: ellipsis;
	transition-duration: 0.15s;
	transition-property: color, background-color, border-color, fill, stroke,
		-webkit-text-decoration-color;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	white-space: nowrap;
	width: 90vw;
}
#main select:not(.input)::file-selector-button,
.woocommerce .quantity .qty::file-selector-button {
	background-color: transparent;
	border-width: 0;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5rem;
}
#main select:not(.input)::-moz-placeholder,
.woocommerce .quantity .qty::-moz-placeholder {
	color: hsl(var(--muted-foreground));
}
#main select:not(.input)::placeholder,
.woocommerce .quantity .qty::placeholder {
	color: hsl(var(--muted-foreground));
}
#main select:not(.input):focus-visible,
.woocommerce .quantity .qty:focus-visible {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	--tw-ring-color: hsl(var(--ring));
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow, 0 0 #0000);
	outline: 2px solid transparent;
	outline-offset: 2px;
}
#main select:not(.input):disabled,
.woocommerce .quantity .qty:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}
@media (min-width: 768px) {
	#main select:not(.input),
	.woocommerce .quantity .qty {
		min-width: 14rem;
		width: 100%;
	}
}
.input {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	background-color: transparent;
	border-color: hsl(var(--input));
	border-radius: calc(var(--radius) - 2px);
	border-width: 1px;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	display: flex;
	font-size: 0.875rem;
	height: 2.25rem;
	line-height: 1.5rem;
	overflow: hidden;
	padding: 0.25rem 1.75rem 0.25rem 0.75rem;
	text-overflow: ellipsis;
	transition-duration: 0.15s;
	transition-property: color, background-color, border-color, fill, stroke,
		-webkit-text-decoration-color;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	white-space: nowrap;
	width: 90vw;
}
.input::file-selector-button {
	background-color: transparent;
	border-width: 0;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5rem;
}
.input::-moz-placeholder {
	color: hsl(var(--muted-foreground));
}
.input::placeholder {
	color: hsl(var(--muted-foreground));
}
.input:focus-visible {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	--tw-ring-color: hsl(var(--ring));
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow, 0 0 #0000);
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.input:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}
@media (min-width: 768px) {
	.input {
		min-width: 24rem;
		width: 24rem;
	}
}
ul.products img {
	--tw-bg-opacity: 1;
	--tw-brightness: brightness(1.1);
	--tw-contrast: contrast(1.25);
	--tw-saturate: saturate(1);
	animation-duration: 0.15s;
	aspect-ratio: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	border-radius: 0.75rem;
	cursor: pointer;
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
		var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
		var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
	margin: 0;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition-duration: 0.15s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.woocommerce .products ul,
.woocommerce ul.products,
ul.products {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	padding: 1rem 0;
	row-gap: 2.5rem;
}
@media (min-width: 768px) {
	.woocommerce .products ul,
	.woocommerce ul.products,
	ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (min-width: 1024px) {
	.woocommerce .products ul,
	.woocommerce ul.products,
	ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
.woocommerce-result-count {
	--tw-translate-y: 0.25rem;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.woocommerce ul.products li.product,
.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products li.product,
.woocommerce-page ul.products[class*="columns-"] li.product,
ul.products li.product {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
	display: none;
}
ul.products li.product h2 {
	font-size: 1.125rem;
	line-height: 1.75rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.woocommerce ul.products li.product .button,
a.button {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(0.2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	--tw-ring-color: hsl(var(--foreground) / 0.25);
	align-items: center;
	background-color: var(--background);
	border-color: hsl(var(--input));
	border-radius: calc(var(--radius) - 2px);
	border-width: 1px;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow, 0 0 #0000);
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 400;
	height: 2.25rem;
	justify-content: flex-start;
	line-height: 1.5rem;
	line-height: 1.5;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: left;
	transition-duration: 0.15s;
	transition-property: color, background-color, border-color, fill, stroke,
		-webkit-text-decoration-color;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	white-space: nowrap;
	width: 260px;
}
.woocommerce ul.products li.product .button:hover,
a.button:hover {
	background-color: hsl(var(--accent));
	color: hsl(var(--accent-foreground));
}
.woocommerce ul.products li.product .button:focus-visible,
a.button:focus-visible {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	--tw-ring-color: hsl(var(--ring));
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow, 0 0 #0000);
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.woocommerce ul.products li.product .button:disabled,
a.button:disabled {
	opacity: 0.5;
	pointer-events: none;
}
a.added_to_cart.wc-forward {
	margin-left: 0.25rem;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page #payment #place_order {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(0.2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	--tw-ring-color: hsl(var(--foreground) / 0.25);
	align-items: center;
	background-color: var(--background);
	border-color: hsl(var(--input));
	border-radius: calc(var(--radius) - 2px);
	border-width: 1px;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow, 0 0 #0000);
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 600;
	height: 2.25rem;
	justify-content: flex-start;
	line-height: 1.5rem;
	line-height: 1.5;
	padding: 0.5rem 1rem;
	text-align: left;
	transition-duration: 0.15s;
	transition-property: color, background-color, border-color, fill, stroke,
		-webkit-text-decoration-color;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	white-space: nowrap;
	width: 260px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-page #payment #place_order:hover {
	background-color: hsl(var(--accent));
	color: hsl(var(--accent-foreground));
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus-visible,
.woocommerce #payment #place_order:focus-visible,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus-visible,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus-visible,
.woocommerce-page #payment #place_order:focus-visible {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	--tw-ring-color: hsl(var(--ring));
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow, 0 0 #0000);
	outline: 2px solid transparent;
	outline-offset: 2px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:disabled,
.woocommerce #payment #place_order:disabled,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:disabled,
.woocommerce-page #payment #place_order:disabled {
	opacity: 0.5;
	pointer-events: none;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background-color: hsla(0, 0%, 98%, 0.15);
	border-color: hsl(var(--foreground) / 0.1);
	border-width: 1px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled[disabled] {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(0.2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	--tw-ring-color: hsl(var(--foreground) / 0.25);
	align-items: center;
	background-color: var(--background);
	border-color: hsl(var(--input));
	border-radius: calc(var(--radius) - 2px);
	border-width: 1px;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow, 0 0 #0000);
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 600;
	height: 2.25rem;
	justify-content: flex-start;
	line-height: 1.5rem;
	line-height: 1.5;
	padding: 0.5rem 1rem;
	text-align: left;
	transition-duration: 0.15s;
	transition-property: color, background-color, border-color, fill, stroke,
		-webkit-text-decoration-color;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	white-space: nowrap;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled[disabled]:hover {
	background-color: hsl(var(--accent));
	color: hsl(var(--accent-foreground));
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit.disabled:focus-visible,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled:focus-visible,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled[disabled]:focus-visible,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button.disabled:focus-visible,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled:focus-visible,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled[disabled]:focus-visible,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.disabled:focus-visible,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled:focus-visible,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled[disabled]:focus-visible,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button.disabled:focus-visible,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled:focus-visible,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled[disabled]:focus-visible,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit.disabled:focus-visible,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled:focus-visible,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled[disabled]:focus-visible,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button.disabled:focus-visible,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled:focus-visible,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled[disabled]:focus-visible,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button.disabled:focus-visible,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled:focus-visible,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled[disabled]:focus-visible,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button.disabled:focus-visible,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled:focus-visible,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled[disabled]:focus-visible {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	--tw-ring-color: hsl(var(--ring));
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow, 0 0 #0000);
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit.disabled:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled[disabled]:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button.disabled:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled[disabled]:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.disabled:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled[disabled]:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button.disabled:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled[disabled]:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit.disabled:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled[disabled]:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button.disabled:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled[disabled]:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button.disabled:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled[disabled]:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button.disabled:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled[disabled]:disabled {
	opacity: 0.5;
	pointer-events: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(0.2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	--tw-ring-color: hsl(var(--foreground) / 0.25);
	align-items: center;
	background-color: var(--background);
	border-color: hsl(var(--input));
	border-radius: calc(var(--radius) - 2px);
	border-width: 1px;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow, 0 0 #0000);
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 600;
	height: 2.25rem;
	justify-content: flex-start;
	line-height: 1.5rem;
	line-height: 1.5;
	padding: 0.5rem 1rem;
	text-align: left;
	transition-duration: 0.15s;
	transition-property: color, background-color, border-color, fill, stroke,
		-webkit-text-decoration-color;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	white-space: nowrap;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:hover {
	background-color: hsl(var(--accent));
	color: hsl(var(--accent-foreground));
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:focus-visible,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:focus-visible,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:focus-visible,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:focus-visible,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:focus-visible,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:focus-visible,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:focus-visible,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:focus-visible {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	--tw-ring-color: hsl(var(--ring));
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow, 0 0 #0000);
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button:disabled {
	opacity: 0.5;
	pointer-events: none;
}
.product-thumbnail img {
	margin: 0;
	padding: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page #payment #place_order {
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
	text-align: center;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
	align-items: center;
	cursor: pointer;
	display: flex;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox
	> :not([hidden])
	~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	background-color: transparent;
	border-color: hsl(var(--input));
	border-radius: calc(var(--radius) - 2px);
	border-width: 1px;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	display: flex;
	font-size: 0.875rem;
	height: 2.25rem;
	line-height: 1.5rem;
	padding: 0.25rem 0.75rem;
	transition-duration: 0.15s;
	transition-property: color, background-color, border-color, fill, stroke,
		-webkit-text-decoration-color;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
}
.woocommerce form .form-row input.input-text::file-selector-button,
.woocommerce form .form-row textarea::file-selector-button {
	background-color: transparent;
	border-width: 0;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5rem;
}
.woocommerce form .form-row input.input-text::-moz-placeholder,
.woocommerce form .form-row textarea::-moz-placeholder {
	color: hsl(var(--muted-foreground));
}
.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row textarea::placeholder {
	color: hsl(var(--muted-foreground));
}
.woocommerce form .form-row input.input-text:focus-visible,
.woocommerce form .form-row textarea:focus-visible {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	--tw-ring-color: hsl(var(--ring));
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow, 0 0 #0000);
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.woocommerce form .form-row input.input-text:disabled,
.woocommerce form .form-row textarea:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background-color: hsla(0, 0%, 98%, 0.5);
	border-color: hsl(var(--foreground) / 0.05);
	border-radius: 0.25rem;
	border-width: 1px;
}
.woocommerce a.remove {
	align-items: center;
	display: flex;
	height: 1.25rem;
	justify-content: center;
	padding-bottom: 2px;
	width: 1.25rem;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background-color: hsla(0, 0%, 98%, 0.15);
	border-color: hsl(var(--foreground) / 0.05);
	border-radius: 0.25rem;
	border-width: 1px;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
	display: none;
}
[type="checkbox"],
[type="radio"] {
	--tw-text-opacity: 1;
	color: rgb(239 68 68 / var(--tw-text-opacity));
	cursor: pointer;
}
[type="checkbox"]:focus,
[type="radio"]:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}
label {
	cursor: pointer;
}
.my-account-page #contents .woocommerce .woocommerce-MyAccount-navigation {
	background-color: hsla(0, 0%, 98%, 0.05);
	border-color: hsl(var(--foreground) / 0.05);
	border-radius: 0.25rem;
	height: 100%;
}
@media (min-width: 1024px) {
	.my-account-page #contents .woocommerce .woocommerce-MyAccount-navigation {
		min-height: 28rem;
		width: 20%;
	}
}
.my-account-page .woocommerce .woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0 0.25rem 0 0;
}
@media (min-width: 768px) {
	.my-account-page .woocommerce .woocommerce-MyAccount-navigation ul {
		display: flex;
		margin-left: -0.5rem;
	}
}
@media (min-width: 1024px) {
	.my-account-page .woocommerce .woocommerce-MyAccount-navigation ul {
		display: block;
		margin-left: 0;
	}
}
@media not all and (min-width: 640px) {
	.my-account-page .woocommerce .woocommerce-MyAccount-navigation ul li {
		padding-left: 0;
	}
}
.my-account-page #contents .woocommerce .woocommerce-MyAccount-content {
	border-color: hsl(var(--foreground) / 0.05);
	border-radius: var(--radius);
	padding-bottom: 2rem;
	padding-top: 2rem;
}
@media (min-width: 1024px) {
	.my-account-page #contents .woocommerce .woocommerce-MyAccount-content {
		width: 78%;
	}
}
.my-account-page
	#contents
	.woocommerce
	.woocommerce-MyAccount-navigation
	ul
	li
	a {
	--tw-text-opacity: 1;
	align-items: center;
	background-color: hsl(var(--muted) / 0.25);
	border-radius: calc(var(--radius) - 2px);
	color: rgb(0 0 0 / var(--tw-text-opacity));
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 500;
	height: 2.25rem;
	justify-content: flex-start;
	line-height: 1.5rem;
	padding: 0.5rem 1rem;
	position: relative;
	transition-duration: 0.15s;
	transition-property: color, background-color, border-color, fill, stroke,
		-webkit-text-decoration-color;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	white-space: nowrap;
	width: 100%;
}
.my-account-page
	#contents
	.woocommerce
	.woocommerce-MyAccount-navigation
	ul
	li
	a:hover {
	background-color: hsl(var(--muted));
	color: hsl(var(--accent-foreground));
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
}
.my-account-page
	#contents
	.woocommerce
	.woocommerce-MyAccount-navigation
	ul
	li
	a:focus-visible {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	--tw-ring-color: hsl(var(--ring));
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow, 0 0 #0000);
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.my-account-page
	#contents
	.woocommerce
	.woocommerce-MyAccount-navigation
	ul
	li
	a:disabled {
	opacity: 0.5;
	pointer-events: none;
}
@media (min-width: 768px) {
	.my-account-page
		#contents
		.woocommerce
		.woocommerce-MyAccount-navigation
		ul
		li
		a {
		background-color: hsl(var(--muted) / 0.5);
	}
}
@media (min-width: 1024px) {
	.my-account-page
		#contents
		.woocommerce
		.woocommerce-MyAccount-navigation
		ul
		li
		a {
		background-color: transparent;
	}
}
.my-account-page
	#contents
	.woocommerce
	.woocommerce-MyAccount-navigation
	ul
	li.is-active
	a {
	background-color: hsl(var(--muted));
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.return-to-shop .button,
.woocommerce #payment #place_order,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-button.button.view,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page #payment #place_order,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
	width: auto;
}
.woocommerce table.shop_attributes td {
	padding: 0.5rem;
}
.woocommerce-Price-amount.amount,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
	ul.products
	li.product
	.price {
	--tw-text-opacity: 1;
	color: rgb(239 68 68 / var(--tw-text-opacity));
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.75rem;
}
.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
	padding: 0.5rem;
}
.edit-address-page #contents .woocommerce .woocommerce-MyAccount-content {
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}
#contents .woocommerce-MyAccount-content h3 {
	margin-bottom: 0;
	margin-top: 0;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
	margin-left: 2rem;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
	top: 0.25rem;
}
.woocommerce .quantity .qty {
	min-width: 7rem;
	width: 7rem;
}
.woocommerce ul.order_details {
	border-color: hsl(var(--foreground) / 0.15);
	border-radius: 0.25rem;
	border-style: dashed;
	border-width: 1px;
	padding: 1rem;
}
@media (min-width: 1024px) {
	.woocommerce ul.order_details {
		padding: 2rem;
	}
}
.single-product .woocommerce-Price-amount.amount {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.single-product .summary .entry-title,
.woocommerce div.product .product_title {
	font-size: 0.875rem;
	line-height: 1.5rem;
	padding-top: 1.5rem;
}
@media (min-width: 768px) {
	.single-product .summary .entry-title,
	.woocommerce div.product .product_title {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1024px) {
	.single-product .summary .entry-title,
	.woocommerce div.product .product_title {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1280px) {
	.single-product .summary .entry-title,
	.woocommerce div.product .product_title {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
.single-product .summary button.button {
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;
	align-items: center;
	background-color: rgb(248 113 113 / var(--tw-bg-opacity));
	border-radius: calc(var(--radius) - 2px);
	color: rgb(255 255 255 / var(--tw-text-opacity));
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 500;
	height: 2.25rem;
	justify-content: flex-start;
	line-height: 1.5rem;
	padding: 0.5rem 1rem;
	position: relative;
	transition-duration: 0.15s;
	transition-property: color, background-color, border-color, fill, stroke,
		-webkit-text-decoration-color;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	white-space: nowrap;
	width: auto;
}
.single-product .summary button.button:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(239 68 68 / var(--tw-bg-opacity));
	color: hsl(var(--accent-foreground));
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
}
.single-product .summary button.button:focus-visible {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	--tw-ring-color: hsl(var(--ring));
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow, 0 0 #0000);
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.single-product .summary button.button:disabled {
	opacity: 0.5;
	pointer-events: none;
}
@media (min-width: 768px) {
	.single-product .summary button.button {
		--tw-bg-opacity: 1;
		background-color: rgb(248 113 113 / var(--tw-bg-opacity));
	}
}
@media (min-width: 1024px) {
	.single-product .summary button.button {
		--tw-bg-opacity: 1;
		background-color: rgb(248 113 113 / var(--tw-bg-opacity));
	}
}
.single-product .description_tab,
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-color: hsla(240, 4%, 46%, 0.5);
}
.single-product .description_tab,
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: rgba(248, 250, 252, 0.05);
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	--tw-text-opacity: 1;
	color: rgb(24 24 27 / var(--tw-text-opacity));
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.5rem;
}
.single-product
	.woocommerce:where(body:not(.woocommerce-uses-block-theme))
	div.product
	.stock,
.single-product .stock,
.woocommerce div.product p.stock {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5rem;
}
@media (min-width: 768px) {
	.single-product
		.woocommerce:where(body:not(.woocommerce-uses-block-theme))
		div.product
		.stock,
	.single-product .stock,
	.woocommerce div.product p.stock {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1024px) {
	.single-product
		.woocommerce:where(body:not(.woocommerce-uses-block-theme))
		div.product
		.stock,
	.single-product .stock,
	.woocommerce div.product p.stock {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
.single-product .stock.in-stock,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
	div.product
	.stock.in-stock,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
	--tw-text-opacity: 1;
	color: rgb(16 185 129 / var(--tw-text-opacity));
}
.single-product .summary p {
	margin-bottom: 0.375rem;
	margin-top: 0.375rem;
	position: relative;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger,
.woocommerce-product-gallery__trigger {
	top: 2.5rem;
}
.woocommerce-product-gallery__image {
	aspect-ratio: 1;
	-o-object-fit: cover;
	object-fit: cover;
}
nav#pagination a.page-numbers:not(.next),
nav#pagination a.page-numbers:not(.prev) {
	--tw-text-opacity: 1;
	--tw-ring-offset-color: var(--background);
	align-items: center;
	border-radius: calc(var(--radius) - 2px);
	color: rgb(0 0 0 / var(--tw-text-opacity));
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 500;
	justify-content: center;
	line-height: 1.25rem;
	min-width: 0;
	padding: 0.25rem 0.625rem;
	transition-duration: 0.15s;
	transition-property: color, background-color, border-color, fill, stroke,
		-webkit-text-decoration-color;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	white-space: nowrap;
	width: auto;
}
nav#pagination a.page-numbers:not(.next):hover,
nav#pagination a.page-numbers:not(.prev):hover {
	background-color: hsl(var(--accent));
	color: hsl(var(--accent-foreground));
}
nav#pagination a.page-numbers:not(.next):focus-visible,
nav#pagination a.page-numbers:not(.prev):focus-visible {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	--tw-ring-color: hsl(var(--ring));
	--tw-ring-offset-width: 2px;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow, 0 0 #0000);
	outline: 2px solid transparent;
	outline-offset: 2px;
}
nav#pagination a.page-numbers:not(.next):disabled,
nav#pagination a.page-numbers:not(.prev):disabled {
	opacity: 0.5;
	pointer-events: none;
}
@media (min-width: 768px) {
	nav#pagination a.page-numbers:not(.next),
	nav#pagination a.page-numbers:not(.prev) {
		font-size: 0.875rem;
		line-height: 1.5rem;
		min-width: 2.5rem;
		padding: 0.5rem;
	}
}
nav#pagination span.page-numbers.current {
	--tw-ring-offset-color: var(--background);
	align-items: center;
	background-color: var(--background);
	border-color: hsl(var(--input));
	border-radius: calc(var(--radius) - 2px);
	border-width: 1px;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 500;
	justify-content: center;
	line-height: 1.25rem;
	min-width: 0;
	padding: 0.25rem 0.625rem;
	transition-duration: 0.15s;
	transition-property: color, background-color, border-color, fill, stroke,
		-webkit-text-decoration-color;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	white-space: nowrap;
	width: auto;
}
nav#pagination span.page-numbers.current:hover {
	background-color: hsl(var(--accent));
	color: hsl(var(--accent-foreground));
}
nav#pagination span.page-numbers.current:focus-visible {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	--tw-ring-color: hsl(var(--ring));
	--tw-ring-offset-width: 2px;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow, 0 0 #0000);
	outline: 2px solid transparent;
	outline-offset: 2px;
}
nav#pagination span.page-numbers.current:disabled {
	opacity: 0.5;
	pointer-events: none;
}
@media (min-width: 768px) {
	nav#pagination span.page-numbers.current {
		font-size: 0.875rem;
		line-height: 1.5rem;
		min-width: 2.5rem;
		padding: 0.5rem;
	}
}
nav#pagination span.page-numbers.dots {
	align-items: center;
	display: none;
	font-size: 0.875rem;
	height: 1.25rem;
	justify-content: center;
	line-height: 1.5rem;
	line-height: 25px;
	margin: 0;
	padding: 0;
	width: 1.5rem;
}
@media (min-width: 768px) {
	nav#pagination span.page-numbers.dots {
		display: flex;
		font-size: 1.25rem;
		line-height: 1.75rem;
		width: 2.25rem;
	}
}
nav#pagination a.page-numbers.next,
nav#pagination a.page-numbers.prev {
	--tw-text-opacity: 1;
	--tw-ring-offset-color: var(--background);
	align-items: center;
	border-radius: calc(var(--radius) - 2px);
	color: rgb(0 0 0 / var(--tw-text-opacity));
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 500;
	gap: 0.25rem;
	height: 2.5rem;
	justify-content: center;
	line-height: 1.5rem;
	padding: 0.5rem 1rem;
	transition-duration: 0.15s;
	transition-property: color, background-color, border-color, fill, stroke,
		-webkit-text-decoration-color;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	white-space: nowrap;
	width: auto;
}
nav#pagination a.page-numbers.next:hover,
nav#pagination a.page-numbers.prev:hover {
	background-color: hsl(var(--accent));
	color: hsl(var(--accent-foreground));
}
nav#pagination a.page-numbers.next:focus-visible,
nav#pagination a.page-numbers.prev:focus-visible {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
		var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0
		calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	--tw-ring-color: hsl(var(--ring));
	--tw-ring-offset-width: 2px;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
		var(--tw-shadow, 0 0 #0000);
	outline: 2px solid transparent;
	outline-offset: 2px;
}
nav#pagination a.page-numbers.next:disabled,
nav#pagination a.page-numbers.prev:disabled {
	opacity: 0.5;
	pointer-events: none;
}
footer#footer ul {
	list-style-type: none;
	padding-left: 0;
}
footer#footer ul li {
	margin-top: 0;
	padding-left: 0;
}
footer#footer h1,
footer#footer h2,
footer#footer h3,
footer#footer h4,
footer#footer h5,
footer#footer h6 {
	--tw-text-opacity: 1;
	color: rgb(63 63 70 / var(--tw-text-opacity));
	font-weight: 600;
}
footer#footer h1,
footer#footer h1.wp-block-heading {
	font-size: 1.5rem;
	line-height: 2rem;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}
footer#footer h2,
footer#footer h2.wp-block-heading {
	font-size: 1.25rem;
	line-height: 1.75rem;
	padding-bottom: 0.375rem;
	padding-top: 0.375rem;
}
footer#footer h3,
footer#footer h3.wp-block-heading {
	font-size: 1.125rem;
	line-height: 1.75rem;
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
}
footer#footer h4,
footer#footer h4.wp-block-heading {
	font-size: 0.875rem;
	line-height: 1.5rem;
	padding-bottom: 0.125rem;
	padding-top: 0.125rem;
}
footer#footer h5,
footer#footer h5.wp-block-heading {
	font-size: 0.8125rem;
	line-height: 1.5rem;
}
footer#footer h6.wp-block-heading footer#footer h6 {
	font-size: 0.75rem;
	line-height: 1.25rem;
}
footer#footer img:not(.news) {
	aspect-ratio: 10/6;
	border-radius: calc(var(--radius) - 4px);
	max-width: 100%;
	width: 100%;
}
footer#footer figure:not(.news) {
	aspect-ratio: 1;
	border-radius: calc(var(--radius) - 4px);
	display: flex;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
footer#footer figure:not(.news).aligncenter {
	justify-content: center;
}
footer#footer figure:not(.news).alignleft {
	justify-content: flex-start;
}
footer#footer figure:not(.news).alignright {
	justify-content: flex-end;
}
footer#footer .aligncenter {
	margin-left: auto;
	margin-right: auto;
}
footer#footer .alignleft {
	margin-right: auto;
}
footer#footer .alignright {
	margin-left: auto;
}
footer#footer ol {
	list-style: bengali;
	margin-left: 1rem;
}
footer#footer li a {
	max-width: -moz-fit-content;
	max-width: fit-content;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
}
footer#footer li a:hover {
	--tw-text-opacity: 1;
	color: rgb(239 68 68 / var(--tw-text-opacity));
}
footer#footer ol li a,
footer#footer ul li a {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5rem;
}
footer#footer ol li a,
footer#footer ol li a strong,
footer#footer ul li a,
footer#footer ul li a strong {
	max-width: -moz-fit-content;
	max-width: fit-content;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
}
footer#footer ol li a strong,
footer#footer ul li a strong {
	--tw-text-opacity: 1;
	color: rgb(248 113 113 / var(--tw-text-opacity));
}
footer#footer ol li a strong:hover,
footer#footer ul li a strong:hover {
	--tw-text-opacity: 1;
	color: rgb(239 68 68 / var(--tw-text-opacity));
}
footer#footer .wp-block-heading {
	margin-bottom: 1rem;
}
footer#footer .odd.widget:last-child {
	grid-column: span 1 / span 1;
}
@media (min-width: 768px) {
	footer#footer .odd.widget:last-child {
		grid-column: span 2 / span 2;
	}
}
@media (min-width: 1024px) {
	footer#footer .odd.widget:last-child {
		grid-column: span 1 / span 1;
	}
}
.hover\:translate-y-10:hover {
	--tw-translate-y: 2.5rem;
}
.hover\:scale-110:hover,
.hover\:translate-y-10:hover {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-110:hover {
	--tw-scale-x: 1.1;
	--tw-scale-y: 1.1;
}
.hover\:bg-gray-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-zinc-100\/50:hover {
	background-color: hsla(240, 5%, 96%, 0.5);
}
.hover\:text-gray-900:hover {
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-primary-400:hover {
	--tw-text-opacity: 1;
	color: rgb(248 113 113 / var(--tw-text-opacity));
}
.hover\:shadow-lg:hover {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
		0 4px 6px -4px rgba(0, 0, 0, 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
		0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
		var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.disabled\:pointer-events-none:disabled {
	pointer-events: none;
}
.disabled\:opacity-50:disabled {
	opacity: 0.5;
}
.data-\[state\=closed\]\:hidden[data-state="closed"] {
	display: none;
}
.data-\[motion\^\=from-\]\:animate-in[data-motion^="from-"],
.data-\[state\=open\]\:animate-in[data-state="open"] {
	--tw-enter-opacity: initial;
	--tw-enter-scale: initial;
	--tw-enter-rotate: initial;
	--tw-enter-translate-x: initial;
	--tw-enter-translate-y: initial;
	animation-duration: 0.15s;
	animation-name: enter;
}
.data-\[motion\^\=to-\]\:animate-out[data-motion^="to-"],
.data-\[state\=closed\]\:animate-out[data-state="closed"] {
	--tw-exit-opacity: initial;
	--tw-exit-scale: initial;
	--tw-exit-rotate: initial;
	--tw-exit-translate-x: initial;
	--tw-exit-translate-y: initial;
	animation-duration: 0.15s;
	animation-name: exit;
}
.data-\[motion\^\=from-\]\:fade-in[data-motion^="from-"] {
	--tw-enter-opacity: 0;
}
.data-\[motion\^\=to-\]\:fade-out[data-motion^="to-"] {
	--tw-exit-opacity: 0;
}
.data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
	--tw-exit-scale: 0.95;
}
.data-\[state\=open\]\:zoom-in-90[data-state="open"] {
	--tw-enter-scale: 0.9;
}
.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion="from-end"] {
	--tw-enter-translate-x: 13rem;
}
.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion="from-start"] {
	--tw-enter-translate-x: -13rem;
}
.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion="to-end"] {
	--tw-exit-translate-x: 13rem;
}
.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion="to-start"] {
	--tw-exit-translate-x: -13rem;
}
.group[data-state="open"] .group-data-\[state\=open\]\:rotate-180 {
	--tw-rotate: 180deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
:is([dir="rtl"] .rtl\:ml-1) {
	margin-left: 0.25rem;
}
:is([dir="rtl"] .rtl\:ml-1\.5) {
	margin-left: 0.375rem;
}
:is(.dark .dark\:text-gray-200) {
	--tw-text-opacity: 1;
	color: rgb(229 231 235 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-gray-400) {
	--tw-text-opacity: 1;
	color: rgb(156 163 175 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-white) {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media not all and (min-width: 640px) {
	.max-sm\:w-\[85dvw\] {
		width: 85dvw;
	}
}
@media (min-width: 425px) {
	.xs\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}
@media (min-width: 640px) {
	.sm\:px-0 {
		padding-left: 0;
		padding-right: 0;
	}
	.sm\:px-7 {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}
@media (min-width: 768px) {
	.md\:relative {
		position: relative;
	}
	.md\:top-0 {
		top: 0;
	}
	.md\:order-1 {
		order: 1;
	}
	.md\:order-2 {
		order: 2;
	}
	.md\:col-span-5 {
		grid-column: span 5 / span 5;
	}
	.md\:mt-10 {
		margin-top: 2.5rem;
	}
	.md\:mt-16 {
		margin-top: 4rem;
	}
	.md\:block {
		display: block;
	}
	.md\:hidden {
		display: none;
	}
	.md\:aspect-\[9\/6\] {
		aspect-ratio: 9/6;
	}
	.md\:h-48 {
		height: 12rem;
	}
	.md\:h-56 {
		height: 14rem;
	}
	.md\:h-\[16rem\] {
		height: 16rem;
	}
	.md\:h-\[25rem\] {
		height: 25rem;
	}
	.md\:min-h-\[80vh\] {
		min-height: 80vh;
	}
	.md\:min-h-screen {
		min-height: 100vh;
	}
	.md\:w-16 {
		width: 4rem;
	}
	.md\:w-20 {
		width: 5rem;
	}
	.md\:w-24 {
		width: 6rem;
	}
	.md\:max-w-2xl {
		max-width: 40rem;
	}
	.md\:max-w-sm {
		max-width: 24rem;
	}
	.md\:max-w-xs {
		max-width: 20rem;
	}
	.md\:grid-cols-10 {
		grid-template-columns: repeat(10, minmax(0, 1fr));
	}
	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.md\:flex-row {
		flex-direction: row;
	}
	.md\:justify-center {
		justify-content: center;
	}
	.md\:gap-0 {
		gap: 0;
	}
	.md\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.md\:py-0 {
		padding-bottom: 0;
		padding-top: 0;
	}
	.md\:py-10 {
		padding-bottom: 2.5rem;
		padding-top: 2.5rem;
	}
	.md\:py-14 {
		padding-bottom: 3.5rem;
		padding-top: 3.5rem;
	}
	.md\:py-2 {
		padding-bottom: 0.5rem;
		padding-top: 0.5rem;
	}
	.md\:py-8 {
		padding-bottom: 2rem;
		padding-top: 2rem;
	}
	.md\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	.md\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.md\:text-xs {
		font-size: 0.8125rem;
		line-height: 1.5rem;
	}
	.md\:font-semibold {
		font-weight: 600;
	}
}
@media (min-width: 1024px) {
	.lg\:static {
		position: static;
	}
	.lg\:fixed {
		position: fixed;
	}
	.lg\:left-1\/2 {
		left: 50%;
	}
	.lg\:mt-0 {
		margin-top: 0;
	}
	.lg\:block {
		display: block;
	}
	.lg\:flex {
		display: flex;
	}
	.lg\:hidden {
		display: none;
	}
	.lg\:h-64 {
		height: 16rem;
	}
	.lg\:h-screen {
		height: 100vh;
	}
	.lg\:max-h-\[15rem\] {
		max-height: 15rem;
	}
	.lg\:max-h-\[23rem\] {
		max-height: 23rem;
	}
	.lg\:max-h-\[30rem\] {
		max-height: 30rem;
	}
	.lg\:max-h-\[500px\] {
		max-height: 500px;
	}
	.lg\:max-h-\[700px\] {
		max-height: 700px;
	}
	.lg\:min-h-\[700px\] {
		min-height: 700px;
	}
	.lg\:w-32 {
		width: 8rem;
	}
	.lg\:w-36 {
		width: 9rem;
	}
	.lg\:w-40 {
		width: 10rem;
	}
	.lg\:w-\[80\%\] {
		width: 80%;
	}
	.lg\:max-w-md {
		max-width: 28rem;
	}
	.lg\:max-w-sm {
		max-width: 24rem;
	}
	.lg\:-translate-x-1\/2 {
		--tw-translate-x: -50%;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y))
			rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
			skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
			scaleY(var(--tw-scale-y));
	}
	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lg\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.lg\:flex-row {
		flex-direction: row;
	}
	.lg\:gap-8 {
		gap: 2rem;
	}
	.lg\:bg-black\/5 {
		background-color: rgba(0, 0, 0, 0.05);
	}
	.lg\:px-0 {
		padding-left: 0;
		padding-right: 0;
	}
	.lg\:px-0\.5 {
		padding-left: 0.125rem;
		padding-right: 0.125rem;
	}
	.lg\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.lg\:py-10 {
		padding-bottom: 2.5rem;
		padding-top: 2.5rem;
	}
	.lg\:py-6 {
		padding-bottom: 1.5rem;
		padding-top: 1.5rem;
	}
	.lg\:pl-8 {
		padding-left: 2rem;
	}
	.lg\:pr-20 {
		padding-right: 5rem;
	}
	.lg\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	.lg\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.lg\:text-sm {
		font-size: 0.875rem;
		line-height: 1.5rem;
	}
	.lg\:text-xs {
		font-size: 0.8125rem;
		line-height: 1.5rem;
	}
	.lg\:text-primary-500 {
		--tw-text-opacity: 1;
		color: rgb(239 68 68 / var(--tw-text-opacity));
	}
	.lg\:hover\:scale-\[1\.02\]:hover {
		--tw-scale-x: 1.02;
		--tw-scale-y: 1.02;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y))
			rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
			skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
			scaleY(var(--tw-scale-y));
	}
	.lg\:hover\:shadow-xl:hover {
		--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
			0 8px 10px -6px rgba(0, 0, 0, 0.1);
		--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
			0 8px 10px -6px var(--tw-shadow-color);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
			var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
	.lg\:hover\:drop-shadow-md:hover {
		--tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07))
			drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
		filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
			var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
			var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
	}
}
@media (min-width: 1280px) {
	.xl\:sticky {
		position: sticky;
	}
	.xl\:top-16 {
		top: 4rem;
	}
	.xl\:block {
		display: block;
	}
	.xl\:hidden {
		display: none;
	}
	.xl\:h-20 {
		height: 5rem;
	}
	.xl\:h-64 {
		height: 16rem;
	}
	.xl\:h-72 {
		height: 18rem;
	}
	.xl\:max-h-\[25rem\] {
		max-height: 25rem;
	}
	.xl\:max-h-\[26rem\] {
		max-height: 26rem;
	}
	.xl\:max-h-\[40rem\] {
		max-height: 40rem;
	}
	.xl\:max-h-screen {
		max-height: 100vh;
	}
	.xl\:min-h-\[110vh\] {
		min-height: 110vh;
	}
	.xl\:max-w-\[14rem\] {
		max-width: 14rem;
	}
	.xl\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.xl\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.xl\:overflow-visible {
		overflow: visible;
	}
	.xl\:truncate {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.xl\:px-2 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.xl\:px-2\.5 {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
	.xl\:py-3 {
		padding-bottom: 0.75rem;
		padding-top: 0.75rem;
	}
	.xl\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.xl\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
	.xl\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}
	.xl\:text-xs {
		font-size: 0.8125rem;
		line-height: 1.5rem;
	}
}
