/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  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;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

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

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

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-date-and-time-value {
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

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='%236b7280' 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;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
     color-adjust: unset;
          print-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;
          print-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: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

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

[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 solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

.container {
  width: 100%;
}

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

@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: 1536px) {
  .container {
    max-width: 1536px;
  }
}

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

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

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

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

.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}

.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-none {
  position: static;
  padding-bottom: 0;
}

.aspect-none > * {
  position: static;
  height: auto;
  width: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  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;
  --tw-shadow: 0 0 #0000;
}

 .form-select:focus, .form-multiselect: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);
  border-color: #2563eb;
}

.form-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='%236b7280' 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;
          print-color-adjust: exact;
}

.form-select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
     color-adjust: unset;
          print-color-adjust: unset;
}

.form-checkbox,.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-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: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

.form-checkbox {
  border-radius: 0px;
}

.form-radio {
  border-radius: 100%;
}

.form-checkbox:focus,.form-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);
}

.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

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

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

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

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

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

:root {
  --color-secondary:  196 211 52;
}

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

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

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

.inset-1 {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.inset-2 {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.inset-3 {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.inset-4 {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.inset-5 {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.inset-6 {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.inset-7 {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.inset-8 {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.inset-9 {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.inset-10 {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.inset-11 {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

.inset-12 {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.inset-14 {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.inset-16 {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.inset-20 {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.inset-24 {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.inset-28 {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.inset-32 {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.inset-36 {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.inset-40 {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.inset-44 {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.inset-48 {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.inset-52 {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.inset-56 {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.inset-60 {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.inset-64 {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.inset-72 {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.inset-80 {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.inset-96 {
  top: 24rem;
  right: 24rem;
  bottom: 24rem;
  left: 24rem;
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

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

.inset-important {
  top: true;
  right: true;
  bottom: true;
  left: true;
}

.inset-41px {
  top: 2.5625rem;
  right: 2.5625rem;
  bottom: 2.5625rem;
  left: 2.5625rem;
}

.inset-100px {
  top: 6.25rem;
  right: 6.25rem;
  bottom: 6.25rem;
  left: 6.25rem;
}

.inset-90px {
  top: 5.625rem;
  right: 5.625rem;
  bottom: 5.625rem;
  left: 5.625rem;
}

.inset-60px {
  top: 3.75rem;
  right: 3.75rem;
  bottom: 3.75rem;
  left: 3.75rem;
}

.inset-5px {
  top: 0.3125rem;
  right: 0.3125rem;
  bottom: 0.3125rem;
  left: 0.3125rem;
}

.inset-13px {
  top: 0.8125rem;
  right: 0.8125rem;
  bottom: 0.8125rem;
  left: 0.8125rem;
}

.inset-50px {
  top: 3.125rem;
  right: 3.125rem;
  bottom: 3.125rem;
  left: 3.125rem;
}

.inset-46px {
  top: 2.875rem;
  right: 2.875rem;
  bottom: 2.875rem;
  left: 2.875rem;
}

.inset-17px {
  top: 1.0625rem;
  right: 1.0625rem;
  bottom: 1.0625rem;
  left: 1.0625rem;
}

.inset-89px {
  top: 5.5625rem;
  right: 5.5625rem;
  bottom: 5.5625rem;
  left: 5.5625rem;
}

.inset-154px {
  top: 9.625rem;
  right: 9.625rem;
  bottom: 9.625rem;
  left: 9.625rem;
}

.inset-55px {
  top: 3.4375rem;
  right: 3.4375rem;
  bottom: 3.4375rem;
  left: 3.4375rem;
}

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

.-inset-1 {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.-inset-2 {
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}

.-inset-3 {
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}

.-inset-4 {
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}

.-inset-5 {
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}

.-inset-6 {
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}

.-inset-7 {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

.-inset-8 {
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}

.-inset-9 {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

.-inset-10 {
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}

.-inset-11 {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

.-inset-12 {
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}

.-inset-14 {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

.-inset-16 {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.-inset-20 {
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}

.-inset-24 {
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}

.-inset-28 {
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}

.-inset-32 {
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}

.-inset-36 {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

.-inset-40 {
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}

.-inset-44 {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

.-inset-48 {
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}

.-inset-52 {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.-inset-56 {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.-inset-60 {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.-inset-64 {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.-inset-72 {
  top: -18rem;
  right: -18rem;
  bottom: -18rem;
  left: -18rem;
}

.-inset-80 {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.-inset-96 {
  top: -24rem;
  right: -24rem;
  bottom: -24rem;
  left: -24rem;
}

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

.-inset-important {
  top: true;
  right: true;
  bottom: true;
  left: true;
}

.-inset-41px {
  top: -2.5625rem;
  right: -2.5625rem;
  bottom: -2.5625rem;
  left: -2.5625rem;
}

.-inset-100px {
  top: -6.25rem;
  right: -6.25rem;
  bottom: -6.25rem;
  left: -6.25rem;
}

.-inset-90px {
  top: -5.625rem;
  right: -5.625rem;
  bottom: -5.625rem;
  left: -5.625rem;
}

.-inset-60px {
  top: -3.75rem;
  right: -3.75rem;
  bottom: -3.75rem;
  left: -3.75rem;
}

.-inset-5px {
  top: -0.3125rem;
  right: -0.3125rem;
  bottom: -0.3125rem;
  left: -0.3125rem;
}

.-inset-13px {
  top: -0.8125rem;
  right: -0.8125rem;
  bottom: -0.8125rem;
  left: -0.8125rem;
}

.-inset-50px {
  top: -3.125rem;
  right: -3.125rem;
  bottom: -3.125rem;
  left: -3.125rem;
}

.-inset-46px {
  top: -2.875rem;
  right: -2.875rem;
  bottom: -2.875rem;
  left: -2.875rem;
}

.-inset-17px {
  top: -1.0625rem;
  right: -1.0625rem;
  bottom: -1.0625rem;
  left: -1.0625rem;
}

.-inset-89px {
  top: -5.5625rem;
  right: -5.5625rem;
  bottom: -5.5625rem;
  left: -5.5625rem;
}

.-inset-154px {
  top: -9.625rem;
  right: -9.625rem;
  bottom: -9.625rem;
  left: -9.625rem;
}

.-inset-55px {
  top: -3.4375rem;
  right: -3.4375rem;
  bottom: -3.4375rem;
  left: -3.4375rem;
}

.inset-full {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.-inset-full {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-x-1 {
  left: 0.25rem;
  right: 0.25rem;
}

.inset-x-2 {
  left: 0.5rem;
  right: 0.5rem;
}

.inset-x-3 {
  left: 0.75rem;
  right: 0.75rem;
}

.inset-x-4 {
  left: 1rem;
  right: 1rem;
}

.inset-x-5 {
  left: 1.25rem;
  right: 1.25rem;
}

.inset-x-6 {
  left: 1.5rem;
  right: 1.5rem;
}

.inset-x-7 {
  left: 1.75rem;
  right: 1.75rem;
}

.inset-x-8 {
  left: 2rem;
  right: 2rem;
}

.inset-x-9 {
  left: 2.25rem;
  right: 2.25rem;
}

.inset-x-10 {
  left: 2.5rem;
  right: 2.5rem;
}

.inset-x-11 {
  left: 2.75rem;
  right: 2.75rem;
}

.inset-x-12 {
  left: 3rem;
  right: 3rem;
}

.inset-x-14 {
  left: 3.5rem;
  right: 3.5rem;
}

.inset-x-16 {
  left: 4rem;
  right: 4rem;
}

.inset-x-20 {
  left: 5rem;
  right: 5rem;
}

.inset-x-24 {
  left: 6rem;
  right: 6rem;
}

.inset-x-28 {
  left: 7rem;
  right: 7rem;
}

.inset-x-32 {
  left: 8rem;
  right: 8rem;
}

.inset-x-36 {
  left: 9rem;
  right: 9rem;
}

.inset-x-40 {
  left: 10rem;
  right: 10rem;
}

.inset-x-44 {
  left: 11rem;
  right: 11rem;
}

.inset-x-48 {
  left: 12rem;
  right: 12rem;
}

.inset-x-52 {
  left: 13rem;
  right: 13rem;
}

.inset-x-56 {
  left: 14rem;
  right: 14rem;
}

.inset-x-60 {
  left: 15rem;
  right: 15rem;
}

.inset-x-64 {
  left: 16rem;
  right: 16rem;
}

.inset-x-72 {
  left: 18rem;
  right: 18rem;
}

.inset-x-80 {
  left: 20rem;
  right: 20rem;
}

.inset-x-96 {
  left: 24rem;
  right: 24rem;
}

.inset-x-auto {
  left: auto;
  right: auto;
}

.inset-x-px {
  left: 1px;
  right: 1px;
}

.inset-x-important {
  left: true;
  right: true;
}

.inset-x-41px {
  left: 2.5625rem;
  right: 2.5625rem;
}

.inset-x-100px {
  left: 6.25rem;
  right: 6.25rem;
}

.inset-x-90px {
  left: 5.625rem;
  right: 5.625rem;
}

.inset-x-60px {
  left: 3.75rem;
  right: 3.75rem;
}

.inset-x-5px {
  left: 0.3125rem;
  right: 0.3125rem;
}

.inset-x-13px {
  left: 0.8125rem;
  right: 0.8125rem;
}

.inset-x-50px {
  left: 3.125rem;
  right: 3.125rem;
}

.inset-x-46px {
  left: 2.875rem;
  right: 2.875rem;
}

.inset-x-17px {
  left: 1.0625rem;
  right: 1.0625rem;
}

.inset-x-89px {
  left: 5.5625rem;
  right: 5.5625rem;
}

.inset-x-154px {
  left: 9.625rem;
  right: 9.625rem;
}

.inset-x-55px {
  left: 3.4375rem;
  right: 3.4375rem;
}

.-inset-x-0 {
  left: 0px;
  right: 0px;
}

.-inset-x-1 {
  left: -0.25rem;
  right: -0.25rem;
}

.-inset-x-2 {
  left: -0.5rem;
  right: -0.5rem;
}

.-inset-x-3 {
  left: -0.75rem;
  right: -0.75rem;
}

.-inset-x-4 {
  left: -1rem;
  right: -1rem;
}

.-inset-x-5 {
  left: -1.25rem;
  right: -1.25rem;
}

.-inset-x-6 {
  left: -1.5rem;
  right: -1.5rem;
}

.-inset-x-7 {
  left: -1.75rem;
  right: -1.75rem;
}

.-inset-x-8 {
  left: -2rem;
  right: -2rem;
}

.-inset-x-9 {
  left: -2.25rem;
  right: -2.25rem;
}

.-inset-x-10 {
  left: -2.5rem;
  right: -2.5rem;
}

.-inset-x-11 {
  left: -2.75rem;
  right: -2.75rem;
}

.-inset-x-12 {
  left: -3rem;
  right: -3rem;
}

.-inset-x-14 {
  left: -3.5rem;
  right: -3.5rem;
}

.-inset-x-16 {
  left: -4rem;
  right: -4rem;
}

.-inset-x-20 {
  left: -5rem;
  right: -5rem;
}

.-inset-x-24 {
  left: -6rem;
  right: -6rem;
}

.-inset-x-28 {
  left: -7rem;
  right: -7rem;
}

.-inset-x-32 {
  left: -8rem;
  right: -8rem;
}

.-inset-x-36 {
  left: -9rem;
  right: -9rem;
}

.-inset-x-40 {
  left: -10rem;
  right: -10rem;
}

.-inset-x-44 {
  left: -11rem;
  right: -11rem;
}

.-inset-x-48 {
  left: -12rem;
  right: -12rem;
}

.-inset-x-52 {
  left: -13rem;
  right: -13rem;
}

.-inset-x-56 {
  left: -14rem;
  right: -14rem;
}

.-inset-x-60 {
  left: -15rem;
  right: -15rem;
}

.-inset-x-64 {
  left: -16rem;
  right: -16rem;
}

.-inset-x-72 {
  left: -18rem;
  right: -18rem;
}

.-inset-x-80 {
  left: -20rem;
  right: -20rem;
}

.-inset-x-96 {
  left: -24rem;
  right: -24rem;
}

.-inset-x-px {
  left: -1px;
  right: -1px;
}

.-inset-x-important {
  left: true;
  right: true;
}

.-inset-x-41px {
  left: -2.5625rem;
  right: -2.5625rem;
}

.-inset-x-100px {
  left: -6.25rem;
  right: -6.25rem;
}

.-inset-x-90px {
  left: -5.625rem;
  right: -5.625rem;
}

.-inset-x-60px {
  left: -3.75rem;
  right: -3.75rem;
}

.-inset-x-5px {
  left: -0.3125rem;
  right: -0.3125rem;
}

.-inset-x-13px {
  left: -0.8125rem;
  right: -0.8125rem;
}

.-inset-x-50px {
  left: -3.125rem;
  right: -3.125rem;
}

.-inset-x-46px {
  left: -2.875rem;
  right: -2.875rem;
}

.-inset-x-17px {
  left: -1.0625rem;
  right: -1.0625rem;
}

.-inset-x-89px {
  left: -5.5625rem;
  right: -5.5625rem;
}

.-inset-x-154px {
  left: -9.625rem;
  right: -9.625rem;
}

.-inset-x-55px {
  left: -3.4375rem;
  right: -3.4375rem;
}

.inset-x-full {
  left: 100%;
  right: 100%;
}

.-inset-x-full {
  left: -100%;
  right: -100%;
}

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

.inset-y-1 {
  top: 0.25rem;
  bottom: 0.25rem;
}

.inset-y-2 {
  top: 0.5rem;
  bottom: 0.5rem;
}

.inset-y-3 {
  top: 0.75rem;
  bottom: 0.75rem;
}

.inset-y-4 {
  top: 1rem;
  bottom: 1rem;
}

.inset-y-5 {
  top: 1.25rem;
  bottom: 1.25rem;
}

.inset-y-6 {
  top: 1.5rem;
  bottom: 1.5rem;
}

.inset-y-7 {
  top: 1.75rem;
  bottom: 1.75rem;
}

.inset-y-8 {
  top: 2rem;
  bottom: 2rem;
}

.inset-y-9 {
  top: 2.25rem;
  bottom: 2.25rem;
}

.inset-y-10 {
  top: 2.5rem;
  bottom: 2.5rem;
}

.inset-y-11 {
  top: 2.75rem;
  bottom: 2.75rem;
}

.inset-y-12 {
  top: 3rem;
  bottom: 3rem;
}

.inset-y-14 {
  top: 3.5rem;
  bottom: 3.5rem;
}

.inset-y-16 {
  top: 4rem;
  bottom: 4rem;
}

.inset-y-20 {
  top: 5rem;
  bottom: 5rem;
}

.inset-y-24 {
  top: 6rem;
  bottom: 6rem;
}

.inset-y-28 {
  top: 7rem;
  bottom: 7rem;
}

.inset-y-32 {
  top: 8rem;
  bottom: 8rem;
}

.inset-y-36 {
  top: 9rem;
  bottom: 9rem;
}

.inset-y-40 {
  top: 10rem;
  bottom: 10rem;
}

.inset-y-44 {
  top: 11rem;
  bottom: 11rem;
}

.inset-y-48 {
  top: 12rem;
  bottom: 12rem;
}

.inset-y-52 {
  top: 13rem;
  bottom: 13rem;
}

.inset-y-56 {
  top: 14rem;
  bottom: 14rem;
}

.inset-y-60 {
  top: 15rem;
  bottom: 15rem;
}

.inset-y-64 {
  top: 16rem;
  bottom: 16rem;
}

.inset-y-72 {
  top: 18rem;
  bottom: 18rem;
}

.inset-y-80 {
  top: 20rem;
  bottom: 20rem;
}

.inset-y-96 {
  top: 24rem;
  bottom: 24rem;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

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

.inset-y-important {
  top: true;
  bottom: true;
}

.inset-y-41px {
  top: 2.5625rem;
  bottom: 2.5625rem;
}

.inset-y-100px {
  top: 6.25rem;
  bottom: 6.25rem;
}

.inset-y-90px {
  top: 5.625rem;
  bottom: 5.625rem;
}

.inset-y-60px {
  top: 3.75rem;
  bottom: 3.75rem;
}

.inset-y-5px {
  top: 0.3125rem;
  bottom: 0.3125rem;
}

.inset-y-13px {
  top: 0.8125rem;
  bottom: 0.8125rem;
}

.inset-y-50px {
  top: 3.125rem;
  bottom: 3.125rem;
}

.inset-y-46px {
  top: 2.875rem;
  bottom: 2.875rem;
}

.inset-y-17px {
  top: 1.0625rem;
  bottom: 1.0625rem;
}

.inset-y-89px {
  top: 5.5625rem;
  bottom: 5.5625rem;
}

.inset-y-154px {
  top: 9.625rem;
  bottom: 9.625rem;
}

.inset-y-55px {
  top: 3.4375rem;
  bottom: 3.4375rem;
}

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

.-inset-y-1 {
  top: -0.25rem;
  bottom: -0.25rem;
}

.-inset-y-2 {
  top: -0.5rem;
  bottom: -0.5rem;
}

.-inset-y-3 {
  top: -0.75rem;
  bottom: -0.75rem;
}

.-inset-y-4 {
  top: -1rem;
  bottom: -1rem;
}

.-inset-y-5 {
  top: -1.25rem;
  bottom: -1.25rem;
}

.-inset-y-6 {
  top: -1.5rem;
  bottom: -1.5rem;
}

.-inset-y-7 {
  top: -1.75rem;
  bottom: -1.75rem;
}

.-inset-y-8 {
  top: -2rem;
  bottom: -2rem;
}

.-inset-y-9 {
  top: -2.25rem;
  bottom: -2.25rem;
}

.-inset-y-10 {
  top: -2.5rem;
  bottom: -2.5rem;
}

.-inset-y-11 {
  top: -2.75rem;
  bottom: -2.75rem;
}

.-inset-y-12 {
  top: -3rem;
  bottom: -3rem;
}

.-inset-y-14 {
  top: -3.5rem;
  bottom: -3.5rem;
}

.-inset-y-16 {
  top: -4rem;
  bottom: -4rem;
}

.-inset-y-20 {
  top: -5rem;
  bottom: -5rem;
}

.-inset-y-24 {
  top: -6rem;
  bottom: -6rem;
}

.-inset-y-28 {
  top: -7rem;
  bottom: -7rem;
}

.-inset-y-32 {
  top: -8rem;
  bottom: -8rem;
}

.-inset-y-36 {
  top: -9rem;
  bottom: -9rem;
}

.-inset-y-40 {
  top: -10rem;
  bottom: -10rem;
}

.-inset-y-44 {
  top: -11rem;
  bottom: -11rem;
}

.-inset-y-48 {
  top: -12rem;
  bottom: -12rem;
}

.-inset-y-52 {
  top: -13rem;
  bottom: -13rem;
}

.-inset-y-56 {
  top: -14rem;
  bottom: -14rem;
}

.-inset-y-60 {
  top: -15rem;
  bottom: -15rem;
}

.-inset-y-64 {
  top: -16rem;
  bottom: -16rem;
}

.-inset-y-72 {
  top: -18rem;
  bottom: -18rem;
}

.-inset-y-80 {
  top: -20rem;
  bottom: -20rem;
}

.-inset-y-96 {
  top: -24rem;
  bottom: -24rem;
}

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

.-inset-y-important {
  top: true;
  bottom: true;
}

.-inset-y-41px {
  top: -2.5625rem;
  bottom: -2.5625rem;
}

.-inset-y-100px {
  top: -6.25rem;
  bottom: -6.25rem;
}

.-inset-y-90px {
  top: -5.625rem;
  bottom: -5.625rem;
}

.-inset-y-60px {
  top: -3.75rem;
  bottom: -3.75rem;
}

.-inset-y-5px {
  top: -0.3125rem;
  bottom: -0.3125rem;
}

.-inset-y-13px {
  top: -0.8125rem;
  bottom: -0.8125rem;
}

.-inset-y-50px {
  top: -3.125rem;
  bottom: -3.125rem;
}

.-inset-y-46px {
  top: -2.875rem;
  bottom: -2.875rem;
}

.-inset-y-17px {
  top: -1.0625rem;
  bottom: -1.0625rem;
}

.-inset-y-89px {
  top: -5.5625rem;
  bottom: -5.5625rem;
}

.-inset-y-154px {
  top: -9.625rem;
  bottom: -9.625rem;
}

.-inset-y-55px {
  top: -3.4375rem;
  bottom: -3.4375rem;
}

.inset-y-full {
  top: 100%;
  bottom: 100%;
}

.-inset-y-full {
  top: -100%;
  bottom: -100%;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.top-7 {
  top: 1.75rem;
}

.top-8 {
  top: 2rem;
}

.top-9 {
  top: 2.25rem;
}

.top-10 {
  top: 2.5rem;
}

.top-11 {
  top: 2.75rem;
}

.top-12 {
  top: 3rem;
}

.top-14 {
  top: 3.5rem;
}

.top-16 {
  top: 4rem;
}

.top-20 {
  top: 5rem;
}

.top-24 {
  top: 6rem;
}

.top-28 {
  top: 7rem;
}

.top-32 {
  top: 8rem;
}

.top-36 {
  top: 9rem;
}

.top-40 {
  top: 10rem;
}

.top-44 {
  top: 11rem;
}

.top-48 {
  top: 12rem;
}

.top-52 {
  top: 13rem;
}

.top-56 {
  top: 14rem;
}

.top-60 {
  top: 15rem;
}

.top-64 {
  top: 16rem;
}

.top-72 {
  top: 18rem;
}

.top-80 {
  top: 20rem;
}

.top-96 {
  top: 24rem;
}

.top-auto {
  top: auto;
}

.top-px {
  top: 1px;
}

.top-important {
  top: true;
}

.top-41px {
  top: 2.5625rem;
}

.top-100px {
  top: 6.25rem;
}

.top-90px {
  top: 5.625rem;
}

.top-60px {
  top: 3.75rem;
}

.top-5px {
  top: 0.3125rem;
}

.top-50\% {
  top: 50%;
}

.top-13px {
  top: 0.8125rem;
}

.top-50px {
  top: 3.125rem;
}

.top-46px {
  top: 2.875rem;
}

.top-17px {
  top: 1.0625rem;
}

.top-89px {
  top: 5.5625rem;
}

.top-154px {
  top: 9.625rem;
}

.top-55px {
  top: 3.4375rem;
}

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

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

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

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

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

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

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

.-top-7 {
  top: -1.75rem;
}

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

.-top-9 {
  top: -2.25rem;
}

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

.-top-11 {
  top: -2.75rem;
}

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

.-top-14 {
  top: -3.5rem;
}

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

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

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

.-top-28 {
  top: -7rem;
}

.-top-32 {
  top: -8rem;
}

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

.-top-40 {
  top: -10rem;
}

.-top-44 {
  top: -11rem;
}

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

.-top-52 {
  top: -13rem;
}

.-top-56 {
  top: -14rem;
}

.-top-60 {
  top: -15rem;
}

.-top-64 {
  top: -16rem;
}

.-top-72 {
  top: -18rem;
}

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

.-top-96 {
  top: -24rem;
}

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

.-top-important {
  top: true;
}

.-top-41px {
  top: -2.5625rem;
}

.-top-100px {
  top: -6.25rem;
}

.-top-90px {
  top: -5.625rem;
}

.-top-60px {
  top: -3.75rem;
}

.-top-5px {
  top: -0.3125rem;
}

.-top-13px {
  top: -0.8125rem;
}

.-top-50px {
  top: -3.125rem;
}

.-top-46px {
  top: -2.875rem;
}

.-top-17px {
  top: -1.0625rem;
}

.-top-89px {
  top: -5.5625rem;
}

.-top-154px {
  top: -9.625rem;
}

.-top-55px {
  top: -3.4375rem;
}

.top-full {
  top: 100%;
}

.-top-full {
  top: -100%;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.right-7 {
  right: 1.75rem;
}

.right-8 {
  right: 2rem;
}

.right-9 {
  right: 2.25rem;
}

.right-10 {
  right: 2.5rem;
}

.right-11 {
  right: 2.75rem;
}

.right-12 {
  right: 3rem;
}

.right-14 {
  right: 3.5rem;
}

.right-16 {
  right: 4rem;
}

.right-20 {
  right: 5rem;
}

.right-24 {
  right: 6rem;
}

.right-28 {
  right: 7rem;
}

.right-32 {
  right: 8rem;
}

.right-36 {
  right: 9rem;
}

.right-40 {
  right: 10rem;
}

.right-44 {
  right: 11rem;
}

.right-48 {
  right: 12rem;
}

.right-52 {
  right: 13rem;
}

.right-56 {
  right: 14rem;
}

.right-60 {
  right: 15rem;
}

.right-64 {
  right: 16rem;
}

.right-72 {
  right: 18rem;
}

.right-80 {
  right: 20rem;
}

.right-96 {
  right: 24rem;
}

.right-auto {
  right: auto;
}

.right-px {
  right: 1px;
}

.right-important {
  right: true;
}

.right-41px {
  right: 2.5625rem;
}

.right-100px {
  right: 6.25rem;
}

.right-90px {
  right: 5.625rem;
}

.right-60px {
  right: 3.75rem;
}

.right-5px {
  right: 0.3125rem;
}

.right-13px {
  right: 0.8125rem;
}

.right-50px {
  right: 3.125rem;
}

.right-46px {
  right: 2.875rem;
}

.right-17px {
  right: 1.0625rem;
}

.right-89px {
  right: 5.5625rem;
}

.right-154px {
  right: 9.625rem;
}

.right-55px {
  right: 3.4375rem;
}

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

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

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

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

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

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

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

.-right-7 {
  right: -1.75rem;
}

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

.-right-9 {
  right: -2.25rem;
}

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

.-right-11 {
  right: -2.75rem;
}

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

.-right-14 {
  right: -3.5rem;
}

.-right-16 {
  right: -4rem;
}

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

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

.-right-28 {
  right: -7rem;
}

.-right-32 {
  right: -8rem;
}

.-right-36 {
  right: -9rem;
}

.-right-40 {
  right: -10rem;
}

.-right-44 {
  right: -11rem;
}

.-right-48 {
  right: -12rem;
}

.-right-52 {
  right: -13rem;
}

.-right-56 {
  right: -14rem;
}

.-right-60 {
  right: -15rem;
}

.-right-64 {
  right: -16rem;
}

.-right-72 {
  right: -18rem;
}

.-right-80 {
  right: -20rem;
}

.-right-96 {
  right: -24rem;
}

.-right-px {
  right: -1px;
}

.-right-important {
  right: true;
}

.-right-41px {
  right: -2.5625rem;
}

.-right-100px {
  right: -6.25rem;
}

.-right-90px {
  right: -5.625rem;
}

.-right-60px {
  right: -3.75rem;
}

.-right-5px {
  right: -0.3125rem;
}

.-right-13px {
  right: -0.8125rem;
}

.-right-50px {
  right: -3.125rem;
}

.-right-46px {
  right: -2.875rem;
}

.-right-17px {
  right: -1.0625rem;
}

.-right-89px {
  right: -5.5625rem;
}

.-right-154px {
  right: -9.625rem;
}

.-right-55px {
  right: -3.4375rem;
}

.right-full {
  right: 100%;
}

.-right-full {
  right: -100%;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-9 {
  bottom: 2.25rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-11 {
  bottom: 2.75rem;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-24 {
  bottom: 6rem;
}

.bottom-28 {
  bottom: 7rem;
}

.bottom-32 {
  bottom: 8rem;
}

.bottom-36 {
  bottom: 9rem;
}

.bottom-40 {
  bottom: 10rem;
}

.bottom-44 {
  bottom: 11rem;
}

.bottom-48 {
  bottom: 12rem;
}

.bottom-52 {
  bottom: 13rem;
}

.bottom-56 {
  bottom: 14rem;
}

.bottom-60 {
  bottom: 15rem;
}

.bottom-64 {
  bottom: 16rem;
}

.bottom-72 {
  bottom: 18rem;
}

.bottom-80 {
  bottom: 20rem;
}

.bottom-96 {
  bottom: 24rem;
}

.bottom-auto {
  bottom: auto;
}

.bottom-px {
  bottom: 1px;
}

.bottom-important {
  bottom: true;
}

.bottom-41px {
  bottom: 2.5625rem;
}

.bottom-100px {
  bottom: 6.25rem;
}

.bottom-90px {
  bottom: 5.625rem;
}

.bottom-60px {
  bottom: 3.75rem;
}

.bottom-5px {
  bottom: 0.3125rem;
}

.bottom-13px {
  bottom: 0.8125rem;
}

.bottom-50px {
  bottom: 3.125rem;
}

.bottom-46px {
  bottom: 2.875rem;
}

.bottom-17px {
  bottom: 1.0625rem;
}

.bottom-89px {
  bottom: 5.5625rem;
}

.bottom-154px {
  bottom: 9.625rem;
}

.bottom-55px {
  bottom: 3.4375rem;
}

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

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

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

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

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

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

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

.-bottom-7 {
  bottom: -1.75rem;
}

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

.-bottom-9 {
  bottom: -2.25rem;
}

.-bottom-10 {
  bottom: -2.5rem;
}

.-bottom-11 {
  bottom: -2.75rem;
}

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

.-bottom-14 {
  bottom: -3.5rem;
}

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

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

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

.-bottom-28 {
  bottom: -7rem;
}

.-bottom-32 {
  bottom: -8rem;
}

.-bottom-36 {
  bottom: -9rem;
}

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

.-bottom-44 {
  bottom: -11rem;
}

.-bottom-48 {
  bottom: -12rem;
}

.-bottom-52 {
  bottom: -13rem;
}

.-bottom-56 {
  bottom: -14rem;
}

.-bottom-60 {
  bottom: -15rem;
}

.-bottom-64 {
  bottom: -16rem;
}

.-bottom-72 {
  bottom: -18rem;
}

.-bottom-80 {
  bottom: -20rem;
}

.-bottom-96 {
  bottom: -24rem;
}

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

.-bottom-important {
  bottom: true;
}

.-bottom-41px {
  bottom: -2.5625rem;
}

.-bottom-100px {
  bottom: -6.25rem;
}

.-bottom-90px {
  bottom: -5.625rem;
}

.-bottom-60px {
  bottom: -3.75rem;
}

.-bottom-5px {
  bottom: -0.3125rem;
}

.-bottom-13px {
  bottom: -0.8125rem;
}

.-bottom-50px {
  bottom: -3.125rem;
}

.-bottom-46px {
  bottom: -2.875rem;
}

.-bottom-17px {
  bottom: -1.0625rem;
}

.-bottom-89px {
  bottom: -5.5625rem;
}

.-bottom-154px {
  bottom: -9.625rem;
}

.-bottom-55px {
  bottom: -3.4375rem;
}

.bottom-full {
  bottom: 100%;
}

.-bottom-full {
  bottom: -100%;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-2 {
  left: 0.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.left-6 {
  left: 1.5rem;
}

.left-7 {
  left: 1.75rem;
}

.left-8 {
  left: 2rem;
}

.left-9 {
  left: 2.25rem;
}

.left-10 {
  left: 2.5rem;
}

.left-11 {
  left: 2.75rem;
}

.left-12 {
  left: 3rem;
}

.left-14 {
  left: 3.5rem;
}

.left-16 {
  left: 4rem;
}

.left-20 {
  left: 5rem;
}

.left-24 {
  left: 6rem;
}

.left-28 {
  left: 7rem;
}

.left-32 {
  left: 8rem;
}

.left-36 {
  left: 9rem;
}

.left-40 {
  left: 10rem;
}

.left-44 {
  left: 11rem;
}

.left-48 {
  left: 12rem;
}

.left-52 {
  left: 13rem;
}

.left-56 {
  left: 14rem;
}

.left-60 {
  left: 15rem;
}

.left-64 {
  left: 16rem;
}

.left-72 {
  left: 18rem;
}

.left-80 {
  left: 20rem;
}

.left-96 {
  left: 24rem;
}

.left-auto {
  left: auto;
}

.left-px {
  left: 1px;
}

.left-important {
  left: true;
}

.left-41px {
  left: 2.5625rem;
}

.left-100px {
  left: 6.25rem;
}

.left-90px {
  left: 5.625rem;
}

.left-60px {
  left: 3.75rem;
}

.left-5px {
  left: 0.3125rem;
}

.left-13px {
  left: 0.8125rem;
}

.left-50px {
  left: 3.125rem;
}

.left-46px {
  left: 2.875rem;
}

.left-17px {
  left: 1.0625rem;
}

.left-89px {
  left: 5.5625rem;
}

.left-154px {
  left: 9.625rem;
}

.left-55px {
  left: 3.4375rem;
}

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

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

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

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

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

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

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

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

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

.-left-9 {
  left: -2.25rem;
}

.-left-10 {
  left: -2.5rem;
}

.-left-11 {
  left: -2.75rem;
}

.-left-12 {
  left: -3rem;
}

.-left-14 {
  left: -3.5rem;
}

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

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

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

.-left-28 {
  left: -7rem;
}

.-left-32 {
  left: -8rem;
}

.-left-36 {
  left: -9rem;
}

.-left-40 {
  left: -10rem;
}

.-left-44 {
  left: -11rem;
}

.-left-48 {
  left: -12rem;
}

.-left-52 {
  left: -13rem;
}

.-left-56 {
  left: -14rem;
}

.-left-60 {
  left: -15rem;
}

.-left-64 {
  left: -16rem;
}

.-left-72 {
  left: -18rem;
}

.-left-80 {
  left: -20rem;
}

.-left-96 {
  left: -24rem;
}

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

.-left-important {
  left: true;
}

.-left-41px {
  left: -2.5625rem;
}

.-left-100px {
  left: -6.25rem;
}

.-left-90px {
  left: -5.625rem;
}

.-left-60px {
  left: -3.75rem;
}

.-left-5px {
  left: -0.3125rem;
}

.-left-13px {
  left: -0.8125rem;
}

.-left-50px {
  left: -3.125rem;
}

.-left-46px {
  left: -2.875rem;
}

.-left-17px {
  left: -1.0625rem;
}

.-left-89px {
  left: -5.5625rem;
}

.-left-154px {
  left: -9.625rem;
}

.-left-55px {
  left: -3.4375rem;
}

.left-full {
  left: 100%;
}

.-left-full {
  left: -100%;
}

.isolate {
  isolation: isolate;
}

.isolation-auto {
  isolation: auto;
}

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

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

.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-5 {
  grid-column: span 5 / span 5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-28 {
  margin: 7rem;
}

.m-32 {
  margin: 8rem;
}

.m-36 {
  margin: 9rem;
}

.m-40 {
  margin: 10rem;
}

.m-44 {
  margin: 11rem;
}

.m-48 {
  margin: 12rem;
}

.m-52 {
  margin: 13rem;
}

.m-56 {
  margin: 14rem;
}

.m-60 {
  margin: 15rem;
}

.m-64 {
  margin: 16rem;
}

.m-72 {
  margin: 18rem;
}

.m-80 {
  margin: 20rem;
}

.m-96 {
  margin: 24rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.m-important {
  margin: true;
}

.m-41px {
  margin: 2.5625rem;
}

.m-100px {
  margin: 6.25rem;
}

.m-90px {
  margin: 5.625rem;
}

.m-60px {
  margin: 3.75rem;
}

.m-5px {
  margin: 0.3125rem;
}

.m-13px {
  margin: 0.8125rem;
}

.m-50px {
  margin: 3.125rem;
}

.m-46px {
  margin: 2.875rem;
}

.m-17px {
  margin: 1.0625rem;
}

.m-89px {
  margin: 5.5625rem;
}

.m-154px {
  margin: 9.625rem;
}

.m-55px {
  margin: 3.4375rem;
}

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

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

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

.-m-3 {
  margin: -0.75rem;
}

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

.-m-5 {
  margin: -1.25rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-7 {
  margin: -1.75rem;
}

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

.-m-9 {
  margin: -2.25rem;
}

.-m-10 {
  margin: -2.5rem;
}

.-m-11 {
  margin: -2.75rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-14 {
  margin: -3.5rem;
}

.-m-16 {
  margin: -4rem;
}

.-m-20 {
  margin: -5rem;
}

.-m-24 {
  margin: -6rem;
}

.-m-28 {
  margin: -7rem;
}

.-m-32 {
  margin: -8rem;
}

.-m-36 {
  margin: -9rem;
}

.-m-40 {
  margin: -10rem;
}

.-m-44 {
  margin: -11rem;
}

.-m-48 {
  margin: -12rem;
}

.-m-52 {
  margin: -13rem;
}

.-m-56 {
  margin: -14rem;
}

.-m-60 {
  margin: -15rem;
}

.-m-64 {
  margin: -16rem;
}

.-m-72 {
  margin: -18rem;
}

.-m-80 {
  margin: -20rem;
}

.-m-96 {
  margin: -24rem;
}

.-m-px {
  margin: -1px;
}

.-m-important {
  margin: true;
}

.-m-41px {
  margin: -2.5625rem;
}

.-m-100px {
  margin: -6.25rem;
}

.-m-90px {
  margin: -5.625rem;
}

.-m-60px {
  margin: -3.75rem;
}

.-m-5px {
  margin: -0.3125rem;
}

.-m-13px {
  margin: -0.8125rem;
}

.-m-50px {
  margin: -3.125rem;
}

.-m-46px {
  margin: -2.875rem;
}

.-m-17px {
  margin: -1.0625rem;
}

.-m-89px {
  margin: -5.5625rem;
}

.-m-154px {
  margin: -9.625rem;
}

.-m-55px {
  margin: -3.4375rem;
}

.m-70px {
  margin: 4.375rem;
}

.m-42px {
  margin: 2.625rem;
}

.m-71px {
  margin: 4.4375rem;
}

.m-15px {
  margin: 0.9375rem;
}

.m-190px {
  margin: 11.875rem;
}

.m-219px {
  margin: 13.6875rem;
}

.m-200px {
  margin: 12.5rem;
}

.m-30px {
  margin: 1.875rem;
}

.m-10px {
  margin: 0.625rem;
}

.m-25px {
  margin: 1.5625rem;
}

.m-18px {
  margin: 1.125rem;
}

.m-102px {
  margin: 6.375rem;
}

.m-35px {
  margin: 2.1875rem;
}

.m-21px {
  margin: 1.3125rem;
}

.m-43px {
  margin: 2.69rem;
}

.m-68px {
  margin: 4.25rem;
}

.m-20px {
  margin: 1.25rem;
}

.m-120px {
  margin: 7.5rem;
}

.m-75px {
  margin: 4.6875rem;
}

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

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

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

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

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

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

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

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

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

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

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}

.mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.mx-96 {
  margin-left: 24rem;
  margin-right: 24rem;
}

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

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

.mx-important {
  margin-left: true;
  margin-right: true;
}

.mx-41px {
  margin-left: 2.5625rem;
  margin-right: 2.5625rem;
}

.mx-100px {
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

.mx-90px {
  margin-left: 5.625rem;
  margin-right: 5.625rem;
}

.mx-60px {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

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

.mx-13px {
  margin-left: 0.8125rem;
  margin-right: 0.8125rem;
}

.mx-50px {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.mx-46px {
  margin-left: 2.875rem;
  margin-right: 2.875rem;
}

.mx-17px {
  margin-left: 1.0625rem;
  margin-right: 1.0625rem;
}

.mx-89px {
  margin-left: 5.5625rem;
  margin-right: 5.5625rem;
}

.mx-154px {
  margin-left: 9.625rem;
  margin-right: 9.625rem;
}

.mx-55px {
  margin-left: 3.4375rem;
  margin-right: 3.4375rem;
}

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

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

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

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

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

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

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

.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

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

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

.-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.-mx-28 {
  margin-left: -7rem;
  margin-right: -7rem;
}

.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.-mx-36 {
  margin-left: -9rem;
  margin-right: -9rem;
}

.-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem;
}

.-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}

.-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.-mx-60 {
  margin-left: -15rem;
  margin-right: -15rem;
}

.-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.-mx-72 {
  margin-left: -18rem;
  margin-right: -18rem;
}

.-mx-80 {
  margin-left: -20rem;
  margin-right: -20rem;
}

.-mx-96 {
  margin-left: -24rem;
  margin-right: -24rem;
}

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

.-mx-important {
  margin-left: true;
  margin-right: true;
}

.-mx-41px {
  margin-left: -2.5625rem;
  margin-right: -2.5625rem;
}

.-mx-100px {
  margin-left: -6.25rem;
  margin-right: -6.25rem;
}

.-mx-90px {
  margin-left: -5.625rem;
  margin-right: -5.625rem;
}

.-mx-60px {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

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

.-mx-13px {
  margin-left: -0.8125rem;
  margin-right: -0.8125rem;
}

.-mx-50px {
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}

.-mx-46px {
  margin-left: -2.875rem;
  margin-right: -2.875rem;
}

.-mx-17px {
  margin-left: -1.0625rem;
  margin-right: -1.0625rem;
}

.-mx-89px {
  margin-left: -5.5625rem;
  margin-right: -5.5625rem;
}

.-mx-154px {
  margin-left: -9.625rem;
  margin-right: -9.625rem;
}

.-mx-55px {
  margin-left: -3.4375rem;
  margin-right: -3.4375rem;
}

.mx-70px {
  margin-left: 4.375rem;
  margin-right: 4.375rem;
}

.mx-42px {
  margin-left: 2.625rem;
  margin-right: 2.625rem;
}

.mx-71px {
  margin-left: 4.4375rem;
  margin-right: 4.4375rem;
}

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

.mx-190px {
  margin-left: 11.875rem;
  margin-right: 11.875rem;
}

.mx-219px {
  margin-left: 13.6875rem;
  margin-right: 13.6875rem;
}

.mx-200px {
  margin-left: 12.5rem;
  margin-right: 12.5rem;
}

.mx-30px {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.mx-10px {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.mx-25px {
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}

.mx-18px {
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}

.mx-102px {
  margin-left: 6.375rem;
  margin-right: 6.375rem;
}

.mx-35px {
  margin-left: 2.1875rem;
  margin-right: 2.1875rem;
}

.mx-21px {
  margin-left: 1.3125rem;
  margin-right: 1.3125rem;
}

.mx-43px {
  margin-left: 2.69rem;
  margin-right: 2.69rem;
}

.mx-68px {
  margin-left: 4.25rem;
  margin-right: 4.25rem;
}

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

.mx-120px {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.mx-75px {
  margin-left: 4.6875rem;
  margin-right: 4.6875rem;
}

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

.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-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

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

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

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

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

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

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

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

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

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

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

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

.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

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

.my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

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

.my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

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

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

.my-important {
  margin-top: true;
  margin-bottom: true;
}

.my-41px {
  margin-top: 2.5625rem;
  margin-bottom: 2.5625rem;
}

.my-100px {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.my-90px {
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}

.my-60px {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

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

.my-13px {
  margin-top: 0.8125rem;
  margin-bottom: 0.8125rem;
}

.my-50px {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.my-46px {
  margin-top: 2.875rem;
  margin-bottom: 2.875rem;
}

.my-17px {
  margin-top: 1.0625rem;
  margin-bottom: 1.0625rem;
}

.my-89px {
  margin-top: 5.5625rem;
  margin-bottom: 5.5625rem;
}

.my-154px {
  margin-top: 9.625rem;
  margin-bottom: 9.625rem;
}

.my-55px {
  margin-top: 3.4375rem;
  margin-bottom: 3.4375rem;
}

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

.-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-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

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

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

.-my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

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

.-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

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

.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

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

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

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

.-my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

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

.-my-36 {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

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

.-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.-my-60 {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

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

.-my-72 {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

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

.-my-96 {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

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

.-my-important {
  margin-top: true;
  margin-bottom: true;
}

.-my-41px {
  margin-top: -2.5625rem;
  margin-bottom: -2.5625rem;
}

.-my-100px {
  margin-top: -6.25rem;
  margin-bottom: -6.25rem;
}

.-my-90px {
  margin-top: -5.625rem;
  margin-bottom: -5.625rem;
}

.-my-60px {
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

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

.-my-13px {
  margin-top: -0.8125rem;
  margin-bottom: -0.8125rem;
}

.-my-50px {
  margin-top: -3.125rem;
  margin-bottom: -3.125rem;
}

.-my-46px {
  margin-top: -2.875rem;
  margin-bottom: -2.875rem;
}

.-my-17px {
  margin-top: -1.0625rem;
  margin-bottom: -1.0625rem;
}

.-my-89px {
  margin-top: -5.5625rem;
  margin-bottom: -5.5625rem;
}

.-my-154px {
  margin-top: -9.625rem;
  margin-bottom: -9.625rem;
}

.-my-55px {
  margin-top: -3.4375rem;
  margin-bottom: -3.4375rem;
}

.my-70px {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.my-42px {
  margin-top: 2.625rem;
  margin-bottom: 2.625rem;
}

.my-71px {
  margin-top: 4.4375rem;
  margin-bottom: 4.4375rem;
}

.my-15px {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.my-190px {
  margin-top: 11.875rem;
  margin-bottom: 11.875rem;
}

.my-219px {
  margin-top: 13.6875rem;
  margin-bottom: 13.6875rem;
}

.my-200px {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}

.my-30px {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.my-10px {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-25px {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.my-18px {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

.my-102px {
  margin-top: 6.375rem;
  margin-bottom: 6.375rem;
}

.my-35px {
  margin-top: 2.1875rem;
  margin-bottom: 2.1875rem;
}

.my-21px {
  margin-top: 1.3125rem;
  margin-bottom: 1.3125rem;
}

.my-43px {
  margin-top: 2.69rem;
  margin-bottom: 2.69rem;
}

.my-68px {
  margin-top: 4.25rem;
  margin-bottom: 4.25rem;
}

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

.my-120px {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.my-75px {
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem;
}

.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-7 {
  margin-top: 1.75rem;
}

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

.mt-9 {
  margin-top: 2.25rem;
}

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

.mt-11 {
  margin-top: 2.75rem;
}

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

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

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

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

.mt-36 {
  margin-top: 9rem;
}

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

.mt-44 {
  margin-top: 11rem;
}

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

.mt-52 {
  margin-top: 13rem;
}

.mt-56 {
  margin-top: 14rem;
}

.mt-60 {
  margin-top: 15rem;
}

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

.mt-72 {
  margin-top: 18rem;
}

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

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

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

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

.mt-important {
  margin-top: true;
}

.mt-41px {
  margin-top: 2.5625rem;
}

.mt-100px {
  margin-top: 6.25rem;
}

.mt-90px {
  margin-top: 5.625rem;
}

.mt-60px {
  margin-top: 3.75rem;
}

.mt-5px {
  margin-top: 0.3125rem;
}

.mt-13px {
  margin-top: 0.8125rem;
}

.mt-50px {
  margin-top: 3.125rem;
}

.mt-46px {
  margin-top: 2.875rem;
}

.mt-17px {
  margin-top: 1.0625rem;
}

.mt-89px {
  margin-top: 5.5625rem;
}

.mt-154px {
  margin-top: 9.625rem;
}

.mt-55px {
  margin-top: 3.4375rem;
}

.-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-7 {
  margin-top: -1.75rem;
}

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

.-mt-9 {
  margin-top: -2.25rem;
}

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

.-mt-11 {
  margin-top: -2.75rem;
}

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

.-mt-14 {
  margin-top: -3.5rem;
}

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

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

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

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

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

.-mt-36 {
  margin-top: -9rem;
}

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

.-mt-44 {
  margin-top: -11rem;
}

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

.-mt-52 {
  margin-top: -13rem;
}

.-mt-56 {
  margin-top: -14rem;
}

.-mt-60 {
  margin-top: -15rem;
}

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

.-mt-72 {
  margin-top: -18rem;
}

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

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

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

.-mt-important {
  margin-top: true;
}

.-mt-41px {
  margin-top: -2.5625rem;
}

.-mt-100px {
  margin-top: -6.25rem;
}

.-mt-90px {
  margin-top: -5.625rem;
}

.-mt-60px {
  margin-top: -3.75rem;
}

.-mt-5px {
  margin-top: -0.3125rem;
}

.-mt-13px {
  margin-top: -0.8125rem;
}

.-mt-50px {
  margin-top: -3.125rem;
}

.-mt-46px {
  margin-top: -2.875rem;
}

.-mt-17px {
  margin-top: -1.0625rem;
}

.-mt-89px {
  margin-top: -5.5625rem;
}

.-mt-154px {
  margin-top: -9.625rem;
}

.-mt-55px {
  margin-top: -3.4375rem;
}

.mt-70px {
  margin-top: 4.375rem;
}

.mt-42px {
  margin-top: 2.625rem;
}

.mt-71px {
  margin-top: 4.4375rem;
}

.mt-15px {
  margin-top: 0.9375rem;
}

.mt-190px {
  margin-top: 11.875rem;
}

.mt-219px {
  margin-top: 13.6875rem;
}

.mt-200px {
  margin-top: 12.5rem;
}

.mt-30px {
  margin-top: 1.875rem;
}

.mt-10px {
  margin-top: 0.625rem;
}

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

.mt-18px {
  margin-top: 1.125rem;
}

.mt-102px {
  margin-top: 6.375rem;
}

.mt-35px {
  margin-top: 2.1875rem;
}

.mt-21px {
  margin-top: 1.3125rem;
}

.mt-43px {
  margin-top: 2.69rem;
}

.mt-68px {
  margin-top: 4.25rem;
}

.mt-20px {
  margin-top: 1.25rem;
}

.mt-120px {
  margin-top: 7.5rem;
}

.mt-75px {
  margin-top: 4.6875rem;
}

.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-6 {
  margin-right: 1.5rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

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

.mr-9 {
  margin-right: 2.25rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

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

.mr-14 {
  margin-right: 3.5rem;
}

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

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

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

.mr-28 {
  margin-right: 7rem;
}

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

.mr-36 {
  margin-right: 9rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mr-44 {
  margin-right: 11rem;
}

.mr-48 {
  margin-right: 12rem;
}

.mr-52 {
  margin-right: 13rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mr-60 {
  margin-right: 15rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mr-72 {
  margin-right: 18rem;
}

.mr-80 {
  margin-right: 20rem;
}

.mr-96 {
  margin-right: 24rem;
}

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

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

.mr-important {
  margin-right: true;
}

.mr-41px {
  margin-right: 2.5625rem;
}

.mr-100px {
  margin-right: 6.25rem;
}

.mr-90px {
  margin-right: 5.625rem;
}

.mr-60px {
  margin-right: 3.75rem;
}

.mr-5px {
  margin-right: 0.3125rem;
}

.mr-13px {
  margin-right: 0.8125rem;
}

.mr-50px {
  margin-right: 3.125rem;
}

.mr-46px {
  margin-right: 2.875rem;
}

.mr-17px {
  margin-right: 1.0625rem;
}

.mr-89px {
  margin-right: 5.5625rem;
}

.mr-154px {
  margin-right: 9.625rem;
}

.mr-55px {
  margin-right: 3.4375rem;
}

.-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-6 {
  margin-right: -1.5rem;
}

.-mr-7 {
  margin-right: -1.75rem;
}

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

.-mr-9 {
  margin-right: -2.25rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mr-11 {
  margin-right: -2.75rem;
}

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

.-mr-14 {
  margin-right: -3.5rem;
}

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

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

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

.-mr-28 {
  margin-right: -7rem;
}

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

.-mr-36 {
  margin-right: -9rem;
}

.-mr-40 {
  margin-right: -10rem;
}

.-mr-44 {
  margin-right: -11rem;
}

.-mr-48 {
  margin-right: -12rem;
}

.-mr-52 {
  margin-right: -13rem;
}

.-mr-56 {
  margin-right: -14rem;
}

.-mr-60 {
  margin-right: -15rem;
}

.-mr-64 {
  margin-right: -16rem;
}

.-mr-72 {
  margin-right: -18rem;
}

.-mr-80 {
  margin-right: -20rem;
}

.-mr-96 {
  margin-right: -24rem;
}

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

.-mr-important {
  margin-right: true;
}

.-mr-41px {
  margin-right: -2.5625rem;
}

.-mr-100px {
  margin-right: -6.25rem;
}

.-mr-90px {
  margin-right: -5.625rem;
}

.-mr-60px {
  margin-right: -3.75rem;
}

.-mr-5px {
  margin-right: -0.3125rem;
}

.-mr-13px {
  margin-right: -0.8125rem;
}

.-mr-50px {
  margin-right: -3.125rem;
}

.-mr-46px {
  margin-right: -2.875rem;
}

.-mr-17px {
  margin-right: -1.0625rem;
}

.-mr-89px {
  margin-right: -5.5625rem;
}

.-mr-154px {
  margin-right: -9.625rem;
}

.-mr-55px {
  margin-right: -3.4375rem;
}

.mr-70px {
  margin-right: 4.375rem;
}

.mr-42px {
  margin-right: 2.625rem;
}

.mr-71px {
  margin-right: 4.4375rem;
}

.mr-15px {
  margin-right: 0.9375rem;
}

.mr-190px {
  margin-right: 11.875rem;
}

.mr-219px {
  margin-right: 13.6875rem;
}

.mr-200px {
  margin-right: 12.5rem;
}

.mr-30px {
  margin-right: 1.875rem;
}

.mr-10px {
  margin-right: 0.625rem;
}

.mr-25px {
  margin-right: 1.5625rem;
}

.mr-18px {
  margin-right: 1.125rem;
}

.mr-102px {
  margin-right: 6.375rem;
}

.mr-35px {
  margin-right: 2.1875rem;
}

.mr-21px {
  margin-right: 1.3125rem;
}

.mr-43px {
  margin-right: 2.69rem;
}

.mr-68px {
  margin-right: 4.25rem;
}

.mr-20px {
  margin-right: 1.25rem;
}

.mr-120px {
  margin-right: 7.5rem;
}

.mr-75px {
  margin-right: 4.6875rem;
}

.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-7 {
  margin-bottom: 1.75rem;
}

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

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

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

.mb-28 {
  margin-bottom: 7rem;
}

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

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

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

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

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

.mb-52 {
  margin-bottom: 13rem;
}

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

.mb-60 {
  margin-bottom: 15rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.mb-72 {
  margin-bottom: 18rem;
}

.mb-80 {
  margin-bottom: 20rem;
}

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

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

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

.mb-important {
  margin-bottom: true;
}

.mb-41px {
  margin-bottom: 2.5625rem;
}

.mb-100px {
  margin-bottom: 6.25rem;
}

.mb-90px {
  margin-bottom: 5.625rem;
}

.mb-60px {
  margin-bottom: 3.75rem;
}

.mb-5px {
  margin-bottom: 0.3125rem;
}

.mb-13px {
  margin-bottom: 0.8125rem;
}

.mb-50px {
  margin-bottom: 3.125rem;
}

.mb-46px {
  margin-bottom: 2.875rem;
}

.mb-17px {
  margin-bottom: 1.0625rem;
}

.mb-89px {
  margin-bottom: 5.5625rem;
}

.mb-154px {
  margin-bottom: 9.625rem;
}

.mb-55px {
  margin-bottom: 3.4375rem;
}

.-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-7 {
  margin-bottom: -1.75rem;
}

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

.-mb-9 {
  margin-bottom: -2.25rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-mb-11 {
  margin-bottom: -2.75rem;
}

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

.-mb-14 {
  margin-bottom: -3.5rem;
}

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

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

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

.-mb-28 {
  margin-bottom: -7rem;
}

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

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

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

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

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

.-mb-52 {
  margin-bottom: -13rem;
}

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

.-mb-60 {
  margin-bottom: -15rem;
}

.-mb-64 {
  margin-bottom: -16rem;
}

.-mb-72 {
  margin-bottom: -18rem;
}

.-mb-80 {
  margin-bottom: -20rem;
}

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

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

.-mb-important {
  margin-bottom: true;
}

.-mb-41px {
  margin-bottom: -2.5625rem;
}

.-mb-100px {
  margin-bottom: -6.25rem;
}

.-mb-90px {
  margin-bottom: -5.625rem;
}

.-mb-60px {
  margin-bottom: -3.75rem;
}

.-mb-5px {
  margin-bottom: -0.3125rem;
}

.-mb-13px {
  margin-bottom: -0.8125rem;
}

.-mb-50px {
  margin-bottom: -3.125rem;
}

.-mb-46px {
  margin-bottom: -2.875rem;
}

.-mb-17px {
  margin-bottom: -1.0625rem;
}

.-mb-89px {
  margin-bottom: -5.5625rem;
}

.-mb-154px {
  margin-bottom: -9.625rem;
}

.-mb-55px {
  margin-bottom: -3.4375rem;
}

.mb-70px {
  margin-bottom: 4.375rem;
}

.mb-42px {
  margin-bottom: 2.625rem;
}

.mb-71px {
  margin-bottom: 4.4375rem;
}

.mb-15px {
  margin-bottom: 0.9375rem;
}

.mb-190px {
  margin-bottom: 11.875rem;
}

.mb-219px {
  margin-bottom: 13.6875rem;
}

.mb-200px {
  margin-bottom: 12.5rem;
}

.mb-30px {
  margin-bottom: 1.875rem;
}

.mb-10px {
  margin-bottom: 0.625rem;
}

.mb-25px {
  margin-bottom: 1.5625rem;
}

.mb-18px {
  margin-bottom: 1.125rem;
}

.mb-102px {
  margin-bottom: 6.375rem;
}

.mb-35px {
  margin-bottom: 2.1875rem;
}

.mb-21px {
  margin-bottom: 1.3125rem;
}

.mb-43px {
  margin-bottom: 2.69rem;
}

.mb-68px {
  margin-bottom: 4.25rem;
}

.mb-20px {
  margin-bottom: 1.25rem;
}

.mb-120px {
  margin-bottom: 7.5rem;
}

.mb-75px {
  margin-bottom: 4.6875rem;
}

.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-7 {
  margin-left: 1.75rem;
}

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

.ml-9 {
  margin-left: 2.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

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

.ml-14 {
  margin-left: 3.5rem;
}

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

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

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

.ml-28 {
  margin-left: 7rem;
}

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

.ml-36 {
  margin-left: 9rem;
}

.ml-40 {
  margin-left: 10rem;
}

.ml-44 {
  margin-left: 11rem;
}

.ml-48 {
  margin-left: 12rem;
}

.ml-52 {
  margin-left: 13rem;
}

.ml-56 {
  margin-left: 14rem;
}

.ml-60 {
  margin-left: 15rem;
}

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

.ml-72 {
  margin-left: 18rem;
}

.ml-80 {
  margin-left: 20rem;
}

.ml-96 {
  margin-left: 24rem;
}

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

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

.ml-important {
  margin-left: true;
}

.ml-41px {
  margin-left: 2.5625rem;
}

.ml-100px {
  margin-left: 6.25rem;
}

.ml-90px {
  margin-left: 5.625rem;
}

.ml-60px {
  margin-left: 3.75rem;
}

.ml-5px {
  margin-left: 0.3125rem;
}

.ml-13px {
  margin-left: 0.8125rem;
}

.ml-50px {
  margin-left: 3.125rem;
}

.ml-46px {
  margin-left: 2.875rem;
}

.ml-17px {
  margin-left: 1.0625rem;
}

.ml-89px {
  margin-left: 5.5625rem;
}

.ml-154px {
  margin-left: 9.625rem;
}

.ml-55px {
  margin-left: 3.4375rem;
}

.-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-7 {
  margin-left: -1.75rem;
}

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

.-ml-9 {
  margin-left: -2.25rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-ml-11 {
  margin-left: -2.75rem;
}

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

.-ml-14 {
  margin-left: -3.5rem;
}

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

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

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

.-ml-28 {
  margin-left: -7rem;
}

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

.-ml-36 {
  margin-left: -9rem;
}

.-ml-40 {
  margin-left: -10rem;
}

.-ml-44 {
  margin-left: -11rem;
}

.-ml-48 {
  margin-left: -12rem;
}

.-ml-52 {
  margin-left: -13rem;
}

.-ml-56 {
  margin-left: -14rem;
}

.-ml-60 {
  margin-left: -15rem;
}

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

.-ml-72 {
  margin-left: -18rem;
}

.-ml-80 {
  margin-left: -20rem;
}

.-ml-96 {
  margin-left: -24rem;
}

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

.-ml-important {
  margin-left: true;
}

.-ml-41px {
  margin-left: -2.5625rem;
}

.-ml-100px {
  margin-left: -6.25rem;
}

.-ml-90px {
  margin-left: -5.625rem;
}

.-ml-60px {
  margin-left: -3.75rem;
}

.-ml-5px {
  margin-left: -0.3125rem;
}

.-ml-13px {
  margin-left: -0.8125rem;
}

.-ml-50px {
  margin-left: -3.125rem;
}

.-ml-46px {
  margin-left: -2.875rem;
}

.-ml-17px {
  margin-left: -1.0625rem;
}

.-ml-89px {
  margin-left: -5.5625rem;
}

.-ml-154px {
  margin-left: -9.625rem;
}

.-ml-55px {
  margin-left: -3.4375rem;
}

.ml-70px {
  margin-left: 4.375rem;
}

.ml-42px {
  margin-left: 2.625rem;
}

.ml-71px {
  margin-left: 4.4375rem;
}

.ml-15px {
  margin-left: 0.9375rem;
}

.ml-190px {
  margin-left: 11.875rem;
}

.ml-219px {
  margin-left: 13.6875rem;
}

.ml-200px {
  margin-left: 12.5rem;
}

.ml-30px {
  margin-left: 1.875rem;
}

.ml-10px {
  margin-left: 0.625rem;
}

.ml-25px {
  margin-left: 1.5625rem;
}

.ml-18px {
  margin-left: 1.125rem;
}

.ml-102px {
  margin-left: 6.375rem;
}

.ml-35px {
  margin-left: 2.1875rem;
}

.ml-21px {
  margin-left: 1.3125rem;
}

.ml-43px {
  margin-left: 2.69rem;
}

.ml-68px {
  margin-left: 4.25rem;
}

.ml-20px {
  margin-left: 1.25rem;
}

.ml-120px {
  margin-left: 7.5rem;
}

.ml-75px {
  margin-left: 4.6875rem;
}

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

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

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

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

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

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

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

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

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

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

.grid {
  display: grid;
}

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

.contents {
  display: contents;
}

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

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.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-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14rem;
}

.h-60 {
  height: 15rem;
}

.h-64 {
  height: 16rem;
}

.h-72 {
  height: 18rem;
}

.h-80 {
  height: 20rem;
}

.h-96 {
  height: 24rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-important {
  height: true;
}

.h-41px {
  height: 2.5625rem;
}

.h-100px {
  height: 6.25rem;
}

.h-90px {
  height: 5.625rem;
}

.h-60px {
  height: 3.75rem;
}

.h-5px {
  height: 0.3125rem;
}

.h-13px {
  height: 0.8125rem;
}

.h-50px {
  height: 3.125rem;
}

.h-46px {
  height: 2.875rem;
}

.h-17px {
  height: 1.0625rem;
}

.h-89px {
  height: 5.5625rem;
}

.h-154px {
  height: 9.625rem;
}

.h-55px {
  height: 3.4375rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-54px {
  height: 3.375rem;
}

.h-890px {
  height: 55.625rem;
}

.h-620px {
  height: 38.75rem;
}

.h-148px {
  height: 9.25rem;
}

.h-720px {
  height: 45rem;
}

.h-560px {
  height: 35rem;
}

.h-960px {
  height: 60rem;
}

.h-52px {
  height: 3.25rem;
}

.h-47px {
  height: 2.9375rem;
}

.h-181px {
  height: 11.3125rem;
}

.h-42px {
  height: 2.625rem;
}

.h-500px {
  height: 31.25rem;
}

.h-227px {
  height: 14.188rem;
}

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

.max-h-1 {
  max-height: 0.25rem;
}

.max-h-2 {
  max-height: 0.5rem;
}

.max-h-3 {
  max-height: 0.75rem;
}

.max-h-4 {
  max-height: 1rem;
}

.max-h-5 {
  max-height: 1.25rem;
}

.max-h-6 {
  max-height: 1.5rem;
}

.max-h-7 {
  max-height: 1.75rem;
}

.max-h-8 {
  max-height: 2rem;
}

.max-h-9 {
  max-height: 2.25rem;
}

.max-h-10 {
  max-height: 2.5rem;
}

.max-h-11 {
  max-height: 2.75rem;
}

.max-h-12 {
  max-height: 3rem;
}

.max-h-14 {
  max-height: 3.5rem;
}

.max-h-16 {
  max-height: 4rem;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-24 {
  max-height: 6rem;
}

.max-h-28 {
  max-height: 7rem;
}

.max-h-32 {
  max-height: 8rem;
}

.max-h-36 {
  max-height: 9rem;
}

.max-h-40 {
  max-height: 10rem;
}

.max-h-44 {
  max-height: 11rem;
}

.max-h-48 {
  max-height: 12rem;
}

.max-h-52 {
  max-height: 13rem;
}

.max-h-56 {
  max-height: 14rem;
}

.max-h-60 {
  max-height: 15rem;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-72 {
  max-height: 18rem;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-px {
  max-height: 1px;
}

.max-h-important {
  max-height: true;
}

.max-h-41px {
  max-height: 2.5625rem;
}

.max-h-100px {
  max-height: 6.25rem;
}

.max-h-90px {
  max-height: 5.625rem;
}

.max-h-60px {
  max-height: 3.75rem;
}

.max-h-5px {
  max-height: 0.3125rem;
}

.max-h-13px {
  max-height: 0.8125rem;
}

.max-h-50px {
  max-height: 3.125rem;
}

.max-h-46px {
  max-height: 2.875rem;
}

.max-h-17px {
  max-height: 1.0625rem;
}

.max-h-89px {
  max-height: 5.5625rem;
}

.max-h-154px {
  max-height: 9.625rem;
}

.max-h-55px {
  max-height: 3.4375rem;
}

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

.min-h-412px {
  min-height: 25.75rem;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

.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-9 {
  width: 2.25rem;
}

.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-28 {
  width: 7rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-72 {
  width: 18rem;
}

.w-80 {
  width: 20rem;
}

.w-96 {
  width: 24rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-important {
  width: true;
}

.w-41px {
  width: 2.5625rem;
}

.w-100px {
  width: 6.25rem;
}

.w-90px {
  width: 5.625rem;
}

.w-60px {
  width: 3.75rem;
}

.w-5px {
  width: 0.3125rem;
}

.w-13px {
  width: 0.8125rem;
}

.w-50px {
  width: 3.125rem;
}

.w-46px {
  width: 2.875rem;
}

.w-17px {
  width: 1.0625rem;
}

.w-89px {
  width: 5.5625rem;
}

.w-154px {
  width: 9.625rem;
}

.w-55px {
  width: 3.4375rem;
}

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

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-min {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

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

.w-46\% {
  width: 46%;
}

.w-230px {
  width: 14.375rem;
}

.w-200px {
  width: 12.5rem;
}

.w-150px {
  width: 9.375rem;
}

.w-180px {
  width: 11.25rem;
}

.w-92\% {
  width: 92%;
}

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

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

.min-w-min {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

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

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

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

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

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

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

.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-4xl {
  max-width: 56rem;
}

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

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

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

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

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

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

.max-w-prose {
  max-width: 65ch;
}

.max-w-screen-sm {
  max-width: 576px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-screen-3xl {
  max-width: 1600px;
}

.max-w-screen-4xl {
  max-width: 1700px;
}

.max-w-screen-5xl {
  max-width: 1770px;
}

.max-w-screen-6xl {
  max-width: 1920px;
}

.max-w-1700px {
  max-width: 106.25rem;
}

.max-w-1600px {
  max-width: 100rem;
}

.max-w-380px {
  max-width: 23.75rem;
}

.max-w-800px {
  max-width: 50rem;
}

.max-w-1210px {
  max-width: 75.625rem;
}

.max-w-550px {
  max-width: 34.375rem;
}

.max-w-335px {
  max-width: 20.9375rem;
}

.max-w-90px {
  max-width: 5.625rem;
}

.max-w-950px {
  max-width: 59.375rem;
}

.max-w-500px {
  max-width: 31.25rem;
}

.max-w-1565px {
  max-width: 97.8125rem;
}

.max-w-1760px {
  max-width: 110rem;
}

.max-w-1920px {
  max-width: 120rem;
}

.max-w-650px {
  max-width: 40.625rem;
}

.max-w-445px {
  max-width: 27.8125rem;
}

.max-w-230px {
  max-width: 14.375rem;
}

.max-w-1110px {
  max-width: 69.375rem;
}

.max-w-450px {
  max-width: 28.125rem;
}

.max-w-750px {
  max-width: 46.875rem;
}

.max-w-640px {
  max-width: 40rem;
}

.max-w-1494px {
  max-width: 93.375rem;
}

.max-w-130px {
  max-width: 8.125rem;
}

.max-w-700px {
  max-width: 43.75rem;
}

.max-w-613px {
  max-width: 38.3125rem;
}

.max-w-1625px {
  max-width: 101.5625rem;
}

.max-w-1785px {
  max-width: 111.5625rem;
}

.max-w-780px {
  max-width: 48.75rem;
}

.max-w-200px {
  max-width: 12.5rem;
}

.max-w-1842px {
  max-width: 115.125rem;
}

.max-w-1300px {
  max-width: 81.25rem;
}

.max-w-1645px {
  max-width: 102.8125rem;
}

.max-w-710px {
  max-width: 44.375rem;
}

.max-w-1505px {
  max-width: 94.0625rem;
}

.max-w-1532px {
  max-width: 95.75rem;
}

.max-w-405px {
  max-width: 25.3125rem;
}

.max-w-276px {
  max-width: 17.25rem;
}

.max-w-45px {
  max-width: 2.8125rem;
}

.max-w-1380px {
  max-width: 86.25rem;
}

.max-w-420px {
  max-width: 26.25rem;
}

.max-w-89\.25rem {
  max-width: 89.25rem;
}

.max-w-1650px {
  max-width: 103.125rem;
}

.max-w-1104px {
  max-width: 69rem;
}

.max-w-1080px {
  max-width: 67.5rem;
}

.max-w-600px {
  max-width: 37.5rem;
}

.max-w-1180px {
  max-width: 73.75rem;
}

.max-w-540px {
  max-width: 33.75rem;
}

.max-w-830px {
  max-width: 51.875rem;
}

.max-w-356px {
  max-width: 22.25rem;
}

.max-w-28px {
  max-width: 1.75rem;
}

.max-w-1120px {
  max-width: 70rem;
}

.max-w-620px {
  max-width: 38.75rem;
}

.max-w-1592px {
  max-width: 99.5rem;
}

.max-w-850px {
  max-width: 53.125rem;
}

.max-w-730px {
  max-width: 45.625rem;
}

.max-w-170px {
  max-width: 10.6rem;
}

.max-w-1783px {
  max-width: 111.4375rem;
}

.max-w-1370px {
  max-width: 85.625rem;
}

.max-w-675px {
  max-width: 675px;
}

.max-w-740px {
  max-width: 740px;
}

.max-w-900px {
  max-width: 56.25rem;
}

.max-w-720px {
  max-width: 45rem;
}

.max-w-1430px {
  max-width: 89.375rem;
}

.max-w-1140px {
  max-width: 71.25rem;
}

.max-w-250px {
  max-width: 15.625rem;
}

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

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

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

.flex-none {
  flex: none;
}

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

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

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

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

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.origin-center {
  transform-origin: center;
}

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

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

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

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

.origin-bottom {
  transform-origin: bottom;
}

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

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

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

.transform-gpu {
  --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: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-none {
  transform: none;
}

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

.translate-x-1 {
  --tw-translate-x: 0.25rem;
}

.translate-x-2 {
  --tw-translate-x: 0.5rem;
}

.translate-x-3 {
  --tw-translate-x: 0.75rem;
}

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

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

.translate-x-6 {
  --tw-translate-x: 1.5rem;
}

.translate-x-7 {
  --tw-translate-x: 1.75rem;
}

.translate-x-8 {
  --tw-translate-x: 2rem;
}

.translate-x-9 {
  --tw-translate-x: 2.25rem;
}

.translate-x-10 {
  --tw-translate-x: 2.5rem;
}

.translate-x-11 {
  --tw-translate-x: 2.75rem;
}

.translate-x-12 {
  --tw-translate-x: 3rem;
}

.translate-x-14 {
  --tw-translate-x: 3.5rem;
}

.translate-x-16 {
  --tw-translate-x: 4rem;
}

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

.translate-x-24 {
  --tw-translate-x: 6rem;
}

.translate-x-28 {
  --tw-translate-x: 7rem;
}

.translate-x-32 {
  --tw-translate-x: 8rem;
}

.translate-x-36 {
  --tw-translate-x: 9rem;
}

.translate-x-40 {
  --tw-translate-x: 10rem;
}

.translate-x-44 {
  --tw-translate-x: 11rem;
}

.translate-x-48 {
  --tw-translate-x: 12rem;
}

.translate-x-52 {
  --tw-translate-x: 13rem;
}

.translate-x-56 {
  --tw-translate-x: 14rem;
}

.translate-x-60 {
  --tw-translate-x: 15rem;
}

.translate-x-64 {
  --tw-translate-x: 16rem;
}

.translate-x-72 {
  --tw-translate-x: 18rem;
}

.translate-x-80 {
  --tw-translate-x: 20rem;
}

.translate-x-96 {
  --tw-translate-x: 24rem;
}

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

.translate-x-important {
  --tw-translate-x: true;
}

.translate-x-41px {
  --tw-translate-x: 2.5625rem;
}

.translate-x-100px {
  --tw-translate-x: 6.25rem;
}

.translate-x-90px {
  --tw-translate-x: 5.625rem;
}

.translate-x-60px {
  --tw-translate-x: 3.75rem;
}

.translate-x-5px {
  --tw-translate-x: 0.3125rem;
}

.translate-x-13px {
  --tw-translate-x: 0.8125rem;
}

.translate-x-50px {
  --tw-translate-x: 3.125rem;
}

.translate-x-46px {
  --tw-translate-x: 2.875rem;
}

.translate-x-17px {
  --tw-translate-x: 1.0625rem;
}

.translate-x-89px {
  --tw-translate-x: 5.5625rem;
}

.translate-x-154px {
  --tw-translate-x: 9.625rem;
}

.translate-x-55px {
  --tw-translate-x: 3.4375rem;
}

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

.-translate-x-1 {
  --tw-translate-x: -0.25rem;
}

.-translate-x-2 {
  --tw-translate-x: -0.5rem;
}

.-translate-x-3 {
  --tw-translate-x: -0.75rem;
}

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

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

.-translate-x-6 {
  --tw-translate-x: -1.5rem;
}

.-translate-x-7 {
  --tw-translate-x: -1.75rem;
}

.-translate-x-8 {
  --tw-translate-x: -2rem;
}

.-translate-x-9 {
  --tw-translate-x: -2.25rem;
}

.-translate-x-10 {
  --tw-translate-x: -2.5rem;
}

.-translate-x-11 {
  --tw-translate-x: -2.75rem;
}

.-translate-x-12 {
  --tw-translate-x: -3rem;
}

.-translate-x-14 {
  --tw-translate-x: -3.5rem;
}

.-translate-x-16 {
  --tw-translate-x: -4rem;
}

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

.-translate-x-24 {
  --tw-translate-x: -6rem;
}

.-translate-x-28 {
  --tw-translate-x: -7rem;
}

.-translate-x-32 {
  --tw-translate-x: -8rem;
}

.-translate-x-36 {
  --tw-translate-x: -9rem;
}

.-translate-x-40 {
  --tw-translate-x: -10rem;
}

.-translate-x-44 {
  --tw-translate-x: -11rem;
}

.-translate-x-48 {
  --tw-translate-x: -12rem;
}

.-translate-x-52 {
  --tw-translate-x: -13rem;
}

.-translate-x-56 {
  --tw-translate-x: -14rem;
}

.-translate-x-60 {
  --tw-translate-x: -15rem;
}

.-translate-x-64 {
  --tw-translate-x: -16rem;
}

.-translate-x-72 {
  --tw-translate-x: -18rem;
}

.-translate-x-80 {
  --tw-translate-x: -20rem;
}

.-translate-x-96 {
  --tw-translate-x: -24rem;
}

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

.-translate-x-important {
  --tw-translate-x: true;
}

.-translate-x-41px {
  --tw-translate-x: -2.5625rem;
}

.-translate-x-100px {
  --tw-translate-x: -6.25rem;
}

.-translate-x-90px {
  --tw-translate-x: -5.625rem;
}

.-translate-x-60px {
  --tw-translate-x: -3.75rem;
}

.-translate-x-5px {
  --tw-translate-x: -0.3125rem;
}

.-translate-x-13px {
  --tw-translate-x: -0.8125rem;
}

.-translate-x-50px {
  --tw-translate-x: -3.125rem;
}

.-translate-x-46px {
  --tw-translate-x: -2.875rem;
}

.-translate-x-17px {
  --tw-translate-x: -1.0625rem;
}

.-translate-x-89px {
  --tw-translate-x: -5.5625rem;
}

.-translate-x-154px {
  --tw-translate-x: -9.625rem;
}

.-translate-x-55px {
  --tw-translate-x: -3.4375rem;
}

.translate-x-full {
  --tw-translate-x: 100%;
}

.-translate-x-full {
  --tw-translate-x: -100%;
}

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

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

.translate-y-2 {
  --tw-translate-y: 0.5rem;
}

.translate-y-3 {
  --tw-translate-y: 0.75rem;
}

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

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

.translate-y-6 {
  --tw-translate-y: 1.5rem;
}

.translate-y-7 {
  --tw-translate-y: 1.75rem;
}

.translate-y-8 {
  --tw-translate-y: 2rem;
}

.translate-y-9 {
  --tw-translate-y: 2.25rem;
}

.translate-y-10 {
  --tw-translate-y: 2.5rem;
}

.translate-y-11 {
  --tw-translate-y: 2.75rem;
}

.translate-y-12 {
  --tw-translate-y: 3rem;
}

.translate-y-14 {
  --tw-translate-y: 3.5rem;
}

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

.translate-y-20 {
  --tw-translate-y: 5rem;
}

.translate-y-24 {
  --tw-translate-y: 6rem;
}

.translate-y-28 {
  --tw-translate-y: 7rem;
}

.translate-y-32 {
  --tw-translate-y: 8rem;
}

.translate-y-36 {
  --tw-translate-y: 9rem;
}

.translate-y-40 {
  --tw-translate-y: 10rem;
}

.translate-y-44 {
  --tw-translate-y: 11rem;
}

.translate-y-48 {
  --tw-translate-y: 12rem;
}

.translate-y-52 {
  --tw-translate-y: 13rem;
}

.translate-y-56 {
  --tw-translate-y: 14rem;
}

.translate-y-60 {
  --tw-translate-y: 15rem;
}

.translate-y-64 {
  --tw-translate-y: 16rem;
}

.translate-y-72 {
  --tw-translate-y: 18rem;
}

.translate-y-80 {
  --tw-translate-y: 20rem;
}

.translate-y-96 {
  --tw-translate-y: 24rem;
}

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

.translate-y-important {
  --tw-translate-y: true;
}

.translate-y-41px {
  --tw-translate-y: 2.5625rem;
}

.translate-y-100px {
  --tw-translate-y: 6.25rem;
}

.translate-y-90px {
  --tw-translate-y: 5.625rem;
}

.translate-y-60px {
  --tw-translate-y: 3.75rem;
}

.translate-y-5px {
  --tw-translate-y: 0.3125rem;
}

.translate-y-13px {
  --tw-translate-y: 0.8125rem;
}

.translate-y-50px {
  --tw-translate-y: 3.125rem;
}

.translate-y-46px {
  --tw-translate-y: 2.875rem;
}

.translate-y-17px {
  --tw-translate-y: 1.0625rem;
}

.translate-y-89px {
  --tw-translate-y: 5.5625rem;
}

.translate-y-154px {
  --tw-translate-y: 9.625rem;
}

.translate-y-55px {
  --tw-translate-y: 3.4375rem;
}

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

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

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
}

.-translate-y-3 {
  --tw-translate-y: -0.75rem;
}

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

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

.-translate-y-6 {
  --tw-translate-y: -1.5rem;
}

.-translate-y-7 {
  --tw-translate-y: -1.75rem;
}

.-translate-y-8 {
  --tw-translate-y: -2rem;
}

.-translate-y-9 {
  --tw-translate-y: -2.25rem;
}

.-translate-y-10 {
  --tw-translate-y: -2.5rem;
}

.-translate-y-11 {
  --tw-translate-y: -2.75rem;
}

.-translate-y-12 {
  --tw-translate-y: -3rem;
}

.-translate-y-14 {
  --tw-translate-y: -3.5rem;
}

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

.-translate-y-20 {
  --tw-translate-y: -5rem;
}

.-translate-y-24 {
  --tw-translate-y: -6rem;
}

.-translate-y-28 {
  --tw-translate-y: -7rem;
}

.-translate-y-32 {
  --tw-translate-y: -8rem;
}

.-translate-y-36 {
  --tw-translate-y: -9rem;
}

.-translate-y-40 {
  --tw-translate-y: -10rem;
}

.-translate-y-44 {
  --tw-translate-y: -11rem;
}

.-translate-y-48 {
  --tw-translate-y: -12rem;
}

.-translate-y-52 {
  --tw-translate-y: -13rem;
}

.-translate-y-56 {
  --tw-translate-y: -14rem;
}

.-translate-y-60 {
  --tw-translate-y: -15rem;
}

.-translate-y-64 {
  --tw-translate-y: -16rem;
}

.-translate-y-72 {
  --tw-translate-y: -18rem;
}

.-translate-y-80 {
  --tw-translate-y: -20rem;
}

.-translate-y-96 {
  --tw-translate-y: -24rem;
}

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

.-translate-y-important {
  --tw-translate-y: true;
}

.-translate-y-41px {
  --tw-translate-y: -2.5625rem;
}

.-translate-y-100px {
  --tw-translate-y: -6.25rem;
}

.-translate-y-90px {
  --tw-translate-y: -5.625rem;
}

.-translate-y-60px {
  --tw-translate-y: -3.75rem;
}

.-translate-y-5px {
  --tw-translate-y: -0.3125rem;
}

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

.-translate-y-13px {
  --tw-translate-y: -0.8125rem;
}

.-translate-y-50px {
  --tw-translate-y: -3.125rem;
}

.-translate-y-46px {
  --tw-translate-y: -2.875rem;
}

.-translate-y-17px {
  --tw-translate-y: -1.0625rem;
}

.-translate-y-89px {
  --tw-translate-y: -5.5625rem;
}

.-translate-y-154px {
  --tw-translate-y: -9.625rem;
}

.-translate-y-55px {
  --tw-translate-y: -3.4375rem;
}

.translate-y-full {
  --tw-translate-y: 100%;
}

.-translate-y-full {
  --tw-translate-y: -100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rotate-1\.613deg {
  --tw-rotate: -1.613deg;
}

.skew-x-0 {
  --tw-skew-x: 0deg;
}

.skew-x-1 {
  --tw-skew-x: 1deg;
}

.skew-x-2 {
  --tw-skew-x: 2deg;
}

.skew-x-3 {
  --tw-skew-x: 3deg;
}

.skew-x-6 {
  --tw-skew-x: 6deg;
}

.skew-x-12 {
  --tw-skew-x: 12deg;
}

.-skew-x-12 {
  --tw-skew-x: -12deg;
}

.-skew-x-6 {
  --tw-skew-x: -6deg;
}

.-skew-x-3 {
  --tw-skew-x: -3deg;
}

.-skew-x-2 {
  --tw-skew-x: -2deg;
}

.-skew-x-1 {
  --tw-skew-x: -1deg;
}

.skew-y-0 {
  --tw-skew-y: 0deg;
}

.skew-y-1 {
  --tw-skew-y: 1deg;
}

.skew-y-2 {
  --tw-skew-y: 2deg;
}

.skew-y-3 {
  --tw-skew-y: 3deg;
}

.skew-y-6 {
  --tw-skew-y: 6deg;
}

.skew-y-12 {
  --tw-skew-y: 12deg;
}

.-skew-y-12 {
  --tw-skew-y: -12deg;
}

.-skew-y-6 {
  --tw-skew-y: -6deg;
}

.-skew-y-3 {
  --tw-skew-y: -3deg;
}

.-skew-y-2 {
  --tw-skew-y: -2deg;
}

.-skew-y-1 {
  --tw-skew-y: -1deg;
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

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

.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.scale-x-0 {
  --tw-scale-x: 0;
}

.scale-x-50 {
  --tw-scale-x: .5;
}

.scale-x-75 {
  --tw-scale-x: .75;
}

.scale-x-90 {
  --tw-scale-x: .9;
}

.scale-x-95 {
  --tw-scale-x: .95;
}

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

.scale-x-105 {
  --tw-scale-x: 1.05;
}

.scale-x-110 {
  --tw-scale-x: 1.1;
}

.scale-x-125 {
  --tw-scale-x: 1.25;
}

.scale-x-150 {
  --tw-scale-x: 1.5;
}

.scale-y-0 {
  --tw-scale-y: 0;
}

.scale-y-50 {
  --tw-scale-y: .5;
}

.scale-y-75 {
  --tw-scale-y: .75;
}

.scale-y-90 {
  --tw-scale-y: .9;
}

.scale-y-95 {
  --tw-scale-y: .95;
}

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

.scale-y-105 {
  --tw-scale-y: 1.05;
}

.scale-y-110 {
  --tw-scale-y: 1.1;
}

.scale-y-125 {
  --tw-scale-y: 1.25;
}

.scale-y-150 {
  --tw-scale-y: 1.5;
}

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

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

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

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

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

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

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

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

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

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

.animate-none {
  -webkit-animation: none;
          animation: none;
}

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

.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

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

.animate-bounce {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

.cursor-help {
  cursor: help;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

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

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

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

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

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

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

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

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

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

.auto-cols-auto {
  grid-auto-columns: auto;
}

.auto-cols-min {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.auto-cols-max {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

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

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

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

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

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

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

.auto-rows-min {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

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

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

.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-cols-none {
  grid-template-columns: none;
}

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

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

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

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

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

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

.grid-rows-none {
  grid-template-rows: none;
}

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

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

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

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

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

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

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

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

.place-content-around {
  place-content: space-around;
}

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

.place-content-stretch {
  place-content: stretch;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

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

.place-items-stretch {
  place-items: stretch;
}

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

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

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

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

.content-around {
  align-content: space-around;
}

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

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

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

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

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

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

.justify-items-stretch {
  justify-items: stretch;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

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

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-36 {
  gap: 9rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-44 {
  gap: 11rem;
}

.gap-48 {
  gap: 12rem;
}

.gap-52 {
  gap: 13rem;
}

.gap-56 {
  gap: 14rem;
}

.gap-60 {
  gap: 15rem;
}

.gap-64 {
  gap: 16rem;
}

.gap-72 {
  gap: 18rem;
}

.gap-80 {
  gap: 20rem;
}

.gap-96 {
  gap: 24rem;
}

.gap-px {
  gap: 1px;
}

.gap-important {
  gap: true;
}

.gap-41px {
  gap: 2.5625rem;
}

.gap-100px {
  gap: 6.25rem;
}

.gap-90px {
  gap: 5.625rem;
}

.gap-60px {
  gap: 3.75rem;
}

.gap-5px {
  gap: 0.3125rem;
}

.gap-13px {
  gap: 0.8125rem;
}

.gap-50px {
  gap: 3.125rem;
}

.gap-46px {
  gap: 2.875rem;
}

.gap-17px {
  gap: 1.0625rem;
}

.gap-89px {
  gap: 5.5625rem;
}

.gap-154px {
  gap: 9.625rem;
}

.gap-55px {
  gap: 3.4375rem;
}

.gap-70px {
  gap: 4.375rem;
}

.gap-30px {
  gap: 1.875rem;
}

.gap-15px {
  gap: 0.9375rem;
}

.gap-45px {
  gap: 2.8125rem;
}

.gap-250px {
  gap: 15.625rem;
}

.gap-170px {
  gap: 10.625rem;
}

.gap-35px {
  gap: 2.1875rem;
}

.gap-73px {
  gap: 4.5625rem;
}

.gap-66px {
  gap: 4.125rem;
}

.gap-10px {
  gap: 0.625rem;
}

.gap-23px {
  gap: 1.4375rem;
}

.gap-22px {
  gap: 1.375rem;
}

.gap-25px {
  gap: 1.563rem;
}

.gap-130px {
  gap: 8.125rem;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.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-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

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

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

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

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

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

.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-11 {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

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

.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

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

.gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

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

.gap-x-36 {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.gap-x-44 {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.gap-x-48 {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.gap-x-52 {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.gap-x-56 {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.gap-x-60 {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

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

.gap-x-72 {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.gap-x-80 {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.gap-x-96 {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.gap-x-px {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.gap-x-important {
  -moz-column-gap: true;
       column-gap: true;
}

.gap-x-41px {
  -moz-column-gap: 2.5625rem;
       column-gap: 2.5625rem;
}

.gap-x-100px {
  -moz-column-gap: 6.25rem;
       column-gap: 6.25rem;
}

.gap-x-90px {
  -moz-column-gap: 5.625rem;
       column-gap: 5.625rem;
}

.gap-x-60px {
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
}

.gap-x-5px {
  -moz-column-gap: 0.3125rem;
       column-gap: 0.3125rem;
}

.gap-x-13px {
  -moz-column-gap: 0.8125rem;
       column-gap: 0.8125rem;
}

.gap-x-50px {
  -moz-column-gap: 3.125rem;
       column-gap: 3.125rem;
}

.gap-x-46px {
  -moz-column-gap: 2.875rem;
       column-gap: 2.875rem;
}

.gap-x-17px {
  -moz-column-gap: 1.0625rem;
       column-gap: 1.0625rem;
}

.gap-x-89px {
  -moz-column-gap: 5.5625rem;
       column-gap: 5.5625rem;
}

.gap-x-154px {
  -moz-column-gap: 9.625rem;
       column-gap: 9.625rem;
}

.gap-x-55px {
  -moz-column-gap: 3.4375rem;
       column-gap: 3.4375rem;
}

.gap-x-70px {
  -moz-column-gap: 4.375rem;
       column-gap: 4.375rem;
}

.gap-x-30px {
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}

.gap-x-15px {
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
}

.gap-x-45px {
  -moz-column-gap: 2.8125rem;
       column-gap: 2.8125rem;
}

.gap-x-250px {
  -moz-column-gap: 15.625rem;
       column-gap: 15.625rem;
}

.gap-x-170px {
  -moz-column-gap: 10.625rem;
       column-gap: 10.625rem;
}

.gap-x-35px {
  -moz-column-gap: 2.1875rem;
       column-gap: 2.1875rem;
}

.gap-x-73px {
  -moz-column-gap: 4.5625rem;
       column-gap: 4.5625rem;
}

.gap-x-66px {
  -moz-column-gap: 4.125rem;
       column-gap: 4.125rem;
}

.gap-x-10px {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-23px {
  -moz-column-gap: 1.4375rem;
       column-gap: 1.4375rem;
}

.gap-x-22px {
  -moz-column-gap: 1.375rem;
       column-gap: 1.375rem;
}

.gap-x-25px {
  -moz-column-gap: 1.563rem;
       column-gap: 1.563rem;
}

.gap-x-130px {
  -moz-column-gap: 8.125rem;
       column-gap: 8.125rem;
}

.gap-y-0 {
  row-gap: 0px;
}

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

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

.gap-y-3 {
  row-gap: 0.75rem;
}

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

.gap-y-5 {
  row-gap: 1.25rem;
}

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

.gap-y-7 {
  row-gap: 1.75rem;
}

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

.gap-y-9 {
  row-gap: 2.25rem;
}

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

.gap-y-11 {
  row-gap: 2.75rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

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

.gap-y-20 {
  row-gap: 5rem;
}

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

.gap-y-28 {
  row-gap: 7rem;
}

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

.gap-y-36 {
  row-gap: 9rem;
}

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

.gap-y-44 {
  row-gap: 11rem;
}

.gap-y-48 {
  row-gap: 12rem;
}

.gap-y-52 {
  row-gap: 13rem;
}

.gap-y-56 {
  row-gap: 14rem;
}

.gap-y-60 {
  row-gap: 15rem;
}

.gap-y-64 {
  row-gap: 16rem;
}

.gap-y-72 {
  row-gap: 18rem;
}

.gap-y-80 {
  row-gap: 20rem;
}

.gap-y-96 {
  row-gap: 24rem;
}

.gap-y-px {
  row-gap: 1px;
}

.gap-y-important {
  row-gap: true;
}

.gap-y-41px {
  row-gap: 2.5625rem;
}

.gap-y-100px {
  row-gap: 6.25rem;
}

.gap-y-90px {
  row-gap: 5.625rem;
}

.gap-y-60px {
  row-gap: 3.75rem;
}

.gap-y-5px {
  row-gap: 0.3125rem;
}

.gap-y-13px {
  row-gap: 0.8125rem;
}

.gap-y-50px {
  row-gap: 3.125rem;
}

.gap-y-46px {
  row-gap: 2.875rem;
}

.gap-y-17px {
  row-gap: 1.0625rem;
}

.gap-y-89px {
  row-gap: 5.5625rem;
}

.gap-y-154px {
  row-gap: 9.625rem;
}

.gap-y-55px {
  row-gap: 3.4375rem;
}

.gap-y-70px {
  row-gap: 4.375rem;
}

.gap-y-30px {
  row-gap: 1.875rem;
}

.gap-y-15px {
  row-gap: 0.9375rem;
}

.gap-y-45px {
  row-gap: 2.8125rem;
}

.gap-y-250px {
  row-gap: 15.625rem;
}

.gap-y-170px {
  row-gap: 10.625rem;
}

.gap-y-35px {
  row-gap: 2.1875rem;
}

.gap-y-73px {
  row-gap: 4.5625rem;
}

.gap-y-66px {
  row-gap: 4.125rem;
}

.gap-y-10px {
  row-gap: 0.625rem;
}

.gap-y-23px {
  row-gap: 1.4375rem;
}

.gap-y-22px {
  row-gap: 1.375rem;
}

.gap-y-25px {
  row-gap: 1.563rem;
}

.gap-y-130px {
  row-gap: 8.125rem;
}

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

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

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

.space-x-4 > :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-5 > :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)));
}

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

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

.space-x-10 > :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)));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-x-important > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(true * var(--tw-space-x-reverse));
  margin-left: calc(true * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-41px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5625rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-100px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(6.25rem * var(--tw-space-x-reverse));
  margin-left: calc(6.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-90px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5.625rem * var(--tw-space-x-reverse));
  margin-left: calc(5.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-60px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.75rem * var(--tw-space-x-reverse));
  margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.3125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.3125rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-13px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.8125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.8125rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-50px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.125rem * var(--tw-space-x-reverse));
  margin-left: calc(3.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-46px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.875rem * var(--tw-space-x-reverse));
  margin-left: calc(2.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-17px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.0625rem * var(--tw-space-x-reverse));
  margin-left: calc(1.0625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-89px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5.5625rem * var(--tw-space-x-reverse));
  margin-left: calc(5.5625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-154px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(9.625rem * var(--tw-space-x-reverse));
  margin-left: calc(9.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-55px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.4375rem * var(--tw-space-x-reverse));
  margin-left: calc(3.4375rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

.-space-x-4 > :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-5 > :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)));
}

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

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

.-space-x-10 > :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)));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-space-x-important > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(true * var(--tw-space-x-reverse));
  margin-left: calc(true * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-41px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.5625rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.5625rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-100px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-6.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-6.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-90px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-5.625rem * var(--tw-space-x-reverse));
  margin-left: calc(-5.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-60px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-5px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.3125rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.3125rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-13px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.8125rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.8125rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-50px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-46px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.875rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-17px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.0625rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.0625rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-89px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-5.5625rem * var(--tw-space-x-reverse));
  margin-left: calc(-5.5625rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-154px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-9.625rem * var(--tw-space-x-reverse));
  margin-left: calc(-9.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-55px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.4375rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.4375rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0 > :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));
}

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

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

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

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

.space-y-8 > :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-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

.space-y-10 > :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-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-y-px > :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-important > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(true * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(true * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

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

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

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

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

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

.-space-y-0 > :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));
}

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

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

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

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

.-space-y-8 > :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-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
}

.-space-y-10 > :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-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-space-y-px > :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-important > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(true * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(true * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.divide-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(8px * var(--tw-divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-3px > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(3px * var(--tw-divide-x-reverse));
  border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
}

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

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

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

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

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

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

.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

.divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.divide-current > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor;
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 250, 251, var(--tw-divide-opacity));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-divide-opacity));
}

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

.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}

.divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

.divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity));
}

.divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-divide-opacity));
}

.divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-divide-opacity));
}

.divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-divide-opacity));
}

.divide-red-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity));
}

.divide-red-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity));
}

.divide-red-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity));
}

.divide-red-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity));
}

.divide-red-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity));
}

.divide-red-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity));
}

.divide-red-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity));
}

.divide-red-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity));
}

.divide-red-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity));
}

.divide-red-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity));
}

.divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 251, 235, var(--tw-divide-opacity));
}

.divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-divide-opacity));
}

.divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-divide-opacity));
}

.divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-divide-opacity));
}

.divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-divide-opacity));
}

.divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-divide-opacity));
}

.divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-divide-opacity));
}

.divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(180, 83, 9, var(--tw-divide-opacity));
}

.divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-divide-opacity));
}

.divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-divide-opacity));
}

.divide-green-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-divide-opacity));
}

.divide-green-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-divide-opacity));
}

.divide-green-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-divide-opacity));
}

.divide-green-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-divide-opacity));
}

.divide-green-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-divide-opacity));
}

.divide-green-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-divide-opacity));
}

.divide-green-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-divide-opacity));
}

.divide-green-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-divide-opacity));
}

.divide-green-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-divide-opacity));
}

.divide-green-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-divide-opacity));
}

.divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity));
}

.divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity));
}

.divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity));
}

.divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity));
}

.divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity));
}

.divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity));
}

.divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity));
}

.divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity));
}

.divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity));
}

.divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity));
}

.divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(238, 242, 255, var(--tw-divide-opacity));
}

.divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-divide-opacity));
}

.divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity));
}

.divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity));
}

.divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity));
}

.divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity));
}

.divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity));
}

.divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity));
}

.divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity));
}

.divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(49, 46, 129, var(--tw-divide-opacity));
}

.divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(245, 243, 255, var(--tw-divide-opacity));
}

.divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-divide-opacity));
}

.divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-divide-opacity));
}

.divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-divide-opacity));
}

.divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}

.divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-divide-opacity));
}

.divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(124, 58, 237, var(--tw-divide-opacity));
}

.divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(109, 40, 217, var(--tw-divide-opacity));
}

.divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-divide-opacity));
}

.divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-divide-opacity));
}

.divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-divide-opacity));
}

.divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-divide-opacity));
}

.divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-divide-opacity));
}

.divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 168, 212, var(--tw-divide-opacity));
}

.divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-divide-opacity));
}

.divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-divide-opacity));
}

.divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-divide-opacity));
}

.divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-divide-opacity));
}

.divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-divide-opacity));
}

.divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-divide-opacity));
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0;
}

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05;
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1;
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2;
}

.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25;
}

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3;
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4;
}

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5;
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6;
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7;
}

.divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75;
}

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8;
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9;
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95;
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

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

.place-self-stretch {
  place-self: stretch;
}

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

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

.self-end {
  align-self: flex-end;
}

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

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

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

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

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

.justify-self-stretch {
  justify-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

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

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

.overscroll-auto {
  overscroll-behavior: auto;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.overscroll-none {
  overscroll-behavior: none;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-y-none {
  overscroll-behavior-y: none;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.overscroll-x-none {
  overscroll-behavior-x: none;
}

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

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.overflow-clip {
  text-overflow: clip;
}

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

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

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

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

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

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

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

.break-all {
  word-break: break-all;
}

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

.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-3xl {
  border-radius: 1.5rem;
}

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

.rounded-5px {
  border-radius: 0.3125px;
}

.rounded-50px {
  border-radius: 3.125rem;
}

.rounded-10px {
  border-radius: 0.625rem;
}

.rounded-60px {
  border-radius: 3.75rem;
}

.rounded-30px {
  border-radius: 1.875rem;
}

.rounded-4px {
  border-radius: 0.25rem;
}

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

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

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

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

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-t-5px {
  border-top-left-radius: 0.3125px;
  border-top-right-radius: 0.3125px;
}

.rounded-t-50px {
  border-top-left-radius: 3.125rem;
  border-top-right-radius: 3.125rem;
}

.rounded-t-10px {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}

.rounded-t-60px {
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 3.75rem;
}

.rounded-t-30px {
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
}

.rounded-t-4px {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

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

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

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

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

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

.rounded-r-5px {
  border-top-right-radius: 0.3125px;
  border-bottom-right-radius: 0.3125px;
}

.rounded-r-50px {
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
}

.rounded-r-10px {
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

.rounded-r-60px {
  border-top-right-radius: 3.75rem;
  border-bottom-right-radius: 3.75rem;
}

.rounded-r-30px {
  border-top-right-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}

.rounded-r-4px {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-b-5px {
  border-bottom-right-radius: 0.3125px;
  border-bottom-left-radius: 0.3125px;
}

.rounded-b-50px {
  border-bottom-right-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
}

.rounded-b-10px {
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}

.rounded-b-60px {
  border-bottom-right-radius: 3.75rem;
  border-bottom-left-radius: 3.75rem;
}

.rounded-b-30px {
  border-bottom-right-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
}

.rounded-b-4px {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

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

.rounded-l-5px {
  border-top-left-radius: 0.3125px;
  border-bottom-left-radius: 0.3125px;
}

.rounded-l-50px {
  border-top-left-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
}

.rounded-l-10px {
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}

.rounded-l-60px {
  border-top-left-radius: 3.75rem;
  border-bottom-left-radius: 3.75rem;
}

.rounded-l-30px {
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
}

.rounded-l-4px {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-tl-none {
  border-top-left-radius: 0px;
}

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

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

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

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

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

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

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

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

.rounded-tl-5px {
  border-top-left-radius: 0.3125px;
}

.rounded-tl-50px {
  border-top-left-radius: 3.125rem;
}

.rounded-tl-10px {
  border-top-left-radius: 0.625rem;
}

.rounded-tl-60px {
  border-top-left-radius: 3.75rem;
}

.rounded-tl-30px {
  border-top-left-radius: 1.875rem;
}

.rounded-tl-4px {
  border-top-left-radius: 0.25rem;
}

.rounded-tr-none {
  border-top-right-radius: 0px;
}

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

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

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

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

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

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

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

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

.rounded-tr-5px {
  border-top-right-radius: 0.3125px;
}

.rounded-tr-50px {
  border-top-right-radius: 3.125rem;
}

.rounded-tr-10px {
  border-top-right-radius: 0.625rem;
}

.rounded-tr-60px {
  border-top-right-radius: 3.75rem;
}

.rounded-tr-30px {
  border-top-right-radius: 1.875rem;
}

.rounded-tr-4px {
  border-top-right-radius: 0.25rem;
}

.rounded-br-none {
  border-bottom-right-radius: 0px;
}

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

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

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

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

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

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

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}

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

.rounded-br-5px {
  border-bottom-right-radius: 0.3125px;
}

.rounded-br-50px {
  border-bottom-right-radius: 3.125rem;
}

.rounded-br-10px {
  border-bottom-right-radius: 0.625rem;
}

.rounded-br-60px {
  border-bottom-right-radius: 3.75rem;
}

.rounded-br-30px {
  border-bottom-right-radius: 1.875rem;
}

.rounded-br-4px {
  border-bottom-right-radius: 0.25rem;
}

.rounded-bl-none {
  border-bottom-left-radius: 0px;
}

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

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

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

.rounded-bl-5px {
  border-bottom-left-radius: 0.3125px;
}

.rounded-bl-50px {
  border-bottom-left-radius: 3.125rem;
}

.rounded-bl-10px {
  border-bottom-left-radius: 0.625rem;
}

.rounded-bl-60px {
  border-bottom-left-radius: 3.75rem;
}

.rounded-bl-30px {
  border-bottom-left-radius: 1.875rem;
}

.rounded-bl-4px {
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-current {
  border-color: currentColor;
}

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

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

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

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

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

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

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

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

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

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

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity));
}

.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity));
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity));
}

.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity));
}

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

.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 243, 199, var(--tw-border-opacity));
}

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

.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

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

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

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

.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgba(146, 64, 14, var(--tw-border-opacity));
}

.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgba(120, 53, 15, var(--tw-border-opacity));
}

.border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity));
}

.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity));
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity));
}

.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity));
}

.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity));
}

.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity));
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}

.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity));
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

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

.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity));
}

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

.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}

.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}

.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}

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

.border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity));
}

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

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

.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 233, 254, var(--tw-border-opacity));
}

.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 214, 254, var(--tw-border-opacity));
}

.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgba(196, 181, 253, var(--tw-border-opacity));
}

.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-border-opacity));
}

.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}

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

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

.border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgba(91, 33, 182, var(--tw-border-opacity));
}

.border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgba(76, 29, 149, var(--tw-border-opacity));
}

.border-pink-50 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity));
}

.border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity));
}

.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

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

.border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity));
}

.border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}

.border-pink-700 {
  --tw-border-opacity: 1;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity));
}

.border-pink-800 {
  --tw-border-opacity: 1;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity));
}

.border-pink-900 {
  --tw-border-opacity: 1;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity));
}

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

.border-\#191D24 {
  --tw-border-opacity: 1;
  border-color: rgba(25, 29, 36, var(--tw-border-opacity));
}

.border-\#DBD5D3 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 213, 211, var(--tw-border-opacity));
}

.border-\#7E342E {
  --tw-border-opacity: 1;
  border-color: rgba(126, 52, 46, var(--tw-border-opacity));
}

.border-\#E0EBE4 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 235, 228, var(--tw-border-opacity));
}

.border-opacity-0 {
  --tw-border-opacity: 0;
}

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

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.border-opacity-40 {
  --tw-border-opacity: 0.4;
}

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

.border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.border-opacity-70 {
  --tw-border-opacity: 0.7;
}

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

.border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.border-opacity-95 {
  --tw-border-opacity: 0.95;
}

.border-opacity-100 {
  --tw-border-opacity: 1;
}

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

.bg-current {
  background-color: currentColor;
}

.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-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

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

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

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

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

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

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

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

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

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

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

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

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

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

.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

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

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

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

.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

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

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

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

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

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

.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

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

.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

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

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

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

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

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

.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

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

.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

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

.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

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

.bg-\#191D24 {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 29, 36, var(--tw-bg-opacity));
}

.bg-\#351313 {
  --tw-bg-opacity: 1;
  background-color: rgba(53, 19, 19, var(--tw-bg-opacity));
}

.bg-\#DBD5D3 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 213, 211, var(--tw-bg-opacity));
}

.bg-\#F1F0EC {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 240, 236, var(--tw-bg-opacity));
}

.bg-\#7E342E {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 52, 46, var(--tw-bg-opacity));
}

.bg-\#1C2922 {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 41, 34, var(--tw-bg-opacity));
}

.bg-\#FEF4AF {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 244, 175, var(--tw-bg-opacity));
}

.bg-\#FBF9F3 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 249, 243, var(--tw-bg-opacity));
}

.bg-\#dcd5d4 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 213, 212, var(--tw-bg-opacity));
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

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

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

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

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

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

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

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-none {
  background-image: none;
}

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

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

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

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

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

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

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

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

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

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

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

.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-gray-50 {
  --tw-gradient-from: #f9fafb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.from-gray-100 {
  --tw-gradient-from: #f3f4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.from-gray-200 {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.from-gray-300 {
  --tw-gradient-from: #d1d5db;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.from-gray-400 {
  --tw-gradient-from: #9ca3af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.from-gray-500 {
  --tw-gradient-from: #6b7280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.from-gray-600 {
  --tw-gradient-from: #4b5563;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.from-gray-700 {
  --tw-gradient-from: #374151;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.from-gray-800 {
  --tw-gradient-from: #1f2937;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.from-gray-900 {
  --tw-gradient-from: #111827;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.from-red-50 {
  --tw-gradient-from: #fef2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.from-red-100 {
  --tw-gradient-from: #fee2e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.from-red-200 {
  --tw-gradient-from: #fecaca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.from-red-300 {
  --tw-gradient-from: #fca5a5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.from-red-400 {
  --tw-gradient-from: #f87171;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.from-red-500 {
  --tw-gradient-from: #ef4444;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.from-red-600 {
  --tw-gradient-from: #dc2626;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.from-red-700 {
  --tw-gradient-from: #b91c1c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.from-red-800 {
  --tw-gradient-from: #991b1b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.from-red-900 {
  --tw-gradient-from: #7f1d1d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.from-yellow-50 {
  --tw-gradient-from: #fffbeb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.from-yellow-100 {
  --tw-gradient-from: #fef3c7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.from-yellow-200 {
  --tw-gradient-from: #fde68a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.from-yellow-300 {
  --tw-gradient-from: #fcd34d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.from-yellow-400 {
  --tw-gradient-from: #fbbf24;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.from-yellow-500 {
  --tw-gradient-from: #f59e0b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.from-yellow-600 {
  --tw-gradient-from: #d97706;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.from-yellow-700 {
  --tw-gradient-from: #b45309;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.from-yellow-800 {
  --tw-gradient-from: #92400e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.from-yellow-900 {
  --tw-gradient-from: #78350f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.from-green-50 {
  --tw-gradient-from: #ecfdf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.from-green-100 {
  --tw-gradient-from: #d1fae5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.from-green-200 {
  --tw-gradient-from: #a7f3d0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.from-green-300 {
  --tw-gradient-from: #6ee7b7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.from-green-400 {
  --tw-gradient-from: #34d399;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.from-green-500 {
  --tw-gradient-from: #10b981;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.from-green-600 {
  --tw-gradient-from: #059669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.from-green-700 {
  --tw-gradient-from: #047857;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.from-green-800 {
  --tw-gradient-from: #065f46;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.from-green-900 {
  --tw-gradient-from: #064e3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.from-blue-50 {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.from-blue-100 {
  --tw-gradient-from: #dbeafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.from-blue-200 {
  --tw-gradient-from: #bfdbfe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.from-blue-300 {
  --tw-gradient-from: #93c5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.from-blue-400 {
  --tw-gradient-from: #60a5fa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.from-blue-500 {
  --tw-gradient-from: #3b82f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.from-blue-600 {
  --tw-gradient-from: #2563eb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.from-blue-700 {
  --tw-gradient-from: #1d4ed8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.from-blue-800 {
  --tw-gradient-from: #1e40af;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.from-blue-900 {
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.from-indigo-50 {
  --tw-gradient-from: #eef2ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.from-indigo-100 {
  --tw-gradient-from: #e0e7ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.from-indigo-200 {
  --tw-gradient-from: #c7d2fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.from-indigo-300 {
  --tw-gradient-from: #a5b4fc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.from-indigo-400 {
  --tw-gradient-from: #818cf8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.from-indigo-500 {
  --tw-gradient-from: #6366f1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.from-indigo-600 {
  --tw-gradient-from: #4f46e5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.from-indigo-700 {
  --tw-gradient-from: #4338ca;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.from-indigo-800 {
  --tw-gradient-from: #3730a3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.from-indigo-900 {
  --tw-gradient-from: #312e81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.from-purple-50 {
  --tw-gradient-from: #f5f3ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.from-purple-100 {
  --tw-gradient-from: #ede9fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.from-purple-200 {
  --tw-gradient-from: #ddd6fe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.from-purple-300 {
  --tw-gradient-from: #c4b5fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.from-purple-400 {
  --tw-gradient-from: #a78bfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.from-purple-500 {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.from-purple-600 {
  --tw-gradient-from: #7c3aed;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.from-purple-700 {
  --tw-gradient-from: #6d28d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.from-purple-800 {
  --tw-gradient-from: #5b21b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.from-purple-900 {
  --tw-gradient-from: #4c1d95;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.from-pink-50 {
  --tw-gradient-from: #fdf2f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.from-pink-100 {
  --tw-gradient-from: #fce7f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.from-pink-200 {
  --tw-gradient-from: #fbcfe8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.from-pink-300 {
  --tw-gradient-from: #f9a8d4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.from-pink-400 {
  --tw-gradient-from: #f472b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.from-pink-500 {
  --tw-gradient-from: #ec4899;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.from-pink-600 {
  --tw-gradient-from: #db2777;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.from-pink-700 {
  --tw-gradient-from: #be185d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.from-pink-800 {
  --tw-gradient-from: #9d174d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.from-pink-900 {
  --tw-gradient-from: #831843;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

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

.via-current {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-black {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-white {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-gray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb, var(--tw-gradient-to, rgba(249, 250, 251, 0));
}

.via-gray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6, var(--tw-gradient-to, rgba(243, 244, 246, 0));
}

.via-gray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb, var(--tw-gradient-to, rgba(229, 231, 235, 0));
}

.via-gray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db, var(--tw-gradient-to, rgba(209, 213, 219, 0));
}

.via-gray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af, var(--tw-gradient-to, rgba(156, 163, 175, 0));
}

.via-gray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280, var(--tw-gradient-to, rgba(107, 114, 128, 0));
}

.via-gray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563, var(--tw-gradient-to, rgba(75, 85, 99, 0));
}

.via-gray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #374151, var(--tw-gradient-to, rgba(55, 65, 81, 0));
}

.via-gray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937, var(--tw-gradient-to, rgba(31, 41, 55, 0));
}

.via-gray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #111827, var(--tw-gradient-to, rgba(17, 24, 39, 0));
}

.via-red-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0));
}

.via-red-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0));
}

.via-red-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0));
}

.via-red-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0));
}

.via-red-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.via-red-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0));
}

.via-red-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0));
}

.via-red-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0));
}

.via-red-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0));
}

.via-red-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0));
}

.via-yellow-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb, var(--tw-gradient-to, rgba(255, 251, 235, 0));
}

.via-yellow-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7, var(--tw-gradient-to, rgba(254, 243, 199, 0));
}

.via-yellow-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a, var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.via-yellow-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d, var(--tw-gradient-to, rgba(252, 211, 77, 0));
}

.via-yellow-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24, var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.via-yellow-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b, var(--tw-gradient-to, rgba(245, 158, 11, 0));
}

.via-yellow-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #d97706, var(--tw-gradient-to, rgba(217, 119, 6, 0));
}

.via-yellow-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b45309, var(--tw-gradient-to, rgba(180, 83, 9, 0));
}

.via-yellow-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #92400e, var(--tw-gradient-to, rgba(146, 64, 14, 0));
}

.via-yellow-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #78350f, var(--tw-gradient-to, rgba(120, 53, 15, 0));
}

.via-green-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0));
}

.via-green-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0));
}

.via-green-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.via-green-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0));
}

.via-green-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.via-green-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0));
}

.via-green-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0));
}

.via-green-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0));
}

.via-green-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0));
}

.via-green-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0));
}

.via-blue-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.via-blue-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0));
}

.via-blue-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.via-blue-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0));
}

.via-blue-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.via-blue-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0));
}

.via-blue-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0));
}

.via-blue-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0));
}

.via-blue-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0));
}

.via-blue-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0));
}

.via-indigo-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0));
}

.via-indigo-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0));
}

.via-indigo-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0));
}

.via-indigo-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0));
}

.via-indigo-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0));
}

.via-indigo-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0));
}

.via-indigo-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0));
}

.via-indigo-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0));
}

.via-indigo-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0));
}

.via-indigo-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0));
}

.via-purple-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff, var(--tw-gradient-to, rgba(245, 243, 255, 0));
}

.via-purple-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe, var(--tw-gradient-to, rgba(237, 233, 254, 0));
}

.via-purple-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe, var(--tw-gradient-to, rgba(221, 214, 254, 0));
}

.via-purple-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd, var(--tw-gradient-to, rgba(196, 181, 253, 0));
}

.via-purple-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa, var(--tw-gradient-to, rgba(167, 139, 250, 0));
}

.via-purple-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6, var(--tw-gradient-to, rgba(139, 92, 246, 0));
}

.via-purple-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed, var(--tw-gradient-to, rgba(124, 58, 237, 0));
}

.via-purple-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9, var(--tw-gradient-to, rgba(109, 40, 217, 0));
}

.via-purple-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6, var(--tw-gradient-to, rgba(91, 33, 182, 0));
}

.via-purple-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95, var(--tw-gradient-to, rgba(76, 29, 149, 0));
}

.via-pink-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0));
}

.via-pink-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0));
}

.via-pink-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.via-pink-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0));
}

.via-pink-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0));
}

.via-pink-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0));
}

.via-pink-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0));
}

.via-pink-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0));
}

.via-pink-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0));
}

.via-pink-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0));
}

.to-transparent {
  --tw-gradient-to: transparent;
}

.to-current {
  --tw-gradient-to: currentColor;
}

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

.to-white {
  --tw-gradient-to: #fff;
}

.to-gray-50 {
  --tw-gradient-to: #f9fafb;
}

.to-gray-100 {
  --tw-gradient-to: #f3f4f6;
}

.to-gray-200 {
  --tw-gradient-to: #e5e7eb;
}

.to-gray-300 {
  --tw-gradient-to: #d1d5db;
}

.to-gray-400 {
  --tw-gradient-to: #9ca3af;
}

.to-gray-500 {
  --tw-gradient-to: #6b7280;
}

.to-gray-600 {
  --tw-gradient-to: #4b5563;
}

.to-gray-700 {
  --tw-gradient-to: #374151;
}

.to-gray-800 {
  --tw-gradient-to: #1f2937;
}

.to-gray-900 {
  --tw-gradient-to: #111827;
}

.to-red-50 {
  --tw-gradient-to: #fef2f2;
}

.to-red-100 {
  --tw-gradient-to: #fee2e2;
}

.to-red-200 {
  --tw-gradient-to: #fecaca;
}

.to-red-300 {
  --tw-gradient-to: #fca5a5;
}

.to-red-400 {
  --tw-gradient-to: #f87171;
}

.to-red-500 {
  --tw-gradient-to: #ef4444;
}

.to-red-600 {
  --tw-gradient-to: #dc2626;
}

.to-red-700 {
  --tw-gradient-to: #b91c1c;
}

.to-red-800 {
  --tw-gradient-to: #991b1b;
}

.to-red-900 {
  --tw-gradient-to: #7f1d1d;
}

.to-yellow-50 {
  --tw-gradient-to: #fffbeb;
}

.to-yellow-100 {
  --tw-gradient-to: #fef3c7;
}

.to-yellow-200 {
  --tw-gradient-to: #fde68a;
}

.to-yellow-300 {
  --tw-gradient-to: #fcd34d;
}

.to-yellow-400 {
  --tw-gradient-to: #fbbf24;
}

.to-yellow-500 {
  --tw-gradient-to: #f59e0b;
}

.to-yellow-600 {
  --tw-gradient-to: #d97706;
}

.to-yellow-700 {
  --tw-gradient-to: #b45309;
}

.to-yellow-800 {
  --tw-gradient-to: #92400e;
}

.to-yellow-900 {
  --tw-gradient-to: #78350f;
}

.to-green-50 {
  --tw-gradient-to: #ecfdf5;
}

.to-green-100 {
  --tw-gradient-to: #d1fae5;
}

.to-green-200 {
  --tw-gradient-to: #a7f3d0;
}

.to-green-300 {
  --tw-gradient-to: #6ee7b7;
}

.to-green-400 {
  --tw-gradient-to: #34d399;
}

.to-green-500 {
  --tw-gradient-to: #10b981;
}

.to-green-600 {
  --tw-gradient-to: #059669;
}

.to-green-700 {
  --tw-gradient-to: #047857;
}

.to-green-800 {
  --tw-gradient-to: #065f46;
}

.to-green-900 {
  --tw-gradient-to: #064e3b;
}

.to-blue-50 {
  --tw-gradient-to: #eff6ff;
}

.to-blue-100 {
  --tw-gradient-to: #dbeafe;
}

.to-blue-200 {
  --tw-gradient-to: #bfdbfe;
}

.to-blue-300 {
  --tw-gradient-to: #93c5fd;
}

.to-blue-400 {
  --tw-gradient-to: #60a5fa;
}

.to-blue-500 {
  --tw-gradient-to: #3b82f6;
}

.to-blue-600 {
  --tw-gradient-to: #2563eb;
}

.to-blue-700 {
  --tw-gradient-to: #1d4ed8;
}

.to-blue-800 {
  --tw-gradient-to: #1e40af;
}

.to-blue-900 {
  --tw-gradient-to: #1e3a8a;
}

.to-indigo-50 {
  --tw-gradient-to: #eef2ff;
}

.to-indigo-100 {
  --tw-gradient-to: #e0e7ff;
}

.to-indigo-200 {
  --tw-gradient-to: #c7d2fe;
}

.to-indigo-300 {
  --tw-gradient-to: #a5b4fc;
}

.to-indigo-400 {
  --tw-gradient-to: #818cf8;
}

.to-indigo-500 {
  --tw-gradient-to: #6366f1;
}

.to-indigo-600 {
  --tw-gradient-to: #4f46e5;
}

.to-indigo-700 {
  --tw-gradient-to: #4338ca;
}

.to-indigo-800 {
  --tw-gradient-to: #3730a3;
}

.to-indigo-900 {
  --tw-gradient-to: #312e81;
}

.to-purple-50 {
  --tw-gradient-to: #f5f3ff;
}

.to-purple-100 {
  --tw-gradient-to: #ede9fe;
}

.to-purple-200 {
  --tw-gradient-to: #ddd6fe;
}

.to-purple-300 {
  --tw-gradient-to: #c4b5fd;
}

.to-purple-400 {
  --tw-gradient-to: #a78bfa;
}

.to-purple-500 {
  --tw-gradient-to: #8b5cf6;
}

.to-purple-600 {
  --tw-gradient-to: #7c3aed;
}

.to-purple-700 {
  --tw-gradient-to: #6d28d9;
}

.to-purple-800 {
  --tw-gradient-to: #5b21b6;
}

.to-purple-900 {
  --tw-gradient-to: #4c1d95;
}

.to-pink-50 {
  --tw-gradient-to: #fdf2f8;
}

.to-pink-100 {
  --tw-gradient-to: #fce7f3;
}

.to-pink-200 {
  --tw-gradient-to: #fbcfe8;
}

.to-pink-300 {
  --tw-gradient-to: #f9a8d4;
}

.to-pink-400 {
  --tw-gradient-to: #f472b6;
}

.to-pink-500 {
  --tw-gradient-to: #ec4899;
}

.to-pink-600 {
  --tw-gradient-to: #db2777;
}

.to-pink-700 {
  --tw-gradient-to: #be185d;
}

.to-pink-800 {
  --tw-gradient-to: #9d174d;
}

.to-pink-900 {
  --tw-gradient-to: #831843;
}

.decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

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

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

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

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-content {
  background-clip: content-box;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

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

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

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

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

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

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

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

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

.bg-top {
  background-position: top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-repeat-round {
  background-repeat: round;
}

.bg-repeat-space {
  background-repeat: space;
}

.bg-origin-border {
  background-origin: border-box;
}

.bg-origin-padding {
  background-origin: padding-box;
}

.bg-origin-content {
  background-origin: content-box;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-0 {
  stroke-width: 0;
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-28 {
  padding: 7rem;
}

.p-32 {
  padding: 8rem;
}

.p-36 {
  padding: 9rem;
}

.p-40 {
  padding: 10rem;
}

.p-44 {
  padding: 11rem;
}

.p-48 {
  padding: 12rem;
}

.p-52 {
  padding: 13rem;
}

.p-56 {
  padding: 14rem;
}

.p-60 {
  padding: 15rem;
}

.p-64 {
  padding: 16rem;
}

.p-72 {
  padding: 18rem;
}

.p-80 {
  padding: 20rem;
}

.p-96 {
  padding: 24rem;
}

.p-px {
  padding: 1px;
}

.p-important {
  padding: true;
}

.p-41px {
  padding: 2.5625rem;
}

.p-100px {
  padding: 6.25rem;
}

.p-90px {
  padding: 5.625rem;
}

.p-60px {
  padding: 3.75rem;
}

.p-5px {
  padding: 0.3125rem;
}

.p-13px {
  padding: 0.8125rem;
}

.p-50px {
  padding: 3.125rem;
}

.p-46px {
  padding: 2.875rem;
}

.p-17px {
  padding: 1.0625rem;
}

.p-89px {
  padding: 5.5625rem;
}

.p-154px {
  padding: 9.625rem;
}

.p-55px {
  padding: 3.4375rem;
}

.p-11px {
  padding: 0.6875rem;
}

.p-18px {
  padding: 1.125rem;
}

.p-14px {
  padding: 0.875rem;
}

.p-205px {
  padding: 12.8125rem;
}

.p-54px {
  padding: 3.375rem;
}

.p-65px {
  padding: 4.0625rem;
}

.p-26px {
  padding: 1.625rem;
}

.p-120px {
  padding: 7.5rem;
}

.p-15px {
  padding: 0.9375rem;
}

.p-25px {
  padding: 1.5625rem;
}

.p-9px {
  padding: 0.5625rem;
}

.p-70px {
  padding: 4.375rem;
}

.p-35px {
  padding: 2.1875rem;
}

.p-213px {
  padding: 13.3125rem;
}

.p-30px {
  padding: 1.875rem;
}

.p-361px {
  padding: 22.5625rem;
}

.p-27px {
  padding: 1.6875rem;
}

.p-130px {
  padding: 8.125rem;
}

.p-23px {
  padding: 1.4375rem;
}

.p-210px {
  padding: 13.125rem;
}

.p-115px {
  padding: 7.1875rem;
}

.p-233px {
  padding: 14.5625rem;
}

.p-226px {
  padding: 14.125rem;
}

.p-19px {
  padding: 1.1875rem;
}

.p-79px {
  padding: 4.9375rem;
}

.p-37px {
  padding: 2.3125rem;
}

.p-22px {
  padding: 1.375rem;
}

.p-132px {
  padding: 8.25rem;
}

.p-135px {
  padding: 8.4375rem;
}

.p-86px {
  padding: 5.375rem;
}

.p-140px {
  padding: 8.75rem;
}

.p-150px {
  padding: 9.375rem;
}

.p-83px {
  padding: 5.1875rem;
}

.p-136px {
  padding: 8.5rem;
}

.p-193px {
  padding: 12.06rem;
}

.p-170px {
  padding: 10.62rem;
}

.p-78px {
  padding: 4.88rem;
}

.p-93px {
  padding: 5.81rem;
}

.p-105px {
  padding: 6.5625rem;
}

.p-38px {
  padding: 2.375rem;
}

.p-39px {
  padding: 2.44rem;
}

.p-43px {
  padding: 2.6875rem;
}

.p-20px {
  padding: 1.25rem;
}

.p-10px {
  padding: 0.625rem;
}

.p-166px {
  padding: 10.375rem;
}

.p-221px {
  padding: 13.8125rem;
}

.p-110px {
  padding: 6.875rem;
}

.p-82px {
  padding: 5.125rem;
}

.p-139px {
  padding: 8.6875rem;
}

.p-111px {
  padding: 6.9375rem;
}

.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-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.px-important {
  padding-left: true;
  padding-right: true;
}

.px-41px {
  padding-left: 2.5625rem;
  padding-right: 2.5625rem;
}

.px-100px {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.px-90px {
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}

.px-60px {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.px-5px {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.px-13px {
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
}

.px-50px {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.px-46px {
  padding-left: 2.875rem;
  padding-right: 2.875rem;
}

.px-17px {
  padding-left: 1.0625rem;
  padding-right: 1.0625rem;
}

.px-89px {
  padding-left: 5.5625rem;
  padding-right: 5.5625rem;
}

.px-154px {
  padding-left: 9.625rem;
  padding-right: 9.625rem;
}

.px-55px {
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
}

.px-11px {
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
}

.px-18px {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.px-14px {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-205px {
  padding-left: 12.8125rem;
  padding-right: 12.8125rem;
}

.px-54px {
  padding-left: 3.375rem;
  padding-right: 3.375rem;
}

.px-65px {
  padding-left: 4.0625rem;
  padding-right: 4.0625rem;
}

.px-26px {
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

.px-120px {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.px-15px {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.px-25px {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.px-9px {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}

.px-70px {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

.px-35px {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

.px-213px {
  padding-left: 13.3125rem;
  padding-right: 13.3125rem;
}

.px-30px {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.px-361px {
  padding-left: 22.5625rem;
  padding-right: 22.5625rem;
}

.px-27px {
  padding-left: 1.6875rem;
  padding-right: 1.6875rem;
}

.px-130px {
  padding-left: 8.125rem;
  padding-right: 8.125rem;
}

.px-23px {
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
}

.px-210px {
  padding-left: 13.125rem;
  padding-right: 13.125rem;
}

.px-115px {
  padding-left: 7.1875rem;
  padding-right: 7.1875rem;
}

.px-233px {
  padding-left: 14.5625rem;
  padding-right: 14.5625rem;
}

.px-226px {
  padding-left: 14.125rem;
  padding-right: 14.125rem;
}

.px-19px {
  padding-left: 1.1875rem;
  padding-right: 1.1875rem;
}

.px-79px {
  padding-left: 4.9375rem;
  padding-right: 4.9375rem;
}

.px-37px {
  padding-left: 2.3125rem;
  padding-right: 2.3125rem;
}

.px-22px {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.px-37\.5px {
  padding-left: 2.34375rem;
  padding-right: 2.34375rem;
}

.px-132px {
  padding-left: 8.25rem;
  padding-right: 8.25rem;
}

.px-135px {
  padding-left: 8.4375rem;
  padding-right: 8.4375rem;
}

.px-86px {
  padding-left: 5.375rem;
  padding-right: 5.375rem;
}

.px-140px {
  padding-left: 8.75rem;
  padding-right: 8.75rem;
}

.px-150px {
  padding-left: 9.375rem;
  padding-right: 9.375rem;
}

.px-83px {
  padding-left: 5.1875rem;
  padding-right: 5.1875rem;
}

.px-136px {
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}

.px-193px {
  padding-left: 12.06rem;
  padding-right: 12.06rem;
}

.px-170px {
  padding-left: 10.62rem;
  padding-right: 10.62rem;
}

.px-78px {
  padding-left: 4.88rem;
  padding-right: 4.88rem;
}

.px-93px {
  padding-left: 5.81rem;
  padding-right: 5.81rem;
}

.px-105px {
  padding-left: 6.5625rem;
  padding-right: 6.5625rem;
}

.px-38px {
  padding-left: 2.375rem;
  padding-right: 2.375rem;
}

.px-39px {
  padding-left: 2.44rem;
  padding-right: 2.44rem;
}

.px-43px {
  padding-left: 2.6875rem;
  padding-right: 2.6875rem;
}

.px-20px {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-10px {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-166px {
  padding-left: 10.375rem;
  padding-right: 10.375rem;
}

.px-221px {
  padding-left: 13.8125rem;
  padding-right: 13.8125rem;
}

.px-110px {
  padding-left: 6.875rem;
  padding-right: 6.875rem;
}

.px-82px {
  padding-left: 5.125rem;
  padding-right: 5.125rem;
}

.px-139px {
  padding-left: 8.6875rem;
  padding-right: 8.6875rem;
}

.px-111px {
  padding-left: 6.9375rem;
  padding-right: 6.9375rem;
}

.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-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-important {
  padding-top: true;
  padding-bottom: true;
}

.py-41px {
  padding-top: 2.5625rem;
  padding-bottom: 2.5625rem;
}

.py-100px {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.py-90px {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.py-60px {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.py-5px {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.py-13px {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}

.py-50px {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.py-46px {
  padding-top: 2.875rem;
  padding-bottom: 2.875rem;
}

.py-17px {
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
}

.py-89px {
  padding-top: 5.5625rem;
  padding-bottom: 5.5625rem;
}

.py-154px {
  padding-top: 9.625rem;
  padding-bottom: 9.625rem;
}

.py-55px {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}

.py-11px {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}

.py-18px {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.py-14px {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-205px {
  padding-top: 12.8125rem;
  padding-bottom: 12.8125rem;
}

.py-54px {
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
}

.py-65px {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}

.py-26px {
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}

.py-120px {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.py-15px {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.py-25px {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.py-9px {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}

.py-70px {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.py-35px {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}

.py-213px {
  padding-top: 13.3125rem;
  padding-bottom: 13.3125rem;
}

.py-30px {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.py-361px {
  padding-top: 22.5625rem;
  padding-bottom: 22.5625rem;
}

.py-27px {
  padding-top: 1.6875rem;
  padding-bottom: 1.6875rem;
}

.py-130px {
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
}

.py-23px {
  padding-top: 1.4375rem;
  padding-bottom: 1.4375rem;
}

.py-210px {
  padding-top: 13.125rem;
  padding-bottom: 13.125rem;
}

.py-115px {
  padding-top: 7.1875rem;
  padding-bottom: 7.1875rem;
}

.py-233px {
  padding-top: 14.5625rem;
  padding-bottom: 14.5625rem;
}

.py-226px {
  padding-top: 14.125rem;
  padding-bottom: 14.125rem;
}

.py-19px {
  padding-top: 1.1875rem;
  padding-bottom: 1.1875rem;
}

.py-79px {
  padding-top: 4.9375rem;
  padding-bottom: 4.9375rem;
}

.py-37px {
  padding-top: 2.3125rem;
  padding-bottom: 2.3125rem;
}

.py-22px {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}

.py-132px {
  padding-top: 8.25rem;
  padding-bottom: 8.25rem;
}

.py-135px {
  padding-top: 8.4375rem;
  padding-bottom: 8.4375rem;
}

.py-86px {
  padding-top: 5.375rem;
  padding-bottom: 5.375rem;
}

.py-140px {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.py-150px {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.py-83px {
  padding-top: 5.1875rem;
  padding-bottom: 5.1875rem;
}

.py-136px {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.py-193px {
  padding-top: 12.06rem;
  padding-bottom: 12.06rem;
}

.py-170px {
  padding-top: 10.62rem;
  padding-bottom: 10.62rem;
}

.py-78px {
  padding-top: 4.88rem;
  padding-bottom: 4.88rem;
}

.py-93px {
  padding-top: 5.81rem;
  padding-bottom: 5.81rem;
}

.py-105px {
  padding-top: 6.5625rem;
  padding-bottom: 6.5625rem;
}

.py-38px {
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
}

.py-39px {
  padding-top: 2.44rem;
  padding-bottom: 2.44rem;
}

.py-43px {
  padding-top: 2.6875rem;
  padding-bottom: 2.6875rem;
}

.py-20px {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-10px {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-166px {
  padding-top: 10.375rem;
  padding-bottom: 10.375rem;
}

.py-221px {
  padding-top: 13.8125rem;
  padding-bottom: 13.8125rem;
}

.py-110px {
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
}

.py-82px {
  padding-top: 5.125rem;
  padding-bottom: 5.125rem;
}

.py-139px {
  padding-top: 8.6875rem;
  padding-bottom: 8.6875rem;
}

.py-111px {
  padding-top: 6.9375rem;
  padding-bottom: 6.9375rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-52 {
  padding-top: 13rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pt-60 {
  padding-top: 15rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pt-72 {
  padding-top: 18rem;
}

.pt-80 {
  padding-top: 20rem;
}

.pt-96 {
  padding-top: 24rem;
}

.pt-px {
  padding-top: 1px;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-important {
  padding-top: true;
}

.pt-41px {
  padding-top: 2.5625rem;
}

.pt-100px {
  padding-top: 6.25rem;
}

.pt-90px {
  padding-top: 5.625rem;
}

.pt-60px {
  padding-top: 3.75rem;
}

.pt-5px {
  padding-top: 0.3125rem;
}

.pt-13px {
  padding-top: 0.8125rem;
}

.pt-50px {
  padding-top: 3.125rem;
}

.pt-46px {
  padding-top: 2.875rem;
}

.pt-17px {
  padding-top: 1.0625rem;
}

.pt-89px {
  padding-top: 5.5625rem;
}

.pt-154px {
  padding-top: 9.625rem;
}

.pt-55px {
  padding-top: 3.4375rem;
}

.pt-11px {
  padding-top: 0.6875rem;
}

.pt-18px {
  padding-top: 1.125rem;
}

.pt-14px {
  padding-top: 0.875rem;
}

.pt-205px {
  padding-top: 12.8125rem;
}

.pt-54px {
  padding-top: 3.375rem;
}

.pt-65px {
  padding-top: 4.0625rem;
}

.pt-26px {
  padding-top: 1.625rem;
}

.pt-120px {
  padding-top: 7.5rem;
}

.pt-15px {
  padding-top: 0.9375rem;
}

.pt-25px {
  padding-top: 1.5625rem;
}

.pt-9px {
  padding-top: 0.5625rem;
}

.pt-70px {
  padding-top: 4.375rem;
}

.pt-35px {
  padding-top: 2.1875rem;
}

.pt-213px {
  padding-top: 13.3125rem;
}

.pt-30px {
  padding-top: 1.875rem;
}

.pt-361px {
  padding-top: 22.5625rem;
}

.pt-27px {
  padding-top: 1.6875rem;
}

.pt-130px {
  padding-top: 8.125rem;
}

.pt-23px {
  padding-top: 1.4375rem;
}

.pt-210px {
  padding-top: 13.125rem;
}

.pt-115px {
  padding-top: 7.1875rem;
}

.pt-233px {
  padding-top: 14.5625rem;
}

.pt-226px {
  padding-top: 14.125rem;
}

.pt-19px {
  padding-top: 1.1875rem;
}

.pt-79px {
  padding-top: 4.9375rem;
}

.pt-37px {
  padding-top: 2.3125rem;
}

.pt-22px {
  padding-top: 1.375rem;
}

.pt-132px {
  padding-top: 8.25rem;
}

.pt-135px {
  padding-top: 8.4375rem;
}

.pt-86px {
  padding-top: 5.375rem;
}

.pt-140px {
  padding-top: 8.75rem;
}

.pt-150px {
  padding-top: 9.375rem;
}

.pt-83px {
  padding-top: 5.1875rem;
}

.pt-136px {
  padding-top: 8.5rem;
}

.pt-193px {
  padding-top: 12.06rem;
}

.pt-170px {
  padding-top: 10.62rem;
}

.pt-78px {
  padding-top: 4.88rem;
}

.pt-93px {
  padding-top: 5.81rem;
}

.pt-105px {
  padding-top: 6.5625rem;
}

.pt-38px {
  padding-top: 2.375rem;
}

.pt-39px {
  padding-top: 2.44rem;
}

.pt-43px {
  padding-top: 2.6875rem;
}

.pt-20px {
  padding-top: 1.25rem;
}

.pt-10px {
  padding-top: 0.625rem;
}

.pt-166px {
  padding-top: 10.375rem;
}

.pt-221px {
  padding-top: 13.8125rem;
}

.pt-110px {
  padding-top: 6.875rem;
}

.pt-82px {
  padding-top: 5.125rem;
}

.pt-139px {
  padding-top: 8.6875rem;
}

.pt-111px {
  padding-top: 6.9375rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pr-52 {
  padding-right: 13rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pr-60 {
  padding-right: 15rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pr-80 {
  padding-right: 20rem;
}

.pr-96 {
  padding-right: 24rem;
}

.pr-px {
  padding-right: 1px;
}

.pr-important {
  padding-right: true;
}

.pr-41px {
  padding-right: 2.5625rem;
}

.pr-100px {
  padding-right: 6.25rem;
}

.pr-90px {
  padding-right: 5.625rem;
}

.pr-60px {
  padding-right: 3.75rem;
}

.pr-5px {
  padding-right: 0.3125rem;
}

.pr-13px {
  padding-right: 0.8125rem;
}

.pr-50px {
  padding-right: 3.125rem;
}

.pr-46px {
  padding-right: 2.875rem;
}

.pr-17px {
  padding-right: 1.0625rem;
}

.pr-89px {
  padding-right: 5.5625rem;
}

.pr-154px {
  padding-right: 9.625rem;
}

.pr-55px {
  padding-right: 3.4375rem;
}

.pr-11px {
  padding-right: 0.6875rem;
}

.pr-18px {
  padding-right: 1.125rem;
}

.pr-14px {
  padding-right: 0.875rem;
}

.pr-205px {
  padding-right: 12.8125rem;
}

.pr-54px {
  padding-right: 3.375rem;
}

.pr-65px {
  padding-right: 4.0625rem;
}

.pr-26px {
  padding-right: 1.625rem;
}

.pr-120px {
  padding-right: 7.5rem;
}

.pr-15px {
  padding-right: 0.9375rem;
}

.pr-25px {
  padding-right: 1.5625rem;
}

.pr-9px {
  padding-right: 0.5625rem;
}

.pr-70px {
  padding-right: 4.375rem;
}

.pr-35px {
  padding-right: 2.1875rem;
}

.pr-213px {
  padding-right: 13.3125rem;
}

.pr-30px {
  padding-right: 1.875rem;
}

.pr-361px {
  padding-right: 22.5625rem;
}

.pr-27px {
  padding-right: 1.6875rem;
}

.pr-130px {
  padding-right: 8.125rem;
}

.pr-23px {
  padding-right: 1.4375rem;
}

.pr-210px {
  padding-right: 13.125rem;
}

.pr-115px {
  padding-right: 7.1875rem;
}

.pr-233px {
  padding-right: 14.5625rem;
}

.pr-226px {
  padding-right: 14.125rem;
}

.pr-19px {
  padding-right: 1.1875rem;
}

.pr-79px {
  padding-right: 4.9375rem;
}

.pr-37px {
  padding-right: 2.3125rem;
}

.pr-22px {
  padding-right: 1.375rem;
}

.pr-132px {
  padding-right: 8.25rem;
}

.pr-135px {
  padding-right: 8.4375rem;
}

.pr-86px {
  padding-right: 5.375rem;
}

.pr-140px {
  padding-right: 8.75rem;
}

.pr-150px {
  padding-right: 9.375rem;
}

.pr-83px {
  padding-right: 5.1875rem;
}

.pr-136px {
  padding-right: 8.5rem;
}

.pr-193px {
  padding-right: 12.06rem;
}

.pr-170px {
  padding-right: 10.62rem;
}

.pr-78px {
  padding-right: 4.88rem;
}

.pr-93px {
  padding-right: 5.81rem;
}

.pr-105px {
  padding-right: 6.5625rem;
}

.pr-38px {
  padding-right: 2.375rem;
}

.pr-39px {
  padding-right: 2.44rem;
}

.pr-43px {
  padding-right: 2.6875rem;
}

.pr-20px {
  padding-right: 1.25rem;
}

.pr-10px {
  padding-right: 0.625rem;
}

.pr-166px {
  padding-right: 10.375rem;
}

.pr-221px {
  padding-right: 13.8125rem;
}

.pr-110px {
  padding-right: 6.875rem;
}

.pr-82px {
  padding-right: 5.125rem;
}

.pr-139px {
  padding-right: 8.6875rem;
}

.pr-111px {
  padding-right: 6.9375rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.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-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pb-52 {
  padding-bottom: 13rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pb-72 {
  padding-bottom: 18rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pb-96 {
  padding-bottom: 24rem;
}

.pb-px {
  padding-bottom: 1px;
}

.pb-important {
  padding-bottom: true;
}

.pb-41px {
  padding-bottom: 2.5625rem;
}

.pb-100px {
  padding-bottom: 6.25rem;
}

.pb-90px {
  padding-bottom: 5.625rem;
}

.pb-60px {
  padding-bottom: 3.75rem;
}

.pb-5px {
  padding-bottom: 0.3125rem;
}

.pb-13px {
  padding-bottom: 0.8125rem;
}

.pb-50px {
  padding-bottom: 3.125rem;
}

.pb-46px {
  padding-bottom: 2.875rem;
}

.pb-17px {
  padding-bottom: 1.0625rem;
}

.pb-89px {
  padding-bottom: 5.5625rem;
}

.pb-154px {
  padding-bottom: 9.625rem;
}

.pb-55px {
  padding-bottom: 3.4375rem;
}

.pb-11px {
  padding-bottom: 0.6875rem;
}

.pb-18px {
  padding-bottom: 1.125rem;
}

.pb-14px {
  padding-bottom: 0.875rem;
}

.pb-205px {
  padding-bottom: 12.8125rem;
}

.pb-54px {
  padding-bottom: 3.375rem;
}

.pb-65px {
  padding-bottom: 4.0625rem;
}

.pb-26px {
  padding-bottom: 1.625rem;
}

.pb-120px {
  padding-bottom: 7.5rem;
}

.pb-15px {
  padding-bottom: 0.9375rem;
}

.pb-25px {
  padding-bottom: 1.5625rem;
}

.pb-9px {
  padding-bottom: 0.5625rem;
}

.pb-70px {
  padding-bottom: 4.375rem;
}

.pb-35px {
  padding-bottom: 2.1875rem;
}

.pb-213px {
  padding-bottom: 13.3125rem;
}

.pb-30px {
  padding-bottom: 1.875rem;
}

.pb-361px {
  padding-bottom: 22.5625rem;
}

.pb-27px {
  padding-bottom: 1.6875rem;
}

.pb-130px {
  padding-bottom: 8.125rem;
}

.pb-23px {
  padding-bottom: 1.4375rem;
}

.pb-210px {
  padding-bottom: 13.125rem;
}

.pb-115px {
  padding-bottom: 7.1875rem;
}

.pb-233px {
  padding-bottom: 14.5625rem;
}

.pb-226px {
  padding-bottom: 14.125rem;
}

.pb-19px {
  padding-bottom: 1.1875rem;
}

.pb-79px {
  padding-bottom: 4.9375rem;
}

.pb-37px {
  padding-bottom: 2.3125rem;
}

.pb-22px {
  padding-bottom: 1.375rem;
}

.pb-132px {
  padding-bottom: 8.25rem;
}

.pb-135px {
  padding-bottom: 8.4375rem;
}

.pb-86px {
  padding-bottom: 5.375rem;
}

.pb-140px {
  padding-bottom: 8.75rem;
}

.pb-150px {
  padding-bottom: 9.375rem;
}

.pb-83px {
  padding-bottom: 5.1875rem;
}

.pb-136px {
  padding-bottom: 8.5rem;
}

.pb-193px {
  padding-bottom: 12.06rem;
}

.pb-170px {
  padding-bottom: 10.62rem;
}

.pb-78px {
  padding-bottom: 4.88rem;
}

.pb-93px {
  padding-bottom: 5.81rem;
}

.pb-105px {
  padding-bottom: 6.5625rem;
}

.pb-38px {
  padding-bottom: 2.375rem;
}

.pb-39px {
  padding-bottom: 2.44rem;
}

.pb-43px {
  padding-bottom: 2.6875rem;
}

.pb-20px {
  padding-bottom: 1.25rem;
}

.pb-10px {
  padding-bottom: 0.625rem;
}

.pb-166px {
  padding-bottom: 10.375rem;
}

.pb-221px {
  padding-bottom: 13.8125rem;
}

.pb-110px {
  padding-bottom: 6.875rem;
}

.pb-82px {
  padding-bottom: 5.125rem;
}

.pb-139px {
  padding-bottom: 8.6875rem;
}

.pb-111px {
  padding-bottom: 6.9375rem;
}

.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-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pl-44 {
  padding-left: 11rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pl-52 {
  padding-left: 13rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pl-60 {
  padding-left: 15rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pl-72 {
  padding-left: 18rem;
}

.pl-80 {
  padding-left: 20rem;
}

.pl-96 {
  padding-left: 24rem;
}

.pl-px {
  padding-left: 1px;
}

.pl-important {
  padding-left: true;
}

.pl-41px {
  padding-left: 2.5625rem;
}

.pl-100px {
  padding-left: 6.25rem;
}

.pl-90px {
  padding-left: 5.625rem;
}

.pl-60px {
  padding-left: 3.75rem;
}

.pl-5px {
  padding-left: 0.3125rem;
}

.pl-13px {
  padding-left: 0.8125rem;
}

.pl-50px {
  padding-left: 3.125rem;
}

.pl-46px {
  padding-left: 2.875rem;
}

.pl-17px {
  padding-left: 1.0625rem;
}

.pl-89px {
  padding-left: 5.5625rem;
}

.pl-154px {
  padding-left: 9.625rem;
}

.pl-55px {
  padding-left: 3.4375rem;
}

.pl-11px {
  padding-left: 0.6875rem;
}

.pl-18px {
  padding-left: 1.125rem;
}

.pl-14px {
  padding-left: 0.875rem;
}

.pl-205px {
  padding-left: 12.8125rem;
}

.pl-54px {
  padding-left: 3.375rem;
}

.pl-65px {
  padding-left: 4.0625rem;
}

.pl-26px {
  padding-left: 1.625rem;
}

.pl-120px {
  padding-left: 7.5rem;
}

.pl-15px {
  padding-left: 0.9375rem;
}

.pl-25px {
  padding-left: 1.5625rem;
}

.pl-9px {
  padding-left: 0.5625rem;
}

.pl-70px {
  padding-left: 4.375rem;
}

.pl-35px {
  padding-left: 2.1875rem;
}

.pl-213px {
  padding-left: 13.3125rem;
}

.pl-30px {
  padding-left: 1.875rem;
}

.pl-361px {
  padding-left: 22.5625rem;
}

.pl-27px {
  padding-left: 1.6875rem;
}

.pl-130px {
  padding-left: 8.125rem;
}

.pl-23px {
  padding-left: 1.4375rem;
}

.pl-210px {
  padding-left: 13.125rem;
}

.pl-115px {
  padding-left: 7.1875rem;
}

.pl-233px {
  padding-left: 14.5625rem;
}

.pl-226px {
  padding-left: 14.125rem;
}

.pl-19px {
  padding-left: 1.1875rem;
}

.pl-79px {
  padding-left: 4.9375rem;
}

.pl-37px {
  padding-left: 2.3125rem;
}

.pl-22px {
  padding-left: 1.375rem;
}

.pl-132px {
  padding-left: 8.25rem;
}

.pl-135px {
  padding-left: 8.4375rem;
}

.pl-86px {
  padding-left: 5.375rem;
}

.pl-140px {
  padding-left: 8.75rem;
}

.pl-150px {
  padding-left: 9.375rem;
}

.pl-83px {
  padding-left: 5.1875rem;
}

.pl-136px {
  padding-left: 8.5rem;
}

.pl-193px {
  padding-left: 12.06rem;
}

.pl-170px {
  padding-left: 10.62rem;
}

.pl-78px {
  padding-left: 4.88rem;
}

.pl-93px {
  padding-left: 5.81rem;
}

.pl-105px {
  padding-left: 6.5625rem;
}

.pl-38px {
  padding-left: 2.375rem;
}

.pl-39px {
  padding-left: 2.44rem;
}

.pl-43px {
  padding-left: 2.6875rem;
}

.pl-20px {
  padding-left: 1.25rem;
}

.pl-10px {
  padding-left: 0.625rem;
}

.pl-166px {
  padding-left: 10.375rem;
}

.pl-221px {
  padding-left: 13.8125rem;
}

.pl-110px {
  padding-left: 6.875rem;
}

.pl-82px {
  padding-left: 5.125rem;
}

.pl-139px {
  padding-left: 8.6875rem;
}

.pl-111px {
  padding-left: 6.9375rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-Prata {
  font-family: Prata, serif;
}

.font-Cabin {
  font-family: Cabin, sans-serif;
}

.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-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.text-64px {
  font-size: 4rem;
}

.text-17px {
  font-size: 1.0625rem;
}

.text-23px {
  font-size: 1.4375rem;
}

.text-35px {
  font-size: 2.1875rem;
}

.text-44px {
  font-size: 2.75rem;
}

.text-26px {
  font-size: 1.625rem;
}

.text-13px {
  font-size: 0.8125rem;
}

.text-40px {
  font-size: 2.5rem;
}

.text-28px {
  font-size: 1.75rem;
}

.text-15px {
  font-size: 0.9375rem;
}

.text-22px {
  font-size: 1.375rem;
}

.text-32px {
  font-size: 2rem;
}

.text-80px {
  font-size: 5rem;
}

.text-70px {
  font-size: 4.375rem;
}

.text-50px {
  font-size: 3.125rem;
}

.text-25px {
  font-size: 1.5625rem;
}

.text-30px {
  font-size: 1.875rem;
}

.text-75px {
  font-size: 4.6875rem;
}

.text-100px {
  font-size: 6.25rem;
}

.text-60px {
  font-size: 3.75rem;
}

.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.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;
}

.font-black {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --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);
}

.normal-nums {
  font-variant-numeric: normal;
}

.ordinal {
  --tw-ordinal: ordinal;
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero;
}

.lining-nums {
  --tw-numeric-figure: lining-nums;
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
}

.leading-3 {
  line-height: .75rem;
}

.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-9 {
  line-height: 2.25rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: normal;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.leading-19px {
  line-height: 1.1875rem;
}

.leading-30px {
  line-height: 1.875rem;
}

.leading-45px {
  line-height: 2.8125rem;
}

.leading-31px {
  line-height: 1.9375rem;
}

.leading-34px {
  line-height: 2.125rem;
}

.leading-21px {
  line-height: 1.3125rem;
}

.leading-22px {
  line-height: 1.375rem;
}

.leading-17px {
  line-height: 1.0625rem;
}

.leading-50px {
  line-height: 3.125rem;
}

.leading-66px {
  line-height: 4.125rem;
}

.leading-26px {
  line-height: 1.625rem;
}

.leading-75px {
  line-height: 4.6875rem;
}

.leading-42px {
  line-height: 2.625rem;
}

.leading-94px {
  line-height: 5.875rem;
}

.leading-38px {
  line-height: 2.375rem;
}

.leading-80px {
  line-height: 5rem;
}

.leading-23px {
  line-height: 1.4375rem;
}

.leading-73px {
  line-height: 4.5625rem;
}

.leading-51px {
  line-height: 3.1875rem;
}

.leading-25px {
  line-height: 1.5625rem;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.tracking-0\.02em {
  letter-spacing: 0.02em;
}

.text-transparent {
  color: transparent;
}

.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-gray-50 {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-red-50 {
  --tw-text-opacity: 1;
  color: rgba(254, 242, 242, var(--tw-text-opacity));
}

.text-red-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 226, 226, var(--tw-text-opacity));
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgba(127, 29, 29, var(--tw-text-opacity));
}

.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgba(255, 251, 235, var(--tw-text-opacity));
}

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgba(254, 243, 199, var(--tw-text-opacity));
}

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgba(253, 230, 138, var(--tw-text-opacity));
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgba(252, 211, 77, var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgba(120, 53, 15, var(--tw-text-opacity));
}

.text-green-50 {
  --tw-text-opacity: 1;
  color: rgba(236, 253, 245, var(--tw-text-opacity));
}

.text-green-100 {
  --tw-text-opacity: 1;
  color: rgba(209, 250, 229, var(--tw-text-opacity));
}

.text-green-200 {
  --tw-text-opacity: 1;
  color: rgba(167, 243, 208, var(--tw-text-opacity));
}

.text-green-300 {
  --tw-text-opacity: 1;
  color: rgba(110, 231, 183, var(--tw-text-opacity));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgba(6, 95, 70, var(--tw-text-opacity));
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgba(6, 78, 59, var(--tw-text-opacity));
}

.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgba(239, 246, 255, var(--tw-text-opacity));
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(219, 234, 254, var(--tw-text-opacity));
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(147, 197, 253, var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgba(238, 242, 255, var(--tw-text-opacity));
}

.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgba(224, 231, 255, var(--tw-text-opacity));
}

.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgba(199, 210, 254, var(--tw-text-opacity));
}

.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgba(165, 180, 252, var(--tw-text-opacity));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgba(129, 140, 248, var(--tw-text-opacity));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgba(55, 48, 163, var(--tw-text-opacity));
}

.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgba(49, 46, 129, var(--tw-text-opacity));
}

.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgba(245, 243, 255, var(--tw-text-opacity));
}

.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgba(237, 233, 254, var(--tw-text-opacity));
}

.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgba(221, 214, 254, var(--tw-text-opacity));
}

.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgba(196, 181, 253, var(--tw-text-opacity));
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgba(167, 139, 250, var(--tw-text-opacity));
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgba(139, 92, 246, var(--tw-text-opacity));
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgba(109, 40, 217, var(--tw-text-opacity));
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgba(91, 33, 182, var(--tw-text-opacity));
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgba(76, 29, 149, var(--tw-text-opacity));
}

.text-pink-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 242, 248, var(--tw-text-opacity));
}

.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgba(252, 231, 243, var(--tw-text-opacity));
}

.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgba(251, 207, 232, var(--tw-text-opacity));
}

.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgba(249, 168, 212, var(--tw-text-opacity));
}

.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgba(244, 114, 182, var(--tw-text-opacity));
}

.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgba(236, 72, 153, var(--tw-text-opacity));
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgba(219, 39, 119, var(--tw-text-opacity));
}

.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgba(190, 24, 93, var(--tw-text-opacity));
}

.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgba(157, 23, 77, var(--tw-text-opacity));
}

.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgba(131, 24, 67, var(--tw-text-opacity));
}

.text-\#FFFFFF {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-\#191D24 {
  --tw-text-opacity: 1;
  color: rgba(25, 29, 36, var(--tw-text-opacity));
}

.text-\#351313 {
  --tw-text-opacity: 1;
  color: rgba(53, 19, 19, var(--tw-text-opacity));
}

.text-\#534D4C {
  --tw-text-opacity: 1;
  color: rgba(83, 77, 76, var(--tw-text-opacity));
}

.text-\#DBD5D3 {
  --tw-text-opacity: 1;
  color: rgba(219, 213, 211, var(--tw-text-opacity));
}

.text-\#F1F0EC {
  --tw-text-opacity: 1;
  color: rgba(241, 240, 236, var(--tw-text-opacity));
}

.text-\#7E342E {
  --tw-text-opacity: 1;
  color: rgba(126, 52, 46, var(--tw-text-opacity));
}

.text-\#1C2922 {
  --tw-text-opacity: 1;
  color: rgba(28, 41, 34, var(--tw-text-opacity));
}

.text-\#FEF4AF {
  --tw-text-opacity: 1;
  color: rgba(254, 244, 175, var(--tw-text-opacity));
}

.text-\#111010 {
  --tw-text-opacity: 1;
  color: rgba(17, 16, 16, var(--tw-text-opacity));
}

.text-\#6D7E72 {
  --tw-text-opacity: 1;
  color: rgba(109, 126, 114, var(--tw-text-opacity));
}

.text-\#1D211E {
  --tw-text-opacity: 1;
  color: rgba(29, 33, 30, var(--tw-text-opacity));
}

.text-\#756C69 {
  --tw-text-opacity: 1;
  color: rgba(117, 108, 105, var(--tw-text-opacity));
}

.hover\:text-\#FEF4AF:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 244, 175, var(--tw-text-opacity));
}

.text-opacity-0 {
  --tw-text-opacity: 0;
}

.text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.text-opacity-100 {
  --tw-text-opacity: 1;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.caret-transparent {
  caret-color: transparent;
}

.caret-current {
  caret-color: currentColor;
}

.caret-black {
  caret-color: #000;
}

.caret-white {
  caret-color: #fff;
}

.caret-gray-50 {
  caret-color: #f9fafb;
}

.caret-gray-100 {
  caret-color: #f3f4f6;
}

.caret-gray-200 {
  caret-color: #e5e7eb;
}

.caret-gray-300 {
  caret-color: #d1d5db;
}

.caret-gray-400 {
  caret-color: #9ca3af;
}

.caret-gray-500 {
  caret-color: #6b7280;
}

.caret-gray-600 {
  caret-color: #4b5563;
}

.caret-gray-700 {
  caret-color: #374151;
}

.caret-gray-800 {
  caret-color: #1f2937;
}

.caret-gray-900 {
  caret-color: #111827;
}

.caret-red-50 {
  caret-color: #fef2f2;
}

.caret-red-100 {
  caret-color: #fee2e2;
}

.caret-red-200 {
  caret-color: #fecaca;
}

.caret-red-300 {
  caret-color: #fca5a5;
}

.caret-red-400 {
  caret-color: #f87171;
}

.caret-red-500 {
  caret-color: #ef4444;
}

.caret-red-600 {
  caret-color: #dc2626;
}

.caret-red-700 {
  caret-color: #b91c1c;
}

.caret-red-800 {
  caret-color: #991b1b;
}

.caret-red-900 {
  caret-color: #7f1d1d;
}

.caret-yellow-50 {
  caret-color: #fffbeb;
}

.caret-yellow-100 {
  caret-color: #fef3c7;
}

.caret-yellow-200 {
  caret-color: #fde68a;
}

.caret-yellow-300 {
  caret-color: #fcd34d;
}

.caret-yellow-400 {
  caret-color: #fbbf24;
}

.caret-yellow-500 {
  caret-color: #f59e0b;
}

.caret-yellow-600 {
  caret-color: #d97706;
}

.caret-yellow-700 {
  caret-color: #b45309;
}

.caret-yellow-800 {
  caret-color: #92400e;
}

.caret-yellow-900 {
  caret-color: #78350f;
}

.caret-green-50 {
  caret-color: #ecfdf5;
}

.caret-green-100 {
  caret-color: #d1fae5;
}

.caret-green-200 {
  caret-color: #a7f3d0;
}

.caret-green-300 {
  caret-color: #6ee7b7;
}

.caret-green-400 {
  caret-color: #34d399;
}

.caret-green-500 {
  caret-color: #10b981;
}

.caret-green-600 {
  caret-color: #059669;
}

.caret-green-700 {
  caret-color: #047857;
}

.caret-green-800 {
  caret-color: #065f46;
}

.caret-green-900 {
  caret-color: #064e3b;
}

.caret-blue-50 {
  caret-color: #eff6ff;
}

.caret-blue-100 {
  caret-color: #dbeafe;
}

.caret-blue-200 {
  caret-color: #bfdbfe;
}

.caret-blue-300 {
  caret-color: #93c5fd;
}

.caret-blue-400 {
  caret-color: #60a5fa;
}

.caret-blue-500 {
  caret-color: #3b82f6;
}

.caret-blue-600 {
  caret-color: #2563eb;
}

.caret-blue-700 {
  caret-color: #1d4ed8;
}

.caret-blue-800 {
  caret-color: #1e40af;
}

.caret-blue-900 {
  caret-color: #1e3a8a;
}

.caret-indigo-50 {
  caret-color: #eef2ff;
}

.caret-indigo-100 {
  caret-color: #e0e7ff;
}

.caret-indigo-200 {
  caret-color: #c7d2fe;
}

.caret-indigo-300 {
  caret-color: #a5b4fc;
}

.caret-indigo-400 {
  caret-color: #818cf8;
}

.caret-indigo-500 {
  caret-color: #6366f1;
}

.caret-indigo-600 {
  caret-color: #4f46e5;
}

.caret-indigo-700 {
  caret-color: #4338ca;
}

.caret-indigo-800 {
  caret-color: #3730a3;
}

.caret-indigo-900 {
  caret-color: #312e81;
}

.caret-purple-50 {
  caret-color: #f5f3ff;
}

.caret-purple-100 {
  caret-color: #ede9fe;
}

.caret-purple-200 {
  caret-color: #ddd6fe;
}

.caret-purple-300 {
  caret-color: #c4b5fd;
}

.caret-purple-400 {
  caret-color: #a78bfa;
}

.caret-purple-500 {
  caret-color: #8b5cf6;
}

.caret-purple-600 {
  caret-color: #7c3aed;
}

.caret-purple-700 {
  caret-color: #6d28d9;
}

.caret-purple-800 {
  caret-color: #5b21b6;
}

.caret-purple-900 {
  caret-color: #4c1d95;
}

.caret-pink-50 {
  caret-color: #fdf2f8;
}

.caret-pink-100 {
  caret-color: #fce7f3;
}

.caret-pink-200 {
  caret-color: #fbcfe8;
}

.caret-pink-300 {
  caret-color: #f9a8d4;
}

.caret-pink-400 {
  caret-color: #f472b6;
}

.caret-pink-500 {
  caret-color: #ec4899;
}

.caret-pink-600 {
  caret-color: #db2777;
}

.caret-pink-700 {
  caret-color: #be185d;
}

.caret-pink-800 {
  caret-color: #9d174d;
}

.caret-pink-900 {
  caret-color: #831843;
}

.opacity-0 {
  opacity: 0;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

.bg-blend-normal {
  background-blend-mode: normal;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.bg-blend-screen {
  background-blend-mode: screen;
}

.bg-blend-overlay {
  background-blend-mode: overlay;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-lighten {
  background-blend-mode: lighten;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light;
}

.bg-blend-difference {
  background-blend-mode: difference;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion;
}

.bg-blend-hue {
  background-blend-mode: hue;
}

.bg-blend-saturation {
  background-blend-mode: saturation;
}

.bg-blend-color {
  background-blend-mode: color;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity;
}

.mix-blend-normal {
  mix-blend-mode: normal;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.mix-blend-lighten {
  mix-blend-mode: lighten;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion;
}

.mix-blend-hue {
  mix-blend-mode: hue;
}

.mix-blend-saturation {
  mix-blend-mode: saturation;
}

.mix-blend-color {
  mix-blend-mode: color;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

*, ::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);
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 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-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-3xl {
  --tw-shadow: 0px 1.41384px 4.24153px rgba(0, 0, 0, 0.1), 0px 1.41384px 2.82769px 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);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-white {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.outline-black {
  outline: 2px dotted black;
  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);
}

.ring-8 {
  --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(8px + 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 {
  --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(3px + 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;
}

.ring-transparent {
  --tw-ring-color: transparent;
}

.ring-current {
  --tw-ring-color: currentColor;
}

.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-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 244, 246, var(--tw-ring-opacity));
}

.ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
}

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}

.ring-gray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
}

.ring-gray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 114, 128, var(--tw-ring-opacity));
}

.ring-gray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity));
}

.ring-gray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 65, 81, var(--tw-ring-opacity));
}

.ring-gray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity));
}

.ring-gray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 24, 39, var(--tw-ring-opacity));
}

.ring-red-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity));
}

.ring-red-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity));
}

.ring-red-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}

.ring-red-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity));
}

.ring-red-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity));
}

.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}

.ring-red-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity));
}

.ring-red-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity));
}

.ring-red-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity));
}

.ring-red-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity));
}

.ring-yellow-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 251, 235, var(--tw-ring-opacity));
}

.ring-yellow-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 243, 199, var(--tw-ring-opacity));
}

.ring-yellow-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 230, 138, var(--tw-ring-opacity));
}

.ring-yellow-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 211, 77, var(--tw-ring-opacity));
}

.ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 191, 36, var(--tw-ring-opacity));
}

.ring-yellow-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 158, 11, var(--tw-ring-opacity));
}

.ring-yellow-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(217, 119, 6, var(--tw-ring-opacity));
}

.ring-yellow-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(180, 83, 9, var(--tw-ring-opacity));
}

.ring-yellow-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(146, 64, 14, var(--tw-ring-opacity));
}

.ring-yellow-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(120, 53, 15, var(--tw-ring-opacity));
}

.ring-green-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity));
}

.ring-green-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity));
}

.ring-green-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity));
}

.ring-green-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity));
}

.ring-green-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity));
}

.ring-green-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity));
}

.ring-green-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity));
}

.ring-green-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity));
}

.ring-green-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity));
}

.ring-green-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity));
}

.ring-blue-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity));
}

.ring-blue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity));
}

.ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity));
}

.ring-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity));
}

.ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}

.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.ring-blue-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity));
}

.ring-blue-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity));
}

.ring-blue-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}

.ring-blue-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity));
}

.ring-indigo-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity));
}

.ring-indigo-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity));
}

.ring-indigo-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}

.ring-indigo-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity));
}

.ring-indigo-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity));
}

.ring-indigo-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.ring-indigo-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}

.ring-indigo-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.ring-indigo-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity));
}

.ring-indigo-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
}

.ring-purple-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(245, 243, 255, var(--tw-ring-opacity));
}

.ring-purple-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 233, 254, var(--tw-ring-opacity));
}

.ring-purple-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(221, 214, 254, var(--tw-ring-opacity));
}

.ring-purple-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(196, 181, 253, var(--tw-ring-opacity));
}

.ring-purple-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
}

.ring-purple-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 92, 246, var(--tw-ring-opacity));
}

.ring-purple-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(124, 58, 237, var(--tw-ring-opacity));
}

.ring-purple-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(109, 40, 217, var(--tw-ring-opacity));
}

.ring-purple-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(91, 33, 182, var(--tw-ring-opacity));
}

.ring-purple-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 29, 149, var(--tw-ring-opacity));
}

.ring-pink-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity));
}

.ring-pink-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity));
}

.ring-pink-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
}

.ring-pink-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity));
}

.ring-pink-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity));
}

.ring-pink-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity));
}

.ring-pink-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity));
}

.ring-pink-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity));
}

.ring-pink-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity));
}

.ring-pink-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity));
}

.ring-opacity-0 {
  --tw-ring-opacity: 0;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.ring-opacity-10 {
  --tw-ring-opacity: 0.1;
}

.ring-opacity-20 {
  --tw-ring-opacity: 0.2;
}

.ring-opacity-25 {
  --tw-ring-opacity: 0.25;
}

.ring-opacity-30 {
  --tw-ring-opacity: 0.3;
}

.ring-opacity-40 {
  --tw-ring-opacity: 0.4;
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}

.ring-opacity-70 {
  --tw-ring-opacity: 0.7;
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75;
}

.ring-opacity-80 {
  --tw-ring-opacity: 0.8;
}

.ring-opacity-90 {
  --tw-ring-opacity: 0.9;
}

.ring-opacity-95 {
  --tw-ring-opacity: 0.95;
}

.ring-opacity-100 {
  --tw-ring-opacity: 1;
}

.ring-offset-0 {
  --tw-ring-offset-width: 0px;
}

.ring-offset-1 {
  --tw-ring-offset-width: 1px;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.ring-offset-4 {
  --tw-ring-offset-width: 4px;
}

.ring-offset-8 {
  --tw-ring-offset-width: 8px;
}

.ring-offset-transparent {
  --tw-ring-offset-color: transparent;
}

.ring-offset-current {
  --tw-ring-offset-color: currentColor;
}

.ring-offset-black {
  --tw-ring-offset-color: #000;
}

.ring-offset-white {
  --tw-ring-offset-color: #fff;
}

.ring-offset-gray-50 {
  --tw-ring-offset-color: #f9fafb;
}

.ring-offset-gray-100 {
  --tw-ring-offset-color: #f3f4f6;
}

.ring-offset-gray-200 {
  --tw-ring-offset-color: #e5e7eb;
}

.ring-offset-gray-300 {
  --tw-ring-offset-color: #d1d5db;
}

.ring-offset-gray-400 {
  --tw-ring-offset-color: #9ca3af;
}

.ring-offset-gray-500 {
  --tw-ring-offset-color: #6b7280;
}

.ring-offset-gray-600 {
  --tw-ring-offset-color: #4b5563;
}

.ring-offset-gray-700 {
  --tw-ring-offset-color: #374151;
}

.ring-offset-gray-800 {
  --tw-ring-offset-color: #1f2937;
}

.ring-offset-gray-900 {
  --tw-ring-offset-color: #111827;
}

.ring-offset-red-50 {
  --tw-ring-offset-color: #fef2f2;
}

.ring-offset-red-100 {
  --tw-ring-offset-color: #fee2e2;
}

.ring-offset-red-200 {
  --tw-ring-offset-color: #fecaca;
}

.ring-offset-red-300 {
  --tw-ring-offset-color: #fca5a5;
}

.ring-offset-red-400 {
  --tw-ring-offset-color: #f87171;
}

.ring-offset-red-500 {
  --tw-ring-offset-color: #ef4444;
}

.ring-offset-red-600 {
  --tw-ring-offset-color: #dc2626;
}

.ring-offset-red-700 {
  --tw-ring-offset-color: #b91c1c;
}

.ring-offset-red-800 {
  --tw-ring-offset-color: #991b1b;
}

.ring-offset-red-900 {
  --tw-ring-offset-color: #7f1d1d;
}

.ring-offset-yellow-50 {
  --tw-ring-offset-color: #fffbeb;
}

.ring-offset-yellow-100 {
  --tw-ring-offset-color: #fef3c7;
}

.ring-offset-yellow-200 {
  --tw-ring-offset-color: #fde68a;
}

.ring-offset-yellow-300 {
  --tw-ring-offset-color: #fcd34d;
}

.ring-offset-yellow-400 {
  --tw-ring-offset-color: #fbbf24;
}

.ring-offset-yellow-500 {
  --tw-ring-offset-color: #f59e0b;
}

.ring-offset-yellow-600 {
  --tw-ring-offset-color: #d97706;
}

.ring-offset-yellow-700 {
  --tw-ring-offset-color: #b45309;
}

.ring-offset-yellow-800 {
  --tw-ring-offset-color: #92400e;
}

.ring-offset-yellow-900 {
  --tw-ring-offset-color: #78350f;
}

.ring-offset-green-50 {
  --tw-ring-offset-color: #ecfdf5;
}

.ring-offset-green-100 {
  --tw-ring-offset-color: #d1fae5;
}

.ring-offset-green-200 {
  --tw-ring-offset-color: #a7f3d0;
}

.ring-offset-green-300 {
  --tw-ring-offset-color: #6ee7b7;
}

.ring-offset-green-400 {
  --tw-ring-offset-color: #34d399;
}

.ring-offset-green-500 {
  --tw-ring-offset-color: #10b981;
}

.ring-offset-green-600 {
  --tw-ring-offset-color: #059669;
}

.ring-offset-green-700 {
  --tw-ring-offset-color: #047857;
}

.ring-offset-green-800 {
  --tw-ring-offset-color: #065f46;
}

.ring-offset-green-900 {
  --tw-ring-offset-color: #064e3b;
}

.ring-offset-blue-50 {
  --tw-ring-offset-color: #eff6ff;
}

.ring-offset-blue-100 {
  --tw-ring-offset-color: #dbeafe;
}

.ring-offset-blue-200 {
  --tw-ring-offset-color: #bfdbfe;
}

.ring-offset-blue-300 {
  --tw-ring-offset-color: #93c5fd;
}

.ring-offset-blue-400 {
  --tw-ring-offset-color: #60a5fa;
}

.ring-offset-blue-500 {
  --tw-ring-offset-color: #3b82f6;
}

.ring-offset-blue-600 {
  --tw-ring-offset-color: #2563eb;
}

.ring-offset-blue-700 {
  --tw-ring-offset-color: #1d4ed8;
}

.ring-offset-blue-800 {
  --tw-ring-offset-color: #1e40af;
}

.ring-offset-blue-900 {
  --tw-ring-offset-color: #1e3a8a;
}

.ring-offset-indigo-50 {
  --tw-ring-offset-color: #eef2ff;
}

.ring-offset-indigo-100 {
  --tw-ring-offset-color: #e0e7ff;
}

.ring-offset-indigo-200 {
  --tw-ring-offset-color: #c7d2fe;
}

.ring-offset-indigo-300 {
  --tw-ring-offset-color: #a5b4fc;
}

.ring-offset-indigo-400 {
  --tw-ring-offset-color: #818cf8;
}

.ring-offset-indigo-500 {
  --tw-ring-offset-color: #6366f1;
}

.ring-offset-indigo-600 {
  --tw-ring-offset-color: #4f46e5;
}

.ring-offset-indigo-700 {
  --tw-ring-offset-color: #4338ca;
}

.ring-offset-indigo-800 {
  --tw-ring-offset-color: #3730a3;
}

.ring-offset-indigo-900 {
  --tw-ring-offset-color: #312e81;
}

.ring-offset-purple-50 {
  --tw-ring-offset-color: #f5f3ff;
}

.ring-offset-purple-100 {
  --tw-ring-offset-color: #ede9fe;
}

.ring-offset-purple-200 {
  --tw-ring-offset-color: #ddd6fe;
}

.ring-offset-purple-300 {
  --tw-ring-offset-color: #c4b5fd;
}

.ring-offset-purple-400 {
  --tw-ring-offset-color: #a78bfa;
}

.ring-offset-purple-500 {
  --tw-ring-offset-color: #8b5cf6;
}

.ring-offset-purple-600 {
  --tw-ring-offset-color: #7c3aed;
}

.ring-offset-purple-700 {
  --tw-ring-offset-color: #6d28d9;
}

.ring-offset-purple-800 {
  --tw-ring-offset-color: #5b21b6;
}

.ring-offset-purple-900 {
  --tw-ring-offset-color: #4c1d95;
}

.ring-offset-pink-50 {
  --tw-ring-offset-color: #fdf2f8;
}

.ring-offset-pink-100 {
  --tw-ring-offset-color: #fce7f3;
}

.ring-offset-pink-200 {
  --tw-ring-offset-color: #fbcfe8;
}

.ring-offset-pink-300 {
  --tw-ring-offset-color: #f9a8d4;
}

.ring-offset-pink-400 {
  --tw-ring-offset-color: #f472b6;
}

.ring-offset-pink-500 {
  --tw-ring-offset-color: #ec4899;
}

.ring-offset-pink-600 {
  --tw-ring-offset-color: #db2777;
}

.ring-offset-pink-700 {
  --tw-ring-offset-color: #be185d;
}

.ring-offset-pink-800 {
  --tw-ring-offset-color: #9d174d;
}

.ring-offset-pink-900 {
  --tw-ring-offset-color: #831843;
}

.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);
}

.filter-none {
  filter: none;
}

.blur-0 {
  --tw-blur: blur(0);
}

.blur-none {
  --tw-blur: blur(0);
}

.blur-sm {
  --tw-blur: blur(4px);
}

.blur {
  --tw-blur: blur(8px);
}

.blur-md {
  --tw-blur: blur(12px);
}

.blur-lg {
  --tw-blur: blur(16px);
}

.blur-xl {
  --tw-blur: blur(24px);
}

.blur-2xl {
  --tw-blur: blur(40px);
}

.blur-3xl {
  --tw-blur: blur(64px);
}

.brightness-0 {
  --tw-brightness: brightness(0);
}

.brightness-50 {
  --tw-brightness: brightness(.5);
}

.brightness-75 {
  --tw-brightness: brightness(.75);
}

.brightness-90 {
  --tw-brightness: brightness(.9);
}

.brightness-95 {
  --tw-brightness: brightness(.95);
}

.brightness-100 {
  --tw-brightness: brightness(1);
}

.brightness-105 {
  --tw-brightness: brightness(1.05);
}

.brightness-110 {
  --tw-brightness: brightness(1.1);
}

.brightness-125 {
  --tw-brightness: brightness(1.25);
}

.brightness-150 {
  --tw-brightness: brightness(1.5);
}

.brightness-200 {
  --tw-brightness: brightness(2);
}

.contrast-0 {
  --tw-contrast: contrast(0);
}

.contrast-50 {
  --tw-contrast: contrast(.5);
}

.contrast-75 {
  --tw-contrast: contrast(.75);
}

.contrast-100 {
  --tw-contrast: contrast(1);
}

.contrast-125 {
  --tw-contrast: contrast(1.25);
}

.contrast-150 {
  --tw-contrast: contrast(1.5);
}

.contrast-200 {
  --tw-contrast: contrast(2);
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
}

.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));
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}

.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
}

.drop-shadow-3xl {
  --tw-drop-shadow: drop-shadow(0px 1.41384px 4.24153px rgba(0, 0, 0, 0.1)) drop-shadow(0px 1.41384px 2.82769px rgba(0, 0, 0, 0.06));
}

.grayscale-0 {
  --tw-grayscale: grayscale(0);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
}

.hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg);
}

.hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(15deg);
}

.hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg);
}

.hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg);
}

.hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg);
}

.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg);
}

.-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg);
}

.-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg);
}

.-hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(-60deg);
}

.-hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(-30deg);
}

.-hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(-15deg);
}

.invert-0 {
  --tw-invert: invert(0);
}

.invert {
  --tw-invert: invert(100%);
}

.saturate-0 {
  --tw-saturate: saturate(0);
}

.saturate-50 {
  --tw-saturate: saturate(.5);
}

.saturate-100 {
  --tw-saturate: saturate(1);
}

.saturate-150 {
  --tw-saturate: saturate(1.5);
}

.saturate-200 {
  --tw-saturate: saturate(2);
}

.sepia-0 {
  --tw-sepia: sepia(0);
}

.sepia {
  --tw-sepia: sepia(100%);
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter-none {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.backdrop-blur-0 {
  --tw-backdrop-blur: blur(0);
}

.backdrop-blur-none {
  --tw-backdrop-blur: blur(0);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
}

.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px);
}

.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px);
}

.backdrop-brightness-0 {
  --tw-backdrop-brightness: brightness(0);
}

.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5);
}

.backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75);
}

.backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9);
}

.backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95);
}

.backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1);
}

.backdrop-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05);
}

.backdrop-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1);
}

.backdrop-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25);
}

.backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5);
}

.backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2);
}

.backdrop-contrast-0 {
  --tw-backdrop-contrast: contrast(0);
}

.backdrop-contrast-50 {
  --tw-backdrop-contrast: contrast(.5);
}

.backdrop-contrast-75 {
  --tw-backdrop-contrast: contrast(.75);
}

.backdrop-contrast-100 {
  --tw-backdrop-contrast: contrast(1);
}

.backdrop-contrast-125 {
  --tw-backdrop-contrast: contrast(1.25);
}

.backdrop-contrast-150 {
  --tw-backdrop-contrast: contrast(1.5);
}

.backdrop-contrast-200 {
  --tw-backdrop-contrast: contrast(2);
}

.backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0);
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%);
}

.backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(0deg);
}

.backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(15deg);
}

.backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(30deg);
}

.backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(60deg);
}

.backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg);
}

.backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg);
}

.-backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg);
}

.-backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg);
}

.-backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(-60deg);
}

.-backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(-30deg);
}

.-backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(-15deg);
}

.backdrop-invert-0 {
  --tw-backdrop-invert: invert(0);
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%);
}

.backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0);
}

.backdrop-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05);
}

.backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1);
}

.backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2);
}

.backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25);
}

.backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3);
}

.backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4);
}

.backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5);
}

.backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6);
}

.backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7);
}

.backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75);
}

.backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8);
}

.backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9);
}

.backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95);
}

.backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1);
}

.backdrop-saturate-0 {
  --tw-backdrop-saturate: saturate(0);
}

.backdrop-saturate-50 {
  --tw-backdrop-saturate: saturate(.5);
}

.backdrop-saturate-100 {
  --tw-backdrop-saturate: saturate(1);
}

.backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5);
}

.backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2);
}

.backdrop-sepia-0 {
  --tw-backdrop-sepia: sepia(0);
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
}

.transition-none {
  transition-property: none;
}

.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;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hover\:transition-all:hover {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-75 {
  transition-delay: 75ms;
}

.delay-100 {
  transition-delay: 100ms;
}

.delay-150 {
  transition-delay: 150ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.delay-300 {
  transition-delay: 300ms;
}

.delay-500 {
  transition-delay: 500ms;
}

.delay-700 {
  transition-delay: 700ms;
}

.delay-1000 {
  transition-delay: 1000ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.hover\:duration-300:hover {
  transition-duration: 300ms;
}

.ease-linear {
  transition-timing-function: linear;
}

.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);
}

.content-none {
  content: none;
}

.header-wrapper{
  padding-top: 4.06rem;
}

.header-wrapper.otherpages-header{
  padding: 1.56rem 4.81rem 1.57rem 3.75rem;
}

.sm-mint {
  background: #FFFFFF;
}

ul#main-menu.sm-mint{
  margin: 2.88rem auto 0.81rem;
}

.sm-mint a, 
.sm-mint a:hover, 
.sm-mint a:focus, 
.sm-mint a:active {
  font-family: Prata;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2.125rem;
  color: #351313;
}

.sm-mint a.current {
  font-weight: bold;
}

.sm-mint a.disabled {
  color: #cccccc;
}

.sm-mint a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: auto;
  right: 8px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  border-radius: 4px;
}

.sm-mint a .sub-arrow{
  background: url("../assets/icons/arrow_green.svg");
  background-repeat: no-repeat;
  background-position: top 3px right 0px;
  width: 20px;
  height: 23px;
  top: 27px;
}

.sm-mint ul li a .sub-arrow {
  top:32px
}

.sm-mint ul li:first-child a .sub-arrow{
  top:20px;
}

.sm-mint > li:first-child {
  border-top: 0;
}

.sm-mint ul {
  background: #FBF9F3;
  color: black;
}

#main-menu li ul li a {
  padding:10px 40px 10px 0px;
}

#main-menu li ul li:first-child a:not(#main-menu li ul li ul li a) {
  padding-top: 0.5rem;
}

ul#main-menu li ul li ul {
  margin-top: -56px;
  left: 5px !important;
}

@media screen and (min-width: 1024px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/

  /* start... (it's not recommended editing these rules) */

  .sm-mint ul {
    position: absolute;
    width: 12em;
  }

  .sm-mint a .sub-arrow:not(.sm-mint a ul li .sub-arrow){
    display:none !important
  }

  ul#main-menu li:not(ul#main-menu li ul li){
    margin: 0px 1.875rem;
  }

  .sm-mint li > ul{
    top:65px !important;
    padding: 0px 0px;
    left:-1.25rem !important;
  }

  .sm-mint li > ul li ul{
    top:60px !important;
    background: #FBF9F3;
  }

  .sm-mint li {
    float: left;
  }

  .sm-mint.sm-rtl li {
    float: right;
  }

  .sm-mint ul li, .sm-mint.sm-rtl ul li, .sm-mint.sm-vertical li {
    float: none;
  }

  .sm-mint a {
    padding: 25px 10px;
    white-space: nowrap;
  }

  .sm-mint ul a, .sm-mint.sm-vertical a {
    white-space: normal;
  }

  .sm-mint .sm-nowrap > li > a, 
  .sm-mint .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */

  .sm-mint {
    border-top: 0;
    background: transparent;
  }

  /* ul#main-menu li ul li:hover {background-color: #FBF9F3;font-weight: 400;} */

  ul#main-menu li ul li:hover a {
    font-weight: 400;
  }

  .sm-mint a, 
  .sm-mint a:hover, 
  .sm-mint a:focus, 
  .sm-mint a:active, 
  .sm-mint a.highlighted {
    font-family: Prata;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.125rem;
    color: #351313;
    padding: 0 0 0;
  }

  .top-nav .sm-mint a, 
  .top-nav .sm-mint a:hover, 
  .top-nav .sm-mint a:focus, 
  .top-nav .sm-mint a:active, 
  .top-nav .sm-mint a.highlighted {
    font-family: Prata;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.125rem;
    color: #351313;
    padding: 0.5rem;
  }

  .top-nav .sm-mint li:not(.top-nav .sm-mint li ul li){
    margin-right:5px
  }

  .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active,
  .sm-mint a.highlighted:not(.sm-mint ul li a.highlighted.has-submenu ) {
    background:transparent;
  }

  .sm-mint ul li a:hover, .sm-mint ul li a:focus, .sm-mint ul li a:active {
    background: #DBD5D3;
  }

  .sm-mint a.highlighted ul {
    background: #fff;
    color: #333;
  }

  .sm-mint a.disabled {
    background: transparent;
    color: #cccccc;
    box-shadow: none;
  }

  .sm-mint a:hover .sub-arrow, 
  .sm-mint a:focus .sub-arrow, 
  .sm-mint a:active .sub-arrow {
    border-color: #fff transparent transparent transparent;
  }

  .sm-mint a.highlighted .sub-arrow {
    border-color: #191D24 transparent transparent transparent;
  }

  .sm-mint a.disabled .sub-arrow {
    border-color: #191D24 transparent transparent transparent;
  }

  .sm-mint a .sub-arrow::before {
    display: none;
  }

  .sm-mint li {
    border-top: 0;
  }

  /* -----------dropdown---------- */

  .sm-mint ul {
    border: 0;
    background: var(--Sand, #DBD5D3);
    /* Shadow-lg */
    box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.05), 0px 10px 15px -3px rgba(0, 0, 0, 0.10);
  }

  .sm-mint ul ul {
    border-radius: 0px;
  }

  .sm-mint ul a, 
  .sm-mint ul a:hover, 
  .sm-mint ul a:focus, 
  .sm-mint ul a:active, 
  .sm-mint ul a.highlighted {
    border: 0;
    padding: 12px 14px;
    color: #351313;
    border-radius: 0;
  }

  .sm-mint ul a:hover, 
    .sm-mint ul a:focus, 
    .sm-mint ul a:active, 
    .sm-mint ul a.highlighted {
    /* background: #f3f6d6;*/
    color: #351313;
    box-shadow: none;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm-mint ul a.disabled {
    background: transparent;
    color: #b3b3b3;
  }

  .sm-mint ul a.has-submenu {
    padding-right: 20px;
  }

  #main-menu li ul li a {
    padding: 10px 15px;
    font-family: Prata;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #191D24;
    border-bottom: 1px solid #DBD6CD;
  }

  #main-menu li ul li:last-child a{
    border-bottom: none;
  }

  #main-menu li ul li a:hover{
    /* font-weight: bold; */
    text-decoration: none;
  }

  .sm-mint ul a:hover, 
  .sm-mint ul a:focus, 
  .sm-mint ul a:active, 
  .sm-mint ul a.highlighted {
    /* background: #f3f6d6; */
    color: #351313;
    box-shadow: none;
  }

  .sm-mint ul a.disabled {
    background: transparent;
    color: #b3b3b3;
  }

  .sm-mint ul a.has-submenu {
    padding-right: 20px;
  }

  #main-menu li ul li a {
    padding: 15px;
    font-family: Prata;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    color: #351313;
    /* border-bottom: 1px solid #DBD6CD; */
  }

  .sm-mint ul a .sub-arrow::before {
    content: url('../assets/icons/arrow_green.svg');
  }

  .sm-mint ul a:hover .sub-arrow, 
  .sm-mint ul a:focus .sub-arrow, 
  .sm-mint ul a:active .sub-arrow, 
  .sm-mint ul a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #fff;
  }

  .sm-mint .scroll-up,
  .sm-mint .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #f3f6d6;
    height: 20px;
  }

  .sm-mint .scroll-up-arrow,
  .sm-mint .scroll-down-arrow {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 0 6px 8px 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #a8ce1f transparent;
  }

  .sm-mint.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 34px;
  }

  .sm-mint.sm-rtl a .sub-arrow {
    right: auto;
    left: 20px;
  }

  .sm-mint.sm-rtl.sm-vertical {
    border-right: 0;
    border-left: 2px solid #191D24;
  }

  .sm-mint.sm-rtl.sm-vertical a {
    border-radius: 0 4px 4px 0;
  }

  .sm-mint.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }

  .sm-mint.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #191D24 transparent transparent;
  }

  .sm-mint.sm-rtl.sm-vertical a:hover .sub-arrow, 
  .sm-mint.sm-rtl.sm-vertical a:focus .sub-arrow, 
  .sm-mint.sm-rtl.sm-vertical a:active .sub-arrow, 
  .sm-mint.sm-rtl.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent #fff transparent transparent;
  }

  .sm-mint.sm-rtl ul {
    border-radius: 4px 0 4px 4px;
  }

  .sm-mint.sm-rtl ul a {
    border-radius: 0 !important;
  }

  .sm-mint.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }

  .sm-mint.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #191D24 transparent transparent;
  }

  .sm-mint.sm-rtl ul a:hover .sub-arrow, 
  .sm-mint.sm-rtl ul a:focus .sub-arrow, 
  .sm-mint.sm-rtl ul a:active .sub-arrow, 
  .sm-mint.sm-rtl ul a.highlighted .sub-arrow {
    border-color: transparent #fff transparent transparent;
  }

  .sm-mint.sm-rtl ul a.disabled .sub-arrow {
    border-color: transparent #191D24 transparent transparent;
  }

  /* new  */

  .sm-mint.sm-vertical {
    border-bottom: 0;
    border-right: 2px solid #191D24;
  }

  .sm-mint.sm-vertical a {
    padding: 10px 20px;
    border-radius: 4px 0 0 4px;
  }

  .sm-mint .scroll-up,
  .sm-mint .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #191D24;
    height: 20px;
  }

  .sm-mint.sm-vertical a:hover, 
  .sm-mint.sm-vertical a:focus, 
  .sm-mint.sm-vertical a:active, 
  .sm-mint.sm-vertical a.highlighted {
    background: transparent;
    color: black;
    box-shadow: none;
  }

  .sm-mint.sm-vertical a.disabled {
    background: transparent;
    color: #cccccc;
  }

  .sm-mint.sm-vertical a .sub-arrow {
    right: 10px;
    border-width: 4.02px 0 4.02px 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #191D24;
  }

  .sm-mint.sm-vertical a:hover .sub-arrow, 
  .sm-mint.sm-vertical a:focus .sub-arrow, 
  .sm-mint.sm-vertical a:active .sub-arrow, 
  .sm-mint.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #fff;
  }

  .sm-mint.sm-vertical a.disabled .sub-arrow {
    border-color: transparent transparent transparent #191D24;
  }

  .sm-mint.sm-vertical ul {
    border-radius: 4px !important;
  }

  .sm-mint.sm-vertical ul a {
    padding: 10px 20px;
  }

  ul#main-menu ul.sm-nowrap {
    /* background: #FFFFFF; */
    /* box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%), 0px 4px 6px -2px rgb(0 0 0 / 5%); */
    /* border-radius: 3px; */
  }

  ul#main-menu li ul.sm-nowrap li ul {
    margin-top: -76px !important;
    left: 5px !important;
    padding: 0;
  }

  ul#main-menu li ul.sm-nowrap li:last-child ul {
    left: 30px !important;
    padding: 10px 10px 10px;
    bottom: -10px;
  }
}

/* ==========================custom================= */

.main-nav {
  background: transparent;
}

.sm-mint a:hover, 
.sm-mint a:focus, 
.sm-mint a:active, 
.sm-mint a.highlighted{
  color: #191D24;
  text-decoration: none;
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 11px 11px 11px 20px;
  color: #333;
  font-family: Prata;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.125rem;
  text-decoration: none;
}

#main-menu {
  clear: both;
  border-bottom: 0;
}

@media screen and (min-width: 1024px) {
  #main-menu {
    float: right;
    clear: none;
  }
}

/* Mobile menu toggle button */

.main-menu-btn {
  float: right;
  margin: 15px 15px;
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 1.8rem;
  text-indent: 6.25rem;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* hamburger icon */

/*.main-menu-btn-icon {
  position: absolute;
  top: 0;
  transform: none;
  right: 0;
  height: 1.42169rem;
  width: 2.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url('../assets/icons/hamburger-icon.svg');
  background-repeat: no-repeat; 
  background-size: contain;

}*/

/* close  x icon */

/*#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon {
  width: 100%;
  height: 100%;
  left: auto;
  right: 0px;
  top: 0px;
  transform: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url('../assets/icons/menu-close.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #191D24;
}
#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #191D24;
}*/

/* animate hamburger icon css */

.main-menu-btn-icon svg path{
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

.main-menu-btn-icon svg .third-line{
  opacity: 1;
  transition: all .9s ease-in-out;
}

.main-menu-btn-icon.is-active svg .third-line,
#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon svg .third-line{
  opacity: 0;
  transition: all .3s ease-in-out;
}

.main-menu-btn-icon.is-active svg{
  width: 2.5rem;
  height: 2.5rem;
}

.main-menu-btn-icon.is-active svg .first-line ,
#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon svg .first-line{
  transform: translate(4px,-9px) rotate(45deg);
  transition: all .3s ease-in-out;
}

.main-menu-btn-icon.is-active svg .second-line ,
#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon svg .second-line{
  transform: translate(-5px,54%) rotate(-45deg);
  transition: all .3s ease-in-out;
}

/* animate hamburger icon css end */

/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#main-menu li a.has-submenu .sub-arrow {
  display: none;
}

#main-menu li ul li a.has-submenu .sub-arrow {
  display: block;
}

/* hide the menu in mobile view */

#main-menu-state:not(:checked)~#main-menu {
  display: none;
}

#main-menu-state:checked~#main-menu {
  display: block;
}

.main-nav {
  border: none;
}

@media screen and (min-width: 1024px) {
  /* //768 */

  /* hide the button in desktop view */

  .main-menu-btn-icon{
    height: 32px;
  }

  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }

  /* always show the menu in desktop view */

  #main-menu-state:not(:checked)~#main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
  }

  .otherpages-header #main-menu-state:not(:checked)~#main-menu{
    justify-content: end;
    margin: 0;
  }
}

.sm-mint ul a, 
.sm-mint ul a:focus, 
.sm-mint ul a:active, 
.sm-mint ul a.highlighted{
  font-family: Prata;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height:1.75rem;
  color: #351313;
}

.only-mobilemenu{
  display: none;
}

@media screen and(min-width:1201px) and (max-width: 1279px) {
  .sm-mint a{
    padding: 8px;
  }

  .sm-mint a.has-submenu {
    padding-right: 8px;
  }

  .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active, .sm-mint a.highlighted{
    padding: 8px;
  }

  ul#main-menu li:not(ul#main-menu li ul li){
    margin-left: 0px;
  }

  .sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active, .sm-mint a.highlighted{
    font-size: 16px;
    line-height: 24px;
  }

  #main-menu .last-block-link .kontact-btn{
    font-size: 16px;
    line-height: 24px;
    padding: 11px 25px;
  }

  .sm-mint li > ul{
    top:40px !important;
  }

  #main-menu li ul li a{
    font-size: 16px;
    line-height: 24px;
  }

  .search-field::placeholder,.search-field:-ms-input-placeholder,.search-field::-ms-input-placeholder{
    font-size: 16px;
    line-height: 24px;
  }

  .search-submit {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 1200px) {
  .sm-mint a{
    padding: 8px;
  }

  .sm-mint a.has-submenu {
    padding-right: 8px;
  }

  .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active, .sm-mint a.highlighted{
    padding: 8px;
  }

  ul#main-menu li:not(ul#main-menu li ul li){
    margin-left: 0px;
  }

  .sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active, .sm-mint a.highlighted{
    font-size: 16px;
    line-height: 24px;
  }

  #main-menu .last-block-link .kontact-btn{
    font-size: 16px;
    line-height: 24px;
    padding: 11px 25px;
  }

  .sm-mint li > ul{
    top:69px !important;
  }

  #main-menu li ul li a{
    font-size: 16px;
    line-height: 24px;
  }

  .search-field::placeholder,.search-field:-ms-input-placeholder,.search-field::-ms-input-placeholder{
    font-size: 16px;
    line-height: 24px;
  }

  .search-submit {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and  (max-width:1023.5px) {
  .search-box input, .last-block-link label input{
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #1D211E;
  }

  ul#main-menu li ul li ul {
    margin-top: -15px !important;
    left: 40px !important;
    padding: 11px 0px
  }

  li.not-inmobile span.svg-menu svg path{
    fill:#351313;
  }

  .main-menu-btn{
    position: absolute;
    right: -25px;
    top: 0px;
  }

  .main-menu-btn {
    position: absolute;
    top: -55px;
    right: 32px;
  }

  #main-menu-state:not(:checked)~#main-menu {
    display: none;
  }

  #main-menu-state:checked~#main-menu {
    display: block;
    max-width: 96.2666%;
    min-width: auto;
    float: right;
    background: #F1F0EC;
    margin: 0;
  }

  ul#main-menu.sm-mint{
    margin: 0;
  }
}

@media screen and (max-width: 1023.5px) {
  #main-menu li ul li {
    padding: 0px 0px 0px 0px;
  }

  ul#main-menu li ul li ul {
    left: 2rem !important;
    padding: 11px 40px 11px 0;
  }

  .absolutediv-mobile{
    padding-right: 0px !important;
    top: 0px;
    width: 100%;
  }

  ul#main-menu{
    display: block;
    height: auto;
    padding: 15.19rem 5rem 5.88rem 4.38rem;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    min-width: 100%;
    right: 0;
    background-color: #F1F0EC;
    overflow-y: auto;
  }

  .sm-mint ul{
    background: #F1F0EC;
  }

  #main-menu li a:not(#main-menu li ul li a){
    font-size: 2.0625rem;
    line-height: 2.125rem;
    font-weight: 400;
    color: #351313;
    text-align: start;
  }

  #main-menu li a:not(#main-menu li ul li a){
    padding: 0rem 0rem !important;
    display: inline;
  }

  ul#main-menu li:not(ul#main-menu li ul li){
    padding: 1.25rem 0rem;
  }

  .sm-mint a .sub-arrow {
    background: url('../assets/icons/arrow-submenu.svg');
    background-repeat: no-repeat;
    background-position: top 3px right 0px;
    width: 20px;
  }

  .last-block-link{
    flex-direction: column;
    align-items: start;
    margin-left: 22px;
  }

  #main-menu *{
    transition:all .3s ease-in-out;
  }

  .search-box{
    margin: 20px 0px 30px;
  }

  .sm-mint ul li:first-child a .sub-arrow {
    top: 32px;
  }

  .sm-mint a:hover, 
.sm-mint a:focus, 
.sm-mint a:active, 
.sm-mint a.highlighted {
    border-bottom: none;
  }

  #main-menu li ul li {
    padding: 0px;
  }

  #main-menu li ul li ul li{
    padding: 0px 0px 0px 0px;
  }

  .sm-mint a .sub-arrow{
    top:33px;
  }

  .main-menu-btn {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 12354;
  }

  .main-nav{
    padding-top: 0px;
  }

  body.home-page ul#main-menu li a {
    color: #351313;
    padding: 10px;
  }

  .sm-mint a, 
.sm-mint a:hover, 
.sm-mint a:focus, 
.sm-mint a:active {
    font-family: Prata;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #351313;
    font-family: Prata;
    font-size: 1.5rem !important;
    line-height: 2.125rem !important;
    /* 141.667% */
  }

  .sm-mint ul a:focus, 
.sm-mint ul a:active, 
.sm-mint ul a.highlighted {
    font-weight: 400;
  }

  #main-menu li a.has-submenu .sub-arrow {
    display: none;
  }

  #main-menu li ul li a {
    border-bottom: 1px solid #DBD6CD;
  }

  ul#main-menu li ul li{
    padding: 7.5px 0px;
  }

  ul#main-menu li ul li a {
    border: none;
    font-size: 1.25rem !important;
    line-height: normal !important;
  }
}

@media screen and  (max-width: 575px) {
  .main-menu-btn{
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 12354;
  }

  .main-nav{
    padding: 0px;
  }

  ul#main-menu li ul li ul {
    margin-top: -15px !important;
    left: 40px !important;
    padding: 0.6875rem 0px 0;
  }
}

.header-wrapper .main-nav {
  margin: 0px auto;
}

.logo-button-row .logo{
  padding: 0px;
  z-index: 99;
}

.logo-button-row {
  justify-content: start;
  display: flex;
  z-index: 99;
  margin-bottom: 0;
  width:100%;
}

.otherpages-header .logo-button-row {
  justify-content: start;
}

.logo-button-row .logo {
  padding: 0px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) and (max-width:991.5px) {
  /* .logo-button-row .logo{height: 1.99988rem;width: 14rem;} */
}

@media screen and (max-width:1023.5px){
  .logo-button-row{
    margin: 0;
    top: 12px;
  }

  /* height: 4.875rem; */

  .header-wrapper{
    padding: 1.44rem 1.94rem 1.44rem 1.38rem !important;
    position: -webkit-sticky;
    position: sticky;
    top:0;
    width:100%;
    z-index: 999;
    /*border-bottom: 0.5px solid #DBD6CD;*/
  }

  .header-wrapper.otherpages-header{
    padding: 1.44rem 1.94rem 1.44rem 1.38rem;
  }

  ul#main-menu li:not(ul#main-menu li ul li):first-child {
    padding-top: 0px;
  }

  #main-menu:before{
    content: url('../assets/icons/mobilemenulogo.svg');
    width: 4.85938rem;
    height: 5.875rem;
    flex-shrink: 0;
    top: 5.56rem;
    position: absolute;
    z-index: 9999;
    left: 4.38rem;
  }

  .logo-button-row .logo img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .main-menu-btn {
    right: 1.94rem;
    top: 1.75rem;
    margin: 0;
  }

  .logo-button-row .logo {
    padding: 0px;
  }

  .header-wrapper .main-nav {
    margin: 0px 0px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }

  /* .logo-button-row{height: 1.99988rem;width: 14rem;} */

  /* .logo-button-row a{height: 1.99988rem;width: 14rem;} */

  .sub-arrow{
    transition: 0.2s ease-in-out;
  }

  a.has-submenu.highlighted .sub-arrow{
    transform: rotate(90deg);
    transition: 0.2s ease-in-out;
    top: 29px;
  }

  ul li ul li a.has-submenu.highlighted .sub-arrow{
    transform: rotate(90deg);
    transition: 0.2s ease-in-out;
    top: 30px;
  }
}

/* hover effects menu */

.sm-mint a{
  position: relative;
  transition: all .3s ease-in-out;
}

.sm-mint li:hover a::after{
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: -1;
  background-color: #C3B9B5;
  transition: all .3s ease-in-out;
}

.current-menu-item a:not(.current-menu-item li a){
  position: relative;
  color: #351313 !important;
}

.current-menu-item a:not(.current-menu-item li a)::after{
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: -1;
  background-color: #C3B9B5;
  transition: all .3s ease-in-out;
}

.sm-mint li:hover ul li a::after{
  content:none;
}

#main-menu li ul li:first-child:not(#main-menu li ul li ul li) {
  padding-top: 0.5rem;
}

.sm-mint li:hover a:not(.sm-mint li:hover ul li a)::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: -1;
  background-color: #C3B9B5;
  transition: all .3s ease-in-out;
}

ul#main-menu li ul li a {
  position: relative;
  z-index: 1;
  padding: 0;
  display: inline-block;
}

ul#main-menu li ul li{
  padding:8px 15px;
}

ul#main-menu li ul li:hover a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: -1;
  background-color: #C3B9B5;
  transition: all .3s ease-in-out;
}

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
 You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
 You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{
  box-sizing:border-box;
  position:relative;
  z-index:9999;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.sm,.sm ul,.sm li{
  display:block;
  list-style:none;
  margin:0;
  padding:0;
  line-height:normal;
  direction:ltr;
  text-align:left;
}

.sm-rtl,.sm-rtl ul,.sm-rtl li{
  direction:rtl;
  text-align:right;
}

.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{
  margin:0;
  padding:0;
}

.sm ul{
  display:none;
}

.sm li,.sm a{
  position:relative;
}

.sm a{
  display:block;
}

.sm a.disabled{
  cursor:default;
}

.sm::after{
  content:"";
  display:block;
  height:0;
  font:0px/0 serif;
  clear:both;
  overflow:hidden;
}

.sm *,.sm *::before,.sm *::after{
  box-sizing:inherit;
}

/* =============================================================================================== */

.header-wrapper.otherpages-header  {
  position: -webkit-sticky;
  position: sticky;
  right: 0px;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  transform: none;
  transition: all 0.3s ease-in-out;
}

.header-wrapper.show-common-header.otherpages-header  {
  transform: translateY(-100%) translateZ(0px);
  transition: all 0.3s ease-in-out;
}

.otherpages-header.sticky-wrapper .logo-button-row {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

/* header  */

/* header search bar css  */

#main-menu *{
  transition: all .3s ease-in-out;
}

@media screen and (min-width:1280px) and (max-width:1439px){
  ul#main-menu li:not(ul#main-menu li ul li) {
    margin-left: 0px;
  }
}

.leading-normal {
  line-height: normal !important;
}

/* home sticky header  */

.header-wrapper {
  padding: 4.06rem 4.81rem 0 3.75rem;
  position: -webkit-sticky;
  position: sticky;
  right: 0px;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.sticky-menuline.header-wrapper.homepage-header  {
  transform: translateY(-100%) translateZ(0px);
  transition: all 0.3s ease-in-out;
}

.logo-button-row{
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.logo-button-row{
  opacity: 1;
  display: flex;
  transition: all 0.3s ease-in-out;
}

.sticky-wrapper .logo-button-row{
  opacity: 0;
  display: flex;
  transition: all 0.3s ease-in-out;
}

.sticky-wrapper{
  transform: translateY(-64%) translateZ(0px);
  transition: all 0.3s ease-in-out;
}

.sticky-wrapper.header-wrapper.homepage-header #main-menu-state:not(:checked)~#main-menu{
  margin:2.0625rem auto;
  justify-content: end;
  transition: all .5s ease-in-out;
}

.sticky-logo{
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.sticky-wrapper.header-wrapper.homepage-header .sticky-logo{
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.home-banner{
  position: relative;
}

.home-banner::before{
  width: 100%;
  height: 21.78rem;
  background-color: #DBD5D3;
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  top: -16.875rem;
  left: 0;
}

@media screen and (min-width:1024px) and (max-width:1279.5px) {
  .sticky-wrapper.header-wrapper.homepage-header{
    padding: 1.44rem 1.94rem 1rem 2rem;
    transform: translateY(-50%);
  }

  .sticky-menuline.header-wrapper.homepage-header{
    transform: translateY(-100%);
  }
}

@media screen and (max-width:1023.5px) {
  .sticky-wrapper ul#main-menu.sm-mint {
    margin: 0;
  }

  .sticky-wrapper .logo-button-row{
    height:2rem;
    opacity:1;
  }

  .sticky-wrapper.header-wrapper.homepage-header.sticky-menuline {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
  }

  .sticky-wrapper.header-wrapper.homepage-header{
    padding: 1.44rem 1.94rem 1.44rem 1.38rem !important;
    transform: translateY(0%);
  }

  .sticky-wrapper.header-wrapper.homepage-header .sticky-logo {
    display: none;
    opacity: 1;
    transition: all .5s ease-in-out;
    top: 1.44rem;
    left: 1.38rem;
  }

  .sticky-wrapper.header-wrapper.homepage-header .sticky-logo a{
    display: inline-block;
    width: 14rem;
  }

  /* .sticky-menuline.header-wrapper.homepage-header.sticky-wrapper  {
  -webkit-transform: translateY(-100%) translateZ(0px);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%) translateZ(0px);
  transform: translateY(-100%) translateZ(0px);
  transition: all 0.3s ease-in-out;
} */

  .sticky-menuline.header-wrapper.homepage-header {
    transform: translateY(0%) translateZ(0px);
    transition: all 0.3s ease-in-out;
  }

  .sticky-wrapper.sticky-menuline.header-wrapper.homepage-header {
    transform: translateY(-100%) translateZ(0px);
    transition: all 0.3s ease-in-out;
  }

  .header-wrapper.show-common-header.otherpages-header  {
    transform: translateY(0%) translateZ(0px);
    transition: all 0.3s ease-in-out;
  }

  .sticky-wrapper.header-wrapper.otherpages-header.show-common-header {
    transform: translateY(-100%) translateZ(0px);
    transition: all 0.3s ease-in-out;
  }
}

/* home sticky header  end*/

/* .logoShow mobile css*/

.logoShow{
  transition: all 0.3s ease-in-out;
  opacity: 1;
  transform: translateX(0%)
}

.mobileSmallLogo.logoShow{
  display: block !important;
  transform: translateX(0%);
  transition: all .6s ease-in-out;
  left: 4.38rem;
  opacity: 1;
}

.mobileSmallLogo a {
  width: 4.85938rem;
  height: 5.875rem;
  display: block;
  transform: translateX(360%);
  opacity: 0;
  transition: all .6s ease-in-out;
}

.mobileSmallLogo.logoShow a{
  width: 4.85938rem;
  height: 5.875rem;
  display: block;
  transform: translate(0);
  opacity: 1;
  transition: all .6s ease-in-out;
}

.mobileSmallLogo{
  width: calc(100% - 4.38rem);
  height: 5.875rem;
  flex-shrink: 0;
  top: 5.56rem;
  position: absolute;
  z-index: 99999;
  transition: all .3s ease-in-out;
  opacity: 0;
  overflow: hidden;
}

#main-menu-state:checked~#main-menu:before{
  content: none !important;
}

ul#main-menu li:not(ul#main-menu li ul li):nth-child(2) {
  padding-top: 0px;
}

.mobileSmallLogo.logoShow a svg{
  position: relative;
  top: -8px;
}

/* sannergata home-page css  */

.banner-badge-button{
  top: -6.8125rem;
}

.link-wrapper .pulse-link:first-child{
  border-top: 1px solid #DBD5D3;
}

.swiper-mobile-icon {
  top: 20%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 99;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  overflow: hidden;
}

.mobileFingericon{
  margin-top: -3.4375rem;
}

.outerDiv{
  position: relative;
}

.services-swiper-wrapper .emptydiv{
  width: 4.8125rem;
  height: 1.35rem;
  background: #7E342E;
  position: absolute;
  overflow: hidden;
  top: -2rem;
  left: 0px;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 70%, 100% 100%, 49% 100%, 24% 69%, 0 100%, 0% 35%, 0 1%);
          clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 70%, 100% 100%, 49% 100%, 24% 69%, 0 100%, 0% 35%, 0 1%);
}

@keyframes moveFor {
  from {
    left: 0px;
    opacity: 1;
  }

  to {
    left: 18.75rem;
    opacity: 0;
  }
}

@-webkit-keyframes moveFor {
  from {
    left: 0px;
  }

  to {
    left: 18.75rem;
  }
}

.in-view-animate.services-swiper-wrapper .emptydiv {
  -webkit-animation-name: moveFor;
          animation-name: moveFor;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: forward;
          animation-iteration-count: forward;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@media screen and (-webkit-min-device-pixel-ratio:0)  {
  ::-webkit-full-page-media, :future, :root .mobileFingerArrow {
    position: absolute;
    width: 52px;
  }

  ::-webkit-full-page-media, :future, :root .mobileFingericon {
    margin-top: 0;
    position: absolute;
    width: 52px;
  }

  ::-webkit-full-page-media, :future, :root .services-swiper-wrapper .emptydiv{
    left: -26px;
  }
}

@media screen and (min-width:1024px) {
  .banner-badge-button{
    z-index: 9999;
  }
}

@media screen and (min-width:1024px) and (max-width:1279.5px){
  .banner-badge-button{
    top: -4.8125rem;
    z-index: 999;
    right: 3.49rem;
  }
}

@media screen and (max-width:1023.5px){
  .banner-badge-button{
    top: -4.8125rem;
    z-index: 99;
    right: 50%;
    transform: translateX(50%);
  }
}

@media screen and (min-width:768px) and (max-width:1023.5px){
  .home-banner .banner-badge-button{
    right: 50%;
    transform: translateX(50%);
  }

  .home-banner {
    padding: 6.38rem 0rem 1.83rem !important;
  }
}

/* services swiper slider  */

.services-section .swiper-button-prev{
  left: auto !important;
  right:5.25rem;
}

.services-section .swiper-button-next{
  right: 0px !important;
}

.services-section .swiper-button-next, .services-section .swiper-button-prev{
  width: 2.631rem;
  height: 1.875rem;
  cursor: pointer;
}

.services-section .swiper-button-next:after, .services-section .swiper-button-prev:after{
  content: none !important;
}

@media screen and (min-width:1536px) and (max-width:1792.5px){
  .swiper-container-wrapper{
    padding-left: 10px;
  }

  .slider-arrows{
    width:90%
  }
}

@media screen and (min-width:1280px) and (max-width:1535.5px){
  .swiper-container-wrapper{
    padding-left: 10px;
  }

  .slider-arrows{
    width:90%
  }
}

@media screen and (min-width:1280px) and (max-width:1535.5px){
  .swiper-container-wrapper{
    padding-left: 10px;
  }

  .slider-arrows{
    width:90%
  }
}

@media screen and (min-width:1024px) and (max-width:1279.5px){
  .services-section .swiper-container-wrapper{
    padding-left: 10px;
  }

  .services-section .slider-arrows{
    width:90%
  }
}

@media screen and (max-width:767.5px){
  .home-banner{
    padding: 6.38rem 0rem 1.83rem;
  }

  .services-section .swiper-button-prev{
    left: -20px !important;
    width: 40px;
    height: 40px;
  }

  .services-section .swiper-button-next{
    right: -20px !important;
    width: 40px;
    height: 40px;
  }

  /* .slider-arrows{top: 47%;height: 40px;} */

  .swiper-pagination-progressbar.swiper-pagination-horizontal{
    margin: 20px 0 0 !important;
  }

  .swiper-container-wrapper--timeline .swiper-pagination-progressbar:after,
	.swiper-container-wrapper--timeline .swiper-pagination-progressbar:before ,
	.swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill,
	.swiper-container-wrapper--timeline .swiper-pagination-progressbar{
    height: 3px;
  }

  .swiper-pagination-progressbar.swiper-pagination-horizontal{
    height:3px !important;
  }

  .swiper-scroll .swiper-scrollbar{
    height: 3px;
  }

  .img-overlapping-section .img-column{
    margin-top:-4.1875rem;
  }
}

/***********************************************/

/*blog detail css*/

/* content style  */

.content *:first-child{
  margin-top: 0;
}

.content *:last-child{
  margin-bottom: 0;
}

.content p {
  color: var(--bodytext, #534D4C);
  font-family: Cabin;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 1.56rem;
}

.content blockquote p, .content blockquote{
  color: var(--svart, #191D24);
  font-family: Prata;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1875rem;
}

.content blockquote{
  padding-left: 1.125rem;
  border-left: 4px solid #DBD5D3;
  margin: 1.5625rem 0 3.125rem;
}

.content figcaption{
  color: var(--gr, #756C69);
  font-family: Cabin;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top:0.625rem;
}

.content figure {
  margin: 2.5rem -3.75rem;
}

.content figure img{
  width: 100%;
}

.content h2{
  color: var(--svart, #191D24);
  font-family: Cabin;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.625rem;
  margin: 3.12rem 0 0.94rem;
}

.content h3{
  color: var(--svart, #191D24);
  font-family: Cabin;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.125rem;
  margin: 3.12rem 0 0.94rem;
}

.content h4{
  color: var(--svart, #111010);
  font-family: Cabin;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  margin: 3.12rem 0 0.94rem;
}

.content ul{
  margin: 0 0 3.125rem;
}

.content ul li {
  color: var(--bodytext, #534D4C);
  font-family: Cabin;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 0.94rem;
  position: relative;
  padding-left: 1.3125rem;
}

.content ul li::before {
  content: url('../assets/icons/arrow-right.svg');
  margin-right: 0.6875rem;
  margin-top: 0px;
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.content ol {
  font-family: Cabin !important;
  list-style: auto;
  counter-reset: my-counter;
  list-style: none;
  margin: 0 0 3.125rem;
}

.content ol li {
  color: var(--bodytext, #534D4C);
  font-family: Cabin;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 0.94rem;
  position: relative;
  padding-left: 1.3125rem;
}

.content ol li:before {
  counter-increment: my-counter;
  content: counter(my-counter) ".";
  position: absolute;
  left: 0;
}

.content .bg-light{
  padding: 2.1875rem 2.5rem;
  background: var(--gul, #FEF4AF);
  margin-top: 3.12rem;
}

.content .bg-light *:first-child{
  margin-top: 0px;
}

.content .bg-light *:last-child{
  margin-bottom: 0px;
}

.video-block .video-caption{
  color: var(--gr, #756C69);
  font-family: Cabin;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top:0.625rem;
  display: inline-block;
}

.content a{
  text-decoration: underline;
}

.content a:hover{
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.content a:hover {
  background: linear-gradient(0deg, rgba(255,0,255,0) -57%, rgba(255,0,255,0) -43%, rgba(254, 244, 175, 1) 32%, rgba(254, 244, 175, 1) 34%, rgba(255,0,255,0) 39%) !important;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: all .3s ease-in-out;
}

.content .bg-light a:hover {
  background: linear-gradient(0deg, rgba(255,0,255,0) -57%, rgba(255,0,255,0) -43%, rgba(219, 213, 211, 1) 32%, rgba(219, 213, 211, 1) 34%, rgba(255,0,255,0) 39%) !important;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: all .3s ease-in-out;
}

@media screen and (min-width:768px) and (max-width:1023.5px) {
  /* .content{width:80%;margin: 0 auto;} */

  .content figure{
    margin: 2.5rem 0;
  }
}

@media screen and (max-width:767.5px) {
  .content figure{
    margin: 2.5rem 0;
  }

  .content p{
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 1.25rem;
  }

  .content blockquote p, .content blockquote{
    font-size: 1.25rem;
    line-height: normal;
  }

  .content blockquote{
    margin: 1.125rem 0 2.5rem;
  }

  .content h2{
    font-size: 1.5rem;
    line-height: 2.125rem;
    margin: 2.5rem 0 0.625rem;
  }

  .content h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 2.5rem 0 0.625rem;
  }

  .content h4{
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin: 2.5rem 0 0.625rem;
  }

  .content ul li{
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 0.62rem;
  }

  .content ol li{
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 0.62rem;
  }

  .content ul,.content ol{
    margin: 0 0 2.5rem;
  }

  .video-section .video-block iframe{
    height: 203px;
  }

  .video-block .video-caption{
    font-size: 0.875rem;
    line-height: 1.1875rem;
  }

  .content .bg-light{
    padding: 2.19rem 1.88rem;
    margin: 2.5rem 0;
  }

  .next-prev-section{
    position: relative;
    height: 30px;
  }

  .content figcaption{
    font-size: 0.875rem !important;
  }
}

body .author-section {
  margin-bottom: 2.69rem
}

@media (min-width: 1024px) {
  body .author-section {
    margin-bottom: 5rem;
  }
}

.prev-btn a:hover span.s-arrow {
  transform: translateX(10px);
  transition: all .3s ease-in-out;
}

.prev-btn a span.s-arrow {
  transition: all .3s ease-in-out;
}

.prev-btn span:last-child{
  position: relative;
  transition: all .3s ease-in-out;
  display: inline-flex;
}

.prev-btn:hover span:last-child:after{
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: -1;
  background-color: #FEF4AF;
  transition: all .3s ease-in-out;
}

.next-btn span:first-child{
  position: relative;
  transition: all .3s ease-in-out;
  display: inline-flex;
}

.next-btn:hover span:first-child:after{
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: -1;
  background-color: #FEF4AF;
  transition: all .3s ease-in-out;
}

.next-btn a:hover span.s-arrow{
  transform: translateX(-10px);
  transition: all .3s ease-in-out;
}

.next-btn a span.s-arrow{
  transform: translateX(0px);
  transition: all .3s ease-in-out;
}

/*blog listing hover*/

.bloglisting-section article .blog-sub-title,article .blog-sub-title span {
  transition: all .3s ease-in-out;
}

.bloglisting-section article:hover .blog-sub-title span {
  background: linear-gradient(0deg, rgba(255,0,255,0) 0%, rgba(255,0,255,0) 16%, rgba(254, 244, 175, 1) 16%, rgba(254, 244, 175, 1) 41%, rgba(255,0,255,0) 41%);
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: all .3s ease-in-out;
}

/*contact button hover*/

.contact-banner-content a, .contact-details a{
  transition: all .3s ease-in-out;
}

.contact-banner-content a:hover{
  background: var(--sand-hover, #C3B9B5);
  transition: all .3s ease-in-out;
}

.contact-details a:hover span{
  color: #FEF4AF;
  transition: all .3s ease-in-out;
}

/* slider css  */

.swiper-slide{
  cursor: pointer;
}

.swiper-slide:hover .slider-caption .slide-title{
  text-decoration: underline;
  transition: all .3s ease-in-out;
  color: var(--purple, #612172);
  cursor: pointer;
}

.slider-block .swiper-button-next:after, 
.slider-block .swiper-rtl .swiper-button-prev:after,
.slider-block .swiper-button-prev:after, 
.swiper-rtl .swiper-button-next:after,.swiper-button-next:after, 
.swiper-button-prev:after {
  content: ' ' !important;
  cursor: pointer;
}

.slider-block .swiper-pagination-progressbar.swiper-pagination-horizontal{
  margin: 50px 0 0 0px !important;
  background: #F4F4F4;
  border-radius: 10px;
}

.slider-block .swiper-button-prev.swiper-button-disabled{
  opacity: 1;
}

.slider-block .swiper-button-prev{
  left: -5.251rem !important;
  cursor: pointer;
  width: 3.25rem;
  height: 2.31019rem;
  margin-right: 2.62rem;
}

.slider-block .swiper-button-next{
  right: -5.291rem !important;
  cursor: pointer;
  width: 3.25rem;
  height: 2.31019rem;
  margin-left: 2.66rem;
}

.slider-block .swiper-button-prev svg{
  cursor: pointer;
  width: 2.631rem;
  height: 1.875rem;
}

.slider-block .swiper-button-next svg{
  cursor: pointer;
  width: 2.631rem;
  height: 1.875rem;
}

.slider-block .swiper-button-next{
  width: 3.25rem;
  height: 2.31019rem;
  cursor: pointer;
  display: flex;
  align-items: start;
  justify-content: end;
}

.slider-block .swiper-button-prev {
  width: 3.25rem;
  height: 2.31019rem;
  cursor: pointer;
  display: flex;
  align-items: start;
  justify-content: start;
}

.slider-block .swiper-button-prev:hover{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='37' viewBox='0 0 43 37' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0803 3.14798L3.53874 18.4815L24.0803 33.815V26.5673L17.0939 21.3723H41.4215V15.5907H17.0939L24.0803 10.3957V3.14798Z' fill='%23FEF4AF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.6588 0L0.900002 18.4815L25.6588 36.963V25.774L21.8619 22.9507H43V14.0123H21.8619L25.6588 11.1889V0ZM22.5019 6.29594V9.60237L12.3258 17.1692H39.8431V19.7938H12.3258L22.5019 27.3606V30.667L6.17747 18.4815L22.5019 6.29594Z' fill='%23FEF4AF'/%3E%3C/svg%3E");
  background-position:top 0px left 0px;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-block .swiper-button-next:hover{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='37' viewBox='0 0 43 37' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.9197 3.14798L39.4613 18.4815L18.9197 33.815V26.5673L25.9061 21.3723H1.57845V15.5907H25.9061L18.9197 10.3957V3.14798Z' fill='%23FEF4AF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.3412 0L42.1 18.4815L17.3412 36.963V25.774L21.1381 22.9507H0V14.0123H21.1381L17.3412 11.1889V0ZM20.4981 6.29594V9.60237L30.6742 17.1692H3.1569V19.7938H30.6742L20.4981 27.3606V30.667L36.8225 18.4815L20.4981 6.29594Z' fill='%23FEF4AF'/%3E%3C/svg%3E");
  background-position:top 0px right -1px;
  background-repeat: no-repeat;
  background-size: contain;
}

/* hover effects all */

.home-blog-article:hover .blog-sub-title::after{
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: -1;
  background-color: #FEF4AF;
  transition: all .3s ease-in-out;
}

/* hover effects home page */

.se-all-link span{
  position: relative;
  transition: all .3s ease-in-out;
  display: inline-flex;
}

.se-all-link:hover span::after{
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: -1;
  background-color: #FEF4AF;
  transition: all .3s ease-in-out;
}

.se-all-link:hover svg{
  transform: translateX(-10px);
  transition: all .3s ease-in-out;
}

.se-all-link svg{
  transform: translateX(0px);
  transition: all .3s ease-in-out;
}

.email a:hover span, .telephon a:hover span, .col-wrapper p:hover a{
  transition: all .3s ease-in-out;
  color: #FEF4AF;
  cursor: pointer;
}

.email a span, .telephon a span, .col-wrapper p a{
  transition: all .3s ease-in-out;
}

/* hover effects for home articles + slider arrow */

.home-blog-article .blog-sub-title, .home-blog-article .blog-sub-title span {
  transition: all .3s ease-in-out;
}

.home-blog-article:hover .blog-sub-title span {
  background: linear-gradient(0deg, rgba(255,0,255,0) 0%, rgba(255,0,255,0) 16%, rgba(254, 244, 175, 1) 16%, rgba(254, 244, 175, 1) 41%, rgba(255,0,255,0) 41%);
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: all .3s ease-in-out;
}

.services-section .swiper-button-next:hover, .services-section .swiper-button-prev:hover {
  width: 3.25rem !important;
  height: 2.31019rem !important;
  cursor: pointer;
}

.services-section .swiper-button-next svg, .services-section .swiper-button-prev svg{
  width: 2.631rem !important;
  height: 1.875rem !important;
  cursor: pointer;
}

.services-section .swiper-button-next{
  width: 3.25rem;
  height: 2.31019rem;
  cursor: pointer;
  display: flex;
  align-items: start;
  justify-content: end;
}

.services-section .swiper-button-prev {
  width: 3.25rem;
  height: 2.31019rem;
  cursor: pointer;
  display: flex;
  align-items: start;
  justify-content: start;
}

.services-section .swiper-button-prev:hover{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='37' viewBox='0 0 43 37' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0803 3.14798L3.53874 18.4815L24.0803 33.815V26.5673L17.0939 21.3723H41.4215V15.5907H17.0939L24.0803 10.3957V3.14798Z' fill='%237E342E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.6588 0L0.900002 18.4815L25.6588 36.963V25.774L21.8619 22.9507H43V14.0123H21.8619L25.6588 11.1889V0ZM22.5019 6.29594V9.60237L12.3258 17.1692H39.8431V19.7938H12.3258L22.5019 27.3606V30.667L6.17747 18.4815L22.5019 6.29594Z' fill='%237E342E'/%3E%3C/svg%3E");
  background-position:top 0px left -2px;
  background-repeat: no-repeat;
  background-size: contain;
}

.services-section .swiper-button-next:hover{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='37' viewBox='0 0 43 37' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.9197 3.14798L39.4613 18.4815L18.9197 33.815V26.5673L25.9061 21.3723H1.57845V15.5907H25.9061L18.9197 10.3957V3.14798Z' fill='%237E342E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.3412 0L42.1 18.4815L17.3412 36.963V25.774L21.1381 22.9507H0V14.0123H21.1381L17.3412 11.1889V0ZM20.4981 6.29594V9.60237L30.6742 17.1692H3.1569V19.7938H30.6742L20.4981 27.3606V30.667L36.8225 18.4815L20.4981 6.29594Z' fill='%237E342E'/%3E%3C/svg%3E");
  background-position:top 0px right -2px;
  background-repeat: no-repeat;
  background-size: contain;
}

/* loading-effects style  /
/ 1. slider  */

.services-swiper-wrapper  .services-swiper, 
.services-swiper-wrapper .swiper-wrapper .swiper-slide:not(.services-swiper-wrapper .swiper-slide.swiper-slide-duplicate) {
  opacity: 0;
  margin-left: -1.25rem;
  margin-top: 0rem;
  transition: opacity cubic-bezier(.47,0,.745,.715);
}

/* 2. right side img  */

.pulse-link-section .pulseimg{
  opacity: 0;
  margin-left: -2.5rem;
  transition: opacity cubic-bezier(.47,0,.745,.715);
}

/* 3. home blog listing  */

.homebloglist-section .home-blog-article{
  opacity: 0;
  margin-left: 0rem;
  margin-top: 1.25rem;
  transition: opacity cubic-bezier(.47,0,.745,.715);
}

/* 4. overlapping img text css  */

.img-overlapping-section .innertext{
  opacity: 0;
  margin-left: 0rem;
  margin-top: 1.25rem;
  transition: opacity cubic-bezier(.47,0,.745,.715);
}

.img-overlapping-section .overlapimg{
  opacity: 0;
  margin-left: -2.5rem;
  transition: opacity cubic-bezier(.47,0,.745,.715);
}

/* 5. alternate block css  */

.alternateblock-main-wrapper .alternate-rightimg,
.alternateblock-main-wrapper .alternate-lefttext {
  opacity: 0;
  margin-left: 0rem;
  margin-top: 1.25rem;
  transition: opacity cubic-bezier(.47,0,.745,.715);
}

/* 6. Aktuelt page - bloglist-section article */

.bloglisting-section .blog-article{
  opacity: 0;
  margin-left: 0rem;
  margin-top: 1.25rem;
  transition: opacity cubic-bezier(.47,0,.745,.715);
}

/*  7. Contact page - employee contact section */

.middle-contact-section .emp-info-article{
  opacity: 0;
  margin-left: 0rem;
  margin-top: 1.25rem;
  transition: opacity cubic-bezier(.47,0,.745,.715);
}

/* 8. blog detail page - banner heading section */

.blogdeatil-banner .blogbanner-heading {
  opacity: 0;
  margin-left: 0rem;
  margin-top: 1.25rem;
  transition: opacity cubic-bezier(.47,0,.745,.715);
}

.blogdeatil-banner-noimg .blogbanner-heading {
  opacity: 0;
  margin-left: 0rem;
  margin-top: 1.25rem;
  transition: opacity cubic-bezier(.47,0,.745,.715);
}

/* loading-effects style end */

/* 9. homepage slider section hover  */

.swiper-slide:hover,.swiper-slide{
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.swiper-slide .swiper-caption p:first-child {
  transition: all .3s ease-in-out;
}

.swiper-slide:hover .swiper-caption p:first-child {
  background: linear-gradient(0deg, rgba(255,0,255,0) 0%, rgba(255,0,255,0) 21%, rgba(126, 52, 46, 1) 10%, rgba(126, 52, 46, 1) 37%, rgba(255,0,255,0) 30%);
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: all .3s ease-in-out;
  display: inline;
  cursor: pointer;
}

/* 10. homepage article img hover effects */

.homebloglist-section .home-blog-article img {
  transition: all .3s ease-in-out;
  transform: translate(0,0rem);
}

.homebloglist-section .home-blog-article:hover img {
  transform: translate(0,-0.625rem);
  transition: all .3s ease-in-out;
}

/*  11. homepage slider card img hover effect */

.services-swiper-wrapper{
  margin-top: -0.625rem;
}

.services-swiper-wrapper .swiper-slide img {
  transition: all .3s ease-in-out;
  transform: translate(0,0rem);
  margin-top: 0.625rem;
}

.services-swiper-wrapper .swiper-slide:hover img {
  transform: translate(0,-0.625rem);
  transition: all .3s ease-in-out;
}

@media screen and (min-width:1881px) {
  .pulse-link-section,.services-section {
    padding-left: 0 !important;
  }

  .img-overlapping-section {
    padding-left: 0 !important;
  }
}

@media screen and (min-width:1801px) and (max-width:1880.5px){
  .pulse-link-section,.services-section{
    padding-left: 13%;
  }

  .img-overlapping-section{
    padding-left: 11.5%;
  }
}

@media screen and (min-width:1701px) and (max-width:1800.5px){
  .pulse-link-section,.services-section{
    padding-left: 10%;
  }

  .img-overlapping-section{
    padding-left: 9.5%;
  }
}

@media screen and (min-width:1601px) and (max-width:1700.5px){
  .pulse-link-section,.services-section{
    padding-left: 7%;
  }

  .img-overlapping-section{
    padding-left: 7%;
  }
}

@media screen and (min-width:1536px) and (max-width:1600.5px){
  .pulse-link-section,.services-section{
    padding-left: 6.2%;
  }

  .img-overlapping-section{
    padding-left: 6.2%;
  }
}

@media screen and (min-width:1440px) and (max-width:1535.5px){
  .pulse-link-section,.services-section{
    padding-left: 4.2%;
  }

  .img-overlapping-section{
    padding-left: 4.2%;
  }
}

/*blog detail gallery*/

.slider-block .swiper-pagination.swiper-pagination-fraction {
  color: var(--dis, #F1F0EC) !important;
  gap: 0.4rem;
  font-family: Cabin;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  width: auto;
  padding: 0.12rem 1.12rem 0.06rem 1.06rem;
  position: absolute;
  top: 1.12rem;
  left: 1.22rem;
  width: 4.0625rem;
  height: 1.8125rem;
  align-items: center;
}

.slider-block .swiper-pagination.swiper-pagination-fraction span{
  color: var(--dis, #F1F0EC);
  font-family: Cabin;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
}

@media screen and (max-width:767.5px) {
  .slider-block .swiper-pagination.swiper-pagination-fraction {
    font-size: 1rem;
    line-height: 1.5rem;
    width: auto;
    padding: 0.12rem 0.56rem;
    top: 0.73rem;
    left: 0.5rem;
    width: 2.8125rem;
    height: 1.5rem;
    align-items: center;
  }

  .slider-block .swiper-pagination.swiper-pagination-fraction span{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .content figcaption{
    line-height:1.1875rem;
  }
}

/*text editor css contact*/

.editor-styles-wrapper .logoimg {
  width: 50%;
  display: flex;
}

.editor-styles-wrapper .col-one a {
  width: 50%;
  display: flex;
}

.editor-styles-wrapper .col-one {
  flex-wrap: wrap;
}

.editor-styles-wrapper .col-one p {
  text-align: justify;
}

.editor-styles-wrapper .textwrapper {
  padding: 40px;
}

/*admin editor style*/

.editor-styles-wrapper .services-swiper-wrapper  .services-swiper, 
.editor-styles-wrapper .services-swiper-wrapper .swiper-wrapper .swiper-slide:not(.services-swiper-wrapper .swiper-slide.swiper-slide-duplicate) {
  opacity: 1
}

.editor-styles-wrapper .pulse-link-section .pulseimg, .editor-styles-wrapper .homebloglist-section .home-blog-article, 
.editor-styles-wrapper .img-overlapping-section .innertext, .editor-styles-wrapper .img-overlapping-section .overlapimg,
.editor-styles-wrapper .alternateblock-main-wrapper .alternate-rightimg, .editor-styles-wrapper .alternateblock-main-wrapper .alternate-lefttext, .editor-styles-wrapper .bloglisting-section .blog-article, 
.editor-styles-wrapper .middle-contact-section .emp-info-article, .editor-styles-wrapper .blogdeatil-banner .blogbanner-heading, 
.editor-styles-wrapper .blogdeatil-banner-noimg .blogbanner-heading{
  opacity: 1
}

.editor-styles-wrapper .content ul li {
  list-style: none;
}

.editor-styles-wrapper .banner-img .hidden {
  display: block;
}

.wp-admin table.fixed {
  position: relative;
}

.wp-list-table a {
  color: #2271b1;
}

td.column-title strong, td.plugin-title strong {
  font-weight: 600;
}

/*****************************************/

.mobileSmallLogo{
  display:none;
}

.page-template-default.page-id-81 .grey-box .textwrapper .alternate-block-title:hover span {
  background: none;
  -webkit-box-decoration-break: unset;
  -o-box-decoration-break: unset;
  box-decoration-break: unset;
  transition: all .3s ease-in-out;
}

@media screen and (max-width:767.5px) {
  .contact-section-wrapper .bottom-logos{
    padding: 0 3.86rem 0 3.88rem;
  }

  .contact-section-wrapper .col-one a img {
    width:11.25rem;
  }

  .contact-section-wrapper .logoimg{
    gap: 3.67rem;
  }

  .contact-section-wrapper .col-one{
    max-width: 15.625rem;
    margin: 0 auto;
  }

  #lottie-icon svg{
    display: none;
  }

  #lottie-icon svg:nth-child(1){
    display: block;
  }

  .swiper-mobile-icon {
    top: 20%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0rem;
    overflow: hidden;
    opacity: 0;
  }

  .in-view-animate .swiper-mobile-icon{
    opacity: 1;
  }

  .mobileFingericon{
    margin-top: -3.4375rem;
  }
}

/*lightbox gallery*/

.logo-button-row img {
  z-index: 1258;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: white;
  display: flex;
}

.mfp-figure:after {
  content: none;
  position: absolute;
  left: -230%;
  top: auto;
  bottom: -193px;
  display: block;
  width: 15000px;
  height: 100px;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  /* background: #00aeef; */
}

.mfp-counter {
  position: absolute;
  left: 0;
  right: auto;
  top: auto !important;
  bottom: -3.125rem !important;
  color: var(--Svart, #191d24) !important;
  font-family: Cabin;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  opacity: 1 !important;
}

.mfp-title {
  font-family: "Prata";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -6px;
  margin-left: 20px;
}

.oversikt-btn {
  background: linear-gradient(180deg, #ffffff 0%, #edf6f8 100%);
  border-radius: 50px;
  font-family: "Prata";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #191d24;
  padding: 12px 25px;
  display: inline-flex;
  cursor: pointer;
  margin-right: 85px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-close {
  cursor: pointer;
  width: 50px;
  height: 50px;
  bottom: 33px;
  position: absolute;
}

.popup-gallery a {
  width: 100%;
  display: block;
  position: relative;
}

.popup-gallery {
  width: 100%;
  max-width: 86.25rem;
  margin: 0px auto;
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
  gap: 0.44rem;
  overflow: hidden;
}

.overlay-bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  filter: blur(1.5px);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
}

.icon-on-hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 0;
  z-index: 1;
}

.popup-gallery a:hover .icon-on-hover {
  opacity: 1;
}

.popup-gallery a:hover .overlay-bg {
  opacity: 1;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
  height: 75vh;
  max-height: 55.625rem;
}

.mfp-image-holder .mfp-content {
  max-width: 99.375rem;
  width: 100%;
}

.mfp-content {
  vertical-align: unset;
}

.mfp-bg {
  z-index: 99999;
  background-color: #f1f0ec;
  background: #f1f0ec;
  opacity: 1;
}

img.mfp-img {
  width: auto;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: 100%;
}

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 99.375rem;
  margin: 0 auto;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a,
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border: 0;
}

.mfp-arrow.mfp-arrow-left {
  left: -5.6875rem;
  margin-top: -4px;
}

.mfp-arrow.mfp-arrow-right {
  right: -5.6875rem;
  margin-top: -4px;
}

.mfp-arrow.mfp-arrow-left {
  border-radius: 50px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="43" height="30" viewBox="0 0 43 30" fill="none"><g clip-path="url(%23clip0_5663_5085)"><path d="M19.8868 -1.95027e-06L0.0995725 15L19.8868 30L19.8868 26.8085L5.94 16.2766L42.1953 16.2766L42.1953 13.7234L5.94 13.7234L19.8868 3.19149L19.8868 -1.95027e-06Z" fill="%231C2922"/></g><defs><clipPath id="clip0_5663_5085"><rect width="42.0957" height="30" fill="white" transform="translate(42.1953 30) rotate(-180)"/></clipPath></defs></svg>');
  min-height: 30px;
  width: 42px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
}

.mfp-arrow.mfp-arrow-right {
  border-radius: 50px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="43" height="30" viewBox="0 0 43 30" fill="none"><g clip-path="url(%23clip0_5663_5087)"><path d="M22.4081 30L42.1954 15L22.4081 0V3.19149L36.3549 13.7234H0.0996094V16.2766H36.3549L22.4081 26.8085V30Z" fill="%231C2922"/></g><defs><clipPath id="clip0_5663_5087"><rect width="42.0957" height="30" fill="white" transform="translate(0.0996094)"/></clipPath></defs></svg>');
  min-height: 30px;
  width: 42px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.mfp-wrap .mfp-arrow {
  opacity: 1;
}

.mfp-content .mfp-close {
  position: absolute;
  top: -3.8125rem !important;
  bottom: auto !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  opacity: 1;
  right: -6.1rem;
}

.mfp-bottom-bar {
  margin-top: 0px;
  position: absolute;
  top: auto;
  left: 0%;
  width: 100%;
  padding: 33px 0px 33px 85px;
  bottom: -193px;
  height: 100px;
  background: #00aeef;
}

@media screen and (min-width: 768px) and (max-width: 1023.5px) {
  .mfp-content .mfp-close{
    top: -1.5rem;
    right: -1.5rem;
  }

  .mfp-arrow.mfp-arrow-left {
    left: 0.3125rem;
    margin-top: -4px;
  }

  .mfp-arrow.mfp-arrow-right {
    right: 0.3125rem;
    margin-top: -4px;
  }

  .popup-gallery {
    gap: 21px;
  }
}

@media screen and (max-width: 767.5px) {
  .mfp-container {
    padding: 0 18px;
  }

  .mfp-gallery .mfp-image-holder .mfp-figure {
    max-height: 200px;
  }

  .mfp-content .mfp-close {
    top: -6rem;
    bottom: auto;
    width: 46px;
    height: 46px;
  }

  .popup-gallery {
    grid-template-columns: 6fr 6fr;
    gap: 10px;
  }

  .popup-gallery a:nth-child(8) svg {
    margin: 0 auto 11px;
    width: 30px;
    height: 25px;
  }

  .icon-text .text {
    font-size: 16px;
    line-height: 22px;
  }

  .icon-on-hover svg {
    width: 30px;
    height: 30px;
  }

  .mfp-bottom-bar {
    height: auto;
    padding: 0;
    background: transparent;
    bottom: -76px;
  }

  .mfp-figure:after {
    height: 60px;
  }

  .mfp-counter {
    font-size: 14px;
    line-height: 19px;
    top: 31px;
    margin-top: 13px;
    bottom: -2rem !important;
  }

  .mfp-title {
    margin-top: 88px;
    font-size: 16px;
    line-height: 22px;
    margin-left: 0;
  }

  .mfp-arrow-left {
    left: auto;
    right: 63px;
    bottom: 36px;
    top: auto;
  }

  .mfp-arrow-right {
    right: 17px;
    top: auto;
    bottom: 36px;
  }

  .mfp-arrow.mfp-arrow-left {
    /* background-image: url("./assets/icons/lightbox-prev-mob.svg"); */
  }

  .mfp-arrow.mfp-arrow-left {
    left: 18px;
    margin-top: 0;
    top: auto;
    bottom: 40px !important;
  }

  .mfp-arrow.mfp-arrow-right {
    /* background-image: url("./assets/icons/lightbox-next-mob.svg"); */
    right: 18px;
    margin-top: 0;
    top: auto;
    bottom: 40px !important;
  }

  .mfp-content .mfp-close {
    right: 0;
  }
}

.mfp-content .mfp-close {
  transition: all 0.6s ease-in-out;
  background-image: url('../assets/icons/popup-close.svg');
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent;
  background-color: transparent;
  background-position: center;
}

.mfp-content .mfp-close:hover {
  background-image: none;
  transition: all 0.6s ease-in-out;
}

.mfp-content .mfp-close::before {
  content:"";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0px;
  margin-left: 0px;
  background-position: top 5px left 5px;
  transition: all 0.6s ease-in-out;
}

.mfp-content .mfp-close:hover::before {
  content: "";
  transition: all 0.6s ease-in-out;
  height: 100%;
  width: 100%;
  background-image: url('../assets/icons/popup-hover.svg');
  background-repeat: no-repeat;
  background-position: top 5px left 5px;
  z-index: -1;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .mfp-content .mfp-close{
    top: -1.5rem;
    right: -2.8rem;
  }

  .mfp-arrow.mfp-arrow-left:hover::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="43" height="30" viewBox="0 0 43 30" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M23.1799 3.14798L2.63835 18.4815L23.1799 33.815V26.5673L16.1935 21.3723H40.5212V15.5907H16.1935L23.1799 10.3957V3.14798Z" fill="%23FEF4AF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M24.7584 0L-0.000389099 18.4815L24.7584 36.963V25.774L20.9615 22.9507H42.0996V14.0123H20.9615L24.7584 11.1889V0ZM21.6015 6.29594V9.60237L11.4254 17.1692H38.9427V19.7938H11.4254L21.6015 27.3606V30.667L5.27708 18.4815L21.6015 6.29594Z" fill="%23FEF4AF"/><g clip-path="url(%23clip0_5663_5066)"><path d="M19.8868 -1.95027e-06L0.0995725 15L19.8868 30L19.8868 26.8085L5.94 16.2766L42.1953 16.2766L42.1953 13.7234L5.94 13.7234L19.8868 3.19149L19.8868 -1.95027e-06Z" fill="%231C2922"/></g><defs><clipPath id="clip0_5663_5066"><rect width="42.0957" height="30" fill="white" transform="translate(42.1953 30) rotate(-180)"/></clipPath></defs></svg>') !important;
    content: " ";
    z-index: -1;
    position: absolute;
    width: 42px;
    height: 30px;
    left: -35px;
    top: -35px;
    background-position:center;
    opacity:1 !important;
    margin-left:35px !important;
  }

  .mfp-arrow.mfp-arrow-right:hover, .mfp-arrow.mfp-arrow-left:hover {
    background: none !important;
  }

  .mfp-arrow.mfp-arrow-right:hover::before {
    content: " ";
    z-index: -1;
    position: absolute;
    width: 42px;
    height: 30px;
    left: -34px;
    top: -35px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="43" height="30" viewBox="0 0 43 30" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.0193 3.14798L39.5609 18.4815L19.0193 33.815V26.5673L26.0058 21.3723H1.67806V15.5907H26.0058L19.0193 10.3957V3.14798Z" fill="%23FEF4AF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.4408 0L42.1996 18.4815L17.4408 36.963V25.774L21.2377 22.9507H0.0996094V14.0123H21.2377L17.4408 11.1889V0ZM20.5977 6.29594V9.60237L30.7738 17.1692H3.25651V19.7938H30.7738L20.5977 27.3606V30.667L36.9221 18.4815L20.5977 6.29594Z" fill="%23FEF4AF"/><g clip-path="url(%23clip0_5663_5070)"><path d="M22.4081 30L42.1954 15L22.4081 0V3.19149L36.3549 13.7234H0.0996094V16.2766H36.3549L22.4081 26.8085V30Z" fill="%231C2922"/></g><defs><clipPath id="clip0_5663_5070"><rect width="42.0957" height="30" fill="white" transform="translate(0.0996094)"/></clipPath></defs></svg>') !important;
    background-position:center;
    opacity:1 !important;
  }
}

@media screen and (min-width: 1536px) and (max-width: 1919.5px) {
  .mfp-container{
    padding: 0 1rem;
  }

  .mfp-content .mfp-close {
    right: -4.8rem;
  }

  .mfp-arrow.mfp-arrow-right {
    right: 1.3125rem;
    margin-top: -4px;
  }

  .mfp-arrow.mfp-arrow-left {
    left: 1.3125rem;
    margin-top: -4px;
  }

  .mfp-image-holder .mfp-content {
    width: 90%;
  }

  .mfp-gallery .mfp-image-holder .mfp-figure {
    height: 70vh;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1535.5px) {
  .mfp-container{
    padding: 0 4rem;
  }

  .mfp-content .mfp-close {
    right: -4.8rem;
  }

  .mfp-arrow.mfp-arrow-right {
    right: 1.3125rem;
    margin-top: -4px;
  }

  .mfp-arrow.mfp-arrow-left {
    left: 1.3125rem;
    margin-top: -4px;
  }

  .mfp-image-holder .mfp-content {
    width: 90%;
  }

  .mfp-gallery .mfp-image-holder .mfp-figure {
    height: 70vh;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1439.5px) {
  .mfp-container{
    padding: 0 4rem;
  }

  .mfp-content .mfp-close {
    right: -4.8rem;
  }

  .mfp-arrow.mfp-arrow-right {
    right: 1.3125rem;
    margin-top: -4px;
  }

  .mfp-arrow.mfp-arrow-left {
    left: 1.3125rem;
    margin-top: -4px;
  }

  .mfp-image-holder .mfp-content {
    width: 90%;
  }

  .mfp-gallery .mfp-image-holder .mfp-figure {
    height: 70vh;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    width: 90%;
    left: 5%;
    background: transparent;
    top: auto;
    bottom: -138px;
    height: 80px;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: auto;
    bottom: -120px;
    height: 90px;
  }

  .mfp-content .mfp-close {
    bottom: -100px;
  }

  .mfp-title {
    font-size: 16px;
    line-height: 22px;
    margin-left: 60px;
  }

  .oversikt-btn {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1439.5px) {
  .mfp-image-holder .mfp-content {
    width: 90%;
  }

  .mfp-gallery .mfp-image-holder .mfp-figure {
    height: 70vh;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    width: 90%;
    left: 5%;
    background: transparent;
    top: auto;
    bottom: -138px;
    height: 80px;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: auto;
    bottom: -120px;
    height: 90px;
  }

  .mfp-content .mfp-close {
    bottom: -100px;
  }

  .mfp-title {
    font-size: 16px;
    line-height: 22px;
    margin-left: 60px;
  }

  .oversikt-btn {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 801px) and (max-width: 1023.5px) {
  .mfp-content .mfp-close{
    top: -1.5rem;
    right: -1.5rem;
  }

  .mfp-image-holder .mfp-content {
    width: 90%;
  }

  .mfp-gallery .mfp-image-holder .mfp-figure {
    height: 75vh;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    width: 90%;
    left: 5%;
    background: transparent;
    top: auto;
    bottom: -138px;
    height: 80px;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: auto;
    bottom: -120px;
    height: 90px;
  }

  .mfp-content .mfp-close {
    bottom: -100px;
  }

  .mfp-img-mobile .mfp-counter {
    font-size: 16px;
    line-height: 22px;
    /* top: -25px !important; */
    margin-top: 31px;
    right: 0;
  }

  .mfp-title {
    font-size: 16px;
    line-height: 22px;
    margin-left: 60px;
  }

  .oversikt-btn {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 800.5px) {
  .mfp-img-mobile .mfp-image-holder {
    padding: 0px 18px;
  }

  .mfp-image-holder .mfp-content {
    width: 90%;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    width: 90%;
    left: 5%;
    background: transparent;
    top: auto;
    bottom: -22px;
    height: 80px;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: auto;
    bottom: -120px;
    height: 90px;
  }

  .mfp-content .mfp-close {
    bottom: -98px;
  }

  .mfp-img-mobile .mfp-counter {
    font-size: 16px;
    line-height: 22px;
    /* top: -25px !important; */
    margin-top: 31px;
    right: 0;
  }

  .mfp-container{
    padding: 0 1.5rem;
  }

  .mfp-title {
    font-size: 16px;
    line-height: 22px;
    margin-left: 60px;
  }

  .oversikt-btn {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (width: 768px), screen and (height: 1024px) {
  .mfp-img-mobile .mfp-bottom-bar {
    bottom: -140px;
  }
}

@media screen and (max-width: 767.5px) and (orientation: landscape),
  screen and (min-height: 280px) and (max-height: 568px) {
  .mfp-arrow-left,
  .mfp-arrow-right {
    bottom: 6px !important;
  }

  .mfp-figure:after {
    bottom: -170px;
  }

  .oversikt-btn {
    bottom: -88px;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape),
  screen and (min-height: 844px) and (max-height: 896px) {
  .mfp-arrow-left,
  .mfp-arrow-right {
    bottom: 148px !important;
  }
}

@media screen and (max-width: 767.5px) {
  .mfp-title {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .mfp-content .mfp-close{
    top:-63% !important;
  }
}

@media screen and (max-width: 767.5px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-container {
    padding: 0 18px;
  }

  .mfp-gallery .mfp-image-holder .mfp-figure {
    max-height: 380px;
  }

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: auto;
    bottom: -193px;
    height: 60px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: transparent;
    bottom: -76px;
    margin: 0;
    top: auto;
    padding: 0;
    position: absolute;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: auto;
    top: 0px;
    color: var(--Svart, #191d24) !important;
    font-family: Cabin;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.625rem;
    opacity: 1 !important;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}

.mfp-no-margins img.mfp-img {
  padding: 0;
}

.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}

.mfp-no-margins .mfp-container {
  padding: 0;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

#small-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}

.my-mfp-zoom-in #small-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready #small-dialog {
  opacity: 1;
  transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing #small-dialog {
  transform: scale(0.8);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.my-mfp-slide-bottom #small-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready #small-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing #small-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* gallery page popup changes  */

.mfp-content .mfp-close {
  transition: all 0.6s ease-in-out;
  background-image: url('../assets/icons/popup-close.svg');
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent;
  background-color: transparent;
  background-position: center;
}

.mfp-content .mfp-close:hover {
  background-image: none;
  transition: all 0.6s ease-in-out;
}

.mfp-content .mfp-close::before {
  content:"";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0px;
  margin-left: 0px;
  background-position: top 5px left 5px;
  transition: all 0.6s ease-in-out;
}

.mfp-content .mfp-close:hover::before {
  content: "";
  transition: all 0.6s ease-in-out;
  height: 100%;
  width: 100%;
  background-image: url('../assets/icons/popup-hover.svg');
  background-repeat: no-repeat;
  background-position: top 5px left 5px;
  z-index: -1;
  position: absolute;
}

.popup-gallery a{
  overflow: hidden;
}

.popup-gallery a img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.popup-gallery a:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

/** property module **/

.data-desc h2{
  margin-bottom: 1.25rem;
  font-family: Prata, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(25, 29, 36, var(--tw-text-opacity))
}

@media (min-width: 1280px) {
  .data-desc h2 {
    font-size: 1.875rem;
    line-height: normal;
  }
}

.data-desc p{
  font-family: Cabin, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(25, 29, 36, var(--tw-text-opacity))
}

@media (min-width: 768px) {
  .data-desc p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .data-desc p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.les-mer-arrow span.lesmertxt:first-child{
  position: relative;
  transition: all .3s ease-in-out;
  display: inline-flex;
  z-index: 1;
}

.les-mer-arrow:hover span.lesmertxt:first-child:after{
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: -1;
  background-color: #FEF4AF;
  transition: all .3s ease-in-out;
}

.floor-plan,.material-doc,.kontact, .pic-gallery{
  transition: all .3s ease-in-out;
}

.floor-plan:hover, .material-doc:hover, .kontact:hover,.pic-gallery:hover{
  background: var(--Rust-HOVER, #602824);
  transition: all .3s ease-in-out;
}

@media screen and (max-width:767.5px){
  .name,.area,.workplace,.story{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 28%;
  }

  .name::before{
    content: "Navn";
    color: var(--Svart, #191D24);
    font-family: Cabin;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1875rem;
  }

  .table-data.area::before{
    content: "Areal";
    color: var(--Svart, #191D24);
    font-family: Cabin;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1875rem;
  }

  .workplace::before{
    content: "Antall arb.plasser";
    color: var(--Svart, #191D24);
    font-family: Cabin;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1875rem;
  }

  .story::before{
    content: "Etasje";
    color: var(--Svart, #191D24);
    font-family: Cabin;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1875rem;
  }

  .table-data{
    width:28% !important;
  }

  .table-data.name{
    order: 1;
  }

  .table-data.area{
    order: 2;
  }

  .table-data.story{
    order: 3;
  }

  .table-data.workplace{
    order: 4;
    width:32% !important;
  }

  .table-data.les-mer-arrow{
    order: 5;
  }

  .data-desc h2{
    font-size: 1.5625rem;
    line-height: normal;
    margin-bottom: 0.62rem;
  }

  .data-desc p{
    font-size: 1.125rem;
    line-height: 1.625rem;
  }

  .propertylisting-badge{
    padding: 0px 1.37rem;
  }

  .propertylisting-badge .badge-text{
    font-size: 1.125rem;
    line-height: normal;
  }

  .proplisttable-head{
    padding: 0 16px;
    flex-wrap: wrap;
  }

  .proplisttable-head .filter__link{
    flex:0 0 45%;
    width:45%;
    padding: 0;
  }

  /* .proplist-datatable-wrapper{border:none;}  */

  .data-summary-wrapper{
    margin-bottom: 1.625rem !important;
  }
}

/*******************************/

.col-des p{
  margin-bottom: 1.25rem;
  font-family: Cabin, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(83, 77, 76, var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  .col-des p {
    margin-bottom: 1.5625rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.625rem;
  }
}

@media screen and (max-width:1023.5px){
  .omoss-badge{
    margin-top: -1.875rem !important;
  }
}

/* image-content-middlebox css */

.linkbtn span:first-child{
  position: relative;
  transition: all .3s ease-in-out;
  display: inline-flex;
  z-index: 1;
}

.linkbtn:hover span:first-child:after{
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: -1;
  background-color: #FEF4AF;
  transition: all .3s ease-in-out;
}

a.linkbtn:hover span.arrow{
  transition: all .3s ease-in-out;
}

a.linkbtn:hover span.arrow {
  transform: translateX(-10px);
  transition: all .3s ease-in-out;
}

/*******************************/

.alternateblock-main-wrapper .textwrapper ul{
  margin: 0 0 3.125rem;
}

.alternateblock-main-wrapper .textwrapper ul li {
  color: var(--Svart, #191D24);
  font-family: Cabin;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 0.938rem;
  position: relative;
  padding-left: 1.3125rem;
}

.alternateblock-main-wrapper .textwrapper ul li::before {
  content: url('../assets/icons/arrow-right.svg');
  margin-right: 0.6875rem;
  margin-top: 0px;
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.alternateblock-main-wrapper .textwrapper ol {
  font-family: Cabin !important;
  list-style: auto;
  counter-reset: my-counter;
  list-style: none;
  margin: 0 0 3.125rem;
}

.alternateblock-main-wrapper .textwrapper ol li {
  color: var(--Svart, #191D24);
  font-family: Cabin;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 0.938rem;
  position: relative;
  padding-left: 1.3125rem;
}

.alternateblock-main-wrapper .textwrapper ol li:before {
  counter-increment: my-counter;
  content: counter(my-counter) ".";
  position: absolute;
  left: 0;
}

.alternateblock-main-wrapper h3{
  color: var(--svart, #191D24);
  font-family: Cabin;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.125rem;
  margin: 3.12rem 0 0.94rem;
}

/* loading effects style */

.employee-section .emp-blog-article{
  opacity: 0;
  margin-left: -1.25rem;
  margin-top: 0;
  transition: opacity cubic-bezier(.47,0,.745,.715);
}

.gallery-wrapper .popup-gallery a{
  opacity: 0;
  margin-left: -1.25rem;
  transition: opacity cubic-bezier(.47,0,.745,.715);
}

.twocolumn-wrapper .colmn{
  opacity: 0;
  margin-left: 0rem;
  margin-top: 1.25rem;
  transition: opacity cubic-bezier(.47,0,.745,.715);
}

/* hover effects  */

.overlap-img-wrapper .column-wrapper a:hover, .omoss-badge .omossbadge a:hover{
  background: var(--Rust-HOVER, #602824) !important;
  transition: all .3s ease-in-out;
}

.overlap-img-wrapper .column-wrapper a, .omoss-badge .omossbadge a{
  transition: all .3s ease-in-out;
}

.omoss-wrapper .bg-\#1C2922.omoss-badge .omossbadge a:hover{
  transition: all .3s ease-in-out;
  background: var(--Sand-HOVER, #C3B9B5) !important;
}

.omoss-wrapper .bg-\#7E342E.omoss-badge .omossbadge a:hover{
  transition: all .3s ease-in-out;
  background: var(--Sand-HOVER, #C3B9B5) !important;
}

.overlap-img-wrapper .column-wrapper.bg-\#7E342E a:hover, .overlap-img-wrapper .column-wrapper.bg-\#1C2922 a:hover {
  background: var(--Sand-HOVER, #C3B9B5) !important;
  transition: all .3s ease-in-out;
}

.home .header-wrapper{
  background-color: #DBD5D3 !important;
}

.home-banner::before {
  width: 100%;
  height: 21.78rem;
  background-color: #DBD5D3 !important;
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  top: -16.875rem;
  left: 0;
}

/*pop up gallery*/

.popup-gallery a{
  height: 16rem;
}

.popup-gallery a img{
  aspect-ratio: 16/9;
}

.popup-gallery{
  gap:0.4375rem;
}

@media screen and (min-width: 768px) and (max-width: 1023.5px) {
  .popup-gallery a{
    height: 8.125rem;
  }
}

@media screen and (min-width: 1024px) and (max-width:1379.5px){
  .popup-gallery a{
    height: 11.25rem;
  }
}

@media screen and (max-width:767.5px){
  .popup-gallery a{
    height: 5.9375rem;
  }

  .popup-gallery{
    gap:0.625rem;
  }

  .popup-gallery a img{
    height: 100%;
  }
}

/* ,.proplist-data,.data-summary-wrapper,.data-summary,.smoothToggle */

.les-mer-arrow  .arrow, 
      .proplist-datatable-wrapper, 
      .changeBgColor, 
      .changeStyle,
      .proplisting-main-section, 
      .changeTextColor {
  transition: all .6s ease-in-out;
}

.ChangeBorderColor {
  border-color: #DBD5D3;
  transition: all .6s ease-in-out;
}

.proplisttable-head {
  padding: 0 1rem 1rem;
  flex-wrap: wrap;
}

.les-mer-arrow  span, .md\:pb-30px, .pb-14px, .border-b{
  transition: all .6s ease-in-out;
}

@media (min-width: 576px) {
  .sm\:h-72 {
    height: 18rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:-right-6 {
    right: -1.5rem;
  }

  .md\:-bottom-10 {
    bottom: -2.5rem;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-none {
    order: 0;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-100px {
    margin-top: 6.25rem;
  }

  .md\:mt-90px {
    margin-top: 5.625rem;
  }

  .md\:mt-60px {
    margin-top: 3.75rem;
  }

  .md\:mt-13px {
    margin-top: 0.8125rem;
  }

  .md\:-mt-90px {
    margin-top: -5.625rem;
  }

  .md\:mt-15px {
    margin-top: 0.9375rem;
  }

  .md\:mt-37\.75px {
    margin-top: 2.36rem;
  }

  .md\:mt-43px {
    margin-top: 2.69rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-50px {
    margin-bottom: 3.125rem;
  }

  .md\:mb-70px {
    margin-bottom: 4.375rem;
  }

  .md\:mb-15px {
    margin-bottom: 0.9375rem;
  }

  .md\:mb-30px {
    margin-bottom: 1.875rem;
  }

  .md\:mb-10px {
    margin-bottom: 0.625rem;
  }

  .md\:mb-25px {
    margin-bottom: 1.5625rem;
  }

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:-ml-50px {
    margin-left: -3.125rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-60px {
    height: 3.75rem;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-52px {
    height: 3.25rem;
  }

  .md\:h-500px {
    height: 31.25rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-50\% {
    width: 50%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-96\% {
    width: 96%;
  }

  .md\:w-46\% {
    width: 46%;
  }

  .md\:w-28\% {
    width: 28%;
  }

  .md\:w-45\% {
    width: 45%;
  }

  .md\:w-56\% {
    width: 56%;
  }

  .md\:w-92\% {
    width: 92%;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-800px {
    max-width: 50rem;
  }

  .md\:max-w-500px {
    max-width: 31.25rem;
  }

  .md\:max-w-450px {
    max-width: 28.125rem;
  }

  .md\:max-w-700px {
    max-width: 43.75rem;
  }

  .md\:max-w-420px {
    max-width: 26.25rem;
  }

  .md\:max-w-600px {
    max-width: 37.5rem;
  }

  .md\:max-w-540px {
    max-width: 33.75rem;
  }

  .md\:max-w-620px {
    max-width: 38.75rem;
  }

  .md\:max-w-720px {
    max-width: 45rem;
  }

  .md\:max-w-1140px {
    max-width: 71.25rem;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-x-60px {
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-\#DBD5D3 {
    --tw-border-opacity: 1;
    border-color: rgba(219, 213, 211, var(--tw-border-opacity));
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:px-100px {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .md\:px-25px {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .md\:px-30px {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-60px {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:py-50px {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .md\:py-70px {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .md\:py-30px {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .md\:py-19px {
    padding-top: 1.1875rem;
    padding-bottom: 1.1875rem;
  }

  .md\:py-10px {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .md\:pt-60px {
    padding-top: 3.75rem;
  }

  .md\:pt-13px {
    padding-top: 0.8125rem;
  }

  .md\:pt-70px {
    padding-top: 4.375rem;
  }

  .md\:pt-30px {
    padding-top: 1.875rem;
  }

  .md\:pt-38px {
    padding-top: 2.375rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-100px {
    padding-bottom: 6.25rem;
  }

  .md\:pb-60px {
    padding-bottom: 3.75rem;
  }

  .md\:pb-13px {
    padding-bottom: 0.8125rem;
  }

  .md\:pb-120px {
    padding-bottom: 7.5rem;
  }

  .md\:pb-30px {
    padding-bottom: 1.875rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-55px {
    padding-left: 3.4375rem;
  }

  .md\:pl-25px {
    padding-left: 1.5625rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-35px {
    font-size: 2.1875rem;
  }

  .md\:text-30px {
    font-size: 1.875rem;
  }

  .md\:leading-normal {
    line-height: normal;
  }

  .md\:leading-34px {
    line-height: 2.125rem;
  }

  .md\:leading-22px {
    line-height: 1.375rem;
  }

  .md\:leading-26px {
    line-height: 1.625rem;
  }

  .md\:leading-42px {
    line-height: 2.625rem;
  }

  .md\:text-\#F1F0EC {
    --tw-text-opacity: 1;
    color: rgba(241, 240, 236, var(--tw-text-opacity));
  }
}

@media (min-width: 1024px) {
  .lg\:top-100px {
    top: 6.25rem;
  }

  .lg\:-top-20 {
    top: -5rem;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-50px {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-90px {
    margin-top: 5.625rem;
  }

  .lg\:mt-60px {
    margin-top: 3.75rem;
  }

  .lg\:-mt-90px {
    margin-top: -5.625rem;
  }

  .lg\:mt-30px {
    margin-top: 1.875rem;
  }

  .lg\:mt-75px {
    margin-top: 4.6875rem;
  }

  .lg\:mr-25px {
    margin-right: 1.5625rem;
  }

  .lg\:mr-21px {
    margin-right: 1.3125rem;
  }

  .lg\:mr-43px {
    margin-right: 2.69rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-90px {
    margin-bottom: 5.625rem;
  }

  .lg\:mb-50px {
    margin-bottom: 3.125rem;
  }

  .lg\:mb-15px {
    margin-bottom: 0.9375rem;
  }

  .lg\:mb-30px {
    margin-bottom: 1.875rem;
  }

  .lg\:mb-68px {
    margin-bottom: 4.25rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:ml-30px {
    margin-left: 1.875rem;
  }

  .lg\:ml-25px {
    margin-left: 1.5625rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:min-h-412px {
    min-height: 25.75rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-380px {
    max-width: 23.75rem;
  }

  .lg\:max-w-830px {
    max-width: 51.875rem;
  }

  .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\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-100px {
    gap: 6.25rem;
  }

  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:p-100px {
    padding: 6.25rem;
  }

  .lg\:p-60px {
    padding: 3.75rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-100px {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .lg\:px-60px {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:px-30px {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .lg\:px-135px {
    padding-left: 8.4375rem;
    padding-right: 8.4375rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-100px {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .lg\:py-50px {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .lg\:py-18px {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .lg\:py-120px {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .lg\:py-150px {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .lg\:py-10px {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-100px {
    padding-top: 6.25rem;
  }

  .lg\:pt-60px {
    padding-top: 3.75rem;
  }

  .lg\:pt-55px {
    padding-top: 3.4375rem;
  }

  .lg\:pt-120px {
    padding-top: 7.5rem;
  }

  .lg\:pt-25px {
    padding-top: 1.5625rem;
  }

  .lg\:pt-70px {
    padding-top: 4.375rem;
  }

  .lg\:pt-30px {
    padding-top: 1.875rem;
  }

  .lg\:pt-86px {
    padding-top: 5.375rem;
  }

  .lg\:pt-136px {
    padding-top: 8.5rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pb-100px {
    padding-bottom: 6.25rem;
  }

  .lg\:pb-60px {
    padding-bottom: 3.75rem;
  }

  .lg\:pb-65px {
    padding-bottom: 4.0625rem;
  }

  .lg\:pb-120px {
    padding-bottom: 7.5rem;
  }

  .lg\:pb-70px {
    padding-bottom: 4.375rem;
  }

  .lg\:pb-210px {
    padding-bottom: 13.125rem;
  }

  .lg\:pb-19px {
    padding-bottom: 1.1875rem;
  }

  .lg\:pb-132px {
    padding-bottom: 8.25rem;
  }

  .lg\:pb-83px {
    padding-bottom: 5.1875rem;
  }

  .lg\:pb-105px {
    padding-bottom: 6.5625rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-64px {
    font-size: 4rem;
  }

  .lg\:text-40px {
    font-size: 2.5rem;
  }

  .lg\:text-22px {
    font-size: 1.375rem;
  }

  .lg\:text-70px {
    font-size: 4.375rem;
  }

  .lg\:text-50px {
    font-size: 3.125rem;
  }

  .lg\:text-30px {
    font-size: 1.875rem;
  }

  .lg\:text-75px {
    font-size: 4.6875rem;
  }

  .lg\:text-60px {
    font-size: 3.75rem;
  }

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-normal {
    line-height: normal;
  }

  .lg\:leading-30px {
    line-height: 1.875rem;
  }

  .lg\:leading-34px {
    line-height: 2.125rem;
  }

  .lg\:leading-50px {
    line-height: 3.125rem;
  }

  .lg\:leading-66px {
    line-height: 4.125rem;
  }

  .lg\:leading-26px {
    line-height: 1.625rem;
  }

  .lg\:leading-42px {
    line-height: 2.625rem;
  }

  .lg\:leading-38px {
    line-height: 2.375rem;
  }

  .lg\:leading-80px {
    line-height: 5rem;
  }

  .lg\:leading-23px {
    line-height: 1.4375rem;
  }
}

@media (min-width: 1280px) {
  .xl\:absolute {
    position: absolute;
  }

  .xl\:top-0 {
    top: 0px;
  }

  .xl\:-top-28 {
    top: -7rem;
  }

  .xl\:-bottom-55px {
    bottom: -3.4375rem;
  }

  .xl\:left-0 {
    left: 0px;
  }

  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:mt-50px {
    margin-top: 3.125rem;
  }

  .xl\:mt-70px {
    margin-top: 4.375rem;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:mb-120px {
    margin-bottom: 7.5rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-30\% {
    width: 30%;
  }

  .xl\:w-68\% {
    width: 68%;
  }

  .xl\:max-w-1592px {
    max-width: 99.5rem;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-14 {
    gap: 3.5rem;
  }

  .xl\:gap-50px {
    gap: 3.125rem;
  }

  .xl\:gap-66px {
    gap: 4.125rem;
  }

  .xl\:gap-10px {
    gap: 0.625rem;
  }

  .xl\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xl\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:py-30px {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .xl\:py-83px {
    padding-top: 5.1875rem;
    padding-bottom: 5.1875rem;
  }

  .xl\:pt-40 {
    padding-top: 10rem;
  }

  .xl\:pt-82px {
    padding-top: 5.125rem;
  }

  .xl\:pr-39px {
    padding-right: 2.44rem;
  }

  .xl\:pb-130px {
    padding-bottom: 8.125rem;
  }

  .xl\:pb-139px {
    padding-bottom: 8.6875rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-40px {
    font-size: 2.5rem;
  }

  .xl\:text-80px {
    font-size: 5rem;
  }

  .xl\:text-30px {
    font-size: 1.875rem;
  }

  .xl\:text-75px {
    font-size: 4.6875rem;
  }

  .xl\:leading-7 {
    line-height: 1.75rem;
  }

  .xl\:leading-normal {
    line-height: normal;
  }

  .xl\:leading-34px {
    line-height: 2.125rem;
  }

  .xl\:leading-66px {
    line-height: 4.125rem;
  }

  .xl\:leading-26px {
    line-height: 1.625rem;
  }

  .xl\:leading-42px {
    line-height: 2.625rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:-right-7 {
    right: -1.75rem;
  }

  .\32xl\:-ml-100px {
    margin-left: -6.25rem;
  }

  .\32xl\:w-2\/5 {
    width: 40%;
  }

  .\32xl\:w-3\/5 {
    width: 60%;
  }

  .\32xl\:w-full {
    width: 100%;
  }

  .\32xl\:w-83\% {
    width: 83%;
  }

  .\32xl\:gap-60px {
    gap: 3.75rem;
  }

  .\32xl\:gap-130px {
    gap: 8.125rem;
  }

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:pt-78px {
    padding-top: 4.88rem;
  }

  .\32xl\:pr-0 {
    padding-right: 0px;
  }

  .\32xl\:pr-140px {
    padding-right: 8.75rem;
  }

  .\32xl\:pr-170px {
    padding-right: 10.62rem;
  }

  .\32xl\:pb-93px {
    padding-bottom: 5.81rem;
  }

  .\32xl\:pl-150px {
    padding-left: 9.375rem;
  }

  .\32xl\:pl-193px {
    padding-left: 12.06rem;
  }

  .\32xl\:text-100px {
    font-size: 6.25rem;
  }
}

@media (min-width: 1600px) {
  .\33xl\:w-23\.75\% {
    width: 23.75%;
  }
}

@media (min-width: 1700px) {
  .\34xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1770px) {
}

@media (min-width: 1920px) {
}

@media (min-width: 768px) and (max-width: 1279.5px) {
}