/*! tailwindcss v2.2.19 | 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: Nunito, 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;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-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);
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #6b7280;
	opacity: 1;
}

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

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

::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}

::-webkit-date-and-time-value {
	min-height: 1.5em;
}

select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
}

[multiple] {
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
	        color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	--tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
	border-radius: 0px;
}

[type='radio'] {
	border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type='checkbox']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
	border-color: transparent;
	background-color: currentColor;
}

[type='checkbox']:indeterminate {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
	border-color: transparent;
	background-color: currentColor;
}

[type='file'] {
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}

[type='file']:focus {
	outline: 1px auto -webkit-focus-ring-color;
}
.container {
	width: 100%;
}
@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: #374151;
	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: #111827;
	text-decoration: underline;
	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: #e5e7eb;
	background-color: #1f2937;
	overflow-x: auto;
	font-size: 0.875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: 0.375rem;
	padding-top: 0.8571429em;
	padding-right: 1.1428571em;
	padding-bottom: 0.8571429em;
	padding-left: 1.1428571em;
}
.prose pre code {
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-weight: 400;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}
.prose pre code::before {
	content: none;
}
.prose pre code::after {
	content: none;
}
.prose table {
	width: 100%;
	table-layout: auto;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.875em;
	line-height: 1.7142857;
}
.prose thead {
	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;
}
.pointer-events-none {
	pointer-events: none;
}
.pointer-events-auto {
	pointer-events: auto;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.sticky {
	position: -webkit-sticky;
	position: sticky;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.inset-y-0 {
	top: 0px;
	bottom: 0px;
}
.left-0 {
	left: 0px;
}
.right-0 {
	right: 0px;
}
.bottom-0 {
	bottom: 0px;
}
.top-0 {
	top: 0px;
}
.top-32 {
	top: 8rem;
}
.left-80 {
	left: 20rem;
}
.left-2 {
	left: 0.5rem;
}
.bottom-2 {
	bottom: 0.5rem;
}
.z-0 {
	z-index: 0;
}
.z-50 {
	z-index: 50;
}
.z-10 {
	z-index: 10;
}
.z-30 {
	z-index: 30;
}
.z-20 {
	z-index: 20;
}
.z-40 {
	z-index: 40;
}
.col-span-6 {
	grid-column: span 6 / span 6;
}
.col-span-2 {
	grid-column: span 2 / span 2;
}
.col-span-4 {
	grid-column: span 4 / span 4;
}
.col-span-12 {
	grid-column: span 12 / span 12;
}
.float-right {
	float: right;
}
.m-auto {
	margin: auto;
}
.m-8 {
	margin: 2rem;
}
.m-0 {
	margin: 0px;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.-mx-3 {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}
.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}
.mx-8 {
	margin-left: 2rem;
	margin-right: 2rem;
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.-ml-px {
	margin-left: -1px;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.-mr-1 {
	margin-right: -0.25rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mt-8 {
	margin-top: 2rem;
}
.ml-4 {
	margin-left: 1rem;
}
.ml-12 {
	margin-left: 3rem;
}
.ml-1 {
	margin-left: 0.25rem;
}
.-mr-0\.5 {
	margin-right: -0.125rem;
}
.-mr-0 {
	margin-right: 0px;
}
.-mr-2 {
	margin-right: -0.5rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.ml-6 {
	margin-left: 1.5rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.-mt-px {
	margin-top: -1px;
}
.ml-auto {
	margin-left: auto;
}
.mr-auto {
	margin-right: auto;
}
.-ml-1 {
	margin-left: -0.25rem;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.mb-20 {
	margin-bottom: 5rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mt-28 {
	margin-top: 7rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mb-16 {
	margin-bottom: 4rem;
}
.mr-20 {
	margin-right: 5rem;
}
.mr-4 {
	margin-right: 1rem;
}
.mb-14 {
	margin-bottom: 3.5rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.-mr-px {
	margin-right: -1px;
}
.mr-1 {
	margin-right: 0.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-16 {
	height: 4rem;
}
.h-12 {
	height: 3rem;
}
.h-6 {
	height: 1.5rem;
}
.h-8 {
	height: 2rem;
}
.h-4 {
	height: 1rem;
}
.h-9 {
	height: 2.25rem;
}
.h-10 {
	height: 2.5rem;
}
.h-20 {
	height: 5rem;
}
.h-2 {
	height: 0.5rem;
}
.h-64 {
	height: 16rem;
}
.h-7 {
	height: 1.75rem;
}
.h-full {
	height: 100%;
}
.max-h-60 {
	max-height: 15rem;
}
.min-h-screen {
	min-height: 100vh;
}
.min-h-0 {
	min-height: 0px;
}
.w-5 {
	width: 1.25rem;
}
.w-16 {
	width: 4rem;
}
.w-full {
	width: 100%;
}
.w-0 {
	width: 0px;
}
.w-12 {
	width: 3rem;
}
.w-6 {
	width: 1.5rem;
}
.w-3\/4 {
	width: 75%;
}
.w-48 {
	width: 12rem;
}
.w-auto {
	width: auto;
}
.w-8 {
	width: 2rem;
}
.w-4 {
	width: 1rem;
}
.w-60 {
	width: 15rem;
}
.w-10 {
	width: 2.5rem;
}
.w-20 {
	width: 5rem;
}
.w-4\/6 {
	width: 66.666667%;
}
.w-1\/2 {
	width: 50%;
}
.w-32 {
	width: 8rem;
}
.w-4\/5 {
	width: 80%;
}
.w-24 {
	width: 6rem;
}
.w-screen {
	width: 100vw;
}
.w-96 {
	width: 24rem;
}
.w-80 {
	width: 20rem;
}
.w-7 {
	width: 1.75rem;
}
.w-1\/12 {
	width: 8.333333%;
}
.w-1\/4 {
	width: 25%;
}
.min-w-0 {
	min-width: 0px;
}
.min-w-full {
	min-width: 100%;
}
.max-w-screen-xl {
	max-width: 1280px;
}
.max-w-7xl {
	max-width: 80rem;
}
.max-w-xl {
	max-width: 36rem;
}
.max-w-sm {
	max-width: 24rem;
}
.max-w-6xl {
	max-width: 72rem;
}
.max-w-3xl {
	max-width: 48rem;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.table-fixed {
	table-layout: fixed;
}
.border-collapse {
	border-collapse: collapse;
}
.origin-top-left {
	transform-origin: top left;
}
.origin-top {
	transform-origin: top;
}
.origin-top-right {
	transform-origin: top right;
}
.translate-y-4 {
	--tw-translate-y: 1rem;
	transform: var(--tw-transform);
}
.translate-y-0 {
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}
.translate-y-2 {
	--tw-translate-y: 0.5rem;
	transform: var(--tw-transform);
}
.scale-95 {
	--tw-scale-x: .95;
	--tw-scale-y: .95;
	transform: var(--tw-transform);
}
.scale-100 {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
@keyframes spin {

	to {
		transform: rotate(360deg);
	}
}
.animate-spin {
	-webkit-animation: spin 1s linear infinite;
	        animation: spin 1s linear infinite;
}
@-webkit-keyframes pulse {

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

	50% {
		opacity: .5;
	}
}
.animate-pulse {
	-webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-default {
	cursor: default;
}
.cursor-pointer {
	cursor: pointer;
}
.select-none {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.resize-y {
	resize: vertical;
}
.list-inside {
	list-style-position: inside;
}
.list-disc {
	list-style-type: disc;
}
.list-decimal {
	list-style-type: decimal;
}
.grid-flow-col {
	grid-auto-flow: column;
}
.grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-rows-2 {
	grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-6 {
	grid-template-rows: repeat(6, minmax(0, 1fr));
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-start {
	align-items: flex-start;
}
.items-center {
	align-items: center;
}
.items-stretch {
	align-items: stretch;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-evenly {
	justify-content: space-evenly;
}
.gap-6 {
	gap: 1.5rem;
}
.gap-4 {
	gap: 1rem;
}
.gap-1 {
	gap: 0.25rem;
}
.gap-2 {
	gap: 0.5rem;
}
.gap-5 {
	gap: 1.25rem;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(2rem * var(--tw-space-x-reverse));
	margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.75rem * 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-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));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * 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));
}
.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-10 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(2.5rem * var(--tw-space-x-reverse));
	margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-x-reverse: 0;
	border-right-width: calc(1px * var(--tw-divide-x-reverse));
	border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}
.justify-self-end {
	justify-self: end;
}
.overflow-auto {
	overflow: auto;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-x-auto {
	overflow-x: auto;
}
.overflow-y-auto {
	overflow-y: auto;
}
.overflow-y-hidden {
	overflow-y: hidden;
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.break-all {
	word-break: break-all;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-none {
	border-radius: 0px;
}
.rounded-xl {
	border-radius: 0.75rem;
}
.rounded-3xl {
	border-radius: 1.5rem;
}
.rounded-sm {
	border-radius: 0.125rem;
}
.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-t-none {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.rounded-b-none {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.rounded-b-md {
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}
.rounded-b {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.rounded-r-none {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.rounded-l-none {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.border {
	border-width: 1px;
}
.border-2 {
	border-width: 2px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-l-4 {
	border-left-width: 4px;
}
.border-t {
	border-top-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-r {
	border-right-width: 1px;
}
.border-r-0 {
	border-right-width: 0px;
}
.border-l-8 {
	border-left-width: 8px;
}
.border-t-4 {
	border-top-width: 4px;
}
.border-l-0 {
	border-left-width: 0px;
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-transparent {
	border-color: transparent;
}
.border-indigo-400 {
	--tw-border-opacity: 1;
	border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-gray-100 {
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
.border-itm-yellow {
	--tw-border-opacity: 1;
	border-color: rgba(255, 242, 0, var(--tw-border-opacity));
}
.border-gray-400 {
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
.border-red-400 {
	--tw-border-opacity: 1;
	border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}
.border-yellow-300 {
	--tw-border-opacity: 1;
	border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}
.border-yellow-500 {
	--tw-border-opacity: 1;
	border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}
.border-blue-700 {
	--tw-border-opacity: 1;
	border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}
.border-green-700 {
	--tw-border-opacity: 1;
	border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}
.border-yellow-700 {
	--tw-border-opacity: 1;
	border-color: rgba(180, 83, 9, var(--tw-border-opacity));
}
.border-red-700 {
	--tw-border-opacity: 1;
	border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}
.border-blue-500 {
	--tw-border-opacity: 1;
	border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-indigo-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}
.bg-red-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}
.bg-gray-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}
.bg-indigo-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
.bg-red-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.bg-gray-800 {
	--tw-bg-opacity: 1;
	background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
.bg-red-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}
.bg-gray-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.bg-indigo-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}
.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-gray-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-itm-yellow {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 242, 0, var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-yellow-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
.bg-indigo-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}
.bg-green-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.bg-blue-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}
.bg-yellow-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}
.bg-indigo-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}
.bg-yellow-800 {
	--tw-bg-opacity: 1;
	background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}
.bg-gray-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.bg-red-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.bg-opacity-25 {
	--tw-bg-opacity: 0.25;
}
.bg-opacity-50 {
	--tw-bg-opacity: 0.5;
}
.bg-cover {
	background-size: cover;
}
.bg-center {
	background-position: center;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.fill-current {
	fill: currentColor;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-center {
	-o-object-position: center;
	   object-position: center;
}
.p-2 {
	padding: 0.5rem;
}
.p-6 {
	padding: 1.5rem;
}
.p-4 {
	padding: 1rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-1 {
	padding: 0.25rem;
}
.p-5 {
	padding: 1.25rem;
}
.p-0 {
	padding: 0px;
}
.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-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-14 {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pl-3 {
	padding-left: 0.75rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pb-1 {
	padding-bottom: 0.25rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pl-2 {
	padding-left: 0.5rem;
}
.pr-10 {
	padding-right: 2.5rem;
}
.pl-1 {
	padding-left: 0.25rem;
}
.pr-1 {
	padding-right: 0.25rem;
}
.pt-0 {
	padding-top: 0px;
}
.pr-2 {
	padding-right: 0.5rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.font-sans {
	font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-mono {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.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-normal {
	font-weight: 400;
}
.font-light {
	font-weight: 300;
}
.font-black {
	font-weight: 900;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.italic {
	font-style: italic;
}
.leading-5 {
	line-height: 1.25rem;
}
.leading-7 {
	line-height: 1.75rem;
}
.leading-tight {
	line-height: 1.25;
}
.leading-4 {
	line-height: 1rem;
}
.leading-none {
	line-height: 1;
}
.leading-normal {
	line-height: 1.5;
}
.leading-relaxed {
	line-height: 1.625;
}
.tracking-widest {
	letter-spacing: 0.1em;
}
.tracking-wider {
	letter-spacing: 0.05em;
}
.tracking-wide {
	letter-spacing: 0.025em;
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-indigo-600 {
	--tw-text-opacity: 1;
	color: rgba(79, 70, 229, var(--tw-text-opacity));
}
.text-red-600 {
	--tw-text-opacity: 1;
	color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.text-indigo-700 {
	--tw-text-opacity: 1;
	color: rgba(67, 56, 202, var(--tw-text-opacity));
}
.text-green-400 {
	--tw-text-opacity: 1;
	color: rgba(52, 211, 153, var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-indigo-500 {
	--tw-text-opacity: 1;
	color: rgba(99, 102, 241, var(--tw-text-opacity));
}
.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.text-red-500 {
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-green-600 {
	--tw-text-opacity: 1;
	color: rgba(5, 150, 105, var(--tw-text-opacity));
}
.text-green-500 {
	--tw-text-opacity: 1;
	color: rgba(16, 185, 129, var(--tw-text-opacity));
}
.text-blue-700 {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
}
.text-green-700 {
	--tw-text-opacity: 1;
	color: rgba(4, 120, 87, var(--tw-text-opacity));
}
.text-yellow-700 {
	--tw-text-opacity: 1;
	color: rgba(180, 83, 9, var(--tw-text-opacity));
}
.text-red-700 {
	--tw-text-opacity: 1;
	color: rgba(185, 28, 28, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-gray-200 {
	--tw-text-opacity: 1;
	color: rgba(229, 231, 235, var(--tw-text-opacity));
}
.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.text-blue-500 {
	--tw-text-opacity: 1;
	color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.text-itm-yellow {
	--tw-text-opacity: 1;
	color: rgba(255, 242, 0, var(--tw-text-opacity));
}
.text-yellow-500 {
	--tw-text-opacity: 1;
	color: rgba(245, 158, 11, var(--tw-text-opacity));
}
.text-indigo-100 {
	--tw-text-opacity: 1;
	color: rgba(224, 231, 255, var(--tw-text-opacity));
}
.text-red-400 {
	--tw-text-opacity: 1;
	color: rgba(248, 113, 113, var(--tw-text-opacity));
}
.text-yellow-900 {
	--tw-text-opacity: 1;
	color: rgba(120, 53, 15, var(--tw-text-opacity));
}
.text-green-100 {
	--tw-text-opacity: 1;
	color: rgba(209, 250, 229, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-400::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}
.placeholder-gray-400:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}
.placeholder-gray-400::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}
.opacity-0 {
	opacity: 0;
}
.opacity-100 {
	opacity: 1;
}
.opacity-75 {
	opacity: 0.75;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-25 {
	opacity: 0.25;
}
.opacity-40 {
	opacity: 0.4;
}
.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 {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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-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-inner {
	--tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.ring-1 {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-gray-300 {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}
.ring-black {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}
.ring-opacity-5 {
	--tw-ring-opacity: 0.05;
}
.blur {
	--tw-blur: blur(8px);
	filter: var(--tw-filter);
}
.filter {
	filter: var(--tw-filter);
}
.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;
}
.duration-150 {
	transition-duration: 150ms;
}
.duration-200 {
	transition-duration: 200ms;
}
.duration-75 {
	transition-duration: 75ms;
}
.duration-300 {
	transition-duration: 300ms;
}
.duration-500 {
	transition-duration: 500ms;
}
.duration-100 {
	transition-duration: 100ms;
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-linear {
	transition-timing-function: linear;
}
/*!
 * FilePond 4.30.3
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
/* eslint-disable */
.filepond--assistant{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}
.filepond--browser.filepond--browser{position:absolute;margin:0;padding:0;left:1em;top:1.75em;width:calc(100% - 2em);opacity:0;font-size:0}
.filepond--data{position:absolute;width:0;height:0;padding:0;margin:0;border:none;visibility:hidden;pointer-events:none;contain:strict}
.filepond--drip{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;opacity:.1;pointer-events:none;border-radius:.5em;background:rgba(0,0,0,.01)}
.filepond--drip-blob{transform-origin:center center;width:8em;height:8em;margin-left:-4em;margin-top:-4em;background:#292625;border-radius:50%}
.filepond--drip-blob,.filepond--drop-label{position:absolute;top:0;left:0;will-change:transform,opacity}
.filepond--drop-label{right:0;margin:0;color:#4f4f4f;display:flex;justify-content:center;align-items:center;height:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.filepond--drop-label.filepond--drop-label label{display:block;margin:0;padding:.5em}
.filepond--drop-label label{cursor:default;font-size:.875em;font-weight:400;text-align:center;line-height:1.5}
.filepond--label-action{text-decoration:underline;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;-webkit-text-decoration-color:#a7a4a4;text-decoration-color:#a7a4a4;cursor:pointer}
.filepond--root[data-disabled] .filepond--drop-label label{opacity:.5}
.filepond--file-action-button.filepond--file-action-button{font-size:1em;width:1.625em;height:1.625em;font-family:inherit;line-height:inherit;margin:0;padding:0;border:none;outline:none;will-change:transform,opacity}
.filepond--file-action-button.filepond--file-action-button span{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}
.filepond--file-action-button.filepond--file-action-button svg{width:100%;height:100%}
.filepond--file-action-button.filepond--file-action-button:after{position:absolute;left:-.75em;right:-.75em;top:-.75em;bottom:-.75em;content:""}
.filepond--file-action-button{cursor:auto;color:#fff;border-radius:50%;background-color:rgba(0,0,0,.5);background-image:none;box-shadow:0 0 0 0 hsla(0,0%,100%,0);transition:box-shadow .25s ease-in}
.filepond--file-action-button:focus,.filepond--file-action-button:hover{box-shadow:0 0 0 .125em hsla(0,0%,100%,.9)}
.filepond--file-action-button[disabled]{color:hsla(0,0%,100%,.5);background-color:rgba(0,0,0,.25)}
.filepond--file-action-button[hidden]{display:none}
.filepond--action-edit-item.filepond--action-edit-item{width:2em;height:2em;padding:.1875em}
.filepond--action-edit-item.filepond--action-edit-item[data-align*=center]{margin-left:-.1875em}
.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom]{margin-bottom:-.1875em}
.filepond--action-edit-item-alt{border:none;line-height:inherit;background:transparent;font-family:inherit;color:inherit;outline:none;padding:0;margin:0 0 0 .25em;pointer-events:all;position:absolute}
.filepond--action-edit-item-alt svg{width:1.3125em;height:1.3125em}
.filepond--action-edit-item-alt span{font-size:0;opacity:0}
.filepond--file-info{position:static;display:flex;flex-direction:column;align-items:flex-start;flex:1;margin:0 .5em 0 0;min-width:0;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.filepond--file-info *{margin:0}
.filepond--file-info .filepond--file-info-main{font-size:.75em;line-height:1.2;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%}
.filepond--file-info .filepond--file-info-sub{font-size:.625em;opacity:.5;transition:opacity .25s ease-in-out;white-space:nowrap}
.filepond--file-info .filepond--file-info-sub:empty{display:none}
.filepond--file-status{position:static;display:flex;flex-direction:column;align-items:flex-end;flex-grow:0;flex-shrink:0;margin:0;min-width:2.25em;text-align:right;will-change:transform,opacity;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.filepond--file-status *{margin:0;white-space:nowrap}
.filepond--file-status .filepond--file-status-main{font-size:.75em;line-height:1.2}
.filepond--file-status .filepond--file-status-sub{font-size:.625em;opacity:.5;transition:opacity .25s ease-in-out}
.filepond--file-wrapper.filepond--file-wrapper{border:none;margin:0;padding:0;min-width:0;height:100%}
.filepond--file-wrapper.filepond--file-wrapper>legend{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}
.filepond--file{position:static;display:flex;height:100%;align-items:flex-start;padding:.5625em;color:#fff;border-radius:.5em}
.filepond--file .filepond--file-status{margin-left:auto;margin-right:2.25em}
.filepond--file .filepond--processing-complete-indicator{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:3}
.filepond--file .filepond--file-action-button,.filepond--file .filepond--processing-complete-indicator,.filepond--file .filepond--progress-indicator{position:absolute}
.filepond--file [data-align*=left]{left:.5625em}
.filepond--file [data-align*=right]{right:.5625em}
.filepond--file [data-align*=center]{left:calc(50% - .8125em)}
.filepond--file [data-align*=bottom]{bottom:1.125em}
.filepond--file [data-align=center]{top:calc(50% - .8125em)}
.filepond--file .filepond--progress-indicator{margin-top:.1875em}
.filepond--file .filepond--progress-indicator[data-align*=right]{margin-right:.1875em}
.filepond--file .filepond--progress-indicator[data-align*=left]{margin-left:.1875em}
[data-filepond-item-state*=error] .filepond--file-info,[data-filepond-item-state*=invalid] .filepond--file-info,[data-filepond-item-state=cancelled] .filepond--file-info{margin-right:2.25em}
[data-filepond-item-state~=processing] .filepond--file-status-sub{opacity:0}
[data-filepond-item-state~=processing] .filepond--action-abort-item-processing~.filepond--file-status .filepond--file-status-sub{opacity:.5}
[data-filepond-item-state=processing-error] .filepond--file-status-sub{opacity:0}
[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing~.filepond--file-status .filepond--file-status-sub{opacity:.5}
[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg{-webkit-animation:fall .5s linear .125s both;animation:fall .5s linear .125s both}
[data-filepond-item-state=processing-complete] .filepond--file-status-sub{opacity:.5}
[data-filepond-item-state=processing-complete] .filepond--file-info-sub,[data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden])~.filepond--file-status .filepond--file-status-sub{opacity:0}
[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing~.filepond--file-info .filepond--file-info-sub{opacity:.5}
[data-filepond-item-state*=error] .filepond--file-wrapper,[data-filepond-item-state*=error] .filepond--panel,[data-filepond-item-state*=invalid] .filepond--file-wrapper,[data-filepond-item-state*=invalid] .filepond--panel{-webkit-animation:shake .65s linear both;animation:shake .65s linear both}
[data-filepond-item-state*=busy] .filepond--progress-indicator svg{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}
@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
@-webkit-keyframes shake{10%,90%{transform:translateX(-.0625em)}20%,80%{transform:translateX(.125em)}30%,50%,70%{transform:translateX(-.25em)}40%,60%{transform:translateX(.25em)}}
@keyframes shake{10%,90%{transform:translateX(-.0625em)}20%,80%{transform:translateX(.125em)}30%,50%,70%{transform:translateX(-.25em)}40%,60%{transform:translateX(.25em)}}
@-webkit-keyframes fall{0%{opacity:0;transform:scale(.5);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}70%{opacity:1;transform:scale(1.1);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}to{transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}
@keyframes fall{0%{opacity:0;transform:scale(.5);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}70%{opacity:1;transform:scale(1.1);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}to{transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}
.filepond--hopper[data-hopper-state=drag-over]>*{pointer-events:none}
.filepond--hopper[data-hopper-state=drag-over]:after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:100}
.filepond--progress-indicator{z-index:103}
.filepond--file-action-button{z-index:102}
.filepond--file-status{z-index:101}
.filepond--file-info{z-index:100}
.filepond--item{position:absolute;top:0;left:0;right:0;z-index:1;padding:0;margin:.25em;will-change:transform,opacity}
.filepond--item>.filepond--panel{z-index:-1}
.filepond--item>.filepond--panel .filepond--panel-bottom{box-shadow:0 .0625em .125em -.0625em rgba(0,0,0,.25)}
.filepond--item>.filepond--file-wrapper,.filepond--item>.filepond--panel{transition:opacity .15s ease-out}
.filepond--item[data-drag-state]{cursor:-webkit-grab;cursor:grab}
.filepond--item[data-drag-state]>.filepond--panel{transition:box-shadow .125s ease-in-out;box-shadow:0 0 0 transparent}
.filepond--item[data-drag-state=drag]{cursor:-webkit-grabbing;cursor:grabbing}
.filepond--item[data-drag-state=drag]>.filepond--panel{box-shadow:0 .125em .3125em rgba(0,0,0,.325)}
.filepond--item[data-drag-state]:not([data-drag-state=idle]){z-index:2}
.filepond--item-panel{background-color:#64605e}
[data-filepond-item-state=processing-complete] .filepond--item-panel{background-color:#369763}
[data-filepond-item-state*=error] .filepond--item-panel,[data-filepond-item-state*=invalid] .filepond--item-panel{background-color:#c44e47}
.filepond--item-panel{border-radius:.5em;transition:background-color .25s}
.filepond--list-scroller{position:absolute;top:0;left:0;right:0;margin:0;will-change:transform}
.filepond--list-scroller[data-state=overflow] .filepond--list{bottom:0;right:0}
.filepond--list-scroller[data-state=overflow]{overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;-webkit-mask:linear-gradient(180deg,#000 calc(100% - .5em),transparent);mask:linear-gradient(180deg,#000 calc(100% - .5em),transparent)}
.filepond--list-scroller::-webkit-scrollbar{background:transparent}
.filepond--list-scroller::-webkit-scrollbar:vertical{width:1em}
.filepond--list-scroller::-webkit-scrollbar:horizontal{height:0}
.filepond--list-scroller::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:99999px;border:.3125em solid transparent;background-clip:content-box}
.filepond--list.filepond--list{position:absolute;top:0;margin:0;padding:0;list-style-type:none;will-change:transform}
.filepond--list{left:.75em;right:.75em}
.filepond--root[data-style-panel-layout~=integrated]{width:100%;height:100%;max-width:none;margin:0}
.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root{border-radius:0}
.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root>*,.filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root>*{display:none}
.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{bottom:0;height:auto;display:flex;justify-content:center;align-items:center;z-index:7}
.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel,.filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel{display:none}
.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller,.filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller{overflow:hidden;height:100%;margin-top:0;margin-bottom:0}
.filepond--root[data-style-panel-layout~=compact] .filepond--list,.filepond--root[data-style-panel-layout~=integrated] .filepond--list{left:0;right:0;height:100%}
.filepond--root[data-style-panel-layout~=compact] .filepond--item,.filepond--root[data-style-panel-layout~=integrated] .filepond--item{margin:0}
.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper,.filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper{height:100%}
.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label,.filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label{z-index:7}
.filepond--root[data-style-panel-layout~=circle]{border-radius:99999rem;overflow:hidden}
.filepond--root[data-style-panel-layout~=circle]>.filepond--panel{border-radius:inherit}
.filepond--root[data-style-panel-layout~=circle]>.filepond--panel>*{display:none}
.filepond--root[data-style-panel-layout~=circle] .filepond--file-info,.filepond--root[data-style-panel-layout~=circle] .filepond--file-status{display:none}
.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item{opacity:1!important;visibility:visible!important}
@media not all and (-webkit-min-device-pixel-ratio:0), not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.filepond--root[data-style-panel-layout~=circle]{will-change:transform}}}
.filepond--panel-root{border-radius:.5em;background-color:#f1f0ef}
.filepond--panel{position:absolute;left:0;top:0;right:0;margin:0;height:100%!important;pointer-events:none}
.filepond-panel:not([data-scalable=false]){height:auto!important}
.filepond--panel[data-scalable=false]>div{display:none}
.filepond--panel[data-scalable=true]{transform-style:preserve-3d;background-color:transparent!important;border:none!important}
.filepond--panel-bottom,.filepond--panel-center,.filepond--panel-top{position:absolute;left:0;top:0;right:0;margin:0;padding:0}
.filepond--panel-bottom,.filepond--panel-top{height:.5em}
.filepond--panel-top{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;border-bottom:none!important}
.filepond--panel-top:after{content:"";position:absolute;height:2px;left:0;right:0;bottom:-1px;background-color:inherit}
.filepond--panel-bottom,.filepond--panel-center{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-origin:left top;transform:translate3d(0,.5em,0)}
.filepond--panel-bottom{border-top-left-radius:0!important;border-top-right-radius:0!important;border-top:none!important}
.filepond--panel-bottom:before{content:"";position:absolute;height:2px;left:0;right:0;top:-1px;background-color:inherit}
.filepond--panel-center{height:100px!important;border-top:none!important;border-bottom:none!important;border-radius:0!important}
.filepond--panel-center:not([style]){visibility:hidden}
.filepond--progress-indicator{position:static;width:1.25em;height:1.25em;color:#fff;margin:0;pointer-events:none;will-change:transform,opacity}
.filepond--progress-indicator svg{width:100%;height:100%;vertical-align:top;transform-box:fill-box}
.filepond--progress-indicator path{fill:none;stroke:currentColor}
.filepond--list-scroller{z-index:6}
.filepond--drop-label{z-index:5}
.filepond--drip{z-index:3}
.filepond--root>.filepond--panel{z-index:2}
.filepond--browser{z-index:1}
.filepond--root{box-sizing:border-box;position:relative;margin-bottom:1em;font-size:1rem;line-height:normal;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:450;text-align:left;text-rendering:optimizeLegibility;direction:ltr;contain:layout style size}
.filepond--root *{box-sizing:inherit;line-height:inherit}
.filepond--root :not(text){font-size:inherit}
.filepond--root[data-disabled]{pointer-events:none}
.filepond--root[data-disabled] .filepond--list-scroller{pointer-events:all}
.filepond--root[data-disabled] .filepond--list{pointer-events:none}
.filepond--root .filepond--drop-label{min-height:4.75em}
.filepond--root .filepond--list-scroller{margin-top:1em;margin-bottom:1em}
.filepond--root .filepond--credits{position:absolute;right:0;opacity:.175;line-height:.85;font-size:11px;color:inherit;text-decoration:none;z-index:3;bottom:-14px}
.filepond--root .filepond--credits[style]{top:0;bottom:auto;margin-top:14px}
/*!
 * FilePondPluginImagePreview 4.6.10
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
/* eslint-disable */
.filepond--image-preview-markup {
  position: absolute;
  left: 0;
  top: 0;
}
.filepond--image-preview-wrapper {
  z-index: 2;
}
.filepond--image-preview-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 5rem;
  max-height: 7rem;
  margin: 0;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filepond--image-preview-overlay svg {
  width: 100%;
  height: auto;
  color: inherit;
  max-height: inherit;
}
.filepond--image-preview-overlay-idle {
  mix-blend-mode: multiply;
  color: rgba(40, 40, 40, 0.85);
}
.filepond--image-preview-overlay-success {
  mix-blend-mode: normal;
  color: rgba(54, 151, 99, 1);
}
.filepond--image-preview-overlay-failure {
  mix-blend-mode: normal;
  color: rgba(196, 78, 71, 1);
}
/* disable for Safari as mix-blend-mode causes the overflow:hidden of the parent container to not work */
@supports (-webkit-marquee-repetition: infinite) and
  ((-o-object-fit: fill) or (object-fit: fill)) {
  .filepond--image-preview-overlay-idle {
    mix-blend-mode: normal;
  }
}
.filepond--image-preview-wrapper {
  /* no interaction */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  /* have preview fill up all available space */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0;

  /* radius is .05em less to prevent the panel background color from shining through */
  border-radius: 0.45em;
  overflow: hidden;

  /* this seems to prevent Chrome from redrawing this layer constantly */
  background: rgba(0, 0, 0, 0.01);
}
.filepond--image-preview {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex; /* this aligns the graphic vertically if the panel is higher than the image */
  align-items: center;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: #222;

  /* will be animated */
  will-change: transform, opacity;
}
.filepond--image-clip {
  position: relative;
  overflow: hidden;
  margin: 0 auto;

  /* transparency indicator (currently only supports grid or basic color) */
}
.filepond--image-clip[data-transparency-indicator='grid'] img,
.filepond--image-clip[data-transparency-indicator='grid'] canvas {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' fill='%23eee'%3E%3Cpath d='M0 0 H50 V50 H0'/%3E%3Cpath d='M50 50 H100 V100 H50'/%3E%3C/svg%3E");
  background-size: 1.25em 1.25em;
}
.filepond--image-bitmap,
.filepond--image-vector {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
}
.filepond--root[data-style-panel-layout~='integrated']
  .filepond--image-preview-wrapper {
  border-radius: 0;
}
.filepond--root[data-style-panel-layout~='integrated']
  .filepond--image-preview {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--image-preview-wrapper {
  border-radius: 99999rem;
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--image-preview-overlay {
  top: auto;
  bottom: 0;
  transform: scaleY(-1);
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--file
  .filepond--file-action-button[data-align*='bottom']:not([data-align*='center']) {
  margin-bottom: 0.325em;
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--file
  [data-align*='left'] {
  left: calc(50% - 3em);
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--file
  [data-align*='right'] {
  right: calc(50% - 3em);
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--progress-indicator[data-align*='bottom'][data-align*='left'],
.filepond--root[data-style-panel-layout~='circle']
  .filepond--progress-indicator[data-align*='bottom'][data-align*='right'] {
  margin-bottom: calc(0.325em + 0.1875em);
}
.filepond--root[data-style-panel-layout~='circle']
  .filepond--progress-indicator[data-align*='bottom'][data-align*='center'] {
  margin-top: 0;
  margin-bottom: 0.1875em;
  margin-left: 0.1875em;
}
.shed-form {
    padding: 0 35px;
}
.shed-choices {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #ececec;
    border-radius: 5px;
}
.shed-choices img {
    margin: auto;
    padding: 10px;
}
.top {
    display: flex;
}
.bottom {
    display: flex;
}
.bottom .inputs {
    margin: auto;
}
.img-selected {
    margin: auto;
    display: flex;
    flex-direction: column;
}
.img-selected .inputs select {
    width: 180px;
}
#shed-options .shed-choices {
    box-shadow: inset -10px -10px 7px -5px rgba(255, 255, 255, 0.32),
    inset 10px 10px 5px -5px rgba(208, 208, 208, 0.82);
}
.shed-choices .shed-option {
    border-radius: 10px;
    box-shadow: -15px -20px 40px 0 rgba(255, 255, 255, 0.7),
    20px 20px 40px 0 rgba(208, 208, 208, 0.82);
    width: 250px;
    height: 165px;
}
.shed-choices .shed-option:hover {
//-moz-box-shadow:    inset 0 0 10px #bdbdbd;
//-webkit-box-shadow: inset 0 0 10px #bdbdbd;
//box-shadow:         inset 0 0 10px #bdbdbd;
    box-shadow: inset -10px -10px 7px -5px rgba(255, 255, 255, 0.32),
    inset 10px 10px 5px -5px rgba(208, 208, 208, 0.82);
}
.shed-choices .shed-option img { /* Safari */
    transition: 500ms ease, height .5s, line-height .5s !important;
}
.shed-choices .shed-option:hover img, .shed-choices .shed-option:hover label, .shed-choices .shed-option:hover i {
    transform: scale(1.1);
}
.shed-option .l-label {
    margin: auto; /* Safari */
    transition: 500ms ease, height .5s, line-height .5s !important;
}
.shed-option label {
    width: 300px;
}
.shed-option div {
    /*width: 250px;*/
    width: inherit;
    margin-left: -30px;
    padding: 15px;

}
.input-details {
    display: flex;
    flex-direction: column;
    /*padding: 10px 0;*/
    padding-bottom: 10px;
    margin: auto;
}
.input-details img {
    margin-left: 100px;
}
.input-selects {
    display: flex;
}
.input-labels {
    margin-bottom: 5px;
}
.l-label {
    font-weight: 700;
    font-size: 17px;
    color: #000000;
}
.inputs {
    display: flex;
    flex-direction: column;
}
.inputs input[type='text'], .inputs select {
    width: 215px;
    padding: 2px;
    border: 1px solid #d8d8d8;
}
.inputs input[type='radio'], .inputs input[type='checkbox'] {
    transform: scale(1.1);
}
.input-details span {
    color: indianred;
}
.label-small {
    font-style: italic;
    font-size: 14px;
    color: #aaa;
    line-height: 17px;
}
.label-header {
    font-weight: 600;
    font-size: 20px;
    font-family: oswald;
}
.required {
    background-color: lemonchiffon;
    padding: 20px;
}
.required p {
    font-style: italic;
    margin: 0;
    color: indianred;
}
.input-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}
.sheds {
    display: flex;
    flex-direction: column;
}
.option {
    margin: auto;
}
.option img {
    margin: 70px;
}
.mr-5 {
    margin-right: 10px;
}
.mt-5 {
    margin-top: 5px;
}
.inputs-pic {
    display: flex;
}
.img {
    margin-top: 20px;
}
.question {
    display: flex;
}
.mk-5 {
    margin-left: 10px;
    font-weight: 600;
    color: red;
    font-size: 20px;
}
.shed-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.i-groups {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.075) !important;
    border-radius: 5px;
    padding: 10px;
}
.preview-shed {
    background-color: #525659;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.pdf-shadow { /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */ /* Firefox 3.5 - 3.6 */
    box-shadow: 0 0 20px #171717; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
.shed-pdf {
    width: 1588px;
    height: 1300px;
    background-color: #FFFFFF;
    margin: auto;
    padding: 35px;
    display: flex;
    flex-direction: column;
}
.shed-img {
    margin: auto;
}
.shed-details {
    display: flex;
    max-height: 110px;
    align-self: flex-end;
    border: 1px solid #000;
}
.detail {
    padding: 5px;
}
.detail:nth-child(1) {
    display: flex;
}
.detail:nth-child(2) {
    border-left: 1px solid;
    border-right: 1px solid;
    width: 200px;
}
.detail:nth-child(3) {
    border-right: 1px solid;
    width: 200px;
    display: flex;
    flex-direction: column;
}
.detail:nth-child(4) {
    border-right: 1px solid;
    width: 220px;
    display: flex;
    flex-direction: column;
}
.detail:nth-child(5) {
    width: 170px;
    display: flex;
    flex-direction: column;
}
.detail:nth-child(6) {
    border-left: 1px solid;
    border-right: 1px solid;
    max-width: 270px;
    display: flex;
    flex-direction: column;
}
.detail:nth-child(7) {
    display: flex;
    flex-direction: column;
}
.detail:nth-child(8) {
    border-left: 1px solid;
    width: 110px;
}
.detail:nth-child(1) img {
    margin: auto;
}
.detail:nth-child(3) p:nth-child(1) {
    font-weight: 600;
    margin: auto;
    text-transform: uppercase;
}
.detail:nth-child(3) p:nth-child(2) {
    font-weight: 600;
    margin: auto;
    font-size: 17px;
}
.detail:nth-child(4) p {
    margin: auto;
    text-align: center;
}
.detail:nth-child(6) p {
    text-align: center;
    font-size: 9px;
    font-weight: 600;
    margin: auto;
}
.detail:nth-child(7) p {
    margin: auto;
}
.plan {
    margin: auto;
    display: flex;
    flex-direction: column;
}
.plan p {
    margin: 0;
}
.plan small {
    margin: auto;
}
.detail .detail-content {
    display: flex;
    flex-direction: column;
}
.detail-content p {
    margin: auto;
    font-weight: 600;
}
.detail-content:nth-child(1) {
    border-bottom: 1px solid;
}
.a3 {
    font-size: 18px;
}
.fwn {
    font-weight: 500 !important;
}
.fwb {
    font-weight: 600 !important;
}
.fsmall {
    font-size: 12px;
}
.cap {
    text-transform: uppercase;
}
.council .nav-link {
    padding: 0 1rem !important;
}
.text-black {
    color: #0c0c0c;
    font-weight: 600;
}
#preview-option {
    display: none;
}
#change {
    font-weight: 600;
    color: #000000;
}
#selected_shed {
    font-weight: 600;
    font-size: 18px;
}
.shed-form .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1e7141;
}
.btn-primary {
    color: #fff !important;
    background-color: #1e7141;
    border-color: #2ca867;
}
.btn-primary:hover {
    color: #fff;
    background-color: #2d9b59;
    border-color: #1e7141;
}
.text-green {
    color: #2d9b59;
}
.shed-option {
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 20px; /* Safari */
    transition: 500ms ease, height .5s, line-height .5s !important;
}
#spec { /* Safari */
    transition: 500ms ease, height .5s, line-height .5s !important;
}
#spec:hover {
    color: #1e7141;
    text-decoration: none;
}
.popover-block-container .popover-icon {
      background: none;
      color: green;
      border: none;
      padding: 0;
      outline: none;
      cursor: pointer;
  }
.popover-block-container .popover-icon i {
    color: #04a0b2;
    text-align: center;
    margin-top: 4px;
}
.popover-header {
    display: none;
}
.popover {
    max-width: 1000px;
    border-radius: 6px;
    border: none;
    box-shadow: 0 0 6px 1px #eee;
}
.popover-body {
    border: none;
    padding: 20px 49.4px 24px 24px;
    color: #000000;
    font-size: 15px;
    font-style: italic;
    z-index: 2;
    line-height: 1.53;
    letter-spacing: 0.1px;
    max-height: 900px;
    overflow-y: scroll;
}
/*
 *  STYLE 2
 */
.popover-body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}
.popover-body::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}
.popover-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #1e7141;
}
.popover-body .popover-close {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 1;
}
.popover-body .popover-close .material-icons {
    font-size: 16px;
    font-weight: bold;
    color: #04a0b2;
}
.shed-headers {
    display: flex;
    justify-content: space-between;
}
.front-measure {
    margin-top: 47px;
    border-top: 1px solid #0c0c0c;
    border-bottom: 1px solid #0c0c0c;
    width: 20px;
    height: 150px;
    padding: 0 10px;
    display: flex;
}
.rear-measure {
    margin-top: 56px;
    border-top: 1px solid #0c0c0c;
    border-bottom: 1px solid #0c0c0c;
    width: 20px;
    height: 140px;
    padding: 0 10px;
    display: flex;
}
.rotatef {
    transform: rotate(-90deg);
    /*height: 100%;*/
    margin: auto;
    /*margin-left: -2px;*/

}
.rotater {
    transform: rotate(-90deg);
    margin: auto;

}
.rotates {
    margin: auto;
}
.rotated {
    margin: auto;
}
.line {
    margin-left: auto;
    /*margin-right: 53px;*/
    display: flex;
    flex-direction: column;
    border-left: 1px solid;
    border-right: 1px solid;
}
.vlf {
    border-left: 1px solid #0c0c0c;
    height: inherit;
    margin-right: -30px;
}
.vlr {
    border-left: 1px solid #0c0c0c;
    height: inherit;
}
.vld {
    border-bottom: 1px solid #0c0c0c;
    width: 179px;
    margin-bottom: 10px;
}
.vls {
    border-bottom: 1px solid #0c0c0c;
    width: 338px;
    margin-bottom: 10px;
}
.none {
    display: none;
}
#front_height_selected, #rear_height_selected, #depth_selected, #spacing_selected, #roof_pitch_selected{
    text-decoration: none;
    color: #000000;
}
.tabs {
    display: flex;
    flex-direction: column;
}
.tabs .nav-pills {
    margin: auto;
}
.upper {
    display: flex;
}
.depth-measure {
    transform: rotate(-12deg);
    display: flex;
    flex-direction: column;
}
.head-input {
    margin: auto;
    display: flex;
    flex-direction: column;
}
#pills-tabContent {
    margin-bottom: 40px;
}
#body {
    scroll-behavior: auto;
}
.shed-option {
    cursor: pointer;
}
.mb5 {
    margin-bottom: 5px;
}
#notes {
    width: 265px !important;
}
.invalid-feedback {
    display: block !important;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #e3342f;
}
.is-invalid {
    border-color: #e3342f !important;
}
.lower {
    display: flex;
}
#spacing {
    margin-left: 28px;
}
.mr0 {
    margin-right: 8px !important;
}
.mtn {
    margin-top: -25px;
}
.extra {
    margin: auto;
}
.owl-carousel .item {
      height: 40rem;
      background: transparent;
      margin: 0;
      padding: 0;
  }
.btns {

    display: table;
    margin:auto;
    margin-bottom: 50px;

}
.customNextBtn, .customPreviousBtn {
    float: right;
    background: #2d9070;
    color: #fff;
    padding: 10px;
    margin-left: 5px;
    cursor: pointer;
}
.afs {
      display: flex;
  }
.section {
    max-width: 400px;
    margin: auto;
}
.primary {
    color: #1e7141;
}
.construction {
    display: flex;
}
.construction img {
    margin: auto;
}
.job-row {
    display: flex;
    flex-direction: column;
    background-color: #F2F2F2;
    margin-bottom: 15px;

}
.job-row p {
    margin-bottom: 0;
}
.job-row p:nth-child(2) {
    margin-left: auto;
}
.p-2-5 {
    padding: 10px;
}
.job-info {
    display: flex;
    justify-content: space-between;
}
.sleep-cabin, .shed-shelter {
    display: none;
}
.badge-success {
    background-color: #01c34e !important;
}
#map {
    height: 400px;
    width: 100%;
}
.shed-selected {
    display: flex;
}
.shed-selected-desc {
    width: 100%;
}
.nav-item a {
    color: #0c0c0c !important;
}
.sleep-out-cabin-plan {
    display: flex;
}
.sleep-out-cabin-plan img {
    margin: auto;
}
.m-label {
    font-weight: 600;
    font-family: oswald, 'sans-serif';
    color: #1e7141;
}
.sleep-cabin-container img {
    border-radius: 10px !important;
}
.color-option {
    display: flex;
    flex-wrap: wrap;
    width: 35%;
}
.color-steel {
    padding: 20px;
    width: 100px;
    height: 100px;
    margin: 5px;
}
.change-shed-selected, .change-cabin-selected {
    font-weight: 600;
    color: #1e7141;
}
#shed, #shelter, #cabin, .change-cat, #view-prelim {
    display: none;
}
#show-prelim-tab, #my-build-tab, #order-tab {
    display: none;
}
.inputs .alert {
    padding: 5px 5px;
    font-size: 13px;
}
.inputs .close {
    font-size: 17px;
    color: #ffffff !important;
    margin-left: 5px;
}
.shed-disclaimer {
    display: flex;
    flex-direction: column;
}
.shed-disclaimer p {
    margin: auto;
}
.fsm {
    font-size: 15px;
}
.shed-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#overlay {
    transform: rotate(-57deg);
}
#text {
    position: absolute;
    width: 100%;
    top: 75%;
    left: 50%;
    font-size: 105px;
    color: #e8e8e8f0;
    font-weight: 600;
    transform: translate(-60%, 135%);
    text-transform: uppercase;
    -ms-transform: translate(-50%, -50%);
    opacity: 0.6;
}
#plan_img {
    font-size: 40px;
}
.building-type {
    color: #000000;
    font-family: Nunito, 'sans-serif';
    font-weight: 600;
    font-size: 15px;
}
.cabin-selectable {
    text-decoration: none !important;
}
.change-cabins {
    display: flex;
}
.change-cabins .cabin_box {
    display: flex;
    flex-direction: column;
    width: 150px;
    margin: auto;
    background-color: #efefef;
    padding: 10px;
    border-radius: 10px; /* Safari */
    transition: 500ms ease, height .5s, line-height .5s !important;
}
.cabin_box:hover {
    cursor: pointer;
    transform: scale(1.1);
}
#preview-option .shed-choices {
    flex-direction: row;
}
.header {
    display: flex;
    flex-direction: column;
}
.category-container {
    display: flex;
}
.building-category {
    margin: auto; /* Safari */
    transition: 500ms ease, height .5s, line-height .5s !important;
}
.building-category:hover {
    cursor: pointer;
    transform: scale(1.1);
}
.fse {
    font-size: 18px;
}
.select-category {
    display: flex;
    flex-direction: column;
}
.select-category h1 {
    margin: auto;
}
/*------------------------*/
input:focus,
  button:focus,
  .form-control:focus {
      outline: none;
      box-shadow: none;
  }
.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
}
/*----------step-wizard------------*/
.d-flex {
    display: flex;
}
.justify-content-center {
    justify-content: center;
}
.align-items-center {
    align-items: center;
}
/*---------signup-step-------------*/
.bg-color {
    background-color: #333;
}
.signup-step-container {
    padding: 30px 0;
}
.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}
.wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}
.order-wizard .connecting-line {
    width: 50%;
}
.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 65%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}
span.round-tab i {
    color: #555555;
}
.wizard li.active span.round-tab {
    background: #1E7141;
    color: #fff;
    border-color: #1E7141;
}
.wizard li.active span.round-tab i {
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i {
    color: #1E7141;
}
.wizard .nav-tabs > li {
    width: 32%;
}
.order-wizard .nav-tabs > li {
    width: 50%;
}
.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}
.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.wizard .nav-tabs > li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}
.wizard .nav-tabs > li a:hover {
    background: transparent;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}
.wizard h3 {
    margin-top: 0;
}
.prev-step,
.next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}
.next-step {
    background-color: #1E7141;
    color: #ffffff;
}
.skip-btn {
    background-color: #cec12d;
}
.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.term-check {
    font-size: 14px;
    font-weight: 400;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.footer-link {
    margin-top: 30px;
}
.all-info-container {

}
.list-content {
    margin-bottom: 10px;
}
.list-content a {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}
.list-content a[aria-expanded="true"] i {
    transform: rotate(180deg);
}
.list-content a i {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}
.list-box {
    padding: 10px;
}
.signup-logo-header .logo_area {
    width: 200px;
}
.signup-logo-header .nav > li {
    padding: 0;
}
.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-inline li {
    display: inline-block;
}
.pull-right {
    float: right;
}
/*!*-----------custom-checkbox-----------*!*/
/*!*----------Custom-Checkbox---------*!*/
/*input[type="checkbox"] {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    margin-right: 5px;*/
/*}*/
/*input[type="checkbox"]::before,*/
/*input[type="checkbox"]::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    display: inline-block;*/
/*}*/
/*input[type="checkbox"]::before {*/
/*    height: 16px;*/
/*    width: 16px;*/
/*    border: 1px solid #999;*/
/*    left: 0px;*/
/*    top: 0px;*/
/*    background-color: #fff;*/
/*    border-radius: 2px;*/
/*}*/
/*input[type="checkbox"]::after {*/
/*    height: 5px;*/
/*    width: 9px;*/
/*    left: 4px;*/
/*    top: 4px;*/
/*}*/
/*input[type="checkbox"]:checked::after {*/
/*    content: "";*/
/*    border-left: 1px solid #fff;*/
/*    border-bottom: 1px solid #fff;*/
/*    transform: rotate(-45deg);*/
/*}*/
/*input[type="checkbox"]:checked::before {*/
/*    background-color: #1E7141;*/
/*    border-color: #1E7141;*/
/*}*/
@media (max-width: 767px) {
    .sign-content h3 {
        font-size: 40px;
    }
    .wizard .nav-tabs > li a i {
        display: none;
    }
    .signup-logo-header .navbar-toggle {
        margin: 0;
        margin-top: 8px;
    }
    .signup-logo-header .logo_area {
        margin-top: 0;
    }
    .signup-logo-header .header-flex {
        display: block;
    }
}
.view-prelim {
    display: flex;
}
.view-prelim img {
    width: 200px;
    margin: auto;
    border-color: #1E7141;
    box-shadow: 0 0 10px #1E7141;
    border-radius: 10px;
    padding: 10px;
}
.extras .l-label span {
    color: darkgrey;
    font-weight: 500;
    font-size: 16px
}
.order-details {
    display: flex;
}
.order-summary-card {
    padding: 20px;
}
.subtotal-card {
    padding: 10px;
}
.subtotal-header {
    display: flex;
    justify-content: space-between;
}
.subtotal-header p {
    font-weight: 600;
}
.per-item {
    display: flex;
    justify-content: space-between;
}
.per-item p:nth-child(1) {
    font-weight: 600;
}
.payment-card {
    display: flex;
    flex-direction: column;
}
.card_holder_name, .card-number, .expiration, .cvc {
    display: flex;
    flex-direction: column;
}
.card-expiration-csv {
    display: flex;
}
.payment-card input {
    padding: 5px;
}
.review-cart {
    flex-grow: 5;
}
#summary-and-add-on {
    flex-grow: 2;
}
.subtotal {
    width: 300px !important;
}
.review-label, .review-content {
    display: flex;
    justify-content: space-between;
}
.order-render {
    display: flex;
}
.order-render .final-render {
    margin: 0 auto auto auto;
}
.free {
    color: #2caf2c;
}
.review {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.end {
    margin-left: auto;
}
.order-details .next-step {
    margin-top: 0 !important;
}
.lds-roller {
       display: inline-block;
       position: relative;
       width: 80px;
       height: 80px;
   }
.lds-roller div {
    -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    -webkit-animation-delay: -0.036s;
            animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    -webkit-animation-delay: -0.072s;
            animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    -webkit-animation-delay: -0.108s;
            animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    -webkit-animation-delay: -0.144s;
            animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    -webkit-animation-delay: -0.18s;
            animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    -webkit-animation-delay: -0.216s;
            animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    -webkit-animation-delay: -0.252s;
            animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    -webkit-animation-delay: -0.288s;
            animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@-webkit-keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#dailog {
    display: flex;
}
.loading {
    margin: auto;
}
.form-control[disabled] {
    background-color: #dcdcdc !important;
}
.color-select {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.earthy { /* Safari */
    transition: 500ms ease, height .5s, line-height .5s !important;
}
.earthy:hover {
    cursor: pointer !important;
    box-shadow: inset 0px 0px 0px 3px #28a745;
}
.color_selected {
    box-shadow: inset 0px 0px 0px 3px #28a745;
}
.earthy:nth-child(1) {
    background-color: #808080;
padding: 2px 7px 0 7px;
    border-radius: 5px;
}
.earthy:nth-child(2) {
    background-color: #2F2E2E;
padding: 2px 7px 0 7px;
    border-radius: 5px;
}
.earthy:nth-child(3) {
    background-color: #383833;
padding: 2px 7px 0 7px;
    border-radius: 5px;
}
.earthy:nth-child(4) {
    background-color: #4C4C4C;
padding: 2px 7px 0 7px;
    border-radius: 5px;
}
.earthy:nth-child(5) {
    background-color: #4C5663;
padding: 2px 7px 0 7px;
    border-radius: 5px;
}
.earthy:nth-child(6) {
    background-color: #708463;
padding: 2px 7px 0 7px;
    border-radius: 5px;
}
.earthy input[type="radio"] {
    opacity: 0.6;
}
/**** MONO PITCH *****/
/** ROLLER DOORS **/
.mp-1-1 {
    position: absolute;
    margin-top: -220px !important;
    width: 365px;
}
.mp-2-1 {
    position: absolute;
    margin-top: -206px !important;
    margin-left: 2px !important;
    width: 189px;
}
.mp-2-2 {
    position: absolute;
    margin-top: -219px !important;
    margin-left: 169px !important;
    width: 196px;
}
.mp-3-1 {
    position: absolute;
    margin-top: -202px !important;
    margin-left: 2px !important;
    width: 126px;
}
.mp-3-2 {
    position: absolute;
    margin-top: -210px !important;
    margin-left: 104px !important;
    width: 127px;
}
.mp-3-3 {
    position: absolute;
    margin-top: -220px !important;
    margin-left: 209px !important;
    width: 156px;
}
.mp-4-1 {
    position: absolute;
    margin-top: -146px !important;
    margin-left: 0px !important;
    width: 99px !important;
}
.mp-4-2 {
    position: absolute;
    margin-top: -149px !important;
    margin-left: 76px !important;
    width: 105px !important;
}
.mp-4-3 {
    position: absolute;
    margin-top: -155px !important;
    margin-left: 159px !important;
    width: 110px !important;
}
.mp-4-4 {
    position: absolute;
    width: 121px;
    margin-top: -160px !important;
    margin-left: 244px !important;
}
.mp-5-1 {
    position: absolute;
    width: 83px;
    margin-top: -126px !important;
    margin-left: 1px !important;
}
.mp-5-2 {
    position: absolute;
    width: 88px;
    margin-left: 61px !important;
    margin-top: -128px !important;
}
.mp-5-3 {
    position: absolute;
    width: 88px;
    margin-top: -132px !important;
    margin-left: 126px !important;
}
.mp-5-4 {
    position: absolute;
    width: 91px;
    margin-top: -135px !important;
    margin-left: 190px !important;
}
.mp-5-5 {
    position: absolute;
    width: 107px;
    margin-left: 258px !important;
    margin-top: -138px !important;
}
.mp-6-1 {
    position: absolute;
    width: 70px;
    margin-top: -111px !important;
}
.mp-6-2 {
    position: absolute;
    width: 73px;
    margin-left: 48px !important;
    margin-top: -112px !important;
}
.mp-6-3 {
    position: absolute;
    width: 75px;
    margin-left: 99px !important;
    margin-top: -114px !important;
}
.mp-6-4 {
    position: absolute;
    width: 79px;
    margin-left: 153px !important;
    margin-top: -116px !important;
}
.mp-6-5 {
    position: absolute;
    width: 87px;
    margin-left: 209px !important;
    margin-top: -118px !important;
}
.mp-6-6 {
    position: absolute;
    width: 92px;
    margin-left: 273px !important;
    margin-top: -123px !important;
}
/** PA DOORS **/
.mp-1-rh {
    position: absolute;
    margin-top: 62px !important;
    margin-left: 360px !important;
    width: 81px;
}
.mp-1-lh {
    position: absolute;
    margin-top: 66px !important;
    margin-left: 29px !important;
    width: 79px;
}
.mp-4-rh {
    position: absolute;
    width: 74px;
    margin-top: 44px !important;
    margin-left: 362px !important;
}
.mp-4-lh {
    position: absolute;
    width: 61px;
    margin-top: 53px !important;
    margin-left: 14px !important;
}
.mp-5-rh {
    position: absolute;
    width: 64px;
    margin-left: 363px !important;
    margin-top: 39px !important;
}
.mp-5-lh {
    position: absolute;
    width: 56px;
    margin-top: 45px !important;
    margin-left: 13px !important;
}
.mp-6-rh {
    position: absolute;
    margin-top: 35px !important;
    margin-left: 360px !important;
    width: 63px;
}
.mp-6-lh {
    position: absolute;
    width: 54px;
    margin-top: 43px !important;
    margin-left: 9px !important;
}
/** LINE MEASUREMENTS **/
.mp-1-fm {
    margin-top: 38px !important;
    height: 150px !important;
}
.mp-1-rm {
    margin-top: 46px !important;
    height: 143px !important;
}
.mp-1-bs {
    margin-top: -13px !important;
    transform: rotate(7deg) !important;
}
.mp-1-dm {
    transform: rotate(-13deg) !important;
}
.mp-1-vld {
    width: 179px !important;
}
.mp-1-mtn {
    margin-top: -14px !important;
}
.mp-4-fm {
    margin-top: 30px !important;
    height: 105px !important;
}
.mp-4-rm {
    margin-top: 35px !important;
    height: 100px !important;
}
.mp-4-bs {
    margin-top: -5px !important;
    transform: rotate(4deg) !important;
}
.mp-4-dm {
    transform: rotate(-9deg) !important;
}
.mp-4-vld {
    width: 173px !important;
}
.mp-4-mtn {
    margin-top: -8px !important;
}
.mp-5-fm {
    margin-top: 27px !important;
    height: 89px !important;
}
.mp-5-rm {
    margin-top: 31px !important;
    height: 84px !important;
}
.mp-5-bs {
    margin-top: -2px !important;
    transform: rotate(4deg) !important;
}
.mp-5-dm {
    transform: rotate(-8deg) !important;
}
.mp-5-mtn {
    margin-top: -3px !important;
}
.mp-6-fm {
    margin-top: 24px !important;
    height: 78px !important;
}
.mp-6-rm {
    margin-top: 28px !important;
    height: 72px !important;
}
.mp-6-bs {
    margin-top: -2px !important;
    transform: rotate(3deg) !important;
}
.mp-6-dm {
    transform: rotate(-7deg) !important;
}
.mp-6-mtn {
    margin-top: -4px !important;
}
.mp-vls {
    border-bottom: 1px solid #0c0c0c;
    width: 338px;
    margin-bottom: 10px;
}
/**** CANOPY ***/
.mp-1-f-c{
    position: absolute;
    width: 395px;
    margin-top: -237px !important;
    margin-left: -29px !important;
}
.mp-1-f-s{
    position: absolute;
    width: 576px;
    margin-top: -247px !important;
    margin-left: -42px !important;
}
.mp-4-f-c{
    position: absolute;
    width: 398px;
    margin-top: -171px !important;
    margin-left: -31px !important;
}
.mp-4-f-s{
    position: absolute;
    width: 568px;
    margin-top: -181px !important;
    margin-left: -33px !important;
}
.mp-5-f-c{
    position: absolute;
    width: 398px;
    margin-top: -148px !important;
    margin-left: -31px !important;
}
.mp-5-f-s{
    position: absolute;
    width: 563px;
    margin-top: -157px !important;
    margin-left: -30px !important;
}
.mp-6-f-c{
    position: absolute;
    width: 399px;
    margin-top: -131px !important;
    margin-left: -32px !important;
}
.mp-6-f-s{
    position: absolute;
    width: 567px;
    margin-top: -137px !important;
    margin-left: -32px !important;
}
/**** SIDE ENTRY ****/
/** ROLLER DOORS **/
.se-1-1 {
    position: absolute;
    width: 276px;
    margin-top: -172px !important;
    margin-left: 0px !important;
}
.se-2-1 {
    position: absolute;
    width: 142px;
    margin-top: -168px !important;
}
.se-2-2 {
    position: absolute;
    width: 160px;
    margin-left: 118px !important;
    margin-top: -170px !important;
}
.se-3-1 {
    position: absolute;
    width: 106px;
    margin-top: -168px !important;
}
.se-3-2 {
    position: absolute;
    width: 103px;
    margin-left: 83px !important;
    margin-top: -170px !important;
}
.se-3-3 {
    position: absolute;
    width: 112px;
    margin-left: 164px !important;
    margin-top: -170px !important;
}
.se-4-1 {
    position: absolute;
    width: 80px;
    margin-top: -108px !important;
}
.se-4-2 {
    position: absolute;
    width: 84px;
    margin-left: 57px !important;
    margin-top: -108px !important;
}
.se-4-3 {
    position: absolute;
    width: 82px;
    margin-left: 119px !important;
    margin-top: -109px !important;
}
.se-4-4 {
    position: absolute;
    width: 97px;
    margin-left: 178px !important;
    margin-top: -109px !important;
}
.se-5-1 {
    position: absolute;
    width: 69px;
    margin-top: -108px !important;
}
.se-5-2 {
    position: absolute;
    width: 72px;
    margin-top: -108px !important;
    margin-left: 47px !important;
}
.se-5-3 {
    position: absolute;
    width: 74px;
    margin-top: -109px !important;
    margin-left: 96px !important;
}
.se-5-4 {
    position: absolute;
    width: 76px;
    margin-top: -109px !important;
    margin-left: 147px !important;
}
.se-5-5 {
    position: absolute;
    width: 75px;
    margin-top: -109px !important;
    margin-left: 200px !important;
}
.se-6-1{
    position: absolute;
    width: 57px;
    margin-top: -109px !important;
}
.se-6-2{
    position: absolute;
    width: 62px;
    margin-left: 35px !important;
    margin-top: -109px !important;
}
.se-6-3{
    position: absolute;
    width: 64px;
    margin-left: 74px !important;
    margin-top: -109px !important;
}
.se-6-4{
    position: absolute;
    width: 67px;
    margin-top: -110px !important;
    margin-left: 116px !important;
}
.se-6-5{
    position: absolute;
    width: 68px;
    margin-left: 161px !important;
    margin-top: -111px !important;
}
.se-6-6{
    position: absolute;
    width: 69px;
    margin-left: 207px !important;
    margin-top: -111px !important;
}
/** PA DOORS **/
.se-1-lh {
    position: absolute;
    width: 74px;
    margin-top: 112px !important;
    margin-left: 16px !important;
}
.se-1-rh {
    position: absolute;
    width: 73px;
    margin-left: 282px !important;
    margin-top: 104px !important;
}
.se-4-lh{
    position: absolute;
    width: 57px;
    margin-left: 9px !important;
    margin-top: 58px !important;
}
.se-4-rh{
    position: absolute;
    width: 62px;
    margin-left: 272px !important;
    margin-top: 61px !important;
}
.se-5-rh {
    position: absolute;
    width: 59px;
    margin-left: 273px !important;
    margin-top: 59px !important;
}
.se-5-lh {
    position: absolute;
    width: 53px;
    margin-top: 63px !important;
    margin-left: 8px !important;
}
.se-6-lh{
    position: absolute;
    width: 45px;
    margin-top: 59px !important;
    margin-left: 5px !important;
}
.se-6-rh{
    position: absolute;
    width: 49px;
    margin-left: 270px !important;
    margin-top: 58px !important;
}
/** LINE MEASUREMENT **/
.se-1-fm {
    margin-top: 65px !important;
    height: 132px !important;
}
.se-1-rm {
    margin-top: 60px !important;
    height: 131px !important;
}
.se-1-bs {
    margin-top: -9px !important;
    transform: rotate(5deg) !important;
}
.se-1-dm {
    transform: rotate(-7deg) !important;
}
.se-1-vld {
    width: 257px !important;
}
.se-1-mtn {
    margin-top: -14px !important;
}
.se-4-fm {
    margin-top: 43px !important;
    height: 79px !important;
}
.se-4-rm {
    margin-top: 40px !important;
    height: 80px !important;
}
.se-4-bs {
    margin-top: -5px !important;
    transform: rotate(4deg) !important;
}
.se-4-dm {
    transform: rotate(-4deg) !important;
}
.se-4-vld {
    width: 255px !important;
}
.se-4-mtn {
    margin-top: -5px !important;
}
.se-5-fm {
    margin-top: 45px !important;
    height: 79px !important;
}
.se-5-rm {
    margin-top: 41px !important;
    height: 80px !important;
}
.se-5-bs {
    margin-top: -2px !important;
    transform: rotate(4deg) !important;
}
.se-5-dm {
    transform: rotate(-5deg) !important;
}
.se-5-vld {
    width: 255px !important;
}
.se-5-mtn {
    margin-top: -4px !important;
}
.se-6-fm {
    margin-top: 44px !important;
    height: 79px !important;
}
.se-6-rm {
    margin-top: 41px !important;
    height: 78px !important;
}
.se-6-bs {
    margin-top: -2px !important;
    transform: rotate(3deg) !important;
}
.se-6-dm {
    transform: rotate(-5deg) !important;
}
.se-6-vld {
    width: 255px !important;
}
.se-6-mtn {
    margin-top: -6px !important;
}
.se-vls {
    border-bottom: 1px solid #0c0c0c;
    width: 252px;
    margin-bottom: 10px;
}
/**** GABLE ENTRY *****/
/** ROLLER DOORS **/
/** ROLLER DOORS **/
/** PA DOORS **/
/** LINE MEASUREMENT **/
.ge-1-fm {
    margin-top: 72px !important;
    height: 124px !important;
}
.ge-1-rm {
    margin-top: 80px !important;
    height: 114px !important;
}
.ge-1-bs {
    margin-top: -9px !important;
    transform: rotate(5deg) !important;
}
.ge-1-dm {
    transform: rotate(-9deg) !important;
}
.ge-1-vld {
    width: 227px !important;
}
.ge-1-mtn {
    margin-top: -13px !important;
}
.ge-4-fm {
    margin-top: 52px !important;
    height: 69px !important;
}
.ge-4-rm {
    margin-top: 52px !important;
    height: 68px !important;
}
.ge-4-bs {
    margin-top: -5px !important;
    transform: rotate(4deg) !important;
}
.ge-4-dm {
    transform: rotate(-5deg) !important;
}
.ge-4-vld {
    width: 222px !important;
}
.ge-4-mtn {
    margin-top: -5px !important;
}
.ge-5-fm {
    margin-top: 46px !important;
    height: 78px !important;
}
.ge-5-rm {
    margin-top: 52px !important;
    height: 71px !important;
}
.ge-5-bs {
    margin-top: -2px !important;
    transform: rotate(4deg) !important;
}
.ge-5-dm {
    transform: rotate(-5deg) !important;
}
.ge-5-vld {
    width: 223px !important;
}
.ge-5-mtn {
    margin-top: -4px !important;
}
.ge-6-fm {
    margin-top: 48px !important;
    height: 75px !important;
}
.ge-6-rm {
    margin-top: 53px !important;
    height: 69px !important;
}
.ge-6-bs {
    margin-top: -2px !important;
    transform: rotate(3deg) !important;
}
.ge-6-dm {
    transform: rotate(-5deg) !important;
}
.ge-6-vld {
    width: 223px !important;
}
.ge-6-mtn {
    margin-top: -6px !important;
}
.ge-vls {
    border-bottom: 1px solid #0c0c0c;
    width: 287px;
    margin-bottom: 10px;
}
/***** American Barn *****/
/** ROLLER DOORS **/
.ge-1-1{
    position: absolute;
    width: 313px;
    margin-top: -192px !important;
}
.ge-2-1{
    position: absolute;
    width: 159px;
    margin-top: -192px !important;
}
.ge-2-2{
    position: absolute;
    width: 177px;
    margin-left: 135px !important;
    margin-top: -192px !important;
}
.ge-3-1{
    position: absolute;
    width: 114px;
    margin-top: -191px !important;
}
.ge-3-2{
    position: absolute;
    width: 121px;
    margin-left: 90px !important;
    margin-top: -191px !important;
}
.ge-3-3{
    position: absolute;
    width: 123px;
    margin-left: 189px !important;
    margin-top: -191px !important;
}
.ge-4-1{
    position: absolute;
    width: 87px;
    margin-top: -102px!important;
}
.ge-4-2{
    position: absolute;
    width: 92px;
    margin-left: 65px !important;
    margin-top: -102px !important;
}
.ge-4-3{
    position: absolute;
    width: 98px;
    margin-left: 135px !important;
    margin-top: -102px !important;
}
.ge-4-4{
    position: absolute;
    width: 102px;
    margin-left: 211px !important;
    margin-top: -102px !important;
}
.ge-5-1{
    position: absolute;
    width: 80px;
    margin-top: -97px !important;
}
.ge-5-2{
    position: absolute;
    width: 78px;
    margin-left: 58px !important;
    margin-top: -96px !important;
}
.ge-5-3{
    position: absolute;
    width: 82px;
    margin-left: 113px !important;
    margin-top: -97px !important;
}
.ge-5-4{
    position: absolute;
    width: 76px;
    margin-left: 173px !important;
    margin-top: -97px !important;
}
.ge-5-5{
    position: absolute;
    width: 85px;
    margin-left: 227px !important;
    margin-top: -97px !important;
}
.ge-6-1{
    position: absolute;
    width: 66px;
    margin-top: -97px !important;
}
.ge-6-2{
    position: absolute;
    width: 67px;
    margin-left: 44px !important;
    margin-top: -97px !important;
}
.ge-6-3{
    position: absolute;
    width: 68px;
    margin-left: 89px !important;
    margin-top: -97px !important;
}
.ge-6-4{
    position: absolute;
    width: 74px;
    margin-left: 135px !important;
    margin-top: -97px !important;
}
.ge-6-5{
    position: absolute;
    width: 74px;
    margin-left: 186px !important;
    margin-top: -97px !important;
}
.ge-6-6{
    position: absolute;
    width: 75px;
    margin-left: 237px !important;
    margin-top: -97px !important;
}
/** PA DOORS **/
.ge-1-lh{
    position: absolute;
    width: 66px;
    margin-top: 122px !important;
    margin-left: 16px !important;
}
.ge-1-rh{
    position: absolute;
    width: 76px;
    margin-left: 316px !important;
    margin-top: 131px !important;
}
.ge-4-lh{
    position: absolute;
    width: 53px;
    margin-top: 58px !important;
    margin-left: 10px !important;
}
.ge-4-rh{
    position: absolute;
    width: 50px;
    margin-left: 306px !important;
    margin-top: 63px !important;
}
.ge-5-lh{
    position: absolute;
    width: 48px;
    margin-top: 50px !important;
    margin-left: 9px !important;
}
.ge-5-rh{
    position: absolute;
    width: 50px;
    margin-left: 305px !important;
    margin-top: 58px !important;
}
.ge-6-lh{
    position: absolute;
    width: 43px;
    margin-top: 54px !important;
    margin-left: 8px !important;
}
.ge-6-rh{
    position: absolute;
    width: 45px;
    margin-left: 308px !important;
    margin-top: 57px !important;
}
/** LINE MEASUREMENT**/
.ab-1-fm {
    margin-top: 101px !important;
    height: 113px !important;
}
.ab-1-rm {
    margin-top: 113px !important;
    height: 96px !important;
}
.ab-1-bs {
    margin-top: -9px !important;
    transform: rotate(5deg) !important;
}
.ab-1-dm {
    transform: rotate(-8deg) !important;
}
.ab-1-vld {
    width: 227px !important;
}
.ab-1-mtn {
    margin-top: -13px !important;
}
.ab-4-fm {
    margin-top: 52px !important;
    height: 69px !important;
}
.ab-4-rm {
    margin-top: 52px !important;
    height: 68px !important;
}
.ab-4-bs {
    margin-top: -5px !important;
    transform: rotate(4deg) !important;
}
.ab-4-dm {
    transform: rotate(-5deg) !important;
}
.ab-4-vld {
    width: 222px !important;
}
.ab-4-mtn {
    margin-top: -5px !important;
}
.ab-5-fm {
    margin-top: 46px !important;
    height: 78px !important;
}
.ab-5-rm {
    margin-top: 52px !important;
    height: 71px !important;
}
.ab-5-bs {
    margin-top: -2px !important;
    transform: rotate(4deg) !important;
}
.ab-5-dm {
    transform: rotate(-5deg) !important;
}
.ab-5-vld {
    width: 223px !important;
}
.ab-5-mtn {
    margin-top: -4px !important;
}
.ab-6-fm {
    margin-top: 48px !important;
    height: 75px !important;
}
.ab-6-rm {
    margin-top: 53px !important;
    height: 69px !important;
}
.ab-6-bs {
    margin-top: -2px !important;
    transform: rotate(3deg) !important;
}
.ab-6-dm {
    transform: rotate(-5deg) !important;
}
.ab-6-vld {
    width: 223px !important;
}
.ab-6-mtn {
    margin-top: -6px !important;
}
.ab-vls {
    border-bottom: 1px solid #0c0c0c;
    width: 287px;
    margin-bottom: 10px;
}
/***** SLEEP OUT *****/
/** ROLLER DOORS **/
/** PA DOORS **/
/** LINE MEASUREMENT**/
.so-1-fm {
    margin-top: 101px !important;
    height: 113px !important;
}
.so-1-rm {
    margin-top: 113px !important;
    height: 96px !important;
}
.so-1-bs {
    margin-top: -9px !important;
    transform: rotate(5deg) !important;
}
.so-1-dm {
    transform: rotate(-8deg) !important;
}
.so-1-vld {
    width: 227px !important;
}
.so-1-mtn {
    margin-top: -13px !important;
}
.so-4-fm {
    margin-top: 52px !important;
    height: 69px !important;
}
.so-4-rm {
    margin-top: 52px !important;
    height: 68px !important;
}
.so-4-bs {
    margin-top: -5px !important;
    transform: rotate(4deg) !important;
}
.so-4-dm {
    transform: rotate(-5deg) !important;
}
.so-4-vld {
    width: 222px !important;
}
.so-4-mtn {
    margin-top: -5px !important;
}
.so-5-fm {
    margin-top: 46px !important;
    height: 78px !important;
}
.so-5-rm {
    margin-top: 52px !important;
    height: 71px !important;
}
.so-5-bs {
    margin-top: -2px !important;
    transform: rotate(4deg) !important;
}
.so-5-dm {
    transform: rotate(-5deg) !important;
}
.so-5-vld {
    width: 223px !important;
}
.so-5-mtn {
    margin-top: -4px !important;
}
.so-6-fm {
    margin-top: 48px !important;
    height: 75px !important;
}
.so-6-rm {
    margin-top: 53px !important;
    height: 69px !important;
}
.so-6-bs {
    margin-top: -2px !important;
    transform: rotate(3deg) !important;
}
.so-6-dm {
    transform: rotate(-5deg) !important;
}
.so-6-vld {
    width: 223px !important;
}
.so-6-mtn {
    margin-top: -6px !important;
}
.so-vls {
    border-bottom: 1px solid #0c0c0c;
    width: 287px;
    margin-bottom: 10px;
}
#shed_facades {
    display: flex;
}
#fully_closed {
    display: flex;
}
.w-l {
    width: 240px !important;
}
.shed-choices .shed-option img { /* Safari */
    transition: 500ms ease, height .5s, line-height .5s !important;
}
.shed-option i { /* Safari */
    transition: 500ms ease, height .5s, line-height .5s !important;
    margin: auto;
    font-size: 40px;
    color: #a5a5a5;
}
.border-dotted {
    border: 5px dotted #a5a5a5;
}
.file-input, .custom-file {
    display: none;
}
.select-own-design { /* Safari */
    transition: 500ms ease, height .5s, line-height .5s !important;
}
.select-own-design:hover { /* Safari */
    transition: 500ms ease, height .5s, line-height .5s !important;
}
#select-own-design {
    transform: scale(1.1);
    cursor: pointer;
}
.select-own-design {
    display: flex;
}
.select-own-design p {
    margin: auto;
}
#_own_design {
    display: none;
}
/* can be configured in tailwind.config.js */
.group:hover .group-hover\:block {
    display: block;
}
/* end group hover */
.breadcrumb {
    width: 100%;
    min-width: 320px;
    display: inline-block;
    overflow: hidden;
    /*border-radius: 5px;*/
    text-align: center;
}
.breadcrumb .item {
    position: relative;
    display: block;
    float: left;
    width: 33.333%;
    background: #E3E3E3;
    color: #3D3D3D;
    text-decoration: none;
    outline: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 44px;
    white-space: nowrap;
    padding: 0 20px 0 60px;
}
@media screen and (max-width: 991px) {
    .breadcrumb .item {
        font-size: 13px;
    }
}
@media screen and (max-width: 767px) {
    .breadcrumb .item {
        line-height: normal;
        text-align: center;
        padding-bottom: 4px;
        padding-left: 0;
        padding-right: 0;
    }
    .breadcrumb .item:not(.active) {
        padding-top: 2px;
        padding-bottom: 6px;
    }
}
.breadcrumb .item:first-child {
    border-radius: 0 0 0 5px;
}
.breadcrumb .item:first-child:before {
    left: 14px;
}
@media screen and (max-width: 767px) {
    .breadcrumb .item:first-child:before {
        left: 0;
    }
}
.breadcrumb .item:first-child:last-child {
    border-radius: 0 0 5px 0;
}
.breadcrumb .arrow {
    position: absolute;
    top: 22px;
    right: 1px;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .breadcrumb .arrow {
        top: 24px;
    }
}
.breadcrumb .arrow:after, .breadcrumb .arrow:before {
    content: " ";
    position: absolute;
    height: 0;
    width: 0;
    border: solid transparent;
}
.breadcrumb .arrow:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #E3E3E3;
    border-width: 20px;
    margin-top: -20px;
}
@media screen and (max-width: 767px) {
    .breadcrumb .arrow:after {
        margin-top: -23px;
        right: -12px;
        border-width: 23px 0 24px 12px;
    }
}
.breadcrumb .arrow:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #fff;
    border-width: 23px;
    margin-top: -23px;
}
@media screen and (max-width: 767px) {
    .breadcrumb .arrow:before {
        margin-top: -28px;
        border-width: 28px 0 28px 15px;
    }
}
.breadcrumb .item:before {
    position: absolute;
    top: 0;
    left: 30px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    margin: 8px 0;
    background: white;
    box-shadow: 0 0 0 1px #ccc;
    font-size: 18px;
    font-weight: bold;
    color: #EB0A1E;
    line-height: 24px;
}
@media screen and (max-width: 767px) {
    .breadcrumb .item:before {
        position: relative;
        display: block;
        left: 0;
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 14px;
        margin: 6px auto 4px;
    }
}
.breadcrumb .item:hover, .breadcrumb .active {
    background: #fff;
}
.breadcrumb .item:hover .arrow:after {
    border-left-color: #fff;
}
.breadcrumb .active {
    border-top: 2px solid #34D399;
    border-bottom: 2px solid #34D399;
    line-height: 40px;
}
@media screen and (max-width: 767px) {
    .breadcrumb .active {
        line-height: normal;
    }
}
.breadcrumb .active:before {
    color: #34D399;
}
.breadcrumb .active .arrow {
    top: 20px;
}
@media screen and (max-width: 767px) {
    .breadcrumb .active .arrow {
        top: 22px;
    }
}
.breadcrumb .active .arrow:before {
    border-left-color: #34D399;
}
.breadcrumb .active .arrow:after {
    border-left-color: #fff;
}
.breadcrumb .active:first-child {
    border-left: 2px solid #34D399;
}
.breadcrumb .active:last-child {
    border-right: 2px solid #34D399;
}
.breadcrumb .item.completed {
    background: #10B981;
    color: #fff;
}
.breadcrumb .item.completed .arrow:before, .breadcrumb .item.completed .arrow:after {
    border-left-color: #34D399;
}
.breadcrumb .item.completed:after {
    box-shadow: 2px -2px 0 2px #10B981, 3px -3px 0 2px #10B981;
}
@media screen and (max-width: 767px) {
    .hide-mobile {
        display: none;
    }
}
.show-mobile {
    display: none;
}
@media screen and (max-width: 767px) {
    .show-mobile {
        display: inline-block;
    }
}
.hover\:scale-110:hover {
	--tw-scale-x: 1.1;
	--tw-scale-y: 1.1;
	transform: var(--tw-transform);
}
.hover\:scale-105:hover {
	--tw-scale-x: 1.05;
	--tw-scale-y: 1.05;
	transform: var(--tw-transform);
}
.hover\:border-gray-300:hover {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.hover\:bg-indigo-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
.hover\:bg-red-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}
.hover\:bg-red-500:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.hover\:bg-yellow-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}
.hover\:bg-itm-yellow:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 242, 0, var(--tw-bg-opacity));
}
.hover\:bg-yellow-500:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
.hover\:bg-yellow-900:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}
.hover\:bg-yellow-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.hover\:bg-yellow-800:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}
.hover\:bg-gray-400:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}
.hover\:text-gray-500:hover {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.hover\:text-gray-400:hover {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.hover\:text-purple-500:hover {
	--tw-text-opacity: 1;
	color: rgba(139, 92, 246, var(--tw-text-opacity));
}
.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:text-blue-800:hover {
	--tw-text-opacity: 1;
	color: rgba(30, 64, 175, var(--tw-text-opacity));
}
.hover\:opacity-75:hover {
	opacity: 0.75;
}
.hover\:shadow-lg:hover {
	--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);
}
.hover\:shadow-md:hover {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:z-10:focus {
	z-index: 10;
}
.focus\:border-blue-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}
.focus\:border-gray-900:focus {
	--tw-border-opacity: 1;
	border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}
.focus\:border-indigo-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}
.focus\:border-red-700:focus {
	--tw-border-opacity: 1;
	border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}
.focus\:border-indigo-700:focus {
	--tw-border-opacity: 1;
	border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}
.focus\:border-gray-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.focus\:border-itm-yellow:focus {
	--tw-border-opacity: 1;
	border-color: rgba(255, 242, 0, var(--tw-border-opacity));
}
.focus\:bg-indigo-600:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
.focus\:bg-red-600:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.focus\:bg-gray-100:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.focus\:bg-indigo-100:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}
.focus\:bg-gray-50:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.focus\:bg-gray-700:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}
.focus\:bg-gray-200:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.focus\:text-gray-700:focus {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.focus\:text-indigo-800:focus {
	--tw-text-opacity: 1;
	color: rgba(55, 48, 163, var(--tw-text-opacity));
}
.focus\:text-gray-800:focus {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.focus\:text-gray-500:focus {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.focus\:text-white:focus {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.focus\:underline:focus {
	text-decoration: underline;
}
.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);
}
.focus\:ring-gray-300:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}
.focus\:ring-indigo-200:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}
.focus\:ring-red-200:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}
.focus\:ring-blue-200:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus {
	--tw-ring-opacity: 0.5;
}
.active\:bg-gray-100:active {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.active\:bg-gray-900:active {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.active\:bg-red-600:active {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.active\:bg-gray-50:active {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.active\:text-gray-700:active {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.active\:text-gray-500:active {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.active\:text-gray-800:active {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.disabled\:opacity-25:disabled {
	opacity: 0.25;
}
.group:hover .group-hover\:block {
	display: block;
}
@media (min-width: 640px) {

	.sm\:col-span-4 {
		grid-column: span 4 / span 4;
	}

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

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

	.sm\:-my-px {
		margin-top: -1px;
		margin-bottom: -1px;
	}

	.sm\:ml-3 {
		margin-left: 0.75rem;
	}

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

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

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

	.sm\:ml-10 {
		margin-left: 2.5rem;
	}

	.sm\:ml-6 {
		margin-left: 1.5rem;
	}

	.sm\:block {
		display: block;
	}

	.sm\:inline {
		display: inline;
	}

	.sm\:flex {
		display: flex;
	}

	.sm\:hidden {
		display: none;
	}

	.sm\:h-10 {
		height: 2.5rem;
	}

	.sm\:w-10 {
		width: 2.5rem;
	}

	.sm\:w-full {
		width: 100%;
	}

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

	.sm\:max-w-sm {
		max-width: 24rem;
	}

	.sm\:max-w-lg {
		max-width: 32rem;
	}

	.sm\:max-w-xl {
		max-width: 36rem;
	}

	.sm\:max-w-2xl {
		max-width: 42rem;
	}

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

	.sm\:translate-y-0 {
		--tw-translate-y: 0px;
		transform: var(--tw-transform);
	}

	.sm\:translate-x-10 {
		--tw-translate-x: 2.5rem;
		transform: var(--tw-transform);
	}

	.sm\:translate-x-0 {
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}

	.sm\:translate-x-2 {
		--tw-translate-x: 0.5rem;
		transform: var(--tw-transform);
	}

	.sm\:scale-95 {
		--tw-scale-x: .95;
		--tw-scale-y: .95;
		transform: var(--tw-transform);
	}

	.sm\:scale-100 {
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		transform: var(--tw-transform);
	}

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

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

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

	.sm\:justify-center {
		justify-content: center;
	}

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

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

	.sm\:rounded-md {
		border-radius: 0.375rem;
	}

	.sm\:rounded-tl-md {
		border-top-left-radius: 0.375rem;
	}

	.sm\:rounded-tr-md {
		border-top-right-radius: 0.375rem;
	}

	.sm\:rounded-bl-md {
		border-bottom-left-radius: 0.375rem;
	}

	.sm\:rounded-br-md {
		border-bottom-right-radius: 0.375rem;
	}

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

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

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

	.sm\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.sm\:pt-0 {
		padding-top: 0px;
	}

	.sm\:pb-4 {
		padding-bottom: 1rem;
	}

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

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

	.sm\:leading-5 {
		line-height: 1.25rem;
	}
}
@media (min-width: 768px) {

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

	.md\:col-span-1 {
		grid-column: span 1 / span 1;
	}

	.md\:col-span-6 {
		grid-column: span 6 / span 6;
	}

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

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

	.md\:mb-52 {
		margin-bottom: 13rem;
	}

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

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

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

	.md\:block {
		display: block;
	}

	.md\:grid {
		display: grid;
	}

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

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

	.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\:gap-6 {
		gap: 1.5rem;
	}

	.md\: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)));
	}

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

	.md\:border-t-0 {
		border-top-width: 0px;
	}

	.md\:border-l {
		border-left-width: 1px;
	}

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

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

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

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

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

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

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

	.lg\:col-span-4 {
		grid-column: span 4 / span 4;
	}

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

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

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

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:hidden {
		display: none;
	}

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

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

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

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

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

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

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

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

	.lg\:text-7xl {
		font-size: 4.5rem;
		line-height: 1;
	}

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

	.xl\:absolute {
		position: absolute;
	}

	.xl\:relative {
		position: relative;
	}

	.xl\:mb-72 {
		margin-bottom: 18rem;
	}

	.xl\:block {
		display: block;
	}

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

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

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

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

