/*! tailwindcss v2.2.17 | 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;
}

/**
 * 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-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;
}
    @font-face {
        font-family: "Prompt";
        src: url('../fonts/Prompt/Prompt-Thin.ttf');
    }
    @font-face {
        font-family: "Prompt2";
        font-weight: 200;
        font-style: normal;
        src: url('../fonts/Prompt/Prompt-Extralight.ttf');
    }
    @font-face {
        font-family: "Prompt3";
        font-weight: 300;
        font-style: normal;
        src: url('../fonts/Prompt/Prompt-Light.ttf');
    }
    @font-face {
        font-family: "Prompt4";
        font-weight: 400;
        font-style: normal;
        src: url('../fonts/Prompt/Prompt-Regular.ttf');
    }
    @font-face {
        font-family: "Prompt5";
        font-weight: 500;
        font-style: normal;
        src: url('../fonts/Prompt/Prompt-Medium.ttf');
    }
    @font-face {
        font-family: "Prompt6";
        font-weight: 600;
        font-style: normal;
        src: url('../fonts/Prompt/Prompt-SemiBold.ttf');
    }
    @font-face {
        font-family: "Prompt7";
        font-weight: 700;
        font-style: normal;
        src: url('../fonts/Prompt/Prompt-Bold.ttf');
    }
    @font-face {
        font-family: "Prompt8";
        font-weight: 800;
        font-style: normal;
        src: url('../fonts/Prompt/Prompt-ExtraBold.ttf');
    }
    @font-face {
        font-family: "Prompt9";
        font-weight: 900;
        font-style: normal;
        src: url('../fonts/Prompt/Prompt-Black.ttf');
    }
.container {
	width: 100%;
}
@media (min-width: 535px) {

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

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

	.container {
		max-width: 745px;
	}
}
@media (min-width: 825px) {

	.container {
		max-width: 825px;
	}
}
@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1440px) {

	.container {
		max-width: 1440px;
	}
}
@media (min-width: 1536px) {

	.container {
		max-width: 1536px;
	}
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.bottom-0 {
	bottom: 0px;
}
.z-50 {
	z-index: 50;
}
.z-0 {
	z-index: 0;
}
.z-10 {
	z-index: 10;
}
.col-span-1 {
	grid-column: span 1 / span 1;
}
.col-span-3 {
	grid-column: span 3 / span 3;
}
.col-span-4 {
	grid-column: span 4 / span 4;
}
.col-span-7 {
	grid-column: span 7 / span 7;
}
.col-span-10 {
	grid-column: span 10 / span 10;
}
.col-span-6 {
	grid-column: span 6 / span 6;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.m-auto {
	margin: auto;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}
.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mt-\[10px\] {
	margin-top: 10px;
}
.ml-\[20px\] {
	margin-left: 20px;
}
.mt-\[11px\] {
	margin-top: 11px;
}
.mt-\[25px\] {
	margin-top: 25px;
}
.mt-5 {
	margin-top: 1.25rem;
}
.ml-5 {
	margin-left: 1.25rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mr-0 {
	margin-right: 0px;
}
.mr-5 {
	margin-right: 1.25rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-20 {
	margin-top: 5rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mt-0 {
	margin-top: 0px;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-\[138px\] {
	height: 138px;
}
.h-full {
	height: 100%;
}
.h-\[14px\] {
	height: 14px;
}
.h-\[40px\] {
	height: 40px;
}
.h-\[46px\] {
	height: 46px;
}
.h-\[178px\] {
	height: 178px;
}
.h-\[65px\] {
	height: 65px;
}
.h-\[47px\] {
	height: 47px;
}
.h-\[60px\] {
	height: 60px;
}
.h-\[350px\] {
	height: 350px;
}
.h-\[168px\] {
	height: 168px;
}
.h-60 {
	height: 15rem;
}
.h-20 {
	height: 5rem;
}
.h-\[36px\] {
	height: 36px;
}
.h-1\/10 {
	height: 10%;
}
.h-1\/4 {
	height: 25%;
}
.h-2\/5 {
	height: 40%;
}
.h-3\/5 {
	height: 60%;
}
.h-9\/10 {
	height: 90%;
}
.h-1\/2 {
	height: 50%;
}
.h-screen {
	height: 100vh;
}
.h-8\/10 {
	height: 80%;
}
.h-2\/10 {
	height: 20%;
}
.max-h-\[138px\] {
	max-height: 138px;
}
.max-h-\[47px\] {
	max-height: 47px;
}
.min-h-screen {
	min-height: 100vh;
}
.w-\[148px\] {
	width: 148px;
}
.w-full {
	width: 100%;
}
.w-\[14px\] {
	width: 14px;
}
.w-\[40px\] {
	width: 40px;
}
.w-\[46px\] {
	width: 46px;
}
.w-1\/2 {
	width: 50%;
}
.w-\[300px\] {
	width: 300px;
}
.w-\[65px\] {
	width: 65px;
}
.w-10\/12 {
	width: 83.333333%;
}
.w-\[335px\] {
	width: 335px;
}
.w-\[150px\] {
	width: 150px;
}
.w-3\/4 {
	width: 75%;
}
.w-32 {
	width: 8rem;
}
.w-1\/4 {
	width: 25%;
}
.w-40 {
	width: 10rem;
}
.w-4\/5 {
	width: 80%;
}
.w-3\/5 {
	width: 60%;
}
.w-1\/3 {
	width: 33.333333%;
}
.max-w-\[148px\] {
	max-width: 148px;
}
.max-w-sm {
	max-width: 24rem;
}
.max-w-screen-2xl {
	max-width: 1440px;
}
.max-w-\[1440px\] {
	max-width: 1440px;
}
.max-w-\[451px\] {
	max-width: 451px;
}
.max-w-\[310px\] {
	max-width: 310px;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.flex-shrink {
	flex-shrink: 1;
}
.flex-grow-0 {
	flex-grow: 0;
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-nowrap {
	flex-wrap: nowrap;
}
.place-content-center {
	place-content: center;
}
.place-items-center {
	place-items: center;
}
.items-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.justify-around {
	justify-content: space-around;
}
.gap-2 {
	gap: 0.5rem;
}
.gap-y-2 {
	row-gap: 0.5rem;
}
.overflow-auto {
	overflow: auto;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-\[6px\] {
	border-radius: 6px;
}
.rounded-sm {
	border-radius: 0.125rem;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-2xl {
	border-radius: 1rem;
}
.rounded-xl {
	border-radius: 0.75rem;
}
.rounded-3xl {
	border-radius: 1.5rem;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded-t-xl {
	border-top-left-radius: 0.75rem;
	border-top-right-radius: 0.75rem;
}
.border-2 {
	border-width: 2px;
}
.border {
	border-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-r {
	border-right-width: 1px;
}
.border-t-2 {
	border-top-width: 2px;
}
.border-dashed {
	border-style: dashed;
}
.border-gray-400 {
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
.border-green-500 {
	--tw-border-opacity: 1;
	border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}
.border-black {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.bg-\[\#F5F5F5\] {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.bg-\[\#FFFFFF\] {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-yellow-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-cover {
	background-size: cover;
}
.object-scale-down {
	object-fit: scale-down;
}
.p-2 {
	padding: 0.5rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-5 {
	padding: 1.25rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-\[20px\] {
	padding-top: 20px;
	padding-bottom: 20px;
}
.px-\[20px\] {
	padding-left: 20px;
	padding-right: 20px;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-40 {
	padding-left: 10rem;
	padding-right: 10rem;
}
.pr-\[15px\] {
	padding-right: 15px;
}
.pr-\[20px\] {
	padding-right: 20px;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pl-\[10px\] {
	padding-left: 10px;
}
.pb-5 {
	padding-bottom: 1.25rem;
}
.pr-\[18px\] {
	padding-right: 18px;
}
.pl-4 {
	padding-left: 1rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pl-2 {
	padding-left: 0.5rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pt-3 {
	padding-top: 0.75rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pb-\[120px\] {
	padding-bottom: 120px;
}
.pl-\[40px\] {
	padding-left: 40px;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
.align-baseline {
	vertical-align: baseline;
}
.font-Prompt {
	font-family: Prompt;
}
.text-pbase {
	font-size: 16px;
	line-height: 29px;
}
.text-pxsm {
	font-size: 13px;
	line-height: 18.2px;
}
.text-pxl {
	font-size: 24px;
	line-height: 32px;
}
.text-psm {
	font-size: 14px;
	line-height: 32px;
}
.text-mlg {
	font-size: 28px;
}
.text-ptitle {
	font-size: 18px;
	line-height: 25.2px;
}
.text-psmtitle {
	font-size: 14px;
	line-height: 19.6px;
}
.font-bold {
	font-weight: 700;
}
.font-light {
	font-weight: 300;
}
.leading-normal {
	line-height: 1.5;
}
.leading-6 {
	line-height: 1.5rem;
}
.text-\[\#2B2011\] {
	--tw-text-opacity: 1;
	color: rgba(43, 32, 17, var(--tw-text-opacity));
}
.text-\[\#888580\] {
	--tw-text-opacity: 1;
	color: rgba(136, 133, 128, var(--tw-text-opacity));
}
.text-\[\#0879F9\] {
	--tw-text-opacity: 1;
	color: rgba(8, 121, 249, var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-blue-400 {
	--tw-text-opacity: 1;
	color: rgba(96, 165, 250, var(--tw-text-opacity));
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.line-clamp-1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.line-clamp-3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.text-last-center { text-align-last: center; }
.secondary-text { color: #46989B; }
.secondary-border { border-color: #46989B; }
.tertiary-text { color: #eea135; }
.front-image{
        width:310px;
        height:210px;
    }
@media (min-width: 640px) {

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

	.sm\:float-left {
		float: left;
	}

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

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

	.sm\:mt-10 {
		margin-top: 2.5rem;
	}

	.sm\:block {
		display: block;
	}

	.sm\:grid {
		display: grid;
	}

	.sm\:hidden {
		display: none;
	}

	.sm\:h-\[81px\] {
		height: 81px;
	}

	.sm\:h-1\/10 {
		height: 10%;
	}

	.sm\:h-9\/10 {
		height: 90%;
	}

	.sm\:h-8\/10 {
		height: 80%;
	}

	.sm\:w-\[81px\] {
		width: 81px;
	}

	.sm\:w-\[300px\] {
		width: 300px;
	}

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

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

	.sm\:w-1\/6 {
		width: 16.666667%;
	}

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

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

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

	.sm\:p-0 {
		padding: 0px;
	}

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

	.sm\:pb-10 {
		padding-bottom: 2.5rem;
	}
}
@media (min-width: 745px) {

	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (min-width: 825px) {

	.lg\:absolute {
		position: absolute;
	}

	.lg\:relative {
		position: relative;
	}

	.lg\:ml-5 {
		margin-left: 1.25rem;
	}

	.lg\:mr-5 {
		margin-right: 1.25rem;
	}

	.lg\:mt-5 {
		margin-top: 1.25rem;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:grid {
		display: grid;
	}

	.lg\:h-\[85px\] {
		height: 85px;
	}

	.lg\:h-\[312px\] {
		height: 312px;
	}

	.lg\:h-\[32px\] {
		height: 32px;
	}

	.lg\:h-\[526px\] {
		height: 526px;
	}

	.lg\:h-\[696px\] {
		height: 696px;
	}

	.lg\:h-1\/10 {
		height: 10%;
	}

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

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

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

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

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

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

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

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

	.lg\:w-4\/5 {
		width: 80%;
	}

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

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

	.lg\:flex-nowrap {
		flex-wrap: nowrap;
	}

	.lg\:border-r {
		border-right-width: 1px;
	}

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

	.lg\:pr-10 {
		padding-right: 2.5rem;
	}

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

	.lg\:text-plg {
		font-size: 42px;
		line-height: 58.8px;
	}
}
@media (min-width: 1280px) {

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