/* These styles will all be purged */
/* ! 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: Epilogue, -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: #a3a3a3;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a3a3a3;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a3a3a3;
}
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, 229, 229, 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: #737373;
	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;
}
[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: #123086;
	--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);
	border-color: #123086;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #737373;
	opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #737373;
	opacity: 1;
}
input::placeholder,textarea::placeholder {
	color: #737373;
	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='%23737373' 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: #123086;
	background-color: #fff;
	border-color: #737373;
	border-width: 1px;
}
[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: #123086;
	--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);
}
[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%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1rem;
	padding-left: 1rem;
}
@media (min-width: 640px) {
	.container {
		max-width: 640px;
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
		padding-right: 2rem;
		padding-left: 2rem;
	}
}
@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
		padding-right: 4rem;
		padding-left: 4rem;
	}
}
@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
		padding-right: 8rem;
		padding-left: 8rem;
	}
}
.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.aspect-w-3 {
	--tw-aspect-w: 3;
}
.aspect-w-4 {
	--tw-aspect-w: 4;
}
.aspect-w-16 {
	--tw-aspect-w: 16;
}
.aspect-h-2 {
	--tw-aspect-h: 2;
}
.aspect-h-3 {
	--tw-aspect-h: 3;
}
.aspect-h-8 {
	--tw-aspect-h: 8;
}
.aspect-h-9 {
	--tw-aspect-h: 9;
}
.aspect-h-10 {
	--tw-aspect-h: 10;
}
.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;
}
.invisible {
	visibility: hidden;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.right-0 {
	right: 0px;
}
.top-3 {
	top: 0.75rem;
}
.right-3 {
	right: 0.75rem;
}
.top-6 {
	top: 1.5rem;
}
.right-6 {
	right: 1.5rem;
}
.z-10 {
	z-index: 10;
}
.z-20 {
	z-index: 20;
}
.col-span-2 {
	grid-column: span 2 / span 2;
}
.col-span-12 {
	grid-column: span 12 / span 12;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-20 {
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.my-12 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.ml-auto {
	margin-left: auto;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mr-12 {
	margin-right: 3rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.ml-4 {
	margin-left: 1rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mt-auto {
	margin-top: auto;
}
.mr-4 {
	margin-right: 1rem;
}
.ml-5 {
	margin-left: 1.25rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-full {
	height: 100%;
}
.h-24 {
	height: 6rem;
}
.h-8 {
	height: 2rem;
}
.h-16 {
	height: 4rem;
}
.h-20 {
	height: 5rem;
}
.h-0 {
	height: 0px;
}
.h-12 {
	height: 3rem;
}
.h-6 {
	height: 1.5rem;
}
.h-5 {
	height: 1.25rem;
}
.h-32 {
	height: 8rem;
}
.h-4 {
	height: 1rem;
}
.min-h-full {
	min-height: 100%;
}
.min-h-screen {
	min-height: 100vh;
}
.w-8 {
	width: 2rem;
}
.w-auto {
	width: auto;
}
.w-full {
	width: 100%;
}
.w-20 {
	width: 5rem;
}
.w-12 {
	width: 3rem;
}
.w-6 {
	width: 1.5rem;
}
.w-56 {
	width: 14rem;
}
.w-5 {
	width: 1.25rem;
}
.\!w-8 {
	width: 2rem !important;
}
.w-32 {
	width: 8rem;
}
.w-4 {
	width: 1rem;
}
.min-w-0 {
	min-width: 0px;
}
.max-w-2xl {
	max-width: 42rem;
}
.max-w-3xl {
	max-width: 48rem;
}
.max-w-xs {
	max-width: 20rem;
}
.max-w-4xl {
	max-width: 56rem;
}
.max-w-sm {
	max-width: 24rem;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.origin-top-right {
	transform-origin: top right;
}
.scale-95 {
	--tw-scale-x: .95;
	--tw-scale-y: .95;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
.resize-y {
	resize: vertical;
}
.list-outside {
	list-style-position: outside;
}
.list-disc {
	list-style-type: disc;
}
.appearance-none {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-col {
	flex-direction: column;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-3 {
	gap: 0.75rem;
}
.gap-5 {
	gap: 1.25rem;
}
.gap-6 {
	gap: 1.5rem;
}
.gap-y-12 {
	row-gap: 3rem;
}
.gap-x-24 {
	-moz-column-gap: 6rem;
	     column-gap: 6rem;
}
.gap-x-12 {
	-moz-column-gap: 3rem;
	     column-gap: 3rem;
}
.gap-x-8 {
	-moz-column-gap: 2rem;
	     column-gap: 2rem;
}
.gap-y-16 {
	row-gap: 4rem;
}
.gap-y-10 {
	row-gap: 2.5rem;
}
.gap-y-6 {
	row-gap: 1.5rem;
}
.gap-y-5 {
	row-gap: 1.25rem;
}
.gap-x-6 {
	-moz-column-gap: 1.5rem;
	     column-gap: 1.5rem;
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.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-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-3\.5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.875rem * 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-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-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-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-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-y-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-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)));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2.5rem * 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-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)));
}
.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-gray-200 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(212, 212, 212, var(--tw-divide-opacity));
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-x-auto {
	overflow-x: auto;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-sm {
	border-radius: 0.125rem;
}
.rounded-md {
	border-radius: 0.375rem;
}
.border {
	border-width: 1px;
}
.border-0 {
	border-width: 0px;
}
.border-2 {
	border-width: 2px;
}
.border-t {
	border-top-width: 1px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-none {
	border-style: none;
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}
.border-transparent {
	border-color: transparent;
}
.border-green-600 {
	--tw-border-opacity: 1;
	border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-gold-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(246, 243, 237, var(--tw-bg-opacity));
}
.bg-red-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(211, 54, 62, var(--tw-bg-opacity));
}
.bg-blue-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(18, 48, 134, var(--tw-bg-opacity));
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.bg-gold-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(38, 36, 33, var(--tw-bg-opacity));
}
.bg-green-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.bg-gold-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(204, 165, 100, var(--tw-bg-opacity));
}
.bg-cyan-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(35, 178, 167, var(--tw-bg-opacity));
}
.bg-gradient-to-t {
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-black {
	--tw-gradient-from: #000;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.to-transparent {
	--tw-gradient-to: transparent;
}
.object-contain {
	-o-object-fit: contain;
	   object-fit: contain;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-1 {
	padding: 0.25rem;
}
.p-0 {
	padding: 0px;
}
.p-6 {
	padding: 1.5rem;
}
.p-8 {
	padding: 2rem;
}
.p-4 {
	padding: 1rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.px-0\.5 {
	padding-left: 0.125rem;
	padding-right: 0.125rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.pt-12 {
	padding-top: 3rem;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pt-3 {
	padding-top: 0.75rem;
}
.pb-2\.5 {
	padding-bottom: 0.625rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pb-3\.5 {
	padding-bottom: 0.875rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pl-5 {
	padding-left: 1.25rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pl-0 {
	padding-left: 0px;
}
.pr-10 {
	padding-right: 2.5rem;
}
.pb-0\.5 {
	padding-bottom: 0.125rem;
}
.pb-0 {
	padding-bottom: 0px;
}
.pt-24 {
	padding-top: 6rem;
}
.pb-32 {
	padding-bottom: 8rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.font-sans {
	font-family: Epilogue, -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-serif {
	font-family: Marcellus, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-6xl {
	font-size: 3.75rem;
	line-height: 1;
}
.font-bold {
	font-weight: 700;
}
.font-semibold {
	font-weight: 600;
}
.font-medium {
	font-weight: 500;
}
.uppercase {
	text-transform: uppercase;
}
.leading-snug {
	line-height: 1.375;
}
.leading-loose {
	line-height: 2;
}
.leading-relaxed {
	line-height: 1.625;
}
.leading-none {
	line-height: 1;
}
.leading-tight {
	line-height: 1.25;
}
.tracking-wider {
	letter-spacing: 0.05em;
}
.tracking-widest {
	letter-spacing: 0.1em;
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-gold-600 {
	--tw-text-opacity: 1;
	color: rgba(204, 165, 100, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(82, 82, 82, var(--tw-text-opacity));
}
.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(212, 212, 212, var(--tw-text-opacity));
}
.text-red-600 {
	--tw-text-opacity: 1;
	color: rgba(211, 54, 62, var(--tw-text-opacity));
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(115, 115, 115, var(--tw-text-opacity));
}
.text-blue-600 {
	--tw-text-opacity: 1;
	color: rgba(18, 48, 134, var(--tw-text-opacity));
}
.text-cyan-600 {
	--tw-text-opacity: 1;
	color: rgba(35, 178, 167, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-500::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}
.placeholder-gray-500:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}
.placeholder-gray-500::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}
.placeholder-black::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
.placeholder-black:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
.placeholder-black::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}
.opacity-70 {
	opacity: 0.7;
}
.opacity-25 {
	opacity: 0.25;
}
.opacity-0 {
	opacity: 0;
}
.opacity-60 {
	opacity: 0.6;
}
.mix-blend-multiply {
	mix-blend-mode: multiply;
}
.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-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-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-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);
}
.grayscale {
	--tw-grayscale: grayscale(100%);
	filter: var(--tw-filter);
}
.filter {
	filter: var(--tw-filter);
}
.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-300 {
	transition-duration: 300ms;
}
.duration-100 {
	transition-duration: 100ms;
}
.duration-200 {
	transition-duration: 200ms;
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.line-clamp-2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* These styles will be purged */

/* These styles will not be purged */

/* FOR TESTING PURPOSE */
/* * {
		outline: 1px solid red;
	} */

/* CUSTOM SELECTION COLOR */

::-moz-selection {
	--tw-bg-opacity: 1;
	background-color: rgba(246, 243, 237, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

::selection {
	--tw-bg-opacity: 1;
	background-color: rgba(246, 243, 237, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

/* SMOOTH SCROLL */

html,
body,
main {
	scroll-behavior: smooth;
}

/* BUTTONS */

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.125rem;
	border-width: 1px;
	border-color: transparent;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1rem;
	padding-bottom: 0.875rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	--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);
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}

.btn:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--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);
	--tw-ring-offset-width: 2px;
}

@media (min-width: 640px) {
	.btn {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.btn-sm {
	padding-top: 0.75rem;
	padding-bottom: 0.625rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

@media (min-width: 640px) {
	.btn-sm {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (min-width: 1280px) {
	.btn-sm {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

.btn-primary {
	--tw-bg-opacity: 1;
	background-color: rgba(204, 165, 100, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(189, 133, 52, var(--tw-bg-opacity));
}

.btn-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.btn-white:hover {
	--tw-bg-opacity: 0.8;
}

.btn-white-outline {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-white-outline:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(38, 36, 33, var(--tw-text-opacity));
}

.btn-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-black:hover {
	--tw-bg-opacity: 0.9;
}

.btn-black-outline {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.btn-black-outline:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* FORMS */

label {
	display: block;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(64, 64, 64, var(--tw-text-opacity));
}

[multiple], [type="date"], [type="datetime-local"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], select, textarea {
	display: block;
	width: 100%;
	border-radius: 0.125rem;
	--tw-border-opacity: 1;
	border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

[multiple]:focus, [type="date"]:focus, [type="datetime-local"]:focus, [type="email"]:focus, [type="month"]:focus, [type="number"]:focus, [type="password"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="text"]:focus, [type="time"]:focus, [type="url"]:focus, [type="week"]:focus, select:focus, textarea:focus {
	--tw-border-opacity: 1;
	border-color: rgba(204, 165, 100, var(--tw-border-opacity));
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(204, 165, 100, var(--tw-ring-opacity));
}

@media (min-width: 640px) {
	[multiple], [type="date"], [type="datetime-local"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], select, textarea {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}

/* PRIMARY NAVIGATION */

.nav-link {
	display: inline-flex;
	transform: var(--tw-transform);
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-text-opacity: 0.8;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}

.nav-link:hover {
	--tw-translate-y: -0.125rem;
	transform: var(--tw-transform);
	--tw-text-opacity: 1;
	color: rgba(204, 165, 100, var(--tw-text-opacity));
	--tw-text-opacity: 1;
}

.nav-link:focus {
	--tw-text-opacity: 1;
	color: rgba(204, 165, 100, var(--tw-text-opacity));
}

@media (min-width: 1280px) {
	.nav-link {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

.nav-link.active {
	--tw-text-opacity: 1;
	color: rgba(204, 165, 100, var(--tw-text-opacity));
	--tw-text-opacity: 1;
}

/* SUB NAVIGATION (FOR HOTEL DETAILS PAGE */

.sub-nav-link {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	padding: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-text-opacity: 0.75;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}

.sub-nav-link:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	--tw-bg-opacity: 0.2;
	--tw-text-opacity: 1;
}

.sub-nav-link.active {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	--tw-bg-opacity: 0.2;
	--tw-text-opacity: 1;
}

/* MOBILE NAVIGATION */

.mobile-nav-link {
	display: flex;
	width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
	padding-bottom: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}

.mobile-nav-link:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(204, 165, 100, var(--tw-text-opacity));
}

@media (min-width: 640px) {
	.mobile-nav-link {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 1024px) {
	.mobile-nav-link {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

/* SWIPER */

.swiper-pagination-bullet {
	height: 0.75rem;
	width: 0.75rem;
	border-radius: 0px;
	padding: 0px;
}

.swiper-pagination-bullet:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin-left: 0.375rem;
	margin-right: 0.375rem;
}

.hero-slider.swiper-container-horizontal > .swiper-pagination-bullets, .hero-slider .swiper-pagination-custom, .hero-slider .swiper-pagination-fraction {
	bottom: 1.5rem;
}

@media (min-width: 1280px) {
	.hero-slider.swiper-container-horizontal > .swiper-pagination-bullets, .hero-slider .swiper-pagination-custom, .hero-slider .swiper-pagination-fraction {
		bottom: 5rem;
	}
}

.locations-slider .swiper-pagination {
	position: relative;
	bottom: -0.5rem;
}

.locations-slider .swiper-pagination-bullet {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.locations-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	--tw-bg-opacity: 0.6;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.swiper-slide {
	height: auto;
}

/* DROPDOWN */

.dropdown-menu.active {
	pointer-events: auto;
	visibility: visible;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: var(--tw-transform);
	opacity: 1;
}

/* SELECT2 */

.select2-container {
	width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 24px;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0px;
}

.select2-container--default .select2-selection--single {
	height: 42px;
	border-radius: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	background-color: transparent;
	padding-left: 0.125rem;
	padding-right: 0.125rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.select2-container--default .select2-selection--single:focus {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.select2.select2-container--open .select2-container--default .select2-selection--single {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	opacity: 0;
}

.select2-search--dropdown {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border-radius: 0.125rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.select2-dropdown {
	overflow: hidden;
	border-radius: 0.25rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	--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);
}

.select2-results__option {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.select2-container--default .select2-results__option--selected {
	--tw-bg-opacity: 1;
	background-color: rgba(204, 165, 100, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	--tw-bg-opacity: 1;
	background-color: rgba(246, 243, 237, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

/* DATE RANGE PICKER */

.daterangepicker {
	overflow: hidden;
	border-radius: 0.25rem;
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	font-family: Epilogue, -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-weight: 500;
	--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);
}

.daterangepicker .ranges li:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(246, 243, 237, var(--tw-bg-opacity));
}

.daterangepicker td.in-range {
	--tw-bg-opacity: 1;
	background-color: rgba(246, 243, 237, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.daterangepicker .ranges li.active, .daterangepicker td.active, .daterangepicker td.active:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(204, 165, 100, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-daterangepicker {
	border-radius: 0.125rem;
	border-width: 1px;
	border-color: transparent;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
}

.btn-daterangepicker-primary {
	--tw-bg-opacity: 1;
	background-color: rgba(204, 165, 100, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-daterangepicker-secondary {
	--tw-border-opacity: 1;
	border-color: rgba(212, 212, 212, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
	border-radius: 0.125rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.daterangepicker select.monthselect:focus, .daterangepicker select.yearselect:focus {
	--tw-border-opacity: 1;
	border-color: rgba(204, 165, 100, var(--tw-border-opacity));
}

/* RANGE SLIDER */

.irs--round .irs-handle {
	--tw-border-opacity: 1;
	border-color: rgba(204, 165, 100, var(--tw-border-opacity));
	--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);
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
	--tw-bg-opacity: 1;
	background-color: rgba(204, 165, 100, var(--tw-bg-opacity));
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
	border-top-color: #cca564;
}

.irs--round .irs-bar {
	--tw-bg-opacity: 1;
	background-color: rgba(204, 165, 100, var(--tw-bg-opacity));
}

/* MODALS */

.modal {
	visibility: hidden;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 20;
	height: 100%;
	width: 100%;
	overflow: hidden;
	opacity: 0;
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.modal-dialog {
	pointer-events: none;
	position: relative;
	margin: 0.5rem;
	width: auto;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 640px) {
	.modal-dialog {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.modal-dialog {
		margin-left: auto;
		margin-right: auto;
	}
	.modal-dialog {
		width: 100%;
	}
}

.modal-dialog {
	transform: translate(0, -50px);
}

.modal-dialog-scrollable {
	height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(100% - 1rem);
}

.modal-content {
	pointer-events: auto;
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: column;
	border-radius: 0.5rem;
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.modal.active {
	visibility: visible;
	opacity: 1;
}

.modal.active .modal-dialog {
	transform: none;
}

.modal-header .btn-close {
	margin-top: -0.375rem;
	margin-bottom: -0.375rem;
	margin-left: auto;
	margin-right: -0.375rem;
	border-radius: 0.5rem;
	padding: 0.375rem;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}

.modal-body {
	flex: 1 1 0%;
	flex-grow: 1;
	overflow-y: auto;
}

.modal-footer {
	padding: 1rem;
}

@media (min-width: 576px) {
	.modal-dialog-scrollable {
		height: calc(100% - 3.5rem);
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}

	.modal-sm {
		max-width: 300px;
	}
}

.modal-dialog.modal-fullscreen {
	margin: 0px;
	height: 100%;
	width: 100vw;
	max-width: none;
}

.modal-dialog.modal-fullscreen .modal-content {
	height: 100%;
	border-radius: 0px;
	border-width: 0px;
}

/* OFFCANVAS */

.offcanvas {
	visibility: hidden;
	bottom: 0px;
	z-index: 20;
	display: flex;
	transform: var(--tw-transform);
	flex-direction: column;
	--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: 2px solid transparent;
	outline-offset: 2px;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.offcanvas-left {
	top: 0px;
	left: 0px;
	width: 100%;
	--tw-translate-x: -100%;
	transform: var(--tw-transform);
}

.offcanvas-right {
	top: 0px;
	right: 0px;
	width: 100%;
	--tw-translate-x: 100%;
	transform: var(--tw-transform);
}

.offcanvas.active {
	visibility: visible;
	transform: none;
}

.offcanvas-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
}

.offcanvas-header .btn-close {
	margin-top: -0.375rem;
	margin-bottom: -0.375rem;
	margin-left: auto;
	margin-right: -0.375rem;
	border-radius: 0.5rem;
	padding: 0.375rem;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}

.offcanvas-body {
	flex: 1 1 0%;
	flex-grow: 1;
	overflow-y: auto;
}

.offcanvas-footer {
	padding: 1rem;
}

/* OVERLAY */

.overlay {
	pointer-events: none;
	visibility: hidden;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 10;
	height: 100vh;
	width: 100vw;
	--tw-bg-opacity: 1;
	background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
	opacity: 0;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: linear;
}

.overlay.show {
	visibility: visible;
	opacity: 0.75;
}

.hover\:translate-x-1:hover {
	--tw-translate-x: 0.25rem;
	transform: var(--tw-transform);
}

.hover\:scale-110:hover {
	--tw-scale-x: 1.1;
	--tw-scale-y: 1.1;
	transform: var(--tw-transform);
}

.hover\:bg-gray-800:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

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

.hover\:bg-gray-200:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.hover\:bg-gold-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(204, 165, 100, var(--tw-bg-opacity));
}

.hover\:bg-black:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.hover\:bg-opacity-20:hover {
	--tw-bg-opacity: 0.2;
}

.hover\:text-black:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-gold-600:hover {
	--tw-text-opacity: 1;
	color: rgba(204, 165, 100, var(--tw-text-opacity));
}

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

.hover\:text-opacity-70:hover {
	--tw-text-opacity: 0.7;
}

.hover\:underline:hover {
	text-decoration: underline;
}

.hover\:opacity-100:hover {
	opacity: 1;
}

.focus\:border-gold-600:focus {
	--tw-border-opacity: 1;
	border-color: rgba(204, 165, 100, var(--tw-border-opacity));
}

.focus\:border-black:focus {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus\:bg-gray-800:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}

.focus\:bg-gold-600:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(204, 165, 100, var(--tw-bg-opacity));
}

.focus\:bg-black:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus\:bg-opacity-20:focus {
	--tw-bg-opacity: 0.2;
}

.focus\:placeholder-gray-400:focus::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(163, 163, 163, var(--tw-placeholder-opacity));
}

.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.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-gold-600:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(204, 165, 100, var(--tw-ring-opacity));
}

@media (min-width: 640px) {
	.sm\:aspect-w-1,
.sm\:aspect-w-2,
.sm\:aspect-w-3,
.sm\:aspect-w-4,
.sm\:aspect-w-5,
.sm\:aspect-w-6,
.sm\:aspect-w-7,
.sm\:aspect-w-8,
.sm\:aspect-w-9,
.sm\:aspect-w-10,
.sm\:aspect-w-11,
.sm\:aspect-w-12,
.sm\:aspect-w-13,
.sm\:aspect-w-14,
.sm\:aspect-w-15,
.sm\:aspect-w-16 {
		position: relative;
		padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	}
	.sm\:aspect-w-1 > *,
.sm\:aspect-w-2 > *,
.sm\:aspect-w-3 > *,
.sm\:aspect-w-4 > *,
.sm\:aspect-w-5 > *,
.sm\:aspect-w-6 > *,
.sm\:aspect-w-7 > *,
.sm\:aspect-w-8 > *,
.sm\:aspect-w-9 > *,
.sm\:aspect-w-10 > *,
.sm\:aspect-w-11 > *,
.sm\:aspect-w-12 > *,
.sm\:aspect-w-13 > *,
.sm\:aspect-w-14 > *,
.sm\:aspect-w-15 > *,
.sm\:aspect-w-16 > * {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.sm\:aspect-w-16 {
		--tw-aspect-w: 16;
	}
	.sm\:aspect-h-6 {
		--tw-aspect-h: 6;
	}
	.sm\:order-2 {
		order: 2;
	}
	.sm\:order-1 {
		order: 1;
	}
	.sm\:col-span-2 {
		grid-column: span 2 / span 2;
	}
	.sm\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	.sm\:mt-16 {
		margin-top: 4rem;
	}
	.sm\:mt-0 {
		margin-top: 0px;
	}
	.sm\:mt-6 {
		margin-top: 1.5rem;
	}
	.sm\:flex {
		display: flex;
	}
	.sm\:grid {
		display: grid;
	}
	.sm\:max-w-md {
		max-width: 28rem;
	}
	.sm\:max-w-sm {
		max-width: 24rem;
	}
	.sm\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.sm\:flex-row {
		flex-direction: row;
	}
	.sm\:items-start {
		align-items: flex-start;
	}
	.sm\:items-center {
		align-items: center;
	}
	.sm\:justify-end {
		justify-content: flex-end;
	}
	.sm\:justify-between {
		justify-content: space-between;
	}
	.sm\:gap-6 {
		gap: 1.5rem;
	}
	.sm\:gap-x-6 {
		-moz-column-gap: 1.5rem;
		     column-gap: 1.5rem;
	}
	.sm\:gap-y-12 {
		row-gap: 3rem;
	}
	.sm\:gap-y-6 {
		row-gap: 1.5rem;
	}
	.sm\: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));
	}
	.sm\: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)));
	}
	.sm\:p-8 {
		padding: 2rem;
	}
	.sm\:p-6 {
		padding: 1.5rem;
	}
	.sm\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.sm\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.sm\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.sm\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.sm\:pb-48 {
		padding-bottom: 12rem;
	}
	.sm\:pt-36 {
		padding-top: 9rem;
	}
	.sm\:text-left {
		text-align: left;
	}
	.sm\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
	.sm\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.sm\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.sm\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.sm\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

@media (min-width: 768px) {
	.md\:col-span-1 {
		grid-column: span 1 / span 1;
	}
	.md\:col-span-5 {
		grid-column: span 5 / span 5;
	}
	.md\:col-span-7 {
		grid-column: span 7 / span 7;
	}
	.md\:col-span-4 {
		grid-column: span 4 / span 4;
	}
	.md\:col-span-8 {
		grid-column: span 8 / span 8;
	}
	.md\:mt-0 {
		margin-top: 0px;
	}
	.md\:ml-8 {
		margin-left: 2rem;
	}
	.md\:flex {
		display: flex;
	}
	.md\:grid {
		display: grid;
	}
	.md\:max-w-none {
		max-width: none;
	}
	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.md\:grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}
	.md\:flex-col {
		flex-direction: column;
	}
	.md\:items-center {
		align-items: center;
	}
	.md\:justify-between {
		justify-content: space-between;
	}
	.md\:gap-8 {
		gap: 2rem;
	}
	.md\:gap-x-8 {
		-moz-column-gap: 2rem;
		     column-gap: 2rem;
	}
	.md\:gap-y-8 {
		row-gap: 2rem;
	}
	.md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	.md\: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));
	}
	.md\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.md\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
	.md\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}

@media (min-width: 1024px) {
	.lg\:container {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	@media (min-width: 640px) {
		.lg\:container {
			max-width: 640px;
			padding-right: 1.5rem;
			padding-left: 1.5rem;
		}
	}
	@media (min-width: 768px) {
		.lg\:container {
			max-width: 768px;
		}
	}
	@media (min-width: 1024px) {
		.lg\:container {
			max-width: 1024px;
			padding-right: 2rem;
			padding-left: 2rem;
		}
	}
	@media (min-width: 1280px) {
		.lg\:container {
			max-width: 1280px;
			padding-right: 4rem;
			padding-left: 4rem;
		}
	}
	@media (min-width: 1536px) {
		.lg\:container {
			max-width: 1536px;
			padding-right: 8rem;
			padding-left: 8rem;
		}
	}
	.lg\:aspect-w-1,
.lg\:aspect-w-2,
.lg\:aspect-w-3,
.lg\:aspect-w-4,
.lg\:aspect-w-5,
.lg\:aspect-w-6,
.lg\:aspect-w-7,
.lg\:aspect-w-8,
.lg\:aspect-w-9,
.lg\:aspect-w-10,
.lg\:aspect-w-11,
.lg\:aspect-w-12,
.lg\:aspect-w-13,
.lg\:aspect-w-14,
.lg\:aspect-w-15,
.lg\:aspect-w-16 {
		position: relative;
		padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	}
	.lg\:aspect-w-1 > *,
.lg\:aspect-w-2 > *,
.lg\:aspect-w-3 > *,
.lg\:aspect-w-4 > *,
.lg\:aspect-w-5 > *,
.lg\:aspect-w-6 > *,
.lg\:aspect-w-7 > *,
.lg\:aspect-w-8 > *,
.lg\:aspect-w-9 > *,
.lg\:aspect-w-10 > *,
.lg\:aspect-w-11 > *,
.lg\:aspect-w-12 > *,
.lg\:aspect-w-13 > *,
.lg\:aspect-w-14 > *,
.lg\:aspect-w-15 > *,
.lg\:aspect-w-16 > * {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.lg\:aspect-w-3 {
		--tw-aspect-w: 3;
	}
	.lg\:aspect-h-4 {
		--tw-aspect-h: 4;
	}
	.lg\:order-2 {
		order: 2;
	}
	.lg\:order-1 {
		order: 1;
	}
	.lg\:col-span-2 {
		grid-column: span 2 / span 2;
	}
	.lg\:col-span-7 {
		grid-column: span 7 / span 7;
	}
	.lg\:col-span-5 {
		grid-column: span 5 / span 5;
	}
	.lg\:my-16 {
		margin-top: 4rem;
		margin-bottom: 4rem;
	}
	.lg\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	.lg\:ml-8 {
		margin-left: 2rem;
	}
	.lg\:mt-8 {
		margin-top: 2rem;
	}
	.lg\:block {
		display: block;
	}
	.lg\:flex {
		display: flex;
	}
	.lg\:grid {
		display: grid;
	}
	.lg\:hidden {
		display: none;
	}
	.lg\:max-w-xl {
		max-width: 36rem;
	}
	.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-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}
	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lg\:grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}
	.lg\:items-center {
		align-items: center;
	}
	.lg\:justify-between {
		justify-content: space-between;
	}
	.lg\:gap-8 {
		gap: 2rem;
	}
	.lg\:gap-y-0 {
		row-gap: 0px;
	}
	.lg\:gap-x-6 {
		-moz-column-gap: 1.5rem;
		     column-gap: 1.5rem;
	}
	.lg\:gap-x-12 {
		-moz-column-gap: 3rem;
		     column-gap: 3rem;
	}
	.lg\:gap-x-8 {
		-moz-column-gap: 2rem;
		     column-gap: 2rem;
	}
	.lg\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(1.75rem * var(--tw-space-x-reverse));
		margin-left: calc(1.75rem * 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\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.lg\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}
	.lg\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.lg\:pt-16 {
		padding-top: 4rem;
	}
	.lg\:pl-16 {
		padding-left: 4rem;
	}
	.lg\:pl-12 {
		padding-left: 3rem;
	}
	.lg\:text-left {
		text-align: left;
	}
	.lg\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}

@media (min-width: 1280px) {
	.xl\:absolute {
		position: absolute;
	}
	.xl\:inset-x-0 {
		left: 0px;
		right: 0px;
	}
	.xl\:bottom-0 {
		bottom: 0px;
	}
	.xl\:col-span-3 {
		grid-column: span 3 / span 3;
	}
	.xl\:col-span-9 {
		grid-column: span 9 / span 9;
	}
	.xl\:ml-3 {
		margin-left: 0.75rem;
	}
	.xl\:mt-12 {
		margin-top: 3rem;
	}
	.xl\:-mb-12 {
		margin-bottom: -3rem;
	}
	.xl\:block {
		display: block;
	}
	.xl\:inline-flex {
		display: inline-flex;
	}
	.xl\:max-w-6xl {
		max-width: 72rem;
	}
	.xl\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.xl\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.xl\:gap-x-12 {
		-moz-column-gap: 3rem;
		     column-gap: 3rem;
	}
	.xl\:gap-x-24 {
		-moz-column-gap: 6rem;
		     column-gap: 6rem;
	}
	.xl\:rounded-sm {
		border-radius: 0.125rem;
	}
	.xl\:pl-20 {
		padding-left: 5rem;
	}
	.xl\:pl-16 {
		padding-left: 4rem;
	}
	.xl\:pb-56 {
		padding-bottom: 14rem;
	}
	.xl\:pt-32 {
		padding-top: 8rem;
	}
	.xl\:pb-24 {
		padding-bottom: 6rem;
	}
	.xl\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.xl\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}
	.xl\: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);
	}
}

@media (min-width: 1536px) {
	.\32xl\:h-10 {
		height: 2.5rem;
	}
	.\32xl\:w-10 {
		width: 2.5rem;
	}
	.\32xl\:gap-x-24 {
		-moz-column-gap: 6rem;
		     column-gap: 6rem;
	}
	.\32xl\: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)));
	}
}
