/* consumer.css tailwind */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;500;600;700;800;900&display=swap');

/* ! 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: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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(228, 228, 231, 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: #71717a;
	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: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
	color: #71717a;
	opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder{
	color: #71717a;
	opacity: 1;
}

input::placeholder,textarea::placeholder{
	color: #71717a;
	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='%2371717a' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
}

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

[type='checkbox'],[type='radio']{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #71717a;
	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: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 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;
}

.effect{
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

a {
/*      @apply text-primary underline;*/
  }

h1{
	font-size: 1.5rem;
	line-height: 2rem;
}

h2{
	font-size: 1.25rem;
	line-height: 1.75rem;
}

ul{
	list-style-position: inside;
	list-style-type: disc;
}

.btn{
	display: flex;
	width: 100%;
	justify-content: center;
	border-radius: 0.375rem;
	border-width: 1px;
	border-color: transparent;
	--tw-bg-opacity: 1;
	background-color: rgba(247, 129, 28, var(--tw-bg-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--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);
}

.btn:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(247, 129, 28, var(--tw-bg-opacity));
}

.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-opacity: 1;
	--tw-ring-color: rgba(247, 129, 28, var(--tw-ring-opacity));
	--tw-ring-offset-width: 2px;
}
.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: 2rem;
		padding-left: 2rem;
	}
}
@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: 4rem;
		padding-left: 4rem;
	}
}
.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-6{
	--tw-aspect-w: 6;
}
.aspect-w-16{
	--tw-aspect-w: 16;
}
.aspect-h-1{
	--tw-aspect-h: 1;
}
.aspect-h-2{
	--tw-aspect-h: 2;
}
.aspect-h-3{
	--tw-aspect-h: 3;
}
.aspect-h-4{
	--tw-aspect-h: 4;
}
.aspect-h-12{
	--tw-aspect-h: 12;
}
.sr-only{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.pointer-events-none{
	pointer-events: none;
}
.visible{
	visibility: visible;
}
.invisible{
	visibility: hidden;
}
.static{
	position: static;
}
.fixed{
	position: fixed;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.sticky{
	position: sticky;
}
.inset-0{
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.inset-x-0{
	left: 0px;
	right: 0px;
}
.inset-y-0{
	top: 0px;
	bottom: 0px;
}
.bottom-0{
	bottom: 0px;
}
.-top-8{
	top: -2rem;
}
.top-auto{
	top: auto;
}
.top-1{
	top: 0.25rem;
}
.right-8{
	right: 2rem;
}
.top-8{
	top: 2rem;
}
.-top-0\.5{
	top: -0.125rem;
}
.-top-0{
	top: 0px;
}
.left-0{
	left: 0px;
}
.-top-32{
	top: -8rem;
}
.top-0{
	top: 0px;
}
.-top-3{
	top: -0.75rem;
}
.-right-3{
	right: -0.75rem;
}
.right-0{
	right: 0px;
}
.right-2{
	right: 0.5rem;
}
.right-1{
	right: 0.25rem;
}
.-left-4{
	left: -1rem;
}
.-right-4{
	right: -1rem;
}
.bottom-2{
	bottom: 0.5rem;
}
.-top-2{
	top: -0.5rem;
}
.left-2{
	left: 0.5rem;
}
.right-3{
	right: 0.75rem;
}
.top-3{
	top: 0.75rem;
}
.bottom-3{
	bottom: 0.75rem;
}
.left-3{
	left: 0.75rem;
}
.top-0\.5{
	top: 0.125rem;
}
.z-0{
	z-index: 0;
}
.z-20{
	z-index: 20;
}
.z-30{
	z-index: 30;
}
.z-10{
	z-index: 10;
}
.order-first{
	order: -9999;
}
.order-last{
	order: 9999;
}
.col-span-1{
	grid-column: span 1 / span 1;
}
.col-span-2{
	grid-column: span 2 / span 2;
}
.col-span-6{
	grid-column: span 6 / span 6;
}
.col-span-full{
	grid-column: 1 / -1;
}
.float-right{
	float: right;
}
.clear-right{
	clear: right;
}
.m-auto{
	margin: auto;
}
.m-2{
	margin: 0.5rem;
}
.m-3{
	margin: 0.75rem;
}
.m-\[1px\]{
	margin: 1px;
}
.m-0{
	margin: 0px;
}
.m-8{
	margin: 2rem;
}
.my-4{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.my-3{
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.my-16{
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.mx-24{
	margin-left: 6rem;
	margin-right: 6rem;
}
.my-24{
	margin-top: 6rem;
	margin-bottom: 6rem;
}
.mx-4{
	margin-left: 1rem;
	margin-right: 1rem;
}
.mx-2{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.my-2{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.my-1{
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.my-6{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.my-0{
	margin-top: 0px;
	margin-bottom: 0px;
}
.mt-6{
	margin-top: 1.5rem;
}
.mt-2{
	margin-top: 0.5rem;
}
.mt-8{
	margin-top: 2rem;
}
.mb-2{
	margin-bottom: 0.5rem;
}
.mt-1{
	margin-top: 0.25rem;
}
.ml-5{
	margin-left: 1.25rem;
}
.mb-20{
	margin-bottom: 5rem;
}
.mt-4{
	margin-top: 1rem;
}
.mb-6{
	margin-bottom: 1.5rem;
}
.mb-8{
	margin-bottom: 2rem;
}
.mb-4{
	margin-bottom: 1rem;
}
.mr-2{
	margin-right: 0.5rem;
}
.ml-1{
	margin-left: 0.25rem;
}
.mb-12{
	margin-bottom: 3rem;
}
.mt-12{
	margin-top: 3rem;
}
.mt-3{
	margin-top: 0.75rem;
}
.ml-3{
	margin-left: 0.75rem;
}
.-mb-24{
	margin-bottom: -6rem;
}
.ml-12{
	margin-left: 3rem;
}
.ml-4{
	margin-left: 1rem;
}
.mt-5{
	margin-top: 1.25rem;
}
.mt-10{
	margin-top: 2.5rem;
}
.mb-0{
	margin-bottom: 0px;
}
.-mt-9{
	margin-top: -2.25rem;
}
.mb-3{
	margin-bottom: 0.75rem;
}
.-mt-1{
	margin-top: -0.25rem;
}
.mr-4{
	margin-right: 1rem;
}
.-mt-10{
	margin-top: -2.5rem;
}
.mr-10{
	margin-right: 2.5rem;
}
.mr-1{
	margin-right: 0.25rem;
}
.ml-10{
	margin-left: 2.5rem;
}
.mr-3{
	margin-right: 0.75rem;
}
.ml-2{
	margin-left: 0.5rem;
}
.-ml-px{
	margin-left: -1px;
}
.-mt-px{
	margin-top: -1px;
}
.-ml-0\.5{
	margin-left: -0.125rem;
}
.-ml-0{
	margin-left: 0px;
}
.-mr-0\.5{
	margin-right: -0.125rem;
}
.-mr-0{
	margin-right: 0px;
}
.mb-0\.5{
	margin-bottom: 0.125rem;
}
.ml-1\.5{
	margin-left: 0.375rem;
}
.-ml-4{
	margin-left: -1rem;
}
.mb-1\.5{
	margin-bottom: 0.375rem;
}
.mb-1{
	margin-bottom: 0.25rem;
}
.mb-52{
	margin-bottom: 13rem;
}
.-ml-1{
	margin-left: -0.25rem;
}
.-mt-0{
	margin-top: 0px;
}
.mb-5{
	margin-bottom: 1.25rem;
}
.mt-auto{
	margin-top: auto;
}
.mb-auto{
	margin-bottom: auto;
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.inline{
	display: inline;
}
.flex{
	display: flex;
}
.inline-flex{
	display: inline-flex;
}
.table{
	display: table;
}
.grid{
	display: grid;
}
.hidden{
	display: none;
}
.h-12{
	height: 3rem;
}
.h-0\.5{
	height: 0.125rem;
}
.h-0{
	height: 0px;
}
.h-64{
	height: 16rem;
}
.h-full{
	height: 100%;
}
.h-auto{
	height: auto;
}
.h-6{
	height: 1.5rem;
}
.h-5{
	height: 1.25rem;
}
.h-screen{
	height: 100vh;
}
.h-7{
	height: 1.75rem;
}
.h-4{
	height: 1rem;
}
.h-8{
	height: 2rem;
}
.h-14{
	height: 3.5rem;
}
.h-3{
	height: 0.75rem;
}
.h-32{
	height: 8rem;
}
.h-24{
	height: 6rem;
}
.h-40{
	height: 10rem;
}
.h-80{
	height: 20rem;
}
.h-56{
	height: 14rem;
}
.h-1{
	height: 0.25rem;
}
.h-60{
	height: 15rem;
}
.h-36{
	height: 9rem;
}
.h-20{
	height: 5rem;
}
.h-16{
	height: 4rem;
}
.h-\[calc\(100vh-319px\)\]{
	height: calc(100vh - 319px);
}
.h-\[82px\]{
	height: 82px;
}
.h-11{
	height: 2.75rem;
}
.h-72{
	height: 18rem;
}
.max-h-\[250px\]{
	max-height: 250px;
}
.max-h-screen{
	max-height: 100vh;
}
.min-h-screen{
	min-height: 100vh;
}
.w-full{
	width: 100%;
}
.w-auto{
	width: auto;
}
.w-24{
	width: 6rem;
}
.w-screen{
	width: 100vw;
}
.w-1\/2{
	width: 50%;
}
.w-6{
	width: 1.5rem;
}
.w-5{
	width: 1.25rem;
}
.w-1\/4{
	width: 25%;
}
.w-7{
	width: 1.75rem;
}
.w-4{
	width: 1rem;
}
.w-14{
	width: 3.5rem;
}
.w-8{
	width: 2rem;
}
.w-1\/3{
	width: 33.333333%;
}
.w-12{
	width: 3rem;
}
.w-3\/4{
	width: 75%;
}
.w-64{
	width: 16rem;
}
.w-3{
	width: 0.75rem;
}
.w-5\/6{
	width: 83.333333%;
}
.w-60{
	width: 15rem;
}
.w-40{
	width: 10rem;
}
.w-1{
	width: 0.25rem;
}
.w-44{
	width: 11rem;
}
.w-28{
	width: 7rem;
}
.w-16{
	width: 4rem;
}
.w-\[82px\]{
	width: 82px;
}
.w-11{
	width: 2.75rem;
}
.w-20{
	width: 5rem;
}
.min-w-0{
	min-width: 0px;
}
.min-w-\[28px\]{
	min-width: 28px;
}
.max-w-sm{
	max-width: 24rem;
}
.max-w-7xl{
	max-width: 80rem;
}
.max-w-lg{
	max-width: 32rem;
}
.max-w-md{
	max-width: 28rem;
}
.max-w-2xl{
	max-width: 42rem;
}
.max-w-xs{
	max-width: 20rem;
}
.max-w-\[350px\]{
	max-width: 350px;
}
.max-w-6xl{
	max-width: 72rem;
}
.flex-1{
	flex: 1 1 0%;
}
.flex-none{
	flex: none;
}
.flex-shrink-0{
	flex-shrink: 0;
}
.flex-grow{
	flex-grow: 1;
}
.rotate-180{
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}
.rotate-90{
	--tw-rotate: 90deg;
	transform: var(--tw-transform);
}
.transform{
	transform: var(--tw-transform);
}
.cursor-pointer{
	cursor: pointer;
}
.list-decimal{
	list-style-type: decimal;
}
.appearance-none{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.grid-flow-row{
	grid-auto-flow: row;
}
.grid-cols-7{
	grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-4{
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-3{
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-6{
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-5{
	grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-2{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-rows-1{
	grid-template-rows: repeat(1, minmax(0, 1fr));
}
.flex-row{
	flex-direction: row;
}
.flex-row-reverse{
	flex-direction: row-reverse;
}
.flex-col{
	flex-direction: column;
}
.flex-col-reverse{
	flex-direction: column-reverse;
}
.flex-wrap{
	flex-wrap: wrap;
}
.items-start{
	align-items: flex-start;
}
.items-end{
	align-items: flex-end;
}
.items-center{
	align-items: center;
}
.items-stretch{
	align-items: stretch;
}
.justify-start{
	justify-content: flex-start;
}
.justify-end{
	justify-content: flex-end;
}
.justify-center{
	justify-content: center;
}
.justify-between{
	justify-content: space-between;
}
.gap-4{
	gap: 1rem;
}
.gap-8{
	gap: 2rem;
}
.gap-3{
	gap: 0.75rem;
}
.gap-7{
	gap: 1.75rem;
}
.gap-1{
	gap: 0.25rem;
}
.gap-6{
	gap: 1.5rem;
}
.gap-5{
	gap: 1.25rem;
}
.gap-2{
	gap: 0.5rem;
}
.gap-1\.5{
	gap: 0.375rem;
}
.gap-2\.5{
	gap: 0.625rem;
}
.gap-0\.5{
	gap: 0.125rem;
}
.gap-0{
	gap: 0px;
}
.gap-11{
	gap: 2.75rem;
}
.gap-x-5{
	-moz-column-gap: 1.25rem;
	     column-gap: 1.25rem;
}
.gap-y-0\.5{
	row-gap: 0.125rem;
}
.gap-y-0{
	row-gap: 0px;
}
.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-6 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-px > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(-1px * var(--tw-space-x-reverse));
	margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}
.divide-x > :not([hidden]) ~ :not([hidden]){
	--tw-divide-x-reverse: 0;
	border-right-width: calc(1px * var(--tw-divide-x-reverse));
	border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-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-dotted > :not([hidden]) ~ :not([hidden]){
	border-style: dotted;
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
	--tw-divide-opacity: 1;
	border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]){
	--tw-divide-opacity: 1;
	border-color: rgba(212, 212, 216, var(--tw-divide-opacity));
}
.self-start{
	align-self: flex-start;
}
.overflow-hidden{
	overflow: hidden;
}
.overflow-visible{
	overflow: visible;
}
.overflow-x-auto{
	overflow-x: auto;
}
.overflow-y-auto{
	overflow-y: auto;
}
.truncate{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.whitespace-nowrap{
	white-space: nowrap;
}
.rounded-md{
	border-radius: 0.375rem;
}
.rounded-none{
	border-radius: 0px;
}
.rounded-full{
	border-radius: 9999px;
}
.rounded{
	border-radius: 0.25rem;
}
.rounded-lg{
	border-radius: 0.5rem;
}
.rounded-xl{
	border-radius: 0.75rem;
}
.rounded-\[10px\]{
	border-radius: 10px;
}
.rounded-l-md{
	border-top-left-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}
.rounded-r-md{
	border-top-right-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
}
.rounded-b-lg{
	border-bottom-right-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
}
.rounded-t-md{
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
}
.rounded-t-lg{
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.rounded-t-sm{
	border-top-left-radius: 0.125rem;
	border-top-right-radius: 0.125rem;
}
.rounded-t-none{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.rounded-r-none{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.rounded-l-full{
	border-top-left-radius: 9999px;
	border-bottom-left-radius: 9999px;
}
.rounded-r-full{
	border-top-right-radius: 9999px;
	border-bottom-right-radius: 9999px;
}
.border{
	border-width: 1px;
}
.border-4{
	border-width: 4px;
}
.border-0{
	border-width: 0px;
}
.border-2{
	border-width: 2px;
}
.border-\[3px\]{
	border-width: 3px;
}
.border-r-0{
	border-right-width: 0px;
}
.border-t{
	border-top-width: 1px;
}
.border-b{
	border-bottom-width: 1px;
}
.border-l{
	border-left-width: 1px;
}
.border-solid{
	border-style: solid;
}
.border-dashed{
	border-style: dashed;
}
.border-dotted{
	border-style: dotted;
}
.border-none{
	border-style: none;
}
.border-gray-300{
	--tw-border-opacity: 1;
	border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}
.border-ao_teal_alt{
	--tw-border-opacity: 1;
	border-color: rgba(159, 185, 185, var(--tw-border-opacity));
}
.border-gray-200{
	--tw-border-opacity: 1;
	border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}
.border-transparent{
	border-color: transparent;
}
.border-ao_grey{
	--tw-border-opacity: 1;
	border-color: rgba(175, 175, 175, var(--tw-border-opacity));
}
.border-secondary{
	--tw-border-opacity: 1;
	border-color: rgba(251, 139, 43, var(--tw-border-opacity));
}
.border-primary{
	--tw-border-opacity: 1;
	border-color: rgba(4, 187, 188, var(--tw-border-opacity));
}
.border-gray-50{
	--tw-border-opacity: 1;
	border-color: rgba(250, 250, 250, var(--tw-border-opacity));
}
.border-white{
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-indigo-500{
	--tw-border-opacity: 1;
	border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}
.border-ao_light_bg-dark{
	--tw-border-opacity: 1;
	border-color: rgba(227, 227, 227, var(--tw-border-opacity));
}
.border-ao_orange{
	--tw-border-opacity: 1;
	border-color: rgba(247, 129, 28, var(--tw-border-opacity));
}
.border-opacity-40{
	--tw-border-opacity: 0.4;
}
.border-opacity-50{
	--tw-border-opacity: 0.5;
}
.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-primary{
	--tw-bg-opacity: 1;
	background-color: rgba(4, 187, 188, var(--tw-bg-opacity));
}
.bg-gray-50{
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.bg-ao_teal_alt-light{
	--tw-bg-opacity: 1;
	background-color: rgba(211, 246, 245, var(--tw-bg-opacity));
}
.bg-ao_teal_alt{
	--tw-bg-opacity: 1;
	background-color: rgba(159, 185, 185, var(--tw-bg-opacity));
}
.bg-gray-100{
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}
.bg-orange-500{
	--tw-bg-opacity: 1;
	background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}
.bg-ao_orange{
	--tw-bg-opacity: 1;
	background-color: rgba(247, 129, 28, var(--tw-bg-opacity));
}
.bg-ao_light_bg{
	--tw-bg-opacity: 1;
	background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}
.bg-rose-600{
	--tw-bg-opacity: 1;
	background-color: rgba(225, 29, 72, var(--tw-bg-opacity));
}
.bg-primary\/10{
	background-color: rgba(4, 187, 188, 0.1);
}
.bg-secondary\/10{
	background-color: rgba(251, 139, 43, 0.1);
}
.bg-color3\/10{
	background-color: rgba(208, 170, 0, 0.1);
}
.bg-color4\/10{
	background-color: rgba(86, 142, 225, 0.1);
}
.bg-ao_light_bg-dark{
	--tw-bg-opacity: 1;
	background-color: rgba(227, 227, 227, var(--tw-bg-opacity));
}
.bg-cyan-50{
	--tw-bg-opacity: 1;
	background-color: rgba(236, 254, 255, var(--tw-bg-opacity));
}
.bg-gray-200{
	--tw-bg-opacity: 1;
	background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}
.bg-orange-50{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}
.bg-transparent{
	background-color: transparent;
}
.bg-indigo-50{
	--tw-bg-opacity: 1;
	background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}
.bg-secondary{
	--tw-bg-opacity: 1;
	background-color: rgba(251, 139, 43, var(--tw-bg-opacity));
}
.bg-emerald-50{
	--tw-bg-opacity: 1;
	background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}
.bg-sky-50{
	--tw-bg-opacity: 1;
	background-color: rgba(240, 249, 255, var(--tw-bg-opacity));
}
.bg-ao_red{
	--tw-bg-opacity: 1;
	background-color: rgba(224, 92, 92, var(--tw-bg-opacity));
}
.bg-opacity-50{
	--tw-bg-opacity: 0.5;
}
.bg-opacity-80{
	--tw-bg-opacity: 0.8;
}
.bg-gradient-to-t{
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tr{
	background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-gradient-to-b{
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-white{
	--tw-gradient-from: #ffffff;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.from-gray-900{
	--tw-gradient-from: #18181b;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0));
}
.from-transparent{
	--tw-gradient-from: transparent;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.via-transparent{
	--tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.to-transparent{
	--tw-gradient-to: transparent;
}
.bg-cover{
	background-size: cover;
}
.bg-no-repeat{
	background-repeat: no-repeat;
}
.fill-current{
	fill: currentColor;
}
.object-cover{
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-center{
	-o-object-position: center;
	   object-position: center;
}
.object-top{
	-o-object-position: top;
	   object-position: top;
}
.p-8{
	padding: 2rem;
}
.p-4{
	padding: 1rem;
}
.p-10{
	padding: 2.5rem;
}
.p-2{
	padding: 0.5rem;
}
.p-1{
	padding: 0.25rem;
}
.p-3{
	padding: 0.75rem;
}
.p-0{
	padding: 0px;
}
.p-5{
	padding: 1.25rem;
}
.p-6{
	padding: 1.5rem;
}
.py-12{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-3{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-2{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-0\.5{
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}
.py-0{
	padding-top: 0px;
	padding-bottom: 0px;
}
.py-10{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.px-5{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-1{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-3{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-6{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-16{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.py-8{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.px-0{
	padding-left: 0px;
	padding-right: 0px;
}
.py-5{
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.px-1\.5{
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}
.px-1{
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.py-2\.5{
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.px-3\.5{
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}
.pb-12{
	padding-bottom: 3rem;
}
.pt-4{
	padding-top: 1rem;
}
.pb-16{
	padding-bottom: 4rem;
}
.pb-24{
	padding-bottom: 6rem;
}
.pl-6{
	padding-left: 1.5rem;
}
.pr-12{
	padding-right: 3rem;
}
.pr-3{
	padding-right: 0.75rem;
}
.pr-2{
	padding-right: 0.5rem;
}
.pb-5{
	padding-bottom: 1.25rem;
}
.pt-3{
	padding-top: 0.75rem;
}
.pl-3{
	padding-left: 0.75rem;
}
.pb-2{
	padding-bottom: 0.5rem;
}
.pl-10{
	padding-left: 2.5rem;
}
.pr-7{
	padding-right: 1.75rem;
}
.pl-16{
	padding-left: 4rem;
}
.pl-4{
	padding-left: 1rem;
}
.pl-1{
	padding-left: 0.25rem;
}
.pb-4{
	padding-bottom: 1rem;
}
.pt-0{
	padding-top: 0px;
}
.pb-6{
	padding-bottom: 1.5rem;
}
.pt-6{
	padding-top: 1.5rem;
}
.pr-1{
	padding-right: 0.25rem;
}
.pt-5{
	padding-top: 1.25rem;
}
.pb-3{
	padding-bottom: 0.75rem;
}
.pr-4{
	padding-right: 1rem;
}
.pt-7{
	padding-top: 1.75rem;
}
.pt-8{
	padding-top: 2rem;
}
.pt-1{
	padding-top: 0.25rem;
}
.pb-1{
	padding-bottom: 0.25rem;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-justify{
	text-align: justify;
}
.align-top{
	vertical-align: top;
}
.align-middle{
	vertical-align: middle;
}
.font-sans{
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-bebas-neue{
	font-family: Bebas Neue, 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";
}
.text-3xl{
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-sm{
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-4xl{
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-xl{
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-base{
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-2xl{
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-xs{
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-lg{
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-\[10px\]{
	font-size: 10px;
}
.text-\[11px\]{
	font-size: 11px;
}
.font-extrabold{
	font-weight: 800;
}
.font-medium{
	font-weight: 500;
}
.font-bold{
	font-weight: 700;
}
.font-extralight{
	font-weight: 200;
}
.font-semibold{
	font-weight: 600;
}
.font-light{
	font-weight: 300;
}
.uppercase{
	text-transform: uppercase;
}
.italic{
	font-style: italic;
}
.not-italic{
	font-style: normal;
}
.leading-8{
	line-height: 2rem;
}
.leading-tight{
	line-height: 1.25;
}
.leading-snug{
	line-height: 1.375;
}
.leading-6{
	line-height: 1.5rem;
}
.leading-none{
	line-height: 1;
}
.leading-7{
	line-height: 1.75rem;
}
.tracking-widest{
	letter-spacing: 0.1em;
}
.tracking-tight{
	letter-spacing: -0.025em;
}
.tracking-wide{
	letter-spacing: 0.025em;
}
.text-gray-900{
	--tw-text-opacity: 1;
	color: rgba(24, 24, 27, var(--tw-text-opacity));
}
.text-gray-600{
	--tw-text-opacity: 1;
	color: rgba(82, 82, 91, var(--tw-text-opacity));
}
.text-primary{
	--tw-text-opacity: 1;
	color: rgba(4, 187, 188, var(--tw-text-opacity));
}
.text-gray-500{
	--tw-text-opacity: 1;
	color: rgba(113, 113, 122, var(--tw-text-opacity));
}
.text-gray-200{
	--tw-text-opacity: 1;
	color: rgba(228, 228, 231, var(--tw-text-opacity));
}
.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-warmGray-700{
	--tw-text-opacity: 1;
	color: rgba(68, 64, 60, var(--tw-text-opacity));
}
.text-gray-400{
	--tw-text-opacity: 1;
	color: rgba(161, 161, 170, var(--tw-text-opacity));
}
.text-orange-500{
	--tw-text-opacity: 1;
	color: rgba(249, 115, 22, var(--tw-text-opacity));
}
.text-gray-700{
	--tw-text-opacity: 1;
	color: rgba(63, 63, 70, var(--tw-text-opacity));
}
.text-secondary{
	--tw-text-opacity: 1;
	color: rgba(251, 139, 43, var(--tw-text-opacity));
}
.text-gray-300{
	--tw-text-opacity: 1;
	color: rgba(212, 212, 216, var(--tw-text-opacity));
}
.text-ao_grey{
	--tw-text-opacity: 1;
	color: rgba(175, 175, 175, var(--tw-text-opacity));
}
.text-color3{
	--tw-text-opacity: 1;
	color: rgba(208, 170, 0, var(--tw-text-opacity));
}
.text-color4{
	--tw-text-opacity: 1;
	color: rgba(86, 142, 225, var(--tw-text-opacity));
}
.text-gray-50{
	--tw-text-opacity: 1;
	color: rgba(250, 250, 250, var(--tw-text-opacity));
}
.text-cyan-600{
	--tw-text-opacity: 1;
	color: rgba(8, 145, 178, var(--tw-text-opacity));
}
.text-orange-50{
	--tw-text-opacity: 1;
	color: rgba(255, 247, 237, var(--tw-text-opacity));
}
.text-gray-800{
	--tw-text-opacity: 1;
	color: rgba(39, 39, 42, var(--tw-text-opacity));
}
.text-indigo-600{
	--tw-text-opacity: 1;
	color: rgba(79, 70, 229, var(--tw-text-opacity));
}
.text-ao_orange-dark{
	--tw-text-opacity: 1;
	color: rgba(212, 110, 23, var(--tw-text-opacity));
}
.text-emerald-600{
	--tw-text-opacity: 1;
	color: rgba(5, 150, 105, var(--tw-text-opacity));
}
.text-sky-600{
	--tw-text-opacity: 1;
	color: rgba(2, 132, 199, var(--tw-text-opacity));
}
.text-orange-600{
	--tw-text-opacity: 1;
	color: rgba(234, 88, 12, var(--tw-text-opacity));
}
.text-indigo-500{
	--tw-text-opacity: 1;
	color: rgba(99, 102, 241, var(--tw-text-opacity));
}
.underline{
	text-decoration: underline;
}
.no-underline{
	text-decoration: none;
}
.antialiased{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-500::-moz-placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}
.placeholder-gray-500:-ms-input-placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}
.placeholder-gray-500::placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}
.placeholder-gray-400::-moz-placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}
.placeholder-gray-400:-ms-input-placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}
.placeholder-gray-400::placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(161, 161, 170, var(--tw-placeholder-opacity));
}
.placeholder-ao_grey::-moz-placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(175, 175, 175, var(--tw-placeholder-opacity));
}
.placeholder-ao_grey:-ms-input-placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(175, 175, 175, var(--tw-placeholder-opacity));
}
.placeholder-ao_grey::placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(175, 175, 175, var(--tw-placeholder-opacity));
}
.placeholder-ao_orange::-moz-placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(247, 129, 28, var(--tw-placeholder-opacity));
}
.placeholder-ao_orange:-ms-input-placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(247, 129, 28, var(--tw-placeholder-opacity));
}
.placeholder-ao_orange::placeholder{
	--tw-placeholder-opacity: 1;
	color: rgba(247, 129, 28, var(--tw-placeholder-opacity));
}
.opacity-80{
	opacity: 0.8;
}
.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-md{
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow{
	--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-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-card{
	--tw-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.drop-shadow-sm{
	--tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
	filter: var(--tw-filter);
}
.invert{
	--tw-invert: invert(100%);
	filter: var(--tw-filter);
}
.filter{
	filter: var(--tw-filter);
}
.transition-colors{
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-all{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-150{
	transition-duration: 150ms;
}
.duration-200{
	transition-duration: 200ms;
}
.duration-300{
	transition-duration: 300ms;
}
.ease-in-out{
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/*----------------------------------------------------------------------------------------------------*/
/*
#nav-icon {
    width: 40px;
    height: 34px;
    position: relative;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #05BBBD;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }


  #nav-icon span:nth-child(1) {
    top: 0px;
  }

  #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 14px;
  }

  #nav-icon span:nth-child(4) {
    top: 28px;
  }

  #nav-icon.open span:nth-child(1) {
    top: 14px;
    width: 0%;
    left: 50%;
  }

  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav-icon.open span:nth-child(4) {
    top: 14px;
    width: 0%;
    left: 50%;
  }

  .menu-dropdown.open {
    display: flex;
  }
  .chat-icon-leftcurve {
    width: 25px;
    height: 15px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: -15px;
    right: 41px;
    top: 0px;
  }
  .chat-icon-leftcurve::before {
    content: '';
    position: absolute;
    display: block;
    width: 200%;
    height: 200%;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    box-shadow: 10px 10px 0 0 #05BBBD;
  }
  .chat-icon-rightcurve {
    width: 25px;
    height: 15px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: -15px;
    left: 42px;
    top: -36px;
  }
  .chat-icon-rightcurve::before {
    content: '';
    position: absolute;
    display: block;
    width: 200%;
    height: 200%;
    border-radius: 50%;
    bottom: 0;
    left: 0;
    box-shadow: -10px 10px 0 0 #05BBBD;
  }









#curved-corner-bottomleft,
#curved-corner-bottomright,
#curved-corner-topleft,
#curved-corner-topright {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
}
#curved-corner-bottomleft:before,
#curved-corner-bottomright:before,
#curved-corner-topleft:before,
#curved-corner-topright:before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
}
#curved-corner-bottomleft:before {
  bottom: 0;
  left: 0;
  box-shadow: -50px 50px 0 0 #05BBBD;
}
#curved-corner-bottomright:before {
  bottom: 0;
  right: 0;
  box-shadow: 50px 50px 0 0 #05BBBD;
}
#curved-corner-topleft:before {
  top: 0;
  left: 0;
  box-shadow: -50px -50px 0 0 #05BBBD;
}
#curved-corner-topright:before {
  top: 0;
  right: 0;
  box-shadow: 50px -50px 0 0 #05BBBD;
}
*/
.focus-within\:z-10:focus-within{
	z-index: 10;
}
.focus-within\:border-primary:focus-within{
	--tw-border-opacity: 1;
	border-color: rgba(4, 187, 188, var(--tw-border-opacity));
}
.focus-within\:ring-1:focus-within{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-primary:focus-within{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(4, 187, 188, var(--tw-ring-opacity));
}
.hover\:border-primary:hover{
	--tw-border-opacity: 1;
	border-color: rgba(4, 187, 188, var(--tw-border-opacity));
}
.hover\:bg-gray-100:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}
.hover\:bg-gray-400:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}
.hover\:bg-ao_orange:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(247, 129, 28, var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.hover\:bg-secondary:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(251, 139, 43, var(--tw-bg-opacity));
}
.hover\:bg-ao_orange-light:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 144, 48, var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}
.hover\:bg-orange-500:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}
.hover\:bg-ao_orange-dark:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(212, 110, 23, var(--tw-bg-opacity));
}
.hover\:bg-ao_light_bg:hover{
	--tw-bg-opacity: 1;
	background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}
.hover\:bg-opacity-90:hover{
	--tw-bg-opacity: 0.9;
}
.hover\:bg-opacity-10:hover{
	--tw-bg-opacity: 0.1;
}
.hover\:text-primary:hover{
	--tw-text-opacity: 1;
	color: rgba(4, 187, 188, var(--tw-text-opacity));
}
.hover\:text-secondary:hover{
	--tw-text-opacity: 1;
	color: rgba(251, 139, 43, var(--tw-text-opacity));
}
.hover\:underline:hover{
	text-decoration: underline;
}
.hover\:shadow-lg:hover{
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:z-10:focus{
	z-index: 10;
}
.focus\:border-none:focus{
	border-style: none;
}
.focus\:border-primary:focus{
	--tw-border-opacity: 1;
	border-color: rgba(4, 187, 188, var(--tw-border-opacity));
}
.focus\:border-ao_grey:focus{
	--tw-border-opacity: 1;
	border-color: rgba(175, 175, 175, var(--tw-border-opacity));
}
.focus\:border-secondary:focus{
	--tw-border-opacity: 1;
	border-color: rgba(251, 139, 43, var(--tw-border-opacity));
}
.focus\:border-indigo-500:focus{
	--tw-border-opacity: 1;
	border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}
.focus\:outline-none:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.focus\:ring-2:focus{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-1:focus{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-0:focus{
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-primary:focus{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(4, 187, 188, var(--tw-ring-opacity));
}
.focus\:ring-ao_orange:focus{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(247, 129, 28, var(--tw-ring-opacity));
}
.focus\:ring-secondary:focus{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(251, 139, 43, var(--tw-ring-opacity));
}
.focus\:ring-indigo-500:focus{
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}
.focus\:ring-offset-2:focus{
	--tw-ring-offset-width: 2px;
}
.disabled\:opacity-50:disabled{
	opacity: 0.5;
}
.group:hover .group-hover\:bg-primary{
	--tw-bg-opacity: 1;
	background-color: rgba(4, 187, 188, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-secondary{
	--tw-bg-opacity: 1;
	background-color: rgba(251, 139, 43, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-color3{
	--tw-bg-opacity: 1;
	background-color: rgba(208, 170, 0, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-color4{
	--tw-bg-opacity: 1;
	background-color: rgba(86, 142, 225, var(--tw-bg-opacity));
}
.group:hover .group-hover\:text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-secondary{
	--tw-text-opacity: 1;
	color: rgba(251, 139, 43, var(--tw-text-opacity));
}
input[type="radio"]:checked ~ .label-checked\:border-4{
	border-width: 4px;
}
input[type="radio"]:checked ~ .label-checked\:border-primary{
	--tw-border-opacity: 1;
	border-color: rgba(4, 187, 188, var(--tw-border-opacity));
}
input[type="radio"]:checked ~ .label-checked\:bg-opacity-80{
	--tw-bg-opacity: 0.8;
}
@media (min-width: 640px){

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

	@media (min-width: 640px){

		.sm\:container{
			max-width: 640px;
			padding-right: 2rem;
			padding-left: 2rem;
		}
	}

	@media (min-width: 768px){

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

	@media (min-width: 1024px){

		.sm\:container{
			max-width: 1024px;
			padding-right: 2rem;
			padding-left: 2rem;
		}
	}

	@media (min-width: 1280px){

		.sm\:container{
			max-width: 1280px;
			padding-right: 4rem;
			padding-left: 4rem;
		}
	}

	@media (min-width: 1536px){

		.sm\:container{
			max-width: 1536px;
			padding-right: 4rem;
			padding-left: 4rem;
		}
	}

	.sm\:order-first{
		order: -9999;
	}

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

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

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

	.sm\:m-1{
		margin: 0.25rem;
	}

	.sm\:m-0{
		margin: 0px;
	}

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

	.sm\:mt-6{
		margin-top: 1.5rem;
	}

	.sm\:mb-1{
		margin-bottom: 0.25rem;
	}

	.sm\:mb-3{
		margin-bottom: 0.75rem;
	}

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

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

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

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

	.sm\:block{
		display: block;
	}

	.sm\:inline-block{
		display: inline-block;
	}

	.sm\:inline{
		display: inline;
	}

	.sm\:flex{
		display: flex;
	}

	.sm\:hidden{
		display: none;
	}

	.sm\:h-6{
		height: 1.5rem;
	}

	.sm\:h-16{
		height: 4rem;
	}

	.sm\:h-8{
		height: 2rem;
	}

	.sm\:h-7{
		height: 1.75rem;
	}

	.sm\:h-14{
		height: 3.5rem;
	}

	.sm\:h-32{
		height: 8rem;
	}

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

	.sm\:h-12{
		height: 3rem;
	}

	.sm\:h-\[calc\(100vh-550px\)\]{
		height: calc(100vh - 550px);
	}

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

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

	.sm\:w-auto{
		width: auto;
	}

	.sm\:w-6{
		width: 1.5rem;
	}

	.sm\:w-16{
		width: 4rem;
	}

	.sm\:w-8{
		width: 2rem;
	}

	.sm\:w-7{
		width: 1.75rem;
	}

	.sm\:w-14{
		width: 3.5rem;
	}

	.sm\:w-72{
		width: 18rem;
	}

	.sm\:w-80{
		width: 20rem;
	}

	.sm\:w-20{
		width: 5rem;
	}

	.sm\:w-12{
		width: 3rem;
	}

	.sm\:w-56{
		width: 14rem;
	}

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

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

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

	.sm\:flex-none{
		flex: none;
	}

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

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

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

	.sm\:flex-col{
		flex-direction: column;
	}

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

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

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

	.sm\:gap-10{
		gap: 2.5rem;
	}

	.sm\:gap-3{
		gap: 0.75rem;
	}

	.sm\:gap-4{
		gap: 1rem;
	}

	.sm\:gap-6{
		gap: 1.5rem;
	}

	.sm\:gap-y-1{
		row-gap: 0.25rem;
	}

	.sm\:overflow-hidden{
		overflow: hidden;
	}

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

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

	.sm\:rounded-full{
		border-radius: 9999px;
	}

	.sm\:rounded-l-full{
		border-top-left-radius: 9999px;
		border-bottom-left-radius: 9999px;
	}

	.sm\:rounded-r-full{
		border-top-right-radius: 9999px;
		border-bottom-right-radius: 9999px;
	}

	.sm\:border-0{
		border-width: 0px;
	}

	.sm\:border-2{
		border-width: 2px;
	}

	.sm\:border-gray-50{
		--tw-border-opacity: 1;
		border-color: rgba(250, 250, 250, var(--tw-border-opacity));
	}

	.sm\:bg-secondary{
		--tw-bg-opacity: 1;
		background-color: rgba(251, 139, 43, var(--tw-bg-opacity));
	}

	.sm\:bg-gray-50{
		--tw-bg-opacity: 1;
		background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
	}

	.sm\:bg-opacity-10{
		--tw-bg-opacity: 0.1;
	}

	.sm\:p-3{
		padding: 0.75rem;
	}

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

	.sm\:p-1{
		padding: 0.25rem;
	}

	.sm\:p-8{
		padding: 2rem;
	}

	.sm\:p-5{
		padding: 1.25rem;
	}

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

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

	.sm\:py-6{
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.sm\:py-3{
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	.sm\:px-4{
		padding-left: 1rem;
		padding-right: 1rem;
	}

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

	.sm\:py-2{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.sm\:py-3\.5{
		padding-top: 0.875rem;
		padding-bottom: 0.875rem;
	}

	.sm\:px-7{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}

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

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

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

	.sm\:pt-8{
		padding-top: 2rem;
	}

	.sm\:pb-5{
		padding-bottom: 1.25rem;
	}

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

	.sm\:pt-10{
		padding-top: 2.5rem;
	}

	.sm\:pr-4{
		padding-right: 1rem;
	}

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

	.sm\:text-3xl{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.sm\:text-lg{
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

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

	.sm\:text-base{
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.sm\:leading-5{
		line-height: 1.25rem;
	}

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

	.sm\:hover\:bg-gray-50:hover{
		--tw-bg-opacity: 1;
		background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
	}
}
@media (min-width: 768px){

	.md\:static{
		position: static;
	}

	.md\:order-none{
		order: 0;
	}

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

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

	.md\:my-12{
		margin-top: 3rem;
		margin-bottom: 3rem;
	}

	.md\:mt-28{
		margin-top: 7rem;
	}

	.md\:-mt-2{
		margin-top: -0.5rem;
	}

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

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

	.md\:inline{
		display: inline;
	}

	.md\:flex{
		display: flex;
	}

	.md\:grid{
		display: grid;
	}

	.md\:hidden{
		display: none;
	}

	.md\:h-auto{
		height: auto;
	}

	.md\:h-16{
		height: 4rem;
	}

	.md\:h-7{
		height: 1.75rem;
	}

	.md\:w-auto{
		width: auto;
	}

	.md\:w-\[700px\]{
		width: 700px;
	}

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

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

	.md\:w-7{
		width: 1.75rem;
	}

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

	.md\:flex-none{
		flex: 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\:flex-row{
		flex-direction: row;
	}

	.md\:gap-12{
		gap: 3rem;
	}

	.md\:gap-6{
		gap: 1.5rem;
	}

	.md\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
		--tw-divide-y-reverse: 0;
		border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
		border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
	}

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

	.md\:rounded-l-none{
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}

	.md\:rounded-r-none{
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	.md\:bg-transparent{
		background-color: transparent;
	}

	.md\:p-5{
		padding: 1.25rem;
	}

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

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

	.md\:px-2{
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	.md\:py-2{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.md\:pb-3{
		padding-bottom: 0.75rem;
	}

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

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

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

	.md\:text-primary{
		--tw-text-opacity: 1;
		color: rgba(4, 187, 188, var(--tw-text-opacity));
	}
}
@media (min-width: 1024px){

	.lg\:aspect-h-1{
		--tw-aspect-h: 1;
	}

	.lg\:aspect-h-6{
		--tw-aspect-h: 6;
	}

	.lg\:top-2{
		top: 0.5rem;
	}

	.lg\:bottom-auto{
		bottom: auto;
	}

	.lg\:order-none{
		order: 0;
	}

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

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

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

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

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

	.lg\:block{
		display: block;
	}

	.lg\:inline{
		display: inline;
	}

	.lg\:grid{
		display: grid;
	}

	.lg\:h-28{
		height: 7rem;
	}

	.lg\:h-auto{
		height: auto;
	}

	.lg\:h-\[calc\(100vh-535px\)\]{
		height: calc(100vh - 535px);
	}

	.lg\:w-96{
		width: 24rem;
	}

	.lg\:w-1\/3{
		width: 33.333333%;
	}

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

	.lg\:w-48{
		width: 12rem;
	}

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

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

	.lg\:w-4\/12{
		width: 33.333333%;
	}

	.lg\:w-\[700px\]{
		width: 700px;
	}

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

	.lg\:w-24{
		width: 6rem;
	}

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

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

	.lg\:max-w-none{
		max-width: none;
	}

	.lg\:flex-none{
		flex: none;
	}

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

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

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

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

	.lg\:gap-8{
		gap: 2rem;
	}

	.lg\:gap-0{
		gap: 0px;
	}

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

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

	.lg\:p-2{
		padding: 0.5rem;
	}

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

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

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

	.lg\:py-24{
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.lg\:px-4{
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.lg\:py-1\.5{
		padding-top: 0.375rem;
		padding-bottom: 0.375rem;
	}

	.lg\:py-1{
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

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

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

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

	.lg\:text-gray-500{
		--tw-text-opacity: 1;
		color: rgba(113, 113, 122, var(--tw-text-opacity));
	}
}
@media (min-width: 1280px){

	.xl\:aspect-h-5{
		--tw-aspect-h: 5;
	}

	.xl\:flex{
		display: flex;
	}

	.xl\:hidden{
		display: none;
	}

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

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

	.xl\:gap-8{
		gap: 2rem;
	}

	.xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
		--tw-divide-y-reverse: 0;
		border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
		border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
	}

	.xl\:px-24{
		padding-left: 6rem;
		padding-right: 6rem;
	}

	.xl\:pr-12{
		padding-right: 3rem;
	}

	.xl\:pl-12{
		padding-left: 3rem;
	}
}
@media (min-width: 1536px){

	.\32xl\:aspect-h-4{
		--tw-aspect-h: 4;
	}
}