/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 *
 * You can see the styles here:
 * https://unpkg.com/tailwindcss/dist/base.css
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/base";
 */
/*! tailwindcss v2.1.2 | MIT License | https://tailwindcss.com
 */
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
*::before,
*::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
:root {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
	margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
	text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: Inter var, 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: #edf2f7; /* 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: #cbd5e0;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #cbd5e0;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #cbd5e0;
}
button,
[role="button"] {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}
* {
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(66, 153, 225, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
}
/**
  * This injects any component classes registered by plugins.
  *
  * If using `postcss-import`, use this import instead:
  *
  * @import "tailwindcss/components";
  */
.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;
	}
}
.form-input {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #121920;
	border-color: #1d2833;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	font-size: [object Object];
	line-height: 1.5;
}
.form-input::-moz-placeholder {
	color: #6b7280;
	opacity: 1;
}
.form-input:-ms-input-placeholder {
	color: #6b7280;
	opacity: 1;
}
.form-input::placeholder {
	color: #6b7280;
	opacity: 1;
}
.form-input:focus {
	outline: none;
	box-shadow: 0 0 5px #121920;
	border-color: #60a5fa;
	border: 1px solid #1d2833;
	background-color: #E6F1FA;
	color: #121920;
}
.form-input {
	color: #acb8c8;
	transition: all 0.1s ease-in-out;
}
.form-select {
	background-image: url("data:image/svg+xml,%3csvg fill='%23C3E7AC' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z'/%3e%3c/svg%3e");
}
.form-select::-ms-expand {
	color: #6b7280;
	border: none;
}
@media not print {
	.form-select::-ms-expand {
		display: none;
	}
}
@media print and (-ms-high-contrast: active), print and (-ms-high-contrast: none) {
	.form-select {
		padding-right: 0.75rem;
	}
}
.form-select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
	background-repeat: no-repeat;
	background-color: #121920;
	border-color: #1d2833;
	padding-top: 0.5rem;
	padding-right: 2.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	font-size: [object Object];
	line-height: 1.5;
	background-position: right 0.5rem center;
	background-size: 1.5em 1.5em;
}
.form-select:focus {
	outline: none;
	box-shadow: 0 0 5px #121920;
	border-color: #60a5fa;
	border: 1px solid #1d2833;
	background-color: #E6F1FA;
	color: #121920;
}
.form-select {
	color: #acb8c8;
}
.form-checkbox:checked {
	background-image: url("data:image/svg+xml,%3csvg fill='white' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' %3e%3cpath d='M0 11l2-2 5 5L18 3l2 2L7 18z'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .1s;
}
@media not print {
	.form-checkbox::-ms-check {
		color: transparent;
		background: inherit;
		border-color: inherit;
		border-radius: inherit;
	}
}
.form-checkbox {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1.25rem;
	width: 1.25rem;
	color: #3b82f6;
	background-color: #fff;
}
.form-checkbox:focus {
	outline: none;
	border-color: #60a5fa;
}
.form-checkbox {
	transition: all .2s;
}
/**
  * Here you would add any of your custom component classes; stuff that you'd
  * want loaded *before* the utilities so that the utilities could still
  * override them.
  *
  * Example:
  *
  * .btn { ... }
  * .form-input { ... }
  *
  * Or if using a preprocessor or `postcss-import`:
  *
  * @import "components/buttons";
  * @import "components/forms";
  */
.turbolinks-progress-bar {
  height: 3px;
  --tw-bg-opacity: 1;
  background-color: rgba(8, 102, 185, var(--tw-bg-opacity));
}

.parent-item {
	position: relative;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
	display: inline-block;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.parent-item:not(.is-sub-item) {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.parent-item:not(.is-sub-item):after {
	position: absolute;
	top: 0px;
	display: block;
	height: 100%;
	width: 100%;
	background-color: transparent;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 200ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  content: "";
  transform: skew(-19deg, 0deg);
  z-index: -1;
}
.parent-item:not(.is-sub-item).active:after {
	--tw-bg-opacity: 1;
	background-color: rgba(94, 176, 42, var(--tw-bg-opacity));
}
.parent-item:not(.is-sub-item):hover:after {
	--tw-bg-opacity: 1;
	background-color: rgba(104, 196, 47, var(--tw-bg-opacity));
}
.parent-item a.menu-item {
	display: block;
	cursor: pointer;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
  white-space: nowrap;
}
.parent-item:hover ul.menu-item {
	display: block;
}
.parent-item .submenu-label {
	display: block;
	cursor: default;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.parent-item ul.menu-item {
	position: absolute;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	display: none;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 0px;
}
.parent-item ul.menu-item .parent-item {
	margin-left: 0px;
	margin-right: 0px;
}
.parent-item ul.menu-item .is-sub-item {
	min-width: 100%;
	--tw-text-opacity: 1;
	color: rgba(14, 19, 24, var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 200ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.parent-item ul.menu-item .is-sub-item:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(104, 196, 47, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.parent-item ul.menu-item .is-sub-item.active {
	--tw-bg-opacity: 1;
	background-color: rgba(94, 176, 42, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.parent-item ul.menu-item .active-sub-item {
	--tw-bg-opacity: 1;
	background-color: rgba(94, 176, 42, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

table tbody tr:nth-child(odd) {
	cursor: pointer;
	--tw-bg-opacity: 1;
	background-color: rgba(21, 28, 36, var(--tw-bg-opacity));
}
table tbody tr:nth-child(odd):hover {
	--tw-bg-opacity: 1;
	background-color: rgba(14, 19, 24, var(--tw-bg-opacity));
}

table tbody tr:nth-child(even) {
	cursor: pointer;
	--tw-bg-opacity: 1;
	background-color: rgba(23, 31, 40, var(--tw-bg-opacity));
}
table tbody tr:nth-child(even):hover {
	--tw-bg-opacity: 1;
	background-color: rgba(14, 19, 24, var(--tw-bg-opacity));
}

.zebra dl:nth-child(odd) {
	--tw-bg-opacity: 1;
	background-color: rgba(23, 31, 40, var(--tw-bg-opacity));
}

.zebra dl:nth-child(even) {
	--tw-bg-opacity: 1;
	background-color: rgba(21, 28, 36, var(--tw-bg-opacity));
}

.zebra .zebra-row:nth-child(even) {
	--tw-bg-opacity: 0.95;
}

.btn-danger {
	cursor: pointer;
	border-radius: 0.25rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(197, 48, 48, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(229, 62, 62, var(--tw-bg-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-danger:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(197, 48, 48, var(--tw-bg-opacity));
}
.btn-danger:not(:first-child) {
	margin-left: 1.25rem;
}

.btn-primary {
	cursor: pointer;
	border-radius: 0.25rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(62, 118, 28, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(94, 176, 42, var(--tw-bg-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(104, 196, 47, var(--tw-bg-opacity));
}
.btn-primary:not(:first-child) {
	margin-left: 1.25rem;
}

.btn-secondary {
	cursor: pointer;
	border-radius: 0.25rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(5, 68, 124, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(8, 102, 185, var(--tw-bg-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-secondary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(9, 113, 206, var(--tw-bg-opacity));
}
.btn-secondary:not(:first-child) {
	margin-left: 1.25rem;
}

.btn-gray {
	cursor: pointer;
	border-radius: 0.25rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(10, 14, 18, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(14, 19, 24, var(--tw-bg-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-gray:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(8, 102, 185, var(--tw-bg-opacity));
}
.btn-gray:not(:first-child) {
	margin-left: 1.25rem;
}

.btn-sm {
	cursor: pointer;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.btn-xl {
	cursor: pointer;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.tab {
	margin-right: 0.5rem;
	display: inline-block;
	cursor: pointer;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-color: transparent;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	font-weight: 600;
}
.tab:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(94, 176, 42, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.tab-active {
	--tw-border-opacity: 1;
	border-color: rgba(104, 196, 47, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(104, 196, 47, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.tab-inactive {
	--tw-text-opacity: 1;
	color: rgba(9, 113, 206, var(--tw-text-opacity));
}

aside {
	display: inline-block;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-rotate: -180deg;
	overflow: visible;
	white-space: nowrap;
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 700;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

/**
  * This injects all of Tailwind's utility classes, generated based on your
  * config file.
  *
  * If using `postcss-import`, use this import instead:
  *
  * @import "tailwindcss/utilities";
  */
.pointer-events-none {
	pointer-events: none;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.fixed {
	position: fixed;
}
.sticky {
	position: sticky;
}
.left-0 {
	left: 0px;
}
.top-0 {
	top: 0px;
}
.right-0 {
	right: 0px;
}
.z-0 {
	z-index: 0;
}
.z-50 {
	z-index: 50;
}
.z-10 {
	z-index: 10;
}
.col-span-2 {
	grid-column: span 2 / span 2;
}
.col-span-5 {
	grid-column: span 5 / span 5;
}
.m-0 {
	margin: 0px;
}
.-mx-12 {
	margin-left: -3rem;
	margin-right: -3rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.-my-2 {
	margin-top: -0.5rem;
	margin-bottom: -0.5rem;
}
.mx-5 {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}
.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.mx-px {
	margin-left: 1px;
	margin-right: 1px;
}
.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.mx-3 {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.mx-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.-ml-px {
	margin-left: -1px;
}
.mt-12 {
	margin-top: 3rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.ml-8 {
	margin-left: 2rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-8 {
	margin-top: 2rem;
}
.-mb-4 {
	margin-bottom: -1rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.ml-0 {
	margin-left: 0px;
}
.ml-1 {
	margin-left: 0.25rem;
}
.-mt-1 {
	margin-top: -0.25rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mr-1 {
	margin-right: 0.25rem;
}
.mr-6 {
	margin-right: 1.5rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.ml-4 {
	margin-left: 1rem;
}
.ml-10 {
	margin-left: 2.5rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.-mr-10 {
	margin-right: -2.5rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mr-10 {
	margin-right: 2.5rem;
}
.mr-px {
	margin-right: 1px;
}
.ml-px {
	margin-left: 1px;
}
.mt-3 {
	margin-top: 0.75rem;
}
.-mr-px {
	margin-right: -1px;
}
.mr-5 {
	margin-right: 1.25rem;
}
.-mt-5 {
	margin-top: -1.25rem;
}
.ml-5 {
	margin-left: 1.25rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.table {
	display: table;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-5 {
	height: 1.25rem;
}
.h-full {
	height: 100%;
}
.h-2 {
	height: 0.5rem;
}
.h-1 {
	height: 0.25rem;
}
.h-screen {
	height: 100vh;
}
.h-12 {
	height: 3rem;
}
.h-16 {
	height: 4rem;
}
.h-8 {
	height: 2rem;
}
.h-10 {
	height: 2.5rem;
}
.h-6 {
	height: 1.5rem;
}
.h-4 {
	height: 1rem;
}
.h-7 {
	height: 1.75rem;
}
.w-5 {
	width: 1.25rem;
}
.w-full {
	width: 100%;
}
.w-2\/4 {
	width: 50%;
}
.w-1\/2 {
	width: 50%;
}
.w-20 {
	width: 5rem;
}
.w-8 {
	width: 2rem;
}
.w-10 {
	width: 2.5rem;
}
.w-12 {
	width: 3rem;
}
.w-6 {
	width: 1.5rem;
}
.w-48 {
	width: 12rem;
}
.w-1\/6 {
	width: 16.666667%;
}
.min-w-full {
	min-width: 100%;
}
.max-w-md {
	max-width: 28rem;
}
.max-w-sm {
	max-width: 24rem;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-grow {
	flex-grow: 1;
}
.transform {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-6 {
	--tw-translate-y: 1.5rem;
}
.translate-x-full {
	--tw-translate-x: 100%;
}
.translate-x-0 {
	--tw-translate-x: 0px;
}
.cursor-default {
	cursor: default;
}
.cursor-pointer {
	cursor: pointer;
}
.cursor-not-allowed {
	cursor: not-allowed;
}
.cursor-grab {
	cursor: -webkit-grab;
	cursor: grab;
}
.select-none {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.appearance-none {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.grid-cols-7 {
	grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-col {
	flex-direction: column;
}
.flex-row {
	flex-direction: row;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-center {
	align-items: center;
}
.items-start {
	align-items: flex-start;
}
.justify-between {
	justify-content: space-between;
}
.justify-center {
	justify-content: center;
}
.justify-end {
	justify-content: flex-end;
}
.justify-start {
	justify-content: flex-start;
}
.gap-5 {
	gap: 1.25rem;
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.25rem * var(--tw-space-x-reverse));
	margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-x-auto {
	overflow-x: auto;
}
.overflow-scroll {
	overflow: scroll;
}
.overflow-auto {
	overflow: auto;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-l-md {
	border-top-left-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
	border-top-right-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
}
.rounded-r-full {
	border-top-right-radius: 9999px;
	border-bottom-right-radius: 9999px;
}
.rounded-b-sm {
	border-bottom-right-radius: 0.125rem;
	border-bottom-left-radius: 0.125rem;
}
.rounded-l-full {
	border-top-left-radius: 9999px;
	border-bottom-left-radius: 9999px;
}
.rounded-l {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.rounded-r {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
.border {
	border-width: 1px;
}
.border-2 {
	border-width: 2px;
}
.border-l-4 {
	border-left-width: 4px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-r-0 {
	border-right-width: 0px;
}
.border-t {
	border-top-width: 1px;
}
.border-dashed {
	border-style: dashed;
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}
.border-red-500 {
	--tw-border-opacity: 1;
	border-color: rgba(245, 101, 101, var(--tw-border-opacity));
}
.border-green-500 {
	--tw-border-opacity: 1;
	border-color: rgba(72, 187, 120, var(--tw-border-opacity));
}
.border-red-600 {
	--tw-border-opacity: 1;
	border-color: rgba(229, 62, 62, var(--tw-border-opacity));
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-red-700 {
	--tw-border-opacity: 1;
	border-color: rgba(197, 48, 48, var(--tw-border-opacity));
}
.border-theme-primary-500 {
	--tw-border-opacity: 1;
	border-color: rgba(9, 113, 206, var(--tw-border-opacity));
}
.border-theme-primary-300 {
	--tw-border-opacity: 1;
	border-color: rgba(157, 198, 235, var(--tw-border-opacity));
}
.border-gray-800 {
	--tw-border-opacity: 1;
	border-color: rgba(45, 55, 72, var(--tw-border-opacity));
}
.border-red-900 {
	--tw-border-opacity: 1;
	border-color: rgba(116, 42, 42, var(--tw-border-opacity));
}
.border-theme-gray-700 {
	--tw-border-opacity: 1;
	border-color: rgba(14, 19, 24, var(--tw-border-opacity));
}
.border-theme-secondary-500 {
	--tw-border-opacity: 1;
	border-color: rgba(104, 196, 47, var(--tw-border-opacity));
}
.border-theme-gray-400 {
	--tw-border-opacity: 1;
	border-color: rgba(93, 98, 105, var(--tw-border-opacity));
}
.border-theme-gray-600 {
	--tw-border-opacity: 1;
	border-color: rgba(21, 28, 36, var(--tw-border-opacity));
}
.border-gray-400 {
	--tw-border-opacity: 1;
	border-color: rgba(203, 213, 224, var(--tw-border-opacity));
}
.border-gray-700 {
	--tw-border-opacity: 1;
	border-color: rgba(74, 85, 104, var(--tw-border-opacity));
}
.border-theme-gray-500 {
	--tw-border-opacity: 1;
	border-color: rgba(23, 31, 40, var(--tw-border-opacity));
}
.border-green-900 {
	--tw-border-opacity: 1;
	border-color: rgba(34, 84, 61, var(--tw-border-opacity));
}
.border-theme-primary-900 {
	--tw-border-opacity: 1;
	border-color: rgba(3, 34, 62, var(--tw-border-opacity));
}
.border-theme-secondary-900 {
	--tw-border-opacity: 1;
	border-color: rgba(31, 59, 14, var(--tw-border-opacity));
}
.border-orange-900 {
	--tw-border-opacity: 1;
	border-color: rgba(123, 52, 30, var(--tw-border-opacity));
}
.border-theme-secondary-700 {
	--tw-border-opacity: 1;
	border-color: rgba(62, 118, 28, var(--tw-border-opacity));
}
.bg-theme-primary-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(230, 241, 250, var(--tw-bg-opacity));
}
.bg-theme-primary-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(194, 220, 243, var(--tw-bg-opacity));
}
.bg-theme-primary-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(157, 198, 235, var(--tw-bg-opacity));
}
.bg-theme-primary-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(83, 156, 221, var(--tw-bg-opacity));
}
.bg-theme-primary-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(9, 113, 206, var(--tw-bg-opacity));
}
.bg-theme-primary-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(8, 102, 185, var(--tw-bg-opacity));
}
.bg-theme-primary-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(5, 68, 124, var(--tw-bg-opacity));
}
.bg-theme-primary-800 {
	--tw-bg-opacity: 1;
	background-color: rgba(4, 51, 93, var(--tw-bg-opacity));
}
.bg-theme-primary-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(3, 34, 62, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-theme-gray-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(21, 28, 36, var(--tw-bg-opacity));
}
.bg-theme-gray-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(23, 31, 40, var(--tw-bg-opacity));
}
.bg-blue-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(190, 227, 248, var(--tw-bg-opacity));
}
.bg-theme-secondary-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(104, 196, 47, var(--tw-bg-opacity));
}
.bg-green-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(240, 255, 244, var(--tw-bg-opacity));
}
.bg-purple-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
}
.bg-theme-secondary-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(94, 176, 42, var(--tw-bg-opacity));
}
.bg-theme-gray-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(93, 98, 105, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-theme-gray-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(14, 19, 24, var(--tw-bg-opacity));
}
.bg-red-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 62, 62, var(--tw-bg-opacity));
}
.bg-red-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(197, 48, 48, var(--tw-bg-opacity));
}
.bg-theme-gray-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(162, 165, 169, var(--tw-bg-opacity));
}
.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
}
.bg-indigo-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
}
.bg-gray-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(74, 85, 104, var(--tw-bg-opacity));
}
.bg-indigo-800 {
	--tw-bg-opacity: 1;
	background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
}
.bg-red-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(116, 42, 42, var(--tw-bg-opacity));
}
.bg-theme-gray-800 {
	--tw-bg-opacity: 1;
	background-color: rgba(10, 14, 18, var(--tw-bg-opacity));
}
.bg-theme-secondary-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(62, 118, 28, var(--tw-bg-opacity));
}
.bg-green-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(47, 133, 90, var(--tw-bg-opacity));
}
.bg-orange-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(192, 86, 33, var(--tw-bg-opacity));
}
.bg-theme-secondary-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(149, 214, 109, var(--tw-bg-opacity));
}
.bg-opacity-20 {
	--tw-bg-opacity: 0.2;
}
.bg-opacity-50 {
	--tw-bg-opacity: 0.5;
}
.bg-opacity-100 {
	--tw-bg-opacity: 1;
}
.bg-opacity-25 {
	--tw-bg-opacity: 0.25;
}
.bg-opacity-10 {
	--tw-bg-opacity: 0.1;
}
.bg-none {
	background-image: none;
}
.p-6 {
	padding: 1.5rem;
}
.p-4 {
	padding: 1rem;
}
.p-5 {
	padding: 1.25rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-0 {
	padding: 0px;
}
.p-10 {
	padding: 2.5rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-24 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.pl-6 {
	padding-left: 1.5rem;
}
.pr-6 {
	padding-right: 1.5rem;
}
.pl-2 {
	padding-left: 0.5rem;
}
.pr-1 {
	padding-right: 0.25rem;
}
.pl-5 {
	padding-left: 1.25rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pr-12 {
	padding-right: 3rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pr-3 {
	padding-right: 0.75rem;
}
.pr-5 {
	padding-right: 1.25rem;
}
.pr-20 {
	padding-right: 5rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pr-2 {
	padding-right: 0.5rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pl-3 {
	padding-left: 0.75rem;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.align-middle {
	vertical-align: middle;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.font-bold {
	font-weight: 700;
}
.font-extrabold {
	font-weight: 800;
}
.font-normal {
	font-weight: 400;
}
.font-light {
	font-weight: 300;
}
.uppercase {
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}
.leading-5 {
	line-height: 1.25rem;
}
.leading-tight {
	line-height: 1.25;
}
.leading-normal {
	line-height: 1.5;
}
.leading-8 {
	line-height: 2rem;
}
.leading-4 {
	line-height: 1rem;
}
.leading-10 {
	line-height: 2.5rem;
}
.leading-7 {
	line-height: 1.75rem;
}
.tracking-widest {
	letter-spacing: 0.1em;
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(160, 174, 192, var(--tw-text-opacity));
}
.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(74, 85, 104, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-theme-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(93, 98, 105, var(--tw-text-opacity));
}
.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(26, 32, 44, var(--tw-text-opacity));
}
.text-red-500 {
	--tw-text-opacity: 1;
	color: rgba(245, 101, 101, var(--tw-text-opacity));
}
.text-theme-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(162, 165, 169, var(--tw-text-opacity));
}
.text-gray-100 {
	--tw-text-opacity: 1;
	color: rgba(247, 250, 252, var(--tw-text-opacity));
}
.text-theme-primary-500 {
	--tw-text-opacity: 1;
	color: rgba(9, 113, 206, var(--tw-text-opacity));
}
.text-green-700 {
	--tw-text-opacity: 1;
	color: rgba(47, 133, 90, var(--tw-text-opacity));
}
.text-indigo-500 {
	--tw-text-opacity: 1;
	color: rgba(102, 126, 234, var(--tw-text-opacity));
}
.text-orange-400 {
	--tw-text-opacity: 1;
	color: rgba(246, 173, 85, var(--tw-text-opacity));
}
.text-theme-primary-300 {
	--tw-text-opacity: 1;
	color: rgba(157, 198, 235, var(--tw-text-opacity));
}
.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(226, 232, 240, var(--tw-text-opacity));
}
.text-theme-primary-100 {
	--tw-text-opacity: 1;
	color: rgba(230, 241, 250, var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(203, 213, 224, var(--tw-text-opacity));
}
.text-theme-secondary-600 {
	--tw-text-opacity: 1;
	color: rgba(94, 176, 42, var(--tw-text-opacity));
}
.text-gray-200 {
	--tw-text-opacity: 1;
	color: rgba(237, 242, 247, var(--tw-text-opacity));
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(113, 128, 150, var(--tw-text-opacity));
}
.text-red-700 {
	--tw-text-opacity: 1;
	color: rgba(197, 48, 48, var(--tw-text-opacity));
}
.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgba(45, 55, 72, var(--tw-text-opacity));
}
.text-theme-secondary-500 {
	--tw-text-opacity: 1;
	color: rgba(104, 196, 47, var(--tw-text-opacity));
}
.text-theme-secondary-400 {
	--tw-text-opacity: 1;
	color: rgba(149, 214, 109, var(--tw-text-opacity));
}
.text-indigo-800 {
	--tw-text-opacity: 1;
	color: rgba(67, 65, 144, var(--tw-text-opacity));
}
.text-theme-gray-200 {
	--tw-text-opacity: 1;
	color: rgba(197, 199, 201, var(--tw-text-opacity));
}
.text-theme-primary-700 {
	--tw-text-opacity: 1;
	color: rgba(5, 68, 124, var(--tw-text-opacity));
}
.text-theme-secondary-700 {
	--tw-text-opacity: 1;
	color: rgba(62, 118, 28, var(--tw-text-opacity));
}
.text-orange-700 {
	--tw-text-opacity: 1;
	color: rgba(192, 86, 33, var(--tw-text-opacity));
}
.text-theme-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(21, 28, 36, var(--tw-text-opacity));
}
.no-underline {
	text-decoration: none;
}
.line-through {
	text-decoration: line-through;
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-75 {
	opacity: 0.75;
}
.opacity-90 {
	opacity: 0.9;
}
.opacity-0 {
	opacity: 0;
}
.opacity-100 {
	opacity: 1;
}
.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.ring-gray-300 {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(226, 232, 240, var(--tw-ring-opacity));
}
.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-all {
	transition-property: all;
	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;
}
.duration-150 {
	transition-duration: 150ms;
}
.duration {
	transition-duration: 150ms;
}
.duration-200 {
	transition-duration: 200ms;
}
.duration-300 {
	transition-duration: 300ms;
}
.duration-100 {
	transition-duration: 100ms;
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.spinner-sm {
	position: relative;
	color: transparent !important;
	pointer-events: none;
}
.spinner-sm::after {
	content: '';
	position: absolute !important;
	top: calc(50% - (1.2em / 2));
	left: calc(50% - (1.2em / 2));
	display: block;
	width: 1.2em;
	height: 1.2em;
	border: 2px solid #fff;
	border-radius: 9999px;
	border-right-color: transparent;
	border-top-color: transparent;
	-webkit-animation: spinAround 500ms infinite linear;
	        animation: spinAround 500ms infinite linear;
}
.spinner {
	position: relative;
	color: transparent !important;
	pointer-events: none;
}
.spinner::after {
	content: '';
	position: absolute !important;
	top: calc(50% - (3em / 2));
	left: calc(50% - (3em / 2));
	display: block;
	width: 3em;
	height: 3em;
	border: 2px solid #fff;
	border-radius: 9999px;
	border-right-color: transparent;
	border-top-color: transparent;
	-webkit-animation: spinAround 500ms infinite linear;
	        animation: spinAround 500ms infinite linear;
}
@-webkit-keyframes spinAround {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
@keyframes spinAround {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
/**
  * Here you would add any custom utilities you need that don't come out of the
  * box with Tailwind.
  *
  * Example :
  *
  * .bg-pattern-graph-paper { ... }
  * .skew-45 { ... }
  *
  * Or if using a preprocessor or `postcss-import`:
  *
  * @import "utilities/background-patterns";
  * @import "utilities/skew-transforms";
  */
.hover\:bg-theme-primary-400:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(83, 156, 221, var(--tw-bg-opacity));
}
.hover\:bg-theme-secondary-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(94, 176, 42, var(--tw-bg-opacity));
}
.hover\:bg-theme-primary-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(8, 102, 185, var(--tw-bg-opacity));
}
.hover\:bg-theme-secondary-500:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(104, 196, 47, var(--tw-bg-opacity));
}
.hover\:bg-theme-primary-900:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(3, 34, 62, var(--tw-bg-opacity));
}
.hover\:bg-theme-gray-400:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(93, 98, 105, var(--tw-bg-opacity));
}
.hover\:bg-indigo-400:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
}
.hover\:bg-indigo-800:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
}
.hover\:bg-theme-gray-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(14, 19, 24, var(--tw-bg-opacity));
}
.hover\:bg-gray-800:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(45, 55, 72, var(--tw-bg-opacity));
}
.hover\:bg-red-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(197, 48, 48, var(--tw-bg-opacity));
}
.hover\:bg-theme-secondary-800:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(47, 88, 21, var(--tw-bg-opacity));
}
.hover\:bg-opacity-100:hover {
	--tw-bg-opacity: 1;
}
.hover\:text-gray-500:hover {
	--tw-text-opacity: 1;
	color: rgba(160, 174, 192, var(--tw-text-opacity));
}
.hover\:text-gray-400:hover {
	--tw-text-opacity: 1;
	color: rgba(203, 213, 224, var(--tw-text-opacity));
}
.hover\:text-theme-primary-400:hover {
	--tw-text-opacity: 1;
	color: rgba(83, 156, 221, var(--tw-text-opacity));
}
.hover\:text-indigo-400:hover {
	--tw-text-opacity: 1;
	color: rgba(127, 156, 245, var(--tw-text-opacity));
}
.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:underline:hover {
	text-decoration: underline;
}
.focus\:z-10:focus {
	z-index: 10;
}
.focus\:border-blue-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(144, 205, 244, var(--tw-border-opacity));
}
.focus\:bg-theme-secondary-700:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(62, 118, 28, var(--tw-bg-opacity));
}
.focus\:text-white:focus {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.focus\:ring:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.active\:cursor-pointer:active {
	cursor: pointer;
}
.active\:bg-gray-100:active {
	--tw-bg-opacity: 1;
	background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
}
.active\:bg-theme-secondary-700:active {
	--tw-bg-opacity: 1;
	background-color: rgba(62, 118, 28, var(--tw-bg-opacity));
}
.active\:text-gray-700:active {
	--tw-text-opacity: 1;
	color: rgba(74, 85, 104, var(--tw-text-opacity));
}
.active\:text-gray-500:active {
	--tw-text-opacity: 1;
	color: rgba(160, 174, 192, var(--tw-text-opacity));
}
.active\:outline-none:active {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
@media (min-width: 640px) {
	.sm\:col-span-2 {
		grid-column: span 2 / span 2;
	}
	.sm\:-mx-6 {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}
	.sm\:mt-0 {
		margin-top: 0px;
	}
	.sm\:flex {
		display: flex;
	}
	.sm\:grid {
		display: grid;
	}
	.sm\:hidden {
		display: none;
	}
	.sm\:flex-1 {
		flex: 1 1 0%;
	}
	.sm\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.sm\:items-center {
		align-items: center;
	}
	.sm\:justify-between {
		justify-content: space-between;
	}
	.sm\:gap-4 {
		gap: 1rem;
	}
	.sm\:rounded-lg {
		border-radius: 0.5rem;
	}
	.sm\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.sm\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (min-width: 768px) {
	.md\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	.md\:my-10 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}
	.md\:mt-24 {
		margin-top: 6rem;
	}
	.md\:w-full {
		width: 100%;
	}
	.md\:w-48 {
		width: 12rem;
	}
	.md\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media (min-width: 1024px) {
	.lg\:-mx-8 {
		margin-left: -2rem;
		margin-right: -2rem;
	}
	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
