/*! tailwindcss v2.1.1 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize *//*
Document
========
*//**
Use a better box model (opinionated).
*/*,
*::before,
*::after {
	box-sizing: border-box;
}/**
Use a more readable tab size (opinionated).
*/:root {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}/*
Sections
========
*//**
Remove the margin in all browsers.
*/body {
	margin: 0;
}/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}/*
Grouping content
================
*//**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}/*
Text-level semantics
====================
*//**
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}/**
Add the correct font weight in Edge and Safari.
*/b,
strong {
	font-weight: bolder;
}/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}/**
Add the correct font size in all browsers.
*/small {
	font-size: 80%;
}/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}sub {
	bottom: -0.25em;
}sup {
	top: -0.5em;
}/*
Tabular data
============
*//**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}/*
Forms
=====
*//**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/button,
select { /* 1 */
	text-transform: none;
}/**
Correct the inability to style clickable types in iOS and Safari.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}/**
Remove the inner border and padding in Firefox.
*/::-moz-focus-inner {
	border-style: none;
	padding: 0;
}/**
Restore the focus styles unset by the previous rule.
*/:-moz-focusring {
	outline: 1px dotted ButtonText;
}/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/:-moz-ui-invalid {
	box-shadow: none;
}/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/legend {
	padding: 0;
}/**
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
	vertical-align: baseline;
}/**
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}/**
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
	-webkit-appearance: none;
}/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}/*
Interactive
===========
*//*
Add the correct display in Chrome and Safari.
*/summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 *//**
 * Removes the default spacing and border for appropriate elements.
 */blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}button {
  background-color: transparent;
  background-image: none;
}/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}fieldset {
  margin: 0;
  padding: 0;
}ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}/**
 * Tailwind custom reset styles
 *//**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */body {
  font-family: inherit;
  line-height: inherit;
}/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}/*
 * Ensure horizontal rules are visible by default
 */hr {
  border-top-width: 1px;
}/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */img {
  border-style: solid;
}textarea {
  resize: vertical;
}input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}button,
[role="button"] {
  cursor: pointer;
}table {
  border-collapse: collapse;
}h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */a {
  color: inherit;
  text-decoration: inherit;
}/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */img,
video {
  max-width: 100%;
  height: auto;
}* {
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--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;
}[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
}[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--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);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	border-color: #2563eb;
}input::-moz-placeholder, textarea::-moz-placeholder {
	color: #6b7280;
	opacity: 1;
}input:-ms-input-placeholder, textarea:-ms-input-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;
}select {
	background-image: url("data:image/svg+xml,%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 8l4 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;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
}[multiple] {
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
	        color-adjust: unset;
}[type='checkbox'],[type='radio'] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
}[type='checkbox'] {
	border-radius: 0px;
}[type='radio'] {
	border-radius: 100%;
}[type='checkbox']:focus,[type='radio']:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--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, 0 0 #0000);
}[type='checkbox']:checked,[type='radio']:checked {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}[type='checkbox']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}[type='radio']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
	border-color: transparent;
	background-color: currentColor;
}[type='checkbox']:indeterminate {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
	border-color: transparent;
	background-color: currentColor;
}[type='file'] {
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}[type='file']:focus {
	outline: 1px auto -webkit-focus-ring-color;
}.container {
	width: 100%;
}.\!container {
	width: 100% !important;
}@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}

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

	.container {
		max-width: 768px;
	}

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

	.container {
		max-width: 1024px;
	}

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

	.container {
		max-width: 1280px;
	}

	.\!container {
		max-width: 1280px !important;
	}
}@media (min-width: 1440px) {

	.container {
		max-width: 1440px;
	}

	.\!container {
		max-width: 1440px !important;
	}
}.prose [class~="lead"] {
	color: #4b5563;
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}.prose a {}.prose strong {
	font-weight: 600;
}.prose ol[type="A"] {
	--list-counter-style: upper-alpha;
}.prose ol[type="a"] {
	--list-counter-style: lower-alpha;
}.prose ol[type="A s"] {
	--list-counter-style: upper-alpha;
}.prose ol[type="a s"] {
	--list-counter-style: lower-alpha;
}.prose ol[type="I"] {
	--list-counter-style: upper-roman;
}.prose ol[type="i"] {
	--list-counter-style: lower-roman;
}.prose ol[type="I s"] {
	--list-counter-style: upper-roman;
}.prose ol[type="i s"] {
	--list-counter-style: lower-roman;
}.prose ol[type="1"] {
	--list-counter-style: decimal;
}.prose ol > li {
	position: relative;
	padding-left: 1.75em;
}.prose ol > li::before {
	content: counter(list-item, var(--list-counter-style, decimal)) ".";
	position: absolute;
	font-weight: 400;
	color: #c19c76;
	left: 0;
}.prose ul > li {
	position: relative;
	padding-left: 1.75em;
}.prose ul > li::before {
	content: "";
	position: absolute;
	background-color: #c19c76;
	border-radius: 50%;
	width: 0.375em;
	height: 0.375em;
	top: calc(0.875em - 0.1875em);
	left: 0.25em;
}.prose hr {
	border-color: #e5e7eb;
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
}.prose blockquote {
	font-weight: 500;
	font-style: italic;
	border-left-width: 0.5rem;
	border-left-color: #e5e7eb;
	quotes: "\201C""\201D""\2018""\2019";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-left: 1em;
}.prose blockquote p:first-of-type::before {
	content: open-quote;
}.prose blockquote p:last-of-type::after {
	content: close-quote;
}.prose h1 {
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}.prose h2 {
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
}.prose h3 {
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}.prose h4 {
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}.prose figure figcaption {
	color: #6b7280;
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}.prose code {
	color: #111827;
	font-weight: 600;
	font-size: 0.875em;
}.prose code::before {
	content: "`";
}.prose code::after {
	content: "`";
}.prose a code {
	color: #111827;
}.prose pre {
	color: #e5e7eb;
	background-color: #1f2937;
	overflow-x: auto;
	font-size: 0.875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: 0.375rem;
	padding-top: 0.8571429em;
	padding-right: 1.1428571em;
	padding-bottom: 0.8571429em;
	padding-left: 1.1428571em;
}.prose pre code {
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-weight: 400;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}.prose pre code::before {
	content: none;
}.prose pre code::after {
	content: none;
}.prose table {
	width: 100%;
	table-layout: auto;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.875em;
	line-height: 1.7142857;
}.prose thead {
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-color: #d1d5db;
}.prose thead th {
	vertical-align: bottom;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}.prose tbody tr {
	border-bottom-width: 1px;
	border-bottom-color: #e5e7eb;
}.prose tbody tr:last-child {
	border-bottom-width: 0;
}.prose tbody td {
	vertical-align: top;
	padding-top: 0.5714286em;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}.prose {
	font-size: 1rem;
	line-height: 1.75;
}.prose p {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	font-size: 1rem;
}.prose img {
	margin-top: 0.0555556em;
	margin-bottom: 0.0555556em;
}.prose video {
	margin-top: 2em;
	margin-bottom: 2em;
}.prose figure {
	margin-top: 2em;
	margin-bottom: 2em;
}.prose figure > * {
	margin-top: 0;
	margin-bottom: 0;
}.prose h2 code {
	font-size: 0.875em;
}.prose h3 code {
	font-size: 0.9em;
}.prose ol {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}.prose ul {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}.prose li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}.prose > ul > li p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}.prose > ul > li > *:first-child {
	margin-top: 1.25em;
}.prose > ul > li > *:last-child {
	margin-bottom: 1.25em;
}.prose > ol > li > *:first-child {
	margin-top: 1.25em;
}.prose > ol > li > *:last-child {
	margin-bottom: 1.25em;
}.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}.prose hr + * {
	margin-top: 0;
}.prose h2 + * {
	margin-top: 0;
}.prose h3 + * {
	margin-top: 0;
}.prose h4 + * {
	margin-top: 0;
}.prose thead th:first-child {
	padding-left: 0;
}.prose thead th:last-child {
	padding-right: 0;
}.prose tbody td:first-child {
	padding-left: 0;
}.prose tbody td:last-child {
	padding-right: 0;
}.prose > :first-child {
	margin-top: 0;
}.prose > :last-child {
	margin-bottom: 0;
}.prose-sm {
	font-size: 0.875rem;
	line-height: 1.7142857;
}.prose-sm p {
	margin-top: 1.1428571em;
	margin-bottom: 1.1428571em;
	font-size: 0.875rem;
}.prose-sm [class~="lead"] {
	font-size: 1.2857143em;
	line-height: 1.5555556;
	margin-top: 0.8888889em;
	margin-bottom: 0.8888889em;
}.prose-sm blockquote {
	margin-top: 1.3333333em;
	margin-bottom: 1.3333333em;
	padding-left: 1.1111111em;
}.prose-sm h1 {
	font-size: 2.1428571em;
	margin-top: 0;
	margin-bottom: 0.8em;
	line-height: 1.2;
}.prose-sm h2 {
	font-size: 1.4285714em;
	margin-top: 1.6em;
	margin-bottom: 0.8em;
	line-height: 1.4;
}.prose-sm h3 {
	font-size: 1.2857143em;
	margin-top: 1.5555556em;
	margin-bottom: 0.4444444em;
	line-height: 1.5555556;
}.prose-sm h4 {
	margin-top: 1.4285714em;
	margin-bottom: 0.5714286em;
	line-height: 1.4285714;
}.prose-sm img {
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
}.prose-sm video {
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
}.prose-sm figure {
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
}.prose-sm figure > * {
	margin-top: 0;
	margin-bottom: 0;
}.prose-sm figure figcaption {
	font-size: 0.8571429em;
	line-height: 1.3333333;
	margin-top: 0.6666667em;
}.prose-sm code {
	font-size: 0.8571429em;
}.prose-sm h2 code {
	font-size: 0.9em;
}.prose-sm h3 code {
	font-size: 0.8888889em;
}.prose-sm pre {
	font-size: 0.8571429em;
	line-height: 1.6666667;
	margin-top: 1.6666667em;
	margin-bottom: 1.6666667em;
	border-radius: 0.25rem;
	padding-top: 0.6666667em;
	padding-right: 1em;
	padding-bottom: 0.6666667em;
	padding-left: 1em;
}.prose-sm ol {
	margin-top: 1.1428571em;
	margin-bottom: 1.1428571em;
}.prose-sm ul {
	margin-top: 1.1428571em;
	margin-bottom: 1.1428571em;
}.prose-sm li {
	margin-top: 0.2857143em;
	margin-bottom: 0.2857143em;
}.prose-sm ol > li {
	padding-left: 1.5714286em;
}.prose-sm ol > li::before {
	left: 0;
}.prose-sm ul > li {
	padding-left: 1.5714286em;
}.prose-sm ul > li::before {
	height: 0.3571429em;
	width: 0.3571429em;
	top: calc(0.8571429em - 0.1785714em);
	left: 0.2142857em;
}.prose-sm > ul > li p {
	margin-top: 0.5714286em;
	margin-bottom: 0.5714286em;
}.prose-sm > ul > li > *:first-child {
	margin-top: 1.1428571em;
}.prose-sm > ul > li > *:last-child {
	margin-bottom: 1.1428571em;
}.prose-sm > ol > li > *:first-child {
	margin-top: 1.1428571em;
}.prose-sm > ol > li > *:last-child {
	margin-bottom: 1.1428571em;
}.prose-sm ul ul, .prose-sm ul ol, .prose-sm ol ul, .prose-sm ol ol {
	margin-top: 0.5714286em;
	margin-bottom: 0.5714286em;
}.prose-sm hr {
	margin-top: 2.8571429em;
	margin-bottom: 2.8571429em;
}.prose-sm hr + * {
	margin-top: 0;
}.prose-sm h2 + * {
	margin-top: 0;
}.prose-sm h3 + * {
	margin-top: 0;
}.prose-sm h4 + * {
	margin-top: 0;
}.prose-sm table {
	font-size: 0.8571429em;
	line-height: 1.5;
}.prose-sm thead th {
	padding-right: 1em;
	padding-bottom: 0.6666667em;
	padding-left: 1em;
}.prose-sm thead th:first-child {
	padding-left: 0;
}.prose-sm thead th:last-child {
	padding-right: 0;
}.prose-sm tbody td {
	padding-top: 0.6666667em;
	padding-right: 1em;
	padding-bottom: 0.6666667em;
	padding-left: 1em;
}.prose-sm tbody td:first-child {
	padding-left: 0;
}.prose-sm tbody td:last-child {
	padding-right: 0;
}.prose-sm > :first-child {
	margin-top: 0;
}.prose-sm > :last-child {
	margin-bottom: 0;
}.prose-lg {
	font-size: 1.125rem;
	line-height: 1.7777778;
}.prose-lg p {
	margin-top: 1.3333333em;
	margin-bottom: 1.3333333em;
	font-size: 1.125rem;
}.prose-lg [class~="lead"] {
	font-size: 1.2222222em;
	line-height: 1.4545455;
	margin-top: 1.0909091em;
	margin-bottom: 1.0909091em;
}.prose-lg blockquote {
	margin-top: 1.6666667em;
	margin-bottom: 1.6666667em;
	padding-left: 1em;
}.prose-lg h1 {
	font-size: 2.6666667em;
	margin-top: 0;
	margin-bottom: 0.8333333em;
	line-height: 1;
}.prose-lg h2 {
	font-size: 1.6666667em;
	margin-top: 1.8666667em;
	margin-bottom: 1.0666667em;
	line-height: 1.3333333;
}.prose-lg h3 {
	font-size: 1.3333333em;
	margin-top: 1.6666667em;
	margin-bottom: 0.6666667em;
	line-height: 1.5;
}.prose-lg h4 {
	margin-top: 1.7777778em;
	margin-bottom: 0.4444444em;
	line-height: 1.5555556;
}.prose-lg img {
	margin-top: 1.7777778em;
	margin-bottom: 1.7777778em;
}.prose-lg video {
	margin-top: 1.7777778em;
	margin-bottom: 1.7777778em;
}.prose-lg figure {
	margin-top: 1.7777778em;
	margin-bottom: 1.7777778em;
}.prose-lg figure > * {
	margin-top: 0;
	margin-bottom: 0;
}.prose-lg figure figcaption {
	font-size: 0.8888889em;
	line-height: 1.5;
	margin-top: 1em;
}.prose-lg code {
	font-size: 0.8888889em;
}.prose-lg h2 code {
	font-size: 0.8666667em;
}.prose-lg h3 code {
	font-size: 0.875em;
}.prose-lg pre {
	font-size: 0.8888889em;
	line-height: 1.75;
	margin-top: 2em;
	margin-bottom: 2em;
	border-radius: 0.375rem;
	padding-top: 1em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1.5em;
}.prose-lg ol {
	margin-top: 1.3333333em;
	margin-bottom: 1.3333333em;
}.prose-lg ul {
	margin-top: 1.3333333em;
	margin-bottom: 1.3333333em;
}.prose-lg li {
	margin-top: 0.6666667em;
	margin-bottom: 0.6666667em;
}.prose-lg ol > li {
	padding-left: 1.6666667em;
}.prose-lg ol > li::before {
	left: 0;
}.prose-lg ul > li {
	padding-left: 1.6666667em;
}.prose-lg ul > li::before {
	width: 0.3333333em;
	height: 0.3333333em;
	top: calc(0.8888889em - 0.1666667em);
	left: 0.2222222em;
}.prose-lg > ul > li p {
	margin-top: 0.8888889em;
	margin-bottom: 0.8888889em;
}.prose-lg > ul > li > *:first-child {
	margin-top: 1.3333333em;
}.prose-lg > ul > li > *:last-child {
	margin-bottom: 1.3333333em;
}.prose-lg > ol > li > *:first-child {
	margin-top: 1.3333333em;
}.prose-lg > ol > li > *:last-child {
	margin-bottom: 1.3333333em;
}.prose-lg ul ul, .prose-lg ul ol, .prose-lg ol ul, .prose-lg ol ol {
	margin-top: 0.8888889em;
	margin-bottom: 0.8888889em;
}.prose-lg hr {
	margin-top: 3.1111111em;
	margin-bottom: 3.1111111em;
}.prose-lg hr + * {
	margin-top: 0;
}.prose-lg h2 + * {
	margin-top: 0;
}.prose-lg h3 + * {
	margin-top: 0;
}.prose-lg h4 + * {
	margin-top: 0;
}.prose-lg table {
	font-size: 0.8888889em;
	line-height: 1.5;
}.prose-lg thead th {
	padding-right: 0.75em;
	padding-bottom: 0.75em;
	padding-left: 0.75em;
}.prose-lg thead th:first-child {
	padding-left: 0;
}.prose-lg thead th:last-child {
	padding-right: 0;
}.prose-lg tbody td {
	padding-top: 0.75em;
	padding-right: 0.75em;
	padding-bottom: 0.75em;
	padding-left: 0.75em;
}.prose-lg tbody td:first-child {
	padding-left: 0;
}.prose-lg tbody td:last-child {
	padding-right: 0;
}.prose-lg > :first-child {
	margin-top: 0;
}.prose-lg > :last-child {
	margin-bottom: 0;
}.prose-xl {
	font-size: 1.25rem;
	line-height: 1.8;
}.prose-xl p {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	font-size: 1.25rem;
}.prose-xl [class~="lead"] {
	font-size: 1.2em;
	line-height: 1.5;
	margin-top: 1em;
	margin-bottom: 1em;
}.prose-xl blockquote {
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-left: 1.0666667em;
}.prose-xl h1 {
	font-size: 2.8em;
	margin-top: 0;
	margin-bottom: 0.8571429em;
	line-height: 1;
}.prose-xl h2 {
	font-size: 1.8em;
	margin-top: 1.5555556em;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}.prose-xl h3 {
	font-size: 1.5em;
	margin-top: 1.6em;
	margin-bottom: 0.6666667em;
	line-height: 1.3333333;
}.prose-xl h4 {
	margin-top: 1.8em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}.prose-xl img {
	margin-top: 0.0555556em;
	margin-bottom: 0.0555556em;
}.prose-xl video {
	margin-top: 2em;
	margin-bottom: 2em;
}.prose-xl figure {
	margin-top: 2em;
	margin-bottom: 2em;
}.prose-xl figure > * {
	margin-top: 0;
	margin-bottom: 0;
}.prose-xl figure figcaption {
	font-size: 0.9em;
	line-height: 1.5555556;
	margin-top: 1em;
}.prose-xl code {
	font-size: 0.9em;
}.prose-xl h2 code {
	font-size: 0.8611111em;
}.prose-xl h3 code {
	font-size: 0.9em;
}.prose-xl pre {
	font-size: 0.9em;
	line-height: 1.7777778;
	margin-top: 2em;
	margin-bottom: 2em;
	border-radius: 0.5rem;
	padding-top: 1.1111111em;
	padding-right: 1.3333333em;
	padding-bottom: 1.1111111em;
	padding-left: 1.3333333em;
}.prose-xl ol {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}.prose-xl ul {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}.prose-xl li {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}.prose-xl ol > li {
	padding-left: 1.8em;
}.prose-xl ol > li::before {
	left: 0;
}.prose-xl ul > li {
	padding-left: 1.8em;
}.prose-xl ul > li::before {
	width: 0.35em;
	height: 0.35em;
	top: calc(0.9em - 0.175em);
	left: 0.25em;
}.prose-xl > ul > li p {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}.prose-xl > ul > li > *:first-child {
	margin-top: 1.2em;
}.prose-xl > ul > li > *:last-child {
	margin-bottom: 1.2em;
}.prose-xl > ol > li > *:first-child {
	margin-top: 1.2em;
}.prose-xl > ol > li > *:last-child {
	margin-bottom: 1.2em;
}.prose-xl ul ul, .prose-xl ul ol, .prose-xl ol ul, .prose-xl ol ol {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}.prose-xl hr {
	margin-top: 2.8em;
	margin-bottom: 2.8em;
}.prose-xl hr + * {
	margin-top: 0;
}.prose-xl h2 + * {
	margin-top: 0;
}.prose-xl h3 + * {
	margin-top: 0;
}.prose-xl h4 + * {
	margin-top: 0;
}.prose-xl table {
	font-size: 0.9em;
	line-height: 1.5555556;
}.prose-xl thead th {
	padding-right: 0.6666667em;
	padding-bottom: 0.8888889em;
	padding-left: 0.6666667em;
}.prose-xl thead th:first-child {
	padding-left: 0;
}.prose-xl thead th:last-child {
	padding-right: 0;
}.prose-xl tbody td {
	padding-top: 0.8888889em;
	padding-right: 0.6666667em;
	padding-bottom: 0.8888889em;
	padding-left: 0.6666667em;
}.prose-xl tbody td:first-child {
	padding-left: 0;
}.prose-xl tbody td:last-child {
	padding-right: 0;
}.prose-xl > :first-child {
	margin-top: 0;
}.prose-xl > :last-child {
	margin-bottom: 0;
}.prose-2xl {
	font-size: 1.5rem;
	line-height: 1.6666667;
}.prose-2xl p {
	margin-top: 1.3333333em;
	margin-bottom: 1.3333333em;
	font-size: 1.5rem;
}.prose-2xl [class~="lead"] {
	font-size: 1.25em;
	line-height: 1.4666667;
	margin-top: 1.0666667em;
	margin-bottom: 1.0666667em;
}.prose-2xl blockquote {
	margin-top: 1.7777778em;
	margin-bottom: 1.7777778em;
	padding-left: 1.1111111em;
}.prose-2xl h1 {
	font-size: 2.6666667em;
	margin-top: 0;
	margin-bottom: 0.875em;
	line-height: 1;
}.prose-2xl h2 {
	font-size: 2em;
	margin-top: 1.5em;
	margin-bottom: 0.8333333em;
	line-height: 1.0833333;
}.prose-2xl h3 {
	font-size: 1.5em;
	margin-top: 1.5555556em;
	margin-bottom: 0.6666667em;
	line-height: 1.2222222;
}.prose-2xl h4 {
	margin-top: 1.6666667em;
	margin-bottom: 0.6666667em;
	line-height: 1.5;
}.prose-2xl img {
	margin-top: 2em;
	margin-bottom: 2em;
}.prose-2xl video {
	margin-top: 2em;
	margin-bottom: 2em;
}.prose-2xl figure {
	margin-top: 2em;
	margin-bottom: 2em;
}.prose-2xl figure > * {
	margin-top: 0;
	margin-bottom: 0;
}.prose-2xl figure figcaption {
	font-size: 0.8333333em;
	line-height: 1.6;
	margin-top: 1em;
}.prose-2xl code {
	font-size: 0.8333333em;
}.prose-2xl h2 code {
	font-size: 0.875em;
}.prose-2xl h3 code {
	font-size: 0.8888889em;
}.prose-2xl pre {
	font-size: 0.8333333em;
	line-height: 1.8;
	margin-top: 2em;
	margin-bottom: 2em;
	border-radius: 0.5rem;
	padding-top: 1.2em;
	padding-right: 1.6em;
	padding-bottom: 1.2em;
	padding-left: 1.6em;
}.prose-2xl ol {
	margin-top: 1.3333333em;
	margin-bottom: 1.3333333em;
}.prose-2xl ul {
	margin-top: 1.3333333em;
	margin-bottom: 1.3333333em;
}.prose-2xl li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}.prose-2xl ol > li {
	padding-left: 1.6666667em;
}.prose-2xl ol > li::before {
	left: 0;
}.prose-2xl ul > li {
	padding-left: 1.6666667em;
}.prose-2xl ul > li::before {
	width: 0.3333333em;
	height: 0.3333333em;
	top: calc(0.8333333em - 0.1666667em);
	left: 0.25em;
}.prose-2xl > ul > li p {
	margin-top: 0.8333333em;
	margin-bottom: 0.8333333em;
}.prose-2xl > ul > li > *:first-child {
	margin-top: 1.3333333em;
}.prose-2xl > ul > li > *:last-child {
	margin-bottom: 1.3333333em;
}.prose-2xl > ol > li > *:first-child {
	margin-top: 1.3333333em;
}.prose-2xl > ol > li > *:last-child {
	margin-bottom: 1.3333333em;
}.prose-2xl ul ul, .prose-2xl ul ol, .prose-2xl ol ul, .prose-2xl ol ol {
	margin-top: 0.6666667em;
	margin-bottom: 0.6666667em;
}.prose-2xl hr {
	margin-top: 3em;
	margin-bottom: 3em;
}.prose-2xl hr + * {
	margin-top: 0;
}.prose-2xl h2 + * {
	margin-top: 0;
}.prose-2xl h3 + * {
	margin-top: 0;
}.prose-2xl h4 + * {
	margin-top: 0;
}.prose-2xl table {
	font-size: 0.8333333em;
	line-height: 1.4;
}.prose-2xl thead th {
	padding-right: 0.6em;
	padding-bottom: 0.8em;
	padding-left: 0.6em;
}.prose-2xl thead th:first-child {
	padding-left: 0;
}.prose-2xl thead th:last-child {
	padding-right: 0;
}.prose-2xl tbody td {
	padding-top: 0.8em;
	padding-right: 0.6em;
	padding-bottom: 0.8em;
	padding-left: 0.6em;
}.prose-2xl tbody td:first-child {
	padding-left: 0;
}.prose-2xl tbody td:last-child {
	padding-right: 0;
}.prose-2xl > :first-child {
	margin-top: 0;
}.prose-2xl > :last-child {
	margin-bottom: 0;
}.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}.not-sr-only {
	position: static;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: visible;
	clip: auto;
	white-space: normal;
}.pointer-events-none {
	pointer-events: none;
}.pointer-events-auto {
	pointer-events: auto;
}.visible {
	visibility: visible;
}.invisible {
	visibility: hidden;
}.\!visible {
	visibility: visible !important;
}.relative {
	position: relative;
}.absolute {
	position: absolute;
}.static {
	position: static;
}.sticky {
	position: sticky;
}.fixed {
	position: fixed;
}.\!sticky {
	position: sticky !important;
}.\!relative {
	position: relative !important;
}.\!absolute {
	position: absolute !important;
}.\!fixed {
	position: fixed !important;
}.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}.top-0 {
	top: 0px;
}.left-0 {
	left: 0px;
}.right-0 {
	right: 0px;
}.bottom-4 {
	bottom: 1rem;
}.bottom-0 {
	bottom: 0px;
}.\!bottom-0 {
	bottom: 0px !important;
}.bottom-\[1rem\] {
	bottom: 1rem;
}.right-\[1rem\] {
	right: 1rem;
}.isolate {
	isolation: isolate;
}.isolation-auto {
	isolation: auto;
}.z-100 {
	z-index: 100;
}.z-1 {
	z-index: 1;
}.z-10 {
	z-index: 10;
}.order-1 {
	order: 1;
}.order-first {
	order: -9999;
}.col-auto {
	grid-column: auto;
}.float-right {
	float: right;
}.float-left {
	float: left;
}.float-none {
	float: none;
}.clear-left {
	clear: left;
}.clear-right {
	clear: right;
}.clear-both {
	clear: both;
}.clear-none {
	clear: none;
}.m-auto {
	margin: auto;
}.m-6 {
	margin: 1.5rem;
}.m-1 {
	margin: 0.25rem;
}.m-5 {
	margin: 1.25rem;
}.\!m-0 {
	margin: 0px !important;
}.m-2 {
	margin: 0.5rem;
}.m-3 {
	margin: 0.75rem;
}.m-8 {
	margin: 2rem;
}.m-14 {
	margin: 3.5rem;
}.m-16 {
	margin: 4rem;
}.mx-auto {
	margin-left: auto;
	margin-right: auto;
}.my-20 {
	margin-top: 5rem;
	margin-bottom: 5rem;
}.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}.mx-0 {
	margin-left: 0px;
	margin-right: 0px;
}.my-16 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}.my-24 {
	margin-top: 6rem;
	margin-bottom: 6rem;
}.mx-5 {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}.\!mx-4 {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}.mb-12 {
	margin-bottom: 3rem;
}.mb-4 {
	margin-bottom: 1rem;
}.mb-2 {
	margin-bottom: 0.5rem;
}.mb-8 {
	margin-bottom: 2rem;
}.\!mt-0 {
	margin-top: 0px !important;
}.mb-20 {
	margin-bottom: 5rem;
}.mb-6 {
	margin-bottom: 1.5rem;
}.mt-12 {
	margin-top: 3rem;
}.\!mb-0 {
	margin-bottom: 0px !important;
}.mb-10 {
	margin-bottom: 2.5rem;
}.\!mb-3 {
	margin-bottom: 0.75rem !important;
}.mb-16 {
	margin-bottom: 4rem;
}.mr-2 {
	margin-right: 0.5rem;
}.mr-1 {
	margin-right: 0.25rem;
}.mt-2 {
	margin-top: 0.5rem;
}.mt-8 {
	margin-top: 2rem;
}.mt-6 {
	margin-top: 1.5rem;
}.mt-4 {
	margin-top: 1rem;
}.mt-0 {
	margin-top: 0px;
}.-mt-8 {
	margin-top: -2rem;
}.mb-0 {
	margin-bottom: 0px;
}.mb-3 {
	margin-bottom: 0.75rem;
}.ml-2 {
	margin-left: 0.5rem;
}.\!mb-8 {
	margin-bottom: 2rem !important;
}.-mb-1 {
	margin-bottom: -0.25rem;
}.mt-5 {
	margin-top: 1.25rem;
}.\!mb-6 {
	margin-bottom: 1.5rem !important;
}.\!-mt-16 {
	margin-top: -4rem !important;
}.box-border {
	box-sizing: border-box;
}.box-content {
	box-sizing: content-box;
}.block {
	display: block;
}.\!block {
	display: block !important;
}.inline-block {
	display: inline-block;
}.inline {
	display: inline;
}.\!inline {
	display: inline !important;
}.flex {
	display: flex;
}.inline-flex {
	display: inline-flex;
}.table {
	display: table;
}.\!table {
	display: table !important;
}.inline-table {
	display: inline-table;
}.table-caption {
	display: table-caption;
}.table-cell {
	display: table-cell;
}.table-column {
	display: table-column;
}.table-column-group {
	display: table-column-group;
}.table-footer-group {
	display: table-footer-group;
}.table-header-group {
	display: table-header-group;
}.table-row-group {
	display: table-row-group;
}.table-row {
	display: table-row;
}.flow-root {
	display: flow-root;
}.grid {
	display: grid;
}.inline-grid {
	display: inline-grid;
}.contents {
	display: contents;
}.\!contents {
	display: contents !important;
}.list-item {
	display: list-item;
}.hidden {
	display: none;
}.\!hidden {
	display: none !important;
}.h-full {
	height: 100%;
}.h-32 {
	height: 8rem;
}.h-\[50px\] {
	height: 50px;
}.h-24 {
	height: 6rem;
}.h-7 {
	height: 1.75rem;
}.h-10 {
	height: 2.5rem;
}.h-5 {
	height: 1.25rem;
}.h-1\/2 {
	height: 50%;
}.h-1 {
	height: 0.25rem;
}.h-2 {
	height: 0.5rem;
}.h-0 {
	height: 0px;
}.h-9 {
	height: 2.25rem;
}.max-h-\[135px\] {
	max-height: 135px;
}.w-full {
	width: 100%;
}.w-64 {
	width: 16rem;
}.w-24 {
	width: 6rem;
}.w-10 {
	width: 2.5rem;
}.w-5 {
	width: 1.25rem;
}.w-72 {
	width: 18rem;
}.w-32 {
	width: 8rem;
}.w-1\/2 {
	width: 50%;
}.max-w-prose {
	max-width: 65ch;
}.max-w-xs {
	max-width: 20rem;
}.max-w-3\/4 {
	max-width: 75%;
}.max-w-\[300px\] {
	max-width: 300px;
}.max-w-\[75ch\] {
	max-width: 75ch;
}.max-w-screen-lg {
	max-width: 1024px;
}.max-w-none {
	max-width: none;
}.max-w-screen-md {
	max-width: 768px;
}.max-w-\[40px\] {
	max-width: 40px;
}.max-w-\[60px\] {
	max-width: 60px;
}.max-w-\[100px\] {
	max-width: 100px;
}.\!max-w-none {
	max-width: none !important;
}.max-w-\[225px\] {
	max-width: 225px;
}.max-w-md {
	max-width: 28rem;
}.flex-1 {
	flex: 1 1 0%;
}.flex-shrink {
	flex-shrink: 1;
}.flex-grow {
	flex-grow: 1;
}.table-auto {
	table-layout: auto;
}.table-fixed {
	table-layout: fixed;
}.border-collapse {
	border-collapse: collapse;
}.border-separate {
	border-collapse: separate;
}.transform {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.\!transform {
	--tw-translate-x: 0 !important;
	--tw-translate-y: 0 !important;
	--tw-rotate: 0 !important;
	--tw-skew-x: 0 !important;
	--tw-skew-y: 0 !important;
	--tw-scale-x: 1 !important;
	--tw-scale-y: 1 !important;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}.transform-gpu {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform-none {
	transform: none;
}.translate-y-2\/3 {
	--tw-translate-y: 66.666667%;
}.-translate-y-10 {
	--tw-translate-y: -2.5rem;
}.rotate-90 {
	--tw-rotate: 90deg;
}.rotate-180 {
	--tw-rotate: 180deg;
}@-webkit-keyframes pulse {

	50% {
		opacity: .5;
	}
}@keyframes pulse {

	50% {
		opacity: .5;
	}
}.animate-pulse {
	-webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}.cursor-pointer {
	cursor: pointer;
}.select-none {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}.select-text {
	-webkit-user-select: text;
	   -moz-user-select: text;
	    -ms-user-select: text;
	        user-select: text;
}.select-all {
	-webkit-user-select: all;
	   -moz-user-select: all;
	        user-select: all;
}.select-auto {
	-webkit-user-select: auto;
	   -moz-user-select: auto;
	    -ms-user-select: auto;
	        user-select: auto;
}.resize {
	resize: both;
}.resize-none {
	resize: none;
}.resize-y {
	resize: vertical;
}.resize-x {
	resize: horizontal;
}.list-inside {
	list-style-position: inside;
}.list-outside {
	list-style-position: outside;
}.appearance-none {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}.grid-flow-row {
	grid-auto-flow: row;
}.grid-flow-col {
	grid-auto-flow: column;
}.grid-flow-row-dense {
	grid-auto-flow: row dense;
}.grid-flow-col-dense {
	grid-auto-flow: column dense;
}.flex-col {
	flex-direction: column;
}.flex-row {
	flex-direction: row;
}.flex-row-reverse {
	flex-direction: row-reverse;
}.flex-col-reverse {
	flex-direction: column-reverse;
}.flex-wrap {
	flex-wrap: wrap;
}.flex-wrap-reverse {
	flex-wrap: wrap-reverse;
}.flex-nowrap {
	flex-wrap: nowrap;
}.place-content-center {
	place-content: center;
}.place-content-start {
	place-content: start;
}.place-content-end {
	place-content: end;
}.place-content-between {
	place-content: space-between;
}.place-content-around {
	place-content: space-around;
}.place-content-evenly {
	place-content: space-evenly;
}.place-content-stretch {
	place-content: stretch;
}.place-items-start {
	place-items: start;
}.place-items-end {
	place-items: end;
}.place-items-center {
	place-items: center;
}.place-items-stretch {
	place-items: stretch;
}.content-center {
	align-content: center;
}.content-start {
	align-content: flex-start;
}.content-end {
	align-content: flex-end;
}.content-between {
	align-content: space-between;
}.content-around {
	align-content: space-around;
}.content-evenly {
	align-content: space-evenly;
}.items-center {
	align-items: center;
}.items-start {
	align-items: flex-start;
}.items-end {
	align-items: flex-end;
}.items-baseline {
	align-items: baseline;
}.items-stretch {
	align-items: stretch;
}.justify-between {
	justify-content: space-between;
}.justify-center {
	justify-content: center;
}.justify-around {
	justify-content: space-around;
}.justify-end {
	justify-content: flex-end;
}.justify-start {
	justify-content: flex-start;
}.justify-evenly {
	justify-content: space-evenly;
}.justify-items-start {
	justify-items: start;
}.justify-items-end {
	justify-items: end;
}.justify-items-center {
	justify-items: center;
}.justify-items-stretch {
	justify-items: stretch;
}.gap-4 {
	gap: 1rem;
}.gap-0 {
	gap: 0px;
}.gap-y-8 {
	row-gap: 2rem;
}.gap-x-\[50px\] {
	-moz-column-gap: 50px;
	     column-gap: 50px;
}.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 1;
}.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 1;
}.divide-x > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-x-reverse: 0;
	border-right-width: calc(1px * var(--tw-divide-x-reverse));
	border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}.divide-y > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 1;
}.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-x-reverse: 1;
}.divide-solid > :not([hidden]) ~ :not([hidden]) {
	border-style: solid;
}.divide-dashed > :not([hidden]) ~ :not([hidden]) {
	border-style: dashed;
}.divide-dotted > :not([hidden]) ~ :not([hidden]) {
	border-style: dotted;
}.divide-double > :not([hidden]) ~ :not([hidden]) {
	border-style: double;
}.divide-none > :not([hidden]) ~ :not([hidden]) {
	border-style: none;
}.divide > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}.place-self-auto {
	place-self: auto;
}.place-self-start {
	place-self: start;
}.place-self-end {
	place-self: end;
}.place-self-center {
	place-self: center;
}.place-self-stretch {
	place-self: stretch;
}.self-auto {
	align-self: auto;
}.self-start {
	align-self: flex-start;
}.self-end {
	align-self: flex-end;
}.self-center {
	align-self: center;
}.self-stretch {
	align-self: stretch;
}.justify-self-auto {
	justify-self: auto;
}.justify-self-start {
	justify-self: start;
}.justify-self-end {
	justify-self: end;
}.justify-self-center {
	justify-self: center;
}.justify-self-stretch {
	justify-self: stretch;
}.overflow-hidden {
	overflow: hidden;
}.overflow-auto {
	overflow: auto;
}.overflow-visible {
	overflow: visible;
}.overflow-scroll {
	overflow: scroll;
}.overflow-x-auto {
	overflow-x: auto;
}.overflow-y-auto {
	overflow-y: auto;
}.overflow-x-hidden {
	overflow-x: hidden;
}.overflow-y-hidden {
	overflow-y: hidden;
}.overflow-x-visible {
	overflow-x: visible;
}.overflow-y-visible {
	overflow-y: visible;
}.overflow-x-scroll {
	overflow-x: scroll;
}.overflow-y-scroll {
	overflow-y: scroll;
}.overscroll-auto {
	-ms-scroll-chaining: chained;
	    overscroll-behavior: auto;
}.overscroll-contain {
	-ms-scroll-chaining: none;
	    overscroll-behavior: contain;
}.overscroll-none {
	-ms-scroll-chaining: none;
	    overscroll-behavior: none;
}.overscroll-y-auto {
	overscroll-behavior-y: auto;
}.overscroll-y-contain {
	overscroll-behavior-y: contain;
}.overscroll-y-none {
	overscroll-behavior-y: none;
}.overscroll-x-auto {
	overscroll-behavior-x: auto;
}.overscroll-x-contain {
	overscroll-behavior-x: contain;
}.overscroll-x-none {
	overscroll-behavior-x: none;
}.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}.overflow-ellipsis {
	text-overflow: ellipsis;
}.overflow-clip {
	text-overflow: clip;
}.whitespace-normal {
	white-space: normal;
}.whitespace-nowrap {
	white-space: nowrap;
}.whitespace-pre {
	white-space: pre;
}.whitespace-pre-line {
	white-space: pre-line;
}.whitespace-pre-wrap {
	white-space: pre-wrap;
}.break-normal {
	overflow-wrap: normal;
	word-break: normal;
}.break-words {
	overflow-wrap: break-word;
}.break-all {
	word-break: break-all;
}.rounded-full {
	border-radius: 9999px;
}.rounded {
	border-radius: 0.25rem;
}.rounded-t {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}.rounded-r {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}.rounded-b {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}.rounded-l {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}.rounded-tl {
	border-top-left-radius: 0.25rem;
}.rounded-tr {
	border-top-right-radius: 0.25rem;
}.rounded-br {
	border-bottom-right-radius: 0.25rem;
}.rounded-bl {
	border-bottom-left-radius: 0.25rem;
}.border-2 {
	border-width: 2px;
}.border {
	border-width: 1px;
}.border-t {
	border-top-width: 1px;
}.border-t-2 {
	border-top-width: 2px;
}.border-b {
	border-bottom-width: 1px;
}.border-r {
	border-right-width: 1px;
}.border-l {
	border-left-width: 1px;
}.border-solid {
	border-style: solid;
}.border-none {
	border-style: none;
}.border-dashed {
	border-style: dashed;
}.border-dotted {
	border-style: dotted;
}.border-double {
	border-style: double;
}.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}.border-primary-300 {
	--tw-border-opacity: 1;
	border-color: rgba(222, 201, 181, var(--tw-border-opacity));
}.border-primary-500 {
	--tw-border-opacity: 1;
	border-color: rgba(193, 156, 118, var(--tw-border-opacity));
}.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}.border-primary-400 {
	--tw-border-opacity: 1;
	border-color: rgba(207, 179, 150, var(--tw-border-opacity));
}.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}.bg-secondary-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(33, 97, 120, var(--tw-bg-opacity));
}.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.bg-faded-blue {
	--tw-bg-opacity: 1;
	background-color: rgba(105, 151, 174, var(--tw-bg-opacity));
}.bg-primary-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 247, 244, var(--tw-bg-opacity));
}.bg-secondary-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(28, 80, 100, var(--tw-bg-opacity));
}.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}.bg-tertiary-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(177, 83, 91, var(--tw-bg-opacity));
}.bg-primary-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(236, 224, 213, var(--tw-bg-opacity));
}.bg-primary-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(193, 156, 118, var(--tw-bg-opacity));
}.\!bg-transparent {
	background-color: transparent !important;
}.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(30, 33, 40, var(--tw-bg-opacity));
}.bg-opacity-20 {
	--tw-bg-opacity: 0.2;
}.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}.from-transparent {
	--tw-gradient-from: transparent;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}.from-gray-500 {
	--tw-gradient-from: #6b7280;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}.via-gray-700 {
	--tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}.to-gray-800 {
	--tw-gradient-to: #1f2937;
}.decoration-slice {
	-webkit-box-decoration-break: slice;
	        box-decoration-break: slice;
}.decoration-clone {
	-webkit-box-decoration-break: clone;
	        box-decoration-break: clone;
}.bg-fixed {
	background-attachment: fixed;
}.bg-local {
	background-attachment: local;
}.bg-scroll {
	background-attachment: scroll;
}.bg-clip-border {
	background-clip: border-box;
}.bg-clip-padding {
	background-clip: padding-box;
}.bg-clip-content {
	background-clip: content-box;
}.bg-clip-text {
	-webkit-background-clip: text;
	        background-clip: text;
}.bg-repeat {
	background-repeat: repeat;
}.bg-no-repeat {
	background-repeat: no-repeat;
}.bg-repeat-x {
	background-repeat: repeat-x;
}.bg-repeat-y {
	background-repeat: repeat-y;
}.bg-repeat-round {
	background-repeat: round;
}.bg-repeat-space {
	background-repeat: space;
}.fill-current {
	fill: currentColor;
}.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}.object-contain {
	-o-object-fit: contain;
	   object-fit: contain;
}.object-fill {
	-o-object-fit: fill;
	   object-fit: fill;
}.object-none {
	-o-object-fit: none;
	   object-fit: none;
}.object-scale-down {
	-o-object-fit: scale-down;
	   object-fit: scale-down;
}.p-4 {
	padding: 1rem;
}.p-5 {
	padding: 1.25rem;
}.p-2 {
	padding: 0.5rem;
}.p-6 {
	padding: 1.5rem;
}.p-8 {
	padding: 2rem;
}.p-1 {
	padding: 0.25rem;
}.p-2\.5 {
	padding: 0.625rem;
}.p-3 {
	padding: 0.75rem;
}.p-14 {
	padding: 3.5rem;
}.p-16 {
	padding: 4rem;
}.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}.px-0 {
	padding-left: 0px;
	padding-right: 0px;
}.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}.py-2\.5 {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}.py-7 {
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}.pb-20 {
	padding-bottom: 5rem;
}.pb-2 {
	padding-bottom: 0.5rem;
}.pt-16 {
	padding-top: 4rem;
}.pb-3 {
	padding-bottom: 0.75rem;
}.pt-12 {
	padding-top: 3rem;
}.pb-6 {
	padding-bottom: 1.5rem;
}.pb-4 {
	padding-bottom: 1rem;
}.pt-24 {
	padding-top: 6rem;
}.pb-16 {
	padding-bottom: 4rem;
}.pb-5 {
	padding-bottom: 1.25rem;
}.pt-10 {
	padding-top: 2.5rem;
}.\!pt-2 {
	padding-top: 0.5rem !important;
}.\!pt-0 {
	padding-top: 0px !important;
}.\!pb-2 {
	padding-bottom: 0.5rem !important;
}.pt-4 {
	padding-top: 1rem;
}.pr-1 {
	padding-right: 0.25rem;
}.text-center {
	text-align: center;
}.text-left {
	text-align: left;
}.text-justify {
	text-align: justify;
}.text-right {
	text-align: right;
}.align-baseline {
	vertical-align: baseline;
}.align-top {
	vertical-align: top;
}.align-middle {
	vertical-align: middle;
}.align-bottom {
	vertical-align: bottom;
}.align-text-top {
	vertical-align: text-top;
}.align-text-bottom {
	vertical-align: text-bottom;
}.font-display {
	font-family: "Playfair Display";
}.font-body {
	font-family: "Montserrat", sans-serif;
}.\!font-body {
	font-family: "Montserrat", sans-serif !important;
}.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}.\!text-2xl {
	font-size: 1.5rem !important;
	line-height: 2rem !important;
}.text-\[80px\] {
	font-size: 80px;
}.font-bold {
	font-weight: 700;
}.font-extralight {
	font-weight: 200;
}.font-medium {
	font-weight: 500;
}.font-thin {
	font-weight: 100;
}.font-black {
	font-weight: 900;
}.font-semibold {
	font-weight: 600;
}.font-normal {
	font-weight: 400;
}.uppercase {
	text-transform: uppercase;
}.capitalize {
	text-transform: capitalize;
}.lowercase {
	text-transform: lowercase;
}.normal-case {
	text-transform: none;
}.italic {
	font-style: italic;
}.not-italic {
	font-style: normal;
}.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
	--tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
	--tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
	--tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
	--tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
	--tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
	font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}.ordinal {
	--tw-ordinal: ordinal;
}.stacked-fractions {
	--tw-numeric-fraction: stacked-fractions;
}.normal-nums {
	font-variant-numeric: normal;
}.slashed-zero {
	--tw-slashed-zero: slashed-zero;
}.lining-nums {
	--tw-numeric-figure: lining-nums;
}.oldstyle-nums {
	--tw-numeric-figure: oldstyle-nums;
}.proportional-nums {
	--tw-numeric-spacing: proportional-nums;
}.tabular-nums {
	--tw-numeric-spacing: tabular-nums;
}.diagonal-fractions {
	--tw-numeric-fraction: diagonal-fractions;
}.leading-relaxed {
	line-height: 1.625;
}.leading-none {
	line-height: 1;
}.leading-snug {
	line-height: 1.375;
}.tracking-widest {
	letter-spacing: 0.1em;
}.tracking-wide {
	letter-spacing: 0.025em;
}.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}.text-faded-blue {
	--tw-text-opacity: 1;
	color: rgba(105, 151, 174, var(--tw-text-opacity));
}.text-primary-500 {
	--tw-text-opacity: 1;
	color: rgba(193, 156, 118, var(--tw-text-opacity));
}.text-secondary-500 {
	--tw-text-opacity: 1;
	color: rgba(33, 97, 120, var(--tw-text-opacity));
}.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}.\!text-white {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}.no-underline {
	text-decoration: none;
}.underline {
	text-decoration: underline;
}.line-through {
	text-decoration: line-through;
}.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}.subpixel-antialiased {
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}.\!opacity-100 {
	opacity: 1 !important;
}.opacity-90 {
	opacity: 0.9;
}.bg-blend-normal {
	background-blend-mode: normal;
}.bg-blend-multiply {
	background-blend-mode: multiply;
}.bg-blend-screen {
	background-blend-mode: screen;
}.bg-blend-overlay {
	background-blend-mode: overlay;
}.bg-blend-darken {
	background-blend-mode: darken;
}.bg-blend-lighten {
	background-blend-mode: lighten;
}.bg-blend-color-dodge {
	background-blend-mode: color-dodge;
}.bg-blend-color-burn {
	background-blend-mode: color-burn;
}.bg-blend-hard-light {
	background-blend-mode: hard-light;
}.bg-blend-soft-light {
	background-blend-mode: soft-light;
}.bg-blend-difference {
	background-blend-mode: difference;
}.bg-blend-exclusion {
	background-blend-mode: exclusion;
}.bg-blend-hue {
	background-blend-mode: hue;
}.bg-blend-saturation {
	background-blend-mode: saturation;
}.bg-blend-color {
	background-blend-mode: color;
}.bg-blend-luminosity {
	background-blend-mode: luminosity;
}.mix-blend-normal {
	mix-blend-mode: normal;
}.mix-blend-multiply {
	mix-blend-mode: multiply;
}.mix-blend-screen {
	mix-blend-mode: screen;
}.mix-blend-overlay {
	mix-blend-mode: overlay;
}.mix-blend-darken {
	mix-blend-mode: darken;
}.mix-blend-lighten {
	mix-blend-mode: lighten;
}.mix-blend-color-dodge {
	mix-blend-mode: color-dodge;
}.mix-blend-color-burn {
	mix-blend-mode: color-burn;
}.mix-blend-hard-light {
	mix-blend-mode: hard-light;
}.mix-blend-soft-light {
	mix-blend-mode: soft-light;
}.mix-blend-difference {
	mix-blend-mode: difference;
}.mix-blend-exclusion {
	mix-blend-mode: exclusion;
}.mix-blend-hue {
	mix-blend-mode: hue;
}.mix-blend-saturation {
	mix-blend-mode: saturation;
}.mix-blend-color {
	mix-blend-mode: color;
}.mix-blend-luminosity {
	mix-blend-mode: luminosity;
}.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-inner {
	--tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.ring {
	--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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.ring-inset {
	--tw-ring-inset: inset;
}.ring-opacity {
	--tw-ring-opacity: 0.5;
}.filter {
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	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);
}.\!filter {
	--tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
	--tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
	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) !important;
}.filter-none {
	filter: none;
}.blur {
	--tw-blur: blur(8px);
}.drop-shadow {
	--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}.grayscale {
	--tw-grayscale: grayscale(100%);
}.invert {
	--tw-invert: invert(100%);
}.sepia {
	--tw-sepia: sepia(100%);
}.backdrop-filter {
	--tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.backdrop-filter-none {
	-webkit-backdrop-filter: none;
	        backdrop-filter: none;
}.backdrop-blur {
	--tw-backdrop-blur: blur(8px);
}.backdrop-grayscale {
	--tw-backdrop-grayscale: grayscale(100%);
}.backdrop-invert {
	--tw-backdrop-invert: invert(100%);
}.backdrop-sepia {
	--tw-backdrop-sepia: sepia(100%);
}.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}.transition-colors {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}.delay-300 {
	transition-delay: 300ms;
}.duration {
	transition-duration: 150ms;
}.\!duration {
	transition-duration: 150ms !important;
}.duration-500 {
	transition-duration: 500ms;
}.duration-150 {
	transition-duration: 150ms;
}.duration-300 {
	transition-duration: 300ms;
}.duration-700 {
	transition-duration: 700ms;
}.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.ease {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.\!ease {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}.ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}.aspect-ratio-none {
	padding-bottom: 0;
}.aspect-ratio-square {
	padding-bottom: 100%;
}.aspect-ratio-16\/9 {
	padding-bottom: 56.25%;
}.aspect-ratio-4\/3 {
	padding-bottom: 75%;
}.text-shadow {
	text-shadow: 0px 0px 1px rgb(0 0 0 / 20%), 0px 0px 1px rgb(1 0 5 / 10%);
}.text-shadow-md {
	text-shadow: 0px 1px 2px rgb(30 29 39 / 19%), 1px 2px 4px rgb(54 64 147 / 18%);
}.odd\:flex-row-reverse:nth-child(odd) {
	flex-direction: row-reverse;
}.even\:flex-row-reverse:nth-child(even) {
	flex-direction: row-reverse;
}.hover\:bg-primary-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(169, 122, 76, var(--tw-bg-opacity));
}.hover\:bg-opacity-40:hover {
	--tw-bg-opacity: 0.4;
}.hover\:px-2:hover {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}.hover\:text-center:hover {
	text-align: center;
}.hover\:font-bold:hover {
	font-weight: 700;
}.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.hover\:\!text-primary-300:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(222, 201, 181, var(--tw-text-opacity)) !important;
}.hover\:text-primary-500:hover {
	--tw-text-opacity: 1;
	color: rgba(193, 156, 118, var(--tw-text-opacity));
}.focus\:font-medium:focus {
	font-weight: 500;
}.focus\:ordinal:focus, .focus\:slashed-zero:focus, .focus\:lining-nums:focus, .focus\:oldstyle-nums:focus, .focus\:proportional-nums:focus, .focus\:tabular-nums:focus, .focus\:diagonal-fractions:focus, .focus\:stacked-fractions:focus {
	--tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
	--tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
	--tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
	--tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
	--tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
	font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}.focus\:diagonal-fractions:focus {
	--tw-numeric-fraction: diagonal-fractions;
}.hover\:focus\:text-center:hover:focus {
	text-align: center;
}.focus\:hover\:text-center:focus:hover {
	text-align: center;
}.focus\:hover\:font-bold:focus:hover {
	font-weight: 700;
}.active\:text-right:active {
	text-align: right;
}.group:hover .group-hover\:invisible {
	visibility: hidden;
}.group:hover .group-hover\:visible {
	visibility: visible;
}.group:hover .group-hover\:bottom-2\/3 {
	bottom: 66.666667%;
}.group:hover .group-hover\:block {
	display: block;
}.group:hover .group-hover\:-translate-x-1 {
	--tw-translate-x: -0.25rem;
}.group:hover .group-hover\:translate-x-1 {
	--tw-translate-x: 0.25rem;
}.group:hover .group-hover\:bg-opacity-80 {
	--tw-bg-opacity: 0.8;
}.group:hover .group-hover\:text-center {
	text-align: center;
}.group:hover .group-hover\:opacity-0 {
	opacity: 0;
}.group:hover .group-hover\:opacity-100 {
	opacity: 1;
}.group:hover .group-hover\:delay-150 {
	transition-delay: 150ms;
}@media (min-width: 640px) {

	.sm\:left-\[unset\] {
		left: unset;
	}

	.sm\:bottom-\[1rem\] {
		bottom: 1rem;
	}

	.sm\:right-\[1rem\] {
		right: 1rem;
	}

	.sm\:-mx-7 {
		margin-left: -1.75rem;
		margin-right: -1.75rem;
	}

	.sm\:mt-0 {
		margin-top: 0px;
	}

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

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

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

	.sm\:pb-7 {
		padding-bottom: 1.75rem;
	}

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

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

	.md\:m-4 {
		margin: 1rem;
	}

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

	.md\:my-6 {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

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

	.md\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.md\:\!mx-8 {
		margin-left: 2rem !important;
		margin-right: 2rem !important;
	}

	.md\:mb-12 {
		margin-bottom: 3rem;
	}

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

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

	.md\:mb-0 {
		margin-bottom: 0px;
	}

	.md\:block {
		display: block;
	}

	.md\:inline-block {
		display: inline-block;
	}

	.md\:flex {
		display: flex;
	}

	.md\:hidden {
		display: none;
	}

	.md\:h-40 {
		height: 10rem;
	}

	.md\:h-12 {
		height: 3rem;
	}

	.md\:h-6 {
		height: 1.5rem;
	}

	.md\:w-1\/3 {
		width: 33.333333%;
	}

	.md\:w-auto {
		width: auto;
	}

	.md\:w-1\/2 {
		width: 50%;
	}

	.md\:w-40 {
		width: 10rem;
	}

	.md\:w-2\/3 {
		width: 66.666667%;
	}

	.md\:w-12 {
		width: 3rem;
	}

	.md\:w-6 {
		width: 1.5rem;
	}

	.md\:w-1\/4 {
		width: 25%;
	}

	.md\:max-w-1\/2 {
		max-width: 50%;
	}

	.md\:max-w-prose {
		max-width: 65ch;
	}

	.md\:max-w-3\/4 {
		max-width: 75%;
	}

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

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

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

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

	.md\:flex-wrap {
		flex-wrap: wrap;
	}

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

	.md\:p-8 {
		padding: 2rem;
	}

	.md\:p-3 {
		padding: 0.75rem;
	}

	.md\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.md\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.md\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

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

	.md\:pt-32 {
		padding-top: 8rem;
	}

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

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

	.md\:aspect-ratio-none {
		padding-bottom: 0;
	}

	.md\:aspect-ratio-16\/9 {
		padding-bottom: 56.25%;
	}
}@media (min-width: 1024px) {

	.lg\:prose-xl {
		font-size: 1.25rem;
		line-height: 1.8;
	}

	.lg\:prose-xl p {
		margin-top: 1.2em;
		margin-bottom: 1.2em;
		font-size: 1.25rem;
	}

	.lg\:prose-xl [class~="lead"] {
		font-size: 1.2em;
		line-height: 1.5;
		margin-top: 1em;
		margin-bottom: 1em;
	}

	.lg\:prose-xl blockquote {
		margin-top: 1.6em;
		margin-bottom: 1.6em;
		padding-left: 1.0666667em;
	}

	.lg\:prose-xl h1 {
		font-size: 2.8em;
		margin-top: 0;
		margin-bottom: 0.8571429em;
		line-height: 1;
	}

	.lg\:prose-xl h2 {
		font-size: 1.8em;
		margin-top: 1.5555556em;
		margin-bottom: 0.8888889em;
		line-height: 1.1111111;
	}

	.lg\:prose-xl h3 {
		font-size: 1.5em;
		margin-top: 1.6em;
		margin-bottom: 0.6666667em;
		line-height: 1.3333333;
	}

	.lg\:prose-xl h4 {
		margin-top: 1.8em;
		margin-bottom: 0.6em;
		line-height: 1.6;
	}

	.lg\:prose-xl img {
		margin-top: 0.0555556em;
		margin-bottom: 0.0555556em;
	}

	.lg\:prose-xl video {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.lg\:prose-xl figure {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.lg\:prose-xl figure > * {
		margin-top: 0;
		margin-bottom: 0;
	}

	.lg\:prose-xl figure figcaption {
		font-size: 0.9em;
		line-height: 1.5555556;
		margin-top: 1em;
	}

	.lg\:prose-xl code {
		font-size: 0.9em;
	}

	.lg\:prose-xl h2 code {
		font-size: 0.8611111em;
	}

	.lg\:prose-xl h3 code {
		font-size: 0.9em;
	}

	.lg\:prose-xl pre {
		font-size: 0.9em;
		line-height: 1.7777778;
		margin-top: 2em;
		margin-bottom: 2em;
		border-radius: 0.5rem;
		padding-top: 1.1111111em;
		padding-right: 1.3333333em;
		padding-bottom: 1.1111111em;
		padding-left: 1.3333333em;
	}

	.lg\:prose-xl ol {
		margin-top: 1.2em;
		margin-bottom: 1.2em;
	}

	.lg\:prose-xl ul {
		margin-top: 1.2em;
		margin-bottom: 1.2em;
	}

	.lg\:prose-xl li {
		margin-top: 0.6em;
		margin-bottom: 0.6em;
	}

	.lg\:prose-xl ol > li {
		padding-left: 1.8em;
	}

	.lg\:prose-xl ol > li::before {
		left: 0;
	}

	.lg\:prose-xl ul > li {
		padding-left: 1.8em;
	}

	.lg\:prose-xl ul > li::before {
		width: 0.35em;
		height: 0.35em;
		top: calc(0.9em - 0.175em);
		left: 0.25em;
	}

	.lg\:prose-xl > ul > li p {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
	}

	.lg\:prose-xl > ul > li > *:first-child {
		margin-top: 1.2em;
	}

	.lg\:prose-xl > ul > li > *:last-child {
		margin-bottom: 1.2em;
	}

	.lg\:prose-xl > ol > li > *:first-child {
		margin-top: 1.2em;
	}

	.lg\:prose-xl > ol > li > *:last-child {
		margin-bottom: 1.2em;
	}

	.lg\:prose-xl ul ul, .lg\:prose-xl ul ol, .lg\:prose-xl ol ul, .lg\:prose-xl ol ol {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
	}

	.lg\:prose-xl ul ul, .lg\:prose-xl ul ol, .lg\:prose-xl ol ul, .lg\:prose-xl ol ol {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
	}

	.lg\:prose-xl ul ul, .lg\:prose-xl ul ol, .lg\:prose-xl ol ul, .lg\:prose-xl ol ol {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
	}

	.lg\:prose-xl ul ul, .lg\:prose-xl ul ol, .lg\:prose-xl ol ul, .lg\:prose-xl ol ol {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
	}

	.lg\:prose-xl hr {
		margin-top: 2.8em;
		margin-bottom: 2.8em;
	}

	.lg\:prose-xl hr + * {
		margin-top: 0;
	}

	.lg\:prose-xl h2 + * {
		margin-top: 0;
	}

	.lg\:prose-xl h3 + * {
		margin-top: 0;
	}

	.lg\:prose-xl h4 + * {
		margin-top: 0;
	}

	.lg\:prose-xl table {
		font-size: 0.9em;
		line-height: 1.5555556;
	}

	.lg\:prose-xl thead th {
		padding-right: 0.6666667em;
		padding-bottom: 0.8888889em;
		padding-left: 0.6666667em;
	}

	.lg\:prose-xl thead th:first-child {
		padding-left: 0;
	}

	.lg\:prose-xl thead th:last-child {
		padding-right: 0;
	}

	.lg\:prose-xl tbody td {
		padding-top: 0.8888889em;
		padding-right: 0.6666667em;
		padding-bottom: 0.8888889em;
		padding-left: 0.6666667em;
	}

	.lg\:prose-xl tbody td:first-child {
		padding-left: 0;
	}

	.lg\:prose-xl tbody td:last-child {
		padding-right: 0;
	}

	.lg\:prose-xl > :first-child {
		margin-top: 0;
	}

	.lg\:prose-xl > :last-child {
		margin-bottom: 0;
	}

	.lg\:invisible {
		visibility: hidden;
	}

	.lg\:absolute {
		position: absolute;
	}

	.lg\:order-1 {
		order: 1;
	}

	.lg\:order-last {
		order: 9999;
	}

	.lg\:m-0 {
		margin: 0px;
	}

	.lg\:-mx-6 {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}

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

	.lg\:mb-20 {
		margin-bottom: 5rem;
	}

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

	.lg\:-mt-36 {
		margin-top: -9rem;
	}

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

	.lg\:mt-0 {
		margin-top: 0px;
	}

	.lg\:mb-0 {
		margin-bottom: 0px;
	}

	.lg\:\!mt-8 {
		margin-top: 2rem !important;
	}

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:hidden {
		display: none;
	}

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

	.lg\:w-96 {
		width: 24rem;
	}

	.lg\:w-2\/5 {
		width: 40%;
	}

	.lg\:w-3\/5 {
		width: 60%;
	}

	.lg\:w-1\/3 {
		width: 33.333333%;
	}

	.lg\:w-1\/2 {
		width: 50%;
	}

	.lg\:max-w-\[90\%\] {
		max-width: 90%;
	}

	.lg\:max-w-screen-xl {
		max-width: 1280px;
	}

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

	.lg\:max-w-screen-lg {
		max-width: 1024px;
	}

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

	.lg\:translate-y-\[100\%\] {
		--tw-translate-y: 100%;
	}

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

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

	.lg\:flex-nowrap {
		flex-wrap: nowrap;
	}

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

	.lg\:bg-black {
		--tw-bg-opacity: 1;
		background-color: rgba(30, 33, 40, var(--tw-bg-opacity));
	}

	.lg\:bg-opacity-10 {
		--tw-bg-opacity: 0.1;
	}

	.lg\:p-6 {
		padding: 1.5rem;
	}

	.lg\:p-0 {
		padding: 0px;
	}

	.lg\:\!p-20 {
		padding: 5rem !important;
	}

	.lg\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

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

	.lg\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.lg\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}

	.lg\:px-2\.5 {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

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

	.lg\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.lg\:pt-32 {
		padding-top: 8rem;
	}

	.lg\:pb-12 {
		padding-bottom: 3rem;
	}

	.lg\:pb-6 {
		padding-bottom: 1.5rem;
	}

	.lg\:pb-10 {
		padding-bottom: 2.5rem;
	}

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

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

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

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

	.lg\:text-\[120px\] {
		font-size: 120px;
	}

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

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

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

	.lg\:opacity-0 {
		opacity: 0;
	}

	.lg\:aspect-ratio-none {
		padding-bottom: 0;
	}

	.lg\:aspect-ratio-4\/3 {
		padding-bottom: 75%;
	}

	.lg\:\!aspect-ratio-3\/2 {
		padding-bottom: 66.66666666666666% !important;
	}

	.hover\:lg\:w-3\/4:hover {
		width: 75%;
	}

	.group:hover .lg\:group-hover\:translate-y-0 {
		--tw-translate-y: 0px;
	}

	.group:hover .lg\:group-hover\:opacity-100 {
		opacity: 1;
	}

	.group:hover .lg\:group-hover\:delay-300 {
		transition-delay: 300ms;
	}

	.group:hover .lg\:group-hover\:duration-700 {
		transition-duration: 700ms;
	}
}@media (min-width: 1280px) {

	.xl\:prose-2xl {
		font-size: 1.5rem;
		line-height: 1.6666667;
	}

	.xl\:prose-2xl p {
		margin-top: 1.3333333em;
		margin-bottom: 1.3333333em;
		font-size: 1.5rem;
	}

	.xl\:prose-2xl [class~="lead"] {
		font-size: 1.25em;
		line-height: 1.4666667;
		margin-top: 1.0666667em;
		margin-bottom: 1.0666667em;
	}

	.xl\:prose-2xl blockquote {
		margin-top: 1.7777778em;
		margin-bottom: 1.7777778em;
		padding-left: 1.1111111em;
	}

	.xl\:prose-2xl h1 {
		font-size: 2.6666667em;
		margin-top: 0;
		margin-bottom: 0.875em;
		line-height: 1;
	}

	.xl\:prose-2xl h2 {
		font-size: 2em;
		margin-top: 1.5em;
		margin-bottom: 0.8333333em;
		line-height: 1.0833333;
	}

	.xl\:prose-2xl h3 {
		font-size: 1.5em;
		margin-top: 1.5555556em;
		margin-bottom: 0.6666667em;
		line-height: 1.2222222;
	}

	.xl\:prose-2xl h4 {
		margin-top: 1.6666667em;
		margin-bottom: 0.6666667em;
		line-height: 1.5;
	}

	.xl\:prose-2xl img {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.xl\:prose-2xl video {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.xl\:prose-2xl figure {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.xl\:prose-2xl figure > * {
		margin-top: 0;
		margin-bottom: 0;
	}

	.xl\:prose-2xl figure figcaption {
		font-size: 0.8333333em;
		line-height: 1.6;
		margin-top: 1em;
	}

	.xl\:prose-2xl code {
		font-size: 0.8333333em;
	}

	.xl\:prose-2xl h2 code {
		font-size: 0.875em;
	}

	.xl\:prose-2xl h3 code {
		font-size: 0.8888889em;
	}

	.xl\:prose-2xl pre {
		font-size: 0.8333333em;
		line-height: 1.8;
		margin-top: 2em;
		margin-bottom: 2em;
		border-radius: 0.5rem;
		padding-top: 1.2em;
		padding-right: 1.6em;
		padding-bottom: 1.2em;
		padding-left: 1.6em;
	}

	.xl\:prose-2xl ol {
		margin-top: 1.3333333em;
		margin-bottom: 1.3333333em;
	}

	.xl\:prose-2xl ul {
		margin-top: 1.3333333em;
		margin-bottom: 1.3333333em;
	}

	.xl\:prose-2xl li {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	.xl\:prose-2xl ol > li {
		padding-left: 1.6666667em;
	}

	.xl\:prose-2xl ol > li::before {
		left: 0;
	}

	.xl\:prose-2xl ul > li {
		padding-left: 1.6666667em;
	}

	.xl\:prose-2xl ul > li::before {
		width: 0.3333333em;
		height: 0.3333333em;
		top: calc(0.8333333em - 0.1666667em);
		left: 0.25em;
	}

	.xl\:prose-2xl > ul > li p {
		margin-top: 0.8333333em;
		margin-bottom: 0.8333333em;
	}

	.xl\:prose-2xl > ul > li > *:first-child {
		margin-top: 1.3333333em;
	}

	.xl\:prose-2xl > ul > li > *:last-child {
		margin-bottom: 1.3333333em;
	}

	.xl\:prose-2xl > ol > li > *:first-child {
		margin-top: 1.3333333em;
	}

	.xl\:prose-2xl > ol > li > *:last-child {
		margin-bottom: 1.3333333em;
	}

	.xl\:prose-2xl ul ul, .xl\:prose-2xl ul ol, .xl\:prose-2xl ol ul, .xl\:prose-2xl ol ol {
		margin-top: 0.6666667em;
		margin-bottom: 0.6666667em;
	}

	.xl\:prose-2xl ul ul, .xl\:prose-2xl ul ol, .xl\:prose-2xl ol ul, .xl\:prose-2xl ol ol {
		margin-top: 0.6666667em;
		margin-bottom: 0.6666667em;
	}

	.xl\:prose-2xl ul ul, .xl\:prose-2xl ul ol, .xl\:prose-2xl ol ul, .xl\:prose-2xl ol ol {
		margin-top: 0.6666667em;
		margin-bottom: 0.6666667em;
	}

	.xl\:prose-2xl ul ul, .xl\:prose-2xl ul ol, .xl\:prose-2xl ol ul, .xl\:prose-2xl ol ol {
		margin-top: 0.6666667em;
		margin-bottom: 0.6666667em;
	}

	.xl\:prose-2xl hr {
		margin-top: 3em;
		margin-bottom: 3em;
	}

	.xl\:prose-2xl hr + * {
		margin-top: 0;
	}

	.xl\:prose-2xl h2 + * {
		margin-top: 0;
	}

	.xl\:prose-2xl h3 + * {
		margin-top: 0;
	}

	.xl\:prose-2xl h4 + * {
		margin-top: 0;
	}

	.xl\:prose-2xl table {
		font-size: 0.8333333em;
		line-height: 1.4;
	}

	.xl\:prose-2xl thead th {
		padding-right: 0.6em;
		padding-bottom: 0.8em;
		padding-left: 0.6em;
	}

	.xl\:prose-2xl thead th:first-child {
		padding-left: 0;
	}

	.xl\:prose-2xl thead th:last-child {
		padding-right: 0;
	}

	.xl\:prose-2xl tbody td {
		padding-top: 0.8em;
		padding-right: 0.6em;
		padding-bottom: 0.8em;
		padding-left: 0.6em;
	}

	.xl\:prose-2xl tbody td:first-child {
		padding-left: 0;
	}

	.xl\:prose-2xl tbody td:last-child {
		padding-right: 0;
	}

	.xl\:prose-2xl > :first-child {
		margin-top: 0;
	}

	.xl\:prose-2xl > :last-child {
		margin-bottom: 0;
	}

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

	.xl\:\!mb-6 {
		margin-bottom: 1.5rem !important;
	}

	.xl\:-mb-12 {
		margin-bottom: -3rem;
	}

	.xl\:mb-0 {
		margin-bottom: 0px;
	}

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

	.xl\:max-w-screen-2xl {
		max-width: 1440px;
	}

	.xl\:p-10 {
		padding: 2.5rem;
	}

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

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

	.xl\:\!aspect-ratio-16\/9 {
		padding-bottom: 56.25% !important;
	}

	.xl\:focus\:font-black:focus {
		font-weight: 900;
	}
}
