<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! tailwindcss v2.2.15 | 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.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
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.
*/

/**
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.
*/

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
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: Lato, 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 &lt;details&gt; where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

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, 229, 229, var(--tw-border-opacity));
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #737373;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='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: #737373;
  opacity: 1;
}

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

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23737373' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

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

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #737373;
  border-width: 1px;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #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;
}

.container {
  width: 100%;
}

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

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

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

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

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


.aspect-w-3,
.aspect-w-10,
.aspect-w-12,
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}


.aspect-w-3 &gt; *,
.aspect-w-10 &gt; *,
.aspect-w-12 &gt; *,
.aspect-w-16 &gt; * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-3 {
  --tw-aspect-w: 3;
}

.aspect-w-10 {
  --tw-aspect-w: 10;
}

.aspect-w-12 {
  --tw-aspect-w: 12;
}

.aspect-w-16 {
  --tw-aspect-w: 16;
}

.aspect-h-2 {
  --tw-aspect-h: 2;
}

.aspect-h-3 {
  --tw-aspect-h: 3;
}

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

.aspect-h-7 {
  --tw-aspect-h: 7;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}

button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn-primary {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(110, 199, 192, var(--tw-bg-opacity));
}

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

.btn-primary {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-primary:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
}

.btn-primary:disabled {
  opacity: 0.8;
}

.btn-secondary {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  border-width: 1px;
  border-width: 1px;
  border-color: transparent;
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

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

.btn-secondary {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-secondary:hover {
  text-decoration: none;
}

.btn-secondary:disabled {
  opacity: 0.8;
}

.btn-yellow {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(235, 218, 65, var(--tw-bg-opacity));
}

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

.btn-yellow {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-yellow:hover {
  text-decoration: none;
}

.btn-yellow:disabled {
  opacity: 0.8;
}

.btn-orange {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 192, 68, var(--tw-bg-opacity));
}

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

.btn-orange {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-orange:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
}

.btn-orange:disabled {
  opacity: 0.8;
}

.managed-band {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #F9BEC3 4%, #FBC9A8 23%, #FCE683 49%, #C0E0A2 75%, #A0E1EA 100%);
}

.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-px {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

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

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

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

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-32 {
  right: 8rem;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-16 {
  bottom: 4rem;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-2 {
  left: 0.5rem;
}

.left-4 {
  left: 1rem;
}

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

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

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

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

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

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

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

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

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

.focus-within\:z-10:focus-within {
  z-index: 10;
}

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-auto {
  margin: auto;
}

.m-1\.5 {
  margin: 0.375rem;
}

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

.-m-2 {
  margin: -0.5rem;
}

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

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

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

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

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

.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

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

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

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

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

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

.mt-1 {
  margin-top: 0.25rem;
}

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

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

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

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

.mt-8 {
  margin-top: 2rem;
}

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

.mt-12 {
  margin-top: 3rem;
}

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

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

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mt-12 {
  margin-top: -3rem;
}

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

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

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 0.25rem;
}

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

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

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

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

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

.-mr-1 {
  margin-right: -0.25rem;
}

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

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

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

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

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

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

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

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

.mb-12 {
  margin-bottom: 3rem;
}

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

.-mb-px {
  margin-bottom: -1px;
}

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

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

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

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

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

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

.ml-8 {
  margin-left: 2rem;
}

.ml-16 {
  margin-left: 4rem;
}

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

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

.-ml-1 {
  margin-left: -0.25rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

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

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

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-48 {
  height: 12rem;
}

.h-80 {
  height: 20rem;
}

.h-144 {
  height: 36rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

.min-h-0 {
  min-height: 0px;
}

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

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

.w-0 {
  width: 0px;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-72 {
  width: 18rem;
}

.w-80 {
  width: 20rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

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

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

.w-2\/3 {
  width: 66.666667%;
}

.w-2\/5 {
  width: 40%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-0 {
  min-width: 0px;
}

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

.max-w-0 {
  max-width: 0rem;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 24rem;
}

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

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

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

.max-w-3xl {
  max-width: 48rem;
}

.max-w-6xl {
  max-width: 72rem;
}

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

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

.max-w-xxs {
  max-width: 14rem;
}

.max-w-8xl {
  max-width: 88rem;
}

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

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

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

.origin-top-right {
  transform-origin: top right;
}

.origin-top-left {
  transform-origin: top left;
}

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

.translate-x-0 {
  --tw-translate-x: 0px;
}

.translate-x-5 {
  --tw-translate-x: 1.25rem;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.translate-y-0 {
  --tw-translate-y: 0px;
}

.translate-y-4 {
  --tw-translate-y: 1rem;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.-rotate-90 {
  --tw-rotate: -90deg;
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-flow-row {
  grid-auto-flow: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-baseline {
  align-items: baseline;
}

.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-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-10 {
  gap: 2.5rem;
}

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

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

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

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

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

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.space-x-1 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-10 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-12 &gt; :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-1\.5 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.-space-y-px &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}

.space-y-reverse &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.divide-x &gt; :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 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-100 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-divide-opacity));
}

.divide-gray-200 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
}

.divide-orange-default &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 192, 68, var(--tw-divide-opacity));
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.rounded-2xl {
  border-radius: 1rem;
}

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

.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

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

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

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

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

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

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

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

.border {
  border-width: 1px;
}

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

.border-t {
  border-top-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

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

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

.border-l-4 {
  border-left-width: 4px;
}

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgba(110, 199, 192, var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(115, 115, 115, var(--tw-border-opacity));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}

.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity));
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

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

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgba(110, 199, 192, var(--tw-border-opacity));
}

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 199, 192, var(--tw-bg-opacity));
}

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

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

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

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

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

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

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

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 115, 115, var(--tw-bg-opacity));
}

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

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 23, 23, var(--tw-bg-opacity));
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 242, var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity));
}

.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 247, 237, var(--tw-bg-opacity));
}

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.bg-orange-default {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 192, 68, var(--tw-bg-opacity));
}

.bg-yellow-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 218, 65, var(--tw-bg-opacity));
}

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

.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, 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-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

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

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

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

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

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

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

.from-gray-900 {
  --tw-gradient-from: #171717;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 23, 23, 0));
}

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

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

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

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

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

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

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

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

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

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

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

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

.pt-2 {
  padding-top: 0.5rem;
}

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

.pt-5 {
  padding-top: 1.25rem;
}

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

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

.pt-12 {
  padding-top: 3rem;
}

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

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

.pt-48 {
  padding-top: 12rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

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

.pr-8 {
  padding-right: 2rem;
}

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

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

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

.pb-2 {
  padding-bottom: 0.5rem;
}

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

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

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

.pb-40 {
  padding-bottom: 10rem;
}

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

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-16 {
  padding-left: 4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-xxs {
  font-size: 0.625rem;
}

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

.font-light {
  font-weight: 300;
}

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

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

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

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

.font-extrabold {
  font-weight: 800;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.ordinal {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.ordinal {
  --tw-ordinal: ordinal;
}

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

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

.leading-6 {
  line-height: 1.5rem;
}

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

.leading-8 {
  line-height: 2rem;
}

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

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

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

.tracking-wider {
  letter-spacing: 0.05em;
}

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgba(110, 199, 192, var(--tw-text-opacity));
}

.text-current {
  color: currentColor;
}

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

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

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

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

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 113, 133, var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(159, 18, 57, var(--tw-text-opacity));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgba(154, 52, 18, var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

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

.text-footer-gray {
  --tw-text-opacity: 1;
  color: rgba(171, 171, 171, var(--tw-text-opacity));
}

.text-blue-link {
  --tw-text-opacity: 1;
  color: rgba(74, 144, 226, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.focus-within\:text-gray-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.focus-within\:text-gray-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgba(110, 199, 192, var(--tw-text-opacity));
}

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

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

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

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, var(--tw-text-opacity));
}

.hover\:text-red-300:hover {
  --tw-text-opacity: 1;
  color: rgba(253, 164, 175, var(--tw-text-opacity));
}

.text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.underline {
  text-decoration: underline;
}

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-placeholder-opacity));
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-100 {
  opacity: 1;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.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 {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

*, ::before, ::after {
  --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;
}

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

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

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

.ring-4 {
  --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(4px + 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-2: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(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-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-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-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);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

.ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 199, 192, var(--tw-ring-opacity));
}

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

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

.ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 229, 229, var(--tw-ring-opacity));
}

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity));
}

.ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.focus-within\:ring-primary:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 199, 192, var(--tw-ring-opacity));
}

.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 199, 192, var(--tw-ring-opacity));
}

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

.focus\:ring-green-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(22, 163, 74, 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-red-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity));
}

.focus\:ring-orange-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 88, 12, var(--tw-ring-opacity));
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.ring-offset-0 {
  --tw-ring-offset-width: 0px;
}

.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus-within\:ring-offset-gray-100:focus-within {
  --tw-ring-offset-color: #f5f5f5;
}

.focus\:ring-offset-green-50:focus {
  --tw-ring-offset-color: #f0fdf4;
}

.focus\:ring-offset-gray-50:focus {
  --tw-ring-offset-color: #fafafa;
}

.focus\:ring-offset-red-50:focus {
  --tw-ring-offset-color: #fff1f2;
}

.filter {
  --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,/*!*/ /*!*/);
  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);
}

.blur-sm {
  --tw-blur: blur(4px);
}

.blur {
  --tw-blur: blur(8px);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

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

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

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

main.container{
  padding: 1rem;
}

footer h3 {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.open &gt; .dropdown-menu {
  display: block;
}

.form-select, .form-input {
  margin-top: 0.25rem;
  display: block;
  width: 100%;
  border-radius: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.form-select:focus, .form-input:focus {
  --tw-border-opacity: 1;
  border-color: rgba(110, 199, 192, var(--tw-border-opacity));
}

.form-select, .form-input {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 2.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.form-select:focus, .form-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 199, 192, var(--tw-ring-opacity));
}

@media (min-width: 640px) {
  .form-select, .form-input {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.form-input-search {
  display: block;
  width: 100%;
  border-radius: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}

.form-input-search:focus {
  --tw-border-opacity: 1;
  border-color: rgba(110, 199, 192, var(--tw-border-opacity));
}

.form-input-search {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 2.5rem;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.form-input-search:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 199, 192, var(--tw-ring-opacity));
}

@media (min-width: 640px) {
  .form-input-search {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.semanticui-body {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 100%;
  max-width: 72rem;
}

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

.semanticui-body .contact-form .ui.dropdown{
  width:100%;
  margin-bottom:15px
}

.semanticui-body .contact-form .ui.checkbox{
  margin-bottom:15px
}

.semanticui-body .contact-form .ui.checkbox label:after{
  top:-3px
}

.semanticui-body .contact-form input[type=text],.semanticui-body .contact-form select,.semanticui-body .contact-form textarea{
  margin-bottom:15px;
  width:100%
}

.semanticui-body .contact-form textarea{
  height:245px
}

.semanticui-body .contact-form input[type=checkbox]{
  margin:4px 0 0 -20px
}

.semanticui-body .contact-form .btn{
  text-transform:uppercase
}

.semanticui-body .contact-form .helper{
  min-height:560px;
  background:url(../img/contact-sharedspace.png) 50% 50% no-repeat;
  background-size:auto 100%
}

.semanticui-body .contact-form .g-recaptcha{
  margin:0 0 10px
}

#lightgallery .owl-nav .owl-next::before, #lightgallery .owl-nav .owl-prev::before {
  display: none !important;
}

#lightgallery.owl-carousel .owl-nav button.owl-next {
  background: transparent !important;
  right: 0px !important;
}

#lightgallery.owl-carousel .owl-nav button.owl-prev {
  background: transparent !important;
  left: 0px !important;
}

.owl-nav .owl-next, .owl-nav .owl-prev {
  height:  100% !important;
  background: white !important;
  margin: 0 !important;
}

.owl-nav.disabled, .owl-nav .disabled {
  display: none !important;
}

.owl-nav .owl-next::before {
  right: 100%;
  background-image: linear-gradient(to right, rgba(255,255,255,0), #fff);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4.5rem;
}

.owl-nav .owl-prev::before {
  left: 100%;
  background-image: linear-gradient(to left, rgba(255,255,255,0), #fff);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4.5rem;
}

#article-item p{
  margin-bottom: 0.5rem;
  width: 100%
}

#article-item div {
  margin-bottom: 1rem
}

.owl-carousel.owl-loaded {
  opacity: 1;
}

.lead{
  margin-bottom:23px;
  font-size:18.2px;
  font-weight:200;
  line-height:29.9px
}

.chronoforms6_credits{
  display: none;
}

.semanticui-body .contact-form input[type=text], .semanticui-body .contact-form select, .semanticui-body .contact-form textarea {
  margin-bottom: 15px;
  width: 100%;
}

.semanticui-body .contact-form textarea {
  height: 245px;
}

.semanticui-body *, .semanticui-body *:before, .semanticui-body *:after {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.module-outer.header-image{
  background-position:0 0;
  background-repeat:no-repeat;
  background-size:cover
}

.module-outer.header-image .module-content{
  min-height:320px;
  position:relative
}

.module-outer.header-image .module-content .custom{
  background-image:none!important;
  position:absolute;
  bottom:0;
  padding-bottom:15px
}

.module-outer.header-image .module-content .custom h1,.module-outer.header-image .module-content .custom h2{
  color:#fff;
  margin:0
}

.module-outer.header-image .module-content .custom h1{
  font-weight:700;
  font-size:48px
}

.module-outer.header-image .module-content .custom h2{
  font-size:24px;
  font-weight:400
}

.module-outer.header-image.ready-to-list{
  background-position:0 100%;
  background-repeat:no-repeat;
  background-size:cover;
  min-height:446px
}

.module-outer.header-image.ready-to-list .container {
  margin: 0 auto;
}

.module-outer.header-image.ready-to-list .custom{
  background-image:none!important;
  position:relative;
  bottom:0;
  padding:80px 0 40px;
  text-align:center
}

.module-outer.header-image.ready-to-list .custom h2{
  color:#4a4a4a;
  margin:0;
  font-size:48px;
  font-weight:300;
  margin-bottom:15px
}

.module-outer.header-image.ready-to-list p {
  display: flex;
  justify-content: center;
}

.module-outer.header-image.ready-to-list .btn:not(.btn-primary){
  background:transparent;
  min-width:130px
}

.module-outer.header-image.ready-to-list .btn-primary{
  min-width:130px
}

.module-outer .container {
  margin: 0 auto;
}

@media (max-width:767px){
  .quick-search &gt; ul { -moz-column-count: 1 !important; column-count: 1 !important;
  }

  .modal {
    width: 100% !important
  };
}

.quick-search &gt; ul { -moz-column-count: 2; column-count: 2;
}

.horizontal.nav-tabs&gt;li&gt;a {
  margin-bottom: -1px;
  display: block;
}

.horizontal.nav-tabs&gt;li&gt;a:focus, .horizontal.nav-tabs&gt;li&gt;a:hover {
  --tw-text-opacity: 1;
  color: rgba(110, 199, 192, var(--tw-text-opacity));
}

.horizontal.nav-tabs&gt;.active&gt;a, .horizontal.nav-tabs&gt;.active&gt;a:focus, .horizontal.nav-tabs&gt;.active&gt;a:hover {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(110, 199, 192, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(110, 199, 192, var(--tw-text-opacity));
}

.row-fluid [class*=span]{
  display:block;
  width:100%;
  min-height:32px;
  box-sizing:border-box;
  float:left;
  margin-left:2.0242915%;*margin-left:2.51349528%
}

.row-fluid [class*=span]:first-child{
  margin-left:0
}

.info-tabs .nav-tabs{
  border-bottom: 2px solid #d7d7d7;
}

.tab-content{
  overflow:visible
}

.tabs-below&gt;.nav-tabs,.tabs-left&gt;.nav-tabs,.tabs-right&gt;.nav-tabs{
  border-bottom:0
}

.pill-content&gt;.pill-pane,.tab-content&gt;.tab-pane{
  display:none
}

.pill-content&gt;.active,.tab-content&gt;.active{
  display:block
}

.tabs-below&gt;.nav-tabs{
  border-top:1px solid #ddd
}

.tabs-below&gt;.nav-tabs&gt;li{
  margin-top:-1px;
  margin-bottom:0
}

.tabs-below&gt;.nav-tabs&gt;li&gt;a{
  border-radius:0 0 4px 4px
}

.tabs-below&gt;.nav-tabs&gt;li&gt;a:focus,.tabs-below&gt;.nav-tabs&gt;li&gt;a:hover{
  border-bottom-color:transparent;
  border-top-color:#ddd
}

.tabs-below&gt;.nav-tabs&gt;.active&gt;a,.tabs-below&gt;.nav-tabs&gt;.active&gt;a:focus,.tabs-below&gt;.nav-tabs&gt;.active&gt;a:hover{
  border-color:transparent #ddd #ddd #ddd
}

.tabs-left&gt;.nav-tabs&gt;li,.tabs-right&gt;.nav-tabs&gt;li{
  float:none
}

.tabs-left&gt;.nav-tabs&gt;li&gt;a,.tabs-right&gt;.nav-tabs&gt;li&gt;a{
  min-width:74px;
  margin-right:0;
  margin-bottom:3px
}

.tabs-left&gt;.nav-tabs{
  float:left;
  margin-right:19px;
  border-right:1px solid #ddd
}

.tabs-left&gt;.nav-tabs&gt;li&gt;a{
  margin-right:-1px;
  border-radius:4px 0 0 4px
}

.tabs-left&gt;.nav-tabs&gt;li&gt;a:focus,.tabs-left&gt;.nav-tabs&gt;li&gt;a:hover{
  border-color:#ccc #ddd #ccc #ccc
}

.tabs-left&gt;.nav-tabs .active&gt;a,.tabs-left&gt;.nav-tabs .active&gt;a:focus,.tabs-left&gt;.nav-tabs .active&gt;a:hover{
  border-color:#ddd transparent #ddd #ddd;*border-right-color:#fff
}

.tabs-right&gt;.nav-tabs{
  float:right;
  margin-left:19px;
  border-left:1px solid #ddd
}

.tabs-right&gt;.nav-tabs&gt;li&gt;a{
  margin-left:-1px;
  border-radius:0 4px 4px 0
}

.tabs-right&gt;.nav-tabs&gt;li&gt;a:focus,.tabs-right&gt;.nav-tabs&gt;li&gt;a:hover{
  border-color:#ccc #ccc #ccc #ddd
}

.tabs-right&gt;.nav-tabs .active&gt;a,.tabs-right&gt;.nav-tabs .active&gt;a:focus,.tabs-right&gt;.nav-tabs .active&gt;a:hover{
  border-color:#ddd #ddd #ddd transparent;*border-left-color:#fff
}

.tab-pane&gt;.row-fluid .span3 p {
  justify-content: start;
}

.tab-pane&gt;.row-fluid .span3 .listing-plan p {
  justify-content: center;
}

.item-page .row-fluid {
  margin-top: 18px;
}

.edit.listings .listing-plan{
  width:250px;
  box-shadow:0 0 20px #ccc
}

.edit.listings .listing-plan .top{
  background:#e5e5e5;
  height:17.5px
}

.edit.listings .listing-plan .content{
  padding:30px 40px
}

.edit.listings .listing-plan .content h3{
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  margin-bottom:20px
}

.edit.listings .listing-plan .content .price{
  padding-top:30px;
  font-size:36px;
  font-weight:300
}

.edit.listings .listing-plan.basic{
  float:right
}

.edit.listings .listing-plan.premium{
  float:left
}

.edit.listings .listing-plan.premium .top{
  background:#f9bec3;
  background:linear-gradient(to right, #f9bec3 0%, #fbc9a8 25%, #fce683 50%, #c0e0a2 75%, #a0e1ea 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9bec3', endColorstr='#a0e1ea', GradientType=1)
}

.edit.listings .listing-plan.premium.muted{
  opacity:0.5
}

.edit.listings .premium-benefits{
  padding:50px 10px 10px 30px
}

.edit.listings .premium-benefits h3{
  font-size:16px;
  font-weight:600
}

.edit.listings .premium-benefits ul&gt;li{
  margin:0 0 12px
}

.edit.listings .premium-benefits ul&gt;li.zicon{
  padding-left:35px
}

.listings-grid.additional .listing{
  padding:40px;
  text-align:center;
  color:#fff;
  letter-spacing:2px;
  margin:0 auto 20px;
  max-width:250px
}

.listings-grid.additional .listing h3{
  color:#fff;
  text-transform:uppercase;
  font-size:18px
}

.listings-grid.additional .listing .accordion-body{
  position:absolute;
  width:100%;
  box-sizing:border-box
}

.listings-grid.additional .listing .accordion-body .accordian-inner{
  padding:20px 0 0
}

.listings-grid.additional .listing.dark-green{
  background-color:#6ec7c0
}

.listings-grid.additional .listing.dark-green .accordion-body{
  background-color:#6ec7c0
}

.listings-grid.additional .listing.green{
  background-color:#aae0d1
}

.listings-grid.additional .listing.green .accordion-body{
  background-color:#aae0d1
}

.listings-grid.additional .listing.grey{
  background-color:#bbbbbb
}

.listings-grid.additional .listing.grey .accordion-body{
  background-color:#bbbbbb
}

.listings-grid.additional .listing.yellow{
  background-color:#ebda41
}

.listings-grid.additional .listing.yellow .accordion-body{
  background-color:#ebda41
}

.listings-grid.additional .listing .btn{
  font-size:12px;
  color:#fff;
  border-color:#fff;
  background:transparent;
  padding:3px 0;
  width:100%
}

ol.inline&gt;li, ul.inline&gt;li {
  display: inline-block; *display: inline;*zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.modal.fade {
  transition: opacity .3s linear,top .3s ease-out;
  top: -25%;
}

.faded {
  transition: opacity .3s linear,top .3s ease-out;
}

.hide {
  display: none;
}

.modal-backdrop{
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:1040;
  background-color:#000
}

.modal-backdrop.fade{
  opacity:0
}

.modal-backdrop,.modal-backdrop.fade.in{
  opacity:0.8;
  filter:alpha(opacity=80)
}

.modal{
  position:absolute;
  top:10%;
  left:50%;
  z-index:1050;
  width:560px;
  margin-left:-280px;
  background-color:#fff;
  border:1px solid #999;
  border:1px solid rgba(0, 0, 0, 0.3);*border:1px solid #999;
  border-radius:3px;
  box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip:padding-box;
  -moz-background-clip:padding-box;
  background-clip:padding-box;
  outline:none;
  color:#4a4a4a
}

.modal.fade{
  transition:opacity 0.3s linear, top 0.3s ease-out;
  top:-25%
}

.modal.fade.in{
  top:10%
}

.modal-header{
  padding:30px 50px 10px
}

.modal-header .close{
  margin-top:2px
}

.modal-header h3{
  margin:0;
  line-height:30px;
  text-transform:uppercase;
  text-align:center;
  font-size:16px;
  font-weight:400;
  letter-spacing:2px;
  color:#4a4a4a
}

.modal-body{
  position:relative;
  max-height:100%;
  padding:15px 50px
}

.modal-form{
  margin-bottom:0
}

.modal-body .control-group .group-label{
  width: 35%;
}

.modal-body .control-group .controls{
  margin-left: 40%;
}

.modal-footer{
  padding:15px 50px 30px;
  margin-bottom:0;
  text-align:center;*zoom:1
}

.modal-footer:after,.modal-footer:before{
  display:table;
  content:"";
  line-height:0
}

.modal-footer:after{
  clear:both
}

.modal-footer .btn-group .btn+.btn{
  margin-left:-1px
}

.modal-footer .btn-block+.btn-block{
  margin-left:0
}

.nav&gt;.disabled&gt;a{
  color:#777
}

.nav&gt;.disabled&gt;a:focus,.nav&gt;.disabled&gt;a:hover{
  text-decoration:none;
  background-color:transparent;
  cursor:default
}

.owl-stage{
  display: flex;
  width: 100%;
  flex-wrap: wrap
}

.statistics-module{
  background:#f8f8f8;
  padding:30px 0
}

.statistics-module .container {
  margin:0 auto;
}

.statistics-module .module-header{
  text-align:center
}

.statistics-module .module-header h3{
  text-transform:uppercase;
  font-size:16px;
  letter-spacing:2px
}

.statistics-module .module-header h5{
  font-size:15px;
  font-weight:300;
  color:#a8a8a8;
}

.statistics-module .module-body{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-around;
  padding-left: 100px;
  padding-right: 100px; margin-top: 20px;
}

.statistics-module .module-body &gt; div{
  padding: 0 10px;
  margin-bottom: 15px;
}

.statistics-module .module-body h1{
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 0px; color:#4a4a4a;
}

.statistics-module .module-body h5{
  font-weight: 300;
  margin-bottom: 0px; color:#a8a8a8;
}

.trusted-module{
  background:#f8f8f8;
  padding:30px 0;
}

.trusted-module .container{
  margin: 0 auto;
}

.trusted-module .module-header{
  text-align:center
}

.trusted-module .module-header h3{
  text-transform:uppercase;
  font-size:16px;
  letter-spacing:2px
}

.trusted-module .module-header h5{
  font-size:15px;
  font-weight:300;
  color:#a8a8a8;
}

.trusted-module .trusted-carousel {
  overflow: hidden;
}

.trusted-module .owl-stage{
  display: flex;
}

.trusted-module .owl-stage .owl-item{
  display: flex;
  justify-content: center;
}

.trusted-module .owl-stage .owl-item .item{
  align-self: center;
}

.testimonials .items{
  padding:50px 0 0 100px
}

.testimonials .items .item-image{
  max-width:105px;
  border-radius:50%;
  overflow:hidden;
  margin:0 auto
}

.testimonials .items .item-content:after,.testimonials .items .item-content:before{
  display:table;
  content:"";
  line-height:0
}

.testimonials .items .item-content:after{
  clear:both
}

.testimonials .items .item-content .intro-text{
  clear:right
}

.testimonials .items .item-content h6{
  font-size:14px;
  margin:0 0 5px
}

.testimonials .items .item-content h6 a{
  color:#4a90e2;
  font-weight:400
}

.testimonials .items .item-content h6 .separator{
  margin:0 7px;
  color:#9b9b9b
}

ul.inline.faq li{
  margin:0 0 20px
}

ul.inline.faq li h3{
  margin-bottom:0
}

@media (min-width:767px){
  ul.inline.faq li{
    width:29%;
    vertical-align:text-top;
    margin-left:5%;
    float:left
  }

  ul.inline.faq li:first-child,ul.inline.faq li:nth-child(4){
    margin-left:0
  }
}

.item-page h1,.item-page h2,.testimonials h1,.testimonials h2, .blog h1,.blog h2{
  font-weight:300;
  font-size: 32px;
}

.item-page h2 img {
  display: inline-block;
}

.item-page h4 {
  font-size: 17.5px;
}

.item-page .item-header h1,.item-page .item-header h2{
  font-weight:700
}

.item-page .info-tags,.item-page ul.about-list{
  list-style:none;
  padding:0;
  margin:0 auto;
  text-align:center
}

.item-page .info-tags li,.item-page ul.about-list li{
  display:inline-block;
  text-align:center;
  margin:0 30px 15px
}

.item-page .info-tags li img,.item-page ul.about-list li img{
  border-radius:50%
}

.item-page .info-tags li h2,.item-page .info-tags li h3,.item-page ul.about-list li h2,.item-page ul.about-list li h3{
  font-size:18px;
  font-weight:400;
  padding:15px 0
}

.item-page .info-tags .owl-item&gt;div,.item-page ul.about-list .owl-item&gt;div{
  text-align:center;
  padding:0 30px 15px;
  box-size:border-box
}

.item-page .info-tags .owl-item&gt;div img,.item-page ul.about-list .owl-item&gt;div img{
  border-radius:50%
}

.item-page .info-tags .owl-item&gt;div h2,.item-page .info-tags .owl-item&gt;div h3,.item-page ul.about-list .owl-item&gt;div h2,.item-page ul.about-list .owl-item&gt;div h3{
  font-size:18px;
  font-weight:400;
  padding:15px 0
}

.item-page .info-tags .owl-stage,.item-page ul.about-list .owl-stage{
  margin:auto
}

.item-page .about-tabs .nav-tabs{
  display: flex; margin: 24px 0; border-bottom-width: 1px; --tw-border-opacity: 1; border-color: rgba(64, 64, 64, var(--tw-border-opacity))
}

.item-page .about-tabs .nav-tabs&gt;li{
  width: 100%;
  text-align: center;
}

.item-page .about-tabs .nav-tabs&gt;li.active{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity))
}

.item-page .about-tabs .nav-tabs&gt;li.active a{
  font-weight:700
}

.item-page .about-tabs .nav-tabs&gt;li a{
  font-weight:300;
  font-size:18px;
  display:inline-block
}

.item-page .info-tabs .nav-tabs&gt;li{
  text-align:center;
  width:33.333334%;
  font-weight:300
}

.item-page .info-tabs .nav-tabs&gt;li a{
  font-size:22px;
  line-height:27px;
  text-transform:none;
  padding-bottom:20px;
  margin:0 10px
}

.item-page .info-tabs .nav-tabs&gt;li.active a{
  font-weight:300
}

.item-page .info-tabs .nav-tabs&gt;li:last-child a{
  margin-right:0
}

.item-page .info-tabs .nav-tabs&gt;li:first-child a{
  margin-left:0
}

.item-page .info-tabs .tab-content{
  font-size:16px
}

.item-page .info-tabs .tab-content strong{
  font-size:18px
}

.item-page .info-tabs .tab-content p{
  line-height:24px;
  margin-bottom:11.5px;
}

.item-page .info-tabs .tab-content p img{
  margin-right:10px
}

.item-page .info-tabs .tab-content p.icon{
  justify-content: start;
  background-position:0 3px;
  background-repeat:no-repeat;
  padding-left:30px
}

.item-page .info-tabs .tab-content p.icon.photo{
  background-image:url(../img/icons/image.svg)
}

.item-page .info-tabs .tab-content p.icon.simple{
  background-image:url(../img/icons/simple.svg)
}

.item-page .info-tabs .tab-content p.icon.cog{
  background-image:url(../img/icons/cog.svg)
}

.item-page .info-tabs .tab-content p.icon.comment{
  background-image:url(../img/icons/comment.svg)
}

.item-page .info-tabs .listing-plan{
  box-shadow:0 0 20px #ccc;
  margin:0 auto 15px;
  max-width:250px
}

.item-page .info-tabs .listing-plan .top{
  background:#e5e5e5;
  height:17.5px
}

.item-page .info-tabs .listing-plan .content{
  padding:10px 20px
}

.item-page .info-tabs .listing-plan .content h3{
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  margin-bottom:10px
}

.item-page .info-tabs .listing-plan .content .price{
  padding-top:10px;
  font-size:36px;
  font-weight:300
}

.item-page .info-tabs .listing-plan .content .price small{
  font-size:14px
}

.item-page .info-tabs .listing-plan .content .per-day{
  color:#9b9b9b;
  font-size:12px
}

.item-page .info-tabs .listing-plan.premium .top{
  background:#f9bec3;
  background:linear-gradient(to right, #f9bec3 0%, #fbc9a8 25%, #fce683 50%, #c0e0a2 75%, #a0e1ea 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9bec3', endColorstr='#a0e1ea', GradientType=1)
}

.item-page .info-tabs .listing-plan.premium.muted{
  opacity:0.5
}

.item-page .info-tabs .search-terms a{
  display:block;
  padding:0 20px;
  line-height:44px;
  background:url(../img/icons/search-blue.png) 95% 50% no-repeat;
  box-shadow:0 0 5px #999;
  color:#4d4d4d;
  margin:0 0 10px;
  border-radius:1px
}

.item-page .info-tabs .search-terms a span{
  display:inline-block;
  padding-right:5px;
  background:url(../img/icons/cursor-blue.png) 100% 50% no-repeat
}

.item-page .benefits{
  font-size:16px
}

.item-page .benefits strong{
  font-size:18px
}

.item-page .benefits p{
  line-height:24px
}

.item-page .benefits p img{
  margin-right:10px
}

.item-page .category-tree{
  text-transform:uppercase;
  color:#6ec7c0;
  margin:0 0 15px;
  font-size:12px
}

.item-page .category-tree a{
  color:#6ec7c0;
  margin:0 5px
}

.item-page .category-tree a:first-child{
  margin-left:0
}

.item-page .item-header h2{
  margin:0
}

.item-page .item-header h2 a{
  color:#4a4a4a
}

.item-page .article-info .published{
  text-transform:uppercase;
  font-size:12px
}

.item-page .item-image.pull-left{
  margin:0 20px 10px 0
}

.item-page .item-image.pull-right{
  margin:0 0 10px 20px
}

.item-page .article-image .article-caption{
  padding:30px
}

.item-page .promo-block h2{
  font-size:28px
}

.item-page .promo-block ul.ticks{
  list-style:none;
  padding:0;
  margin:0 0 15px
}

.item-page .promo-block ul.ticks&gt;li{
  background:url(../img/tick.png) 0 3px no-repeat;
  padding:0 0 0 35px
}

.item-page table.listing-fees{
  max-width:100%; width:  100%
}

.item-page table.listing-fees.visible-phone tbody tr td img{
  width: 40px;
}

.item-page table.listing-fees tr td{
  text-align:center;
  border-top-width:0
}

.item-page table.listing-fees tr td .muted{
  color:#9b9b9b;
  margin-bottom:0
}

.item-page table.listing-fees thead img{
  max-width:35px;
  display: inline;
}

.item-page table.listing-fees thead tr td{
  padding-bottom:0
}

.item-page table.listing-fees tbody tr td img {
  display: inline;
}

.item-page table.listing-fees tbody tr td{
  border-right:1px solid #ddd;
  padding:15px 8px;
  margin-top:  18px
}

.item-page table.listing-fees tbody tr td:last-child{
  border-right: 0px !important;
}

.item-page table.listing-fees tbody tr:first-child td{
  padding-top:0
}

.testimonials h1,.testimonials h2, .blog h1,.blog h2 {
  font-weight: 700;
}

.blog-featured .items-leading{
  margin:0 0 20px
}

.blog-featured .item{
  border:1px solid #e63c2e;
  margin:0 0 20px;
  min-height:190px
}

.blog-featured .item .item-content{
  padding:20px 30px
}

.blog-featured .item .item-content .intro-text{
  min-height:85px
}

.blog-featured .item .item-image{
  margin:0
}

.blog-featured .item .item-image img{
  width:100%
}

.blog-featured .item .readmore{
  text-align:center;
  margin:10px 0 0
}

.blog .intro-items{
  padding-top:30px
}

.blog ul.categories-module{
  text-transform:uppercase;*zoom:1;
  border-bottom:2px solid #d7d7d7
}

.blog ul.categories-module:after,.blog ul.categories-module:before{
  display:table;
  content:"";
  line-height:0
}

.blog ul.categories-module:after{
  clear:both
}

.blog ul.categories-module li{
  margin:0 20px -2px 0;
  float:left;
  border-bottom:2px solid #d7d7d7
}

.blog ul.categories-module li:last-child{
  margin-right:0
}

.blog ul.categories-module li a{
  display:block;
  color:#4a4a4a;
  padding:10px 0;
  font-size:11px;
  cursor:pointer
}

.blog ul.categories-module li a:active,.blog ul.categories-module li a:focus,.blog ul.categories-module li a:hover{
  color:#4a4a4a;
  font-weight:700;
  text-decoration:none;
  outline:none
}

.blog ul.categories-module li.active{
  border-bottom:2px solid #4a4a4a
}

.blog ul.categories-module li.active a{
  font-weight:700
}

.blog .category-desc{
  margin:0 0 10px
}

.blog .category-desc p {
  font-size: 14px;
}

.blog .item{
  margin:0 0 20px
}

.blog .item .item-title h2{
  font-size:16px;
  margin:10px 0
}

.blog .item .item-title h2&gt;a{
  color:#4a4a4a
}

.blog .item .article-date{
  color:#6ec7c0;
  text-transform:uppercase;
  font-size:12px
}

.blog .item .item-content .intro-text{
  min-height:80px; font-size: 14px;
}

.blog .item .item-image{
  margin:0
}

.blog .item .item-image img{
  width:100%
}

.blog .item .readmore{
  text-align:center;
  margin:10px 0 0
}

.blog .span12 .item{
  margin-bottom:15px;
  padding:0;*zoom:1
}

.blog .span12 .item:after,.blog .span12 .item:before{
  display:table;
  content:"";
  line-height:0
}

.blog .span12 .item:after{
  clear:both
}

.blog .span12 .item .item-title h2{
  margin-top:0
}

.blog .span12 .item .item-image{
  float:left;
  margin:0 15px 10px 0
}

.blog .span12 .item .item-content{
  padding:0
}

.blog .pagination{
  margin:0 10px
}

.blog .pagination [class*=" icon-"]:before,.blog .pagination [class^=icon-]:before{
  font-size:16px
}

.blog .pagination p.counter{
  margin:10px 0
}

.blog .pagination{
  margin:23px 0
}

.blog .pagination ul{
  display:inline-block;*display:inline;*zoom:1;
  margin-left:0;
  margin-bottom:0
}

.blog .pagination ul&gt;li{
  display:inline
}

.blog .pagination ul&gt;li&gt;a,.blog .pagination ul&gt;li&gt;span{
  float:left;
  padding:4px 12px;
  line-height:23px;
  text-decoration:none;
  border-left-width:0
}

.blog .pagination ul&gt;.active&gt;a,.blog .pagination ul&gt;.active&gt;span{
  color:#6ec7c0;
  cursor:default
}

.blog .pagination ul&gt;.disabled&gt;a,.blog .pagination ul&gt;.disabled&gt;a:focus,.blog .pagination ul&gt;.disabled&gt;a:hover,.blog .pagination ul&gt;.disabled&gt;span{
  color:#777;
  background-color:transparent;
  cursor:default
}

.blog .pagination ul&gt;li:first-child&gt;a,.blog .pagination ul&gt;li:first-child&gt;span{
  border-left-width:1px
}

.blog .pagination ul{
  border-radius:0;
  box-shadow:none
}

.blog .pagination ul&gt;li{
  background:none;
  padding:0;
  margin:0;
  min-height:0
}

.blog .pagination ul&gt;li&gt;a,.blog .pagination ul&gt;li&gt;span{
  border-color:#6ec7c0;
  padding:0 8px;
  color:#6ec7c0;
  font-family:Lato, Arial, "Helvetica Neue", Helvetica, sans-serif
}

.blog .pagination ul&gt;li&gt;span{
  color:#ccc
}

.blog .pagination ul&gt;li:first-child&gt;a,.blog .pagination ul&gt;li:first-child&gt;span,.blog .pagination ul&gt;li:last-child&gt;a,.blog .pagination ul&gt;li:last-child&gt;span{
  border-radius:0
}

.blog .pagination ul&gt;li.disabled a,.blog .pagination ul&gt;li.disabled span{
  color:#aaaaaa
}

.blog .pagination ul&gt;li.disabled a:hover,.blog .pagination ul&gt;li.disabled span:hover{
  color:#aaaaaa
}

.blog .pagination ul&gt;li.active a,.blog .pagination ul&gt;li.active span{
  color:#777
}

.blog .pagination ul.pager{
  margin:10px 0
}

.blog .pagination ul.pager li&gt;a,.blog .pagination ul.pager li&gt;span{
  display:inline-block;
  padding:5px 14px;
  background-color:transparent;
  border-width:0
}

.blog .pagination ul.pager li&gt;a:hover,.blog .pagination ul.pager li&gt;span:hover{
  text-decoration:none
}

.blog .pagination ul.pager .next&gt;a,.blog .pagination ul.pager .next&gt;span{
  float:right
}

.blog .pagination ul.pager .previous&gt;a,.blog .pagination ul.pager .previous&gt;span{
  float:left
}

.blog .pagination ul.pager .disabled&gt;a,.blog .pagination ul.pager .disabled&gt;a:hover,.blog .pagination ul.pager .disabled&gt;span{
  color:#6ec7c0;
  cursor:default
}

.blog.news-events .category-desc{
  border-bottom:1px solid #000
}

.blog.news-events .title-icon{
  font-size:2.9em;
  color:#000;
  text-align:center
}

.blog.news-events .item-title h2{
  margin:0;
  color:#000;
  font-size:1.3em;
  line-height:22px
}

.blog.news-events .item-title h2 a{
  color:#000
}

.blog.news-events .items-row{
  margin:0 0 10px;
  border-bottom:1px solid #000
}

.blog.news-events .items-row .item{
  margin-bottom:0
}

.blog.news-events .items-row:last-child{
  border-width:0
}

.article-info{
  margin:0 0 10px;
  font-family:Lato, Arial, "Helvetica Neue", Helvetica, sans-serif
}

.article-info dt{
  display:none
}

.article-info dd{
  display:inline-block;
  margin:0 5px 0 0;
  color:#6ec7c0
}

.article h2 {
  margin-bottom: 1rem;
  display: block;
  line-height: 2.5rem
}

.box-shadow{
  padding:42px 15px;
  box-shadow:0 0 10px #ccc
}

footer .nav&gt;li&gt;a:focus, footer .nav&gt;li&gt;a:hover{
  background-color: transparent;
}

.visible-phone {
  display: none!important;
}

.sidebar .moduletable {
  margin: 0 0 15px;
}

.sidebar .moduletable h3 {
  text-align: left;
  font-size: 10px;
  color: #c1c1c1;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sidebar-subscribe&gt;form {
  flex-wrap: wrap;
}

.sidebar .moduletable input {
  background: #f8f8f8;
  padding: 10px 12px;
}

.sidebar-subscribe&gt;form&gt;div {
  margin-left: 0!important;
  margin-top: 6px;
  width: 100%;
}

.sidebar .moduletable button {
  font-weight: 700;
}

.sidebar .category-module .article{
  margin:0 0 15px
}

.sidebar .category-module .article .intro-image{
  margin:0 0 5px
}

.sidebar .category-module .article .article-title{
  margin:0 0 5px
}

.sidebar .category-module .article .article-title a{
  color:#4a4a4a
}

.sidebar .category-module .article .article-title a:active,.sidebar .category-module .article .article-title a:focus,.sidebar .category-module .article .article-title a:hover{
  color:#4a4a4a
}

.sidebar .category-module .article .article-date{
  color:#6ec7c0;
  text-transform:uppercase;
  font-size:12px;
  margin:0 0 5px
}

.sidebar .category-module .article .intro-text{
  font-size: 0.875rem;
  line-height: 1.25rem
}

.item-page &gt; span p:nth-last-of-type(-n+2) {
  display: flex
}

ol.unstyled, ul.unstyled {
  margin-left: 0;
  list-style: none;
}

@media (min-width: 979px) {
  .row-fluid .offset1,.sidebar.offset1{
    margin-left: 8.54700855%;
  }

  .row-fluid .span10{
    width: 82.90598291%;
  }

  .row-fluid .span9 {
    width: 74.35897436%;
  }

  .row-fluid .span8 {
    width: 65.81196581%;
  }

  .row-fluid .span7 {
    width: 57.48987854%;
  }

  .row-fluid .span6 {
    width: 48.98785425%;
  }

  .row-fluid .span5 {
    width: 40.17094017%;
  }

  .row-fluid .span4 {
    width: 31.62393162%;
  }

  .row-fluid .span3 {
    width: 23.07692308%;
  }

  .row-fluid .span2 {
    width: 14.52991453%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .row-fluid [class*=span]{
    margin-left: 2.67379679%;
  }

  .row-fluid .offset1,.sidebar.offset1{
    margin-left: 11.22994652%;
  }

  .row-fluid .span10{
    width: 82.88770053%;
  }

  .row-fluid .span9{
    width: 74.3315508%;
  }

  .row-fluid .span8 {
    width: 65.99190283%;
  }

  .row-fluid .span7 {
    width: 57.21925134%;
  }

  .row-fluid .span6 {
    width: 48.6631016%;
  }

  .row-fluid .span5  {
    width: 40.10695187%;
  }

  .row-fluid .span4 {
    width: 31.55080214%;
  }

  .row-fluid .span3 {
    width: 22.99465241%;
  }

  .row-fluid .span2{
    width: 14.43850267%;
  }
}

@media (max-width: 768px) {
  .hidden-phone {
    display: none!important;
  }

  .item-page table.listing-fees.visible-phone {
    display: table!important
  }

  .row-fluid [class*=span] {
    margin-left:  0px;
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
  }

  .edit.listings .listing-plan.basic, .edit.listings .listing-plan.premium {
    float: none;
    margin: 20px auto;
  }

  .testimonials .items {
    padding: 50px 0 0;
  }

  .testimonials .items .item-image {
    margin: 0 0 10px 15px;
  }
}

@media (min-width: 640px) {
  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

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

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

  .sm\:right-12 {
    right: 3rem;
  }

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

  .sm\:bottom-8 {
    bottom: 2rem;
  }

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

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

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

  .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\:col-start-2 {
    grid-column-start: 2;
  }

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

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

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

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

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

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

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

  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

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

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

  .sm\:mt-4 {
    margin-top: 1rem;
  }

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

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

  .sm\:mt-12 {
    margin-top: 3rem;
  }

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

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

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

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

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

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

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

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

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

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

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

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

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:block {
    display: block;
  }

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

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

  .sm\:h-40 {
    height: 10rem;
  }

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

  .sm\:min-h-42 {
    min-height: 42px;
  }

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

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

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-44 {
    width: 11rem;
  }

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

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

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

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

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

  .sm\:min-w-0 {
    min-width: 0px;
  }

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

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

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

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

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

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:origin-top-left {
    transform-origin: top left;
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:items-end {
    align-items: flex-end;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

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

  .sm\:space-x-3 &gt; :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)));
  }

  .sm\:space-x-5 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:space-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

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

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

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

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

  .sm\:border-none {
    border-style: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pt-36 {
    padding-top: 9rem;
  }

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

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

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

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

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

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

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

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

  .sm\:pb-28 {
    padding-bottom: 7rem;
  }

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

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

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

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

  .sm\:text-right {
    text-align: right;
  }

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .md\:space-x-3 &gt; :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)));
  }

  .md\:space-x-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

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

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

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

  .md\:pl-4 {
    padding-left: 1rem;
  }

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

  .md\:text-right {
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-4 {
    top: 1rem;
  }

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

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

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

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

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

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

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

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

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

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

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

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

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

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

  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }

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

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

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

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

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

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

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

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

  .lg\:mt-8 {
    margin-top: 2rem;
  }

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

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

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

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

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-64 {
    height: 16rem;
  }

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

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

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:grid-rows-\[auto\,auto\,1fr\] {
    grid-template-rows: auto auto 1fr;
  }

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

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

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

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

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

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

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

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:space-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

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

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  }

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

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

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

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

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

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-last {
    order: 9999;
  }

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

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

  .xl\:block {
    display: block;
  }

  .xl\:grid {
    display: grid;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1800px) {
  .\32xl\:ml-4 {
    margin-left: 1rem;
  }

  .\32xl\:max-w-none {
    max-width: none;
  }

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

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

  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
</pre></body></html>