/*! tailwindcss v2.2.4 | 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: Jost, 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: #a8a29e;
}

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

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

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: JetBrains Mono, 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;
}

*, ::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(231, 229, 228, var(--tw-border-opacity));
	--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(0, 76, 255, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
	--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,/*!*/ /*!*/);
	--tw-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);
}
.pointer-events-none {
	pointer-events: none !important;
}
.fixed {
	position: fixed !important;
}
.absolute {
	position: absolute !important;
}
.relative {
	position: relative !important;
}
.inset-0 {
	top: 0px !important;
	right: 0px !important;
	bottom: 0px !important;
	left: 0px !important;
}
.-bottom-2 {
	bottom: -0.5rem !important;
}
.-right-2 {
	right: -0.5rem !important;
}
.top-0 {
	top: 0px !important;
}
.left-0 {
	left: 0px !important;
}
.-top-1 {
	top: -0.25rem !important;
}
.-left-0\.5 {
	left: -0.125rem !important;
}
.-left-0 {
	left: 0px !important;
}
.left-\[-5\%\] {
	left: -5% !important;
}
.top-\[-5\%\] {
	top: -5% !important;
}
.left-\[10\%\] {
	left: 10% !important;
}
.top-\[20\%\] {
	top: 20% !important;
}
.-left-2 {
	left: -0.5rem !important;
}
.top-6 {
	top: 1.5rem !important;
}
.top-1\/2 {
	top: 50% !important;
}
.right-0 {
	right: 0px !important;
}
.top-1 {
	top: 0.25rem !important;
}
.top-12 {
	top: 3rem !important;
}
.-right-16 {
	right: -4rem !important;
}
.bottom-0 {
	bottom: 0px !important;
}
.top-\[23\%\] {
	top: 23% !important;
}
.left-\[5\%\] {
	left: 5% !important;
}
.top-\[18\.5\%\] {
	top: 18.5% !important;
}
.right-\[-1\%\] {
	right: -1% !important;
}
.left-\[9em\] {
	left: 9em !important;
}
.-top-9 {
	top: -2.25rem !important;
}
.-bottom-32 {
	bottom: -8rem !important;
}
.-left-28 {
	left: -7rem !important;
}
.-top-10 {
	top: -2.5rem !important;
}
.left-4 {
	left: 1rem !important;
}
.top-\[-13\%\] {
	top: -13% !important;
}
.left-\[48\%\] {
	left: 48% !important;
}
.-left-4 {
	left: -1rem !important;
}
.left-8 {
	left: 2rem !important;
}
.top-10 {
	top: 2.5rem !important;
}
.-left-6 {
	left: -1.5rem !important;
}
.top-8 {
	top: 2rem !important;
}
.-top-8 {
	top: -2rem !important;
}
.left-6 {
	left: 1.5rem !important;
}
.-top-16 {
	top: -4rem !important;
}
.-bottom-6 {
	bottom: -1.5rem !important;
}
.-right-40 {
	right: -10rem !important;
}
.right-12 {
	right: 3rem !important;
}
.top-\[2\%\] {
	top: 2% !important;
}
.left-\[56\%\] {
	left: 56% !important;
}
.left-\[-13\%\] {
	left: -13% !important;
}
.left-\[10\.5em\] {
	left: 10.5em !important;
}
.-top-2 {
	top: -0.5rem !important;
}
.-left-1\.5 {
	left: -0.375rem !important;
}
.-left-1 {
	left: -0.25rem !important;
}
.-top-1\.5 {
	top: -0.375rem !important;
}
.left-2 {
	left: 0.5rem !important;
}
.z-10 {
	z-index: 10 !important;
}
.z-50 {
	z-index: 50 !important;
}
.col-start-1 {
	grid-column-start: 1 !important;
}
.row-span-2 {
	grid-row: span 2 / span 2 !important;
}
.m-6 {
	margin: 1.5rem !important;
}
.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.my-6 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}
.my-12 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}
.mx-2 {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
}
.-mx-4 {
	margin-left: -1rem !important;
	margin-right: -1rem !important;
}
.my-16 {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important;
}
.mt-2 {
	margin-top: 0.5rem !important;
}
.mt-4 {
	margin-top: 1rem !important;
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.-ml-4 {
	margin-left: -1rem !important;
}
.mr-4 {
	margin-right: 1rem !important;
}
.-mt-1 {
	margin-top: -0.25rem !important;
}
.mt-8 {
	margin-top: 2rem !important;
}
.mt-6 {
	margin-top: 1.5rem !important;
}
.mb-3 {
	margin-bottom: 0.75rem !important;
}
.mr-3 {
	margin-right: 0.75rem !important;
}
.ml-0\.5 {
	margin-left: 0.125rem !important;
}
.ml-0 {
	margin-left: 0px !important;
}
.mb-6 {
	margin-bottom: 1.5rem !important;
}
.ml-2 {
	margin-left: 0.5rem !important;
}
.mr-1 {
	margin-right: 0.25rem !important;
}
.mb-1 {
	margin-bottom: 0.25rem !important;
}
.-mt-10 {
	margin-top: -2.5rem !important;
}
.mb-12 {
	margin-bottom: 3rem !important;
}
.ml-\[-0\.09em\] {
	margin-left: -0.09em !important;
}
.mt-12 {
	margin-top: 3rem !important;
}
.mr-2 {
	margin-right: 0.5rem !important;
}
.mt-16 {
	margin-top: 4rem !important;
}
.mb-8 {
	margin-bottom: 2rem !important;
}
.mt-24 {
	margin-top: 6rem !important;
}
.-mt-24 {
	margin-top: -6rem !important;
}
.ml-4 {
	margin-left: 1rem !important;
}
.mb-4 {
	margin-bottom: 1rem !important;
}
.-mt-4 {
	margin-top: -1rem !important;
}
.mr-6 {
	margin-right: 1.5rem !important;
}
.ml-6 {
	margin-left: 1.5rem !important;
}
.-ml-5 {
	margin-left: -1.25rem !important;
}
.ml-3 {
	margin-left: 0.75rem !important;
}
.block {
	display: block !important;
}
.inline-block {
	display: inline-block !important;
}
.inline {
	display: inline !important;
}
.flex {
	display: flex !important;
}
.inline-flex {
	display: inline-flex !important;
}
.table {
	display: table !important;
}
.grid {
	display: grid !important;
}
.contents {
	display: contents !important;
}
.hidden {
	display: none !important;
}
.h-16 {
	height: 4rem !important;
}
.h-full {
	height: 100% !important;
}
.h-10 {
	height: 2.5rem !important;
}
.h-\[115\%\] {
	height: 115% !important;
}
.h-\[75\%\] {
	height: 75% !important;
}
.h-auto {
	height: auto !important;
}
.h-1\/2 {
	height: 50% !important;
}
.h-8 {
	height: 2rem !important;
}
.h-64 {
	height: 16rem !important;
}
.h-4 {
	height: 1rem !important;
}
.h-32 {
	height: 8rem !important;
}
.h-0 {
	height: 0px !important;
}
.h-40 {
	height: 10rem !important;
}
.h-\[30rem\] {
	height: 30rem !important;
}
.h-24 {
	height: 6rem !important;
}
.w-full {
	width: 100% !important;
}
.w-10 {
	width: 2.5rem !important;
}
.w-\[110\%\] {
	width: 110% !important;
}
.w-\[80\%\] {
	width: 80% !important;
}
.w-1\/3 {
	width: 33.333333% !important;
}
.w-1\/4 {
	width: 25% !important;
}
.w-16 {
	width: 4rem !important;
}
.w-8 {
	width: 2rem !important;
}
.w-auto {
	width: auto !important;
}
.w-2\/5 {
	width: 40% !important;
}
.w-32 {
	width: 8rem !important;
}
.w-\[18\%\] {
	width: 18% !important;
}
.w-56 {
	width: 14rem !important;
}
.w-40 {
	width: 10rem !important;
}
.w-\[25\%\] {
	width: 25% !important;
}
.w-\[30rem\] {
	width: 30rem !important;
}
.w-80 {
	width: 20rem !important;
}
.w-\[15\%\] {
	width: 15% !important;
}
.w-24 {
	width: 6rem !important;
}
.w-20 {
	width: 5rem !important;
}
.min-w-0 {
	min-width: 0px !important;
}
.max-w-2xl {
	max-width: 42rem !important;
}
.max-w-xs {
	max-width: 20rem !important;
}
.max-w-sm {
	max-width: 24rem !important;
}
.max-w-none {
	max-width: none !important;
}
.max-w-full {
	max-width: 100% !important;
}
.max-w-md {
	max-width: 28rem !important;
}
.flex-none {
	flex: none !important;
}
.origin-center {
	transform-origin: center !important;
}
.-translate-y-6 {
	--tw-translate-y: -1.5rem !important;
	transform: var(--tw-transform) !important;
}
.translate-x-1 {
	--tw-translate-x: 0.25rem !important;
	transform: var(--tw-transform) !important;
}
.translate-y-1 {
	--tw-translate-y: 0.25rem !important;
	transform: var(--tw-transform) !important;
}
.rotate-0 {
	--tw-rotate: 0deg !important;
	transform: var(--tw-transform) !important;
}
.-rotate-3 {
	--tw-rotate: -3deg !important;
	transform: var(--tw-transform) !important;
}
.transform {
	transform: var(--tw-transform) !important;
}
.cursor-pointer {
	cursor: pointer !important;
}
.list-disc {
	list-style-type: disc !important;
}
.grid-flow-col {
	grid-auto-flow: column !important;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.flex-col {
	flex-direction: column !important;
}
.items-start {
	align-items: flex-start !important;
}
.items-end {
	align-items: flex-end !important;
}
.items-center {
	align-items: center !important;
}
.items-baseline {
	align-items: baseline !important;
}
.justify-start {
	justify-content: flex-start !important;
}
.justify-end {
	justify-content: flex-end !important;
}
.justify-center {
	justify-content: center !important;
}
.gap-12 {
	gap: 3rem !important;
}
.gap-4 {
	gap: 1rem !important;
}
.gap-16 {
	gap: 4rem !important;
}
.gap-1 {
	gap: 0.25rem !important;
}
.gap-x-12 {
	-moz-column-gap: 3rem !important;
	     column-gap: 3rem !important;
}
.gap-x-20 {
	-moz-column-gap: 5rem !important;
	     column-gap: 5rem !important;
}
.gap-y-10 {
	row-gap: 2.5rem !important;
}
.overflow-hidden {
	overflow: hidden !important;
}
.overflow-x-hidden {
	overflow-x: hidden !important;
}
.whitespace-nowrap {
	white-space: nowrap !important;
}
.rounded-full {
	border-radius: 9999px !important;
}
.rounded {
	border-radius: 0.25rem !important;
}
.border {
	border-width: 1px !important;
}
.border-b {
	border-bottom-width: 1px !important;
}
.border-gray-200 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(231, 229, 228, var(--tw-border-opacity)) !important;
}
.border-gray-300 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(214, 211, 209, var(--tw-border-opacity)) !important;
}
.border-black {
	--tw-border-opacity: 1 !important;
	border-color: rgba(45, 14, 18, var(--tw-border-opacity)) !important;
}
.border-opacity-50 {
	--tw-border-opacity: 0.5 !important;
}
.bg-blue-500 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(0, 76, 255, var(--tw-bg-opacity)) !important;
}
.bg-red-500\/10 {
	background-color: rgba(212, 35, 39, 0.1) !important;
}
.bg-blue-500\/10 {
	background-color: rgba(0, 76, 255, 0.1) !important;
}
.bg-transparent {
	background-color: transparent !important;
}
.bg-white {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.bg-red-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(254, 234, 234, var(--tw-bg-opacity)) !important;
}
.bg-black {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(45, 14, 18, var(--tw-bg-opacity)) !important;
}
.bg-red-500 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(212, 35, 39, var(--tw-bg-opacity)) !important;
}
.bg-red-500\/20 {
	background-color: rgba(212, 35, 39, 0.2) !important;
}
.bg-green-500 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(23, 166, 119, var(--tw-bg-opacity)) !important;
}
.bg-red-900 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(61, 25, 29, var(--tw-bg-opacity)) !important;
}
.bg-red-200 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(242, 194, 194, var(--tw-bg-opacity)) !important;
}
.bg-blue-500\/5 {
	background-color: rgba(0, 76, 255, 0.05) !important;
}
.bg-blue-500\/50 {
	background-color: rgba(0, 76, 255, 0.5) !important;
}
.bg-blue-500\/25 {
	background-color: rgba(0, 76, 255, 0.25) !important;
}
.bg-opacity-90 {
	--tw-bg-opacity: 0.9 !important;
}
.bg-opacity-10 {
	--tw-bg-opacity: 0.1 !important;
}
.fill-current {
	fill: currentColor !important;
}
.p-4 {
	padding: 1rem !important;
}
.p-8 {
	padding: 2rem !important;
}
.p-12 {
	padding: 3rem !important;
}
.px-6 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
.px-8 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}
.px-1 {
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}
.px-2 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}
.px-12 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}
.py-6 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}
.py-12 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.px-3 {
	padding-left: 0.75rem !important;
	padding-right: 0.75rem !important;
}
.px-4 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.py-8 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}
.py-32 {
	padding-top: 8rem !important;
	padding-bottom: 8rem !important;
}
.pt-6 {
	padding-top: 1.5rem !important;
}
.pt-24 {
	padding-top: 6rem !important;
}
.pb-6 {
	padding-bottom: 1.5rem !important;
}
.pb-\[75\%\] {
	padding-bottom: 75% !important;
}
.pt-32 {
	padding-top: 8rem !important;
}
.pt-12 {
	padding-top: 3rem !important;
}
.pb-8 {
	padding-bottom: 2rem !important;
}
.pb-12 {
	padding-bottom: 3rem !important;
}
.pt-8 {
	padding-top: 2rem !important;
}
.pb-24 {
	padding-bottom: 6rem !important;
}
.pb-16 {
	padding-bottom: 4rem !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.align-top {
	vertical-align: top !important;
}
.font-sans {
	font-family: Jost, 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" !important;
}
.text-base {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
}
.text-\[11px\] {
	font-size: 11px !important;
}
.text-xs {
	font-size: 0.75rem !important;
	line-height: 1rem !important;
}
.text-lg {
	font-size: 1.125rem !important;
	line-height: 1.75rem !important;
}
.text-2xl {
	font-size: 1.5rem !important;
	line-height: 2rem !important;
}
.text-sm {
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
}
.text-3xl {
	font-size: 1.875rem !important;
	line-height: 2.25rem !important;
}
.font-black {
	font-weight: 900 !important;
}
.font-semibold {
	font-weight: 600 !important;
}
.font-normal {
	font-weight: 400 !important;
}
.font-extrabold {
	font-weight: 800 !important;
}
.uppercase {
	text-transform: uppercase !important;
}
.leading-relaxed {
	line-height: 1.625 !important;
}
.leading-none {
	line-height: 1 !important;
}
.tracking-widest {
	letter-spacing: 0.1em !important;
}
.tracking-wider {
	letter-spacing: 0.05em !important;
}
.text-white {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.text-red-500 {
	--tw-text-opacity: 1 !important;
	color: rgba(212, 35, 39, var(--tw-text-opacity)) !important;
}
.text-blue-500 {
	--tw-text-opacity: 1 !important;
	color: rgba(0, 76, 255, var(--tw-text-opacity)) !important;
}
.text-red-900 {
	--tw-text-opacity: 1 !important;
	color: rgba(61, 25, 29, var(--tw-text-opacity)) !important;
}
.text-green-500 {
	--tw-text-opacity: 1 !important;
	color: rgba(23, 166, 119, var(--tw-text-opacity)) !important;
}
.text-gray-900\/80 {
	color: rgba(28, 25, 23, 0.8) !important;
}
.text-blue-500\/25 {
	color: rgba(0, 76, 255, 0.25) !important;
}
.text-white\/90 {
	color: rgba(255, 255, 255, 0.9) !important;
}
.underline {
	text-decoration: underline !important;
}
.opacity-80 {
	opacity: 0.8 !important;
}
.opacity-50 {
	opacity: 0.5 !important;
}
.opacity-90 {
	opacity: 0.9 !important;
}
.opacity-40 {
	opacity: 0.4 !important;
}
.mix-blend-multiply {
	mix-blend-mode: multiply !important;
}
.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.ring-0 {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.transition-transform {
	transition-property: transform !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.transition-colors {
	transition-property: background-color, border-color, color, fill, stroke !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.transition-opacity {
	transition-property: opacity !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.duration-300 {
	transition-duration: 300ms !important;
}
.duration-150 {
	transition-duration: 150ms !important;
}
/* Margins */
.markup h1 {
	margin-bottom: 3rem;
}
.markup h2 {
	margin-top: 4rem;
	margin-bottom: 1.5rem;
}
.markup h2:first-child {
	margin-top: 0px;
}
.markup h3 {
	margin-top: 4rem;
	margin-bottom: 1.5rem;
}
.markup h3:first-child {
	margin-top: 0px;
}
.markup p {
	line-height: 1.625;
}
.markup p, .markup ol, .markup ul {
	margin-bottom: 1.5rem;
}
.markup p + ul {
	margin-top: -1.5rem;
}
.markup li ul {
	margin-bottom: 0px;
}
.markup blockquote {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-left-width: 4px;
	line-height: 2;
	--tw-text-opacity: 1;
	color: rgba(61, 25, 29, var(--tw-text-opacity));
	--tw-text-opacity: 0.75;
}
.markup blockquote p {
	line-height: 2;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
/* Header styles */
.markup h1, .markup-h1 {
	font-weight: 900;
	font-size: 2.25rem;
	line-height: 2.5rem;
}
@media (min-width: 768px) {

	.markup h1, .markup-h1 {
		font-size: 3.75rem;
		line-height: 1;
	}
}
.markup h1, .markup-h1 {
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.markup h2, .markup-h2 {
	font-weight: 900;
	font-size: 1.5rem;
	line-height: 2rem;
}
@media (min-width: 768px) {

	.markup h2, .markup-h2 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}
.markup h2, .markup-h2 {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.markup h3, .markup-h3 {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
@media (min-width: 768px) {

	.markup h3, .markup-h3 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
.markup h3, .markup-h3 {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.markup h4, .markup-h4 {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
}
.markup strong {
	font-weight: 600;
}
.markup hr, .markup-hr {
	margin-top: 4rem;
	margin-bottom: 4rem;
	height: 3rem;
    background-image: url('/images/hr.svg');
    background-size: auto 1rem;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
}
.markup body-lg, .markup-body-lg {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.markup body-xl, .markup-body-xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
/* List styles */
.markup-lists ul > li,
.markup-ul > li,
.markup-ul-alt > li {
    padding-left: 1.15em;
}
.markup-lists ul > li:before,
.markup-ul > li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    left: 0.125rem;
    top: 0.375rem;
    --tw-text-opacity: 1;
    color: rgba(0, 76, 255, var(--tw-text-opacity));
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.markup-ol-reset {
    counter-reset: customOl;
}
.markup-lists ol > li,
.markup-ol > li {
    counter-increment: customOl;
    padding-left: 2rem;
}
.markup-lists ol > li:before, .markup-ol > li:before {
	position: absolute;
	left: 0px;
    content: counter(customOl, decimal-leading-zero) '.';
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(61, 25, 29, var(--tw-text-opacity));
}
.markup-lists-spaced ol, .markup-lists-spaced ul {
	display: grid;
	gap: 0.25rem;
}
/* Link styles */
.markup-links a, .markup-link {
	text-decoration: underline;
}
.markup-links-hover a, .markup-link-hover {
	text-decoration: underline;
}
.markup-links-hover a:hover, .markup-link-hover:hover, .markup-links .group:hover a, .group:hover .markup-link, .group:hover .markup-link-hover, .markup-links a:hover, .markup-link:hover {
	text-decoration: underline;
	opacity: 0.9;
}
.markup-links .markup-anchor {
    background-image: none;
    --tw-text-opacity: 1;
    color: rgba(212, 35, 39, var(--tw-text-opacity));
    opacity: 0;
    position: absolute;
    right: 100%;
    margin-right: 0.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
}
.markup-links [id]:hover > h2 > .markup-anchor, .markup-links h2[id]:hover > .markup-anchor, .markup-links [id]:hover > h3 > .markup-anchor {
	opacity: 0.5;
}
/* Code styles */
.markup-code code {
	font-family: JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	background-color: rgba(45, 14, 18, 0.05);
}
.markup-code pre code,
.markup-pre code {
    background: transparent;
}
.markup-code pre, .markup-pre {
	font-family: JetBrains Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	margin-top: 3rem;
	margin-bottom: 3rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
@media (min-width: 1024px) {

	.markup-code pre, .markup-pre {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.markup-code pre, .markup-pre {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}
.markup-code pre, .markup-pre {
	overflow-x: auto;
	background-color: rgba(45, 14, 18, 0.05) !important;
	--tw-text-opacity: 1;
	color: rgba(212, 35, 39, var(--tw-text-opacity));
    font-size: 0.8em;
    line-height: 1.9;
}
.markup-code pre::-webkit-scrollbar,
.markup-pre::-webkit-scrollbar { height: 1px;width: 1px; }
.markup-code pre::-webkit-scrollbar-track,
.markup-pre::-webkit-scrollbar-track {
  background: transparent;
}
.markup-code pre::-webkit-scrollbar-thumb,
.markup-pre::-webkit-scrollbar-thumb {
    background-image: none;
    --tw-bg-opacity: 1;
    background-color: rgba(168, 162, 158, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.25;
}
.markup-code :not(pre) > code {
    font-size: 0.95em;
    padding: 0.25rem;
}
.markup-code .hljs {
    overflow-x: initial;
}
/* Table styles */
.markup-table table {
	border-collapse: collapse;
	border-top-width: 1px;
	border-bottom-width: 1px;
	width: 100%;
	font-size: 0.875rem;
	line-height: 1.25rem;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.markup-table table thead tr {
	border-bottom-width: 1px;
    font-size: 0.875em;
}
.markup-table table th, .markup-table table td {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
@media (min-width: 640px) {
    .markup-table table th, .markup-table table td {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}
.markup-table table th {
	text-align: left;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 0.75rem;
	line-height: 1rem;
}
.markup-table table tbody tr {
	border-top-width: 1px;
}
.markup-table table thead .th-numeric, .markup-table table tbody .td-numeric {
	text-align: right;
    font-variant-numeric: tabular-nums;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('/fonts/JetBrainsMono-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/JetBrainsMono-Regular.woff') format('woff'); /* Pretty Modern Browsers */
  font-display: swap;
  font-weight: 400; 
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('/fonts/JetBrainsMono-Italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/JetBrainsMono-Italic.woff') format('woff'); /* Pretty Modern Browsers */
  font-display: swap;
  font-weight: 400; 
  font-style: italic;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('/fonts/JetBrainsMono-Medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/JetBrainsMono-Medium.woff') format('woff'); /* Pretty Modern Browsers */
  font-display: swap;
  font-weight: 600; 
  font-style: normal;
}
* {
  position: relative;
}
html {
  /* See https://www.sarasoueidan.com/blog/safari-fluid-typography-bug-fix/ */
  -webkit-marquee-increment: 1vw;
  font-size: 18px;
  font-size: clamp(14px, 1.5vw, 21px);
}
.hover\:text-spatie:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(25, 117, 147, var(--tw-text-opacity)) !important;
}
.hover\:underline:hover {
	text-decoration: underline !important;
}
.hover\:opacity-75:hover {
	opacity: 0.75 !important;
}
.hover\:opacity-100:hover {
	opacity: 1 !important;
}
.focus\:bg-opacity-100:focus {
	--tw-bg-opacity: 1 !important;
}
.focus\:bg-opacity-5:focus {
	--tw-bg-opacity: 0.05 !important;
}
.focus\:outline-none:focus {
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}
.group:hover .group-hover\:translate-y-\[2px\] {
	--tw-translate-y: 2px !important;
	transform: var(--tw-transform) !important;
}
.group:hover .group-hover\:translate-x-\[2px\] {
	--tw-translate-x: 2px !important;
	transform: var(--tw-transform) !important;
}
.group:hover .group-hover\:translate-x-0 {
	--tw-translate-x: 0px !important;
	transform: var(--tw-transform) !important;
}
.group:hover .group-hover\:translate-y-0 {
	--tw-translate-y: 0px !important;
	transform: var(--tw-transform) !important;
}
.group:hover .group-hover\:scale-105 {
	--tw-scale-x: 1.05 !important;
	--tw-scale-y: 1.05 !important;
	transform: var(--tw-transform) !important;
}
.group:hover .group-hover\:transform {
	transform: var(--tw-transform) !important;
}
.group:hover .group-hover\:opacity-100 {
	opacity: 1 !important;
}
@media (min-width: 640px) {

	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}
@media (min-width: 768px) {

	.md\:absolute {
		position: absolute !important;
	}

	.md\:right-0 {
		right: 0px !important;
	}

	.md\:-left-16 {
		left: -4rem !important;
	}

	.md\:left-24 {
		left: 6rem !important;
	}

	.md\:top-2 {
		top: 0.5rem !important;
	}

	.md\:-bottom-24 {
		bottom: -6rem !important;
	}

	.md\:col-span-2 {
		grid-column: span 2 / span 2 !important;
	}

	.md\:col-start-2 {
		grid-column-start: 2 !important;
	}

	.md\:row-span-2 {
		grid-row: span 2 / span 2 !important;
	}

	.md\:block {
		display: block !important;
	}

	.md\:flex {
		display: flex !important;
	}

	.md\:h-96 {
		height: 24rem !important;
	}

	.md\:h-64 {
		height: 16rem !important;
	}

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

	.md\:w-64 {
		width: 16rem !important;
	}

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

	.md\:max-w-4xl {
		max-width: 56rem !important;
	}

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

	.md\:text-xl {
		font-size: 1.25rem !important;
		line-height: 1.75rem !important;
	}
}
@media (min-width: 1024px) {

	.lg\:-mx-24 {
		margin-left: -6rem !important;
		margin-right: -6rem !important;
	}

	.lg\:h-full {
		height: 100% !important;
	}

	.lg\:w-\[30rem\] {
		width: 30rem !important;
	}

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

	.lg\:p-16 {
		padding: 4rem !important;
	}
}
@media (min-width: 1536px) {

	.\32xl\:-right-16 {
		right: -4rem !important;
	}

	.\32xl\:-ml-12 {
		margin-left: -3rem !important;
	}

	.\32xl\:w-1\/2 {
		width: 50% !important;
	}
}
