/* purgecss start ignore */
/* ! tailwindcss v2.2.9 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
	margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
	text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
:-moz-focusring {
	outline: auto;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}
*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--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);
}
.container {
	width: 100%;
}
@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}
@media (min-width: 675px) {
	.container {
		max-width: 675px;
	}
}
@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.pointer-events-none {
	pointer-events: none;
}
.visible {
	visibility: visible;
}
.invisible {
	visibility: hidden;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.sticky {
	position: sticky;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.inset-x-0 {
	left: 0px;
	right: 0px;
}
.inset-y-0 {
	top: 0px;
	bottom: 0px;
}
.bottom-0 {
	bottom: 0px;
}
.left-0 {
	left: 0px;
}
.right-0 {
	right: 0px;
}
.top-0 {
	top: 0px;
}
.bottom-px {
	bottom: 1px;
}
.left-2\/4 {
	left: 50%;
}
.left-1\/2 {
	left: 50%;
}
.top-1\/2 {
	top: 50%;
}
.-top-3 {
	top: -0.75rem;
}
.left-2 {
	left: 0.5rem;
}
.left-36 {
	left: 9rem;
}
.top-6 {
	top: 1.5rem;
}
.right-1 {
	right: 0.25rem;
}
.top-12 {
	top: 3rem;
}
.top-14 {
	top: 3.5rem;
}
.top-full {
	top: 100%;
}
.left-full {
	left: 100%;
}
.-bottom-14 {
	bottom: -3.5rem;
}
.left-10 {
	left: 2.5rem;
}
.left-5 {
	left: 1.25rem;
}
.top-5 {
	top: 1.25rem;
}
.top-\[-35px\] {
	top: -35px;
}
.left-\[15px\] {
	left: 15px;
}
.top-3 {
	top: 0.75rem;
}
.right-2 {
	right: 0.5rem;
}
.right-1\/2 {
	right: 50%;
}
.top-\[-8px\] {
	top: -8px;
}
.top-4 {
	top: 1rem;
}
.right-14 {
	right: 3.5rem;
}
.right-4 {
	right: 1rem;
}
.top-\[46\%\] {
	top: 46%;
}
.left-\[10px\] {
	left: 10px;
}
.right-\[10px\] {
	right: 10px;
}
.left-12 {
	left: 3rem;
}
.right-12 {
	right: 3rem;
}
.left-\[12px\] {
	left: 12px;
}
.bottom-10 {
	bottom: 2.5rem;
}
.top-\[50\%\] {
	top: 50%;
}
.left-\[-30px\] {
	left: -30px;
}
.right-\[-30px\] {
	right: -30px;
}
.left-4 {
	left: 1rem;
}
.left-\[-20px\] {
	left: -20px;
}
.right-\[-20px\] {
	right: -20px;
}
.left-\[24px\] {
	left: 24px;
}
.right-\[24px\] {
	right: 24px;
}
.z-10 {
	z-index: 10;
}
.z-50 {
	z-index: 50;
}
.z-\[9\] {
	z-index: 9;
}
.z-100 {
	z-index: 100;
}
.z-0 {
	z-index: 0;
}
.z-5 {
	z-index: 5;
}
.z-30 {
	z-index: 30;
}
.z-20 {
	z-index: 20;
}
.z-40 {
	z-index: 40;
}
.z-9 {
	z-index: 9;
}
.z-8 {
	z-index: 8;
}
.z-\[5\] {
	z-index: 5;
}
.order-1 {
	order: 1;
}
.order-2 {
	order: 2;
}
.order-first {
	order: -9999;
}
.order-last {
	order: 9999;
}
.order-3 {
	order: 3;
}
.col-span-2 {
	grid-column: span 2 / span 2;
}
.col-span-3 {
	grid-column: span 3 / span 3;
}
.col-span-1 {
	grid-column: span 1 / span 1;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.clear-left {
	clear: left;
}
.-m-4 {
	margin: -1rem;
}
.m-1 {
	margin: 0.25rem;
}
.-m-2 {
	margin: -0.5rem;
}
.m-0 {
	margin: 0px;
}
.-m-3 {
	margin: -0.75rem;
}
.m-4 {
	margin: 1rem;
}
.m-auto {
	margin: auto;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.mx-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mx-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.my-12 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.mx-10 {
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}
.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.-mx-4 {
	margin-left: -1rem;
	margin-right: -1rem;
}
.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.-mx-1 {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}
.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.mx-6 {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.my-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mt-7 {
	margin-top: 1.75rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.mb-4 {
	margin-bottom: 1rem;
}
.ml-auto {
	margin-left: auto;
}
.-mt-3 {
	margin-top: -0.75rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mr-1 {
	margin-right: 0.25rem;
}
.ml-1 {
	margin-left: 0.25rem;
}
.mt-4 {
	margin-top: 1rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.-mt-6 {
	margin-top: -1.5rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.ml-5 {
	margin-left: 1.25rem;
}
.ml-10 {
	margin-left: 2.5rem;
}
.mr-4 {
	margin-right: 1rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mr-auto {
	margin-right: auto;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mr-5 {
	margin-right: 1.25rem;
}
.mt-auto {
	margin-top: auto;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.ml-4 {
	margin-left: 1rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mr-1\.5 {
	margin-right: 0.375rem;
}
.mb-7 {
	margin-bottom: 1.75rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.-mb-4 {
	margin-bottom: -1rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.ml-6 {
	margin-left: 1.5rem;
}
.mr-8 {
	margin-right: 2rem;
}
.mr-6 {
	margin-right: 1.5rem;
}
.ml-0 {
	margin-left: 0px;
}
.mr-0\.5 {
	margin-right: 0.125rem;
}
.mr-0 {
	margin-right: 0px;
}
.mt-0 {
	margin-top: 0px;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.ml-0\.5 {
	margin-left: 0.125rem;
}
.-mr-4 {
	margin-right: -1rem;
}
.mt-12 {
	margin-top: 3rem;
}
.-ml-px {
	margin-left: -1px;
}
.mt-8 {
	margin-top: 2rem;
}
.-mt-5 {
	margin-top: -1.25rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.-ml-6 {
	margin-left: -1.5rem;
}
.mt-16 {
	margin-top: 4rem;
}
.ml-12 {
	margin-left: 3rem;
}
.box-border {
	box-sizing: border-box;
}
.box-content {
	box-sizing: content-box;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.table {
	display: table;
}
.table-caption {
	display: table-caption;
}
.table-cell {
	display: table-cell;
}
.table-row {
	display: table-row;
}
.grid {
	display: grid;
}
.contents {
	display: contents;
}
.hidden {
	display: none;
}
.h-10 {
	height: 2.5rem;
}
.h-5 {
	height: 1.25rem;
}
.h-8 {
	height: 2rem;
}
.h-full {
	height: 100%;
}
.h-6 {
	height: 1.5rem;
}
.h-auto {
	height: auto;
}
.h-3 {
	height: 0.75rem;
}
.h-9 {
	height: 2.25rem;
}
.h-carousel-product-item {
	height: 540px;
}
.h-am-popup-content {
	height: 415px;
}
.h-am-latter {
	height: 32px;
}
.h-96 {
	height: 24rem;
}
.h-12 {
	height: 3rem;
}
.h-4 {
	height: 1rem;
}
.h-32 {
	height: 8rem;
}
.h-14 {
	height: 3.5rem;
}
.h-\[50px\] {
	height: 50px;
}
.h-28 {
	height: 7rem;
}
.h-\[70px\] {
	height: 70px;
}
.h-\[190px\] {
	height: 190px;
}
.h-\[44px\] {
	height: 44px;
}
.h-11 {
	height: 2.75rem;
}
.h-\[5px\] {
	height: 5px;
}
.h-16 {
	height: 4rem;
}
.h-1 {
	height: 0.25rem;
}
.h-\[250px\] {
	height: 250px;
}
.h-\[150px\] {
	height: 150px;
}
.max-h-screen {
	max-height: 100vh;
}
.max-h-\[90vh\] {
	max-height: 90vh;
}
.max-h-\[500px\] {
	max-height: 500px;
}
.max-h-\[250px\] {
	max-height: 250px;
}
.max-h-\[300px\] {
	max-height: 300px;
}
.min-h-screen {
	min-height: 100vh;
}
.min-h-0 {
	min-height: 0px;
}
.w-full {
	width: 100%;
}
.w-5 {
	width: 1.25rem;
}
.w-8 {
	width: 2rem;
}
.w-6 {
	width: 1.5rem;
}
.w-64 {
	width: 16rem;
}
.w-10\/12 {
	width: 83.333333%;
}
.w-\[120px\] {
	width: 120px;
}
.w-auto {
	width: auto;
}
.w-3 {
	width: 0.75rem;
}
.w-9 {
	width: 2.25rem;
}
.w-14 {
	width: 3.5rem;
}
.w-am-popup-content {
	width: 600px;
}
.w-4\/12 {
	width: 33.333333%;
}
.w-am-latter {
	width: 32px;
}
.w-7\/12 {
	width: 58.333333%;
}
.w-10 {
	width: 2.5rem;
}
.w-1\/2 {
	width: 50%;
}
.w-4\/5 {
	width: 80%;
}
.w-12 {
	width: 3rem;
}
.w-4 {
	width: 1rem;
}
.w-3\/4 {
	width: 75%;
}
.w-5\/6 {
	width: 83.333333%;
}
.w-1\/3 {
	width: 33.333333%;
}
.w-20 {
	width: 5rem;
}
.w-16 {
	width: 4rem;
}
.w-\[50px\] {
	width: 50px;
}
.w-\[185px\] {
	width: 185px;
}
.w-2\/3 {
	width: 66.666667%;
}
.w-\[280px\] {
	width: 280px;
}
.w-screen {
	width: 100vw;
}
.w-40 {
	width: 10rem;
}
.w-8\/12 {
	width: 66.666667%;
}
.w-56 {
	width: 14rem;
}
.w-1\/4 {
	width: 25%;
}
.w-48 {
	width: 12rem;
}
.w-44 {
	width: 11rem;
}
.w-60 {
	width: 15rem;
}
.w-\[72\%\] {
	width: 72%;
}
.w-11 {
	width: 2.75rem;
}
.w-5\/12 {
	width: 41.666667%;
}
.w-\[16\%\] {
	width: 16%;
}
.w-\[84\%\] {
	width: 84%;
}
.w-\[150px\] {
	width: 150px;
}
.max-w-none {
	max-width: none;
}
.max-w-md {
	max-width: 28rem;
}
.max-w-full {
	max-width: 100%;
}
.max-w-3xl {
	max-width: 48rem;
}
.max-w-2xl {
	max-width: 42rem;
}
.max-w-\[90px\] {
	max-width: 90px;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-am-search-sidebar {
	flex: 0 1 100%;
}
.flex-none {
	flex: none;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.flex-grow {
	flex-grow: 1;
}
.table-auto {
	table-layout: auto;
}
.origin-top-right {
	transform-origin: top right;
}
.origin-top-left {
	transform-origin: top left;
}
.-translate-x-1\/2 {
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}
.-translate-y-1\/2 {
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
}
.-translate-x-full {
	--tw-translate-x: -100%;
	transform: var(--tw-transform);
}
.-translate-y-full {
	--tw-translate-y: -100%;
	transform: var(--tw-transform);
}
.-translate-y-8 {
	--tw-translate-y: -2rem;
	transform: var(--tw-transform);
}
.translate-x-full {
	--tw-translate-x: 100%;
	transform: var(--tw-transform);
}
.translate-x-0 {
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}
.translate-x-1\/2 {
	--tw-translate-x: 50%;
	transform: var(--tw-transform);
}
.translate-y-1\/2 {
	--tw-translate-y: 50%;
	transform: var(--tw-transform);
}
.-translate-x-8 {
	--tw-translate-x: -2rem;
	transform: var(--tw-transform);
}
.translate-x-8 {
	--tw-translate-x: 2rem;
	transform: var(--tw-transform);
}
.rotate-180 {
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}
.rotate-90 {
	--tw-rotate: 90deg;
	transform: var(--tw-transform);
}
.rotate-0 {
	--tw-rotate: 0deg;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
@keyframes pulse {
	50% {
		opacity: .5;
	}
}
.animate-pulse {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}
.animate-spin {
	animation: spin 1s linear infinite;
}
.cursor-pointer {
	cursor: pointer;
}
.cursor-default {
	cursor: default;
}
.cursor-not-allowed {
	cursor: not-allowed;
}
.cursor-move {
	cursor: move;
}
.select-none {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.resize {
	resize: both;
}
.list-disc {
	list-style-type: disc;
}
.list-decimal {
	list-style-type: decimal;
}
.appearance-none {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.grid-flow-row {
	grid-auto-flow: row;
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-7 {
	grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-nowrap {
	flex-wrap: nowrap;
}
.content-center {
	align-content: center;
}
.content-start {
	align-content: flex-start;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
}
.items-baseline {
	align-items: baseline;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-around {
	justify-content: space-around;
}
.gap-2 {
	gap: 0.5rem;
}
.gap-4 {
	gap: 1rem;
}
.gap-8 {
	gap: 2rem;
}
.gap-10 {
	gap: 2.5rem;
}
.gap-1\.5 {
	gap: 0.375rem;
}
.gap-1 {
	gap: 0.25rem;
}
.gap-6 {
	gap: 1.5rem;
}
.gap-3 {
	gap: 0.75rem;
}
.gap-5 {
	gap: 1.25rem;
}
.gap-x-4 {
	-moz-column-gap: 1rem;
	     column-gap: 1rem;
}
.gap-y-4 {
	row-gap: 1rem;
}
.gap-y-6 {
	row-gap: 1.5rem;
}
.gap-y-0 {
	row-gap: 0px;
}
.gap-y-2 {
	row-gap: 0.5rem;
}
.gap-x-2 {
	-moz-column-gap: 0.5rem;
	     column-gap: 0.5rem;
}
.gap-x-1 {
	-moz-column-gap: 0.25rem;
	     column-gap: 0.25rem;
}
.gap-y-1 {
	row-gap: 0.25rem;
}
.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-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-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * 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-x-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-start {
	align-self: flex-start;
}
.self-end {
	align-self: flex-end;
}
.self-center {
	align-self: center;
}
.self-stretch {
	align-self: stretch;
}
.overflow-auto {
	overflow: auto;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-x-auto {
	overflow-x: auto;
}
.overflow-y-auto {
	overflow-y: auto;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.overflow-y-scroll {
	overflow-y: scroll;
}
.overscroll-y-contain {
	overscroll-behavior-y: contain;
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.break-words {
	overflow-wrap: break-word;
}
.break-all {
	word-break: break-all;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded-xl {
	border-radius: 0.75rem;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-none {
	border-radius: 0px;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-sm {
	border-radius: 0.125rem;
}
.rounded-b-sm {
	border-bottom-right-radius: 0.125rem;
	border-bottom-left-radius: 0.125rem;
}
.rounded-r {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
.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 {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.rounded-t-xl {
	border-top-left-radius: 0.75rem;
	border-top-right-radius: 0.75rem;
}
.rounded-b-xl {
	border-bottom-right-radius: 0.75rem;
	border-bottom-left-radius: 0.75rem;
}
.rounded-tl {
	border-top-left-radius: 0.25rem;
}
.rounded-tr {
	border-top-right-radius: 0.25rem;
}
.rounded-br {
	border-bottom-right-radius: 0.25rem;
}
.rounded-bl {
	border-bottom-left-radius: 0.25rem;
}
.border {
	border-width: 1px;
}
.border-2 {
	border-width: 2px;
}
.border-0 {
	border-width: 0px;
}
.border-4 {
	border-width: 4px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-t-4 {
	border-top-width: 4px;
}
.border-t {
	border-top-width: 1px;
}
.border-r {
	border-right-width: 1px;
}
.border-r-0 {
	border-right-width: 0px;
}
.border-l-0 {
	border-left-width: 0px;
}
.border-l-4 {
	border-left-width: 4px;
}
.border-dashed {
	border-style: dashed;
}
.border-none {
	border-style: none;
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-gray-600 {
	--tw-border-opacity: 1;
	border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}
.border-current {
	border-color: currentColor;
}
.border-blue-500 {
	--tw-border-opacity: 1;
	border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}
.border-blue-400 {
	--tw-border-opacity: 1;
	border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}
.border-blue-900 {
	--tw-border-opacity: 1;
	border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}
.border-transparent {
	border-color: transparent;
}
.border-red-500 {
	--tw-border-opacity: 1;
	border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-\[\#d3d3d3\] {
	--tw-border-opacity: 1;
	border-color: rgba(211, 211, 211, var(--tw-border-opacity));
}
.border-\[\#ccc\] {
	--tw-border-opacity: 1;
	border-color: rgba(204, 204, 204, var(--tw-border-opacity));
}
.border-\[\#0074BD\] {
	--tw-border-opacity: 1;
	border-color: rgba(0, 116, 189, var(--tw-border-opacity));
}
.border-\[\#CCC\] {
	--tw-border-opacity: 1;
	border-color: rgba(204, 204, 204, var(--tw-border-opacity));
}
.border-\[\#28a745\] {
	--tw-border-opacity: 1;
	border-color: rgba(40, 167, 69, var(--tw-border-opacity));
}
.border-black {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-\[\#38709E\] {
	--tw-border-opacity: 1;
	border-color: rgba(56, 112, 158, var(--tw-border-opacity));
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-\[\#C7C7C7\] {
	--tw-border-opacity: 1;
	border-color: rgba(199, 199, 199, var(--tw-border-opacity));
}
.border-blue-600 {
	--tw-border-opacity: 1;
	border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}
.border-\[\#EEE\] {
	--tw-border-opacity: 1;
	border-color: rgba(238, 238, 238, var(--tw-border-opacity));
}
.border-\[\#ff0000\] {
	--tw-border-opacity: 1;
	border-color: rgba(255, 0, 0, var(--tw-border-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-yellow-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-red-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-gray-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.bg-blue-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}
.bg-blue-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}
.bg-gray-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}
.bg-green-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}
.bg-red-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.bg-green-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}
.bg-gray-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}
.bg-green-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.bg-\[\#0074BD\] {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 116, 189, var(--tw-bg-opacity));
}
.bg-\[\#679926\] {
	--tw-bg-opacity: 1;
	background-color: rgba(103, 153, 38, var(--tw-bg-opacity));
}
.bg-\[\#FFA31A\] {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 163, 26, var(--tw-bg-opacity));
}
.bg-\[\#FFFFCC\] {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 204, var(--tw-bg-opacity));
}
.bg-\[\#F9F9F9\] {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}
.bg-\[\#F5F5F5\] {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.bg-\[\#f9f3f4\] {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 243, 244, var(--tw-bg-opacity));
}
.bg-\[\#c11010\] {
	--tw-bg-opacity: 1;
	background-color: rgba(193, 16, 16, var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-\[\#ecf9f8\] {
	--tw-bg-opacity: 1;
	background-color: rgba(236, 249, 248, var(--tw-bg-opacity));
}
.bg-\[\#edf2fe\] {
	--tw-bg-opacity: 1;
	background-color: rgba(237, 242, 254, var(--tw-bg-opacity));
}
.bg-\[\#F9F3F4\] {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 243, 244, var(--tw-bg-opacity));
}
.bg-\[\#EBF5FF\] {
	--tw-bg-opacity: 1;
	background-color: rgba(235, 245, 255, var(--tw-bg-opacity));
}
.bg-white\/60 {
	background-color: rgba(255, 255, 255, 0.6);
}
.bg-\[\#38709E\] {
	--tw-bg-opacity: 1;
	background-color: rgba(56, 112, 158, var(--tw-bg-opacity));
}
.bg-green-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}
.bg-\[\#F3F7FC\] {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 247, 252, var(--tw-bg-opacity));
}
.bg-gray-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.bg-\[\#04B4AB\] {
	--tw-bg-opacity: 1;
	background-color: rgba(4, 180, 171, var(--tw-bg-opacity));
}
.bg-\[\#EFF5FB\] {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 245, 251, var(--tw-bg-opacity));
}
.bg-blue-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}
.bg-\[\#3777D3\] {
	--tw-bg-opacity: 1;
	background-color: rgba(55, 119, 211, var(--tw-bg-opacity));
}
.bg-\[\#ffc0cb\] {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 192, 203, var(--tw-bg-opacity));
}
.bg-gray-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
.bg-opacity-50 {
	--tw-bg-opacity: 0.5;
}
.bg-opacity-70 {
	--tw-bg-opacity: 0.7;
}
.bg-opacity-100 {
	--tw-bg-opacity: 1;
}
.bg-opacity-25 {
	--tw-bg-opacity: 0.25;
}
.bg-opacity-95 {
	--tw-bg-opacity: 0.95;
}
.bg-opacity-75 {
	--tw-bg-opacity: 0.75;
}
.bg-opacity-80 {
	--tw-bg-opacity: 0.8;
}
.bg-none {
	background-image: none;
}
.bg-gradient-to-r {
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.fill-current {
	fill: currentColor;
}
.stroke-current {
	stroke: currentColor;
}
.object-contain {
	-o-object-fit: contain;
	   object-fit: contain;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-center {
	-o-object-position: center;
	   object-position: center;
}
.p-10 {
	padding: 2.5rem;
}
.p-4 {
	padding: 1rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-2 {
	padding: 0.5rem;
}
.p-0 {
	padding: 0px;
}
.p-1 {
	padding: 0.25rem;
}
.p-5 {
	padding: 1.25rem;
}
.p-8 {
	padding: 2rem;
}
.p-6 {
	padding: 1.5rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-2\.5 {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.pb-1 {
	padding-bottom: 0.25rem;
}
.pl-1 {
	padding-left: 0.25rem;
}
.pr-1 {
	padding-right: 0.25rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pr-2 {
	padding-right: 0.5rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pt-3 {
	padding-top: 0.75rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pl-9 {
	padding-left: 2.25rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pl-2 {
	padding-left: 0.5rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pb-20 {
	padding-bottom: 5rem;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pl-3 {
	padding-left: 0.75rem;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pr-0 {
	padding-right: 0px;
}
.pr-6 {
	padding-right: 1.5rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pl-5 {
	padding-left: 1.25rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pl-0 {
	padding-left: 0px;
}
.pt-16 {
	padding-top: 4rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pt-0 {
	padding-top: 0px;
}
.pt-8 {
	padding-top: 2rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.align-top {
	vertical-align: top;
}
.align-middle {
	vertical-align: middle;
}
.align-bottom {
	vertical-align: bottom;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.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-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-6xl {
	font-size: 3.75rem;
	line-height: 1;
}
.text-\[14px\] {
	font-size: 14px;
}
.font-bold {
	font-weight: 700;
}
.font-semibold {
	font-weight: 600;
}
.font-normal {
	font-weight: 400;
}
.font-medium {
	font-weight: 500;
}
.font-light {
	font-weight: 300;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.capitalize {
	text-transform: capitalize;
}
.italic {
	font-style: italic;
}
.leading-normal {
	line-height: 1.5;
}
.leading-tight {
	line-height: 1.25;
}
.leading-6 {
	line-height: 1.5rem;
}
.leading-none {
	line-height: 1;
}
.leading-5 {
	line-height: 1.25rem;
}
.leading-7 {
	line-height: 1.75rem;
}
.leading-relaxed {
	line-height: 1.625;
}
.leading-\[14px\] {
	line-height: 14px;
}
.tracking-wider {
	letter-spacing: 0.05em;
}
.tracking-widest {
	letter-spacing: 0.1em;
}
.tracking-wide {
	letter-spacing: 0.025em;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-amsb_graystarts {
	--tw-text-opacity: 1;
	color: rgba(203, 213, 224, var(--tw-text-opacity));
}
.text-amsb_yellowstars {
	--tw-text-opacity: 1;
	color: rgba(246, 224, 94, var(--tw-text-opacity));
}
.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-blue-500 {
	--tw-text-opacity: 1;
	color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.text-blue-600 {
	--tw-text-opacity: 1;
	color: rgba(37, 99, 235, var(--tw-text-opacity));
}
.text-blue-900 {
	--tw-text-opacity: 1;
	color: rgba(30, 58, 138, var(--tw-text-opacity));
}
.text-blue-400 {
	--tw-text-opacity: 1;
	color: rgba(96, 165, 250, var(--tw-text-opacity));
}
.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-green-700 {
	--tw-text-opacity: 1;
	color: rgba(4, 120, 87, var(--tw-text-opacity));
}
.text-green-600 {
	--tw-text-opacity: 1;
	color: rgba(5, 150, 105, var(--tw-text-opacity));
}
.text-red-500 {
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-green-500 {
	--tw-text-opacity: 1;
	color: rgba(16, 185, 129, var(--tw-text-opacity));
}
.text-yellow-400 {
	--tw-text-opacity: 1;
	color: rgba(251, 191, 36, var(--tw-text-opacity));
}
.text-\[\#828282\] {
	--tw-text-opacity: 1;
	color: rgba(130, 130, 130, var(--tw-text-opacity));
}
.text-\[\#0074BD\] {
	--tw-text-opacity: 1;
	color: rgba(0, 116, 189, var(--tw-text-opacity));
}
.text-\[\#38709E\] {
	--tw-text-opacity: 1;
	color: rgba(56, 112, 158, var(--tw-text-opacity));
}
.text-\[\#D42727\] {
	--tw-text-opacity: 1;
	color: rgba(212, 39, 39, var(--tw-text-opacity));
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-\[\#333333\] {
	--tw-text-opacity: 1;
	color: rgba(51, 51, 51, var(--tw-text-opacity));
}
.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.text-gray-200 {
	--tw-text-opacity: 1;
	color: rgba(229, 231, 235, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.line-through {
	text-decoration: line-through;
}
.no-underline {
	text-decoration: none;
}
.opacity-0 {
	opacity: 0;
}
.opacity-100 {
	opacity: 1;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-25 {
	opacity: 0.25;
}
.opacity-75 {
	opacity: 0.75;
}
.opacity-40 {
	opacity: 0.4;
}
.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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-none {
	--tw-shadow: 0 0 #0000;
	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-2xl {
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	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 {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-4 {
	--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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset {
	--tw-ring-inset: inset;
}
.ring-blue-500\/50 {
	--tw-ring-color: rgba(59, 130, 246, 0.5);
}
.ring-blue-500 {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}
.ring-opacity-50 {
	--tw-ring-opacity: 0.5;
}
.ring-offset-2 {
	--tw-ring-offset-width: 2px;
}
.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-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-colors {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-none {
	transition-property: none;
}
.duration-300 {
	transition-duration: 300ms;
}
.duration-200 {
	transition-duration: 200ms;
}
.duration-150 {
	transition-duration: 150ms;
}
.duration-500 {
	transition-duration: 500ms;
}
.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-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body {
    font-family: 'proximanova', sans-serif !important;
    background-color: white !important;
  }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible
{
    outline: none !important;
}
#search_mini_form input:focus
{
    box-shadow: none !important;
}
#search_mini_form input
{
    border: 1px solid lightgray !important;
}
#maincontent {
    margin-top: 0 !important;
  }
.bg-teal-100{
    background-color: rgb(204 251 241);
}
#category-view-container
{
    padding-top: 0px !important;
}
.category-image
{
    position: relative;
}
.category-image::before
{
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.00) 53.8%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
body.catalog-category-view:has(.category-image) .top-container .breadcrumbs
{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    top: 0px;
    background-color: #00000045 !important;
}
body.catalog-category-view:has(.category-image) .top-container .breadcrumbs ol,
body.catalog-category-view:has(.category-image) .top-container .breadcrumbs ol li span
{
    color: white !important;
}
.catalog-category-view .top-container .breadcrumbs
{
    position: static;
    background-color: white !important;
}
.catalog-category-view .top-container .breadcrumbs ol,
.catalog-category-view .top-container .breadcrumbs ol li span
{
    color: black !important;
}
.blog-des>a
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 56px;
}
.blog-des p
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.p-des p 
{
    margin-bottom: 15px;
}
.spe-ul>div 
{
    width: 100%;
}
.spe-ul ul
{
    padding-left: 20px;
}
.spe-ul ul li 
{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}
.hto-step
{
    display: -webkit-inline-box;
}
#product-details
{
    display: none;
}
input.form-input:focus,
.btn:focus,
select.form-select:focus,
textarea.form-textarea:focus,
.payment-country select:focus
{
    box-shadow: none !important;
}
input.form-input:focus,
textarea.form-textarea:focus,
select.form-select:focus,
.payment-country select:focus
{
    border-color: #CCC !important;
}
input.qty:focus
{
    border-color: transparent !important;
}
.actions-toolbar a.back
{
    color: #0074BD !important;
    text-decoration: none !important;
}
.actions-toolbar a.back:hover
{
    color: white !important;
}
.btn
{
    padding:10px 25px !important;
}
.payment-country select
{
    border-radius: 6px !important;
    border:1px solid #ccc !important;
    width: 100% !important;
    padding: 9px 12px !important;
}
.account-nav-content ul li.nav.item:last-child 
{
    padding-top: 15px !important;
    border-top: 1px solid #ccc !important;
    margin-top: 10px;
}
.mode-list .price-range
{
    justify-content: start !important;
}
.post-list.modern .post-holder
{
    border-radius: 12px;
}
.post-category a.category-name
{
    display: none !important;
}
.post-list.modern .post-holder a.category-name,
.post-list.modern .post-holder a.category-name:hover
.post-category a.category-name,
.post-tag .post-tag-title,.post-tag .post-tag-title:hover
{
    background-color: #0074BD !important;
}
.sidebar-additional button.search
{
    background-color: #0074BD !important;
    border-radius: 0px 8px 8px 0px !important;
}
.post-description p 
{
    font-size: 14px !important;
}
.post-tag a 
{
    border-color: #0074BD !important;
}
.post-tag a:hover
{
    background-color: #0074BD !important;
}
.sidebar-additional .block-title strong
{
    font-size: 20px !important;
}
.sidebar-additional .block-content .item a 
{
    font-weight: normal !important;
    border-radius: 5px !important;
    border: 1px solid lightgray !important;
    padding: 5px 8px !important;
}
.sidebar-additional .block-content .item::after
{
    display: none !important;
}
.post-tag .post-tag-title,
.post-tag .item.post-tags a
{
    border-radius: 4px !important;
    border-color: #0074BD !important;
}
.post-view-modern .post-featured-image img 
{
    width: 100% !important;
    border-radius: 12px;
}
fieldset.ccard .credit-card-types li img {
    border-radius: 4px;
    border: 1px solid lightgray;
    padding: 3px;
}
fieldset.ccard input, fieldset.ccard select
{
    height: 45px !important;
    border-radius: 8px !important;
}
.checkout-payment-method .credit-card-types .item {
    display: inline-block;
    list-style: none;
    margin: 0 5px 0 0;
    vertical-align: top;
}
.cms-contact-us .container.contact-us-block
{
    padding: 0px !important;
}
.customer-paymentinfo-index ul.links
{
    border-bottom: 1px solid lightgrey;
    display: flex;
    padding: 11px 0px;
    margin-bottom: 20px;
    -moz-column-gap: 30px;
         column-gap: 30px;
}
.customer-paymentinfo-index ul.links li a 
{
    padding: 15px;
}
.customer-paymentinfo-index ul.links li.active a
{
    color: #0074BD !important;
    border-bottom: 1px solid #0074BD !important;
}
div.product-description
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.catalog-category-view .top-container
{
    position: relative;
}
.post-view-modern .post-holder
{
    margin-bottom: 0px !important;
}
.blog-post-view .post-tag .post-tags a
{
    margin-bottom: 8px !important;
}
.catalog-product-view .columns
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.product-two-card img
{
    border-radius: 12px 0px 0px 12px;
}
.catalog-product-view .product-info-main section.body-font .container>.container.flex
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.noUi-horizontal .noUi-tooltip
{
    display: none !important;
}
.cms-contact-us .page-main .container.flex 
{
    display: none;
}
.card-interactive:hover
{
    background-color: unset !important;
}
button#product-addtocart-button svg 
{
    margin-right: 10px;
}
section#description
{
    padding: 64px 0px !important;
}
.form-wishlist-items input.qty:focus
{
    border-color: lightgray !important;
}
[type=file]:focus
{
    outline: none !important;
}
.box-tocart .field.qty input
{
    max-width: 80px !important;
}
.customer-account-forgotpassword .container.flex,
.cms-no-route .container.flex 
{
    justify-content: center;
}
.checkout-payment-method .ccard input#authnetcim-cc-number
{
    width: 272px !important;
}
.checkout-payment-method .ccard input#authnetcim-cc-cid
{
    width: 62px !important;
}
.pd-qty:focus
{
    box-shadow: none !important;
}
.form-create-account fieldset .field.field-reserved
{
    margin-bottom: 20px !important;
}
.form-create-account fieldset:first-child .field.field-reserved
{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.checkout-cart-index .product-slider
{
    margin-top: 30px !important;
}
.checkout-cart-index .relative .container.relative
{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.customer-account-edit .form-edit-account fieldset .field.field-reserved.email
{
    margin-top: 20px !important;
}
.customer-account-edit .form-edit-account fieldset .field.field-reserved
{
    margin: 20px 0px !important;
}
.desktop-menu ul li:first-child span
{
    padding-left: 0px !important;
}
.cms-page-view .block-cms-sidebar ul li:last-child
{
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}
fieldset .field.field-reserved, form .field.field-reserved
{
    margin-top: 0px !important;
}
.order-date
{
    text-align: left;
}
.items.order-links
{
    border-radius: 8px;
}
.last-qus:last-child
{
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}
@media (max-width: 992px){
.blog-slider
{
    display: -webkit-inline-box !important;
}
header.page-header
{
    border-bottom: 1px solid lightgray;
}
.product-two-card img
{
    border-radius: 12px 12px 0px 0px;
}
.columns {
    max-width: 992px;
}
.container
{
    max-width: 992px;
}
}
@media (max-width: 675px){
.columns {
    max-width: 675px;
}
}
@media (max-width: 640px){
.container
{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.btn
{
    padding:6px 15px !important;
}
.mode-list .price-range
{
    justify-content: center !important;
}
.category-image img 
{
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
}
#discount-coupon-form .btn 
{
    padding: 9px 20px !important;
}
.post-list.modern .post-img
{
    flex: 0 0 100% !important;
}
.catalog-product-view .product-info-main section.body-font .container.flex,
#accessories-product-product-slider .container .container.relative
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.catalog-category-view .columns,
.checkout-cart-index .columns,
.account .columns,
.cms-page-view .columns,
.customer-account-login .columns,
.customer-account-create .columns,
.customer-account-forgotpassword .columns
{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.blog-des>a
{
    min-height: unset;
}
.main-logo img
{
    width: 190px !important;
}
section#description
{
    padding: 32px 0px !important;
}
.customer-account-forgotpassword .container.flex 
{
    justify-content: start;
}
.form-create-account .field.field-reserved
{
    margin-bottom: 16px !important;
}
.checkout-cart-index .product-slider
{
    margin-top: 0px !important;
}
.checkout-cart-index .relative .container.relative
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.cms-custom-printed-instructions .columns .container.py-8.mx-auto,
.cms-custom-order-instructions .columns .container.py-8.mx-auto
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.service-block li svg
{
    width: 38px !important;
}
}
@media print {
    .page-print .container.flex 
    {
        display: none !important;
    }
  }
.first\:mt-0:first-child {
	margin-top: 0px;
}
.last\:mr-0:last-child {
	margin-right: 0px;
}
.last\:mb-6:last-child {
	margin-bottom: 1.5rem;
}
.last\:mb-0:last-child {
	margin-bottom: 0px;
}
.last\:border-0:last-child {
	border-width: 0px;
}
.last\:border-b-0:last-child {
	border-bottom-width: 0px;
}
.last\:border-b:last-child {
	border-bottom-width: 1px;
}
.focus-within\:ring-4:focus-within {
	--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(4px + 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-within\:ring-2:focus-within {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-1:focus-within {
	--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);
}
.hover\:border-blue-400:hover {
	--tw-border-opacity: 1;
	border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}
.hover\:border-\[\#38709E\]:hover {
	--tw-border-opacity: 1;
	border-color: rgba(56, 112, 158, var(--tw-border-opacity));
}
.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, 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-red-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}
.hover\:bg-green-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}
.hover\:bg-\[\#0074BD\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 116, 189, var(--tw-bg-opacity));
}
.hover\:bg-\[\#38709E\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(56, 112, 158, 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-\[\#04B4AB\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(4, 180, 171, var(--tw-bg-opacity));
}
.hover\:text-black:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.hover\:text-red-600:hover {
	--tw-text-opacity: 1;
	color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.hover\:text-yellow-500:hover {
	--tw-text-opacity: 1;
	color: rgba(245, 158, 11, var(--tw-text-opacity));
}
.hover\:text-blue-800:hover {
	--tw-text-opacity: 1;
	color: rgba(30, 64, 175, var(--tw-text-opacity));
}
.hover\:text-blue-400:hover {
	--tw-text-opacity: 1;
	color: rgba(96, 165, 250, var(--tw-text-opacity));
}
.hover\:text-red-500:hover {
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:text-\[\#38709E\]:hover {
	--tw-text-opacity: 1;
	color: rgba(56, 112, 158, 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-500:hover {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.hover\:text-\[\#0074BD\]:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 116, 189, var(--tw-text-opacity));
}
.hover\:text-gray-600:hover {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.hover\:underline:hover {
	text-decoration: underline;
}
.hover\:no-underline:hover {
	text-decoration: none;
}
.hover\:opacity-100:hover {
	opacity: 1;
}
.hover\:shadow-sm:hover {
	--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);
}
.focus\:not-sr-only:focus {
	position: static;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: visible;
	clip: auto;
	white-space: normal;
}
.focus\:absolute:focus {
	position: absolute;
}
.focus\:z-10:focus {
	z-index: 10;
}
.focus\:z-30:focus {
	z-index: 30;
}
.focus\:border:focus {
	border-width: 1px;
}
.focus\:border-0:focus {
	border-width: 0px;
}
.focus\:border-transparent:focus {
	border-color: transparent;
}
.focus\:border-blue-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}
.focus\:border-\[\#38709E\]:focus {
	--tw-border-opacity: 1;
	border-color: rgba(56, 112, 158, var(--tw-border-opacity));
}
.focus\:border-\[\#0074BD\]:focus {
	--tw-border-opacity: 1;
	border-color: rgba(0, 116, 189, var(--tw-border-opacity));
}
.focus\:bg-white:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.focus\:text-gray-600:focus {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.focus\:shadow-none:focus {
	--tw-shadow: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-black:focus {
	outline: 2px dotted black;
	outline-offset: 2px;
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.focus\:ring-2: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-1: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(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);
}
.focus\:ring-0: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(0px + 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-red-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}
.focus\:ring-green-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}
.focus\:ring-blue-700:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}
.focus\:ring-offset-2:focus {
	--tw-ring-offset-width: 2px;
}
.focus\:ring-offset-0:focus {
	--tw-ring-offset-width: 0px;
}
.active\:bg-gray-100:active {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.active\:text-gray-500:active {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.active\:text-gray-700:active {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.active\:ring-0:active {
	--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(0px + 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);
}
.disabled\:pointer-events-none:disabled {
	pointer-events: none;
}
.disabled\:bg-gray-100:disabled {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.disabled\:opacity-75:disabled {
	opacity: 0.75;
}
@media (min-width: 640px) {
	.sm\:right-0 {
		right: 0px;
	}
	.sm\:order-2 {
		order: 2;
	}
	.sm\:order-1 {
		order: 1;
	}
	.sm\:col-span-6 {
		grid-column: span 6 / span 6;
	}
	.sm\:col-span-2 {
		grid-column: span 2 / span 2;
	}
	.sm\:my-8 {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.sm\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}
	.sm\:mb-0 {
		margin-bottom: 0px;
	}
	.sm\:mt-0 {
		margin-top: 0px;
	}
	.sm\:ml-4 {
		margin-left: 1rem;
	}
	.sm\:ml-3 {
		margin-left: 0.75rem;
	}
	.sm\:-mr-4 {
		margin-right: -1rem;
	}
	.sm\:mr-8 {
		margin-right: 2rem;
	}
	.sm\:ml-2 {
		margin-left: 0.5rem;
	}
	.sm\:block {
		display: block;
	}
	.sm\:inline-block {
		display: inline-block;
	}
	.sm\:inline {
		display: inline;
	}
	.sm\:flex {
		display: flex;
	}
	.sm\:h-screen {
		height: 100vh;
	}
	.sm\:h-10 {
		height: 2.5rem;
	}
	.sm\:w-auto {
		width: auto;
	}
	.sm\:w-full {
		width: 100%;
	}
	.sm\:w-10 {
		width: 2.5rem;
	}
	.sm\:w-48 {
		width: 12rem;
	}
	.sm\:w-1\/2 {
		width: 50%;
	}
	.sm\:table-fixed {
		table-layout: fixed;
	}
	.sm\:translate-x-0 {
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}
	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.sm\:grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}
	.sm\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.sm\:flex-row {
		flex-direction: row;
	}
	.sm\:flex-row-reverse {
		flex-direction: row-reverse;
	}
	.sm\:items-start {
		align-items: flex-start;
	}
	.sm\:justify-between {
		justify-content: space-between;
	}
	.sm\:gap-8 {
		gap: 2rem;
	}
	.sm\:p-0 {
		padding: 0px;
	}
	.sm\:p-6 {
		padding: 1.5rem;
	}
	.sm\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.sm\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.sm\:py-1 {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}
	.sm\:pb-4 {
		padding-bottom: 1rem;
	}
	.sm\:text-left {
		text-align: left;
	}
	.sm\:align-middle {
		vertical-align: middle;
	}
	.sm\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.sm\:duration-700 {
		transition-duration: 700ms;
	}
}
@media (min-width: 675px) {
	.md\:static {
		position: static;
	}
	.md\:fixed {
		position: fixed;
	}
	.md\:absolute {
		position: absolute;
	}
	.md\:bottom-auto {
		bottom: auto;
	}
	.md\:left-0 {
		left: 0px;
	}
	.md\:left-full {
		left: 100%;
	}
	.md\:-top-2 {
		top: -0.5rem;
	}
	.md\:left-20 {
		left: 5rem;
	}
	.md\:top-8 {
		top: 2rem;
	}
	.md\:left-6 {
		left: 1.5rem;
	}
	.md\:top-\[-45px\] {
		top: -45px;
	}
	.md\:order-3 {
		order: 3;
	}
	.md\:col-span-3 {
		grid-column: span 3 / span 3;
	}
	.md\:col-span-1 {
		grid-column: span 1 / span 1;
	}
	.md\:col-start-1 {
		grid-column-start: 1;
	}
	.md\:row-span-2 {
		grid-row: span 2 / span 2;
	}
	.md\:row-start-1 {
		grid-row-start: 1;
	}
	.md\:m-0 {
		margin: 0px;
	}
	.md\:my-6 {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.md\:my-8 {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.md\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}
	.md\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	.md\:my-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.md\:mb-3 {
		margin-bottom: 0.75rem;
	}
	.md\:-mt-4 {
		margin-top: -1rem;
	}
	.md\:ml-6 {
		margin-left: 1.5rem;
	}
	.md\:ml-0 {
		margin-left: 0px;
	}
	.md\:-ml-1 {
		margin-left: -0.25rem;
	}
	.md\:mr-0 {
		margin-right: 0px;
	}
	.md\:mb-0 {
		margin-bottom: 0px;
	}
	.md\:mb-1 {
		margin-bottom: 0.25rem;
	}
	.md\:mr-2 {
		margin-right: 0.5rem;
	}
	.md\:mb-2 {
		margin-bottom: 0.5rem;
	}
	.md\:ml-auto {
		margin-left: auto;
	}
	.md\:ml-4 {
		margin-left: 1rem;
	}
	.md\:mt-0 {
		margin-top: 0px;
	}
	.md\:mt-10 {
		margin-top: 2.5rem;
	}
	.md\:mb-6 {
		margin-bottom: 1.5rem;
	}
	.md\:mt-6 {
		margin-top: 1.5rem;
	}
	.md\:mb-8 {
		margin-bottom: 2rem;
	}
	.md\:mt-16 {
		margin-top: 4rem;
	}
	.md\:mt-4 {
		margin-top: 1rem;
	}
	.md\:mt-5 {
		margin-top: 1.25rem;
	}
	.md\:mr-5 {
		margin-right: 1.25rem;
	}
	.md\:block {
		display: block;
	}
	.md\:flex {
		display: flex;
	}
	.md\:table-cell {
		display: table-cell;
	}
	.md\:table-header-group {
		display: table-header-group;
	}
	.md\:grid {
		display: grid;
	}
	.md\:hidden {
		display: none;
	}
	.md\:h-6 {
		height: 1.5rem;
	}
	.md\:h-16 {
		height: 4rem;
	}
	.md\:h-\[220px\] {
		height: 220px;
	}
	.md\:h-10 {
		height: 2.5rem;
	}
	.md\:h-8 {
		height: 2rem;
	}
	.md\:h-auto {
		height: auto;
	}
	.md\:h-\[225px\] {
		height: 225px;
	}
	.md\:w-6 {
		width: 1.5rem;
	}
	.md\:w-auto {
		width: auto;
	}
	.md\:w-1\/6 {
		width: 16.666667%;
	}
	.md\:w-1\/2 {
		width: 50%;
	}
	.md\:w-4\/5 {
		width: 80%;
	}
	.md\:w-20 {
		width: 5rem;
	}
	.md\:w-16 {
		width: 4rem;
	}
	.md\:w-10 {
		width: 2.5rem;
	}
	.md\:w-8 {
		width: 2rem;
	}
	.md\:w-\[48\%\] {
		width: 48%;
	}
	.md\:w-2\/6 {
		width: 33.333333%;
	}
	.md\:w-1\/4 {
		width: 25%;
	}
	.md\:w-12 {
		width: 3rem;
	}
	.md\:w-full {
		width: 100%;
	}
	.md\:w-9\/12 {
		width: 75%;
	}
	.md\:w-\[12\%\] {
		width: 12%;
	}
	.md\:w-\[88\%\] {
		width: 88%;
	}
	.md\:w-\[80\%\] {
		width: 80%;
	}
	.md\:w-\[225px\] {
		width: 225px;
	}
	.md\:w-1\/3 {
		width: 33.333333%;
	}
	.md\:max-w-md {
		max-width: 28rem;
	}
	.md\:max-w-\[150px\] {
		max-width: 150px;
	}
	.md\:flex-1 {
		flex: 1 1 0%;
	}
	.md\:table-fixed {
		table-layout: fixed;
	}
	.md\:-translate-x-1\/3 {
		--tw-translate-x: -33.333333%;
		transform: var(--tw-transform);
	}
	.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\:grid-cols-\[42\%_minmax\(0\2c _1fr\)\] {
		grid-template-columns: 42%_minmax(0, _1fr);
	}
	.md\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.md\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	.md\:grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}
	.md\:grid-rows-\[min-content_minmax\(0\2c _1fr\)\] {
		grid-template-rows: min-content_minmax(0, _1fr);
	}
	.md\:flex-row {
		flex-direction: row;
	}
	.md\:flex-wrap {
		flex-wrap: wrap;
	}
	.md\:flex-nowrap {
		flex-wrap: nowrap;
	}
	.md\:justify-start {
		justify-content: flex-start;
	}
	.md\:justify-end {
		justify-content: flex-end;
	}
	.md\:justify-center {
		justify-content: center;
	}
	.md\:justify-between {
		justify-content: space-between;
	}
	.md\:gap-6 {
		gap: 1.5rem;
	}
	.md\:gap-7 {
		gap: 1.75rem;
	}
	.md\:gap-4 {
		gap: 1rem;
	}
	.md\:gap-8 {
		gap: 2rem;
	}
	.md\:gap-y-16 {
		row-gap: 4rem;
	}
	.md\:gap-x-5 {
		-moz-column-gap: 1.25rem;
		     column-gap: 1.25rem;
	}
	.md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}
	.md\: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));
	}
	.md\:rounded-lg {
		border-radius: 0.5rem;
	}
	.md\:border-0 {
		border-width: 0px;
	}
	.md\:border-r {
		border-right-width: 1px;
	}
	.md\:border-b-2 {
		border-bottom-width: 2px;
	}
	.md\:border-b-0 {
		border-bottom-width: 0px;
	}
	.md\:bg-transparent {
		background-color: transparent;
	}
	.md\:p-12 {
		padding: 3rem;
	}
	.md\:p-6 {
		padding: 1.5rem;
	}
	.md\:p-8 {
		padding: 2rem;
	}
	.md\:p-2 {
		padding: 0.5rem;
	}
	.md\:p-4 {
		padding: 1rem;
	}
	.md\:p-5 {
		padding: 1.25rem;
	}
	.md\:p-3 {
		padding: 0.75rem;
	}
	.md\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.md\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.md\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.md\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.md\:py-1 {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}
	.md\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.md\:py-3 {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
	.md\:py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.md\:px-1 {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}
	.md\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.md\:px-2 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.md\:py-2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.md\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.md\:pr-6 {
		padding-right: 1.5rem;
	}
	.md\:pt-0 {
		padding-top: 0px;
	}
	.md\:pl-8 {
		padding-left: 2rem;
	}
	.md\:text-left {
		text-align: left;
	}
	.md\:text-center {
		text-align: center;
	}
	.md\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.md\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.md\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.md\:text-xs {
		font-size: 0.75rem;
		line-height: 1rem;
	}
	.md\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
	.md\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	.md\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.md\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.md\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.md\:text-\[16px\] {
		font-size: 16px;
	}
	.md\:leading-6 {
		line-height: 1.5rem;
	}
}
@media (min-width: 1024px) {
	.lg\:sr-only {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border-width: 0;
	}
	.lg\:static {
		position: static;
	}
	.lg\:absolute {
		position: absolute;
	}
	.lg\:relative {
		position: relative;
	}
	.lg\:sticky {
		position: sticky;
	}
	.lg\:top-\[-80px\] {
		top: -80px;
	}
	.lg\:order-2 {
		order: 2;
	}
	.lg\:col-span-6 {
		grid-column: span 6 / span 6;
	}
	.lg\:col-span-2 {
		grid-column: span 2 / span 2;
	}
	.lg\:my-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.lg\:mb-0 {
		margin-bottom: 0px;
	}
	.lg\:mr-10 {
		margin-right: 2.5rem;
	}
	.lg\:mt-3 {
		margin-top: 0.75rem;
	}
	.lg\:ml-5 {
		margin-left: 1.25rem;
	}
	.lg\:mt-8 {
		margin-top: 2rem;
	}
	.lg\:ml-2 {
		margin-left: 0.5rem;
	}
	.lg\:mr-4 {
		margin-right: 1rem;
	}
	.lg\:mb-6 {
		margin-bottom: 1.5rem;
	}
	.lg\:ml-4 {
		margin-left: 1rem;
	}
	.lg\:mt-0 {
		margin-top: 0px;
	}
	.lg\:block {
		display: block;
	}
	.lg\:inline-block {
		display: inline-block;
	}
	.lg\:inline {
		display: inline;
	}
	.lg\:flex {
		display: flex;
	}
	.lg\:table-cell {
		display: table-cell;
	}
	.lg\:table-header-group {
		display: table-header-group;
	}
	.lg\:table-row {
		display: table-row;
	}
	.lg\:grid {
		display: grid;
	}
	.lg\:hidden {
		display: none;
	}
	.lg\:h-96 {
		height: 24rem;
	}
	.lg\:h-\[450px\] {
		height: 450px;
	}
	.lg\:h-12 {
		height: 3rem;
	}
	.lg\:min-h-0 {
		min-height: 0px;
	}
	.lg\:w-1\/3 {
		width: 33.333333%;
	}
	.lg\:w-2\/5 {
		width: 40%;
	}
	.lg\:w-3\/5 {
		width: 60%;
	}
	.lg\:w-2\/3 {
		width: 66.666667%;
	}
	.lg\:w-3\/4 {
		width: 75%;
	}
	.lg\:w-3\/12 {
		width: 25%;
	}
	.lg\:w-1\/2 {
		width: 50%;
	}
	.lg\:w-1\/4 {
		width: 25%;
	}
	.lg\:w-auto {
		width: auto;
	}
	.lg\:w-8\/12 {
		width: 66.666667%;
	}
	.lg\:w-\[300px\] {
		width: 300px;
	}
	.lg\:w-9\/12 {
		width: 75%;
	}
	.lg\:w-\[31\.5\%\] {
		width: 31.5%;
	}
	.lg\:w-4\/5 {
		width: 80%;
	}
	.lg\:w-12 {
		width: 3rem;
	}
	.lg\:w-1\/6 {
		width: 16.666667%;
	}
	.lg\:flex-1 {
		flex: 1 1 0%;
	}
	.lg\:table-auto {
		table-layout: auto;
	}
	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.lg\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lg\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	.lg\:grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}
	.lg\:flex-row {
		flex-direction: row;
	}
	.lg\:flex-nowrap {
		flex-wrap: nowrap;
	}
	.lg\:items-start {
		align-items: flex-start;
	}
	.lg\:justify-end {
		justify-content: flex-end;
	}
	.lg\:justify-center {
		justify-content: center;
	}
	.lg\:justify-between {
		justify-content: space-between;
	}
	.lg\:gap-6 {
		gap: 1.5rem;
	}
	.lg\:gap-11 {
		gap: 2.75rem;
	}
	.lg\:gap-8 {
		gap: 2rem;
	}
	.lg\:gap-x-10 {
		-moz-column-gap: 2.5rem;
		     column-gap: 2.5rem;
	}
	.lg\:gap-y-0 {
		row-gap: 0px;
	}
	.lg\: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)));
	}
	.lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}
	.lg\:overflow-x-hidden {
		overflow-x: hidden;
	}
	.lg\:border-0 {
		border-width: 0px;
	}
	.lg\:border-r {
		border-right-width: 1px;
	}
	.lg\:bg-transparent {
		background-color: transparent;
	}
	.lg\:p-6 {
		padding: 1.5rem;
	}
	.lg\:p-8 {
		padding: 2rem;
	}
	.lg\:p-4 {
		padding: 1rem;
	}
	.lg\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.lg\:py-2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.lg\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.lg\:py-3 {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
	.lg\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.lg\:pr-6 {
		padding-right: 1.5rem;
	}
	.lg\:pr-10 {
		padding-right: 2.5rem;
	}
	.lg\:pl-12 {
		padding-left: 3rem;
	}
	.lg\:pl-24 {
		padding-left: 6rem;
	}
	.lg\:pb-0 {
		padding-bottom: 0px;
	}
	.lg\:pr-8 {
		padding-right: 2rem;
	}
	.lg\:pt-2 {
		padding-top: 0.5rem;
	}
	.lg\:pt-0 {
		padding-top: 0px;
	}
	.lg\:text-left {
		text-align: left;
	}
	.lg\:text-right {
		text-align: right;
	}
	.lg\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.lg\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.lg\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.lg\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
	.lg\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.lg\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.lg\:text-black {
		--tw-text-opacity: 1;
		color: rgba(0, 0, 0, var(--tw-text-opacity));
	}
}
@media (min-width: 1280px) {
	.xl\:mt-0 {
		margin-top: 0px;
	}
	.xl\:table-cell {
		display: table-cell;
	}
	.xl\:w-1\/4 {
		width: 25%;
	}
	.xl\:w-1\/6 {
		width: 16.666667%;
	}
	.xl\:max-w-full {
		max-width: 100%;
	}
	.xl\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.xl\:px-2 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}