/*! 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: 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));
	border-color: currentColor;
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.container {
	width: 100%;
}
@media (min-width: 431px) {

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

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

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

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

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

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

	.container {
		max-width: 1536px;
	}
}

/* purgecss start ignore */
.text-white {
  color: white;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-start-4 {
  grid-column-start: 4;
}
.col-end-1 {
  grid-column-end: 1;
}
.col-end-4 {
  grid-column-end: 4;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-4 {
  grid-row-start: 4;
}
.row-end-4 {
  grid-row-end: 4;
}
.row-end-5 {
  grid-row-end: 5;
}
.row-end-6 {
  grid-row-end: 6;
}
@media (min-width: 426px) {
  .tablet\:col-end-4 {
    grid-column-end: 4;
  }
  .tablet\:row-start-3 {
    grid-row-start: 3;
  }
  .tablet\:row-end-4 {
    grid-row-end: 4;
  }
  .tablet\:row-end-6 {
    grid-row-end: 6;
  }
}
@media (min-width: 770px) {
  .desktop\:text-white {
    color: white !important;
  }
}
/* purgecss end ignore */

.pointer-events-none {
	pointer-events: none;
}

.visible {
	visibility: visible;
}

.static {
	position: static;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
}

.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.top-0 {
	top: 0px;
}

.right-0 {
	right: 0px;
}

.-top-20 {
	top: -5rem;
}

.bottom-0 {
	bottom: 0px;
}

.left-0 {
	left: 0px;
}

.top-\[75px\] {
	top: 75px;
}

.bottom-10 {
	bottom: 2.5rem;
}

.left-1\/2 {
	left: 50%;
}

.-top-1\/2 {
	top: -50%;
}

.top-\[-20px\] {
	top: -20px;
}

.top-\[0px\] {
	top: 0px;
}

.right-\[15px\] {
	right: 15px;
}

.top-\[15px\] {
	top: 15px;
}

.bottom-\[3px\] {
	bottom: 3px;
}

.bottom-\[15px\] {
	bottom: 15px;
}

.left-\[15px\] {
	left: 15px;
}

.-left-0\.5 {
	left: -0.125rem;
}

.-left-0 {
	left: 0px;
}

.z-10 {
	z-index: 10;
}

.z-20 {
	z-index: 20;
}

.\!z-50 {
	z-index: 50 !important;
}

.z-50 {
	z-index: 50;
}

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

.col-span-4 {
	grid-column: span 4 / span 4;
}

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

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

.col-span-10 {
	grid-column: span 10 / span 10;
}

.col-span-8 {
	grid-column: span 8 / span 8;
}

.col-span-7 {
	grid-column: span 7 / span 7;
}

.col-start-1 {
	grid-column-start: 1;
}

.col-start-2 {
	grid-column-start: 2;
}

.col-start-3 {
	grid-column-start: 3;
}

.col-end-2 {
	grid-column-end: 2;
}

.col-end-1 {
	grid-column-end: 1;
}

.col-end-4 {
	grid-column-end: 4;
}

.row-span-1 {
	grid-row: span 1 / span 1;
}

.row-start-1 {
	grid-row-start: 1;
}

.row-start-2 {
	grid-row-start: 2;
}

.row-start-3 {
	grid-row-start: 3;
}

.row-start-4 {
	grid-row-start: 4;
}

.row-end-3 {
	grid-row-end: 3;
}

.row-end-2 {
	grid-row-end: 2;
}

.row-end-4 {
	grid-row-end: 4;
}

.row-end-5 {
	grid-row-end: 5;
}

.row-end-6 {
	grid-row-end: 6;
}

.float-right {
	float: right;
}

.m-auto {
	margin: auto;
}

.m-0 {
	margin: 0px;
}

.m-sx {
	margin: 10px;
}

.m-md {
	margin: 20px;
}

.\!m-auto {
	margin: auto !important;
}

.m-2\.5 {
	margin: 0.625rem;
}

.m-2 {
	margin: 0.5rem;
}

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

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

.mx-\[10px\] {
	margin-left: 10px;
	margin-right: 10px;
}

.\!my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.my-20 {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.mx-5 {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}

.mx-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

.my-md {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mx-0 {
	margin-left: 0px;
	margin-right: 0px;
}

.mx-\[3px\] {
	margin-left: 3px;
	margin-right: 3px;
}

.my-\[5px\] {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mx-sm {
	margin-left: 15px;
	margin-right: 15px;
}

.mt-\[3px\] {
	margin-top: 3px;
}

.mr-\[10px\] {
	margin-right: 10px;
}

.mb-md {
	margin-bottom: 20px;
}

.mb-2\.5 {
	margin-bottom: 0.625rem;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.ml-3 {
	margin-left: 0.75rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mr-auto {
	margin-right: auto;
}

.ml-6 {
	margin-left: 1.5rem;
}

.ml-auto {
	margin-left: auto;
}

.mr-6 {
	margin-right: 1.5rem;
}

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

.mt-auto {
	margin-top: auto;
}

.mb-auto {
	margin-bottom: auto;
}

.-mt-20 {
	margin-top: -5rem;
}

.ml-0 {
	margin-left: 0px;
}

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

.mr-\[5px\] {
	margin-right: 5px;
}

.mt-\[-50px\] {
	margin-top: -50px;
}

.mt-\[5\%\] {
	margin-top: 5%;
}

.ml-sx {
	margin-left: 10px;
}

.mb-sm {
	margin-bottom: 15px;
}

.mt-md {
	margin-top: 20px;
}

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

.mb-\[5px\] {
	margin-bottom: 5px;
}

.mb-sx {
	margin-bottom: 10px;
}

.mb-lg {
	margin-bottom: 40px;
}

.mt-sm {
	margin-top: 15px;
}

.mb-\[25px\] {
	margin-bottom: 25px;
}

.mt-25 {
	margin-top: 25px;
}

.mb-5 {
	margin-bottom: 1.25rem;
}

.mr-sx {
	margin-right: 10px;
}

.mb-xlg {
	margin-bottom: 80px;
}

.mb-6 {
	margin-bottom: 1.5rem;
}

.mt-sx {
	margin-top: 10px;
}

.block {
	display: block;
}

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

.inline {
	display: inline;
}

.flex {
	display: flex;
}

.table {
	display: table;
}

.grid {
	display: grid;
}

.list-item {
	display: list-item;
}

.hidden {
	display: none;
}

.h-full {
	height: 100%;
}

.h-6 {
	height: 1.5rem;
}

.h-9 {
	height: 2.25rem;
}

.h-96 {
	height: 24rem;
}

.h-80 {
	height: 20rem;
}

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

.h-auto {
	height: auto;
}

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

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

.h-10 {
	height: 2.5rem;
}

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

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

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

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

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

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

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

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

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

.h-1\/4 {
	height: 25%;
}

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

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

.max-h-full {
	max-height: 100%;
}

.max-h-\[65px\] {
	max-height: 65px;
}

.max-h-\[50px\] {
	max-height: 50px;
}

.max-h-\[100px\] {
	max-height: 100px;
}

.max-h-screen {
	max-height: 100vh;
}

.max-h-\[460px\] {
	max-height: 460px;
}

.min-h-\[75vh\] {
	min-height: 75vh;
}

.min-h-\[390px\] {
	min-height: 390px;
}

.min-h-\[100px\] {
	min-height: 100px;
}

.min-h-\[54px\] {
	min-height: 54px;
}

.min-h-\[420px\] {
	min-height: 420px;
}

.w-\[75\%\] {
	width: 75%;
}

.w-\[25\%\] {
	width: 25%;
}

.w-\[62\%\] {
	width: 62%;
}

.w-\[50\%\] {
	width: 50%;
}

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

.w-full {
	width: 100%;
}

.w-\[66\%\] {
	width: 66%;
}

.w-\[33\%\] {
	width: 33%;
}

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

.w-44 {
	width: 11rem;
}

.w-9 {
	width: 2.25rem;
}

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

.w-screen {
	width: 100vw;
}

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

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

.w-\[62\.5\%\] {
	width: 62.5%;
}

.w-\[48\%\] {
	width: 48%;
}

.w-\[30\%\] {
	width: 30%;
}

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

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

.w-\[70\%\] {
	width: 70%;
}

.w-\[49\%\] {
	width: 49%;
}

.w-\[31\%\] {
	width: 31%;
}

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

.w-6 {
	width: 1.5rem;
}

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

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

.max-w-\[140px\] {
	max-width: 140px;
}

.max-w-\[330px\] {
	max-width: 330px;
}

.max-w-7xl {
	max-width: 80rem;
}

.max-w-lg {
	max-width: 32rem;
}

.max-w-5xl {
	max-width: 64rem;
}

.max-w-\[1250px\] {
	max-width: 1250px;
}

.max-w-\[600px\] {
	max-width: 600px;
}

.max-w-\[150px\] {
	max-width: 150px;
}

.\!max-w-full {
	max-width: 100% !important;
}

.max-w-\[100px\] {
	max-width: 100px;
}

.max-w-\[160px\] {
	max-width: 160px;
}

.max-w-\[1230px\] {
	max-width: 1230px;
}

.max-w-\[1000px\] {
	max-width: 1000px;
}

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

.max-w-\[230px\] {
	max-width: 230px;
}

.max-w-\[200px\] {
	max-width: 200px;
}

.max-w-\[220px\] {
	max-width: 220px;
}

.max-w-full {
	max-width: 100%;
}

.max-w-\[280px\] {
	max-width: 280px;
}

.max-w-\[60px\] {
	max-width: 60px;
}

.max-w-\[1100px\] {
	max-width: 1100px;
}

.max-w-\[900px\] {
	max-width: 900px;
}

.max-w-\[500px\] {
	max-width: 500px;
}

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

.max-w-\[1200px\] {
	max-width: 1200px;
}

.max-w-xl {
	max-width: 36rem;
}

.flex-none {
	flex: none;
}

.flex-auto {
	flex: 1 1 auto;
}

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

.translate-x-\[-50\%\] {
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}

.transform {
	transform: var(--tw-transform);
}

.cursor-pointer {
	cursor: pointer;
}

.resize {
	resize: both;
}

.auto-cols-fr {
	grid-auto-columns: minmax(0, 1fr);
}

.grid-flow-col {
	grid-auto-flow: column;
}

.auto-rows-auto {
	grid-auto-rows: auto;
}

.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-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

.grid-rows-2 {
	grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-1 {
	grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-\[repeat\(1\2c minmax\(auto\2c 1fr\)\)\] {
	grid-template-rows: repeat(1, minmax(auto, 1fr));
}

.grid-rows-4 {
	grid-template-rows: 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;
}

.content-center {
	align-content: center;
}

.content-start {
	align-content: flex-start;
}

.items-start {
	align-items: flex-start;
}

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

.items-baseline {
	align-items: baseline;
}

.justify-end {
	justify-content: flex-end;
}

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

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

.justify-evenly {
	justify-content: space-evenly;
}

.gap-2 {
	gap: 0.5rem;
}

.gap-\[10px\] {
	gap: 10px;
}

.gap-4 {
	gap: 1rem;
}

.gap-2\.5 {
	gap: 0.625rem;
}

.gap-x-2 {
	-moz-column-gap: 0.5rem;
	     column-gap: 0.5rem;
}

.gap-x-1 {
	-moz-column-gap: 0.25rem;
	     column-gap: 0.25rem;
}

.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-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-x-auto {
	overflow-x: auto;
}

.overflow-y-hidden {
	overflow-y: hidden;
}

.overflow-y-scroll {
	overflow-y: scroll;
}

.whitespace-normal {
	white-space: normal;
}

.whitespace-nowrap {
	white-space: nowrap;
}

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

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

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

.rounded-xl {
	border-radius: 0.75rem;
}

.rounded-\[3px\] {
	border-radius: 3px;
}

.rounded {
	border-radius: 0.25rem;
}

.border {
	border-width: 1px;
}

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

.border-b {
	border-bottom-width: 1px;
}

.border-solid {
	border-style: solid;
}

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

.border-\[\#e7eaec\] {
	--tw-border-opacity: 1;
	border-color: rgba(231, 234, 236, var(--tw-border-opacity));
}

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

.border-\[\#808080\] {
	--tw-border-opacity: 1;
	border-color: rgba(128, 128, 128, var(--tw-border-opacity));
}

.border-navy {
	--tw-border-opacity: 1;
	border-color: rgba(0, 38, 62, var(--tw-border-opacity));
}

.border-gray {
	--tw-border-opacity: 1;
	border-color: rgba(242, 244, 247, var(--tw-border-opacity));
}

.bg-\[\#fbfbfb\] {
	--tw-bg-opacity: 1;
	background-color: rgba(251, 251, 251, var(--tw-bg-opacity));
}

.bg-\[\#00bf6f\] {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 191, 111, var(--tw-bg-opacity));
}

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

.bg-purple-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.bg-purple-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

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

.bg-\[\#00263e\] {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 38, 62, var(--tw-bg-opacity));
}

.bg-\[\#f2f4f7\] {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 244, 247, var(--tw-bg-opacity));
}

.bg-\[\#F2F4F7\] {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 244, 247, var(--tw-bg-opacity));
}

.bg-\[\#B6D3E1\] {
	--tw-bg-opacity: 1;
	background-color: rgba(182, 211, 225, var(--tw-bg-opacity));
}

.bg-gray {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 244, 247, var(--tw-bg-opacity));
}

.bg-\[\#2B2824\] {
	--tw-bg-opacity: 1;
	background-color: rgba(43, 40, 36, var(--tw-bg-opacity));
}

.bg-blue {
	--tw-bg-opacity: 1;
	background-color: rgba(29, 58, 108, var(--tw-bg-opacity));
}

.bg-\[\#e1e3ea\] {
	--tw-bg-opacity: 1;
	background-color: rgba(225, 227, 234, var(--tw-bg-opacity));
}

.bg-\[\#edf0f2\] {
	--tw-bg-opacity: 1;
	background-color: rgba(237, 240, 242, var(--tw-bg-opacity));
}

.bg-navy {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 38, 62, var(--tw-bg-opacity));
}

.bg-\[\#0b1829\] {
	--tw-bg-opacity: 1;
	background-color: rgba(11, 24, 41, var(--tw-bg-opacity));
}

.\!bg-transparent {
	background-color: transparent !important;
}

.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-transparent {
	--tw-gradient-from: transparent;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-\[\#ffffff00\] {
	--tw-gradient-from: #ffffff00;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.to-black {
	--tw-gradient-to: #000;
}

.to-\[\#000000b0\] {
	--tw-gradient-to: #000000b0;
}

.bg-cover {
	background-size: cover;
}

.bg-center {
	background-position: center;
}

.bg-top {
	background-position: top;
}

.bg-left {
	background-position: left;
}

.bg-bottom {
	background-position: bottom;
}

.bg-no-repeat {
	background-repeat: no-repeat;
}

.object-contain {
	-o-object-fit: contain;
	   object-fit: contain;
}

.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}

.object-scale-down {
	-o-object-fit: scale-down;
	   object-fit: scale-down;
}

.p-6 {
	padding: 1.5rem;
}

.p-0 {
	padding: 0px;
}

.p-8 {
	padding: 2rem;
}

.p-sx {
	padding: 10px;
}

.p-\[10px\] {
	padding: 10px;
}

.p-md {
	padding: 20px;
}

.p-\[20px\] {
	padding: 20px;
}

.p-\[5px\] {
	padding: 5px;
}

.p-sm {
	padding: 15px;
}

.p-\[25px\] {
	padding: 25px;
}

.px-\[30px\] {
	padding-left: 30px;
	padding-right: 30px;
}

.py-\[50px\] {
	padding-top: 50px;
	padding-bottom: 50px;
}

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

.py-md {
	padding-top: 20px;
	padding-bottom: 20px;
}

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

.px-sx {
	padding-left: 10px;
	padding-right: 10px;
}

.py-lg {
	padding-top: 40px;
	padding-bottom: 40px;
}

.py-\[60px\] {
	padding-top: 60px;
	padding-bottom: 60px;
}

.\!py-\[15px\] {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.\!px-\[5px\] {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.py-xlg {
	padding-top: 80px;
	padding-bottom: 80px;
}

.px-\[10px\] {
	padding-left: 10px;
	padding-right: 10px;
}

.py-sm {
	padding-top: 15px;
	padding-bottom: 15px;
}

.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.py-\[100px\] {
	padding-top: 100px;
	padding-bottom: 100px;
}

.px-\[50px\] {
	padding-left: 50px;
	padding-right: 50px;
}

.pl-6 {
	padding-left: 1.5rem;
}

.pt-md {
	padding-top: 20px;
}

.pt-\[medium\] {
	padding-top: medium;
}

.pt-1 {
	padding-top: 0.25rem;
}

.pb-\[70px\] {
	padding-bottom: 70px;
}

.pr-\[20px\] {
	padding-right: 20px;
}

.pr-\[5px\] {
	padding-right: 5px;
}

.pl-\[10px\] {
	padding-left: 10px;
}

.pl-sm {
	padding-left: 15px;
}

.pb-lg {
	padding-bottom: 40px;
}

.pt-lg {
	padding-top: 40px;
}

.pt-\[10px\] {
	padding-top: 10px;
}

.pb-1 {
	padding-bottom: 0.25rem;
}

.pb-\[120px\] {
	padding-bottom: 120px;
}

.pt-\[0px\] {
	padding-top: 0px;
}

.pb-0 {
	padding-bottom: 0px;
}

.pb-\[5px\] {
	padding-bottom: 5px;
}

.pb-xlg {
	padding-bottom: 80px;
}

.pb-md {
	padding-bottom: 20px;
}

.pb-sm {
	padding-bottom: 15px;
}

.pt-\[5px\] {
	padding-top: 5px;
}

.pt-\[100\%\] {
	padding-top: 100%;
}

.pb-25 {
	padding-bottom: 25px;
}

.pt-25 {
	padding-top: 25px;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.align-middle {
	vertical-align: middle;
}

.font-poppins {
	font-family: Poppins;
}

.text-\[13px\] {
	font-size: 13px;
}

.text-\[16px\] {
	font-size: 16px;
}

.text-\[12px\] {
	font-size: 12px;
}

.text-\[30px\] {
	font-size: 30px;
}

.text-\[20px\] {
	font-size: 20px;
}

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

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

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

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

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

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

.text-\[15px\] {
	font-size: 15px;
}

.text-\[14px\] {
	font-size: 14px;
}

.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}

.text-\[18px\] {
	font-size: 18px;
}

.text-\[10px\] {
	font-size: 10px;
}

.text-\[25px\] {
	font-size: 25px;
}

.text-\[28px\] {
	font-size: 28px;
}

.font-semibold {
	font-weight: 600;
}

.font-extralight {
	font-weight: 200;
}

.font-bold {
	font-weight: 700;
}

.font-normal {
	font-weight: 400;
}

.font-medium {
	font-weight: 500;
}

.font-thin {
	font-weight: 100;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.normal-case {
	text-transform: none;
}

.italic {
	font-style: italic;
}

.leading-normal {
	line-height: 1.5;
}

.leading-loose {
	line-height: 2;
}

.leading-4 {
	line-height: 1rem;
}

.leading-7 {
	line-height: 1.75rem;
}

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

.leading-\[23px\] {
	line-height: 23px;
}

.leading-\[15px\] {
	line-height: 15px;
}

.leading-\[17px\] {
	line-height: 17px;
}

.leading-\[30px\] {
	line-height: 30px;
}

.leading-\[16px\] {
	line-height: 16px;
}

.leading-\[24px\] {
	line-height: 24px;
}

.leading-\[19px\] {
	line-height: 19px;
}

.leading-\[25px\] {
	line-height: 25px;
}

.leading-\[45px\] {
	line-height: 45px;
}

.tracking-widest {
	letter-spacing: 0.1em;
}

.tracking-wide {
	letter-spacing: 0.025em;
}

.tracking-normal {
	letter-spacing: 0em;
}

.tracking-\[0\.5px\] {
	letter-spacing: 0.5px;
}

.tracking-\[1px\] {
	letter-spacing: 1px;
}

.text-\[\#F97216\] {
	--tw-text-opacity: 1;
	color: rgba(249, 114, 22, var(--tw-text-opacity));
}

.text-\[\#231f20\] {
	--tw-text-opacity: 1;
	color: rgba(35, 31, 32, var(--tw-text-opacity));
}

.text-\[\#414141\] {
	--tw-text-opacity: 1;
	color: rgba(65, 65, 65, var(--tw-text-opacity));
}

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

.text-purple-600 {
	--tw-text-opacity: 1;
	color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.text-purple-700 {
	--tw-text-opacity: 1;
	color: rgba(109, 40, 217, var(--tw-text-opacity));
}

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

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

.text-navy {
	--tw-text-opacity: 1;
	color: rgba(0, 38, 62, var(--tw-text-opacity));
}

.text-fresh {
	--tw-text-opacity: 1;
	color: rgba(0, 191, 111, var(--tw-text-opacity));
}

.text-\[\#00bf6f\] {
	--tw-text-opacity: 1;
	color: rgba(0, 191, 111, var(--tw-text-opacity));
}

.text-\[\#305777\] {
	--tw-text-opacity: 1;
	color: rgba(48, 87, 119, var(--tw-text-opacity));
}

.\!text-\[\#414141\] {
	--tw-text-opacity: 1 !important;
	color: rgba(65, 65, 65, var(--tw-text-opacity)) !important;
}

.underline {
	text-decoration: underline;
}

.opacity-0 {
	opacity: 0;
}

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

.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-navbar {
	--tw-shadow: 0 4px 26px 0 rgb(0 0 0 / 4%);;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.brightness-50 {
	--tw-brightness: brightness(.5);
	filter: var(--tw-filter);
}

.brightness-0 {
	--tw-brightness: brightness(0);
	filter: var(--tw-filter);
}

.drop-shadow-xl {
	--tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
	filter: var(--tw-filter);
}

.invert {
	--tw-invert: invert(100%);
	filter: var(--tw-filter);
}

.filter {
	filter: var(--tw-filter);
}

.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.before\:mr-\[10px\]::before {
	content: "";
	margin-right: 10px;
}

.before\:mr-\[5px\]::before {
	content: "";
	margin-right: 5px;
}

.before\:block::before {
	content: "";
	display: block;
}

.before\:pt-\[100\%\]::before {
	content: "";
	padding-top: 100%;
}

.before\:content-blog_checkmark::before {
	content: url(/wp-content/themes/fresh-n-lean/images/icons/blog-checkmark.svg);
}

.before\:content-bolt::before {
	content: url(/wp-content/themes/fresh-n-lean/images/icons/bolt-xsmall.svg);
}

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

.group:hover .group-hover\:block {
	display: block;
}

.group:hover .group-hover\:hidden {
	display: none;
}

@media (min-width: 1024px) {

	.lg\:mx-\[100px\] {
		margin-left: 100px;
		margin-right: 100px;
	}
}

@media (min-width: 431px) {

	.tablet\:absolute {
		position: absolute;
	}

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

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

	.tablet\:col-start-2 {
		grid-column-start: 2;
	}

	.tablet\:col-start-1 {
		grid-column-start: 1;
	}

	.tablet\:col-start-3 {
		grid-column-start: 3;
	}

	.tablet\:col-start-4 {
		grid-column-start: 4;
	}

	.tablet\:col-end-3 {
		grid-column-end: 3;
	}

	.tablet\:col-end-2 {
		grid-column-end: 2;
	}

	.tablet\:col-end-4 {
		grid-column-end: 4;
	}

	.tablet\:row-start-2 {
		grid-row-start: 2;
	}

	.tablet\:row-start-1 {
		grid-row-start: 1;
	}

	.tablet\:row-start-3 {
		grid-row-start: 3;
	}

	.tablet\:row-start-4 {
		grid-row-start: 4;
	}

	.tablet\:row-end-3 {
		grid-row-end: 3;
	}

	.tablet\:row-end-2 {
		grid-row-end: 2;
	}

	.tablet\:row-end-4 {
		grid-row-end: 4;
	}

	.tablet\:row-end-6 {
		grid-row-end: 6;
	}

	.tablet\:m-auto {
		margin: auto;
	}

	.tablet\:mx-\[30px\] {
		margin-left: 30px;
		margin-right: 30px;
	}

	.tablet\:mx-\[25px\] {
		margin-left: 25px;
		margin-right: 25px;
	}

	.tablet\:my-\[30px\] {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.tablet\:mx-\[15px\] {
		margin-left: 15px;
		margin-right: 15px;
	}

	.tablet\:my-\[25px\] {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.tablet\:mb-\[30px\] {
		margin-bottom: 30px;
	}

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

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

	.tablet\:mr-md {
		margin-right: 20px;
	}

	.tablet\:mt-auto {
		margin-top: auto;
	}

	.tablet\:mb-sx {
		margin-bottom: 10px;
	}

	.tablet\:ml-auto {
		margin-left: auto;
	}

	.tablet\:mr-auto {
		margin-right: auto;
	}

	.tablet\:mt-xlg {
		margin-top: 80px;
	}

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

	.tablet\:block {
		display: block;
	}

	.tablet\:flex {
		display: flex;
	}

	.tablet\:grid {
		display: grid;
	}

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

	.tablet\:h-\[500px\] {
		height: 500px;
	}

	.tablet\:h-\[400px\] {
		height: 400px;
	}

	.tablet\:w-\[50\%\] {
		width: 50%;
	}

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

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

	.tablet\:w-\[1\/3\] {
		width: 1 / 3;
	}

	.tablet\:w-\[200px\] {
		width: 200px;
	}

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

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

	.tablet\:w-\[44\%\] {
		width: 44%;
	}

	.tablet\:w-\[32\%\] {
		width: 32%;
	}

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

	.tablet\:w-1\/5 {
		width: 20%;
	}

	.tablet\:max-w-\[1300px\] {
		max-width: 1300px;
	}

	.tablet\:max-w-\[1200px\] {
		max-width: 1200px;
	}

	.tablet\:max-w-\[500px\] {
		max-width: 500px;
	}

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

	.tablet\:grid-cols-\[50\%\] {
		grid-template-columns: 50%;
	}

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

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

	.tablet\:grid-rows-1 {
		grid-template-rows: repeat(1, minmax(0, 1fr));
	}

	.tablet\:grid-rows-5 {
		grid-template-rows: repeat(5, minmax(0, 1fr));
	}

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

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

	.tablet\:justify-start {
		justify-content: flex-start;
	}

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

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

	.tablet\:bg-cover {
		background-size: cover;
	}

	.tablet\:p-lg {
		padding: 40px;
	}

	.tablet\:p-\[5px\] {
		padding: 5px;
	}

	.tablet\:p-\[35px\] {
		padding: 35px;
	}

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

	.tablet\:p-\[30px\] {
		padding: 30px;
	}

	.tablet\:py-lg {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.tablet\:px-sx {
		padding-left: 10px;
		padding-right: 10px;
	}

	.tablet\:pb-\[5px\] {
		padding-bottom: 5px;
	}

	.tablet\:pb-md {
		padding-bottom: 20px;
	}

	.tablet\:pb-lg {
		padding-bottom: 40px;
	}

	.tablet\:pt-md {
		padding-top: 20px;
	}

	.tablet\:text-left {
		text-align: left;
	}

	.tablet\:text-center {
		text-align: center;
	}

	.tablet\:text-\[16px\] {
		font-size: 16px;
	}

	.tablet\:text-\[45px\] {
		font-size: 45px;
	}

	.tablet\:text-\[18px\] {
		font-size: 18px;
	}

	.tablet\:text-\[22px\] {
		font-size: 22px;
	}

	.tablet\:text-\[40px\] {
		font-size: 40px;
	}

	.tablet\:font-bold {
		font-weight: 700;
	}

	.tablet\:leading-\[25px\] {
		line-height: 25px;
	}

	.tablet\:leading-\[50px\] {
		line-height: 50px;
	}

	.tablet\:leading-\[30px\] {
		line-height: 30px;
	}

	.tablet\:leading-\[45px\] {
		line-height: 45px;
	}
}

@media (min-width: 770px) {

	.desktop\:top-\[25px\] {
		top: 25px;
	}

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

	.desktop\:col-span-4 {
		grid-column: span 4 / span 4;
	}

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

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

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

	.desktop\:col-span-7 {
		grid-column: span 7 / span 7;
	}

	.desktop\:col-start-2 {
		grid-column-start: 2;
	}

	.desktop\:col-start-5 {
		grid-column-start: 5;
	}

	.desktop\:col-start-1 {
		grid-column-start: 1;
	}

	.desktop\:row-span-2 {
		grid-row: span 2 / span 2;
	}

	.desktop\:row-span-6 {
		grid-row: span 6 / span 6;
	}

	.desktop\:row-span-5 {
		grid-row: span 5 / span 5;
	}

	.desktop\:row-span-1 {
		grid-row: span 1 / span 1;
	}

	.desktop\:row-start-1 {
		grid-row-start: 1;
	}

	.desktop\:row-start-2 {
		grid-row-start: 2;
	}

	.desktop\:row-start-3 {
		grid-row-start: 3;
	}

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

	.desktop\:mx-\[30px\] {
		margin-left: 30px;
		margin-right: 30px;
	}

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

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

	.desktop\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.desktop\:my-lg {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.desktop\:mx-md {
		margin-left: 20px;
		margin-right: 20px;
	}

	.desktop\:mx-\[10px\] {
		margin-left: 10px;
		margin-right: 10px;
	}

	.desktop\:ml-auto {
		margin-left: auto;
	}

	.desktop\:mr-lg {
		margin-right: 40px;
	}

	.desktop\:ml-lg {
		margin-left: 40px;
	}

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

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

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

	.desktop\:mt-auto {
		margin-top: auto;
	}

	.desktop\:mr-\[10px\] {
		margin-right: 10px;
	}

	.desktop\:mb-\[30px\] {
		margin-bottom: 30px;
	}

	.desktop\:mb-\[-100px\] {
		margin-bottom: -100px;
	}

	.desktop\:mt-\[-100px\] {
		margin-top: -100px;
	}

	.desktop\:block {
		display: block;
	}

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

	.desktop\:flex {
		display: flex;
	}

	.desktop\:grid {
		display: grid;
	}

	.desktop\:hidden {
		display: none;
	}

	.desktop\:h-full {
		height: 100%;
	}

	.desktop\:h-\[600px\] {
		height: 600px;
	}

	.desktop\:h-\[800px\] {
		height: 800px;
	}

	.desktop\:h-\[465px\] {
		height: 465px;
	}

	.desktop\:h-\[105px\] {
		height: 105px;
	}

	.desktop\:h-\[700px\] {
		height: 700px;
	}

	.desktop\:h-\[initial\] {
		height: initial;
	}

	.desktop\:h-\[250px\] {
		height: 250px;
	}

	.desktop\:h-\[245px\] {
		height: 245px;
	}

	.desktop\:w-\[25\%\] {
		width: 25%;
	}

	.desktop\:w-\[75\%\] {
		width: 75%;
	}

	.desktop\:w-\[20\%\] {
		width: 20%;
	}

	.desktop\:w-\[33\%\] {
		width: 33%;
	}

	.desktop\:w-\[50\%\] {
		width: 50%;
	}

	.desktop\:w-\[83\%\] {
		width: 83%;
	}

	.desktop\:w-\[16\%\] {
		width: 16%;
	}

	.desktop\:w-\[23\%\] {
		width: 23%;
	}

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

	.desktop\:w-\[120\%\] {
		width: 120%;
	}

	.desktop\:w-\[140\%\] {
		width: 140%;
	}

	.desktop\:w-\[58\.3333\%\] {
		width: 58.3333%;
	}

	.desktop\:w-\[41\.6667\%\] {
		width: 41.6667%;
	}

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

	.desktop\:max-w-\[200px\] {
		max-width: 200px;
	}

	.desktop\:max-w-xl {
		max-width: 36rem;
	}

	.desktop\:max-w-\[500px\] {
		max-width: 500px;
	}

	.desktop\:\!max-w-\[330px\] {
		max-width: 330px !important;
	}

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

	.desktop\:max-w-\[1200px\] {
		max-width: 1200px;
	}

	.desktop\:max-w-\[363px\] {
		max-width: 363px;
	}

	.desktop\:auto-cols-fr {
		grid-auto-columns: minmax(0, 1fr);
	}

	.desktop\:grid-flow-col {
		grid-auto-flow: column;
	}

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

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

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

	.desktop\:grid-rows-1 {
		grid-template-rows: repeat(1, minmax(0, 1fr));
	}

	.desktop\:grid-rows-\[repeat\(1\2c minmax\(auto\2c 1fr\)\)\] {
		grid-template-rows: repeat(1, minmax(auto, 1fr));
	}

	.desktop\:content-start {
		align-content: flex-start;
	}

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

	.desktop\:justify-end {
		justify-content: flex-end;
	}

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

	.desktop\:gap-0\.5 {
		gap: 0.125rem;
	}

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

	.desktop\:gap-x-2 {
		-moz-column-gap: 0.5rem;
		     column-gap: 0.5rem;
	}

	.desktop\:rounded-none {
		border-radius: 0px;
	}

	.desktop\:border-b {
		border-bottom-width: 1px;
	}

	.desktop\:bg-cover {
		background-size: cover;
	}

	.desktop\:bg-center {
		background-position: center;
	}

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

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

	.desktop\:p-16 {
		padding: 4rem;
	}

	.desktop\:p-md {
		padding: 20px;
	}

	.desktop\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.desktop\:px-\[40px\] {
		padding-left: 40px;
		padding-right: 40px;
	}

	.desktop\:px-\[20px\] {
		padding-left: 20px;
		padding-right: 20px;
	}

	.desktop\:pl-lg {
		padding-left: 40px;
	}

	.desktop\:pr-lg {
		padding-right: 40px;
	}

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

	.desktop\:pl-\[20px\] {
		padding-left: 20px;
	}

	.desktop\:pr-xlg {
		padding-right: 80px;
	}

	.desktop\:pb-md {
		padding-bottom: 20px;
	}

	.desktop\:pt-\[100px\] {
		padding-top: 100px;
	}

	.desktop\:pb-\[140px\] {
		padding-bottom: 140px;
	}

	.desktop\:text-left {
		text-align: left;
	}

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

	.desktop\:text-\[15px\] {
		font-size: 15px;
	}
}
