/*! tailwindcss v2.2.8 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

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

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

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

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

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

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

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

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

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

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

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
}
.container {
	width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

	.container {
		max-width: 1536px;
	}
}
.prose {
	color: #334155;
	max-width: 65ch;
}
.prose [class~="lead"] {
	color: #4b5563;
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.prose a {
	color: #1e293b;
	text-decoration: none;
	font-weight: 500;
}
.prose strong {
	color: #111827;
	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: #6b7280;
	left: 0;
}
.prose ul > li {
	position: relative;
	padding-left: 1.75em;
}
.prose ul > li::before {
	content: "";
	position: absolute;
	background-color: #d1d5db;
	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;
	color: #111827;
	border-left-width: 0.25rem;
	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 {
	color: #111827;
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}
.prose h2 {
	color: #111827;
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
}
.prose h3 {
	color: #111827;
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}
.prose h4 {
	color: #111827;
	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: #e2e8f0;
	background-color: #334155;
	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 {
	color: #111827;
	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;
}
.prose img {
	margin-top: 2em;
	margin-bottom: 2em;
}
.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 a:hover {
	text-decoration: underline;
}
.static {
	position: static;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.bottom-0 {
	bottom: 0px;
}
.left-0 {
	left: 0px;
}
.-bottom-10 {
	bottom: -2.5rem;
}
.right-0 {
	right: 0px;
}
.z-10 {
	z-index: 10;
}
.z-20 {
	z-index: 20;
}
.col-span-3 {
	grid-column: span 3 / span 3;
}
.m-1 {
	margin: 0.25rem;
}
.m-0 {
	margin: 0px;
}
.m-4 {
	margin: 1rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.mx-3 {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}
.\!mx-0\.5 {
	margin-left: 0.125rem !important;
	margin-right: 0.125rem !important;
}
.\!mx-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.-mx-4 {
	margin-left: -1rem;
	margin-right: -1rem;
}
.mx-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.ml-1 {
	margin-left: 0.25rem;
}
.\!mt-0 {
	margin-top: 0px !important;
}
.mt-8 {
	margin-top: 2rem;
}
.\!mt-0\.5 {
	margin-top: 0.125rem !important;
}
.\!ml-0 {
	margin-left: 0px !important;
}
.\!mr-1 {
	margin-right: 0.25rem !important;
}
.-mt-2 {
	margin-top: -0.5rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mt-20 {
	margin-top: 5rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex;
}
.table {
	display: table;
}
.grid {
	display: grid;
}
.contents {
	display: contents;
}
.hidden {
	display: none;
}
.h-7 {
	height: 1.75rem;
}
.h-6 {
	height: 1.5rem;
}
.h-4 {
	height: 1rem;
}
.h-5 {
	height: 1.25rem;
}
.h-60 {
	height: 15rem;
}
.h-full {
	height: 100%;
}
.h-32 {
	height: 8rem;
}
.h-3 {
	height: 0.75rem;
}
.h-9 {
	height: 2.25rem;
}
.max-h-60 {
	max-height: 15rem;
}
.w-7 {
	width: 1.75rem;
}
.w-6 {
	width: 1.5rem;
}
.w-full {
	width: 100%;
}
.w-1\/5 {
	width: 20%;
}
.w-1\/6 {
	width: 16.666667%;
}
.w-4\/6 {
	width: 66.666667%;
}
.w-4 {
	width: 1rem;
}
.w-auto {
	width: auto;
}
.\!w-auto {
	width: auto !important;
}
.w-5 {
	width: 1.25rem;
}
.w-1\/4 {
	width: 25%;
}
.w-3 {
	width: 0.75rem;
}
.w-56 {
	width: 14rem;
}
.w-9 {
	width: 2.25rem;
}
.\!w-full {
	width: 100% !important;
}
.min-w-full {
	min-width: 100%;
}
.max-w-none {
	max-width: none;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.-translate-y-2 {
	--tw-translate-y: -0.5rem;
	transform: var(--tw-transform);
}
.translate-y-0 {
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}
.translate-y-3 {
	--tw-translate-y: 0.75rem;
	transform: var(--tw-transform);
}
.rotate-180 {
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}
.rotate-0 {
	--tw-rotate: 0deg;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
	flex-direction: column;
}
.flex-col-reverse {
	flex-direction: column-reverse;
}
.items-start {
	align-items: flex-start;
}
.items-center {
	align-items: center;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-10 {
	gap: 2.5rem;
}
.gap-6 {
	gap: 1.5rem;
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-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-dashed > :not([hidden]) ~ :not([hidden]) {
	border-style: dashed;
}
.divide-primary-200 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
}
.overflow-auto {
	overflow: auto;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-y-auto {
	overflow-y: auto;
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.overflow-ellipsis {
	text-overflow: ellipsis;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded-b {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.border {
	border-width: 1px;
}
.border-t {
	border-top-width: 1px;
}
.border-b-0 {
	border-bottom-width: 0px;
}
.border-l-0 {
	border-left-width: 0px;
}
.border-r-0 {
	border-right-width: 0px;
}
.border-t-0 {
	border-top-width: 0px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-dashed {
	border-style: dashed;
}
.border-secondary-100 {
	--tw-border-opacity: 1;
	border-color: rgba(224, 242, 254, var(--tw-border-opacity));
}
.border-green-100 {
	--tw-border-opacity: 1;
	border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}
.border-yellow-100 {
	--tw-border-opacity: 1;
	border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}
.border-primary-200 {
	--tw-border-opacity: 1;
	border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}
.border-primary-100 {
	--tw-border-opacity: 1;
	border-color: rgba(241, 245, 249, var(--tw-border-opacity));
}
.border-primary-700 {
	--tw-border-opacity: 1;
	border-color: rgba(51, 65, 85, var(--tw-border-opacity));
}
.border-primary-300 {
	--tw-border-opacity: 1;
	border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}
.bg-secondary-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(224, 242, 254, var(--tw-bg-opacity));
}
.bg-green-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}
.bg-yellow-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}
.bg-nav-light {
	--tw-bg-opacity: 1;
	background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}
.bg-primary-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-primary-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}
.bg-primary-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}
.bg-background-light {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-yellow-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
.bg-green-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-secondary-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(186, 230, 253, var(--tw-bg-opacity));
}
.bg-primary-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}
.bg-opacity-60 {
	--tw-bg-opacity: 0.6;
}
.fill-current {
	fill: currentColor;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.\!p-1\.5 {
	padding: 0.375rem !important;
}
.\!p-1 {
	padding: 0.25rem !important;
}
.p-1 {
	padding: 0.25rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-0\.5 {
	padding: 0.125rem;
}
.p-0 {
	padding: 0px;
}
.p-6 {
	padding: 1.5rem;
}
.p-2 {
	padding: 0.5rem;
}
.p-4 {
	padding: 1rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.\!py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-0\.5 {
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}
.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.\!pt-0 {
	padding-top: 0px !important;
}
.pt-16 {
	padding-top: 4rem;
}
.\!pl-0 {
	padding-left: 0px !important;
}
.\!pr-0 {
	padding-right: 0px !important;
}
.pb-0 {
	padding-bottom: 0px;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.font-mono {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.\!text-xs {
	font-size: 0.75rem !important;
	line-height: 1rem !important;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-xxs {
	font-size: 0.65rem;
	line-height: 0.8rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.font-bold {
	font-weight: 700;
}
.font-normal {
	font-weight: 400;
}
.font-thin {
	font-weight: 100;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.leading-none {
	line-height: 1;
}
.tracking-wider {
	letter-spacing: 0.05em;
}
.text-primary-500 {
	--tw-text-opacity: 1;
	color: rgba(100, 116, 139, var(--tw-text-opacity));
}
.text-primary-800 {
	--tw-text-opacity: 1;
	color: rgba(30, 41, 59, var(--tw-text-opacity));
}
.text-primary-400 {
	--tw-text-opacity: 1;
	color: rgba(148, 163, 184, var(--tw-text-opacity));
}
.text-primary-200 {
	--tw-text-opacity: 1;
	color: rgba(226, 232, 240, var(--tw-text-opacity));
}
.text-primary-300 {
	--tw-text-opacity: 1;
	color: rgba(203, 213, 225, var(--tw-text-opacity));
}
.text-primary-700 {
	--tw-text-opacity: 1;
	color: rgba(51, 65, 85, var(--tw-text-opacity));
}
.text-primary-100 {
	--tw-text-opacity: 1;
	color: rgba(241, 245, 249, var(--tw-text-opacity));
}
.text-yellow-500 {
	--tw-text-opacity: 1;
	color: rgba(245, 158, 11, var(--tw-text-opacity));
}
.text-green-400 {
	--tw-text-opacity: 1;
	color: rgba(52, 211, 153, var(--tw-text-opacity));
}
.text-primary-600 {
	--tw-text-opacity: 1;
	color: rgba(71, 85, 105, var(--tw-text-opacity));
}
.\!text-primary-800 {
	--tw-text-opacity: 1 !important;
	color: rgba(30, 41, 59, var(--tw-text-opacity)) !important;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.subpixel-antialiased {
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}
.opacity-0 {
	opacity: 0;
}
.opacity-100 {
	opacity: 1;
}
.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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-transform {
	transition-property: transform;
	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;
}
.duration-300 {
	transition-duration: 300ms;
}
.duration-200 {
	transition-duration: 200ms;
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
pre code.hljs{display:block;overflow-x:auto;padding:1em}
code.hljs{padding:3px 5px}
/*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/
.hljs{color:#c9d1d9;background:#0d1117}
.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}
.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}
.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#79c0ff}
.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#a5d6ff}
.hljs-built_in,.hljs-symbol{color:#ffa657}
.hljs-code,.hljs-comment,.hljs-formula{color:#8b949e}
.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#7ee787}
.hljs-subst{color:#c9d1d9}
.hljs-section{color:#1f6feb;font-weight:700}
.hljs-bullet{color:#f2cc60}
.hljs-emphasis{color:#c9d1d9;font-style:italic}
.hljs-strong{color:#c9d1d9;font-weight:700}
.hljs-addition{color:#aff5b4;background-color:#033a16}
.hljs-deletion{color:#ffdcd7;background-color:#67060c}
.clipboard {
	cursor: pointer;
	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;
}
.clipboard:hover button svg {
  opacity:  0.7;
}
.clipboard button:hover svg {
  opacity:  0.9;
}
.clipboard button svg {
	margin-left: 0.5rem;
	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;
  opacity: 0;
}
.clipboard.success .status {
  opacity: 1;
}
.badge {
	display: inline-flex;
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 600;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(100, 116, 139, var(--tw-text-opacity));
}
.badge.success {
	--tw-bg-opacity: 1;
	background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(6, 95, 70, var(--tw-text-opacity));
}
.badge.error {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(146, 64, 14, var(--tw-text-opacity));
}
.switcher {
	margin-left: 0.125rem;
	margin-right: 0.125rem;
	width: auto;
	flex: 1 1 0%;
	border-radius: 0.25rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
	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;
}
.switcher:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
@media (min-width: 640px) {

	.switcher {
		width: 7rem;
	}
}
.switcher.active {
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.switcher.active:hover {
	--tw-border-opacity: 1;
	border-color: rgba(71, 85, 105, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}
.switcher.active:focus {
	--tw-border-opacity: 1;
	border-color: rgba(71, 85, 105, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}
@media (prefers-color-scheme: dark) {

	.switcher.active {
		--tw-border-opacity: 1;
		border-color: rgba(203, 213, 225, var(--tw-border-opacity));
	}

	.switcher.active {
		--tw-bg-opacity: 1;
		background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
	}

	.switcher.active {
		--tw-text-opacity: 1;
		color: rgba(30, 41, 59, var(--tw-text-opacity));
	}

	.switcher.active:hover {
		--tw-border-opacity: 1;
		border-color: rgba(241, 245, 249, var(--tw-border-opacity));
	}

	.switcher.active:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
	}

	.switcher.active:focus {
		--tw-border-opacity: 1;
		border-color: rgba(241, 245, 249, var(--tw-border-opacity));
	}

	.switcher.active:focus {
		--tw-bg-opacity: 1;
		background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
	}
}
.switcher.inactive {
	border-radius: 0.25rem;
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgba(30, 41, 59, var(--tw-text-opacity));
}
.switcher.inactive:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}
@media (prefers-color-scheme: dark) {

	.switcher.inactive {
		--tw-text-opacity: 1;
		color: rgba(226, 232, 240, var(--tw-text-opacity));
	}

	.switcher.inactive:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
	}

	.switcher.inactive:hover {
		--tw-text-opacity: 1;
		color: rgba(241, 245, 249, var(--tw-text-opacity));
	}
}
.button {
	transform: var(--tw-transform);
	border-radius: 0.25rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(51, 65, 85, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	letter-spacing: 0.025em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 200ms;
}
.button:hover {
	--tw-border-opacity: 1;
	border-color: rgba(71, 85, 105, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
}
.button.small {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	font-size: 0.75rem !important;
	line-height: 1rem !important;
}
@media (prefers-color-scheme: dark) {

	.button.primary {
		--tw-border-opacity: 1;
		border-color: rgba(203, 213, 225, var(--tw-border-opacity));
	}

	.button.primary {
		--tw-bg-opacity: 1;
		background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
	}

	.button.primary {
		--tw-text-opacity: 1;
		color: rgba(30, 41, 59, var(--tw-text-opacity));
	}

	.button.primary:hover {
		--tw-border-opacity: 1;
		border-color: rgba(241, 245, 249, var(--tw-border-opacity));
	}

	.button.primary:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
	}
}
.button.secondary {
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgba(30, 41, 59, var(--tw-text-opacity));
}
.button.secondary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}
@media (prefers-color-scheme: dark) {

	.button.secondary {
		--tw-bg-opacity: 1;
		background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
	}

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

	.button.secondary:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
	}

	.button.secondary:focus {
		--tw-border-opacity: 1;
		border-color: rgba(71, 85, 105, var(--tw-border-opacity));
	}
}
.button.outline {
	--tw-border-opacity: 1;
	border-color: rgba(148, 163, 184, var(--tw-border-opacity));
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgba(100, 116, 139, var(--tw-text-opacity));
}
.button.outline:hover {
	--tw-border-opacity: 1;
	border-color: rgba(51, 65, 85, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(241, 245, 249, var(--tw-text-opacity));
}
@media (prefers-color-scheme: dark) {

	.button.outline {
		background-color: transparent;
	}

	.button.outline {
		--tw-text-opacity: 1;
		color: rgba(226, 232, 240, var(--tw-text-opacity));
	}

	.button.outline:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
	}

	.button.outline:hover {
		--tw-text-opacity: 1;
		color: rgba(30, 41, 59, var(--tw-text-opacity));
	}
}
.nav-link {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	margin-top: 0.5rem;
	transform: var(--tw-transform);
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0px;
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgba(100, 116, 139, var(--tw-text-opacity));
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 200ms;
}
.nav-link:hover {
	--tw-text-opacity: 1;
	color: rgba(30, 41, 59, var(--tw-text-opacity));
	text-decoration: none;
}
@media (prefers-color-scheme: dark) {

	.nav-link {
		--tw-text-opacity: 1;
		color: rgba(148, 163, 184, var(--tw-text-opacity));
	}

	.nav-link:hover {
		--tw-text-opacity: 1;
		color: rgba(226, 232, 240, var(--tw-text-opacity));
	}
}
@media (min-width: 768px) {

	.nav-link {
		margin-top: 0px;
	}
}
.nav-link.underlined {
	border-bottom-width: 4px;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.nav-link.underlined:hover {
	--tw-border-opacity: 1;
	border-color: rgba(100, 116, 139, var(--tw-border-opacity));
}
@media (prefers-color-scheme: dark) {

	.nav-link.underlined {
		--tw-border-opacity: 1;
		border-color: rgba(100, 116, 139, var(--tw-border-opacity));
	}

	.nav-link.underlined:hover {
		--tw-border-opacity: 1;
		border-color: rgba(226, 232, 240, var(--tw-border-opacity));
	}
}
.nav-link.active {
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(15, 23, 42, var(--tw-text-opacity));
}
@media (prefers-color-scheme: dark) {

	.nav-link.active {
		--tw-text-opacity: 1;
		color: rgba(241, 245, 249, var(--tw-text-opacity));
	}
}
.nav-link.underlined.active {
	--tw-border-opacity: 1;
	border-color: rgba(100, 116, 139, var(--tw-border-opacity));
}
@media (prefers-color-scheme: dark) {

	.nav-link.underlined.active {
		--tw-border-opacity: 1;
		border-color: rgba(226, 232, 240, var(--tw-border-opacity));
	}
}
.input {
	display: block;
	width: 100%;
	border-radius: 0.25rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(203, 213, 225, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	--tw-text-opacity: 1;
	color: rgba(51, 65, 85, var(--tw-text-opacity));
}
.input:focus {
	--tw-border-opacity: 1;
	border-color: rgba(100, 116, 139, var(--tw-border-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}
@media (prefers-color-scheme: dark) {

	.input {
		--tw-border-opacity: 1;
		border-color: rgba(71, 85, 105, var(--tw-border-opacity));
	}

	.input {
		--tw-bg-opacity: 1;
		background-color: rgba(28, 37, 50, var(--tw-bg-opacity));
	}

	.input {
		--tw-text-opacity: 1;
		color: rgba(203, 213, 225, var(--tw-text-opacity));
	}

	.input:focus {
		--tw-border-opacity: 1;
		border-color: rgba(100, 116, 139, var(--tw-border-opacity));
	}
}
.label {
	display: block;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(71, 85, 105, var(--tw-text-opacity));
}
@media (prefers-color-scheme: dark) {

	.label {
		--tw-text-opacity: 1;
		color: rgba(226, 232, 240, var(--tw-text-opacity));
	}
}
.link {
	--tw-text-opacity: 1;
	color: rgba(100, 116, 139, var(--tw-text-opacity));
}
.link:hover {
	text-decoration: underline;
}
@media (prefers-color-scheme: dark) {

	.link {
		--tw-text-opacity: 1;
		color: rgba(203, 213, 225, var(--tw-text-opacity));
	}
}
.invalid-feedback {
	margin-top: 0.25rem;
	display: block;
	border-radius: 0.25rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(71, 85, 105, var(--tw-text-opacity));
}
@media (prefers-color-scheme: dark) {

	.invalid-feedback {
		--tw-text-opacity: 1;
		color: rgba(226, 232, 240, var(--tw-text-opacity));
	}
}
.doc-btn {
  border-radius: var(--border-radius);
  font-weight: 600;
  display: inline-block;
  padding: 6px 16px;
  font-size: var(--font-size-small);
  outline: 0;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border: 1px solid var(--primary-color);
  background-color: transparent;
  transition: background-color .2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}
.doc-btn:hover {
  background-color: var(--primary-color);
  color: var(--primary-color-invert);
}
.doc-markdown p:not(:first-child) {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
.doc-markdown p, .doc-markdown-small p {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.doc-markdown p, .m-markdown span {
  font-size: var(--font-size-regular);
  line-height: calc(var(--font-size-regular) + 8px);
}
.doc-markdown code, pre {
  padding: 1px 6px;
  border-radius: 2px;
  color: var(--inline-code-fg);
  background-color: var(--bg3);
  font-size: calc(var(--font-size-mono));
  line-height: 1.2;
  margin: 0;
  font-family: var(--font-mono);
  font-size: calc(var(--font-size-mono) - 1px);
}
[x-cloak] { display: none !important; }
.reg-form > div.fieldset:nth-child(3) > label,
.reg-form > div.fieldset:nth-child(2) > input,
.reg-form > div.fieldset:nth-child(2) > span {
  display: none;
}
.first\:border-0:first-child {
	border-width: 0px;
}
.hover\:rounded-b-md:hover {
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}
.hover\:border-primary-300:hover {
	--tw-border-opacity: 1;
	border-color: rgba(203, 213, 225, var(--tw-border-opacity));
}
.hover\:bg-primary-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
}
.hover\:bg-primary-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}
.hover\:bg-primary-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}
.hover\:bg-opacity-90:hover {
	--tw-bg-opacity: 0.9;
}
.hover\:text-primary-600:hover {
	--tw-text-opacity: 1;
	color: rgba(71, 85, 105, var(--tw-text-opacity));
}
.hover\:text-primary-200:hover {
	--tw-text-opacity: 1;
	color: rgba(226, 232, 240, var(--tw-text-opacity));
}
.hover\:text-primary-700:hover {
	--tw-text-opacity: 1;
	color: rgba(51, 65, 85, var(--tw-text-opacity));
}
.hover\:text-primary-100:hover {
	--tw-text-opacity: 1;
	color: rgba(241, 245, 249, var(--tw-text-opacity));
}
.hover\:underline:hover {
	text-decoration: underline;
}
.focus\:text-primary-600:focus {
	--tw-text-opacity: 1;
	color: rgba(71, 85, 105, var(--tw-text-opacity));
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
@media (prefers-color-scheme: dark) {

	.dark\:prose-light {
		color: #cbd5e1;
	}

	.dark\:prose-light a {
		color: #e2e8f0;
		text-decoration: none;
	}

	.dark\:prose-light a:hover {
		text-decoration: underline;
	}

	.dark\:prose-light strong {
		color: #e2e8f0;
	}

	.dark\:prose-light ol > li::before {
		color: #94a3b8;
	}

	.dark\:prose-light ul > li::before {
		background-color: #475569;
	}

	.dark\:prose-light hr {
		border-color: #e2e8f0;
	}

	.dark\:prose-light blockquote {
		color: #e2e8f0;
		border-left-color: #475569;
	}

	.dark\:prose-light h1 {
		color: #e2e8f0;
	}

	.dark\:prose-light h2 {
		color: #e2e8f0;
	}

	.dark\:prose-light h3 {
		color: #e2e8f0;
	}

	.dark\:prose-light h4 {
		color: #e2e8f0;
	}

	.dark\:prose-light figure figcaption {
		color: #94a3b8;
	}

	.dark\:prose-light code {
		color: #e2e8f0;
	}

	.dark\:prose-light a code {
		color: #e2e8f0;
	}

	.dark\:prose-light pre {
		color: #e2e8f0;
		background-color: #1e293b;
	}

	.dark\:prose-light thead {
		color: #e2e8f0;
		border-bottom-color: #94a3b8;
	}

	.dark\:prose-light tbody tr {
		border-bottom-color: #475569;
	}

	.dark\:divide-primary-700 > :not([hidden]) ~ :not([hidden]) {
		--tw-divide-opacity: 1;
		border-color: rgba(51, 65, 85, var(--tw-divide-opacity));
	}

	.dark\:border-secondary-900 {
		--tw-border-opacity: 1;
		border-color: rgba(12, 74, 110, var(--tw-border-opacity));
	}

	.dark\:border-green-600 {
		--tw-border-opacity: 1;
		border-color: rgba(5, 150, 105, var(--tw-border-opacity));
	}

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

	.dark\:border-primary-700 {
		--tw-border-opacity: 1;
		border-color: rgba(51, 65, 85, var(--tw-border-opacity));
	}

	.dark\:border-primary-600 {
		--tw-border-opacity: 1;
		border-color: rgba(71, 85, 105, var(--tw-border-opacity));
	}

	.dark\:border-primary-300 {
		--tw-border-opacity: 1;
		border-color: rgba(203, 213, 225, var(--tw-border-opacity));
	}

	.dark\:bg-secondary-900 {
		--tw-bg-opacity: 1;
		background-color: rgba(12, 74, 110, var(--tw-bg-opacity));
	}

	.dark\:bg-green-600 {
		--tw-bg-opacity: 1;
		background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
	}

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

	.dark\:bg-nav-dark {
		--tw-bg-opacity: 1;
		background-color: rgba(24, 32, 43, var(--tw-bg-opacity));
	}

	.dark\:bg-background-darkest {
		--tw-bg-opacity: 1;
		background-color: rgba(21, 29, 38, var(--tw-bg-opacity));
	}

	.dark\:bg-background-dark {
		--tw-bg-opacity: 1;
		background-color: rgba(28, 37, 50, var(--tw-bg-opacity));
	}

	.dark\:bg-background-darker {
		--tw-bg-opacity: 1;
		background-color: rgba(24, 32, 43, var(--tw-bg-opacity));
	}

	.dark\:bg-primary-700 {
		--tw-bg-opacity: 1;
		background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
	}

	.dark\:bg-secondary-700 {
		--tw-bg-opacity: 1;
		background-color: rgba(3, 105, 161, var(--tw-bg-opacity));
	}

	.dark\:text-primary-400 {
		--tw-text-opacity: 1;
		color: rgba(148, 163, 184, var(--tw-text-opacity));
	}

	.dark\:text-primary-200 {
		--tw-text-opacity: 1;
		color: rgba(226, 232, 240, var(--tw-text-opacity));
	}

	.dark\:text-primary-100 {
		--tw-text-opacity: 1;
		color: rgba(241, 245, 249, var(--tw-text-opacity));
	}

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

	.dark\:text-primary-300 {
		--tw-text-opacity: 1;
		color: rgba(203, 213, 225, var(--tw-text-opacity));
	}

	.dark\:\!text-primary-200 {
		--tw-text-opacity: 1 !important;
		color: rgba(226, 232, 240, var(--tw-text-opacity)) !important;
	}

	.dark\:text-primary-500 {
		--tw-text-opacity: 1;
		color: rgba(100, 116, 139, var(--tw-text-opacity));
	}

	.dark\:shadow-darker {
		--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.16);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}

	.dark\:hover\:border-primary-600:hover {
		--tw-border-opacity: 1;
		border-color: rgba(71, 85, 105, var(--tw-border-opacity));
	}

	.dark\:hover\:bg-background-darker:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(24, 32, 43, var(--tw-bg-opacity));
	}

	.dark\:hover\:bg-primary-600:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(71, 85, 105, var(--tw-bg-opacity));
	}

	.dark\:hover\:bg-background-darkest:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(21, 29, 38, var(--tw-bg-opacity));
	}

	.dark\:hover\:text-primary-200:hover {
		--tw-text-opacity: 1;
		color: rgba(226, 232, 240, var(--tw-text-opacity));
	}

	.dark\:hover\:text-primary-300:hover {
		--tw-text-opacity: 1;
		color: rgba(203, 213, 225, var(--tw-text-opacity));
	}

	.dark\:hover\:text-primary-400:hover {
		--tw-text-opacity: 1;
		color: rgba(148, 163, 184, var(--tw-text-opacity));
	}

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

	.dark\:focus\:text-primary-400:focus {
		--tw-text-opacity: 1;
		color: rgba(148, 163, 184, var(--tw-text-opacity));
	}
}
@media (min-width: 640px) {

	.sm\:\!mx-2 {
		margin-left: 0.5rem !important;
		margin-right: 0.5rem !important;
	}

	.sm\:-mx-0\.5 {
		margin-left: -0.125rem;
		margin-right: -0.125rem;
	}

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

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

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

	.sm\:\!mt-2 {
		margin-top: 0.5rem !important;
	}

	.sm\:mr-12 {
		margin-right: 3rem;
	}

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

	.sm\:flex {
		display: flex;
	}

	.sm\:hidden {
		display: none;
	}

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

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

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

	.sm\:items-end {
		align-items: flex-end;
	}

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

	.sm\:justify-start {
		justify-content: flex-start;
	}

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

	.sm\:gap-8 {
		gap: 2rem;
	}

	.sm\:p-12 {
		padding: 3rem;
	}

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

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

	.sm\:text-xs {
		font-size: 0.75rem;
		line-height: 1rem;
	}
}
@media (min-width: 768px) {

	.md\:left-auto {
		left: auto;
	}

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

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

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

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

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

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

	.md\:flex {
		display: flex;
	}

	.md\:hidden {
		display: none;
	}

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

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

	.md\:w-100 {
		width: 28rem;
	}

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

	.md\:min-w-100 {
		min-width: 28rem;
	}

	.md\:flex-auto {
		flex: 1 1 auto;
	}

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

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

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

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

	.md\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

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

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

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

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

	.md\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
@media (min-width: 1024px) {

	.lg\:container {
		width: 100%;
	}

	@media (min-width: 640px) {

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

	@media (min-width: 768px) {

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

	@media (min-width: 1024px) {

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

	@media (min-width: 1280px) {

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

	@media (min-width: 1536px) {

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

	.lg\:ml-4 {
		margin-left: 1rem;
	}

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

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

	.lg\:h-5 {
		height: 1.25rem;
	}

	.lg\:h-96 {
		height: 24rem;
	}

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

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

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

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

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

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

	.lg\:rounded {
		border-radius: 0.25rem;
	}

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

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

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

	.lg\:\!py-3 {
		padding-top: 0.75rem !important;
		padding-bottom: 0.75rem !important;
	}

	.lg\:\!px-6 {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

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

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

	.lg\:pr-8 {
		padding-right: 2rem;
	}

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

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

	.xl\:max-w-3xl {
		max-width: 48rem;
	}

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

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

	.xl\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
}
@media (min-width: 1536px) {

	.\32xl\:py-32 {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
}
