/*! tailwindcss v2.2.7 | 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;
	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] {
	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::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 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;
}
.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;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.top-0 {
	top: 0px;
}
.right-0 {
	right: 0px;
}
.top-10 {
	top: 2.5rem;
}
.bottom-14 {
	bottom: 3.5rem;
}
.-top-24 {
	top: -6rem;
}
.left-0 {
	left: 0px;
}
.bottom-0 {
	bottom: 0px;
}
.z-10 {
	z-index: 10;
}
.z-50 {
	z-index: 50;
}
.z-30 {
	z-index: 30;
}
.z-20 {
	z-index: 20;
}
.order-1 {
	order: 1;
}
.col-span-1 {
	grid-column: span 1 / span 1;
}
.m-0 {
	margin: 0px;
}
.m-4 {
	margin: 1rem;
}
.m-\[5\%\] {
	margin: 5%;
}
.m-2 {
	margin: 0.5rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}
.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.ml-auto {
	margin-left: auto;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mr-4 {
	margin-right: 1rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-\[2px\] {
	margin-top: 2px;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.-mt-px {
	margin-top: -1px;
}
.-mr-px {
	margin-right: -1px;
}
.ml-3 {
	margin-left: 0.75rem;
}
.-ml-px {
	margin-left: -1px;
}
.mb-0 {
	margin-bottom: 0px;
}
.mt-2 {
	margin-top: 0.5rem;
}
.-mr-10 {
	margin-right: -2.5rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.-mr-32 {
	margin-right: -8rem;
}
.-mr-1 {
	margin-right: -0.25rem;
}
.-ml-32 {
	margin-left: -8rem;
}
.-mt-24 {
	margin-top: -6rem;
}
.mt-12 {
	margin-top: 3rem;
}
.ml-0 {
	margin-left: 0px;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.table {
	display: table;
}
.hidden {
	display: none;
}
.h-10 {
	height: 2.5rem;
}
.h-6 {
	height: 1.5rem;
}
.h-8 {
	height: 2rem;
}
.h-4 {
	height: 1rem;
}
.h-full {
	height: 100%;
}
.h-32 {
	height: 8rem;
}
.h-5 {
	height: 1.25rem;
}
.h-auto {
	height: auto;
}
.h-\[80px\] {
	height: 80px;
}
.h-\[60px\] {
	height: 60px;
}
.h-\[100px\] {
	height: 100px;
}
.h-\[120px\] {
	height: 120px;
}
.h-1 {
	height: 0.25rem;
}
.h-20 {
	height: 5rem;
}
.h-48 {
	height: 12rem;
}
.max-h-64 {
	max-height: 16rem;
}
.w-32 {
	width: 8rem;
}
.w-10 {
	width: 2.5rem;
}
.w-6 {
	width: 1.5rem;
}
.w-8 {
	width: 2rem;
}
.w-4 {
	width: 1rem;
}
.w-full {
	width: 100%;
}
.w-3\/4 {
	width: 75%;
}
.w-0 {
	width: 0px;
}
.w-5 {
	width: 1.25rem;
}
.w-48 {
	width: 12rem;
}
.w-40 {
	width: 10rem;
}
.w-auto {
	width: auto;
}
.w-1\/2 {
	width: 50%;
}
.w-2\/3 {
	width: 66.666667%;
}
.w-20 {
	width: 5rem;
}
.w-8\/12 {
	width: 66.666667%;
}
.w-11\/12 {
	width: 91.666667%;
}
.w-1\/12 {
	width: 8.333333%;
}
.max-w-2xl {
	max-width: 42rem;
}
.max-w-sm {
	max-width: 24rem;
}
.max-w-xs {
	max-width: 20rem;
}
.max-w-4xl {
	max-width: 56rem;
}
.max-w-full {
	max-width: 100%;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.flex-grow {
	flex-grow: 1;
}
.origin-center {
	transform-origin: center;
}
.translate-x-full {
	--tw-translate-x: 100%;
	transform: var(--tw-transform);
}
.rotate-45 {
	--tw-rotate: 45deg;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.list-none {
	list-style-type: none;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.content-between {
	align-content: space-between;
}
.items-center {
	align-items: center;
}
.items-stretch {
	align-items: stretch;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-around {
	justify-content: space-around;
}
.gap-10 {
	gap: 2.5rem;
}
.gap-8 {
	gap: 2rem;
}
.self-center {
	align-self: center;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-y-scroll {
	overflow-y: scroll;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-r-full {
	border-top-right-radius: 9999px;
	border-bottom-right-radius: 9999px;
}
.rounded-bl-lg {
	border-bottom-left-radius: 0.5rem;
}
.rounded-br-lg {
	border-bottom-right-radius: 0.5rem;
}
.border {
	border-width: 1px;
}
.border-2 {
	border-width: 2px;
}
.border-t-4 {
	border-top-width: 4px;
}
.border-t {
	border-top-width: 1px;
}
.border-r {
	border-right-width: 1px;
}
.border-t-0 {
	border-top-width: 0px;
}
.border-r-0 {
	border-right-width: 0px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-l-2 {
	border-left-width: 2px;
}
.border-r-2 {
	border-right-width: 2px;
}
.border-solid {
	border-style: solid;
}
.border-primary {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 255, var(--tw-border-opacity));
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-transparent {
	border-color: transparent;
}
.border-tertiary {
	--tw-border-opacity: 1;
	border-color: rgba(103, 194, 58, var(--tw-border-opacity));
}
.border-gray-700 {
	--tw-border-opacity: 1;
	border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}
.bg-\[\#33180F\] {
	--tw-bg-opacity: 1;
	background-color: rgba(51, 24, 15, var(--tw-bg-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-tertiary {
	--tw-bg-opacity: 1;
	background-color: rgba(103, 194, 58, var(--tw-bg-opacity));
}
.bg-primary {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 255, var(--tw-bg-opacity));
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-gray-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}
.bg-opacity-40 {
	--tw-bg-opacity: 0.4;
}
.fill-current {
	fill: currentColor;
}
.object-contain {
	object-fit: contain;
}
.object-cover {
	object-fit: cover;
}
.p-0 {
	padding: 0px;
}
.p-4 {
	padding: 1rem;
}
.p-8 {
	padding: 2rem;
}
.p-2 {
	padding: 0.5rem;
}
.p-10 {
	padding: 2.5rem;
}
.p-1 {
	padding: 0.25rem;
}
.px-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-48 {
	padding-top: 12rem;
	padding-bottom: 12rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pb-5 {
	padding-bottom: 1.25rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pl-12 {
	padding-left: 3rem;
}
.pr-6 {
	padding-right: 1.5rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pr-1 {
	padding-right: 0.25rem;
}
.pl-8 {
	padding-left: 2rem;
}
.pr-10 {
	padding-right: 2.5rem;
}
.pt-16 {
	padding-top: 4rem;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pb-24 {
	padding-bottom: 6rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pb-1 {
	padding-bottom: 0.25rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.align-middle {
	vertical-align: middle;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-6xl {
	font-size: 3.75rem;
	line-height: 1;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.font-medium {
	font-weight: 500;
}
.font-bold {
	font-weight: 700;
}
.font-normal {
	font-weight: 400;
}
.uppercase {
	text-transform: uppercase;
}
.leading-5 {
	line-height: 1.25rem;
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-brown {
	color: #F6A6216F;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-red-700 {
	--tw-text-opacity: 1;
	color: rgba(185, 28, 28, var(--tw-text-opacity));
}
.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, 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-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-tertiary {
	--tw-text-opacity: 1;
	color: rgba(103, 194, 58, var(--tw-text-opacity));
}
.text-yellow {
	--tw-text-opacity: 1;
	color: rgba(246, 166, 33, var(--tw-text-opacity));
}
.text-green-600 {
	--tw-text-opacity: 1;
	color: rgba(5, 150, 105, var(--tw-text-opacity));
}
.text-red-600 {
	--tw-text-opacity: 1;
	color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.opacity-90 {
	opacity: 0.9;
}
.opacity-60 {
	opacity: 0.6;
}
.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 {
	--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);
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-150 {
	transition-duration: 150ms;
}
.duration-300 {
	transition-duration: 300ms;
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1rem;
	padding-left: 1rem;
}
@media (min-width: 480px) {

	.container {
		max-width: 480px;
	}
}
@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}
}
@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
		padding-right: 5rem;
		padding-left: 5rem;
	}
}
@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}
.hover\:cursor-pointer:hover {
	cursor: pointer;
}
.hover\:border-secondary:hover {
	--tw-border-opacity: 1;
	border-color: rgba(255, 0, 0, var(--tw-border-opacity));
}
.hover\:bg-tertiary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(103, 194, 58, var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.hover\:bg-secondary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 0, 0, var(--tw-bg-opacity));
}
.hover\:text-yellow:hover {
	--tw-text-opacity: 1;
	color: rgba(246, 166, 33, var(--tw-text-opacity));
}
.hover\:text-gray-500:hover {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:text-tertiary:hover {
	--tw-text-opacity: 1;
	color: rgba(103, 194, 58, var(--tw-text-opacity));
}
.hover\:text-brownHover:hover {
	--tw-text-opacity: 1;
	color: rgba(51, 24, 15, var(--tw-text-opacity));
}
.hover\:underline:hover {
	text-decoration: underline;
}
.hover\:no-underline:hover {
	text-decoration: none;
}
.focus\:z-10:focus {
	z-index: 10;
}
.focus\:z-20:focus {
	z-index: 20;
}
.focus\:cursor-pointer:focus {
	cursor: pointer;
}
.focus\:border-blue-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
@media (min-width: 480px) {

	.\34 80\:mb-40 {
		margin-bottom: 10rem;
	}

	.\34 80\:flex {
		display: flex;
	}

	.\34 80\:w-10\/12 {
		width: 83.333333%;
	}

	.\34 80\:flex-row {
		flex-direction: row;
	}

	.\34 80\:justify-around {
		justify-content: space-around;
	}

	.\34 80\:py-72 {
		padding-top: 18rem;
		padding-bottom: 18rem;
	}

	.\34 80\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.\34 80\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.\34 80\:pb-16 {
		padding-bottom: 4rem;
	}

	.\34 80\:pt-16 {
		padding-top: 4rem;
	}

	.\34 80\:text-left {
		text-align: left;
	}
}
@media (min-width: 640px) {

	.\36 40\:relative {
		position: relative;
	}

	.\36 40\:-top-36 {
		top: -9rem;
	}

	.\36 40\:my-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.\36 40\:mb-36 {
		margin-bottom: 9rem;
	}

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

	.\36 40\:mt-16 {
		margin-top: 4rem;
	}

	.\36 40\:inline-block {
		display: inline-block;
	}

	.\36 40\:flex {
		display: flex;
	}

	.\36 40\:hidden {
		display: none;
	}

	.\36 40\:w-1\/2 {
		width: 50%;
	}

	.\36 40\:w-7\/12 {
		width: 58.333333%;
	}

	.\36 40\:w-5\/12 {
		width: 41.666667%;
	}

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

	.\36 40\:justify-center {
		justify-content: center;
	}

	.\36 40\:bg-transparent {
		background-color: transparent;
	}

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

	.\36 40\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.\36 40\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.\36 40\:pb-0 {
		padding-bottom: 0px;
	}

	.\36 40\:pb-8 {
		padding-bottom: 2rem;
	}

	.\36 40\:pt-24 {
		padding-top: 6rem;
	}
}
@media (min-width: 768px) {

	.\37 68\:order-1 {
		order: 1;
	}

	.\37 68\:m-\[10\%\] {
		margin: 10%;
	}

	.\37 68\:my-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.\37 68\:mx-16 {
		margin-left: 4rem;
		margin-right: 4rem;
	}

	.\37 68\:mx-8 {
		margin-left: 2rem;
		margin-right: 2rem;
	}

	.\37 68\:mb-44 {
		margin-bottom: 11rem;
	}

	.\37 68\:ml-0 {
		margin-left: 0px;
	}

	.\37 68\:flex {
		display: flex;
	}

	.\37 68\:h-20 {
		height: 5rem;
	}

	.\37 68\:w-6\/12 {
		width: 50%;
	}

	.\37 68\:w-1\/2 {
		width: 50%;
	}

	.\37 68\:w-\[60\%\] {
		width: 60%;
	}

	.\37 68\:w-\[40\%\] {
		width: 40%;
	}

	.\37 68\:w-5\/6 {
		width: 83.333333%;
	}

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

	.\37 68\:w-5\/12 {
		width: 41.666667%;
	}

	.\37 68\:flex-row {
		flex-direction: row;
	}

	.\37 68\:justify-start {
		justify-content: flex-start;
	}

	.\37 68\:justify-end {
		justify-content: flex-end;
	}

	.\37 68\:justify-between {
		justify-content: space-between;
	}

	.\37 68\:py-7 {
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}

	.\37 68\:py-80 {
		padding-top: 20rem;
		padding-bottom: 20rem;
	}

	.\37 68\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.\37 68\:py-28 {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}

	.\37 68\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.\37 68\:pr-5 {
		padding-right: 1.25rem;
	}

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

	.\37 68\:pl-10 {
		padding-left: 2.5rem;
	}

	.\37 68\:text-left {
		text-align: left;
	}
}
@media (min-width: 1024px) {

	.\31 024\:top-\[-19rem\] {
		top: -19rem;
	}

	.\31 024\:left-\[-185px\] {
		left: -185px;
	}

	.\31 024\:m-\[15\%\] {
		margin: 15%;
	}

	.\31 024\:-mr-8 {
		margin-right: -2rem;
	}

	.\31 024\:mt-24 {
		margin-top: 6rem;
	}

	.\31 024\:max-h-\[130px\] {
		max-height: 130px;
	}

	.\31 024\:w-auto {
		width: auto;
	}

	.\31 024\:w-1\/4 {
		width: 25%;
	}

	.\31 024\:w-1\/2 {
		width: 50%;
	}

	.\31 024\:gap-20 {
		gap: 5rem;
	}

	.\31 024\:py-48 {
		padding-top: 12rem;
		padding-bottom: 12rem;
	}

	.\31 024\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.\31 024\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}
@media (min-width: 1280px) {

	.\31 280\:container {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 1rem;
		padding-left: 1rem;
	}

	@media (min-width: 480px) {

		.\31 280\:container {
			max-width: 480px;
		}
	}

	@media (min-width: 640px) {

		.\31 280\:container {
			max-width: 640px;
		}
	}

	@media (min-width: 768px) {

		.\31 280\:container {
			max-width: 768px;
		}
	}

	@media (min-width: 1024px) {

		.\31 280\:container {
			max-width: 1024px;
			padding-right: 5rem;
			padding-left: 5rem;
		}
	}

	@media (min-width: 1280px) {

		.\31 280\:container {
			max-width: 1280px;
		}
	}

	.\31 280\:top-\[-26rem\] {
		top: -26rem;
	}

	.\31 280\:left-\[-265px\] {
		left: -265px;
	}

	.\31 280\:-mx-2 {
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}

	.\31 280\:mb-56 {
		margin-bottom: 14rem;
	}

	.\31 280\:block {
		display: block;
	}

	.\31 280\:flex {
		display: flex;
	}

	.\31 280\:w-max {
		width: max-content;
	}

	.\31 280\:w-3\/4 {
		width: 75%;
	}

	.\31 280\:py-96 {
		padding-top: 24rem;
		padding-bottom: 24rem;
	}

	.\31 280\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

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

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

	.\31 280\:pt-40 {
		padding-top: 10rem;
	}

	.\31 280\:pb-56 {
		padding-bottom: 14rem;
	}

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