@font-face {
    font-family: 'IRANSansWeb';
    src: url('../../../../fonts/iranSans/IRANSansWeb(FaNum).eot');
    src: url('../../../../fonts/iranSans/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), url('../../../../fonts/iranSans/IRANSansWeb(FaNum).woff') format('woff'), url('../../../../fonts/iranSans/IRANSansWeb(FaNum).woff2') format('woff2'), url('../../../../fonts/iranSans/IRANSansWeb(FaNum).ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'IRANSansWeb_bold';
    src: url('../../../../fonts/iranSans/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../../../../fonts/iranSans/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), url('../../../../fonts/iranSans/IRANSansWeb(FaNum)_Bold.woff') format('woff'), url('../../../../fonts/iranSans/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), url('../../../../fonts/iranSans/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
    font-weight: bold;
}

/* base */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 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;
}
.l-nav-main__col a:hover {
    color: #f05a30;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */

html {
  box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

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

/**
 * 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: transparent;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the system font stack 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: -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 */
}

/**
 * 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 {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

/*
 * 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:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

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

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: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

/* elements */

a:not([class]) {
  text-decoration-skip-ink: auto;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-play-state: paused !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

:root {
  --baseline: 1.3;
  --font-size: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 100%;
  font-size: var(--font-size);
}

body {
    background-color: #ffffff;
    color: #555555;
    font-family: "IRANSansWeb", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    line-height: 1.3;
    line-height: var(--baseline);
    direction: rtl;
}

html,
body {
  max-width: 100%;
}

@media print {
  -webkit-print-color-adjust: exact;
}

img {
  display: inline-block;
}

svg {
  transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8);
}

a {
  display: inline-block;
  text-decoration: underline;
  transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8);
  color: currentColor;
}

a:before,
    a:after {
    transition: inherit;
  }

main img {
    max-width: 100%;
  }

main svg {
    transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8);
  }

main address {
    font-style: normal;
  }

main select {
    border-width: 0;
    outline: 0;
    white-space: nowrap;
    appearance: none;
    overflow: hidden;
    -ms-user-select: none;
        user-select: none;
    text-shadow: none;
  }

main svg {
    display: block;
    max-width: 100%;
  }

main button:focus {
      outline: 0;
    }

main img[data-src],
    main img[data-srcset] {
    display: block;
    min-height: 1px;
  }

table {
  border-spacing: 0;
}

.brick-sample-container .brick-image-container {
    max-width: 56.25rem;
  }

.brick-sample-container .brick-image-container img {
      height: 100%;
      width: 100%;
    }

/* @import must be at top of file, otherwise CSS will not work */

/* HelveticaNeueLT-Bold */

@font-face {
  font-family: 'HelveticaNeueLTStd', 'HelveticaNeueLT', sans-serif;

  font-weight: 700;

  src: url('../../../../webfonts/39F639_0_0.html');

  src: url('../../../../webfonts/39F639_0_0d41d.html?#iefix') format('embedded-opentype'),
        url('../../../../webfonts/39F639_0_0-2.html') format('woff2'),
        url('../../../../webfonts/39F639_0_0-3.html') format('woff'),
        url('../../../../webfonts/39F639_0_0-4.html') format('truetype');
}

/* HelveticaNeueLT-Light */

@font-face {
  font-family: 'HelveticaNeueLTStd', 'HelveticaNeueLT', sans-serif;

  font-weight: 300;

  src: url('../../../../webfonts/39F639_1_0.html');

  src: url('../../../../webfonts/39F639_1_0d41d.html?#iefix') format('embedded-opentype'),
        url('../../../../webfonts/39F639_1_0-2.html') format('woff2'),
        url('../../../../webfonts/39F639_1_0-3.html') format('woff'),
        url('../../../../webfonts/39F639_1_0-4.html') format('truetype');
}

/* HelveticaNeueLT-Thin */

@font-face {
  font-family: 'HelveticaNeueLTStd', 'HelveticaNeueLT', sans-serif;

  font-weight: 100;

  src: url('../../../../webfonts/39F639_2_0.html');

  src: url('../../../../webfonts/39F639_2_0d41d.html?#iefix') format('embedded-opentype'),
        url('../../../../webfonts/39F639_2_0-2.html') format('woff2'),
        url('../../../../webfonts/39F639_2_0-3.html') format('woff'),
        url('../../../../webfonts/39F639_2_0-4.html') format('truetype');
}

/* HelveticaNeueLT-Roman */

@font-face {
  font-family: 'HelveticaNeueLTStd', 'HelveticaNeueLT', sans-serif;

  font-weight: 400;

  src: url('../../../../webfonts/39F639_3_0.html');

  src: url('../../../../webfonts/39F639_3_0d41d.html?#iefix') format('embedded-opentype'),
        url('../../../../webfonts/39F639_3_0-2.html') format('woff2'),
        url('../../../../webfonts/39F639_3_0-3.html') format('woff'),
        url('../../../../webfonts/39F639_3_0-4.html') format('truetype');
}

.heading-h1 {
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.25;
    font-size: 2.5rem;
    color: white;
}

@media screen and (min-width: 640px){

.heading-h1 {
    font-size: calc(2.5rem + 60 * ( (100vw - 640px) / 640 ));
}
}

@media screen and (min-width: 1280px){

    .heading-h1 {
        font-size: 65px;
    }
}

.heading-h1-large {
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.25;
  font-size: 2.5rem;
}

@media screen and (min-width: 640px){

.heading-h1-large {
    font-size: calc(2.5rem + 77 * ( (100vw - 640px) / 640 ));
}
}

@media screen and (min-width: 1280px){

.heading-h1-large {
    font-size: 7.3125rem;
}
}

.heading-h2 {
    font-weight: 700;
    line-height: normal;
    font-size: 30px;
}

@media screen and (min-width: 640px){

.heading-h2 {
    font-size: calc(2.5rem + 32 * ( (100vw - 640px) / 640 ));
}
}

@media screen and (min-width: 1280px){

    .heading-h2 {
        font-size: 45px;
    }
}

.heading-h3 {
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.25;
  font-size: 2.1875rem;
}

@media screen and (min-width: 640px){

.heading-h3 {
    font-size: calc(2.1875rem + 5 * ( (100vw - 640px) / 640 ));
}
}

@media screen and (min-width: 1280px){

    .heading-h3 {
        font-size: 35px;
    }
}

.heading-h4 {
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.25;
  letter-spacing: -0.04em;
  font-size: 16px;
}

@media screen and (min-width: 640px){

.heading-h4 {
    font-size: calc(1.375rem + 10 * ( (100vw - 640px) / 640 ));
}
}

@media screen and (min-width: 1280px){

    .heading-h4 {
        font-size: 20px;
        padding-top: 20px;
    }
}

.heading-h4-small {
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.25;
  font-size: 1.375rem;
}

@media screen and (min-width: 640px){

.heading-h4-small {
    font-size: calc(1.375rem + 12 * ( (100vw - 640px) / 640 ));
}
}

@media screen and (min-width: 1280px){

.heading-h4-small {
    font-size: 2.125rem;
}
}

.heading-h5 {
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.25;
  font-size: 1.125rem;
}

@media screen and (min-width: 640px){

.heading-h5 {
    font-size: calc(1.125rem + 4 * ( (100vw - 640px) / 640 ));
}
}

@media screen and (min-width: 1280px){

.heading-h5 {
    font-size: 1.375rem;
}
}

.heading-h6 {
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
  font-size: 1rem;
}

@media screen and (min-width: 640px){

.heading-h6 {
    font-size: calc(1rem + 4 * ( (100vw - 640px) / 640 ));
}
}

@media screen and (min-width: 1280px){

.heading-h6 {
    font-size: 1.25rem;
}
}

.wysiwyg {
    position: relative;
    font-size: 1rem;
    padding: 15px;
    line-height: normal;

}
.tjust {
    text-align: justify;
}
    .wysiwyg > * {
        margin-bottom: 0;
        line-height: normal;
    }

.wysiwyg > * + * {
    margin-top: calc(1.3 * 1 * 1rem);
    margin-top: calc(var(--baseline) * 1 * 1rem);
  }

.wysiwyg br + br {
    /* @apply hidden; */
  }

.wysiwyg > p + p {
    margin-top: calc(1.3 * 1 * 1rem);
    margin-top: calc(var(--baseline) * 1 * 1rem);
  }

.wysiwyg > *:first-child {
    margin-top: 0;
  }

.wysiwyg > * + h1,
    .wysiwyg > * + h2,
    .wysiwyg > * + h3,
    .wysiwyg > * + h4,
    .wysiwyg > * + h5,
    .wysiwyg > * + h6 {
    margin-top: calc(1.3 * 1 * 1rem);
    margin-top: calc(var(--baseline) * 1 * 1rem);
  }

.wysiwyg .heading-h1,
    .wysiwyg h1 {
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.25;
    font-size: 2.5rem;
  }

@media screen and (min-width: 640px){

.wysiwyg .heading-h1,
    .wysiwyg h1 {
    font-size: calc(2.5rem + 60 * ( (100vw - 640px) / 640 ));
  }
}

@media screen and (min-width: 1280px){

.wysiwyg .heading-h1,
    .wysiwyg h1 {
    font-size: 6.25rem;
  }
}

.wysiwyg .heading-h2,
.wysiwyg h2 {
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
    font-size: 30px;
}

@media screen and (min-width: 640px){

.wysiwyg .heading-h2,
    .wysiwyg h2 {
    font-size: calc(2.5rem + 32 * ( (100vw - 640px) / 640 ));
  }
}

@media screen and (min-width: 1280px){

    .wysiwyg .heading-h2,
    .wysiwyg h2 {
        font-size: 40px;
    }
}

.wysiwyg .heading-h3,
    .wysiwyg h3 {
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.25;
    font-size: 2.1875rem;
  }

@media screen and (min-width: 640px){

.wysiwyg .heading-h3,
    .wysiwyg h3 {
    font-size: calc(2.1875rem + 5 * ( (100vw - 640px) / 640 ));
  }
}

@media screen and (min-width: 1280px){

.wysiwyg .heading-h3,
    .wysiwyg h3 {
    font-size: 2.5rem;
  }
}

.wysiwyg .heading-h4,
    .wysiwyg h4 {
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.25;
    letter-spacing: -0.04em;
    font-size: 1.375rem;
  }

@media screen and (min-width: 640px){

.wysiwyg .heading-h4,
    .wysiwyg h4 {
    font-size: calc(1.375rem + 10 * ( (100vw - 640px) / 640 ));
  }
}

@media screen and (min-width: 1280px){

.wysiwyg .heading-h4,
    .wysiwyg h4 {
    font-size: 2rem;
  }
}

.wysiwyg .heading-h5,
    .wysiwyg h5 {
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.25;
    font-size: 1.125rem;
  }

@media screen and (min-width: 640px){

.wysiwyg .heading-h5,
    .wysiwyg h5 {
    font-size: calc(1.125rem + 4 * ( (100vw - 640px) / 640 ));
  }
}

@media screen and (min-width: 1280px){

.wysiwyg .heading-h5,
    .wysiwyg h5 {
    font-size: 1.375rem;
  }
}

.wysiwyg .heading-h6,
    .wysiwyg h6 {
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.25;
    font-size: 1rem;
  }

@media screen and (min-width: 640px){

.wysiwyg .heading-h6,
    .wysiwyg h6 {
    font-size: calc(1rem + 4 * ( (100vw - 640px) / 640 ));
  }
}

@media screen and (min-width: 1280px){

.wysiwyg .heading-h6,
    .wysiwyg h6 {
    font-size: 1.25rem;
  }
}

.wysiwyg ol,
    .wysiwyg ul {
    padding-left: 0;
    list-style-position: inside;
  }

.wysiwyg ol ol,
        .wysiwyg ol ul,
        .wysiwyg ul ol,
        .wysiwyg ul ul {
      padding-left: 2rem;
    }

.wysiwyg > ul li {
      position: relative;
      padding-left: 1.5rem;
    }

.wysiwyg > ul li:after {
        position: absolute;
        display: inline-block;
        left: 0;
        background-color: #979796;
        border-radius: 0.25rem;
        content: '';
        height: 0.375rem;
        top: calc(1.3 * 0.5 * 1rem);
        top: calc(var(--baseline) * 0.5 * 1rem);
        transform: translate(0, -50%);
        width: 0.375rem;
      }

.wysiwyg > ol {
    counter-reset: ol;
  }

.wysiwyg > ol li {
      position: relative;
      display: block;
      padding-left: 1.5rem;
      list-style-type: none;
      counter-increment: ol;
    }

.wysiwyg > ol li:after {
        position: absolute;
        display: inline-block;
        top: 0;
        left: 0;
        color: #979796;
        text-align: right;
        content: counter(ol) '. ';
      }

.wysiwyg hr {
    border-width: 2px;
    border-color: #e7e7e7;
  }

/* p,
    li {
        hyphens: auto;
    } */

.wysiwyg img,
    .wysiwyg svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

.wysiwyg img[class*='align'], .wysiwyg svg[class*='align'] {
      margin-top: 1rem;
    }

@media (min-width: 900px) {

.wysiwyg img.align-left, .wysiwyg svg.align-left {
        float: left;

        margin-right: 1rem
    }
      }

@media (min-width: 900px) {

.wysiwyg img.align-right, .wysiwyg svg.align-right {
        float: right;

        margin-left: 1rem
    }
      }

.wysiwyg a {
    color: currentColor;
    text-decoration: underline;
    color: #bb7265;
    text-underline-position: under;
  }

html:not(.touchevents) .wysiwyg a:hover{
      color: #65a6c2;
}

.wysiwyg blockquote {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 0.75em 1em 0.75em 2em;
    quotes: '\201C''\201D''\2018''\2019';
  }

.wysiwyg blockquote,
        .wysiwyg blockquote > * {
      background-color: #e7e7e7;
      color: #555555;
      font-size: 2rem;
      line-height: 1.1;
    }

@media screen and (min-width: 640px){

.wysiwyg blockquote,
        .wysiwyg blockquote > * {
    font-size: calc(2rem + 8 * ( (100vw - 640px) / 640 ));
    }
}

@media screen and (min-width: 1280px){

.wysiwyg blockquote,
        .wysiwyg blockquote > * {
    font-size: 2.5rem;
    }
}

.wysiwyg blockquote:before {
      position: absolute;
      top: 0;
      color: #ffffff;
      content: open-quote;
      font-size: 3em;
      left: 0.20833333333333334em;
    }

/* objects */

@media (min-width: 600px) {

.l-fav-grid {
    display: flex;

    flex-direction: column;

    flex-wrap: wrap;

    margin-top: -0.5rem;

    margin-left: -0.5rem;

    margin-right: -0.5rem;

    height: 32.1875rem
}
  }

@media (min-width: 1240px) {

.l-fav-grid {
    height: 29.375rem
}
  }

.l-fav-grid__row {
  padding-top: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 100%;
  background-size: cover;
  background-position: center;

}

@media (min-width: 600px) {

.l-fav-grid__row {
    width: 50%
}
  }

@media (min-width: 900px) {

.l-fav-grid__row {
    width: 33.333333%
}
  }

@media (min-width: 1240px) {

.l-fav-grid__row {
    width: 25%
}
  }

.l-fav-grid__row:nth-child(1) {
    display: block;
    height: 100%;
  }

@media (min-width: 1240px) {

.l-fav-grid__row:nth-child(1) {
      width: 30%
  }
    }

.l-fav-grid__row:nth-child(2),
    .l-fav-grid__row:nth-child(3) {
    height: 50%;
  }

@media (min-width: 600px) {

.l-fav-grid__row:nth-child(2),
    .l-fav-grid__row:nth-child(3) {
      display: block
  }
    }

@media (min-width: 1240px) {

.l-fav-grid__row:nth-child(2),
    .l-fav-grid__row:nth-child(3) {
      width: 30%
  }
    }

.l-fav-grid__row:nth-child(4) {
    height: 100%;
  }

@media (min-width: 900px) {

.l-fav-grid__row:nth-child(4) {
      display: block
  }
    }

@media (min-width: 1240px) {

.l-fav-grid__row:nth-child(4) {
      width: 20%
  }
    }

.l-fav-grid__row:nth-child(5) {
    height: 35%;
  }

.l-fav-grid__row:nth-child(6) {
    height: 65%;
  }

.l-fav-grid__row:nth-child(5),
    .l-fav-grid__row:nth-child(6) {
    display: none;
  }

@media (min-width: 1240px) {

.l-fav-grid__row:nth-child(5),
    .l-fav-grid__row:nth-child(6) {
      display: block;

      width: 20%
  }
    }

.l-fav-grid__wrap {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.l-fav-grid__icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem;
    color: #f05a30;
    background: #ffffff8c;
    border-radius: 0px 0px 0px 10px;
}

@media (min-width: 900px) {

.l-title-callout {
    display: flex;

    align-items: stretch
}
  }

@media (min-width: 900px) {

.l-title-callout__row {
    width: 50%
}
  }

.l-title-callout__row:first-child {
  display: flex;
  align-items: center;
  padding: 1rem;
  background-size: cover;
  background-position: center;
  height: 25vw;
  min-height: 9.375rem;
}
@media (max-width: 700px) {
    .l-fav-grid__wrap {
        height: 320px !important;
    }
}

    @media (min-width: 600px) {

        .l-title-callout__row:first-child {
            height: auto
        }
    }

    @media (min-width: 1240px) {

        .l-title-callout__row:first-child {
            justify-content: center
        }
    }

    .l-title-callout__row:last-child {
        padding: 1.5rem;
    }

    @media (min-width: 900px) {

        .l-title-callout__row:last-child {
            padding: 2rem
        }
    }

    .l-card-imgs {
        position: relative;
        margin-top: -3rem;
    }

    .l-card-imgs__row {
        margin-top: 3rem;
    }

    @media (min-width: 900px) {

        .l-card-imgs__row {
            display: flex;
            align-items: flex-start;
            margin-left: -1rem;
            margin-right: -1rem
        }
    }

    .l-card-imgs__row:nth-child(odd) .l-card-imgs__title-wrap {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .l-card-imgs__row:nth-child(odd) .l-card-imgs__title-icon {
        margin-right: 1.5rem;
    }

    .l-card-imgs__row:nth-child(even) {
        flex-direction: row-reverse;
        text-align: right;
    }

    @media (min-width: 900px) {

        .l-card-imgs__row:nth-child(even) .l-card-imgs__media {
            margin-top: -14.0625rem
        }
    }

    .l-card-imgs__row:nth-child(even) .l-card-imgs__title-wrap {
        justify-content: flex-end;
    }

    .l-card-imgs__row:nth-child(even) .l-card-imgs__title-icon svg {
        transform: rotate(180deg);
    }

    .l-card-imgs__row:nth-child(even) .l-card-imgs__title-icon {
        margin-left: 1.5rem;
    }

    @media (min-width: 900px) {

        .l-card-imgs__subitem {
            width: 50%;
            padding-left: 1rem;
            padding-right: 1rem
        }
    }

    .l-card-imgs__media {
        /*  */
    }

    .l-card-imgs__title-wrap {
        display: none;
    }

    @media (min-width: 900px) {

        .l-card-imgs__title-wrap {
            display: flex;
            align-items: center;
            margin-top: 4rem
        }
    }

    .l-card-imgs__title {
        /*  */
    }

    .l-card-imgs__title-icon svg {
        font-size: 1.25rem;
    }

    .l-color-picker {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
    }

    @media (min-width: 900px) {

        .l-color-picker {
            flex-direction: row
        }
    }

    .l-color-pick__row {
        position: relative;
    }

    .l-color-picker__row:first-child {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        z-index: 10;
        transform: translate(0, -50px);
    }

    @media (min-width: 600px) {

        .l-color-picker__row:first-child {
            width: 66.666667%;
            margin-left: auto;
            margin-right: auto;
            padding-left: 0;
            padding-right: 0
        }
    }

    @media (min-width: 900px) {

        .l-color-picker__row:first-child {
            margin-left: 0;
            margin-right: 0;
            transform: translate(0, 0);
            margin-top: 1.25rem;
            margin-bottom: 1.25rem;
            min-width: 23.75rem;
            width: 36%
        }
    }

    .l-color-picker__row:first-child .l-color-picker__row-wrap {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        background-color: #ffffff;
    }

    @media (min-width: 600px) {

        .l-color-picker__row:first-child .l-color-picker__row-wrap {
            padding-left: 1rem;
            padding-right: 1rem
        }
    }

    @media (min-width: 900px) {

        .l-color-picker__row:first-child .l-color-picker__row-wrap {
            padding-top: 5rem;
            padding-left: 2.5rem;
            padding-right: 2.5rem
        }
    }

    .l-color-picker__row:last-child {
        position: relative;
        height: 100vh;
        z-index: 0;
        max-height: 56.26vw;
    }

    @media (min-width: 900px) {

        .l-color-picker__row:last-child {
            align-self: stretch;
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            max-height: 43.75rem;
            width: 72%
        }
    }

    .l-color-picker__title-wrap {
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: center;
    }

    @media (min-width: 900px) {

        .l-color-picker__title-wrap {
            display: none
        }
    }

    .l-color-picker__bgs {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }

    .l-color-picker__bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: cover;
        background-position: center;
        opacity: 0;
        z-index: 0;
        transition: 300ms cubic-bezier(0.6, 0.2, 0, 0.8);
    }

        .l-color-picker__bg.js-is-active {
            opacity: 1;
            z-index: 10;
        }

    /* .l-panels-horiz {
  @apply relative;
} */

    .l-panels-horiz__rows {
        /*  */
    }

    .l-panels-horiz__row {
        height: 100%;
        flex: 0 0 80vw;
    }

    @media (min-width: 1240px) {

        .l-panels-horiz__row {
            flex: none;
            width: 100%
        }
    }

.l-panels-horiz__arrows {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    font-size: 1.875rem;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    pointer-events: none;
    direction: ltr;
}

    @media (min-width: 900px) {

        .l-panels-horiz__arrows {
            font-size: 4rem
        }
    }

    .l-panels-horiz__arrows button {
        padding: 1rem;
        pointer-events: all;
        background-color: rgba(231, 231, 231, 0.75);
    }

        .l-panels-horiz__arrows button.slick-disabled {
            cursor: not-allowed;
        }

    .l-feat-bg {
        position: relative;
        padding-top: 6rem;
        padding-bottom: 16rem;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: auto 14.0625rem;
    }

    @media (min-width: 600px) {

        .l-feat-bg {
            background-size: auto 26.25rem;
            padding-bottom: 22.5rem
        }
    }

    @media (min-width: 900px) {

        .l-feat-bg {
            padding-bottom: 8rem;
            background-position: right bottom;
            background-size: auto 21.875rem
        }
    }

    @media (min-width: 1240px) {

        .l-feat-bg {
            background-size: auto
        }
    }

    .l-feat-fullwidth-bg {
        position: relative;
        padding-top: 3rem;
        background-repeat: no-repeat;
        background-size: cover;
    }

    @media (max-width: 899px) {

        .l-feat-fullwidth-bg {
            background-image: none !important
        }
    }

    @media (min-width: 900px) {

        .l-feat-fullwidth-bg {
            padding-top: 3rem;
            padding-bottom: 3rem
        }
    }

    @media (min-width: 900px) {

        .l-feat-mobile-bg {
            display: none
        }
    }

    .l-feat-bg__body-wrap {
        display: flex;
    }

    .l-feat-bg__body {
        width: 100%;
        text-align: center;
    }

    @media (min-width: 600px) {

        .l-feat-bg__body {
            width: 66.666667%;
            margin-left: auto;
            margin-right: auto
        }
    }

    @media (min-width: 900px) {

        .l-feat-bg__body {
            width: 60%;
            margin-left: 0;
            margin-right: 0;
            text-align: left
        }
    }

    @media (min-width: 1240px) {

        .l-feat-bg__body {
            width: 50%
        }
    }

    .l-feat-block {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
    }

    @media (min-width: 900px) {

        .l-feat-block {
            flex-direction: row
        }
    }

    @media (min-width: 900px) {

        .l-feat-block.is-reverse {
            flex-direction: row-reverse
        }

            .l-feat-block.is-reverse .l-feat-block__row:last-child {
                top: 0;
                right: auto;
                left: 0;
            }
    }

    .l-feat-block__row {
        position: relative;
    }

        .l-feat-block__row:first-child {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            z-index: 10;
            transform: translate(0, -50px);
            margin-bottom: -50px;
        }

    @media (min-width: 600px) {

        .l-feat-block__row:first-child {
            width: 66.666667%;
            margin-left: auto;
            margin-right: auto;
            padding-left: 0;
            padding-right: 0
        }
    }

    @media (min-width: 900px) {

        .l-feat-block__row:first-child {
            margin-left: 0;
            margin-right: 0;
            transform: translate(0, 0);
            margin-top: 1.25rem;
            margin-bottom: 1.25rem;
            min-width: 23.75rem;
            width: 40%
        }
    }

    .l-feat-block__row:first-child .l-feat-block__row-wrap {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        background-color: #ffffff;
    }

        .l-feat-block__row:first-child .l-feat-block__row-wrap img {
            width: 6.25rem;
        }

    @media (min-width: 900px) {

        .l-feat-block__row:first-child .l-feat-block__row-wrap img {
            width: auto
        }
    }

    @media (min-width: 900px) {

        .l-feat-block__row:first-child .l-feat-block__row-wrap {
            padding-top: 5rem;
            padding-left: 2.5rem;
            padding-right: 2.5rem;
            padding-bottom: 2.5rem
        }
    }

    .l-feat-block__row:last-child {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
        background-size: cover;
        background-position: center;
        z-index: 0;
        max-height: 56.26vw;
    }

    @media (min-width: 900px) {

        .l-feat-block__row:last-child {
            align-self: stretch;
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            max-height: 43.75rem;
            width: 72%
        }
    }

    .l-feat-block__title-wrap {
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: center;
    }

    @media (min-width: 900px) {

        .l-feat-block__title-wrap {
            display: none
        }
    }

    .l-selling-factors {
        position: relative;
        text-align: center;
    }

    .l-selling-factors__bg-wrap {
        padding-top: 4rem;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: contain;
        text-align: center;
        background-size: auto 37.5rem;
        padding-bottom: 12.5rem;
    }

    @media (min-width: 900px) {

        .l-selling-factors__bg-wrap {
            background-size: auto 31.25rem;
            padding-bottom: 6.25rem
        }
    }

    @media (min-width: 1240px) {

        .l-selling-factors__bg-wrap {
            background-size: auto 34.375rem
        }
    }

    .l-selling-factors__head {
        display: none;
    }

    @media (min-width: 900px) {

        .l-selling-factors__head {
            display: block
        }
    }

    .l-selling-factors__headings-rows {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-bottom: -1.5rem;
    }

    @media (min-width: 900px) {

        .l-selling-factors__headings-rows {
            flex-direction: row;
            margin-top: 4rem;
            margin-left: -1rem;
            margin-right: -1rem;
            margin-bottom: -4rem
        }
    }

    .l-selling-factors__headings-row {
        margin-bottom: 1.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: center;
    }

    @media (min-width: 900px) {

        .l-selling-factors__headings-row {
            width: 33.333333%;
            margin-bottom: 4rem
        }
    }

    .l-selling-factors__heading:after {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0.5rem;
        background-color: currentColor;
        content: '';
        height: 0.0625rem;
        width: 5rem;
    }

    .l-selling-factors__link-wrap {
        text-align: center;
        margin-top: 15.625rem;
    }

    @media (min-width: 1240px) {

        .l-selling-factors__link-wrap {
            margin-top: 18.75rem
        }
    }

    .l-input-btn {
        display: flex;
        width: 100%;
    }

        .l-input-btn.is-small .l-input-btn__input input {
            width: 6rem;
            padding: 0.5rem;
        }

        .l-input-btn.is-small .l-input-btn__btn button,
        .l-input-btn.is-small .l-input-btn__btn input[type='submit'] {
            padding: 0.5rem;
        }

    .l-input-btn__input {
        flex: 1 1 0%;
    }

        .l-input-btn__input input {
            width: 100%;
            height: 100%;
            border-width: 1px;
            border-color: transparent;
        }

    .l-input-btn__btn {
        display: flex;
        align-items: stretch;
        text-align: center;
        width: 4rem;
    }

        .l-input-btn__btn button,
        .l-input-btn__btn input[type='submit'] {
            display: flex;
            justify-content: center;
            width: 100%;
            padding: 1.25rem;
            color: #555555;
            background-color: #e7e7e7;
            transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8);
        }

            .l-input-btn__btn button:hover, .l-input-btn__btn input[type='submit']:hover {
                color: #e7e7e7;
                background-color: rgba(0, 0, 0, 0.8);
            }

    .l-teaser-grid {
        position: relative;
    }

    .l-teaser-grid__head {
        text-align: center;
    }

    .l-teaser-grid__head-imgs {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8);
        max-width: 31.875rem;
    }

        .l-teaser-grid__head-imgs:after {
            display: block;
            height: 0;
            content: '';
            padding-bottom: 51%;
        }

    .l-teaser-grid__head-img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        opacity: 0;
        visibility: hidden;
        transition: 450ms cubic-bezier(0.6, 0.2, 0, 0.8);
    }

        .l-teaser-grid__head-img.js-is-active {
            opacity: 1;
            visibility: visible;
        }

    .l-teaser-grid__row-wrap {
        margin-top: 2rem;
    }

    .l-teaser-grid__rows {
        display: flex;
        flex-wrap: wrap;
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        margin-bottom: -0.75rem;
    }

    .l-teaser-grid__row {
        width: 50%;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        margin-bottom: 0.75rem;
        cursor: pointer;
    }

    @media (min-width: 900px) {

        .l-teaser-grid__row {
            width: 33.333333%
        }
    }

    .l-teaser-grid__row:hover .l-teaser-grid__title, .l-teaser-grid__row.js-is-active .l-teaser-grid__title {
        color: #b18259;
    }

    .l-teaser-grid__bg-img {
        background-size: cover;
        background-position: center;
    }

        .l-teaser-grid__bg-img:after {
            display: block;
            height: 0;
            content: '';
            padding-bottom: 51%;
        }

    .l-teaser-grid__title-wrap {
        margin-top: 0.5rem;
        text-align: center;
    }

    .l-teaser-grid__title {
        text-decoration: underline;
        transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8);
    }

    .l-toggle-inputs {
        position: relative;
    }

        .l-toggle-inputs.js-is-active .l-toggle-inputs__wrap {
            visibility: visible;
            opacity: 1;
        }

        .l-toggle-inputs.js-is-active .l-toggle-inputs__rows {
            max-height: 18.75rem;
        }

        .l-toggle-inputs.js-is-disabled .l-toggle-inputs__title {
            cursor: not-allowed;
        }

        .l-toggle-inputs.js-has-view-more.js-has-no-shadow .l-toggle-inputs__rows:after {
            opacity: 0;
        }

        .l-toggle-inputs.js-has-view-more .l-toggle-inputs__rows:after {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            pointer-events: none;
            opacity: 1;
            top: 85%;
            background-image: linear-gradient( to bottom, rgba(255, 255, 255, 0.001), #ffffff );
            content: '';
            transition: 250ms opacity cubic-bezier(0.6, 0.2, 0, 0.8);
        }

        .l-toggle-inputs.js-has-view-more .l-toggle-inputs__btn-wrap {
            display: block;
        }

.l-toggle-inputs__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 15px;
    border-width: 2px;
    border-color: #e7e7e7;
    cursor: pointer;
}

    .l-toggle-inputs__wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding-bottom: 0.75rem;
        background-color: #ffffff;
        border-width: 2px;
        border-color: #e7e7e7;
        visibility: hidden;
        opacity: 0;
        overflow: hidden;
    }

    .l-toggle-inputs__rows {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        padding-left: 0.75rem;
        padding-right: 1rem;
        margin-bottom: -1rem;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        box-sizing: content-box;
        max-height: 0;
    }

    .l-toggle-inputs__row {
        margin-bottom: 1rem;
    }

.l-toggle-inputs__btn-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

        .l-toggle-inputs__btn-wrap button {
            padding-left: 1rem;
            padding-right: 1rem;
            padding-top: 1rem;
            padding-bottom: 0.75rem;
        }

    .l-search-bar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        opacity: 0;
        visibility: hidden;
        transform: translate(0, -100%);
        z-index: 50;
    }

        .l-search-bar.js-is-active {
            opacity: 1;
            visibility: visible;
            transform: translate(0, 0);
        }

    @media (min-width: 1240px) {

        .l-search-bar {
            display: block
        }
    }

    .l-search-bar__wrap {
        background-color: #ffffff;
        padding: 2rem;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    }

    .l-header-mobile {
        position: relative;
        left: 0;
        right: 0;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        z-index: 10;
    }

        .l-header-mobile.js-is-active {
            position: fixed;
        }

    .l-header-mobile__wrap {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .l-header-mobile__bar {
        display: flex;
        align-items: center;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

.l-header-mobile__nav {
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 auto;
    background: #f3f3f3;
    margin: 20px;
}

    .l-header-mobile__back-btn {
        align-items: center;
        display: none;
        width: 100%;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        visibility: hidden;
        font-weight: 700;
        opacity: 0;
        transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8);
    }

        .l-header-mobile__back-btn.js-is-active {
            visibility: visible;
            opacity: 1;
            display: flex;
        }

    @media (min-width: 1240px) {

        .l-header-mobile__back-btn {
            display: none
        }
    }

    html.js-nav-is-open .layout-container {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        height: 100%;
        z-index: 50;
    }

        html.js-nav-is-open .layout-container [data-js='header-main'] {
            flex: 1 1 auto;
        }

        html.js-nav-is-open .layout-container [data-js='header-mobile'] {
            flex: 1 1 auto;
        }

        html.js-nav-is-open .layout-container > main,
        html.js-nav-is-open .layout-container > footer {
            display: none;
        }

    /* components */

    /* purgecss start ignore */

    /* Slider */

    .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        direction: ltr;
        text-align: right;
    }

        .slick-list p {
            direction: rtl;
            text-align: right;
        }

        .slick-list:focus {
            outline: none;
        }

        .slick-list.dragging {
            cursor: pointer;
            cursor: hand;
        }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        transform: translate3d(0, 0, 0);
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

        .slick-track:before,
        .slick-track:after {
            display: table;
            content: '';
        }

        .slick-track:after {
            clear: both;
        }

    .slick-loading .slick-track {
        visibility: hidden;
    }

    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    [dir='rtl'] .slick-slide {
        float: right;
    }

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

    .slick-initialized .slick-slide {
        display: block;
    }

    .slick-loading .slick-slide {
        visibility: hidden;
    }

    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }

    /* horizontal slider */

    [data-js^='design-channel-horizontal-slider'],
    [data-js^='horizontal-slider'] {
        cursor: move;
    }

        [data-js^='design-channel-horizontal-slider'] .slick-list,
        [data-js^='horizontal-slider'] .slick-list {
            overflow: visible;
        }

        [data-js^='design-channel-horizontal-slider'] .slick-track,
        [data-js^='horizontal-slider'] .slick-track {
            display: flex;
            margin-left: -1rem;
            margin-right: -1rem;
        }

        [data-js^='design-channel-horizontal-slider'] .slick-slide,
        [data-js^='horizontal-slider'] .slick-slide {
            display: flex;
            float: none;
            padding-left: 1rem;
            padding-right: 1rem;
            width: 75vw;
            outline: 0;
            height: inherit;
            max-width: 22.5rem;
        }

    @media (min-width: 1240px) {

        [data-js^='design-channel-horizontal-slider'] .slick-slide,
        [data-js^='horizontal-slider'] .slick-slide {
            width: 33.333333%;
            max-width: 100%;
            width: calc(1240px * (1 / 3))
        }
    }

    [data-js^='design-channel-horizontal-slider'] .slick-slide > div,
    [data-js^='horizontal-slider'] .slick-slide > div {
        width: 100%;
    }

    /* image carousel */

    [data-js='image-carousel-with-dots'] .slick-slider,
    [data-js='image-carousel-with-dots'] .slick-list,
    [data-js='image-carousel-with-dots'] .slick-track {
        height: 100%;
    }

    [data-js='image-carousel-with-dots'] .slick-slide {
        position: relative;
        min-height: 17.5rem;
    }

    @media (min-width: 900px) {

        [data-js='image-carousel-with-dots'] .slick-slide {
            min-height: 28.125rem
        }
    }

    [data-js='image-carousel-with-dots'] .slick-dots {
        position: absolute;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        margin-left: -0.25rem;
        margin-right: -0.25rem;
        z-index: 10;
        bottom: 1.5rem;
    }

        [data-js='image-carousel-with-dots'] .slick-dots li {
            padding-left: 0.25rem;
            padding-right: 0.25rem;
        }

            [data-js='image-carousel-with-dots'] .slick-dots li.slick-active button, [data-js='image-carousel-with-dots'] .slick-dots li:hover button {
                background-color: #ffffff;
            }

        [data-js='image-carousel-with-dots'] .slick-dots button {
            width: 1.25rem;
            height: 0.75rem;
            background-color: rgba(0, 0, 0, 0.8);
            border-radius: 0.25rem;
            transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8);
            font-size: 0;
        }

    /* image carousel */

    [data-js='banner-carousel'] .slick-slide {
        position: relative;
        height: auto;
    }

        [data-js='banner-carousel'] .slick-slide .banner-carousel__bg {
            min-height: 17.5rem;
        }

    @media (min-width: 900px) {

        [data-js='banner-carousel'] .slick-slide .banner-carousel__bg {
            min-height: 28.125rem
        }
    }

    [data-js='banner-carousel'] .slick-dots {
        right: 0;
        display: flex;
        justify-content: center;
        margin-left: -0.25rem;
        margin-right: -0.25rem;
        z-index: 10;
        bottom: 1.5rem;
    }

        [data-js='banner-carousel'] .slick-dots li {
            padding-left: 0.25rem;
            padding-right: 0.25rem;
        }

            [data-js='banner-carousel'] .slick-dots li.slick-active button, [data-js='banner-carousel'] .slick-dots li:hover button {
                background-color: #c7c7c7;
            }

        [data-js='banner-carousel'] .slick-dots button {
            width: 1.25rem;
            height: 0.5rem;
            background-color: #555555;
            transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8);
            font-size: 0;
        }

    html.no-js [data-js='image-carousel-no-swipe-fade'] .views-row:not(:first-child) {
        display: none;
    }

    [data-js='image-carousel-no-swipe-fade'] > .slick-slider > .slick-list {
        height: 100%;
    }

        [data-js='image-carousel-no-swipe-fade'] > .slick-slider > .slick-list > .slick-track {
            height: 100%;
        }

            [data-js='image-carousel-no-swipe-fade'] > .slick-slider > .slick-list > .slick-track:before,
            [data-js='image-carousel-no-swipe-fade'] > .slick-slider > .slick-list > .slick-track:after {
                height: 0;
                display: none;
            }

            [data-js='image-carousel-no-swipe-fade'] > .slick-slider > .slick-list > .slick-track > .slick-slide {
                height: 100%;
            }

                [data-js='image-carousel-no-swipe-fade'] > .slick-slider > .slick-list > .slick-track > .slick-slide > div {
                    height: 100%;
                }

    /* galleries carousel */

    [data-js='galleries-carousel'] .slick-list {
        height: 100%;
        min-height: inherit;
    }

    [data-js='galleries-carousel'] .slick-track {
        height: 100%;
        min-height: inherit;
    }

        [data-js='galleries-carousel'] .slick-track:before,
        [data-js='galleries-carousel'] .slick-track:after {
            height: 0;
            display: none;
        }

    [data-js='galleries-carousel'] .slick-slide {
        position: relative;
        height: 100%;
        min-height: inherit;
    }

    [data-js='design-channel-slider'] .slick-track {
        display: flex !important;
    }

    [data-js='design-channel-slider'] .slick-slide {
        height: inherit !important;
    }

        [data-js='design-channel-slider'] .slick-slide > div {
            height: 100%;
        }

        [data-js='design-channel-slider'] .slick-slide .views-row {
            height: 100%;
        }

    [data-js='design-channel-slider-navigation'] .slick-dots {
        display: flex;
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

        [data-js='design-channel-slider-navigation'] .slick-dots button {
            width: 50px;
            height: 5px;
            background-color: rgb(240 90 48);
            margin-left: 0.25rem;
            margin-right: 0.25rem;
            border-radius: 0.25rem;
            text-indent: -9999px;
            overflow: hidden;
            font-size: 0;
            transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8);
        }

    @media (min-width: 900px) {

        [data-js='design-channel-slider-navigation'] .slick-dots button {
            width: 100px
        }
    }

    [data-js='design-channel-slider-navigation'] .slick-dots .slick-active button {
        background-color: #ffffff;
    }

    /**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

    html.with-featherlight {
        overflow: hidden
    }

    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background: #333;
        background: rgba(0,0,0,0)
    }

        .featherlight:last-of-type {
            background: rgba(0,0,0,.8)
        }

        .featherlight:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle
        }

        .featherlight .featherlight-content {
            position: relative;
            text-align: left;
            vertical-align: middle;
            display: inline-block;
            overflow: auto;
            padding: 25px 25px 0;
            border-bottom: 25px solid transparent;
            margin-left: 5%;
            margin-right: 5%;
            max-height: 95%;
            background: #fff;
            cursor: auto;
            white-space: normal
        }

        .featherlight .featherlight-inner {
            display: block
        }

        .featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
            display: none
        }

        .featherlight .featherlight-close-icon {
            position: absolute;
            z-index: 9999;
            top: 0;
            right: 0;
            line-height: 25px;
            width: 25px;
            cursor: pointer;
            text-align: center;
            font-family: Arial,sans-serif;
            background: #fff;
            background: rgba(255,255,255,.3);
            color: #000;
            border: 0;
            padding: 0
        }

            .featherlight .featherlight-close-icon::-moz-focus-inner {
                border: 0;
                padding: 0
            }

        .featherlight .featherlight-image {
            width: 100%
        }

    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0;
        -webkit-overflow-scrolling: touch
    }

    .featherlight iframe {
        border: 0
    }

    .featherlight * {
        box-sizing: border-box
    }

    @media only screen and (max-width:1024px) {
        .featherlight .featherlight-content {
            margin-left: 0;
            margin-right: 0;
            max-height: 98%;
            padding: 10px 10px 0;
            border-bottom: 10px solid transparent
        }
    }

    @media print {
        html.with-featherlight > * > :not(.featherlight) {
            display: none
        }
    }

    /**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

    .featherlight-next, .featherlight-previous {
        display: block;
        position: absolute;
        top: 25px;
        right: 25px;
        bottom: 0;
        left: 80%;
        cursor: pointer;
        -webkit-touch-callout: none;
        -ms-user-select: none;
        user-select: none;
        background: rgba(0,0,0,0)
    }

    .featherlight-previous {
        left: 25px;
        right: 80%
    }

        .featherlight-next:hover, .featherlight-previous:hover {
            background: rgba(255,255,255,.25)
        }

        .featherlight-next span, .featherlight-previous span {
            display: none;
            position: absolute;
            top: 50%;
            left: 5%;
            width: 82%;
            text-align: center;
            font-size: 80px;
            line-height: 80px;
            margin-top: -40px;
            text-shadow: 0 0 5px #fff;
            color: #fff;
            font-style: normal;
            font-weight: 400
        }

    .featherlight-next span {
        right: 5%;
        left: auto
    }

    .featherlight-next:hover span, .featherlight-previous:hover span {
        display: inline-block
    }

    .featherlight-first-slide.featherlight-last-slide .featherlight-next, .featherlight-first-slide.featherlight-last-slide .featherlight-previous, .featherlight-loading .featherlight-next, .featherlight-loading .featherlight-previous, .featherlight-swipe-aware .featherlight-next, .featherlight-swipe-aware .featherlight-previous {
        display: none
    }

    @media only screen and (max-device-width:1024px) {
        .featherlight-next:hover, .featherlight-previous:hover {
            background: 0 0
        }

        .featherlight-next span, .featherlight-previous span {
            display: block
        }
    }

    @media only screen and (max-width:1024px) {
        .featherlight-next, .featherlight-previous {
            top: 10px;
            right: 10px;
            left: 85%
        }

        .featherlight-previous {
            left: 10px;
            right: 85%
        }

            .featherlight-next span, .featherlight-previous span {
                margin-top: -30px;
                font-size: 40px
            }
    }

    [data-featherlight='gallery'] {
        cursor: pointer;
    }

    .featherlight.featherlight {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-left: 3rem;
        padding-right: 3rem;
        z-index: 40;
        background: rgba(255, 255, 255, 0.9);
    }

        .featherlight.featherlight.featherlight-loading .featherlight-inner {
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: inherit;
        }

        .featherlight.featherlight .featherlight-content {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            padding: 0;
            border-width: 8px;
            border-color: #979796;
            overflow: visible;
            min-height: 12.5rem;
        }

    @media (min-width: 900px) {

        .featherlight.featherlight .featherlight-content {
            max-width: 900px
        }
    }

    @media (min-width: 1240px) {

        .featherlight.featherlight .featherlight-content {
            max-width: 1240px
        }
    }

    .featherlight.featherlight .featherlight-close {
        text-transform: uppercase;
        z-index: 10;
        text-indent: -9999px;
        line-height: 0;
    }

        .featherlight.featherlight .featherlight-close:after {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            border-bottom-width: 1px;
            font-size: 0.75rem;
            content: 'Close';
            line-height: initial;
            text-indent: 0;
            transform: translate(0, -2.1875rem);
        }

    .featherlight.featherlight .featherlight-previous,
    .featherlight.featherlight .featherlight-next {
        display: block;
        right: auto;
        bottom: auto;
        left: auto;
        top: 50%;
        transform: translate(0, -50%);
    }

        .featherlight.featherlight .featherlight-previous span, .featherlight.featherlight .featherlight-next span {
            display: block;
        }

    .featherlight.featherlight .featherlight-previous {
        left: -3.125rem;
    }

    @media (min-width: 900px) {

        .featherlight.featherlight .featherlight-previous {
            left: -5.3125rem
        }
    }

    .featherlight.featherlight .featherlight-next {
        left: auto;
        right: -0.9375rem;
    }

    @media (min-width: 900px) {

        .featherlight.featherlight .featherlight-next {
            right: -1.5625rem
        }
    }

    .snackbar-container {
        transition: all 500ms ease;
        transition-property: top, right, bottom, left, opacity;
        font-family: Roboto, sans-serif;
        font-size: 14px;
        min-height: 14px;
        background-color: #070b0e;
        position: fixed;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: white;
        line-height: 22px;
        padding: 18px 24px;
        bottom: -100px;
        top: -100px;
        opacity: 0;
        z-index: 9999;
    }

        .snackbar-container .action {
            background: inherit;
            display: inline-block;
            border: none;
            font-size: inherit;
            text-transform: uppercase;
            color: #4caf50;
            margin: 0 0 0 24px;
            padding: 0;
            min-width: min-content;
            cursor: pointer;
        }

    @media (min-width: 640px) {
        .snackbar-container {
            min-width: 288px;
            max-width: 568px;
            display: inline-flex;
            border-radius: 2px;
            margin: 24px;
        }
    }

    @media (max-width: 640px) {
        .snackbar-container {
            left: 0;
            right: 0;
            width: 100%;
        }
    }

    .snackbar-pos.bottom-center {
        top: auto !important;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .snackbar-pos.bottom-left {
        top: auto !important;
        bottom: 0;
        left: 0;
    }

    .snackbar-pos.bottom-right {
        top: auto !important;
        bottom: 0;
        right: 0;
    }

    .snackbar-pos.top-left {
        bottom: auto !important;
        top: 0;
        left: 0;
    }

    .snackbar-pos.top-center {
        bottom: auto !important;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .snackbar-pos.top-right {
        bottom: auto !important;
        top: 0;
        right: 0;
    }

    @media (max-width: 640px) {
        .snackbar-pos.bottom-center, .snackbar-pos.top-center {
            left: 0;
            transform: none;
        }
    }

    .snackbar-container {
        min-width: 0;
        z-index: 50;
    }

    .transition-fade {
        transition: opacity 0.15s linear !important;
    }

    .transition-collapse {
        transition: height 0.35s ease !important;
    }

    /* accordion */

    .fade {
        transition: opacity 0.15s linear;
    }

        .fade:not(.show) {
            opacity: 0;
        }

    .collapse:not(.show) {
        display: none;
    }

    .collapsing {
        transition: height 0.35s ease;
        position: relative;
        height: 0;
        overflow: hidden;
    }

    /* tabs */

    .tab-content > .tab-pane {
        display: none;
    }

    .tab-content > .active {
        display: block;
    }

    /* purgecss end ignore */

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

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

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

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

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

    .c-btn {
        position: relative;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-decoration: none;
        border-radius: 0.125rem;
        transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8);
    }

        .c-btn:disabled {
            cursor: not-allowed;
        }

        .c-btn.is-wide {
            padding-left: 3rem;
            padding-right: 3rem;
        }

        .c-btn.is-medium {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

        .c-btn.is-primary {
 
            color: #ffffff;
            background-color: #f05a30;
        }

    html:not(.touchevents) .c-btn.is-primary:hover {
        background-color: #b8b78a;
    }

    .c-btn.is-primary-reversed {
        color: #ffffff;
        background-color: #868b8f;
    }

    html:not(.touchevents) .c-btn.is-primary-reversed:hover {
        background-color: #555555;
    }

    .c-btn.is-primary-alt-border {
        color: currentColor;
        border-width: 2px;
    }

    .c-btn.is-primary-alt {
        color: #ffffff;
        background-color: #c7c7c7;
    }

        .c-btn.is-primary-alt:before {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8);
            background-image: linear-gradient( 135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.001) );
            content: '';
        }

    html:not(.touchevents) .c-btn.is-primary-alt:hover:before {
        opacity: 0;
    }

    .c-btn.is-secondary {
        color: #ffffff;
        background-color: #f05a30;
    }

    html:not(.touchevents) .c-btn.is-secondary:hover {
        background-color: #b8b78a;
    }

    .c-btn.is-secondary-alt {
        color: #555555;
        background-color: #f05a30;
    }

    html:not(.touchevents) .c-btn.is-secondary-alt:hover {
        background-color: #b8b78a;
    }

    .c-btn.is-ternary {
        color: #555555;
        background-color: #ffffff;
        font-weight: 700;
    }

html:not(.touchevents) .c-btn.is-ternary:hover {
    color: #f05a30;
}

    .c-btn.is-gray {
        background-color: #c7c7c7;
    }

    html:not(.touchevents) .c-btn.is-gray:hover {
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .c-btn.is-gray-1800 {
        background-color: #494949;
    }

    html:not(.touchevents) .c-btn.is-gray-1800:hover {
        background-color: #ffffff;
        color: #494949;
    }

    .c-btn.is-gray-1900 {
        background-color: #797979;
    }

    html:not(.touchevents) .c-btn.is-gray-1900:hover {
        background-color: #ffffff;
        color: #494949;
    }

    .c-btn.is-threecard {
        background-color: #a2c3d3;
        color: #636466;
    }

    html:not(.touchevents) .c-btn.is-threecard:hover {
        background-color: #dff2fe;
        color: #636466;
    }

    .c-icon {
        font-size: 1em;
        height: 1em;
        width: 1em;
    }

    .c-icon-pdf {
        font-size: 21px;
        height: 21px;
        width: 21px;
    }

    .c-icon.is-logo-main {
        color: rgba(0, 0, 0, 0.8);
        height: calc(9.5625rem * 0.575163399);
        width: 9.5625rem;
    }

    .c-icon.is-logo {
        height: calc(6.25rem * 0.575163399);
        width: 6.25rem;
    }

    @media (min-width: 900px) {

        .c-icon.is-logo {
            height: calc(9.5625rem * 0.575163399);
            width: 9.5625rem
        }
    }

    .c-icon.is-logo-main-horizontal {
        height: calc(10.6875rem * 0.229166667);
        width: 10.6875rem;
    }

    .c-icon.is-location-pin {
        color: #ffffff;
        height: 1.357142857em;
    }

    .c-icon.is-hamburger {
        color: #555555;
        cursor: pointer;
        height: 0.733333333em;
    }

    html:not(.touchevents) .c-icon.is-hamburger:hover {
        color: #000000;
    }

    .c-icon.is-angle-x {
        height: 1.714776632em;
    }

    .c-icon.is-angle-y {
        height: 0.583166333em;
    }

    .c-icon.is-logo-brickworks {
        font-size: 7.1875rem;
        height: 0.395833333em;
    }

    .link-icon {
        font-size: 35px;
        height: 35px;
        width: 35px;
    }

    /* Where to buy Icon */

    .brick-icon {
        width: unset !important;
        height: unset !important;
        max-height: 100%;
        color: black;
        stroke-width: 0.8;
    }

    .c-hero-slideshow {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 6rem;
        padding-bottom: 8rem;
    }

    @media (min-width: 900px) {

        .c-hero-slideshow {
            min-height: 38.4375rem
        }
    }

    .c-hero-slideshow__bgs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .c-hero-slideshow__bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        background-size: cover;
        background-position: center;
        z-index: 0;
        transition: 750ms linear;
    }

        .c-hero-slideshow__bg.js-is-active {
            opacity: 1;
        }

    .c-hero-slideshow__body {
        position: relative;
        color: #ffffff;
        text-align: center;
        z-index: 10;
    }

    .c-hero-slideshow__word-cycle-wrap {
        position: relative;
        z-index: 0;
    }

    .c-hero-slideshow__btns {
        position: relative;
        margin-top: 6rem;
        z-index: 10;
    }

    @media (min-width: 900px) {

        .c-hero-slideshow__btns {
            margin-top: 3rem
        }
    }

    .c-hero-slideshow__btn {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: 450ms cubic-bezier(0.6, 0.2, 0, 0.8);
    }

        .c-hero-slideshow__btn.js-is-active {
            opacity: 1;
            visibility: visible;
        }

    /*
Layout Properties (position, float, clear, display)
Box Model Properties (width, height, margin, padding)
Visual Properties (color, background, border, box-shadow)
Typography Properties (font-size, font-family, text-align, text-transform)
Misc Properties (cursor, overflow, z-index)
*/

    .c-location-teaser,
    .location-info-window {
        display: none;
    }

    .geolocation-location {
        display: block !important;
    }

    .geolocation-common-map-locations .c-location-teaser,
    .geolocation-map-container .location-info-window {
        display: block;
        font-weight: 500;
        font-weight: 700;
        line-height: 1.375;
    }

        .geolocation-common-map-locations .c-location-teaser .address, .geolocation-map-container .location-info-window .address {
            font-weight: 400;
        }

    .geolocation-common-map-locations {
        margin-bottom: -2rem;
    }

    .c-location-teaser {
        position: relative;
        border-width: 8px;
        border-color: #c7c7c7;
        padding: 1rem;
        margin-bottom: 2rem;
        transition: 300ms cubic-bezier(0.6, 0.2, 0, 0.8);
    }

    .c-location-teaser__location-type {
        position: absolute;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        background-color: #ffffff;
        font-weight: 700;
        line-height: 1;
        text-decoration: none;
        text-transform: uppercase;
        /* Show the location-type with white background over top the card */
        font-size: 14px;
        top: -11px;
        left: 20px;
    }

    @media (min-width: 900px) {

        .geolocation-common-map-container-wrapper {
            top: 0;
            position: sticky;
            height: calc(100vh - 100px)
        }
    }

    @media (min-width: 1240px) {

        .geolocation-common-map-container-wrapper {
        }
    }

    .geolocation-map-container.geolocation-map-container {
        display: block;
        height: 40vh;
    }

    @media (min-width: 900px) {

        .geolocation-map-container.geolocation-map-container {
            top: 0;
            height: 100%
        }
    }

    /* Our box-sizing styles are interferring with google map's */

    .geolocation-map-container.geolocation-map-container * {
        box-sizing: content-box;
    }

    #edit-geolocation-geocoder-google-geocoding-api--description {
        margin-top: 0.5rem;
        font-size: 0.875rem;
    }

    .form-item-field-geolocation-proximity {
        display: none;
    }

    .c-product-slideshow {
        position: relative;
    }

    .c-product-slideshow__items {
        position: relative;
    }

    .c-product-slideshow__item {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 100vh;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

        .c-product-slideshow__item.js-is-fixed {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
        }

    @media (min-width: 900px) {

        .c-product-slideshow__item {
            padding-top: 5rem;
            padding-bottom: 5rem;
            min-height: 46.875rem
        }
    }

    .c-product-slideshow__item-header {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    @media (min-width: 900px) {

        .c-product-slideshow__item-header {
            padding-left: 0;
            padding-right: 0
        }
    }

    .c-product-slideshow__item-body {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    @media (min-width: 900px) {

        .c-product-slideshow__item-body {
            padding-left: 0;
            padding-right: 0
        }
    }

    .c-product-slideshow__nav {
        position: absolute;
        left: auto;
        display: flex;
        flex-direction: column;
        z-index: 10;
        top: 50vh;
        right: 1rem;
        transform: translate(0, -50%);
    }

    @media (min-width: 900px) {

        .c-product-slideshow__nav {
            right: calc(100% * (1 / 12))
        }
    }

    .c-product-slideshow__nav-item {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.25rem;
        border-radius: 9999px;
        border-width: 1px;
        border-color: rgba(0, 0, 0, 0.8);
        font-size: 1.25rem;
        height: 1em;
        width: 1em;
    }

    @media (min-width: 900px) {

        .c-product-slideshow__nav-item {
            font-size: 1.875rem
        }
    }

    .c-product-slideshow__nav-item:hover span, .c-product-slideshow__nav-item.js-is-active span {
        font-size: calc(1em / 2);
    }

    .c-product-slideshow__nav-item:not(:first-child) {
        margin-top: 1.5rem;
    }

    .c-product-slideshow__nav-item span {
        display: block;
        background-color: #ffffff;
        border-radius: 9999px;
        transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8);
        font-size: calc(1em / 3);
        height: 1em;
        width: 1em;
    }

    .c-product-slideshow__btn {
        /*  */
    }

    /*
Layout Properties (position, float, clear, display)
Box Model Properties (width, height, margin, padding)
Visual Properties (color, background, border, box-shadow)
Typography Properties (font-size, font-family, text-align, text-transform)
Misc Properties (cursor, overflow, z-index)
*/

    .product-teasers-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        margin-bottom: -1rem;
    }

    @media print {

        .product-teasers-wrapper {
            display: block
        }

            .product-teasers-wrapper::after {
                content: "";
                clear: both;
                display: table;
            }
    }

    .product-teasers-wrapper > .views-row {
        margin-bottom: 1rem;
        width: 100%;
    }

    @media print {

        .product-teasers-wrapper > .views-row {
            float: left;
            width: 33.333333%;
            height: 215px
        }

            .product-teasers-wrapper > .views-row::after {
                content: "";
                clear: both;
                display: table;
            }
    }

    @media (min-width: 600px) {

        .product-teasers-wrapper > .views-row {
            padding-left: 0.5rem;
            padding-right: 0.5rem;
            width: 50%
        }
    }

    @media (min-width: 900px) {

        .product-teasers-wrapper > .views-row {
            width: 33.333333%
        }
    }

    @media (min-width: 1240px) {

        .product-teasers-wrapper > .views-row {
            width: 25%
        }
    }

    .product-teaser {
        width: 100%;
        height: 100%;
        padding: 1rem;
        border-width: 4px;
        border-color: #c7c7c7;
        text-align: center;
    }

    .product-teaser__thumbnail {
        height: 0;
        padding-bottom: 52.5%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    @media print {

        .product-teaser__thumbnail {
            display: none
        }
    }

    @media print {

        .product-teaser__thumbnail-print {
            display: block;
            height: 130px;
            object-fit: cover;
            width: 100%
        }
    }

    .product-teaser__missing-brick-image {
        width: 100%;
        height: 0;
        padding-bottom: 52.5555%;
        background-size: cover;
        background-position: center;
        background-image: url('images/bg/gg_product_logo.jpg');
    }

    .product-teaser__missing-stone-image {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        background-size: cover;
        background-position: center;
        background-image: url('images/bg/gg_product_logo.jpg');
    }

    .product-teaser__title {
        margin-top: 1rem;
        font-weight: 700;
        letter-spacing: -0.04em;
        line-height: 1.25;
        font-size: 0.75rem;
    }

    @media screen and (min-width: 640px) {

        .product-teaser__title {
            font-size: calc(0.75rem + 2 * ( (100vw - 640px) / 640 ));
        }
    }

    @media screen and (min-width: 1280px) {

        .product-teaser__title {
            font-size: 0.875rem;
        }
    }

    .product-teaser .compare-checkbox-container {
        top: -23px;
        position: relative;
        z-index: 100;
    }

        .product-teaser .compare-checkbox-container .c-checkbox__indicator {
            position: absolute;
            left: 0;
        }

        .product-teaser .compare-checkbox-container .c-checkbox__label {
            display: none;
        }

    /* .c-card {
    @apply relative flex flex-col justify-end;
    @apply h-full p-10;
    @apply bg-cover bg-center;
}

.c-card-img {
    @apply flex flex-col justify-end;
    @apply py-24 px-4;
    @apply text-center;

    min-height: rem(240);

    @screen sm {
        min-height: rem(430);
    }

    @screen sm {
        min-height: rem(480);
    }
}

.c-card-img__body {

} */

    /*
Layout Properties (position, float, clear, display)
Box Model Properties (width, height, margin, padding)
Visual Properties (color, background, border, box-shadow)
Typography Properties (font-size, font-family, text-align, text-transform)
Misc Properties (cursor, overflow, z-index)
*/

    .resource-teasers-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        margin-bottom: -1rem;
    }

        .resource-teasers-wrapper > .views-row {
            margin-bottom: 1rem;
        }

    @media (min-width: 600px) {

        .resource-teasers-wrapper > .views-row {
            padding-left: 0.5rem;
            padding-right: 0.5rem;
            width: 50%
        }
    }

    @media (min-width: 900px) {

        .resource-teasers-wrapper > .views-row {
            width: 33.333333%
        }
    }

    @media (min-width: 1240px) {

        .resource-teasers-wrapper > .views-row {
            width: 25%
        }
    }

    .resource-teaser {
        width: 100%;
        height: 100%;
        padding: 1rem;
        border-width: 6px;
        border-color: #c7c7c7;
        text-align: center;
    }

    .resource-teaser__img {
    }

    .resource-teaser__missing-brick-image {
        width: 100%;
        height: 0;
        padding-bottom: 52.5555%;
        background-size: cover;
        background-position: center;
        background-image: url('images/bg/gg_resource_logo.html');
    }

    .resource-teaser__missing-stone-image {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        background-size: cover;
        background-position: center;
        background-image: url('images/bg/gg_resource_logo.html');
    }

    .resource-teaser__title {
        margin-top: 1rem;
        font-weight: 700;
        letter-spacing: -0.04em;
        line-height: 1.25;
        font-size: 0.75rem;
    }

    @media screen and (min-width: 640px) {

        .resource-teaser__title {
            font-size: calc(0.75rem + 2 * ( (100vw - 640px) / 640 ));
        }
    }

    @media screen and (min-width: 1280px) {

        .resource-teaser__title {
            font-size: 0.875rem;
        }
    }

    /* .c-card {
    @apply relative flex flex-col justify-end;
    @apply h-full p-10;
    @apply bg-cover bg-center;
}

.c-card-img {
    @apply flex flex-col justify-end;
    @apply py-24 px-4;
    @apply text-center;

    min-height: rem(240);

    @screen sm {
        min-height: rem(430);
    }

    @screen sm {
        min-height: rem(480);
    }
}

.c-card-img__body {

} */

    /*
Layout Properties (position, float, clear, display)
Box Model Properties (width, height, margin, padding)
Visual Properties (color, background, border, box-shadow)
Typography Properties (font-size, font-family, text-align, text-transform)
Misc Properties (cursor, overflow, z-index)
*/

    .gallery-teasers-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        margin-bottom: -1rem;
    }

        .gallery-teasers-wrapper > .views-row {
            width: 100%;
            margin-bottom: 1rem;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
        }

            .gallery-teasers-wrapper > .views-row .gallery-teaser {
                padding-bottom: 100%;
            }

    @media (min-width: 600px) {

        .gallery-teasers-wrapper > .views-row:nth-child(5n + 1) {
            width: 41.666667%
        }
    }

    @media (min-width: 600px) {

        .gallery-teasers-wrapper > .views-row:nth-child(5n + 1) .gallery-teaser {
            padding-bottom: 232px
        }
    }

    @media (min-width: 900px) {

        .gallery-teasers-wrapper > .views-row:nth-child(5n + 1) .gallery-teaser {
            padding-bottom: 363px
        }
    }

    @media (min-width: 1240px) {

        .gallery-teasers-wrapper > .views-row:nth-child(5n + 1) .gallery-teaser {
            padding-bottom: 512px
        }
    }

    @media (min-width: 600px) {

        .gallery-teasers-wrapper > .views-row:nth-child(5n + 2) {
            width: 33.333333%;
            margin-bottom: -1rem
        }
    }

    @media (min-width: 600px) {

        .gallery-teasers-wrapper > .views-row:nth-child(5n + 2) .gallery-teaser {
            padding-bottom: 108px
        }
    }

    @media (min-width: 900px) {

        .gallery-teasers-wrapper > .views-row:nth-child(5n + 2) .gallery-teaser {
            padding-bottom: 173px
        }
    }

    @media (min-width: 1240px) {

        .gallery-teasers-wrapper > .views-row:nth-child(5n + 2) .gallery-teaser {
            padding-bottom: 248px
        }
    }

    @media (min-width: 600px) {

        .gallery-teasers-wrapper > .views-row:nth-child(5n + 2) .views-row {
            margin-bottom: 1rem
        }
    }

    .gallery-teasers-wrapper__cluster-group > .views-row + .views-row {
        margin-top: 1rem;
    }

    @media (min-width: 600px) {

        .gallery-teasers-wrapper > .views-row:nth-child(5n + 3) {
            width: 25%
        }
    }

    @media (min-width: 600px) {

        .gallery-teasers-wrapper > .views-row:nth-child(5n + 3) .gallery-teaser {
            padding-bottom: 232px
        }
    }

    @media (min-width: 900px) {

        .gallery-teasers-wrapper > .views-row:nth-child(5n + 3) .gallery-teaser {
            padding-bottom: 363px
        }
    }

    @media (min-width: 1240px) {

        .gallery-teasers-wrapper > .views-row:nth-child(5n + 3) .gallery-teaser {
            padding-bottom: 512px
        }
    }

    @media (min-width: 600px) {

        .gallery-teasers-wrapper > .views-row:nth-child(5n + 4) {
            width: 50%
        }
    }

    @media (min-width: 600px) {

        .gallery-teasers-wrapper > .views-row:nth-child(5n + 4) .gallery-teaser {
            padding-bottom: 100%
        }
    }

    @media (min-width: 600px) {

        .gallery-teasers-wrapper > .views-row:nth-child(5n + 5) {
            width: 50%
        }
    }

    @media (min-width: 600px) {

        .gallery-teasers-wrapper > .views-row:nth-child(5n + 5) .gallery-teaser {
            padding-bottom: 100%
        }
    }

    .gallery-teaser {
        position: relative;
        display: block;
        background-size: cover;
        background-position: center;
    }

    .gallery-teaser__icon {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.75rem;
        z-index: 10;
    }

    .c-word-cycle {
        position: relative;
    }

    .c-word-cycle__body {
        display: flex;
        flex-direction: column;
    }

    @media (min-width: 900px) {

        .c-word-cycle__body {
            flex-direction: row;
            align-items: baseline
        }
    }

    @media (min-width: 900px) {

        .c-word-cycle__body-row:not(:first-child) {
            margin-top: 0;
            margin-left: 1rem
        }
    }

    .c-word-cycle__cycle {
        display: flex;
        flex-wrap: nowrap;
    }

    .c-word-cycle__titles-wrap {
        position: relative;
        border-width: 1px;
        border-color: currentColor;
    }

    .c-word-cycle__titles {
        position: relative;
        font-weight: 700;
        letter-spacing: -0.04em;
        line-height: 1.25;
        font-size: 2.5rem;
        line-height: 1;
        transition: none;
        will-change: transform;
    }

    @media screen and (min-width: 640px) {

        .c-word-cycle__titles {
            font-size: calc(2.5rem + 77 * ( (100vw - 640px) / 640 ));
        }
    }

    @media screen and (min-width: 1280px) {

        .c-word-cycle__titles {
            font-size: 7.3125rem;
        }
    }

    .c-word-cycle__title {
        position: absolute;
        top: 0;
        padding-left: 0.75rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        padding-right: 2.5rem;
        opacity: 0;
        text-align: left;
        pointer-events: none;
        transition: 450ms opacity cubic-bezier(0.6, 0.2, 0, 0.8);
    }

        .c-word-cycle__title:first-child {
            position: relative;
        }

        .c-word-cycle__title.js-is-visible {
            opacity: 1;
            visibility: visible;
        }

        .c-word-cycle__title.js-is-top {
            -webkit-mask-image: linear-gradient( to bottom, rgba(255, 255, 255, 0.001), rgba(255, 255, 255, 0.8) 70% );
        }

    @media (max-width: 599px) {

        .c-word-cycle__title.js-is-top {
            visibility: hidden;
            opacity: 0
        }
    }

    .c-word-cycle__title.js-is-bottom {
        -webkit-mask-image: linear-gradient( to top, rgba(255, 255, 255, 0.001), rgba(255, 255, 255, 0.8) 70% );
    }

    .c-word-cycle__arrows {
        display: flex;
        flex-direction: column;
        margin-left: 0.5rem;
    }

    .c-word-cycle__arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1 1 0%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        border-width: 1px;
        border-color: currentColor;
    }

        .c-word-cycle__arrow svg {
            color: #ffffff;
            font-size: 1.875rem;
            transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8);
        }

        .c-word-cycle__arrow[disabled] {
            opacity: 0.5;
            cursor: not-allowed;
        }

    html:not(.touchevents) .c-word-cycle__arrow:hover:not([disabled]) {
        background-color: #ffffff;
    }

        html:not(.touchevents) .c-word-cycle__arrow:hover:not([disabled]) svg {
            color: rgba(0, 0, 0, 0.8);
        }

    .c-word-cycle__arrow.is-up svg {
        transform: rotate(180deg);
    }

    .c-word-cycle__arrow.is-down {
        margin-top: 0.5rem;
    }

    .c-card {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding: 2.5rem;
        background-position: center;
        background-size: cover;
    }

    .c-card-img {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 6rem;
        padding-bottom: 6rem;
        text-align: center;
        min-height: 15rem;
    }

    @media (min-width: 600px) {

        .c-card-img {
            min-height: 26.875rem
        }
    }

    @media (min-width: 600px) {

        .c-card-img {
            min-height: 30rem
        }
    }

    .c-card-img__body {
        /*  */
    }

    .c-panel {
        position: relative;
        display: flex;
        flex-direction: column;
        border-width: 8px;
        border-color: #c7c7c7;
    }

    .c-panel__header {
        position: relative;
    }

        .c-panel__header:after {
            display: block;
            content: '';
            padding-bottom: 53%;
        }

    .c-panel__bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        opacity: 0;
        z-index: 0;
        transition: 300ms cubic-bezier(0.6, 0.2, 0, 0.8);
    }

        .c-panel__bg.js-is-active {
            opacity: 1;
            z-index: 10;
        }

.c-panel__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    direction: rtl;
}

    .sizes-disclaimer {
        margin-top: 1.5rem;
        font-weight: 800;
    }

    .brick-size-text {
        margin-bottom: 1.5rem;
        font-weight: 800;
    }

    /* main link */

    .c-nav-main-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 10px;
        border-bottom-width: 4px;
        border-color: transparent;
        font-weight: 700;
        text-decoration: none;
        white-space: nowrap;
        margin-top: 15px;
    }

        .c-nav-main-link:not(:last-child) {
            /*    border-bottom-width: 6px;
    border-color: #e7e7e7;*/
        }

    .c-nav-main-link {
        font-size: 1.25rem;
    }

    @media screen and (min-width: 640px) {

        .c-nav-main-link {
            font-size: calc(1.25rem + 10 * ( (100vw - 640px) / 640 ))
        }
    }

    @media screen and (min-width: 1280px) {

        .c-nav-main-link {
            font-size: 1.875rem
        }
    }

    html:not(.touchevents) .c-nav-main-link:hover {
        border-color: rgba(0, 0, 0, 0.8);
    }

    @media (min-width: 1240px) {

        .c-nav-main-link {
            font-size: 1rem;
            /*       border-bottom-width: 6px;
        border-color: #e7e7e7;*/
            width: 125px;
            display: block;
            text-align: center;
        }
    }

    @media (min-width: 1240px) {
        .c-nav-main-link.js-is-active {
            border-color: rgba(0, 0, 0, 0.8);
        }

        .l-nav-main__col:hover .c-nav-main-link {
            border-color: rgba(0, 0, 0, 0.8);
        }
    }

    .c-nav-main-link svg {
        font-size: 1.25rem;
        transform: rotate(-90deg);
    }

    @media (min-width: 1240px) {

        .c-nav-main-link svg {
            font-size: 1rem;
            transform: none
        }
    }

    .c-nav-main-link__icon {
        margin-right: 0.75rem;
        float: left;
    }

    /* layout nav main */

.l-nav-main {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
    overflow-x: visible;
    will-change: transform;
}

    @media (min-width: 1240px) {

        .l-nav-main {
            flex-direction: row;
            align-items: center;
            margin-left: 0;
            margin-right: 0
        }
    }

    .l-nav-main__col {
        display: flex;
        flex: 1 1 0%;
    }

    @media (min-width: 1240px) {
        html:not(.touchevents) .l-nav-main__col:hover .l-nav-main__submenu {
            display: block;
            visibility: visible;
            opacity: 1;
            z-index: 10;
        }
    }

    .l-nav-main__col.js-is-active .l-nav-main__submenu {
        display: block;
        visibility: visible;
        opacity: 1;
        z-index: 10;
    }

    .l-nav-main__col.is-logo {
        display: none;
    }

    @media (min-width: 1240px) {

        .l-nav-main__col.is-logo {
            display: flex;
            justify-content: center;
            display: block;
            margin-bottom: 0px;
            text-align: center
        }
    }





    @media (min-width: 1240px) {

        .l-nav-main__col {
            flex-basis: 13.33%
        }
    }

    @media (min-width: 1240px) {

        .l-nav-main__col {
            position: relative
        }


            .l-nav-main__col .c-mega-menu__col {
                flex: 1 1 0%;
                width: auto;
            }
    }

    .l-nav-main__submenu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transform: translate(100%, 0);
    }

    @media (min-width: 1240px) {

        .l-nav-main__submenu {
            bottom: 0;
            left: 20px;
            right: 0;
            top: auto;
            margin-left: -1.25rem;
            transform: translate(0, 100%)
        }
    }

    .l-nav-main__submenu.js-is-active {
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }

    [data-js='header-mobile'] {
        background-color: #ffffff;
    }

        [data-js='header-mobile'] [data-nav-content] {
            display: none;
            visibility: hidden;
            opacity: 0;
            z-index: 0;
            will-change: transform;
        }

        [data-js='header-mobile'] [data-header-wrap] {
            position: relative;
            flex: 1 1 auto;
            overflow-x: hidden;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            height: calc(100vh - 191px);
        }

        [data-js='header-mobile'].js-nav-is-open [data-nav-content] {
            display: flex;
            visibility: visible;
            opacity: 1;
            z-index: 30;
        }

    .c-mega-menu {
        position: relative;
        background-color: #f0f0f0;
    }

    @media (min-width: 1240px) {

        .c-mega-menu {
            background-color: transparent
        }
    }

    .c-mega-menu__cols {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        padding-top: 1.5rem;
        padding-bottom: 10rem;
        margin-bottom: -1rem;
    }

    @media (min-width: 1240px) {

        .c-mega-menu__cols {
            flex-wrap: nowrap;
            padding-top: 0;
            padding-bottom: 0;
            margin-bottom: 0
        }
    }

    .c-mega-menu__col {
        position: relative;
        display: block;
        width: 100%;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        margin-bottom: 1rem;
        background-color: #f0f0f0;
    }

    @media (min-width: 1240px) {

        .c-mega-menu__col {
            width: 20%;
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
            margin-bottom: 0
        }
    }

    .c-mega-menu__col > li:first-child {
        padding: 0.75rem;
        margin-bottom: 0.75rem;
        border-bottom-width: 2px;
        border-color: #dddddd;
    }

    .c-mega-menu__col > li > a {
        display: flex;
        align-items: center;
        padding: 0.75rem;
        text-decoration: none;
    }

    @media (min-width: 1240px) {

        html:not(.touchevents) .c-mega-menu__col > li > a:hover {
            background-color: #ffffff;
            color: #f05a30;
        }
    }

    @media (min-width: 1240px) {

        .c-mega-menu__col > li > a.js-is-active {
            background-color: #ffffff
        }
    }

    .c-mega-menu__arrow {
        margin-left: auto;
    }

    /* javascript */

    [data-hidden-col] {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(100%, 0);
    }

        [data-hidden-col].js-is-active {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            transform: translate(100%, 0);
        }

    @media (min-width: 1240px) {

        [data-hidden-col].js-is-active {
            position: relative;
            transform: none
        }
    }

    .c-link-bar {
        position: relative;
        color: #ffffff;
        background-color: #707070;
        font-weight: 500;
        overflow-x: hidden;
    }

    .c-link-bar__items {
        display: flex;
        flex-wrap: nowrap;
    }

    @media (min-width: 600px) {

        .c-link-bar__item:first-child {
            width: 25%
        }
    }

    .c-link-bar__item:last-child {
        flex: 1 1 0%;
        overflow-x: auto;
    }

    @media (min-width: 600px) {

        .c-link-bar__item:last-child {
            width: 75%
        }
    }

    .c-link-bar__title {
        display: flex;
        align-items: center;
        height: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        font-weight: 700;
        text-align: center;
        min-width: 8.75rem;
    }

    @media (min-width: 1240px) {

        .c-link-bar__title {
            justify-content: flex-end;
            padding-left: 2.5rem;
            padding-right: 2.5rem
        }
    }

    .c-link-bar__links {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .c-link-bar__link-wrap {
        display: flex;
        flex: 1 1 0%;
        background-color: #dddddd;
    }

    .c-link-bar__link {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #707070;
        text-decoration: none;
        white-space: nowrap;
    }

    html:not(.touchevents) .c-link-bar__link:hover {
        color: #ffffff;
        background-color: #707070;
    }

    @media (min-width: 1240px) {

        .c-link-bar__link {
            width: 100%;
            padding-left: 2.5rem;
            padding-right: 2.5rem
        }
    }

    .c-gallery-pane {
        position: relative;
    }

        .c-gallery-pane.is-square .c-gallery-pane__image {
            height: 0;
            padding-bottom: 100%;
        }

    .c-gallery-pane__rows {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    @media (min-width: 600px) {

        .c-gallery-pane__rows {
            margin-left: 0;
            margin-right: 0
        }
    }

    @media (min-width: 1240px) {

        .c-gallery-pane__rows {
            flex-direction: row;
            align-items: center;
            margin-left: 0;
            margin-right: 0
        }

        .c-gallery-pane.is-reverse .c-gallery-pane__rows {
            flex-direction: row-reverse;
        }
    }

    .c-gallery-pane__row {
        position: relative;
    }

    @media (min-width: 1240px) {

        .c-gallery-pane__row {
            width: 50%
        }
    }

    .c-gallery-pane__row-wrap {
        /*  */
    }

    @media (min-width: 1240px) {

        .c-gallery-pane__copy {
            padding-left: 4rem;
            padding-right: 4rem
        }
    }

    .c-gallery-pane__head {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        text-align: center;
    }

    @media (min-width: 1240px) {

        .c-gallery-pane__head {
            text-align: left
        }
    }

    .c-gallery-pane__media {
        position: relative;
        margin-top: 2.5rem;
        max-height: 38.4375rem;
    }

        .c-gallery-pane__media:before {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: #ffffff;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            content: '';
        }

    @media (min-width: 600px) {

        .c-gallery-pane__media:before {
            width: 83.333333%
        }
    }

    .c-gallery-pane.is-reverse .c-gallery-pane__media:before {
        margin-left: auto;
    }

    @media (min-width: 1240px) {

        .c-gallery-pane__media {
            margin-top: 0
        }
    }

    .c-gallery-pane__media .c-gallery-pane__row-wrap {
        padding-left: calc(100% * (2 / 12));
    }

    .c-gallery-pane.is-reverse .c-gallery-pane__media .c-gallery-pane__row-wrap {
        padding-left: 0;
        padding-right: calc(100% * (2 / 12));
    }

    .c-gallery-pane__images {
        position: relative;
        transform: translate(0, 4rem);
    }

    .c-gallery-pane__image {
        background-size: cover;
        background-position: center;
        height: 28.75rem;
        max-height: 85vh;
    }

    @media (min-width: 600px) {

        .c-gallery-pane__image {
            height: 38.75rem
        }
    }

    html.no-js .c-gallery-pane__image:not(:first-child) {
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        z-index: 0;
    }

    .c-gallery-pane__btns {
        display: flex;
        flex-direction: column;
        position: absolute;
        bottom: 0;
        font-size: 1.875rem;
        left: calc((100% * (2 / 12)) / 2);
        transform: translate(-50%, 0);
    }

    .c-gallery-pane.is-reverse .c-gallery-pane__btns {
        left: auto;
        right: calc((100% * (2 / 12)) / 2);
        transform: translate(50%, 0);
    }

    html.no-js .c-gallery-pane__btns {
        visibility: hidden;
    }

    .c-gallery-pane__btn {
        margin-bottom: 2.5rem;
    }

    html:not(.touchevents) .c-gallery-pane__btn:hover {
        color: #abaeb1;
    }

    .c-table,
    table {
        max-width: 100%;
        width: 100% !important;
    }

        .c-table th,
        .c-table td,
        table th,
        table td {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            padding-top: 1rem;
            padding-bottom: 1rem;
            text-align: left;
        }

        .c-table tr > th:first-child,
        .c-table tr > td:first-child,
        table tr > th:first-child,
        table tr > td:first-child {
            font-weight: 700;
        }

        .c-table tr:last-child td,
        .c-table tr:last-child th,
        table tr:last-child td,
        table tr:last-child th {
            border-bottom-width: 0;
        }

    .c-table-alt {
        max-width: 100%;
        width: 100% !important;
    }

        .c-table-alt th {
            font-weight: 700;
        }

        .c-table-alt th,
        .c-table-alt td {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
            text-align: center;
        }

        .c-table-alt tr:first-child th,
        .c-table-alt tr:first-child td {
            color: #ffffff;
            background-color: #333232;
        }

        .c-table-alt tr:nth-child(even) th,
        .c-table-alt tr:nth-child(even) td {
            background-color: #dddddd;
        }

    @media (max-width: 599px) {

        [data-tech-details] table {
            border-width: 4px
        }
    }

    @media (max-width: 599px) {

        [role="tabpanel"] table th,
        [role="tabpanel"] table td,
        [data-tech-details] table th,
        [data-tech-details] table td {
            padding: 0.5rem;
            font-size: 0.875rem
        }
    }

.c-table:not(.layout),
table:not(.layout) {
    border-width: 8px;
    border-color: #333232;
}

        .c-table:not(.layout) th,
        .c-table:not(.layout) td,
        table:not(.layout) th,
        table:not(.layout) td {
            background-color: #ffffff;
            border-bottom-width: 1px;
            border-left-width: 1px;
            border-color: #e7e7e7;
        }

            .c-table:not(.layout) th:last-child, .c-table:not(.layout) td:last-child, table:not(.layout) th:last-child, table:not(.layout) td:last-child {
                border-right-width: 0;
            }

        .c-table:not(.layout) tr:nth-child(even) > td,
        .c-table:not(.layout) tr:nth-child(even) > th,
        table:not(.layout) tr:nth-child(even) > td,
        table:not(.layout) tr:nth-child(even) > th {
            background-color: #fcfcfc;
        }

    .c-card-fav {
        position: relative;
        display: flex;
        flex-direction: column;
        border-width: 8px;
        border-color: #c7c7c7;
        overflow: hidden;
    }

    @media print {

        .c-card-fav {
            height: 250px !important
        }
    }

    .c-card-fav__bg {
        display: block;
        background-size: cover;
        background-position: center;
        background-size: cover;
        background-position: center;
        background-image: url("images/bg/gg_product_logo.jpg");
    }

        .c-card-fav__bg img {
            width: 100%;
        }

    .c-card-fav__body {
        flex: 1 1 auto;
        padding: 1.5rem;
        background-color: #ffffff;
    }

    .c-responsive-embed {
        position: relative;
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
    }

        .c-responsive-embed.is-4\:3 {
            padding-bottom: 75%;
        }

        .c-responsive-embed.is-10\:13 {
            padding-bottom: 130%;
        }

        .c-responsive-embed > * {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            max-height: 100vh;
        }

    :root {
        --video-width: 100vw;
        --video-height: 100vh;
    }

    @media (min-aspect-ratio: 16/9) {
        :root {
            --video-height: 56.25vw;
        }
    }

    @media (max-aspect-ratio: 16/9) {
        :root {
            --video-width: 177.78vh;
        }
    }

    .c-video-background {
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .c-video-background iframe {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100vw;
            width: var(--video-width);
            height: 100vh;
            height: var(--video-height);
            transform: translate(-50%, -50%);
        }

    .c-input,
    form input {
        max-width: 100%;
        padding: 1.25rem;
        color: #555555;
        background-color: #ffffff;
        border-width: 2px;
        border-color: #e7e7e7;
    }

        .c-input::-webkit-input-placeholder, form input::-webkit-input-placeholder {
            color: currentColor;
        }

        .c-input:-moz-placeholder, form input:-moz-placeholder {
            color: currentColor;
        }

        .c-input::-moz-placeholder, form input::-moz-placeholder {
            color: currentColor;
        }

        .c-input:-ms-input-placeholder, form input:-ms-input-placeholder {
            color: currentColor;
        }

        .c-input.has-border, form input.has-border {
            border-width: 1px;
            border-color: currentColor;
        }

        .c-input.js-is-invalid, form input.js-is-invalid {
            border-width: 1px;
            border-color: #e74a4a;
            outline: 0;
        }

        .c-input.js-is-valid, form input.js-is-valid {
            border-width: 1px;
            border-color: #48bb78;
            outline: 0;
        }

        .c-input[type='submit'],
        form input[type='submit'] {
            padding-left: 1rem;
            padding-right: 1rem;
            cursor: pointer;
        }

    html:not(.touchevents) .c-input[type='submit']:hover, html:not(.touchevents) form input[type='submit']:hover {
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .c-fieldset {
        position: relative;
    }

.js-form-item .fieldset-legend {
    display: block;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.25;
    font-size: 1.125rem;
    margin-left: 10px;
}

    @media screen and (min-width: 640px) {

        .js-form-item .fieldset-legend {
            font-size: calc(1.125rem + 4 * ( (100vw - 640px) / 640 ));
        }
    }

    @media screen and (min-width: 1280px) {

        .js-form-item .fieldset-legend {
            font-size: 1.375rem;
        }
    }

    .field--type-datetime h4 {
        display: block;
        font-weight: 500;
        letter-spacing: -0.04em;
        line-height: 1.25;
        font-size: 1.125rem;
    }

    @media screen and (min-width: 640px) {

        .field--type-datetime h4 {
            font-size: calc(1.125rem + 4 * ( (100vw - 640px) / 640 ));
        }
    }

    @media screen and (min-width: 1280px) {

        .field--type-datetime h4 {
            font-size: 1.375rem;
        }
    }

    .c-checkbox {
        position: relative;
        display: flex;
        padding-left: 1.5rem;
        cursor: pointer;
    }

    html:not(.touchevents) .c-checkbox:hover .c-checkbox__label {
        color: rgba(0, 0, 0, 0.8);
    }

    .c-checkbox input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }

        .c-checkbox input:checked ~ .c-checkbox__indicator {
            background-color: #555555;
        }

.c-checkbox__indicator {
    position: absolute;
    right: 0;
    width: 0.75rem;
    height: 0.75rem;
    background-color: #e7e7e7;
    transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8);
    top: 0.2rem;
}

.c-checkbox__label {
    font-size: 0.875rem;
    font-weight: 500;
    transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8);
    margin-right: 20px;
}

    .c-radio {
        position: relative;
        display: flex;
        padding-right: 1.5rem;
        cursor: pointer;
    }

    html:not(.touchevents) .c-radio:hover .c-radio__label {
        color: rgba(0, 0, 0, 0.8);
    }

    .c-radio input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }

        .c-radio input:checked ~ .c-radio__indicator {
            background-color: #555555;
        }

    .c-radio__indicator {
        position: absolute;
        right: 0;
        width: 0.75rem;
        height: 0.75rem;
        background-color: #e7e7e7;
        border-radius: 0.25rem;
        transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8);
        top: 0.2rem;
    }

    .c-radio__label {
        font-size: 0.875rem;
        font-weight: 500;
        transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8);
    }

    .js-form-item.c-radio--font-one label:not(.c-btn),
    .js-form-item.c-radio--font-two label:not(.c-btn),
    .js-form-item.c-radio--font-three label:not(.c-btn) {
        display: flex;
        align-items: center;
    }

        .js-form-item.c-radio--font-one label:not(.c-btn) .c-radio__indicator, .js-form-item.c-radio--font-two label:not(.c-btn) .c-radio__indicator, .js-form-item.c-radio--font-three label:not(.c-btn) .c-radio__indicator {
            position: relative;
            top: auto;
            left: auto;
            margin-right: 0.5rem;
        }

    .c-radio--font-one .c-radio__label {
        display: inline-block;
        text-indent: -99999px;
        height: 40px;
        width: 169px;
        background-image: url('images/font-image/font-one.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .c-radio--font-two .c-radio__label {
        display: inline-block;
        text-indent: -99999px;
        height: 40px;
        width: 169px;
        background-image: url('images/font-image/font-two.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .c-radio--font-three .c-radio__label {
        display: inline-block;
        text-indent: -99999px;
        height: 40px;
        width: 169px;
        background-image: url('images/font-image/font-three.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .c-textarea,
    form textarea {
        max-width: 100%;
        height: 10rem;
        padding: 1.25rem;
        color: #555555;
        background-color: #ffffff;
        border-width: 2px;
        border-color: #e7e7e7;
        -webkit-appearance: none;
    }

    .c-select {
        position: relative;
    }

        .c-select:after {
            position: absolute;
            top: 50%;
            right: 1.25rem;
            display: inline-block;
            content: '';
            width: 0;
            height: 0;
            pointer-events: none;
            border-top: 0.35rem solid;
            border-right: 0.35rem solid transparent;
            border-bottom: 0.35rem solid transparent;
            border-left: 0.35rem solid transparent;
        }

        form select,
        .c-select select {
            width: 100%;
            max-width: 100%;
            padding: 1.25rem;
            color: #555555;
            background-color: #ffffff;
            border-width: 2px;
            border-color: #e7e7e7;
            border-radius: 0;
            -webkit-appearance: none;
        }

    form .captcha {
        font-size: 0.875rem;
    }

        form .captcha a {
            text-decoration: none;
        }

        form .captcha summary {
            margin-bottom: 0.5rem;
        }

        form .captcha .g-recaptcha {
            margin-top: 0.5rem;
        }

    .contact-message-form > .field--widget-address-default.form-wrapper,
    .field--widget-address-default {
        width: 100%;
    }

        .contact-message-form > .field--widget-address-default.form-wrapper [data-drupal-selector="edit-field-address-0-address"], .field--widget-address-default [data-drupal-selector="edit-field-address-0-address"] {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -1em;
        }

            .contact-message-form > .field--widget-address-default.form-wrapper [data-drupal-selector="edit-field-address-0-address"] > div, .field--widget-address-default [data-drupal-selector="edit-field-address-0-address"] > div {
                width: 100%;
                padding: 0 1em;
            }

            .contact-message-form > .field--widget-address-default.form-wrapper [data-drupal-selector="edit-field-address-0-address"] .address-container-inline, .field--widget-address-default [data-drupal-selector="edit-field-address-0-address"] .address-container-inline {
                display: flex;
                flex-wrap: wrap;
                min-width: calc(100% + 2em);
                margin: 0 -1em;
            }

    @media (min-width: 900px) {
        .contact-message-form > .field--widget-address-default.form-wrapper [data-drupal-selector="edit-field-address-0-address"] > div, .field--widget-address-default [data-drupal-selector="edit-field-address-0-address"] > div {
            width: 50%;
        }
    }

    .contact-message-form > .field--widget-address-default.form-wrapper .address-container-inline > .form-item, .field--widget-address-default .address-container-inline > .form-item {
        width: 100%;
        margin-right: 0;
        padding: 0 1em;
    }

    @media (min-width: 900px) {

        .contact-message-form > .field--widget-address-default.form-wrapper .address-container-inline > .form-item, .field--widget-address-default .address-container-inline > .form-item {
            width: 50%
        }
    }

    .contact-message-form > .field--widget-address-default.form-wrapper .form-item-field-address-0-address-administrative-area, .field--widget-address-default .form-item-field-address-0-address-administrative-area {
        flex: 1;
    }

    .contact-message-form > .field--widget-address-default.form-wrapper .form-wrapper > .form-item, .field--widget-address-default .form-wrapper > .form-item {
        margin-bottom: 1.5rem;
    }

    form.search-block-form {
        position: relative;
        display: flex;
        width: 100%;
    }

        form.search-block-form > *:first-child {
            flex: 1 1 0%;
        }

            form.search-block-form > *:first-child input {
                width: 100%;
            }

        form.search-block-form > *:last-child {
            position: relative;
            display: flex;
            align-items: stretch;
            text-align: center;
            width: 4rem;
        }

            form.search-block-form > *:last-child:after {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background-position: center;
                background-repeat: no-repeat;
                z-index: 10;
                pointer-events: none;
                background-size: 35%;
                background-image: url('images/svg/magnifying-glass-dark-gray.svg');
                content: '';
            }

            form.search-block-form > *:last-child input {
                position: relative;
                width: 100%;
                padding: 1.25rem;
                background-color: #e7e7e7;
                z-index: 0;
                cursor: pointer;
                transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8);
                font-size: 0;
            }

                form.search-block-form > *:last-child input:hover {
                    background-color: #c7c7c7;
                }

    form.search-form label,
    form.search-form .search-help-link {
        display: none;
    }

    form.search-form .js-form-wrapper {
        display: flex;
        align-items: end;
        display: flex;
        gap: 15px;
    }

    form.search-form .js-form-item-keys {
        flex: 1 1 0%;
    }

        form.search-form .js-form-item-keys input {
            width: 100%;
            height: 100%;
        }

    form.search-form .captcha-admin-links {
        display: none;
    }

    form.search-form .js-form-type-textfield.form-item-keys input.form-text {
        padding: 1.40rem;
    }

    form.search-form input[type='submit'] {
        position: relative;
        padding: 1.25rem;
        background-color: #e7e7e7;
        z-index: 0;
        cursor: pointer;
        transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8);
    }

        form.search-form input[type='submit']:hover {
            background-color: #c7c7c7;
        }

    nav.pager {
        margin-top: 1.5rem;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        color: #979796;
        font-weight: 700;
        max-width: 1240px;
    }

        nav.pager ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            margin-left: -0.25rem;
            margin-right: -0.25rem;
        }

        nav.pager li {
            padding-left: 0.25rem;
            padding-right: 0.25rem;
        }

            nav.pager li.is-active a {
                background-color: #dddddd;
                color: #555555;
            }

        nav.pager a {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            padding-left: 0.75rem;
            padding-right: 0.75rem;
            border-radius: 0.25rem;
            text-decoration: none;
        }

    html:not(.touchevents) nav.pager a:hover {
        background-color: #dddddd;
        color: #555555;
    }

    .contact-message-form {
        display: flex;
        flex-wrap: wrap;
        margin-left: -1rem;
        margin-right: -1rem;
        margin-bottom: -1.5rem;
    }

        .contact-message-form > .form-wrapper,
        .contact-message-form > .js-form-item {
            width: 100%;
            margin-bottom: 1.5rem;
            padding-left: 1rem;
            padding-right: 1rem;
        }

    @media (min-width: 900px) {

        .contact-message-form > .form-wrapper,
        .contact-message-form > .js-form-item {
            width: 50%
        }
    }

    @media (min-width: 900px) {

        .contact-message-form #edit-actions {
            width: 100%
        }
    }

    .contact-message-form > .field--widget-language-select {
        display: none;
    }

    .contact-message-form label {
        display: block;
        font-weight: 500;
        cursor: pointer;
    }

    .contact-message-form .description {
        margin-top: 0.5rem;
        font-size: 0.875rem;
    }

    .contact-message-form input,
    .contact-message-form textarea,
    .contact-message-form select {
        width: 100%;
        margin-top: 0.5rem;
        padding: 0.75rem;
        border-width: 2px;
        border-color: #e7e7e7;
    }

        .contact-message-form input[type='submit'] {
            width: auto;
            transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8);
        }

    /* Webform Styles */

    .webform-submission-form .form-wrapper .form-item {
        margin-bottom: 1.5rem;
    }

    .webform-submission-form input,
    .webform-submission-form textarea,
    .webform-submission-form select {
        width: 100%;
        margin-top: 0.5rem;
        padding: 0.75rem;
        border-width: 2px;
        border-color: #e7e7e7;
        font-size: 0.875rem;
    }

        .webform-submission-form input[type="submit"] {
            width: auto;
        }

    @media (min-width: 600px) {
        .webform-submission-form .form-actions {
            margin-left: 0.5rem;
            margin-right: 0.5rem;
        }
    }

    .webform-flexbox {
        margin: 0;
    }

    /* ========================================
   Marketo Form Styles
   Matches the existing webform styling

   Marketo Structure:
   form.mktoForm > .mktoFormRow > fieldset.mktoFormCol > .mktoFormRow > .mktoFieldDescriptor.mktoFormCol
   ======================================== */

    /* Reset Marketo default styles - override inline width */

    .mktoForm {
        width: 100% !important;
        max-width: 100% !important;
        font-family: inherit !important;
        color: #555555 !important;
        padding: 0 !important;
    }

        .mktoForm * {
            font-family: inherit !important;
        }

            /* Ensure proper box-sizing for all form elements */

            .mktoForm,
            .mktoForm *,
            .mktoForm *:before,
            .mktoForm *:after {
                box-sizing: border-box !important;
            }

    /* Form layout */

    .mktoForm {
        display: block !important;
    }

        /* Top-level form rows */

        .mktoForm > .mktoFormRow {
            width: 100% !important;
            display: block !important;
            padding: 0 !important;
            margin: 0 !important;
        }

            /* Fieldset columns - make them flex containers for two-column layout */

            .mktoForm > .mktoFormRow > fieldset.mktoFormCol {
                width: 100% !important;
                padding: 0 !important;
                margin: 0 !important;
                border: none !important;
                min-width: 0 !important;
                display: flex !important;
                flex-wrap: wrap !important;
                gap: 0 1.5rem !important;
            }

        /* Inner form rows within fieldsets - these are the individual field containers */

        .mktoForm fieldset.mktoFormCol > .mktoFormRow {
            width: 100% !important;
            display: block !important;
            padding: 0 !important;
            margin: 0 0 1.5rem 0 !important;
        }

        /* Field descriptor columns */

        .mktoForm .mktoFieldDescriptor.mktoFormCol {
            width: 100% !important;
            padding: 0 !important;
            margin: 0 !important;
        }

    /* Two column layout on tablet and desktop (md: 900px) */

    @media (min-width: 900px) {
        /* Inner form rows become 50% width (minus gap) to sit side by side */

        .mktoForm fieldset.mktoFormCol > .mktoFormRow {
            width: calc(50% - 0.75rem) !important;
            flex: 0 0 calc(50% - 0.75rem) !important;
        }
    }

    /* Hidden field rows should not take up space */

    .mktoForm > .mktoFormRow:has(> input[type="hidden"]) {
        display: none !important;
    }

    /* Hide Marketo gutters */

    .mktoForm .mktoGutter {
        display: none !important;
    }

    /* Field wrapper spacing */

    .mktoForm .mktoFieldWrap {
        position: relative !important;
    }

    /* Labels */

    .mktoForm label.mktoLabel {
        display: block !important;
        font-weight: 500 !important;
        font-size: 1rem !important;
        color: #555555 !important;
        cursor: pointer !important;
        width: auto !important;
        padding: 0 !important;
    }

    /* Hide asterisk from label, show via CSS if needed */

    .mktoForm .mktoAsterix {
        display: none !important;
    }

    /* Add asterisk after required labels */

    .mktoForm .mktoRequiredField label.mktoLabel:after {
        content: '*' !important;
        color: #555555 !important;
    }

    /* Input fields, textareas, and selects */

    .mktoForm input[type="text"],
    .mktoForm input[type="email"],
    .mktoForm input[type="tel"],
    .mktoForm input[type="number"],
    .mktoForm input[type="date"],
    .mktoForm textarea,
    .mktoForm select {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 0.5rem !important;
        padding: 0.75rem !important;
        font-size: 0.875rem !important;
        line-height: 1.5 !important;
        color: #555555 !important;
        background-color: #ffffff !important;
        border: 2px solid #e7e7e7 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        appearance: none !important;
    }

    .mktoForm input[type="url"] {
        display: none;
    }

    .mktoForm .uploadcare--widget {
        margin-top: 10px;
    }

    .mktoForm .uploadcare--widget__button.uploadcare--widget__button_type_open {
        background-color: #555;
    }

    /* Textarea height */

    .mktoForm textarea {
        height: 10rem !important;
        resize: vertical !important;
    }

    /* Select dropdown styling */

    .mktoForm .mktoFieldWrap:has(select) {
        position: relative !important;
    }

        .mktoForm .mktoFieldWrap:has(select):after {
            position: absolute !important;
            bottom: 1.1rem !important;
            right: 1.25rem !important;
            display: block !important;
            content: '' !important;
            width: 0 !important;
            height: 0 !important;
            pointer-events: none !important;
            border-left: 0.35rem solid transparent !important;
            border-right: 0.35rem solid transparent !important;
            border-top: 0.35rem solid currentColor !important;
        }

    /* Focus states */

    .mktoForm input:focus,
    .mktoForm textarea:focus,
    .mktoForm select:focus {
        outline: none !important;
        border-color: #555555 !important;
    }

    /* Checkbox styling */

    .mktoForm .mktoCheckboxList {
        padding: 0 !important;
        margin-top: 0.5rem !important;
    }

        .mktoForm .mktoCheckboxList label {
            display: flex !important;
            align-items: flex-start !important;
            padding-left: 1.5rem !important;
            position: relative !important;
            font-weight: 400 !important;
            font-size: 0.875rem !important;
            cursor: pointer !important;
            margin-bottom: 0.5rem !important;
        }

        .mktoForm .mktoCheckboxList input[type="checkbox"] {
            position: absolute !important;
            left: 0 !important;
            top: 0.15rem !important;
            width: 0.75rem !important;
            height: 0.75rem !important;
            margin: 0 !important;
            padding: 0 !important;
            opacity: 0 !important;
        }

        .mktoForm .mktoCheckboxList label:before {
            content: '' !important;
            position: absolute !important;
            left: 0 !important;
            top: 0.2rem !important;
            width: 0.75rem !important;
            height: 0.75rem !important;
            background-color: #e7e7e7 !important;
            border: none !important;
            transition: background-color 150ms ease !important;
        }

        .mktoForm .mktoCheckboxList input[type="checkbox"]:checked + label:before,
        .mktoForm .mktoCheckboxList label:has(input[type="checkbox"]:checked):before {
            background-color: #555555 !important;
        }

    /* Radio button styling */

    .mktoForm .mktoRadioList {
        padding: 0 !important;
        margin-top: 0.5rem !important;
    }

        .mktoForm .mktoRadioList label {
            display: flex !important;
            align-items: flex-start !important;
            padding-left: 1.5rem !important;
            position: relative !important;
            font-weight: 400 !important;
            font-size: 0.875rem !important;
            cursor: pointer !important;
            margin-bottom: 0.5rem !important;
        }

        .mktoForm .mktoRadioList input[type="radio"] {
            position: absolute !important;
            left: 0 !important;
            top: 0.15rem !important;
            width: 0.75rem !important;
            height: 0.75rem !important;
            margin: 0 !important;
            padding: 0 !important;
            opacity: 0 !important;
        }

        .mktoForm .mktoRadioList label:before {
            content: '' !important;
            position: absolute !important;
            left: 0 !important;
            top: 0.2rem !important;
            width: 0.75rem !important;
            height: 0.75rem !important;
            background-color: #e7e7e7 !important;
            border: none !important;
            border-radius: 50% !important;
            transition: background-color 150ms ease !important;
        }

        .mktoForm .mktoRadioList input[type="radio"]:checked + label:before,
        .mktoForm .mktoRadioList label:has(input[type="radio"]:checked):before {
            background-color: #555555 !important;
        }

    /* Submit button row - full width */

    .mktoForm .mktoButtonRow {
        width: 100% !important;
        padding: 0 1rem !important;
        margin-top: 0.5rem !important;
    }

    .mktoForm .mktoButtonWrap {
        margin: 0 !important;
    }

    /* Submit button styling */

    .mktoForm button[type="submit"],
    .mktoForm .mktoButton {
        display: inline-block !important;
        padding: 0.75rem 1rem !important;
        font-size: 0.875rem !important;
        font-weight: 400 !important;
        font-family: inherit !important;
        line-height: 1.5 !important;
        color: #555555 !important;
        background-color: #ffffff !important;
        background-image: none !important;
        border: 2px solid #e7e7e7 !important;
        border-radius: 0 !important;
        cursor: pointer !important;
        transition: background-color 150ms ease, color 150ms ease !important;
        appearance: none !important;
    }

        .mktoForm button[type="submit"]:hover,
        .mktoForm .mktoButton:hover {
            color: #ffffff !important;
            background-color: rgba(0, 0, 0, 0.8) !important;
        }

    /* Error messages */

    .mktoForm .mktoError {
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
    }

    .mktoForm .mktoErrorMsg {
        color: #e74a4a !important;
        font-size: 0.875rem !important;
        font-weight: 600 !important;
        background: none !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0.25rem 0 !important;
        margin-top: 0.25rem !important;
    }

    .mktoForm .mktoErrorArrow {
        display: none !important;
    }

    /* Captcha disclaimer */

    .mktoForm .mktoCaptchaDisclaimer {
        font-weight: 400 !important;
        font-size: 0.75rem !important;
        line-height: 1.5 !important;
        color: #555555 !important;
        padding: 0 1rem !important;
        margin-top: 1rem !important;
    }

    /* Description/help text */

    .mktoForm .mktoHtmlText {
        font-size: 0.875rem !important;
        margin-top: 0.5rem !important;
    }

    /* Clear Marketo inline styles that might interfere */

    .mktoForm .mktoOffset,
    .mktoForm .mktoClear {
        display: none !important;
    }

    .catalog-form {
        display: flex;
        flex-wrap: wrap;
        margin-top: 1rem;
    }

    @media (min-width: 600px) {

        .catalog-form {
            margin-left: -1rem;
            margin-right: -1rem
        }
    }

    @media (min-width: 900px) {

        .catalog-form {
            margin-top: 2rem
        }
    }

    @media (min-width: 1240px) {

        .catalog-form {
            margin-left: -2rem;
            margin-right: -2rem
        }
    }

    .catalog-form > fieldset,
    .catalog-form > #edit-geocoder,
    .catalog-form > .js-form-type-textfield,
    .catalog-form > .form-actions {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    @media (min-width: 600px) {

        .catalog-form > fieldset,
        .catalog-form > #edit-geocoder,
        .catalog-form > .js-form-type-textfield,
        .catalog-form > .form-actions {
            width: 50%;
            padding-left: 1rem;
            padding-right: 1rem
        }
    }

    @media (min-width: 900px) {

        .catalog-form > fieldset,
        .catalog-form > #edit-geocoder,
        .catalog-form > .js-form-type-textfield,
        .catalog-form > .form-actions {
            width: 50%
        }
    }

    @media (min-width: 1240px) {

        .catalog-form > fieldset,
        .catalog-form > #edit-geocoder,
        .catalog-form > .js-form-type-textfield,
        .catalog-form > .form-actions {
            padding-left: 2rem;
            padding-right: 2rem
        }
    }

    .catalog-form > .form-actions {
        /* @apply self-center; */
        margin-top: 2rem;
    }

        .catalog-form > .form-actions input {
            padding-left: 3rem;
            padding-right: 3rem;
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
        }

            .catalog-form > .form-actions input#edit-submit-locations {
                color: #ffffff;
                background-color: #555555;
                border-style: none;
                transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8);
            }

    html:not(.touchevents) .catalog-form > .form-actions input#edit-submit-locations:hover {
        background-color: #868b8f;
    }

    .catalog-form > .js-form-item-combine {
        width: 100%;
    }

    @media (min-width: 900px) {

        .catalog-form > .js-form-item-combine {
            width: 33.333333%;
            padding-left: 1rem;
            padding-right: 1rem
        }
    }

    @media (min-width: 1240px) {

        .catalog-form > .js-form-item-combine {
            padding-left: 2rem;
            padding-right: 2rem
        }
    }

    .catalog-form > .js-form-item-combine input {
        font-size: 0.875rem;
        font-style: italic;
        font-weight: 500;
    }

    .ui-autocomplete {
        max-height: 50vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .event-form {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end;
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-left: auto;
        margin-right: auto;
    }

    @media (min-width: 600px) {

        .event-form {
            max-width: 600px
        }
    }

    @media (min-width: 900px) {

        .event-form {
            max-width: 900px
        }
    }

    @media (min-width: 1240px) {

        .event-form {
            max-width: 1240px
        }
    }

    .event-form > fieldset:not(.c-event-range),
    .event-form > #edit-geocoder,
    .event-form > .js-form-type-textfield {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    @media (min-width: 600px) {

        .event-form > fieldset:not(.c-event-range),
        .event-form > #edit-geocoder,
        .event-form > .js-form-type-textfield {
            width: 50%;
            padding-left: 1rem;
            padding-right: 1rem
        }
    }

    @media (min-width: 900px) {

        .event-form > fieldset:not(.c-event-range),
        .event-form > #edit-geocoder,
        .event-form > .js-form-type-textfield {
            width: 33.333333%
        }
    }

    @media (min-width: 1240px) {

        .event-form > fieldset:not(.c-event-range),
        .event-form > #edit-geocoder,
        .event-form > .js-form-type-textfield {
            padding-left: 2rem;
            padding-right: 2rem
        }
    }

    .event-form .c-event-range {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

        .event-form .c-event-range legend {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border-width: 0;
        }

        .event-form .c-event-range .bef-links > ul {
            display: flex;
            justify-content: space-around;
            margin-left: -1.25rem;
            margin-right: -1.25rem;
        }

            .event-form .c-event-range .bef-links > ul > li {
                width: 100%;
                margin-left: 1.25rem;
                margin-right: 1.25rem;
            }

        .event-form .c-event-range .bef-links a {
            color: #c7c7c7;
            display: block;
            text-transform: uppercase;
            width: 100%;
            text-decoration: none;
            text-align: center;
            border-bottom: 3px solid #c7c7c7;
        }

            .event-form .c-event-range .bef-links a.bef-link--selected {
                color: currentColor;
                border-color: currentColor;
                pointer-events: none;
            }

    .event-form > .form-actions {
        /* @apply self-center; */
        margin-top: 2rem;
    }

        .event-form > .form-actions input {
            padding-left: 3rem;
            padding-right: 3rem;
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
        }

            .event-form > .form-actions input#edit-submit-locations {
                color: #ffffff;
                background-color: #555555;
                border-style: none;
                transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8);
            }

    html:not(.touchevents) .event-form > .form-actions input#edit-submit-locations:hover {
        background-color: #868b8f;
    }

    .event-form > .js-form-item-combine {
        width: 100%;
    }

    @media (min-width: 900px) {

        .event-form > .js-form-item-combine {
            width: 33.333333%;
            padding-left: 1rem;
            padding-right: 1rem
        }
    }

    @media (min-width: 1240px) {

        .event-form > .js-form-item-combine {
            padding-left: 2rem;
            padding-right: 2rem
        }
    }

    .event-form > .js-form-item-combine input {
        font-size: 0.875rem;
        font-style: italic;
        font-weight: 500;
    }

    .ajax-progress {
        background-color: #555555;
        background-position: center;
        width: 4rem;
        height: 4rem;
        border-radius: 0.125rem;
        z-index: 1000;
        background-image: url('images/svg/loading.svg');
        background-size: 50%;
        background-repeat: no-repeat;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .ajax-progress .throbber {
            display: none;
        }

    #block-glengery-local-tasks {
        max-width: 42rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: 4rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

        #block-glengery-local-tasks ul {
            display: flex;
            margin-bottom: -0.5rem;
            margin-left: -0.5rem;
            margin-right: -0.5rem;
        }

        #block-glengery-local-tasks li {
            margin-bottom: 0.5rem;
            padding-left: 0.5rem;
            padding-right: 0.5rem;
        }

    html:not(.touchevents) #block-glengery-local-tasks a:hover {
        color: rgba(0, 0, 0, 0.8);
    }

    form.user-login-form {
        margin-bottom: -1.5rem;
    }

        form.user-login-form > * {
            margin-bottom: 1.5rem;
        }

        form.user-login-form label {
            display: block;
            font-weight: 500;
        }

        form.user-login-form input {
            margin-top: 0.5rem;
        }

            form.user-login-form input:not([type='submit']) {
                width: 100%;
            }

        form.user-login-form .description {
            margin-top: 0.5rem;
            font-size: 0.875rem;
        }

    .js-form-item label:not(.c-btn), .mktoFieldWrap label:not(.c-btn) {
        display: block;
        font-weight: 500;
        letter-spacing: -0.04em;
        line-height: 1.25;
        font-size: 1.125rem;
    }

    @media screen and (min-width: 640px) {

        .js-form-item label:not(.c-btn), .mktoFieldWrap label:not(.c-btn) {
            font-size: calc(1.125rem + 4 * ( (100vw - 640px) / 640 ));
        }
    }

    @media screen and (min-width: 1280px) {

        .js-form-item label:not(.c-btn), .mktoFieldWrap label:not(.c-btn) {
            font-size: 1.375rem;
        }
    }

    .js-form-item label.c-checkbox:not(.c-btn), .mktoFieldWrap label.c-checkbox:not(.c-btn) {
        display: flex;
    }

    .mktoLabel {
        width: 100% !important;
    }

    .mktoRequiredField > .mktoLabel:after {
        content: "*"
    }

    .mktoLabel .mktoAsterix {
        display: none;
    }

    .captcha .details-title {
        font-weight: 500;
        letter-spacing: -0.04em;
        line-height: 1.25;
        font-size: 1.125rem;
    }

    @media screen and (min-width: 640px) {

        .captcha .details-title {
            font-size: calc(1.125rem + 4 * ( (100vw - 640px) / 640 ));
        }
    }

    @media screen and (min-width: 1280px) {

        .captcha .details-title {
            font-size: 1.375rem;
        }
    }

    .js-form-item-geolocation-geocoder-address input, .js-form-type-textfield input {
        width: 100%;
        padding: 0.75rem;
        margin-top: 0.5rem;
        font-size: 0.875rem;
    }

    .form-wrapper[required='required'] label:after,
    .js-form-required:after {
        content: '*';
    }

    [data-drupal-selector^='views-exposed-form-galleries-carousel'] .fieldgroup {
        width: 100%;
    }

    [data-drupal-selector='views-exposed-form-site-search-page-autocomplete'] {
        margin-top: 0;
        margin-left: -1rem;
        margin-right: -1rem;
    }

        [data-drupal-selector='views-exposed-form-site-search-page-autocomplete'] label {
            display: none;
        }

        [data-drupal-selector='views-exposed-form-site-search-page-autocomplete'] input {
            margin-top: 0;
        }

        [data-drupal-selector='views-exposed-form-site-search-page-autocomplete'] .form-item {
            flex: 1 1 auto;
            width: auto;
            margin-bottom: 0;
            padding-left: 1rem;
            padding-right: 1rem;
        }

        [data-drupal-selector='views-exposed-form-site-search-page-autocomplete'] .form-actions {
            width: auto;
            margin-top: 0;
            margin-bottom: 0;
            padding-left: 1rem;
            padding-right: 1rem;
        }

    #block-glengery-content > h2 {
        display: none;
    }

    .layout-content [data-drupal-messages] {
        display: none;
    }

    [data-show-messages] [data-drupal-messages] {
        display: block;
    }

    [data-drupal-selector='views-form-locations-page-where-to-buy'] > h4 {
        margin-left: auto;
        margin-right: auto;
        padding-top: 1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        max-width: 1240px;
    }

    [data-drupal-selector='views-exposed-form-locations-page-where-to-buy']
    .form-actions,
    [data-drupal-selector='views-exposed-form-pro-resources-pro-resources']
    .form-actions {
        margin-left: auto;
    }

    .paragraph--type--accordion {
    }

        .paragraph--type--accordion .expand-icon {
            background: url('images/svg/plus.svg') no-repeat center / 25px auto;
            width: 25px;
            height: 25px;
            top: 50%;
            right: 20px;
            margin-top: -12px;
        }

        .paragraph--type--accordion .open .expand-icon {
            background: url('images/svg/minus.svg') no-repeat center / 25px auto;
        }

    #compare-block .compare-description {
        background: #ededed;
        padding: 40px;
        margin-top: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    @media print {

        #compare-block {
            display: none
        }
    }

    #compare-block .compare-description .text {
        font-size: 30px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: -1px;
    }

    /*** Mini widget ***/

    #compare-block .compare-mini {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 200;
        padding: 30px;
        background: rgb(237, 237, 237, 0.9);
        display: none;
    }

    .compare-mini-active #compare-block .compare-mini {
        display: block;
    }

    #compare-block .compare-mini .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .compare-checkbox-container .c-checkbox {
        display: flex;
        align-items: center;
    }

    .compare-checkbox-container .c-checkbox__indicator {
        position: relative;
        top: 0;
        width: 1.3rem;
        background: #fff;
        border: 2px solid #ccc;
        height: 1.3rem;
    }

    .compare-checkbox-container .c-checkbox__label {
        margin-left: 0.5rem;
        font-weight: 500;
        font-size: 1rem;
    }

    .compare-active .compare-checkbox-container {
        display: block;
    }

    #compare-block .compare-mini .list {
        flex-basis: 70%;
    }

    #compare-block .compare-mini .item {
        border-color: #aaa;
        font-size: 22px;
        line-height: 1.8;
        font-weight: 700;
        position: relative;
    }

    #compare-block .compare-mini .remove {
        background: url('images/svg/close.svg') no-repeat center / 12px auto;
        width: 12px;
        height: 12px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -6px;
        text-indent: -9999px;
        opacity: 0.7;
        margin-right: 5px;
    }

    .compare-overlay {
        background: rgba(255, 255, 255, 0.9);
    }

    #comparison-table tr td:first-child {
        font-weight: normal;
    }

    #comparison-table .compare-nested-table td {
        background-color: transparent;
    }

    .c-events .quicktabs-tabs {
        display: flex;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px;
        margin-bottom: 10px;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    @media (min-width: 600px) {

        .c-events .quicktabs-tabs {
            max-width: 600px
        }
    }

    @media (min-width: 900px) {

        .c-events .quicktabs-tabs {
            max-width: 900px
        }
    }

    @media (min-width: 1240px) {

        .c-events .quicktabs-tabs {
            max-width: 1240px
        }
    }

    .c-events .quicktabs-tabs li {
        width: 100%;
        text-align: center;
        margin: 0 20px;
    }

        .c-events .quicktabs-tabs li:first-child {
            margin-left: 0;
        }

        .c-events .quicktabs-tabs li:last-child {
            margin-right: 0;
        }

    .c-events .quicktabs-tabs a {
        display: block;
        text-transform: uppercase;
        text-decoration: none;
        border-bottom: 3px solid;
        color: #c7c7c7;
    }

    .c-events .quicktabs-tabs li.active a {
        color: #555555;
    }

    .c-events__button button {
        position: relative;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-decoration: none;
        border-radius: 0.125rem;
        transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8);
    }

        .c-events__button button:disabled {
            cursor: not-allowed;
        }

    .c-events__button button {
        background-color: #ffffff;
        color: #555555;
        font-weight: 700;
    }

    html:not(.touchevents) .c-events__button button:hover {
        color: #c7c7c7;
    }

    .c-events .wysiwyg {
        font-size: 1.125rem;
    }

    .c-events__body h1,
    .c-events__body h2,
    .c-events__body h3,
    .c-events__body h4,
    .c-events__body h5,
    .c-events__body h6 {
        color: rgba(70, 97, 153);
    }

    .c-publication__spacer {
        margin-top: -33.33333333333333%;
    }

        .c-publication__spacer.is-active {
            margin-top: 0%;
        }

    .c-readmore {
        margin-top: calc(1.3 * 1 * 1rem);
        margin-top: calc(var(--baseline) * 1 * 1rem);
    }

        .c-readmore[aria-expanded='true'] .c-readmore__wrapper {
            max-height: none;
        }

        .c-readmore[aria-expanded='true'] .c-readmore__overlay {
            opacity: 0;
        }

        .c-readmore[aria-expanded='true'] .c-readmore__more {
            display: none;
        }

        .c-readmore[aria-expanded='true'] .c-readmore__less {
            display: inline;
        }

    .c-readmore__more {
        display: inline;
    }

    .c-readmore__less {
        display: none;
    }

    .c-readmore__overlay {
        opacity: 1;
        transition: all 250ms ease;
    }

    .c-readmore__wrapper {
        max-height: 150px;
        overflow: hidden;
    }

    #micro-brick-calc {
    }

    .estimation-calculator {
        width: 50px;
        min-width: 50px;
        height: 50px;
        stroke-width: 0.8;
    }

    #block-exposedformlocationspage-where-to-buy .form-item-address-distance {
        display: none;
    }

    .paragraph--type--image-card-layout {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 1rem;
    }

    @media screen and (max-width: 899px) {
        .paragraph--type--image-card-layout {
            gap: 4rem;
        }
    }

    .paragraph--type--image-card-layout .card-item {
        max-width: 32%;
        min-width: 380px;
    }

    @media screen and (max-width: 899px) {
        .paragraph--type--image-card-layout .card-item {
            max-width: 100%;
            min-width: unset;
        }
    }

    .paragraph--type--image-cta-card {
        justify-content: stretch;
        height: 100%;
    }

        .paragraph--type--image-cta-card .image-cta-card-image {
            width: 100%;
            height: 280px;
            min-height: 280px;
        }

            .paragraph--type--image-cta-card .image-cta-card-image img {
                height: 100%;
                width: 100%;
                object-fit: cover;
            }

        .paragraph--type--image-cta-card .image-cta-card-content {
            height: 100%;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

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

        .cards-1 .card-item {
            max-width: 60%;
        }

    @media screen and (max-width: 899px) {
        .cards-1 .card-item {
            max-width: 100%;
            min-width: unset;
        }
    }

    .cards-2 {
        justify-content: space-around;
    }

        .cards-2 .card-item {
            max-width: 45%;
        }

    @media screen and (max-width: 899px) {
        .cards-2 .card-item {
            max-width: 100%;
            min-width: unset;
        }
    }

    .cards-3 {
    }

    .scrollToTop {
        cursor: pointer;
        z-index: 1000;
        width: 75px;
        height: 75px;
        border-radius: 50%;
        bottom: 3%;
        right: 3%;
    }

        .scrollToTop .scroll-arrow {
            background-image: url('data:image/svg+xml,<svg width="22.43" height="27.23" viewBox="0 0 26 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 14.2132L13.2132 3L24.4263 14.2132" stroke="%23333232" stroke-width="3"/><path d="M13.2131 30.2318V3.32019" stroke="%23333232" stroke-width="3"/></svg>');
            width: 22.43px;
            height: 27.23px;
        }

    .loader {
        color: #555;
        font-size: 10px;
        width: 1em;
        height: 1em;
        border-radius: 50%;
        position: relative;
        text-indent: -9999em;
        animation: mulShdSpin 1.3s infinite linear;
        transform: translateZ(0);
    }

    @keyframes mulShdSpin {
        0%, 100% {
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
        }

        12.5% {
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
        }

        25% {
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
        }

        37.5% {
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
        }

        50% {
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
        }

        62.5% {
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
        }

        75% {
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
        }

        87.5% {
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
        }
    }

    .plus-button, .neg-button {
        width: 28px;
        height: 28px;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .plus-button svg, .neg-button svg {
            width: 10px;
            height: 10px;
            color: #555;
        }

    .bg-row-color {
        background-color: rgba(221, 221, 221, 0.4);
    }

    #vueBrickListing {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .brick-listing .brick-size-icon {
        min-width: 70px;
        max-width: 70px;
        height: 52px;
    }

    .brick-listing .section-padding {
        padding: 15px 16px;
    }

    .brick-listing .data-section-padding {
        padding: 14px 16px;
    }

    .brick-listing .button-section {
        padding: 20px 21.5px;
    }

    .brick-listing .mobile-block-padding {
        padding: 10px 16px;
    }

    .brick-listing .mobile-block-length {
        width: 313px;
        min-width: 313px;
    }

    .brick-listing .mobile-dimension-length {
        width: calc(100% - 313px);
    }

    @media only screen and (max-width: 578px) {
        .brick-listing .mobile-block-length {
            width: 180px;
            min-width: 180px;
        }
    }

    @media only screen and (max-width: 640px) {
        .brick-listing .mobile-block-length-dimensions {
            width: 100%;
            min-width: 313px;
        }

        .brick-listing .mobile-dimension-length {
            width: 100%;
            min-width: 313px;
        }
    }

    .brick-listing .mobile-button-padding {
        padding: 17px 14px;
    }

    .brick-listing .brick-name {
        margin-left: 10px;
        font-weight: 700;
    }

    .state-toggle {
        padding: 8px 20px;
        background-color: #FFF;
        border-radius: 80px;
        width: 305px;
        height: 52px;
        gap: 8px;
    }

    @media only screen and (max-width: 899px) {
        .state-toggle {
            width: 100%;
        }
    }

    .state-toggle:hover {
        background-color: #E7E7E7;
    }

    .state-toggle.active {
        background-color: #DDDDDD;
    }

    .state-toggle .btn-text {
        text-align: left;
    }

    .state-toggle .toggled {
        display: block;
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
        border-radius: 50%;
        position: relative;
    }

    .state-toggle .untoggled {
        display: block;
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
        border-radius: 50%;
    }

    .state-toggle .toggled::after {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #555;
        position: absolute;
        left: 3px;
        top: 3px;
    }

    .parent-state-1 {
        display: grid;
        grid-template-columns: 200px 250px repeat(2, 140px) repeat(3, 1fr);
        grid-template-rows: 92px 72px;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

        .parent-state-1 .div1-state-1 {
            grid-area: 1 / 1 / 3 / 2;
        }

        .parent-state-1 .div2-state-1 {
            grid-area: 1 / 2 / 3 / 3;
        }

        .parent-state-1 .div3-state-1 {
            grid-area: 1 / 3 / 3 / 4;
        }

        .parent-state-1 .div4-state-1 {
            grid-area: 1 / 4 / 3 / 5;
        }

        .parent-state-1 .div5-state-1 {
            grid-area: 1 / 5 / 2 / 8;
        }

        .parent-state-1 .div6-state-1 {
            grid-area: 2 / 5 / 3 / 6;
        }

        .parent-state-1 .div7-state-1 {
            grid-area: 2 / 6 / 3 / 7;
        }

        .parent-state-1 .div8-state-1 {
            grid-area: 2 / 7 / 3 / 8;
        }

    .parent-state-2 {
        display: grid;
        grid-template-columns: 200px 250px repeat(2, 140px) repeat(4, 1fr);
        grid-template-rows: 92px 72px;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

        .parent-state-2 .div1-state-2 {
            grid-area: 1 / 1 / 3 / 2;
        }

        .parent-state-2 .div2-state-2 {
            grid-area: 1 / 2 / 3 / 3;
        }

        .parent-state-2 .div3-state-2 {
            grid-area: 1 / 3 / 3 / 4;
        }

        .parent-state-2 .div4-state-2 {
            grid-area: 1 / 4 / 3 / 5;
        }

        .parent-state-2 .div5-state-2 {
            grid-area: 1 / 5 / 2 / 9;
        }

        .parent-state-2 .div6-state-2 {
            grid-area: 2 / 5 / 3 / 6;
        }

        .parent-state-2 .div7-state-2 {
            grid-area: 2 / 6 / 3 / 7;
        }

        .parent-state-2 .div8-state-2 {
            grid-area: 2 / 7 / 3 / 8;
        }

        .parent-state-2 .div9-state-2 {
            grid-area: 2 / 8 / 3 / 9;
        }

    .data-parent-state-1 {
        display: grid;
        grid-template-columns: 200px 250px repeat(2, 140px) repeat(3, 1fr);
        grid-template-rows: 82px;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .data-parent-state-2 {
        display: grid;
        grid-template-columns: 200px 250px repeat(2, 140px) repeat(4, 1fr);
        grid-template-rows: 82px;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .caviots {
        height: fit-content;
        display: flex;
        flex-direction: column;
        gap: 22px;
    }

    .accordion-body {
        overflow: hidden;
        transition: max-height 1s ease-in-out;
        max-height: 1000px;
    }

        .accordion-body.hidden-field {
            max-height: 0;
            transition: max-height 1s cubic-bezier(0, 1, 0, 1);
        }

    /* utilities */

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

    .focus\:sr-only:focus {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }

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

    .appearance-none {
        appearance: none;
    }

    .bg-fixed {
        background-attachment: fixed;
    }

    .bg-local {
        background-attachment: local;
    }

    .bg-scroll {
        background-attachment: scroll;
    }

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

    .bg-current {
        background-color: currentColor;
    }

    .bg-black {
        background-color: #000000;
    }

    .bg-white {
        background-color: #ffffff;
    }

    .bg-overlay {
        background-color: rgba(0,0,0,.2);
    }

    .bg-transparent-background {
        background-color: rgba(0,0,0,.7);
    }

    .bg-red-400 {
        background-color: #ed4956;
    }

    .bg-red-500 {
        background-color: #e74a4a;
    }

    .bg-orange-300 {
        background-color: #a8774f;
    }

    .bg-orange-400 {
        background-color: #926642;
    }

    .bg-orange-500 {
        background-color: #d35a3a;
    }

    .bg-green-200 {
        background-color: #d5d4a3;
    }

    .bg-green-300 {
        background-color: #f05a30;
    }

    .bg-green-400 {
        background-color: #b8b78a;
    }

    .bg-green-500 {
        background-color: #48bb78;
    }

    .bg-green-600 {
        background-color: #a4c264;
    }

    .bg-green-700 {
        background-color: #B8B78F;
    }

    .bg-blue-400 {
        background-color: #a2c3d3;
    }

    .bg-blue-500 {
        background-color: #65a6c2;
    }

    .bg-blue-600 {
        background-color: rgba(70, 97, 153, .97);
    }

    .bg-blue-700 {
        background-color: rgba(70, 97, 153);
    }

    .bg-bluegrey-100 {
        background-color: #D9D9D9;
    }

    .bg-terracotta-500 {
        background-color: #bb7265;
    }

    .bg-terracotta-600 {
        background-color: #a46357;
    }

    .bg-sky-100 {
        background-color: #dff2fe;
    }

    .bg-sky-200 {
        background-color: #a2c3d3;
    }

    .bg-neutral-500 {
        background-color: #636466;
    }

    .bg-gray-50 {
        background-color: #fcfcfc;
    }

    .bg-gray-100 {
        background-color: #e7e7e7;
    }

    .bg-gray-125 {
        background-color: #f0f0f0;
    }

    .bg-gray-150 {
        background-color: #dddddd;
    }

    .bg-gray-200 {
        background-color: #868b8f;
    }

    .bg-gray-250 {
        background-color: #a6a5a5;
    }

    .bg-gray-300 {
        background-color: #979796;
    }

    .bg-gray-400 {
        background-color: #abaeb1;
    }

    .bg-gray-500 {
        background-color: #c7c7c7;
    }

    .bg-gray-550 {
        background-color: #ccc;
    }

    .bg-gray-600 {
        background-color: #707070;
    }

    .bg-gray-700 {
        background-color: #555555;
    }

    .bg-gray-800 {
        background-color: #333232;
    }

    .bg-gray-900 {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .bg-gray-1000 {
        background-color: #dadada;
    }

    .bg-gray-1100 {
        background-color: #ededed;
    }

    .bg-gray-1200 {
        background-color: #b1b1b1;
    }

    .bg-gray-1300 {
        background-color: #9b9b9b;
    }

    .bg-gray-1400 {
        background-color: #999ea1;
    }

    .bg-gray-1500 {
        background-color: #464646;
    }

    .bg-gray-1600 {
        background-color: #9A9FA2;
    }

    .bg-gray-1700 {
        background-color: #FBFBFB;
    }

    .bg-gray-1800 {
        background-color: #494949;
    }

    .bg-gray-1900 {
        background-color: #797979;
    }

    .bg-tan-300 {
        background-color: #d2a680;
    }

    .bg-tan-400 {
        background-color: #a38b71;
    }

    .bg-tan-500 {
        background-color: #b18259;
    }

    .bg-tan-600 {
        background-color: #c29064;
    }

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

    .hover\:bg-current:hover {
        background-color: currentColor;
    }

    .hover\:bg-black:hover {
        background-color: #000000;
    }

    .hover\:bg-white:hover {
        background-color: #ffffff;
    }

    .hover\:bg-overlay:hover {
        background-color: rgba(0,0,0,.2);
    }

    .hover\:bg-transparent-background:hover {
        background-color: rgba(0,0,0,.7);
    }

    .hover\:bg-red-400:hover {
        background-color: #ed4956;
    }

    .hover\:bg-red-500:hover {
        background-color: #e74a4a;
    }

    .hover\:bg-orange-300:hover {
        background-color: #a8774f;
    }

    .hover\:bg-orange-400:hover {
        background-color: #926642;
    }

    .hover\:bg-orange-500:hover {
        background-color: #d35a3a;
    }

    .hover\:bg-green-200:hover {
        background-color: #d5d4a3;
    }

    .hover\:bg-green-300:hover {
        background-color: #f05a30;
    }

    .hover\:bg-green-400:hover {
        background-color: #b8b78a;
    }

    .hover\:bg-green-500:hover {
        background-color: #48bb78;
    }

    .hover\:bg-green-600:hover {
        background-color: #a4c264;
    }

    .hover\:bg-green-700:hover {
        background-color: #B8B78F;
    }

    .hover\:bg-blue-400:hover {
        background-color: #a2c3d3;
    }

    .hover\:bg-blue-500:hover {
        background-color: #65a6c2;
    }

    .hover\:bg-blue-600:hover {
        background-color: rgba(70, 97, 153, .97);
    }

    .hover\:bg-blue-700:hover {
        background-color: rgba(70, 97, 153);
    }

    .hover\:bg-bluegrey-100:hover {
        background-color: #D9D9D9;
    }

    .hover\:bg-terracotta-500:hover {
        background-color: #bb7265;
    }

    .hover\:bg-terracotta-600:hover {
        background-color: #a46357;
    }

    .hover\:bg-sky-100:hover {
        background-color: #dff2fe;
    }

    .hover\:bg-sky-200:hover {
        background-color: #a2c3d3;
    }

    .hover\:bg-neutral-500:hover {
        background-color: #636466;
    }

    .hover\:bg-gray-50:hover {
        background-color: #fcfcfc;
    }

    .hover\:bg-gray-100:hover {
        background-color: #e7e7e7;
    }

    .hover\:bg-gray-125:hover {
        background-color: #f0f0f0;
    }

    .hover\:bg-gray-150:hover {
        background-color: #dddddd;
    }

    .hover\:bg-gray-200:hover {
        background-color: #868b8f;
    }

    .hover\:bg-gray-250:hover {
        background-color: #a6a5a5;
    }

    .hover\:bg-gray-300:hover {
        background-color: #979796;
    }

    .hover\:bg-gray-400:hover {
        background-color: #abaeb1;
    }

    .hover\:bg-gray-500:hover {
        background-color: #c7c7c7;
    }

    .hover\:bg-gray-550:hover {
        background-color: #ccc;
    }

    .hover\:bg-gray-600:hover {
        background-color: #707070;
    }

    .hover\:bg-gray-700:hover {
        background-color: #555555;
    }

    .hover\:bg-gray-800:hover {
        background-color: #333232;
    }

    .hover\:bg-gray-900:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .hover\:bg-gray-1000:hover {
        background-color: #dadada;
    }

    .hover\:bg-gray-1100:hover {
        background-color: #ededed;
    }

    .hover\:bg-gray-1200:hover {
        background-color: #b1b1b1;
    }

    .hover\:bg-gray-1300:hover {
        background-color: #9b9b9b;
    }

    .hover\:bg-gray-1400:hover {
        background-color: #999ea1;
    }

    .hover\:bg-gray-1500:hover {
        background-color: #464646;
    }

    .hover\:bg-gray-1600:hover {
        background-color: #9A9FA2;
    }

    .hover\:bg-gray-1700:hover {
        background-color: #FBFBFB;
    }

    .hover\:bg-gray-1800:hover {
        background-color: #494949;
    }

    .hover\:bg-gray-1900:hover {
        background-color: #797979;
    }

    .hover\:bg-tan-300:hover {
        background-color: #d2a680;
    }

    .hover\:bg-tan-400:hover {
        background-color: #a38b71;
    }

    .hover\:bg-tan-500:hover {
        background-color: #b18259;
    }

    .hover\:bg-tan-600:hover {
        background-color: #c29064;
    }

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

    .focus\:bg-current:focus {
        background-color: currentColor;
    }

    .focus\:bg-black:focus {
        background-color: #000000;
    }

    .focus\:bg-white:focus {
        background-color: #ffffff;
    }

    .focus\:bg-overlay:focus {
        background-color: rgba(0,0,0,.2);
    }

    .focus\:bg-transparent-background:focus {
        background-color: rgba(0,0,0,.7);
    }

    .focus\:bg-red-400:focus {
        background-color: #ed4956;
    }

    .focus\:bg-red-500:focus {
        background-color: #e74a4a;
    }

    .focus\:bg-orange-300:focus {
        background-color: #a8774f;
    }

    .focus\:bg-orange-400:focus {
        background-color: #926642;
    }

    .focus\:bg-orange-500:focus {
        background-color: #d35a3a;
    }

    .focus\:bg-green-200:focus {
        background-color: #d5d4a3;
    }

    .focus\:bg-green-300:focus {
        background-color: #f05a30;
    }

    .focus\:bg-green-400:focus {
        background-color: #b8b78a;
    }

    .focus\:bg-green-500:focus {
        background-color: #48bb78;
    }

    .focus\:bg-green-600:focus {
        background-color: #a4c264;
    }

    .focus\:bg-green-700:focus {
        background-color: #B8B78F;
    }

    .focus\:bg-blue-400:focus {
        background-color: #a2c3d3;
    }

    .focus\:bg-blue-500:focus {
        background-color: #65a6c2;
    }

    .focus\:bg-blue-600:focus {
        background-color: rgba(70, 97, 153, .97);
    }

    .focus\:bg-blue-700:focus {
        background-color: rgba(70, 97, 153);
    }

    .focus\:bg-bluegrey-100:focus {
        background-color: #D9D9D9;
    }

    .focus\:bg-terracotta-500:focus {
        background-color: #bb7265;
    }

    .focus\:bg-terracotta-600:focus {
        background-color: #a46357;
    }

    .focus\:bg-sky-100:focus {
        background-color: #dff2fe;
    }

    .focus\:bg-sky-200:focus {
        background-color: #a2c3d3;
    }

    .focus\:bg-neutral-500:focus {
        background-color: #636466;
    }

    .focus\:bg-gray-50:focus {
        background-color: #fcfcfc;
    }

    .focus\:bg-gray-100:focus {
        background-color: #e7e7e7;
    }

    .focus\:bg-gray-125:focus {
        background-color: #f0f0f0;
    }

    .focus\:bg-gray-150:focus {
        background-color: #dddddd;
    }

    .focus\:bg-gray-200:focus {
        background-color: #868b8f;
    }

    .focus\:bg-gray-250:focus {
        background-color: #a6a5a5;
    }

    .focus\:bg-gray-300:focus {
        background-color: #979796;
    }

    .focus\:bg-gray-400:focus {
        background-color: #abaeb1;
    }

    .focus\:bg-gray-500:focus {
        background-color: #c7c7c7;
    }

    .focus\:bg-gray-550:focus {
        background-color: #ccc;
    }

    .focus\:bg-gray-600:focus {
        background-color: #707070;
    }

    .focus\:bg-gray-700:focus {
        background-color: #555555;
    }

    .focus\:bg-gray-800:focus {
        background-color: #333232;
    }

    .focus\:bg-gray-900:focus {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .focus\:bg-gray-1000:focus {
        background-color: #dadada;
    }

    .focus\:bg-gray-1100:focus {
        background-color: #ededed;
    }

    .focus\:bg-gray-1200:focus {
        background-color: #b1b1b1;
    }

    .focus\:bg-gray-1300:focus {
        background-color: #9b9b9b;
    }

    .focus\:bg-gray-1400:focus {
        background-color: #999ea1;
    }

    .focus\:bg-gray-1500:focus {
        background-color: #464646;
    }

    .focus\:bg-gray-1600:focus {
        background-color: #9A9FA2;
    }

    .focus\:bg-gray-1700:focus {
        background-color: #FBFBFB;
    }

    .focus\:bg-gray-1800:focus {
        background-color: #494949;
    }

    .focus\:bg-gray-1900:focus {
        background-color: #797979;
    }

    .focus\:bg-tan-300:focus {
        background-color: #d2a680;
    }

    .focus\:bg-tan-400:focus {
        background-color: #a38b71;
    }

    .focus\:bg-tan-500:focus {
        background-color: #b18259;
    }

    .focus\:bg-tan-600:focus {
        background-color: #c29064;
    }

    .active.self-active\:bg-transparent {
        background-color: transparent;
    }

    .active.self-active\:bg-current {
        background-color: currentColor;
    }

    .active.self-active\:bg-black {
        background-color: #000000;
    }

    .active.self-active\:bg-white {
        background-color: #ffffff;
    }

    .active.self-active\:bg-overlay {
        background-color: rgba(0,0,0,.2);
    }

    .active.self-active\:bg-transparent-background {
        background-color: rgba(0,0,0,.7);
    }

    .active.self-active\:bg-red-400 {
        background-color: #ed4956;
    }

    .active.self-active\:bg-red-500 {
        background-color: #e74a4a;
    }

    .active.self-active\:bg-orange-300 {
        background-color: #a8774f;
    }

    .active.self-active\:bg-orange-400 {
        background-color: #926642;
    }

    .active.self-active\:bg-orange-500 {
        background-color: #d35a3a;
    }

    .active.self-active\:bg-green-200 {
        background-color: #d5d4a3;
    }

    .active.self-active\:bg-green-300 {
        background-color: #f05a30;
    }

    .active.self-active\:bg-green-400 {
        background-color: #b8b78a;
    }

    .active.self-active\:bg-green-500 {
        background-color: #48bb78;
    }

    .active.self-active\:bg-green-600 {
        background-color: #a4c264;
    }

    .active.self-active\:bg-green-700 {
        background-color: #B8B78F;
    }

    .active.self-active\:bg-blue-400 {
        background-color: #a2c3d3;
    }

    .active.self-active\:bg-blue-500 {
        background-color: #65a6c2;
    }

    .active.self-active\:bg-blue-600 {
        background-color: rgba(70, 97, 153, .97);
    }

    .active.self-active\:bg-blue-700 {
        background-color: rgba(70, 97, 153);
    }

    .active.self-active\:bg-bluegrey-100 {
        background-color: #D9D9D9;
    }

    .active.self-active\:bg-terracotta-500 {
        background-color: #bb7265;
    }

    .active.self-active\:bg-terracotta-600 {
        background-color: #a46357;
    }

    .active.self-active\:bg-sky-100 {
        background-color: #dff2fe;
    }

    .active.self-active\:bg-sky-200 {
        background-color: #a2c3d3;
    }

    .active.self-active\:bg-neutral-500 {
        background-color: #636466;
    }

    .active.self-active\:bg-gray-50 {
        background-color: #fcfcfc;
    }

    .active.self-active\:bg-gray-100 {
        background-color: #e7e7e7;
    }

    .active.self-active\:bg-gray-125 {
        background-color: #f0f0f0;
    }

    .active.self-active\:bg-gray-150 {
        background-color: #dddddd;
    }

    .active.self-active\:bg-gray-200 {
        background-color: #868b8f;
    }

    .active.self-active\:bg-gray-250 {
        background-color: #a6a5a5;
    }

    .active.self-active\:bg-gray-300 {
        background-color: #979796;
    }

    .active.self-active\:bg-gray-400 {
        background-color: #abaeb1;
    }

    .active.self-active\:bg-gray-500 {
        background-color: #c7c7c7;
    }

    .active.self-active\:bg-gray-550 {
        background-color: #ccc;
    }

    .active.self-active\:bg-gray-600 {
        background-color: #707070;
    }

    .active.self-active\:bg-gray-700 {
        background-color: #555555;
    }

    .active.self-active\:bg-gray-800 {
        background-color: #333232;
    }

    .active.self-active\:bg-gray-900 {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .active.self-active\:bg-gray-1000 {
        background-color: #dadada;
    }

    .active.self-active\:bg-gray-1100 {
        background-color: #ededed;
    }

    .active.self-active\:bg-gray-1200 {
        background-color: #b1b1b1;
    }

    .active.self-active\:bg-gray-1300 {
        background-color: #9b9b9b;
    }

    .active.self-active\:bg-gray-1400 {
        background-color: #999ea1;
    }

    .active.self-active\:bg-gray-1500 {
        background-color: #464646;
    }

    .active.self-active\:bg-gray-1600 {
        background-color: #9A9FA2;
    }

    .active.self-active\:bg-gray-1700 {
        background-color: #FBFBFB;
    }

    .active.self-active\:bg-gray-1800 {
        background-color: #494949;
    }

    .active.self-active\:bg-gray-1900 {
        background-color: #797979;
    }

    .active.self-active\:bg-tan-300 {
        background-color: #d2a680;
    }

    .active.self-active\:bg-tan-400 {
        background-color: #a38b71;
    }

    .active.self-active\:bg-tan-500 {
        background-color: #b18259;
    }

    .active.self-active\:bg-tan-600 {
        background-color: #c29064;
    }

    .nextOnChecked\:bg-transparent:checked + * {
        background-color: transparent;
    }

    .nextOnChecked\:bg-current:checked + * {
        background-color: currentColor;
    }

    .nextOnChecked\:bg-black:checked + * {
        background-color: #000000;
    }

    .nextOnChecked\:bg-white:checked + * {
        background-color: #ffffff;
    }

    .nextOnChecked\:bg-overlay:checked + * {
        background-color: rgba(0,0,0,.2);
    }

    .nextOnChecked\:bg-transparent-background:checked + * {
        background-color: rgba(0,0,0,.7);
    }

    .nextOnChecked\:bg-red-400:checked + * {
        background-color: #ed4956;
    }

    .nextOnChecked\:bg-red-500:checked + * {
        background-color: #e74a4a;
    }

    .nextOnChecked\:bg-orange-300:checked + * {
        background-color: #a8774f;
    }

    .nextOnChecked\:bg-orange-400:checked + * {
        background-color: #926642;
    }

    .nextOnChecked\:bg-orange-500:checked + * {
        background-color: #d35a3a;
    }

    .nextOnChecked\:bg-green-200:checked + * {
        background-color: #d5d4a3;
    }

    .nextOnChecked\:bg-green-300:checked + * {
        background-color: #f05a30;
    }

    .nextOnChecked\:bg-green-400:checked + * {
        background-color: #b8b78a;
    }

    .nextOnChecked\:bg-green-500:checked + * {
        background-color: #48bb78;
    }

    .nextOnChecked\:bg-green-600:checked + * {
        background-color: #a4c264;
    }

    .nextOnChecked\:bg-green-700:checked + * {
        background-color: #B8B78F;
    }

    .nextOnChecked\:bg-blue-400:checked + * {
        background-color: #a2c3d3;
    }

    .nextOnChecked\:bg-blue-500:checked + * {
        background-color: #65a6c2;
    }

    .nextOnChecked\:bg-blue-600:checked + * {
        background-color: rgba(70, 97, 153, .97);
    }

    .nextOnChecked\:bg-blue-700:checked + * {
        background-color: rgba(70, 97, 153);
    }

    .nextOnChecked\:bg-bluegrey-100:checked + * {
        background-color: #D9D9D9;
    }

    .nextOnChecked\:bg-terracotta-500:checked + * {
        background-color: #bb7265;
    }

    .nextOnChecked\:bg-terracotta-600:checked + * {
        background-color: #a46357;
    }

    .nextOnChecked\:bg-sky-100:checked + * {
        background-color: #dff2fe;
    }

    .nextOnChecked\:bg-sky-200:checked + * {
        background-color: #a2c3d3;
    }

    .nextOnChecked\:bg-neutral-500:checked + * {
        background-color: #636466;
    }

    .nextOnChecked\:bg-gray-50:checked + * {
        background-color: #fcfcfc;
    }

    .nextOnChecked\:bg-gray-100:checked + * {
        background-color: #e7e7e7;
    }

    .nextOnChecked\:bg-gray-125:checked + * {
        background-color: #f0f0f0;
    }

    .nextOnChecked\:bg-gray-150:checked + * {
        background-color: #dddddd;
    }

    .nextOnChecked\:bg-gray-200:checked + * {
        background-color: #868b8f;
    }

    .nextOnChecked\:bg-gray-250:checked + * {
        background-color: #a6a5a5;
    }

    .nextOnChecked\:bg-gray-300:checked + * {
        background-color: #979796;
    }

    .nextOnChecked\:bg-gray-400:checked + * {
        background-color: #abaeb1;
    }

    .nextOnChecked\:bg-gray-500:checked + * {
        background-color: #c7c7c7;
    }

    .nextOnChecked\:bg-gray-550:checked + * {
        background-color: #ccc;
    }

    .nextOnChecked\:bg-gray-600:checked + * {
        background-color: #707070;
    }

    .nextOnChecked\:bg-gray-700:checked + * {
        background-color: #555555;
    }

    .nextOnChecked\:bg-gray-800:checked + * {
        background-color: #333232;
    }

    .nextOnChecked\:bg-gray-900:checked + * {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .nextOnChecked\:bg-gray-1000:checked + * {
        background-color: #dadada;
    }

    .nextOnChecked\:bg-gray-1100:checked + * {
        background-color: #ededed;
    }

    .nextOnChecked\:bg-gray-1200:checked + * {
        background-color: #b1b1b1;
    }

    .nextOnChecked\:bg-gray-1300:checked + * {
        background-color: #9b9b9b;
    }

    .nextOnChecked\:bg-gray-1400:checked + * {
        background-color: #999ea1;
    }

    .nextOnChecked\:bg-gray-1500:checked + * {
        background-color: #464646;
    }

    .nextOnChecked\:bg-gray-1600:checked + * {
        background-color: #9A9FA2;
    }

    .nextOnChecked\:bg-gray-1700:checked + * {
        background-color: #FBFBFB;
    }

    .nextOnChecked\:bg-gray-1800:checked + * {
        background-color: #494949;
    }

    .nextOnChecked\:bg-gray-1900:checked + * {
        background-color: #797979;
    }

    .nextOnChecked\:bg-tan-300:checked + * {
        background-color: #d2a680;
    }

    .nextOnChecked\:bg-tan-400:checked + * {
        background-color: #a38b71;
    }

    .nextOnChecked\:bg-tan-500:checked + * {
        background-color: #b18259;
    }

    .nextOnChecked\:bg-tan-600:checked + * {
        background-color: #c29064;
    }

    .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-top-center {
        background-position: top center;
    }

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

    .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-auto {
        background-size: auto;
    }

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

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

    .bg-hidden {
        background-size: 0% 0%;
    }

    .bg-y135 {
        background-size: auto 135%;
    }

    .group:hover .group-hover\:bg-auto {
        background-size: auto;
    }

    .group:hover .group-hover\:bg-cover {
        background-size: cover;
    }

    .group:hover .group-hover\:bg-contain {
        background-size: contain;
    }

    .group:hover .group-hover\:bg-hidden {
        background-size: 0% 0%;
    }

    .group:hover .group-hover\:bg-y135 {
        background-size: auto 135%;
    }

    .border-collapse {
        border-collapse: collapse;
    }

    .border-separate {
        border-collapse: separate;
    }

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

    .border-current {
        border-color: currentColor;
    }

    .border-black {
        border-color: #000000;
    }

    .border-white {
        border-color: #ffffff;
    }

    .border-overlay {
        border-color: rgba(0,0,0,.2);
    }

    .border-transparent-background {
        border-color: rgba(0,0,0,.7);
    }

    .border-red-400 {
        border-color: #ed4956;
    }

    .border-red-500 {
        border-color: #e74a4a;
    }

    .border-orange-300 {
        border-color: #a8774f;
    }

    .border-orange-400 {
        border-color: #926642;
    }

    .border-orange-500 {
        border-color: #d35a3a;
    }

    .border-green-200 {
        border-color: #d5d4a3;
    }

    .border-green-300 {
        border-color: #f05a30;
    }

    .border-green-400 {
        border-color: #b8b78a;
    }

    .border-green-500 {
        border-color: #48bb78;
    }

    .border-green-600 {
        border-color: #a4c264;
    }

    .border-green-700 {
        border-color: #B8B78F;
    }

    .border-blue-400 {
        border-color: #a2c3d3;
    }

    .border-blue-500 {
        border-color: #65a6c2;
    }

    .border-blue-600 {
        border-color: rgba(70, 97, 153, .97);
    }

    .border-blue-700 {
        border-color: rgba(70, 97, 153);
    }

    .border-bluegrey-100 {
        border-color: #D9D9D9;
    }

    .border-terracotta-500 {
        border-color: #bb7265;
    }

    .border-terracotta-600 {
        border-color: #a46357;
    }

    .border-sky-100 {
        border-color: #dff2fe;
    }

    .border-sky-200 {
        border-color: #a2c3d3;
    }

    .border-neutral-500 {
        border-color: #636466;
    }

    .border-gray-50 {
        border-color: #fcfcfc;
    }

    .border-gray-100 {
        border-color: #e7e7e7;
    }

    .border-gray-125 {
        border-color: #f0f0f0;
    }

    .border-gray-150 {
        border-color: #dddddd;
    }

    .border-gray-200 {
        border-color: #868b8f;
    }

    .border-gray-250 {
        border-color: #a6a5a5;
    }

    .border-gray-300 {
        border-color: #979796;
    }

    .border-gray-400 {
        border-color: #abaeb1;
    }

    .border-gray-500 {
        border-color: #c7c7c7;
    }

    .border-gray-550 {
        border-color: #ccc;
    }

    .border-gray-600 {
        border-color: #707070;
    }

    .border-gray-700 {
        border-color: #555555;
    }

    .border-gray-800 {
        border-color: #333232;
    }

    .border-gray-900 {
        border-color: rgba(0, 0, 0, 0.8);
    }

    .border-gray-1000 {
        border-color: #dadada;
    }

    .border-gray-1100 {
        border-color: #ededed;
    }

    .border-gray-1200 {
        border-color: #b1b1b1;
    }

    .border-gray-1300 {
        border-color: #9b9b9b;
    }

    .border-gray-1400 {
        border-color: #999ea1;
    }

    .border-gray-1500 {
        border-color: #464646;
    }

    .border-gray-1600 {
        border-color: #9A9FA2;
    }

    .border-gray-1700 {
        border-color: #FBFBFB;
    }

    .border-gray-1800 {
        border-color: #494949;
    }

    .border-gray-1900 {
        border-color: #797979;
    }

    .border-tan-300 {
        border-color: #d2a680;
    }

    .border-tan-400 {
        border-color: #a38b71;
    }

    .border-tan-500 {
        border-color: #b18259;
    }

    .border-tan-600 {
        border-color: #c29064;
    }

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

    .hover\:border-current:hover {
        border-color: currentColor;
    }

    .hover\:border-black:hover {
        border-color: #000000;
    }

    .hover\:border-white:hover {
        border-color: #ffffff;
    }

    .hover\:border-overlay:hover {
        border-color: rgba(0,0,0,.2);
    }

    .hover\:border-transparent-background:hover {
        border-color: rgba(0,0,0,.7);
    }

    .hover\:border-red-400:hover {
        border-color: #ed4956;
    }

    .hover\:border-red-500:hover {
        border-color: #e74a4a;
    }

    .hover\:border-orange-300:hover {
        border-color: #a8774f;
    }

    .hover\:border-orange-400:hover {
        border-color: #926642;
    }

    .hover\:border-orange-500:hover {
        border-color: #d35a3a;
    }

    .hover\:border-green-200:hover {
        border-color: #d5d4a3;
    }

    .hover\:border-green-300:hover {
        border-color: #f05a30;
    }

    .hover\:border-green-400:hover {
        border-color: #b8b78a;
    }

    .hover\:border-green-500:hover {
        border-color: #48bb78;
    }

    .hover\:border-green-600:hover {
        border-color: #a4c264;
    }

    .hover\:border-green-700:hover {
        border-color: #B8B78F;
    }

    .hover\:border-blue-400:hover {
        border-color: #a2c3d3;
    }

    .hover\:border-blue-500:hover {
        border-color: #65a6c2;
    }

    .hover\:border-blue-600:hover {
        border-color: rgba(70, 97, 153, .97);
    }

    .hover\:border-blue-700:hover {
        border-color: rgba(70, 97, 153);
    }

    .hover\:border-bluegrey-100:hover {
        border-color: #D9D9D9;
    }

    .hover\:border-terracotta-500:hover {
        border-color: #bb7265;
    }

    .hover\:border-terracotta-600:hover {
        border-color: #a46357;
    }

    .hover\:border-sky-100:hover {
        border-color: #dff2fe;
    }

    .hover\:border-sky-200:hover {
        border-color: #a2c3d3;
    }

    .hover\:border-neutral-500:hover {
        border-color: #636466;
    }

    .hover\:border-gray-50:hover {
        border-color: #fcfcfc;
    }

    .hover\:border-gray-100:hover {
        border-color: #e7e7e7;
    }

    .hover\:border-gray-125:hover {
        border-color: #f0f0f0;
    }

    .hover\:border-gray-150:hover {
        border-color: #dddddd;
    }

    .hover\:border-gray-200:hover {
        border-color: #868b8f;
    }

    .hover\:border-gray-250:hover {
        border-color: #a6a5a5;
    }

    .hover\:border-gray-300:hover {
        border-color: #979796;
    }

    .hover\:border-gray-400:hover {
        border-color: #abaeb1;
    }

    .hover\:border-gray-500:hover {
        border-color: #c7c7c7;
    }

    .hover\:border-gray-550:hover {
        border-color: #ccc;
    }

    .hover\:border-gray-600:hover {
        border-color: #707070;
    }

    .hover\:border-gray-700:hover {
        border-color: #555555;
    }

    .hover\:border-gray-800:hover {
        border-color: #333232;
    }

    .hover\:border-gray-900:hover {
        border-color: rgba(0, 0, 0, 0.8);
    }

    .hover\:border-gray-1000:hover {
        border-color: #dadada;
    }

    .hover\:border-gray-1100:hover {
        border-color: #ededed;
    }

    .hover\:border-gray-1200:hover {
        border-color: #b1b1b1;
    }

    .hover\:border-gray-1300:hover {
        border-color: #9b9b9b;
    }

    .hover\:border-gray-1400:hover {
        border-color: #999ea1;
    }

    .hover\:border-gray-1500:hover {
        border-color: #464646;
    }

    .hover\:border-gray-1600:hover {
        border-color: #9A9FA2;
    }

    .hover\:border-gray-1700:hover {
        border-color: #FBFBFB;
    }

    .hover\:border-gray-1800:hover {
        border-color: #494949;
    }

    .hover\:border-gray-1900:hover {
        border-color: #797979;
    }

    .hover\:border-tan-300:hover {
        border-color: #d2a680;
    }

    .hover\:border-tan-400:hover {
        border-color: #a38b71;
    }

    .hover\:border-tan-500:hover {
        border-color: #b18259;
    }

    .hover\:border-tan-600:hover {
        border-color: #c29064;
    }

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

    .focus\:border-current:focus {
        border-color: currentColor;
    }

    .focus\:border-black:focus {
        border-color: #000000;
    }

    .focus\:border-white:focus {
        border-color: #ffffff;
    }

    .focus\:border-overlay:focus {
        border-color: rgba(0,0,0,.2);
    }

    .focus\:border-transparent-background:focus {
        border-color: rgba(0,0,0,.7);
    }

    .focus\:border-red-400:focus {
        border-color: #ed4956;
    }

    .focus\:border-red-500:focus {
        border-color: #e74a4a;
    }

    .focus\:border-orange-300:focus {
        border-color: #a8774f;
    }

    .focus\:border-orange-400:focus {
        border-color: #926642;
    }

    .focus\:border-orange-500:focus {
        border-color: #d35a3a;
    }

    .focus\:border-green-200:focus {
        border-color: #d5d4a3;
    }

    .focus\:border-green-300:focus {
        border-color: #f05a30;
    }

    .focus\:border-green-400:focus {
        border-color: #b8b78a;
    }

    .focus\:border-green-500:focus {
        border-color: #48bb78;
    }

    .focus\:border-green-600:focus {
        border-color: #a4c264;
    }

    .focus\:border-green-700:focus {
        border-color: #B8B78F;
    }

    .focus\:border-blue-400:focus {
        border-color: #a2c3d3;
    }

    .focus\:border-blue-500:focus {
        border-color: #65a6c2;
    }

    .focus\:border-blue-600:focus {
        border-color: rgba(70, 97, 153, .97);
    }

    .focus\:border-blue-700:focus {
        border-color: rgba(70, 97, 153);
    }

    .focus\:border-bluegrey-100:focus {
        border-color: #D9D9D9;
    }

    .focus\:border-terracotta-500:focus {
        border-color: #bb7265;
    }

    .focus\:border-terracotta-600:focus {
        border-color: #a46357;
    }

    .focus\:border-sky-100:focus {
        border-color: #dff2fe;
    }

    .focus\:border-sky-200:focus {
        border-color: #a2c3d3;
    }

    .focus\:border-neutral-500:focus {
        border-color: #636466;
    }

    .focus\:border-gray-50:focus {
        border-color: #fcfcfc;
    }

    .focus\:border-gray-100:focus {
        border-color: #e7e7e7;
    }

    .focus\:border-gray-125:focus {
        border-color: #f0f0f0;
    }

    .focus\:border-gray-150:focus {
        border-color: #dddddd;
    }

    .focus\:border-gray-200:focus {
        border-color: #868b8f;
    }

    .focus\:border-gray-250:focus {
        border-color: #a6a5a5;
    }

    .focus\:border-gray-300:focus {
        border-color: #979796;
    }

    .focus\:border-gray-400:focus {
        border-color: #abaeb1;
    }

    .focus\:border-gray-500:focus {
        border-color: #c7c7c7;
    }

    .focus\:border-gray-550:focus {
        border-color: #ccc;
    }

    .focus\:border-gray-600:focus {
        border-color: #707070;
    }

    .focus\:border-gray-700:focus {
        border-color: #555555;
    }

    .focus\:border-gray-800:focus {
        border-color: #333232;
    }

    .focus\:border-gray-900:focus {
        border-color: rgba(0, 0, 0, 0.8);
    }

    .focus\:border-gray-1000:focus {
        border-color: #dadada;
    }

    .focus\:border-gray-1100:focus {
        border-color: #ededed;
    }

    .focus\:border-gray-1200:focus {
        border-color: #b1b1b1;
    }

    .focus\:border-gray-1300:focus {
        border-color: #9b9b9b;
    }

    .focus\:border-gray-1400:focus {
        border-color: #999ea1;
    }

    .focus\:border-gray-1500:focus {
        border-color: #464646;
    }

    .focus\:border-gray-1600:focus {
        border-color: #9A9FA2;
    }

    .focus\:border-gray-1700:focus {
        border-color: #FBFBFB;
    }

    .focus\:border-gray-1800:focus {
        border-color: #494949;
    }

    .focus\:border-gray-1900:focus {
        border-color: #797979;
    }

    .focus\:border-tan-300:focus {
        border-color: #d2a680;
    }

    .focus\:border-tan-400:focus {
        border-color: #a38b71;
    }

    .focus\:border-tan-500:focus {
        border-color: #b18259;
    }

    .focus\:border-tan-600:focus {
        border-color: #c29064;
    }

    .js-is-active.self-active\:border-transparent {
        border-color: transparent;
    }

    .js-is-active.self-active\:border-current {
        border-color: currentColor;
    }

    .js-is-active.self-active\:border-black {
        border-color: #000000;
    }

    .js-is-active.self-active\:border-white {
        border-color: #ffffff;
    }

    .js-is-active.self-active\:border-overlay {
        border-color: rgba(0,0,0,.2);
    }

    .js-is-active.self-active\:border-transparent-background {
        border-color: rgba(0,0,0,.7);
    }

    .js-is-active.self-active\:border-red-400 {
        border-color: #ed4956;
    }

    .js-is-active.self-active\:border-red-500 {
        border-color: #e74a4a;
    }

    .js-is-active.self-active\:border-orange-300 {
        border-color: #a8774f;
    }

    .js-is-active.self-active\:border-orange-400 {
        border-color: #926642;
    }

    .js-is-active.self-active\:border-orange-500 {
        border-color: #d35a3a;
    }

    .js-is-active.self-active\:border-green-200 {
        border-color: #d5d4a3;
    }

    .js-is-active.self-active\:border-green-300 {
        border-color: #f05a30;
    }

    .js-is-active.self-active\:border-green-400 {
        border-color: #b8b78a;
    }

    .js-is-active.self-active\:border-green-500 {
        border-color: #48bb78;
    }

    .js-is-active.self-active\:border-green-600 {
        border-color: #a4c264;
    }

    .js-is-active.self-active\:border-green-700 {
        border-color: #B8B78F;
    }

    .js-is-active.self-active\:border-blue-400 {
        border-color: #a2c3d3;
    }

    .js-is-active.self-active\:border-blue-500 {
        border-color: #65a6c2;
    }

    .js-is-active.self-active\:border-blue-600 {
        border-color: rgba(70, 97, 153, .97);
    }

    .js-is-active.self-active\:border-blue-700 {
        border-color: rgba(70, 97, 153);
    }

    .js-is-active.self-active\:border-bluegrey-100 {
        border-color: #D9D9D9;
    }

    .js-is-active.self-active\:border-terracotta-500 {
        border-color: #bb7265;
    }

    .js-is-active.self-active\:border-terracotta-600 {
        border-color: #a46357;
    }

    .js-is-active.self-active\:border-sky-100 {
        border-color: #dff2fe;
    }

    .js-is-active.self-active\:border-sky-200 {
        border-color: #a2c3d3;
    }

    .js-is-active.self-active\:border-neutral-500 {
        border-color: #636466;
    }

    .js-is-active.self-active\:border-gray-50 {
        border-color: #fcfcfc;
    }

    .js-is-active.self-active\:border-gray-100 {
        border-color: #e7e7e7;
    }

    .js-is-active.self-active\:border-gray-125 {
        border-color: #f0f0f0;
    }

    .js-is-active.self-active\:border-gray-150 {
        border-color: #dddddd;
    }

    .js-is-active.self-active\:border-gray-200 {
        border-color: #868b8f;
    }

    .js-is-active.self-active\:border-gray-250 {
        border-color: #a6a5a5;
    }

    .js-is-active.self-active\:border-gray-300 {
        border-color: #979796;
    }

    .js-is-active.self-active\:border-gray-400 {
        border-color: #abaeb1;
    }

    .js-is-active.self-active\:border-gray-500 {
        border-color: #c7c7c7;
    }

    .js-is-active.self-active\:border-gray-550 {
        border-color: #ccc;
    }

    .js-is-active.self-active\:border-gray-600 {
        border-color: #707070;
    }

    .js-is-active.self-active\:border-gray-700 {
        border-color: #555555;
    }

    .js-is-active.self-active\:border-gray-800 {
        border-color: #333232;
    }

    .js-is-active.self-active\:border-gray-900 {
        border-color: rgba(0, 0, 0, 0.8);
    }

    .js-is-active.self-active\:border-gray-1000 {
        border-color: #dadada;
    }

    .js-is-active.self-active\:border-gray-1100 {
        border-color: #ededed;
    }

    .js-is-active.self-active\:border-gray-1200 {
        border-color: #b1b1b1;
    }

    .js-is-active.self-active\:border-gray-1300 {
        border-color: #9b9b9b;
    }

    .js-is-active.self-active\:border-gray-1400 {
        border-color: #999ea1;
    }

    .js-is-active.self-active\:border-gray-1500 {
        border-color: #464646;
    }

    .js-is-active.self-active\:border-gray-1600 {
        border-color: #9A9FA2;
    }

    .js-is-active.self-active\:border-gray-1700 {
        border-color: #FBFBFB;
    }

    .js-is-active.self-active\:border-gray-1800 {
        border-color: #494949;
    }

    .js-is-active.self-active\:border-gray-1900 {
        border-color: #797979;
    }

    .js-is-active.self-active\:border-tan-300 {
        border-color: #d2a680;
    }

    .js-is-active.self-active\:border-tan-400 {
        border-color: #a38b71;
    }

    .js-is-active.self-active\:border-tan-500 {
        border-color: #b18259;
    }

    .js-is-active.self-active\:border-tan-600 {
        border-color: #c29064;
    }

    .group:hover .group-hover\:border-transparent {
        border-color: transparent;
    }

    .group:hover .group-hover\:border-current {
        border-color: currentColor;
    }

    .group:hover .group-hover\:border-black {
        border-color: #000000;
    }

    .group:hover .group-hover\:border-white {
        border-color: #ffffff;
    }

    .group:hover .group-hover\:border-overlay {
        border-color: rgba(0,0,0,.2);
    }

    .group:hover .group-hover\:border-transparent-background {
        border-color: rgba(0,0,0,.7);
    }

    .group:hover .group-hover\:border-red-400 {
        border-color: #ed4956;
    }

    .group:hover .group-hover\:border-red-500 {
        border-color: #e74a4a;
    }

    .group:hover .group-hover\:border-orange-300 {
        border-color: #a8774f;
    }

    .group:hover .group-hover\:border-orange-400 {
        border-color: #926642;
    }

    .group:hover .group-hover\:border-orange-500 {
        border-color: #d35a3a;
    }

    .group:hover .group-hover\:border-green-200 {
        border-color: #d5d4a3;
    }

    .group:hover .group-hover\:border-green-300 {
        border-color: #f05a30;
    }

    .group:hover .group-hover\:border-green-400 {
        border-color: #b8b78a;
    }

    .group:hover .group-hover\:border-green-500 {
        border-color: #48bb78;
    }

    .group:hover .group-hover\:border-green-600 {
        border-color: #a4c264;
    }

    .group:hover .group-hover\:border-green-700 {
        border-color: #B8B78F;
    }

    .group:hover .group-hover\:border-blue-400 {
        border-color: #a2c3d3;
    }

    .group:hover .group-hover\:border-blue-500 {
        border-color: #65a6c2;
    }

    .group:hover .group-hover\:border-blue-600 {
        border-color: rgba(70, 97, 153, .97);
    }

    .group:hover .group-hover\:border-blue-700 {
        border-color: rgba(70, 97, 153);
    }

    .group:hover .group-hover\:border-bluegrey-100 {
        border-color: #D9D9D9;
    }

    .group:hover .group-hover\:border-terracotta-500 {
        border-color: #bb7265;
    }

    .group:hover .group-hover\:border-terracotta-600 {
        border-color: #a46357;
    }

    .group:hover .group-hover\:border-sky-100 {
        border-color: #dff2fe;
    }

    .group:hover .group-hover\:border-sky-200 {
        border-color: #a2c3d3;
    }

    .group:hover .group-hover\:border-neutral-500 {
        border-color: #636466;
    }

    .group:hover .group-hover\:border-gray-50 {
        border-color: #fcfcfc;
    }

    .group:hover .group-hover\:border-gray-100 {
        border-color: #e7e7e7;
    }

    .group:hover .group-hover\:border-gray-125 {
        border-color: #f0f0f0;
    }

    .group:hover .group-hover\:border-gray-150 {
        border-color: #dddddd;
    }

    .group:hover .group-hover\:border-gray-200 {
        border-color: #868b8f;
    }

    .group:hover .group-hover\:border-gray-250 {
        border-color: #a6a5a5;
    }

    .group:hover .group-hover\:border-gray-300 {
        border-color: #979796;
    }

    .group:hover .group-hover\:border-gray-400 {
        border-color: #abaeb1;
    }

    .group:hover .group-hover\:border-gray-500 {
        border-color: #c7c7c7;
    }

    .group:hover .group-hover\:border-gray-550 {
        border-color: #ccc;
    }

    .group:hover .group-hover\:border-gray-600 {
        border-color: #707070;
    }

    .group:hover .group-hover\:border-gray-700 {
        border-color: #555555;
    }

    .group:hover .group-hover\:border-gray-800 {
        border-color: #333232;
    }

    .group:hover .group-hover\:border-gray-900 {
        border-color: rgba(0, 0, 0, 0.8);
    }

    .group:hover .group-hover\:border-gray-1000 {
        border-color: #dadada;
    }

    .group:hover .group-hover\:border-gray-1100 {
        border-color: #ededed;
    }

    .group:hover .group-hover\:border-gray-1200 {
        border-color: #b1b1b1;
    }

    .group:hover .group-hover\:border-gray-1300 {
        border-color: #9b9b9b;
    }

    .group:hover .group-hover\:border-gray-1400 {
        border-color: #999ea1;
    }

    .group:hover .group-hover\:border-gray-1500 {
        border-color: #464646;
    }

    .group:hover .group-hover\:border-gray-1600 {
        border-color: #9A9FA2;
    }

    .group:hover .group-hover\:border-gray-1700 {
        border-color: #FBFBFB;
    }

    .group:hover .group-hover\:border-gray-1800 {
        border-color: #494949;
    }

    .group:hover .group-hover\:border-gray-1900 {
        border-color: #797979;
    }

    .group:hover .group-hover\:border-tan-300 {
        border-color: #d2a680;
    }

    .group:hover .group-hover\:border-tan-400 {
        border-color: #a38b71;
    }

    .group:hover .group-hover\:border-tan-500 {
        border-color: #b18259;
    }

    .group:hover .group-hover\:border-tan-600 {
        border-color: #c29064;
    }

    .rounded-none {
        border-radius: 0;
    }

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

    .rounded {
        border-radius: 0.25rem;
    }

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

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

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

    .rounded-t-none {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

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

    .rounded-b-none {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

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

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

    .rounded-r-sm {
        border-top-right-radius: 0.125rem;
        border-bottom-right-radius: 0.125rem;
    }

    .rounded-b-sm {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

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

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

    .rounded-r {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

    .rounded-b {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

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

    .rounded-t-lg {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }

    .rounded-r-lg {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }

    .rounded-b-lg {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .rounded-l-lg {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .rounded-t-full {
        border-top-left-radius: 9999px;
        border-top-right-radius: 9999px;
    }

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

    .rounded-b-full {
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

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

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

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

    .rounded-b-md {
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

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

    .rounded-tl-none {
        border-top-left-radius: 0;
    }

    .rounded-tr-none {
        border-top-right-radius: 0;
    }

    .rounded-br-none {
        border-bottom-right-radius: 0;
    }

    .rounded-bl-none {
        border-bottom-left-radius: 0;
    }

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

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

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

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

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

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

    .rounded-br {
        border-bottom-right-radius: 0.25rem;
    }

    .rounded-bl {
        border-bottom-left-radius: 0.25rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .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-0 {
        border-width: 0;
    }

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

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

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

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

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

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

    .border {
        border-width: 1px;
    }

    .border-t-0 {
        border-top-width: 0;
    }

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

    .border-b-0 {
        border-bottom-width: 0;
    }

    .border-l-0 {
        border-left-width: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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-not-allowed {
        cursor: not-allowed;
    }

    .block {
        display: block;
    }

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

    .inline {
        display: inline;
    }

    .flex {
        display: flex;
    }

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

    .table {
        display: table;
    }

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

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

    .hidden {
        display: none;
    }

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

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

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

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

    .group:hover .group-hover\:inline-flex {
        display: inline-flex;
    }

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

    .group:hover .group-hover\:table-row {
        display: table-row;
    }

    .group:hover .group-hover\:table-cell {
        display: table-cell;
    }

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

    .group[aria-expanded="true"] .group-aria-expanded\:block {
        display: block;
    }

    .group[aria-expanded="true"] .group-aria-expanded\:inline-block {
        display: inline-block;
    }

    .group[aria-expanded="true"] .group-aria-expanded\:inline {
        display: inline;
    }

    .group[aria-expanded="true"] .group-aria-expanded\:flex {
        display: flex;
    }

    .group[aria-expanded="true"] .group-aria-expanded\:inline-flex {
        display: inline-flex;
    }

    .group[aria-expanded="true"] .group-aria-expanded\:table {
        display: table;
    }

    .group[aria-expanded="true"] .group-aria-expanded\:table-row {
        display: table-row;
    }

    .group[aria-expanded="true"] .group-aria-expanded\:table-cell {
        display: table-cell;
    }

    .group[aria-expanded="true"] .group-aria-expanded\:hidden {
        display: none;
    }

    .js-is-active.self-active\:block {
        display: block;
    }

    .js-is-active.self-active\:inline-block {
        display: inline-block;
    }

    .js-is-active.self-active\:inline {
        display: inline;
    }

    .js-is-active.self-active\:flex {
        display: flex;
    }

    .js-is-active.self-active\:inline-flex {
        display: inline-flex;
    }

    .js-is-active.self-active\:table {
        display: table;
    }

    .js-is-active.self-active\:table-row {
        display: table-row;
    }

    .js-is-active.self-active\:table-cell {
        display: table-cell;
    }

    .js-is-active.self-active\:hidden {
        display: 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-no-wrap {
        flex-wrap: nowrap;
    }

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

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

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

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

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

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

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

    .flex-none {
        flex: none;
    }

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

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

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

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

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

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

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

    .float-right {
        float: right;
    }

    .float-left {
        float: left;
    }

    .float-none {
        float: none;
    }

    .clearfix:after {
        content: "";
        display: table;
        clear: both;
    }

    .font-sans {
        font-family: "HelveticaNeueLTStd", "HelveticaNeueLT", sans-serif;
    }

    .font-mono {
        font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }

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

    .font-thin {
        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;
    }

    .hover\:font-hairline:hover {
        font-weight: 100;
    }

    .hover\:font-thin:hover {
        font-weight: 200;
    }

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

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

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

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

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

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

    .hover\:font-black:hover {
        font-weight: 900;
    }

    .focus\:font-hairline:focus {
        font-weight: 100;
    }

    .focus\:font-thin:focus {
        font-weight: 200;
    }

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

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

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

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

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

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

    .focus\:font-black:focus {
        font-weight: 900;
    }

    .h-0 {
        height: 0;
    }

    .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-8 {
        height: 2rem;
    }

    .h-10 {
        height: 2.5rem;
    }

    .h-12 {
        height: 3rem;
    }

    .h-14 {
        height: 3.5rem;
    }

    .h-16 {
        height: 4rem;
    }

    .h-20 {
        height: 5rem;
    }

    .h-24 {
        height: 6rem;
    }

    .h-32 {
        height: 8rem;
    }

    .h-40 {
        height: 10rem;
    }

    .h-48 {
        height: 12rem;
    }

    .h-56 {
        height: 14rem;
    }

    .h-64 {
        height: 16rem;
    }

    .h-360 {
        height: 22.5rem;
    }

    .h-auto {
        height: auto;
    }

    .h-px {
        height: 1px;
    }

    .h-full {
        height: 100%;
    }

    .h-screen {
        height: 100vh;
    }

    .h-inherit {
        height: inherit;
    }

    .h-3\/5 {
        height: 60%;
    }

    .h-screen-75 {
        height: 75vh;
    }

    .leading-none {
        line-height: 1;
    }

    .leading-tight {
        line-height: 1.25;
    }

    .leading-snug {
        line-height: 1.375;
    }

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

    .leading-relaxed {
        line-height: 1.625;
    }

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

    .leading-lockup {
        line-height: 0.9;
    }

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

    .m-0 {
        margin: 0;
    }

    .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-8 {
        margin: 2rem;
    }

    .m-10 {
        margin: 2.5rem;
    }

    .m-12 {
        margin: 3rem;
    }

    .m-16 {
        margin: 4rem;
    }

    .m-20 {
        margin: 5rem;
    }

    .m-24 {
        margin: 6rem;
    }

    .m-32 {
        margin: 8rem;
    }

    .m-40 {
        margin: 10rem;
    }

    .m-48 {
        margin: 12rem;
    }

    .m-56 {
        margin: 14rem;
    }

    .m-64 {
        margin: 16rem;
    }

    .m-auto {
        margin: auto;
    }

    .m-px {
        margin: 1px;
    }

    .m-full {
        margin: 100%;
    }

    .-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-8 {
        margin: -2rem;
    }

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

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

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

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

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

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

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

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

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

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

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

    .-m-full {
        margin: -100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

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

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

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

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

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

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

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

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

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

    .mx-32 {
        margin-left: 8rem;
        margin-right: 8rem;
    }

    .my-40 {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .mx-40 {
        margin-left: 10rem;
        margin-right: 10rem;
    }

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

    .mx-48 {
        margin-left: 12rem;
        margin-right: 12rem;
    }

    .my-56 {
        margin-top: 14rem;
        margin-bottom: 14rem;
    }

    .mx-56 {
        margin-left: 14rem;
        margin-right: 14rem;
    }

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

    .mx-64 {
        margin-left: 16rem;
        margin-right: 16rem;
    }

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

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

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

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

    .my-full {
        margin-top: 100%;
        margin-bottom: 100%;
    }

    .mx-full {
        margin-left: 100%;
        margin-right: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .-my-10 {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem;
    }

    .-mx-10 {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }

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

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

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

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

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

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

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

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

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

    .-mx-32 {
        margin-left: -8rem;
        margin-right: -8rem;
    }

    .-my-40 {
        margin-top: -10rem;
        margin-bottom: -10rem;
    }

    .-mx-40 {
        margin-left: -10rem;
        margin-right: -10rem;
    }

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

    .-mx-48 {
        margin-left: -12rem;
        margin-right: -12rem;
    }

    .-my-56 {
        margin-top: -14rem;
        margin-bottom: -14rem;
    }

    .-mx-56 {
        margin-left: -14rem;
        margin-right: -14rem;
    }

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

    .-mx-64 {
        margin-left: -16rem;
        margin-right: -16rem;
    }

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

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

    .-my-full {
        margin-top: -100%;
        margin-bottom: -100%;
    }

    .-mx-full {
        margin-left: -100%;
        margin-right: -100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .max-h-inherit {
        max-height: inherit;
    }

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

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

    .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-full {
        max-width: 100%;
    }

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

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

    .min-h-10 {
        min-height: 2.5rem;
    }

    .min-h-100 {
        min-height: 25rem;
    }

    .min-h-300 {
        min-height: 18.75rem;
    }

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

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

    .min-h-inherit {
        min-height: inherit;
    }

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

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

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

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

    .min-w-inherit {
        min-width: inherit;
    }

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

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

    .object-fill {
        object-fit: fill;
    }

    .object-none {
        object-fit: none;
    }

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

    .object-bottom {
        object-position: bottom;
    }

    .object-center {
        object-position: center;
    }

    .object-left {
        object-position: left;
    }

    .object-left-bottom {
        object-position: left bottom;
    }

    .object-left-top {
        object-position: left top;
    }

    .object-right {
        object-position: right;
    }

    .object-right-bottom {
        object-position: right bottom;
    }

    .object-right-top {
        object-position: right top;
    }

    .object-top {
        object-position: top;
    }

    .opacity-0 {
        opacity: 0;
    }

    .opacity-25 {
        opacity: 0.25;
    }

    .opacity-50 {
        opacity: 0.5;
    }

    .opacity-75 {
        opacity: 0.75;
    }

    .opacity-100 {
        opacity: 1;
    }

    .group:hover .group-hover\:opacity-0 {
        opacity: 0;
    }

    .group:hover .group-hover\:opacity-25 {
        opacity: 0.25;
    }

    .group:hover .group-hover\:opacity-50 {
        opacity: 0.5;
    }

    .group:hover .group-hover\:opacity-75 {
        opacity: 0.75;
    }

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

    .js-is-active.self-active\:opacity-0 {
        opacity: 0;
    }

    .js-is-active.self-active\:opacity-25 {
        opacity: 0.25;
    }

    .js-is-active.self-active\:opacity-50 {
        opacity: 0.5;
    }

    .js-is-active.self-active\:opacity-75 {
        opacity: 0.75;
    }

    .js-is-active.self-active\:opacity-100 {
        opacity: 1;
    }

    .hover\:opacity-0:hover {
        opacity: 0;
    }

    .hover\:opacity-25:hover {
        opacity: 0.25;
    }

    .hover\:opacity-50:hover {
        opacity: 0.5;
    }

    .hover\:opacity-75:hover {
        opacity: 0.75;
    }

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

    .outline-none {
        outline: 0;
    }

    .focus\:outline-none:focus {
        outline: 0;
    }

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

    .scrolling-touch {
        -webkit-overflow-scrolling: touch;
    }

    .scrolling-auto {
        -webkit-overflow-scrolling: auto;
    }

    .p-0 {
        padding: 0;
    }

    .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-8 {
        padding: 2rem;
    }

    .p-10 {
        padding: 2.5rem;
    }

    .p-12 {
        padding: 3rem;
    }

    .p-16 {
        padding: 4rem;
    }

    .p-20 {
        padding: 5rem;
    }

    .p-24 {
        padding: 6rem;
    }

    .p-32 {
        padding: 8rem;
    }

    .p-40 {
        padding: 10rem;
    }

    .p-48 {
        padding: 12rem;
    }

    .p-56 {
        padding: 14rem;
    }

    .p-64 {
        padding: 16rem;
    }

    .p-px {
        padding: 1px;
    }

    .p-full {
        padding: 100%;
    }

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

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

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

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

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

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

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

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

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

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

    .py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

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

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

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

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

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

    .py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

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

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

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

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

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

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

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

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

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

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

    .px-32 {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .px-40 {
        padding-left: 10rem;
        padding-right: 10rem;
    }

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

    .px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }

    .py-56 {
        padding-top: 14rem;
        padding-bottom: 14rem;
    }

    .px-56 {
        padding-left: 14rem;
        padding-right: 14rem;
    }

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

    .px-64 {
        padding-left: 16rem;
        padding-right: 16rem;
    }

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

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

    .py-full {
        padding-top: 100%;
        padding-bottom: 100%;
    }

    .px-full {
        padding-left: 100%;
        padding-right: 100%;
    }

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

    .pr-0 {
        padding-right: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .placeholder-transparent:-ms-input-placeholder {
        color: transparent;
    }

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

    .placeholder-current:-ms-input-placeholder {
        color: currentColor;
    }

    .placeholder-current::placeholder {
        color: currentColor;
    }

    .placeholder-black:-ms-input-placeholder {
        color: #000000;
    }

    .placeholder-black::placeholder {
        color: #000000;
    }

    .placeholder-white:-ms-input-placeholder {
        color: #ffffff;
    }

    .placeholder-white::placeholder {
        color: #ffffff;
    }

    .placeholder-overlay:-ms-input-placeholder {
        color: rgba(0,0,0,.2);
    }

    .placeholder-overlay::placeholder {
        color: rgba(0,0,0,.2);
    }

    .placeholder-transparent-background:-ms-input-placeholder {
        color: rgba(0,0,0,.7);
    }

    .placeholder-transparent-background::placeholder {
        color: rgba(0,0,0,.7);
    }

    .placeholder-red-400:-ms-input-placeholder {
        color: #ed4956;
    }

    .placeholder-red-400::placeholder {
        color: #ed4956;
    }

    .placeholder-red-500:-ms-input-placeholder {
        color: #e74a4a;
    }

    .placeholder-red-500::placeholder {
        color: #e74a4a;
    }

    .placeholder-orange-300:-ms-input-placeholder {
        color: #a8774f;
    }

    .placeholder-orange-300::placeholder {
        color: #a8774f;
    }

    .placeholder-orange-400:-ms-input-placeholder {
        color: #926642;
    }

    .placeholder-orange-400::placeholder {
        color: #926642;
    }

    .placeholder-orange-500:-ms-input-placeholder {
        color: #d35a3a;
    }

    .placeholder-orange-500::placeholder {
        color: #d35a3a;
    }

    .placeholder-green-200:-ms-input-placeholder {
        color: #d5d4a3;
    }

    .placeholder-green-200::placeholder {
        color: #d5d4a3;
    }

    .placeholder-green-300:-ms-input-placeholder {
        color: #f05a30;
    }

    .placeholder-green-300::placeholder {
        color: #f05a30;
    }

    .placeholder-green-400:-ms-input-placeholder {
        color: #b8b78a;
    }

    .placeholder-green-400::placeholder {
        color: #b8b78a;
    }

    .placeholder-green-500:-ms-input-placeholder {
        color: #48bb78;
    }

    .placeholder-green-500::placeholder {
        color: #48bb78;
    }

    .placeholder-green-600:-ms-input-placeholder {
        color: #a4c264;
    }

    .placeholder-green-600::placeholder {
        color: #a4c264;
    }

    .placeholder-green-700:-ms-input-placeholder {
        color: #B8B78F;
    }

    .placeholder-green-700::placeholder {
        color: #B8B78F;
    }

    .placeholder-blue-400:-ms-input-placeholder {
        color: #a2c3d3;
    }

    .placeholder-blue-400::placeholder {
        color: #a2c3d3;
    }

    .placeholder-blue-500:-ms-input-placeholder {
        color: #65a6c2;
    }

    .placeholder-blue-500::placeholder {
        color: #65a6c2;
    }

    .placeholder-blue-600:-ms-input-placeholder {
        color: rgba(70, 97, 153, .97);
    }

    .placeholder-blue-600::placeholder {
        color: rgba(70, 97, 153, .97);
    }

    .placeholder-blue-700:-ms-input-placeholder {
        color: rgba(70, 97, 153);
    }

    .placeholder-blue-700::placeholder {
        color: rgba(70, 97, 153);
    }

    .placeholder-bluegrey-100:-ms-input-placeholder {
        color: #D9D9D9;
    }

    .placeholder-bluegrey-100::placeholder {
        color: #D9D9D9;
    }

    .placeholder-terracotta-500:-ms-input-placeholder {
        color: #bb7265;
    }

    .placeholder-terracotta-500::placeholder {
        color: #bb7265;
    }

    .placeholder-terracotta-600:-ms-input-placeholder {
        color: #a46357;
    }

    .placeholder-terracotta-600::placeholder {
        color: #a46357;
    }

    .placeholder-sky-100:-ms-input-placeholder {
        color: #dff2fe;
    }

    .placeholder-sky-100::placeholder {
        color: #dff2fe;
    }

    .placeholder-sky-200:-ms-input-placeholder {
        color: #a2c3d3;
    }

    .placeholder-sky-200::placeholder {
        color: #a2c3d3;
    }

    .placeholder-neutral-500:-ms-input-placeholder {
        color: #636466;
    }

    .placeholder-neutral-500::placeholder {
        color: #636466;
    }

    .placeholder-gray-50:-ms-input-placeholder {
        color: #fcfcfc;
    }

    .placeholder-gray-50::placeholder {
        color: #fcfcfc;
    }

    .placeholder-gray-100:-ms-input-placeholder {
        color: #e7e7e7;
    }

    .placeholder-gray-100::placeholder {
        color: #e7e7e7;
    }

    .placeholder-gray-125:-ms-input-placeholder {
        color: #f0f0f0;
    }

    .placeholder-gray-125::placeholder {
        color: #f0f0f0;
    }

    .placeholder-gray-150:-ms-input-placeholder {
        color: #dddddd;
    }

    .placeholder-gray-150::placeholder {
        color: #dddddd;
    }

    .placeholder-gray-200:-ms-input-placeholder {
        color: #868b8f;
    }

    .placeholder-gray-200::placeholder {
        color: #868b8f;
    }

    .placeholder-gray-250:-ms-input-placeholder {
        color: #a6a5a5;
    }

    .placeholder-gray-250::placeholder {
        color: #a6a5a5;
    }

    .placeholder-gray-300:-ms-input-placeholder {
        color: #979796;
    }

    .placeholder-gray-300::placeholder {
        color: #979796;
    }

    .placeholder-gray-400:-ms-input-placeholder {
        color: #abaeb1;
    }

    .placeholder-gray-400::placeholder {
        color: #abaeb1;
    }

    .placeholder-gray-500:-ms-input-placeholder {
        color: #c7c7c7;
    }

    .placeholder-gray-500::placeholder {
        color: #c7c7c7;
    }

    .placeholder-gray-550:-ms-input-placeholder {
        color: #ccc;
    }

    .placeholder-gray-550::placeholder {
        color: #ccc;
    }

    .placeholder-gray-600:-ms-input-placeholder {
        color: #707070;
    }

    .placeholder-gray-600::placeholder {
        color: #707070;
    }

    .placeholder-gray-700:-ms-input-placeholder {
        color: #555555;
    }

    .placeholder-gray-700::placeholder {
        color: #555555;
    }

    .placeholder-gray-800:-ms-input-placeholder {
        color: #333232;
    }

    .placeholder-gray-800::placeholder {
        color: #333232;
    }

    .placeholder-gray-900:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.8);
    }

    .placeholder-gray-900::placeholder {
        color: rgba(0, 0, 0, 0.8);
    }

    .placeholder-gray-1000:-ms-input-placeholder {
        color: #dadada;
    }

    .placeholder-gray-1000::placeholder {
        color: #dadada;
    }

    .placeholder-gray-1100:-ms-input-placeholder {
        color: #ededed;
    }

    .placeholder-gray-1100::placeholder {
        color: #ededed;
    }

    .placeholder-gray-1200:-ms-input-placeholder {
        color: #b1b1b1;
    }

    .placeholder-gray-1200::placeholder {
        color: #b1b1b1;
    }

    .placeholder-gray-1300:-ms-input-placeholder {
        color: #9b9b9b;
    }

    .placeholder-gray-1300::placeholder {
        color: #9b9b9b;
    }

    .placeholder-gray-1400:-ms-input-placeholder {
        color: #999ea1;
    }

    .placeholder-gray-1400::placeholder {
        color: #999ea1;
    }

    .placeholder-gray-1500:-ms-input-placeholder {
        color: #464646;
    }

    .placeholder-gray-1500::placeholder {
        color: #464646;
    }

    .placeholder-gray-1600:-ms-input-placeholder {
        color: #9A9FA2;
    }

    .placeholder-gray-1600::placeholder {
        color: #9A9FA2;
    }

    .placeholder-gray-1700:-ms-input-placeholder {
        color: #FBFBFB;
    }

    .placeholder-gray-1700::placeholder {
        color: #FBFBFB;
    }

    .placeholder-gray-1800:-ms-input-placeholder {
        color: #494949;
    }

    .placeholder-gray-1800::placeholder {
        color: #494949;
    }

    .placeholder-gray-1900:-ms-input-placeholder {
        color: #797979;
    }

    .placeholder-gray-1900::placeholder {
        color: #797979;
    }

    .placeholder-tan-300:-ms-input-placeholder {
        color: #d2a680;
    }

    .placeholder-tan-300::placeholder {
        color: #d2a680;
    }

    .placeholder-tan-400:-ms-input-placeholder {
        color: #a38b71;
    }

    .placeholder-tan-400::placeholder {
        color: #a38b71;
    }

    .placeholder-tan-500:-ms-input-placeholder {
        color: #b18259;
    }

    .placeholder-tan-500::placeholder {
        color: #b18259;
    }

    .placeholder-tan-600:-ms-input-placeholder {
        color: #c29064;
    }

    .placeholder-tan-600::placeholder {
        color: #c29064;
    }

    .focus\:placeholder-transparent:focus:-ms-input-placeholder {
        color: transparent;
    }

    .focus\:placeholder-transparent:focus::placeholder {
        color: transparent;
    }

    .focus\:placeholder-current:focus:-ms-input-placeholder {
        color: currentColor;
    }

    .focus\:placeholder-current:focus::placeholder {
        color: currentColor;
    }

    .focus\:placeholder-black:focus:-ms-input-placeholder {
        color: #000000;
    }

    .focus\:placeholder-black:focus::placeholder {
        color: #000000;
    }

    .focus\:placeholder-white:focus:-ms-input-placeholder {
        color: #ffffff;
    }

    .focus\:placeholder-white:focus::placeholder {
        color: #ffffff;
    }

    .focus\:placeholder-overlay:focus:-ms-input-placeholder {
        color: rgba(0,0,0,.2);
    }

    .focus\:placeholder-overlay:focus::placeholder {
        color: rgba(0,0,0,.2);
    }

    .focus\:placeholder-transparent-background:focus:-ms-input-placeholder {
        color: rgba(0,0,0,.7);
    }

    .focus\:placeholder-transparent-background:focus::placeholder {
        color: rgba(0,0,0,.7);
    }

    .focus\:placeholder-red-400:focus:-ms-input-placeholder {
        color: #ed4956;
    }

    .focus\:placeholder-red-400:focus::placeholder {
        color: #ed4956;
    }

    .focus\:placeholder-red-500:focus:-ms-input-placeholder {
        color: #e74a4a;
    }

    .focus\:placeholder-red-500:focus::placeholder {
        color: #e74a4a;
    }

    .focus\:placeholder-orange-300:focus:-ms-input-placeholder {
        color: #a8774f;
    }

    .focus\:placeholder-orange-300:focus::placeholder {
        color: #a8774f;
    }

    .focus\:placeholder-orange-400:focus:-ms-input-placeholder {
        color: #926642;
    }

    .focus\:placeholder-orange-400:focus::placeholder {
        color: #926642;
    }

    .focus\:placeholder-orange-500:focus:-ms-input-placeholder {
        color: #d35a3a;
    }

    .focus\:placeholder-orange-500:focus::placeholder {
        color: #d35a3a;
    }

    .focus\:placeholder-green-200:focus:-ms-input-placeholder {
        color: #d5d4a3;
    }

    .focus\:placeholder-green-200:focus::placeholder {
        color: #d5d4a3;
    }

    .focus\:placeholder-green-300:focus:-ms-input-placeholder {
        color: #f05a30;
    }

    .focus\:placeholder-green-300:focus::placeholder {
        color: #f05a30;
    }

    .focus\:placeholder-green-400:focus:-ms-input-placeholder {
        color: #b8b78a;
    }

    .focus\:placeholder-green-400:focus::placeholder {
        color: #b8b78a;
    }

    .focus\:placeholder-green-500:focus:-ms-input-placeholder {
        color: #48bb78;
    }

    .focus\:placeholder-green-500:focus::placeholder {
        color: #48bb78;
    }

    .focus\:placeholder-green-600:focus:-ms-input-placeholder {
        color: #a4c264;
    }

    .focus\:placeholder-green-600:focus::placeholder {
        color: #a4c264;
    }

    .focus\:placeholder-green-700:focus:-ms-input-placeholder {
        color: #B8B78F;
    }

    .focus\:placeholder-green-700:focus::placeholder {
        color: #B8B78F;
    }

    .focus\:placeholder-blue-400:focus:-ms-input-placeholder {
        color: #a2c3d3;
    }

    .focus\:placeholder-blue-400:focus::placeholder {
        color: #a2c3d3;
    }

    .focus\:placeholder-blue-500:focus:-ms-input-placeholder {
        color: #65a6c2;
    }

    .focus\:placeholder-blue-500:focus::placeholder {
        color: #65a6c2;
    }

    .focus\:placeholder-blue-600:focus:-ms-input-placeholder {
        color: rgba(70, 97, 153, .97);
    }

    .focus\:placeholder-blue-600:focus::placeholder {
        color: rgba(70, 97, 153, .97);
    }

    .focus\:placeholder-blue-700:focus:-ms-input-placeholder {
        color: rgba(70, 97, 153);
    }

    .focus\:placeholder-blue-700:focus::placeholder {
        color: rgba(70, 97, 153);
    }

    .focus\:placeholder-bluegrey-100:focus:-ms-input-placeholder {
        color: #D9D9D9;
    }

    .focus\:placeholder-bluegrey-100:focus::placeholder {
        color: #D9D9D9;
    }

    .focus\:placeholder-terracotta-500:focus:-ms-input-placeholder {
        color: #bb7265;
    }

    .focus\:placeholder-terracotta-500:focus::placeholder {
        color: #bb7265;
    }

    .focus\:placeholder-terracotta-600:focus:-ms-input-placeholder {
        color: #a46357;
    }

    .focus\:placeholder-terracotta-600:focus::placeholder {
        color: #a46357;
    }

    .focus\:placeholder-sky-100:focus:-ms-input-placeholder {
        color: #dff2fe;
    }

    .focus\:placeholder-sky-100:focus::placeholder {
        color: #dff2fe;
    }

    .focus\:placeholder-sky-200:focus:-ms-input-placeholder {
        color: #a2c3d3;
    }

    .focus\:placeholder-sky-200:focus::placeholder {
        color: #a2c3d3;
    }

    .focus\:placeholder-neutral-500:focus:-ms-input-placeholder {
        color: #636466;
    }

    .focus\:placeholder-neutral-500:focus::placeholder {
        color: #636466;
    }

    .focus\:placeholder-gray-50:focus:-ms-input-placeholder {
        color: #fcfcfc;
    }

    .focus\:placeholder-gray-50:focus::placeholder {
        color: #fcfcfc;
    }

    .focus\:placeholder-gray-100:focus:-ms-input-placeholder {
        color: #e7e7e7;
    }

    .focus\:placeholder-gray-100:focus::placeholder {
        color: #e7e7e7;
    }

    .focus\:placeholder-gray-125:focus:-ms-input-placeholder {
        color: #f0f0f0;
    }

    .focus\:placeholder-gray-125:focus::placeholder {
        color: #f0f0f0;
    }

    .focus\:placeholder-gray-150:focus:-ms-input-placeholder {
        color: #dddddd;
    }

    .focus\:placeholder-gray-150:focus::placeholder {
        color: #dddddd;
    }

    .focus\:placeholder-gray-200:focus:-ms-input-placeholder {
        color: #868b8f;
    }

    .focus\:placeholder-gray-200:focus::placeholder {
        color: #868b8f;
    }

    .focus\:placeholder-gray-250:focus:-ms-input-placeholder {
        color: #a6a5a5;
    }

    .focus\:placeholder-gray-250:focus::placeholder {
        color: #a6a5a5;
    }

    .focus\:placeholder-gray-300:focus:-ms-input-placeholder {
        color: #979796;
    }

    .focus\:placeholder-gray-300:focus::placeholder {
        color: #979796;
    }

    .focus\:placeholder-gray-400:focus:-ms-input-placeholder {
        color: #abaeb1;
    }

    .focus\:placeholder-gray-400:focus::placeholder {
        color: #abaeb1;
    }

    .focus\:placeholder-gray-500:focus:-ms-input-placeholder {
        color: #c7c7c7;
    }

    .focus\:placeholder-gray-500:focus::placeholder {
        color: #c7c7c7;
    }

    .focus\:placeholder-gray-550:focus:-ms-input-placeholder {
        color: #ccc;
    }

    .focus\:placeholder-gray-550:focus::placeholder {
        color: #ccc;
    }

    .focus\:placeholder-gray-600:focus:-ms-input-placeholder {
        color: #707070;
    }

    .focus\:placeholder-gray-600:focus::placeholder {
        color: #707070;
    }

    .focus\:placeholder-gray-700:focus:-ms-input-placeholder {
        color: #555555;
    }

    .focus\:placeholder-gray-700:focus::placeholder {
        color: #555555;
    }

    .focus\:placeholder-gray-800:focus:-ms-input-placeholder {
        color: #333232;
    }

    .focus\:placeholder-gray-800:focus::placeholder {
        color: #333232;
    }

    .focus\:placeholder-gray-900:focus:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.8);
    }

    .focus\:placeholder-gray-900:focus::placeholder {
        color: rgba(0, 0, 0, 0.8);
    }

    .focus\:placeholder-gray-1000:focus:-ms-input-placeholder {
        color: #dadada;
    }

    .focus\:placeholder-gray-1000:focus::placeholder {
        color: #dadada;
    }

    .focus\:placeholder-gray-1100:focus:-ms-input-placeholder {
        color: #ededed;
    }

    .focus\:placeholder-gray-1100:focus::placeholder {
        color: #ededed;
    }

    .focus\:placeholder-gray-1200:focus:-ms-input-placeholder {
        color: #b1b1b1;
    }

    .focus\:placeholder-gray-1200:focus::placeholder {
        color: #b1b1b1;
    }

    .focus\:placeholder-gray-1300:focus:-ms-input-placeholder {
        color: #9b9b9b;
    }

    .focus\:placeholder-gray-1300:focus::placeholder {
        color: #9b9b9b;
    }

    .focus\:placeholder-gray-1400:focus:-ms-input-placeholder {
        color: #999ea1;
    }

    .focus\:placeholder-gray-1400:focus::placeholder {
        color: #999ea1;
    }

    .focus\:placeholder-gray-1500:focus:-ms-input-placeholder {
        color: #464646;
    }

    .focus\:placeholder-gray-1500:focus::placeholder {
        color: #464646;
    }

    .focus\:placeholder-gray-1600:focus:-ms-input-placeholder {
        color: #9A9FA2;
    }

    .focus\:placeholder-gray-1600:focus::placeholder {
        color: #9A9FA2;
    }

    .focus\:placeholder-gray-1700:focus:-ms-input-placeholder {
        color: #FBFBFB;
    }

    .focus\:placeholder-gray-1700:focus::placeholder {
        color: #FBFBFB;
    }

    .focus\:placeholder-gray-1800:focus:-ms-input-placeholder {
        color: #494949;
    }

    .focus\:placeholder-gray-1800:focus::placeholder {
        color: #494949;
    }

    .focus\:placeholder-gray-1900:focus:-ms-input-placeholder {
        color: #797979;
    }

    .focus\:placeholder-gray-1900:focus::placeholder {
        color: #797979;
    }

    .focus\:placeholder-tan-300:focus:-ms-input-placeholder {
        color: #d2a680;
    }

    .focus\:placeholder-tan-300:focus::placeholder {
        color: #d2a680;
    }

    .focus\:placeholder-tan-400:focus:-ms-input-placeholder {
        color: #a38b71;
    }

    .focus\:placeholder-tan-400:focus::placeholder {
        color: #a38b71;
    }

    .focus\:placeholder-tan-500:focus:-ms-input-placeholder {
        color: #b18259;
    }

    .focus\:placeholder-tan-500:focus::placeholder {
        color: #b18259;
    }

    .focus\:placeholder-tan-600:focus:-ms-input-placeholder {
        color: #c29064;
    }

    .focus\:placeholder-tan-600:focus::placeholder {
        color: #c29064;
    }

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

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

    .static {
        position: static;
    }

    .fixed {
        position: fixed;
    }

    .absolute {
        position: absolute;
    }

    .relative {
        position: relative;
    }

    .sticky {
        position: sticky;
    }

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

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

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

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

    .-inset-70 {
        top: -4.375rem;
        right: -4.375rem;
        bottom: -4.375rem;
        left: -4.375rem;
    }

    .inset-1\/5 {
        top: 20%;
        right: 20%;
        bottom: 20%;
        left: 20%;
    }

    .inset-2\/5 {
        top: 40%;
        right: 40%;
        bottom: 40%;
        left: 40%;
    }

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

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

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

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

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

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

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

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

    .-inset-y-70 {
        top: -4.375rem;
        bottom: -4.375rem;
    }

    .-inset-x-70 {
        right: -4.375rem;
        left: -4.375rem;
    }

    .inset-y-1\/5 {
        top: 20%;
        bottom: 20%;
    }

    .inset-x-1\/5 {
        right: 20%;
        left: 20%;
    }

    .inset-y-2\/5 {
        top: 40%;
        bottom: 40%;
    }

    .inset-x-2\/5 {
        right: 40%;
        left: 40%;
    }

    .top-0 {
        top: 0;
    }

    .right-0 {
        right: 0;
    }

    .bottom-0 {
        bottom: 0;
    }

    .left-0 {
        left: 0;
    }

    .top-auto {
        top: auto;
    }

    .right-auto {
        right: auto;
    }

    .bottom-auto {
        bottom: auto;
    }

    .left-auto {
        left: auto;
    }

    .top-full {
        top: 100%;
    }

    .right-full {
        right: 100%;
    }

    .bottom-full {
        bottom: 100%;
    }

    .left-full {
        left: 100%;
    }

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

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

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

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

    .-top-70 {
        top: -4.375rem;
    }

    .-right-70 {
        right: -4.375rem;
    }

    .-bottom-70 {
        bottom: -4.375rem;
    }

    .-left-70 {
        left: -4.375rem;
    }

    .top-1\/5 {
        top: 20%;
    }

    .right-1\/5 {
        right: 20%;
    }

    .bottom-1\/5 {
        bottom: 20%;
    }

    .left-1\/5 {
        left: 20%;
    }

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

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

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

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

    .resize-none {
        resize: none;
    }

    .resize-y {
        resize: vertical;
    }

    .resize-x {
        resize: horizontal;
    }

    .resize {
        resize: both;
    }

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

    .shadow-md {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }

    .shadow-lg {
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    }

    .shadow-xl {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

    .shadow-2xl {
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    }

    .shadow-inner {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    }

    .shadow-outline {
        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    }

    .shadow-none {
        box-shadow: none;
    }

    .hover\:shadow:hover {
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    }

    .hover\:shadow-md:hover {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }

    .hover\:shadow-lg:hover {
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    }

    .hover\:shadow-xl:hover {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

    .hover\:shadow-2xl:hover {
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    }

    .hover\:shadow-inner:hover {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    }

    .hover\:shadow-outline:hover {
        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    }

    .hover\:shadow-none:hover {
        box-shadow: none;
    }

    .focus\:shadow:focus {
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    }

    .focus\:shadow-md:focus {
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }

    .focus\:shadow-lg:focus {
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    }

    .focus\:shadow-xl:focus {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

    .focus\:shadow-2xl:focus {
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    }

    .focus\:shadow-inner:focus {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    }

    .focus\:shadow-outline:focus {
        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
    }

    .focus\:shadow-none:focus {
        box-shadow: none;
    }

    .fill-current {
        fill: currentColor;
    }

    .stroke-current {
        stroke: currentColor;
    }

    .table-auto {
        table-layout: auto;
    }

    .table-fixed {
        table-layout: fixed;
    }

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

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

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

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

    .text-transparent {
        color: transparent;
    }

    .text-current {
        color: currentColor;
    }

    .text-black {
        color: #000000;
    }

    .text-white {
        color: #ffffff;
    }

    .text-overlay {
        color: rgba(0,0,0,.2);
    }

    .text-transparent-background {
        color: rgba(0,0,0,.7);
    }

    .text-red-400 {
        color: #ed4956;
    }

    .text-red-500 {
        color: #e74a4a;
    }

    .text-orange-300 {
        color: #a8774f;
    }

    .text-orange-400 {
        color: #926642;
    }

    .text-orange-500 {
        color: #d35a3a;
    }

    .text-green-200 {
        color: #d5d4a3;
    }

    .text-green-300 {
        color: #f05a30;
    }

    .text-green-400 {
        color: #b8b78a;
    }

    .text-green-500 {
        color: #48bb78;
    }

    .text-green-600 {
        color: #a4c264;
    }

    .text-green-700 {
        color: #B8B78F;
    }

    .text-blue-400 {
        color: #a2c3d3;
    }

    .text-blue-500 {
        color: #65a6c2;
    }

    .text-blue-600 {
        color: rgba(70, 97, 153, .97);
    }

    .text-blue-700 {
        color: rgba(70, 97, 153);
    }

    .text-bluegrey-100 {
        color: #D9D9D9;
    }

    .text-terracotta-500 {
        color: #bb7265;
    }

    .text-terracotta-600 {
        color: #a46357;
    }

    .text-sky-100 {
        color: #dff2fe;
    }

    .text-sky-200 {
        color: #a2c3d3;
    }

    .text-neutral-500 {
        color: #636466;
    }

    .text-gray-50 {
        color: #fcfcfc;
    }

    .text-gray-100 {
        color: #e7e7e7;
    }

    .text-gray-125 {
        color: #f0f0f0;
    }

    .text-gray-150 {
        color: #dddddd;
    }

    .text-gray-200 {
        color: #868b8f;
    }

    .text-gray-250 {
        color: #a6a5a5;
    }

    .text-gray-300 {
        color: #979796;
    }

    .text-gray-400 {
        color: #abaeb1;
    }

    .text-gray-500 {
        color: #c7c7c7;
    }

    .text-gray-550 {
        color: #ccc;
    }

    .text-gray-600 {
        color: #707070;
    }

    .text-gray-700 {
        color: #555555;
    }

    .text-gray-800 {
        color: #333232;
    }

    .text-gray-900 {
        color: rgba(0, 0, 0, 0.8);
    }

    .text-gray-1000 {
        color: #dadada;
    }

    .text-gray-1100 {
        color: #ededed;
    }

    .text-gray-1200 {
        color: #b1b1b1;
    }

    .text-gray-1300 {
        color: #9b9b9b;
    }

    .text-gray-1400 {
        color: #999ea1;
    }

    .text-gray-1500 {
        color: #464646;
    }

    .text-gray-1600 {
        color: #9A9FA2;
    }

    .text-gray-1700 {
        color: #FBFBFB;
    }

    .text-gray-1800 {
        color: #494949;
    }

    .text-gray-1900 {
        color: #797979;
    }

    .text-tan-300 {
        color: #d2a680;
    }

    .text-tan-400 {
        color: #a38b71;
    }

    .text-tan-500 {
        color: #b18259;
    }

    .text-tan-600 {
        color: #c29064;
    }

    .hover\:text-transparent:hover {
        color: transparent;
    }

    .hover\:text-current:hover {
        color: currentColor;
    }

    .hover\:text-black:hover {
        color: #000000;
    }

    .hover\:text-white:hover {
        color: #ffffff;
    }

    .hover\:text-overlay:hover {
        color: rgba(0,0,0,.2);
    }

    .hover\:text-transparent-background:hover {
        color: rgba(0,0,0,.7);
    }

    .hover\:text-red-400:hover {
        color: #ed4956;
    }

    .hover\:text-red-500:hover {
        color: #e74a4a;
    }

    .hover\:text-orange-300:hover {
        color: #a8774f;
    }

    .hover\:text-orange-400:hover {
        color: #926642;
    }

    .hover\:text-orange-500:hover {
        color: #d35a3a;
    }

    .hover\:text-green-200:hover {
        color: #d5d4a3;
    }

    .hover\:text-green-300:hover {
        color: #f05a30;
    }

    .hover\:text-green-400:hover {
        color: #b8b78a;
    }

    .hover\:text-green-500:hover {
        color: #48bb78;
    }

    .hover\:text-green-600:hover {
        color: #a4c264;
    }

    .hover\:text-green-700:hover {
        color: #B8B78F;
    }

    .hover\:text-blue-400:hover {
        color: #a2c3d3;
    }

    .hover\:text-blue-500:hover {
        color: #65a6c2;
    }

    .hover\:text-blue-600:hover {
        color: rgba(70, 97, 153, .97);
    }

    .hover\:text-blue-700:hover {
        color: rgba(70, 97, 153);
    }

    .hover\:text-bluegrey-100:hover {
        color: #D9D9D9;
    }

    .hover\:text-terracotta-500:hover {
        color: #bb7265;
    }

    .hover\:text-terracotta-600:hover {
        color: #a46357;
    }

    .hover\:text-sky-100:hover {
        color: #dff2fe;
    }

    .hover\:text-sky-200:hover {
        color: #a2c3d3;
    }

    .hover\:text-neutral-500:hover {
        color: #636466;
    }

    .hover\:text-gray-50:hover {
        color: #fcfcfc;
    }

    .hover\:text-gray-100:hover {
        color: #e7e7e7;
    }

    .hover\:text-gray-125:hover {
        color: #f0f0f0;
    }

    .hover\:text-gray-150:hover {
        color: #dddddd;
    }

    .hover\:text-gray-200:hover {
        color: #868b8f;
    }

    .hover\:text-gray-250:hover {
        color: #a6a5a5;
    }

    .hover\:text-gray-300:hover {
        color: #979796;
    }

    .hover\:text-gray-400:hover {
        color: #abaeb1;
    }

    .hover\:text-gray-500:hover {
        color: #c7c7c7;
    }

    .hover\:text-gray-550:hover {
        color: #ccc;
    }

    .hover\:text-gray-600:hover {
        color: #707070;
    }

    .hover\:text-gray-700:hover {
        color: #555555;
    }

    .hover\:text-gray-800:hover {
        color: #333232;
    }

    .hover\:text-gray-900:hover {
        color: rgba(0, 0, 0, 0.8);
    }

    .hover\:text-gray-1000:hover {
        color: #dadada;
    }

    .hover\:text-gray-1100:hover {
        color: #ededed;
    }

    .hover\:text-gray-1200:hover {
        color: #b1b1b1;
    }

    .hover\:text-gray-1300:hover {
        color: #9b9b9b;
    }

    .hover\:text-gray-1400:hover {
        color: #999ea1;
    }

    .hover\:text-gray-1500:hover {
        color: #464646;
    }

    .hover\:text-gray-1600:hover {
        color: #9A9FA2;
    }

    .hover\:text-gray-1700:hover {
        color: #FBFBFB;
    }

    .hover\:text-gray-1800:hover {
        color: #494949;
    }

    .hover\:text-gray-1900:hover {
        color: #797979;
    }

    .hover\:text-tan-300:hover {
        color: #d2a680;
    }

    .hover\:text-tan-400:hover {
        color: #a38b71;
    }

    .hover\:text-tan-500:hover {
        color: #b18259;
    }

    .hover\:text-tan-600:hover {
        color: #c29064;
    }

    .focus\:text-transparent:focus {
        color: transparent;
    }

    .focus\:text-current:focus {
        color: currentColor;
    }

    .focus\:text-black:focus {
        color: #000000;
    }

    .focus\:text-white:focus {
        color: #ffffff;
    }

    .focus\:text-overlay:focus {
        color: rgba(0,0,0,.2);
    }

    .focus\:text-transparent-background:focus {
        color: rgba(0,0,0,.7);
    }

    .focus\:text-red-400:focus {
        color: #ed4956;
    }

    .focus\:text-red-500:focus {
        color: #e74a4a;
    }

    .focus\:text-orange-300:focus {
        color: #a8774f;
    }

    .focus\:text-orange-400:focus {
        color: #926642;
    }

    .focus\:text-orange-500:focus {
        color: #d35a3a;
    }

    .focus\:text-green-200:focus {
        color: #d5d4a3;
    }

    .focus\:text-green-300:focus {
        color: #f05a30;
    }

    .focus\:text-green-400:focus {
        color: #b8b78a;
    }

    .focus\:text-green-500:focus {
        color: #48bb78;
    }

    .focus\:text-green-600:focus {
        color: #a4c264;
    }

    .focus\:text-green-700:focus {
        color: #B8B78F;
    }

    .focus\:text-blue-400:focus {
        color: #a2c3d3;
    }

    .focus\:text-blue-500:focus {
        color: #65a6c2;
    }

    .focus\:text-blue-600:focus {
        color: rgba(70, 97, 153, .97);
    }

    .focus\:text-blue-700:focus {
        color: rgba(70, 97, 153);
    }

    .focus\:text-bluegrey-100:focus {
        color: #D9D9D9;
    }

    .focus\:text-terracotta-500:focus {
        color: #bb7265;
    }

    .focus\:text-terracotta-600:focus {
        color: #a46357;
    }

    .focus\:text-sky-100:focus {
        color: #dff2fe;
    }

    .focus\:text-sky-200:focus {
        color: #a2c3d3;
    }

    .focus\:text-neutral-500:focus {
        color: #636466;
    }

    .focus\:text-gray-50:focus {
        color: #fcfcfc;
    }

    .focus\:text-gray-100:focus {
        color: #e7e7e7;
    }

    .focus\:text-gray-125:focus {
        color: #f0f0f0;
    }

    .focus\:text-gray-150:focus {
        color: #dddddd;
    }

    .focus\:text-gray-200:focus {
        color: #868b8f;
    }

    .focus\:text-gray-250:focus {
        color: #a6a5a5;
    }

    .focus\:text-gray-300:focus {
        color: #979796;
    }

    .focus\:text-gray-400:focus {
        color: #abaeb1;
    }

    .focus\:text-gray-500:focus {
        color: #c7c7c7;
    }

    .focus\:text-gray-550:focus {
        color: #ccc;
    }

    .focus\:text-gray-600:focus {
        color: #707070;
    }

    .focus\:text-gray-700:focus {
        color: #555555;
    }

    .focus\:text-gray-800:focus {
        color: #333232;
    }

    .focus\:text-gray-900:focus {
        color: rgba(0, 0, 0, 0.8);
    }

    .focus\:text-gray-1000:focus {
        color: #dadada;
    }

    .focus\:text-gray-1100:focus {
        color: #ededed;
    }

    .focus\:text-gray-1200:focus {
        color: #b1b1b1;
    }

    .focus\:text-gray-1300:focus {
        color: #9b9b9b;
    }

    .focus\:text-gray-1400:focus {
        color: #999ea1;
    }

    .focus\:text-gray-1500:focus {
        color: #464646;
    }

    .focus\:text-gray-1600:focus {
        color: #9A9FA2;
    }

    .focus\:text-gray-1700:focus {
        color: #FBFBFB;
    }

    .focus\:text-gray-1800:focus {
        color: #494949;
    }

    .focus\:text-gray-1900:focus {
        color: #797979;
    }

    .focus\:text-tan-300:focus {
        color: #d2a680;
    }

    .focus\:text-tan-400:focus {
        color: #a38b71;
    }

    .focus\:text-tan-500:focus {
        color: #b18259;
    }

    .focus\:text-tan-600:focus {
        color: #c29064;
    }

    .active.self-active\:text-transparent {
        color: transparent;
    }

    .active.self-active\:text-current {
        color: currentColor;
    }

    .active.self-active\:text-black {
        color: #000000;
    }

    .active.self-active\:text-white {
        color: #ffffff;
    }

    .active.self-active\:text-overlay {
        color: rgba(0,0,0,.2);
    }

    .active.self-active\:text-transparent-background {
        color: rgba(0,0,0,.7);
    }

    .active.self-active\:text-red-400 {
        color: #ed4956;
    }

    .active.self-active\:text-red-500 {
        color: #e74a4a;
    }

    .active.self-active\:text-orange-300 {
        color: #a8774f;
    }

    .active.self-active\:text-orange-400 {
        color: #926642;
    }

    .active.self-active\:text-orange-500 {
        color: #d35a3a;
    }

    .active.self-active\:text-green-200 {
        color: #d5d4a3;
    }

    .active.self-active\:text-green-300 {
        color: #f05a30;
    }

    .active.self-active\:text-green-400 {
        color: #b8b78a;
    }

    .active.self-active\:text-green-500 {
        color: #48bb78;
    }

    .active.self-active\:text-green-600 {
        color: #a4c264;
    }

    .active.self-active\:text-green-700 {
        color: #B8B78F;
    }

    .active.self-active\:text-blue-400 {
        color: #a2c3d3;
    }

    .active.self-active\:text-blue-500 {
        color: #65a6c2;
    }

    .active.self-active\:text-blue-600 {
        color: rgba(70, 97, 153, .97);
    }

    .active.self-active\:text-blue-700 {
        color: rgba(70, 97, 153);
    }

    .active.self-active\:text-bluegrey-100 {
        color: #D9D9D9;
    }

    .active.self-active\:text-terracotta-500 {
        color: #bb7265;
    }

    .active.self-active\:text-terracotta-600 {
        color: #a46357;
    }

    .active.self-active\:text-sky-100 {
        color: #dff2fe;
    }

    .active.self-active\:text-sky-200 {
        color: #a2c3d3;
    }

    .active.self-active\:text-neutral-500 {
        color: #636466;
    }

    .active.self-active\:text-gray-50 {
        color: #fcfcfc;
    }

    .active.self-active\:text-gray-100 {
        color: #e7e7e7;
    }

    .active.self-active\:text-gray-125 {
        color: #f0f0f0;
    }

    .active.self-active\:text-gray-150 {
        color: #dddddd;
    }

    .active.self-active\:text-gray-200 {
        color: #868b8f;
    }

    .active.self-active\:text-gray-250 {
        color: #a6a5a5;
    }

    .active.self-active\:text-gray-300 {
        color: #979796;
    }

    .active.self-active\:text-gray-400 {
        color: #abaeb1;
    }

    .active.self-active\:text-gray-500 {
        color: #c7c7c7;
    }

    .active.self-active\:text-gray-550 {
        color: #ccc;
    }

    .active.self-active\:text-gray-600 {
        color: #707070;
    }

    .active.self-active\:text-gray-700 {
        color: #555555;
    }

    .active.self-active\:text-gray-800 {
        color: #333232;
    }

    .active.self-active\:text-gray-900 {
        color: rgba(0, 0, 0, 0.8);
    }

    .active.self-active\:text-gray-1000 {
        color: #dadada;
    }

    .active.self-active\:text-gray-1100 {
        color: #ededed;
    }

    .active.self-active\:text-gray-1200 {
        color: #b1b1b1;
    }

    .active.self-active\:text-gray-1300 {
        color: #9b9b9b;
    }

    .active.self-active\:text-gray-1400 {
        color: #999ea1;
    }

    .active.self-active\:text-gray-1500 {
        color: #464646;
    }

    .active.self-active\:text-gray-1600 {
        color: #9A9FA2;
    }

    .active.self-active\:text-gray-1700 {
        color: #FBFBFB;
    }

    .active.self-active\:text-gray-1800 {
        color: #494949;
    }

    .active.self-active\:text-gray-1900 {
        color: #797979;
    }

    .active.self-active\:text-tan-300 {
        color: #d2a680;
    }

    .active.self-active\:text-tan-400 {
        color: #a38b71;
    }

    .active.self-active\:text-tan-500 {
        color: #b18259;
    }

    .active.self-active\:text-tan-600 {
        color: #c29064;
    }

    .group:hover .group-hover\:text-transparent {
        color: transparent;
    }

    .group:hover .group-hover\:text-current {
        color: currentColor;
    }

    .group:hover .group-hover\:text-black {
        color: #000000;
    }

    .group:hover .group-hover\:text-white {
        color: #ffffff;
    }

    .group:hover .group-hover\:text-overlay {
        color: rgba(0,0,0,.2);
    }

    .group:hover .group-hover\:text-transparent-background {
        color: rgba(0,0,0,.7);
    }

    .group:hover .group-hover\:text-red-400 {
        color: #ed4956;
    }

    .group:hover .group-hover\:text-red-500 {
        color: #e74a4a;
    }

    .group:hover .group-hover\:text-orange-300 {
        color: #a8774f;
    }

    .group:hover .group-hover\:text-orange-400 {
        color: #926642;
    }

    .group:hover .group-hover\:text-orange-500 {
        color: #d35a3a;
    }

    .group:hover .group-hover\:text-green-200 {
        color: #d5d4a3;
    }

    .group:hover .group-hover\:text-green-300 {
        color: #f05a30;
    }

    .group:hover .group-hover\:text-green-400 {
        color: #b8b78a;
    }

    .group:hover .group-hover\:text-green-500 {
        color: #48bb78;
    }

    .group:hover .group-hover\:text-green-600 {
        color: #a4c264;
    }

    .group:hover .group-hover\:text-green-700 {
        color: #B8B78F;
    }

    .group:hover .group-hover\:text-blue-400 {
        color: #a2c3d3;
    }

    .group:hover .group-hover\:text-blue-500 {
        color: #65a6c2;
    }

    .group:hover .group-hover\:text-blue-600 {
        color: rgba(70, 97, 153, .97);
    }

    .group:hover .group-hover\:text-blue-700 {
        color: rgba(70, 97, 153);
    }

    .group:hover .group-hover\:text-bluegrey-100 {
        color: #D9D9D9;
    }

    .group:hover .group-hover\:text-terracotta-500 {
        color: #bb7265;
    }

    .group:hover .group-hover\:text-terracotta-600 {
        color: #a46357;
    }

    .group:hover .group-hover\:text-sky-100 {
        color: #dff2fe;
    }

    .group:hover .group-hover\:text-sky-200 {
        color: #a2c3d3;
    }

    .group:hover .group-hover\:text-neutral-500 {
        color: #636466;
    }

    .group:hover .group-hover\:text-gray-50 {
        color: #fcfcfc;
    }

    .group:hover .group-hover\:text-gray-100 {
        color: #e7e7e7;
    }

    .group:hover .group-hover\:text-gray-125 {
        color: #f0f0f0;
    }

    .group:hover .group-hover\:text-gray-150 {
        color: #dddddd;
    }

    .group:hover .group-hover\:text-gray-200 {
        color: #868b8f;
    }

    .group:hover .group-hover\:text-gray-250 {
        color: #a6a5a5;
    }

    .group:hover .group-hover\:text-gray-300 {
        color: #979796;
    }

    .group:hover .group-hover\:text-gray-400 {
        color: #abaeb1;
    }

    .group:hover .group-hover\:text-gray-500 {
        color: #c7c7c7;
    }

    .group:hover .group-hover\:text-gray-550 {
        color: #ccc;
    }

    .group:hover .group-hover\:text-gray-600 {
        color: #707070;
    }

    .group:hover .group-hover\:text-gray-700 {
        color: #555555;
    }

    .group:hover .group-hover\:text-gray-800 {
        color: #333232;
    }

    .group:hover .group-hover\:text-gray-900 {
        color: rgba(0, 0, 0, 0.8);
    }

    .group:hover .group-hover\:text-gray-1000 {
        color: #dadada;
    }

    .group:hover .group-hover\:text-gray-1100 {
        color: #ededed;
    }

    .group:hover .group-hover\:text-gray-1200 {
        color: #b1b1b1;
    }

    .group:hover .group-hover\:text-gray-1300 {
        color: #9b9b9b;
    }

    .group:hover .group-hover\:text-gray-1400 {
        color: #999ea1;
    }

    .group:hover .group-hover\:text-gray-1500 {
        color: #464646;
    }

    .group:hover .group-hover\:text-gray-1600 {
        color: #9A9FA2;
    }

    .group:hover .group-hover\:text-gray-1700 {
        color: #FBFBFB;
    }

    .group:hover .group-hover\:text-gray-1800 {
        color: #494949;
    }

    .group:hover .group-hover\:text-gray-1900 {
        color: #797979;
    }

    .group:hover .group-hover\:text-tan-300 {
        color: #d2a680;
    }

    .group:hover .group-hover\:text-tan-400 {
        color: #a38b71;
    }

    .group:hover .group-hover\:text-tan-500 {
        color: #b18259;
    }

    .group:hover .group-hover\:text-tan-600 {
        color: #c29064;
    }

    [data-planit-favorite="true"] .group-favorite\:text-transparent {
        color: transparent;
    }

    [data-planit-favorite="true"] .group-favorite\:text-current {
        color: currentColor;
    }

    [data-planit-favorite="true"] .group-favorite\:text-black {
        color: #000000;
    }

    [data-planit-favorite="true"] .group-favorite\:text-white {
        color: #ffffff;
    }

    [data-planit-favorite="true"] .group-favorite\:text-overlay {
        color: rgba(0,0,0,.2);
    }

    [data-planit-favorite="true"] .group-favorite\:text-transparent-background {
        color: rgba(0,0,0,.7);
    }

    [data-planit-favorite="true"] .group-favorite\:text-red-400 {
        color: #ed4956;
    }

    [data-planit-favorite="true"] .group-favorite\:text-red-500 {
        color: #e74a4a;
    }

    [data-planit-favorite="true"] .group-favorite\:text-orange-300 {
        color: #a8774f;
    }

    [data-planit-favorite="true"] .group-favorite\:text-orange-400 {
        color: #926642;
    }

    [data-planit-favorite="true"] .group-favorite\:text-orange-500 {
        color: #d35a3a;
    }

    [data-planit-favorite="true"] .group-favorite\:text-green-200 {
        color: #d5d4a3;
    }

    [data-planit-favorite="true"] .group-favorite\:text-green-300 {
        color: #f05a30;
    }

    [data-planit-favorite="true"] .group-favorite\:text-green-400 {
        color: #b8b78a;
    }

    [data-planit-favorite="true"] .group-favorite\:text-green-500 {
        color: #48bb78;
    }

    [data-planit-favorite="true"] .group-favorite\:text-green-600 {
        color: #a4c264;
    }

    [data-planit-favorite="true"] .group-favorite\:text-green-700 {
        color: #B8B78F;
    }

    [data-planit-favorite="true"] .group-favorite\:text-blue-400 {
        color: #a2c3d3;
    }

    [data-planit-favorite="true"] .group-favorite\:text-blue-500 {
        color: #65a6c2;
    }

    [data-planit-favorite="true"] .group-favorite\:text-blue-600 {
        color: rgba(70, 97, 153, .97);
    }

    [data-planit-favorite="true"] .group-favorite\:text-blue-700 {
        color: rgba(70, 97, 153);
    }

    [data-planit-favorite="true"] .group-favorite\:text-bluegrey-100 {
        color: #D9D9D9;
    }

    [data-planit-favorite="true"] .group-favorite\:text-terracotta-500 {
        color: #bb7265;
    }

    [data-planit-favorite="true"] .group-favorite\:text-terracotta-600 {
        color: #a46357;
    }

    [data-planit-favorite="true"] .group-favorite\:text-sky-100 {
        color: #dff2fe;
    }

    [data-planit-favorite="true"] .group-favorite\:text-sky-200 {
        color: #a2c3d3;
    }

    [data-planit-favorite="true"] .group-favorite\:text-neutral-500 {
        color: #636466;
    }

    [data-planit-favorite="true"] .group-favorite\:text-gray-50 {
        color: #fcfcfc;
    }

    [data-planit-favorite="true"] .group-favorite\:text-gray-100 {
        color: #e7e7e7;
    }

    [data-planit-favorite="true"] .group-favorite\:text-gray-125 {
        color: #f0f0f0;
    }

    [data-planit-favorite="true"] .group-favorite\:text-gray-150 {
        color: #dddddd;
    }

    [data-planit-favorite="true"] .group-favorite\:text-gray-200 {
        color: #868b8f;
    }

    [data-planit-favorite="true"] .group-favorite\:text-gray-250 {
        color: #a6a5a5;
    }

    [data-planit-favorite="true"] .group-favorite\:text-gray-300 {
        color: #979796;
    }

    [data-planit-favorite="true"] .group-favorite\:text-gray-400 {
        color: #abaeb1;
    }

    [data-planit-favorite="true"] .group-favorite\:text-gray-500 {
        color: #c7c7c7;
    }

    [data-planit-favorite="true"] .group-favorite\:text-gray-550 {
        color: #ccc;
    }

    [data-planit-favorite="true"] .group-favorite\:text-gray-600 {
        color: #707070;
    }

    [data-planit-favorite="true"] .group-favorite\:text-gray-700 {
        color: #555555;
    }

    [data-planit-favorite="true"] .group-favorite\:text-gray-800 {
        color: #333232;
    }

    [data-planit-favorite="true"] .group-favorite\:text-gray-900 {
        color: rgba(0, 0, 0, 0.8);
    }

    [data-planit-favorite="true"] .group-favorite\:text-gray-1000 {
        color: #dadada;
    }

    [data-planit-favorite="true"] .group-favorite\:text-gray-1100 {
        color: #ededed;
    }

    [data-planit-favorite="true"] .group-favorite\:text-gray-1200 {
        color: #b1b1b1;
    }

    [data-planit-favorite="true"] .group-favorite\:text-gray-1300 {
        color: #9b9b9b;
    }

    [data-planit-favorite="true"] .group-favorite\:text-gray-1400 {
        color: #999ea1;
    }

    [data-planit-favorite="true"] .group-favorite\:text-gray-1500 {
        color: #464646;
    }

    [data-planit-favorite="true"] .group-favorite\:text-gray-1600 {
        color: #9A9FA2;
    }

    [data-planit-favorite="true"] .group-favorite\:text-gray-1700 {
        color: #FBFBFB;
    }

    [data-planit-favorite="true"] .group-favorite\:text-gray-1800 {
        color: #494949;
    }

    [data-planit-favorite="true"] .group-favorite\:text-gray-1900 {
        color: #797979;
    }

    [data-planit-favorite="true"] .group-favorite\:text-tan-300 {
        color: #d2a680;
    }

    [data-planit-favorite="true"] .group-favorite\:text-tan-400 {
        color: #a38b71;
    }

    [data-planit-favorite="true"] .group-favorite\:text-tan-500 {
        color: #b18259;
    }

    [data-planit-favorite="true"] .group-favorite\:text-tan-600 {
        color: #c29064;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-transparent {
        color: transparent;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-current {
        color: currentColor;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-black {
        color: #000000;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-white {
        color: #ffffff;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-overlay {
        color: rgba(0,0,0,.2);
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-transparent-background {
        color: rgba(0,0,0,.7);
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-red-400 {
        color: #ed4956;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-red-500 {
        color: #e74a4a;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-orange-300 {
        color: #a8774f;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-orange-400 {
        color: #926642;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-orange-500 {
        color: #d35a3a;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-green-200 {
        color: #d5d4a3;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-green-300 {
        color: #f05a30;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-green-400 {
        color: #b8b78a;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-green-500 {
        color: #48bb78;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-green-600 {
        color: #a4c264;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-green-700 {
        color: #B8B78F;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-blue-400 {
        color: #a2c3d3;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-blue-500 {
        color: #65a6c2;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-blue-600 {
        color: rgba(70, 97, 153, .97);
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-blue-700 {
        color: rgba(70, 97, 153);
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-bluegrey-100 {
        color: #D9D9D9;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-terracotta-500 {
        color: #bb7265;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-terracotta-600 {
        color: #a46357;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-sky-100 {
        color: #dff2fe;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-sky-200 {
        color: #a2c3d3;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-neutral-500 {
        color: #636466;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-gray-50 {
        color: #fcfcfc;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-gray-100 {
        color: #e7e7e7;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-gray-125 {
        color: #f0f0f0;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-gray-150 {
        color: #dddddd;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-gray-200 {
        color: #868b8f;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-gray-250 {
        color: #a6a5a5;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-gray-300 {
        color: #979796;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-gray-400 {
        color: #abaeb1;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-gray-500 {
        color: #c7c7c7;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-gray-550 {
        color: #ccc;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-gray-600 {
        color: #707070;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-gray-700 {
        color: #555555;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-gray-800 {
        color: #333232;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-gray-900 {
        color: rgba(0, 0, 0, 0.8);
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-gray-1000 {
        color: #dadada;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-gray-1100 {
        color: #ededed;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-gray-1200 {
        color: #b1b1b1;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-gray-1300 {
        color: #9b9b9b;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-gray-1400 {
        color: #999ea1;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-gray-1500 {
        color: #464646;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-gray-1600 {
        color: #9A9FA2;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-gray-1700 {
        color: #FBFBFB;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-gray-1800 {
        color: #494949;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-gray-1900 {
        color: #797979;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-tan-300 {
        color: #d2a680;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-tan-400 {
        color: #a38b71;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-tan-500 {
        color: #b18259;
    }

    [data-planit-favorite-counter="true"] .group-favorite-counter\:text-tan-600 {
        color: #c29064;
    }

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

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

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

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

    .text-xl {
        font-size: 16px;
        font-weight: normal;
        text-align: justify;
        line-height: normal;
        color: #e8e8e8;
    }
}

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

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

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

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

.text-6xl{
  font-size: 4rem;
}

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

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

.underline{
  text-decoration: underline;
}

.line-through{
  text-decoration: line-through;
}

.no-underline{
  text-decoration: none;
}

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

.hover\:line-through:hover{
  text-decoration: line-through;
}

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

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

.focus\:line-through:focus{
  text-decoration: line-through;
}

.focus\:no-underline:focus{
  text-decoration: none;
}

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

.group:hover .group-hover\:line-through{
  text-decoration: line-through;
}

.group:hover .group-hover\:no-underline{
  text-decoration: none;
}

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

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

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

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

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

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

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

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

.tracking-heading{
  letter-spacing: -0.04em;
}

.tracking-heading-tighter{
  letter-spacing: -0.08em;
}

.tracking-input-mask{
  letter-spacing: .35em;
}

.select-none{
  -ms-user-select: none;
      user-select: none;
}

.select-text{
  -ms-user-select: text;
      user-select: text;
}

.select-all{
  -ms-user-select: all;
      user-select: all;
}

.select-auto{
  -ms-user-select: auto;
      user-select: auto;
}

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.group:hover .group-hover\:visible{
  visibility: visible;
}

.group:hover .group-hover\:invisible{
  visibility: hidden;
}

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

.whitespace-no-wrap{
  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;
}

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

.w-0{
  width: 0;
}

.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-8{
  width: 2rem;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-32{
  width: 8rem;
}

.w-40{
  width: 10rem;
}

.w-48{
  width: 12rem;
}

.w-56{
  width: 14rem;
}

.w-64{
  width: 16rem;
}

.w-440{
  width: 440px;
}

.w-auto{
  width: auto;
}

.w-px{
  width: 1px;
}

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

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

.w-3\/5{
  width: 60%;
}

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

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

.w-2\/6{
  width: 33.333333%;
}

.w-3\/6{
  width: 50%;
}

.w-4\/6{
  width: 66.666667%;
}

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

.w-1\/12{
  width: 8.333333%;
}

.w-2\/12{
  width: 16.666667%;
}

.w-3\/12{
  width: 25%;
}

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

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

.w-6\/12{
  width: 50%;
}

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

.w-8\/12{
  width: 66.666667%;
}

.w-9\/12{
  width: 75%;
}

.w-10\/12{
  width: 83.333333%;
}

.w-11\/12{
  width: 91.666667%;
}

.w-screen{
  width: 100vw;
}

.w-inherit{
  width: inherit;
}

.w-screen-75{
  width: 75vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.transition {
  transition: 150ms cubic-bezier(0.6, 0.2, 0, 0.8) !important;
}

.transition-slow {
  transition: 300ms cubic-bezier(0.6, 0.2, 0, 0.8) !important;
}

.transition-slower {
  transition: 450ms cubic-bezier(0.6, 0.2, 0, 0.8) !important;
}

.transition-slowest {
  transition: 750ms cubic-bezier(0.6, 0.2, 0, 0.8) !important;
}

.bg-gradient-tan {
  background-color: #ddd2c5;
  background-image: linear-gradient(
        to bottom,
        #ddd4c9 25%,
        #d6cabd 85%,
        #ddd2c5
    );
}

.container-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1320px + (1.5rem * 2));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.-transform-y-50 {
  transform: translate(0, -50px);
}

.transform-y-0 {
  transform: translate(0, 0);
}

.text-shadow-md {
  text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.8);
}

.bg-sky-gradient {
  background-color: #88a4c0;
  background-image: linear-gradient(135deg, #88a4c0, #abc5db);
}

.bg-gray-light-gradient {
  background-color: #abaeb1;
  background-image: linear-gradient(135deg, #abaeb1, #868b8f);
}

.bg-gray-light-gradient-alt {
  background-color: #e3e3e3;
  background-image: linear-gradient(135deg, #e3e3e3, #d7d7d7);
}

.bg-white-bottom-gradient {
  background-image: linear-gradient(
        to top,
        #ffffff,
        rgba(255, 255, 255, 0.001) 25%
    );
}

.bg-white-bottom-gradient-alt {
  background-image: linear-gradient(
        to bottom,
        transparent,
        #ffffff
    );
}

.bg-black-bottom-gradient {
  background-image: linear-gradient(
        to bottom,
        transparent,
        #000000
    );
}

.bg-white-bottom-right-gradient {
  background-image: linear-gradient(
        to bottom right,
        #fff 0%,
        rgba(255, 255, 255, 0) 100%
    );
  opacity: 0.3;
}

.bg-white-top-left-gradient {
  background-image: linear-gradient(
        to top left,
        #fff 0%,
        rgba(255, 255, 255, 0) 100%
    );
  opacity: 0.3;
}

.hyphens-auto {
  -ms-hyphens: auto;
      hyphens: auto;
}

.hyphens-none {
  -ms-hyphens: none;
      hyphens: none;
}

.translate-y-full {
  transform: translate(0, 100%);
}

.-translate-y-full {
  transform: translate(0, -100%);
}

.translate-none {
  transform: translate(0, 0);
}

.group:hover .group-hover\:-translate-y-full {
  transform: translate(0, -100%);
}

.y-overflow-ellipsis-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.max-h-screen-50-custom {
  max-height: calc(50vh - 2rem);
}

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

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

.child\:flex > * {
  display: flex;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hide-scrollbar {
  overflow: auto;
  -ms-overflow-style: none; /* IE 11 */
  scrollbar-width: none; /* Firefox 64 */
  overflow: -moz-scrollbars-none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 0;
  height: 0;
}

.scrollbar-padding {
  padding-right: 15px;
}

.cover-video > div {
  height: 100%;
  width: 100%;
}

.cover-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.grid {
  display: grid;
}

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

@media (min-width: 1240px) {
  .new > .c-nav-main-link {
    position: relative;
  }

  .new > .c-nav-main-link::after {
    content: 'NEW';
    position: absolute;
    top: -10px;
    right: 12px;
    font-weight: 700;
    font-size: 15px;
  }
}

/* pages */

#landing-items .landing-item {
  margin: 0 auto;
}

#landing-items .landing-item:nth-child(2) {
  margin: 50px auto;
}

.landing-item a.landing-item-link {
  left: 10%;
  right: 10%;
  bottom: 35px;
}

.landing-item h3 {
  padding-bottom: 15px;
}

/* Small (sm) */

@media (min-width: 600px) {
}

/* Medium (md) */

@media (min-width: 900px) {
  #landing-items .landing-item:nth-child(2) {
    margin: 0;
  }

  #landing-items .landing-item:first-child {
    margin-left: 9%;
  }

  #landing-items .landing-item:last-child {
    margin-right: 9%;
  }
}

/* Large (lg) */

@media (min-width: 1240px) {
  .landing-item a.landing-item-link {
    left: 20%;
    right: 20%;
    bottom: 35px;
  }
}

/* Extra Large (xl) */

@media (min-width: 1280px) { /* ... */
}

#yoast-seo-preview-widget {
  display: none !important;
}

@media (min-width: 400px) {
  div#sliding-popup.sliding-popup-bottom {
    z-index: 500 !important;
  }
}

/*
Layout Properties (position, float, clear, display)
Box Model Properties (width, height, margin, padding)
Visual Properties (color, background, border, box-shadow)
Typography Properties (font-size, font-family, text-align, text-transform)
Misc Properties (cursor, overflow, z-index)
*/

@media print{
  .print\: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;
  }

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

  .print\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

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

  .print\:appearance-none{
    appearance: none;
  }

  .print\:bg-fixed{
    background-attachment: fixed;
  }

  .print\:bg-local{
    background-attachment: local;
  }

  .print\:bg-scroll{
    background-attachment: scroll;
  }

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

  .print\:bg-current{
    background-color: currentColor;
  }

  .print\:bg-black{
    background-color: #000000;
  }

  .print\:bg-white{
    background-color: #ffffff;
  }

  .print\:bg-overlay{
    background-color: rgba(0,0,0,.2);
  }

  .print\:bg-transparent-background{
    background-color: rgba(0,0,0,.7);
  }

  .print\:bg-red-400{
    background-color: #ed4956;
  }

  .print\:bg-red-500{
    background-color: #e74a4a;
  }

  .print\:bg-orange-300{
    background-color: #a8774f;
  }

  .print\:bg-orange-400{
    background-color: #926642;
  }

  .print\:bg-orange-500{
    background-color: #d35a3a;
  }

  .print\:bg-green-200{
    background-color: #d5d4a3;
  }

  .print\:bg-green-300{
    background-color: #f05a30;
  }

  .print\:bg-green-400{
    background-color: #b8b78a;
  }

  .print\:bg-green-500{
    background-color: #48bb78;
  }

  .print\:bg-green-600{
    background-color: #a4c264;
  }

  .print\:bg-green-700{
    background-color: #B8B78F;
  }

  .print\:bg-blue-400{
    background-color: #a2c3d3;
  }

  .print\:bg-blue-500{
    background-color: #65a6c2;
  }

  .print\:bg-blue-600{
    background-color: rgba(70, 97, 153, .97);
  }

  .print\:bg-blue-700{
    background-color: rgba(70, 97, 153);
  }

  .print\:bg-bluegrey-100{
    background-color: #D9D9D9;
  }

  .print\:bg-terracotta-500{
    background-color: #bb7265;
  }

  .print\:bg-terracotta-600{
    background-color: #a46357;
  }

  .print\:bg-sky-100{
    background-color: #dff2fe;
  }

  .print\:bg-sky-200{
    background-color: #a2c3d3;
  }

  .print\:bg-neutral-500{
    background-color: #636466;
  }

  .print\:bg-gray-50{
    background-color: #fcfcfc;
  }

  .print\:bg-gray-100{
    background-color: #e7e7e7;
  }

  .print\:bg-gray-125{
    background-color: #f0f0f0;
  }

  .print\:bg-gray-150{
    background-color: #dddddd;
  }

  .print\:bg-gray-200{
    background-color: #868b8f;
  }

  .print\:bg-gray-250{
    background-color: #a6a5a5;
  }

  .print\:bg-gray-300{
    background-color: #979796;
  }

  .print\:bg-gray-400{
    background-color: #abaeb1;
  }

  .print\:bg-gray-500{
    background-color: #c7c7c7;
  }

  .print\:bg-gray-550{
    background-color: #ccc;
  }

  .print\:bg-gray-600{
    background-color: #707070;
  }

  .print\:bg-gray-700{
    background-color: #555555;
  }

  .print\:bg-gray-800{
    background-color: #333232;
  }

  .print\:bg-gray-900{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .print\:bg-gray-1000{
    background-color: #dadada;
  }

  .print\:bg-gray-1100{
    background-color: #ededed;
  }

  .print\:bg-gray-1200{
    background-color: #b1b1b1;
  }

  .print\:bg-gray-1300{
    background-color: #9b9b9b;
  }

  .print\:bg-gray-1400{
    background-color: #999ea1;
  }

  .print\:bg-gray-1500{
    background-color: #464646;
  }

  .print\:bg-gray-1600{
    background-color: #9A9FA2;
  }

  .print\:bg-gray-1700{
    background-color: #FBFBFB;
  }

  .print\:bg-gray-1800{
    background-color: #494949;
  }

  .print\:bg-gray-1900{
    background-color: #797979;
  }

  .print\:bg-tan-300{
    background-color: #d2a680;
  }

  .print\:bg-tan-400{
    background-color: #a38b71;
  }

  .print\:bg-tan-500{
    background-color: #b18259;
  }

  .print\:bg-tan-600{
    background-color: #c29064;
  }

  .print\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .print\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .print\:hover\:bg-black:hover{
    background-color: #000000;
  }

  .print\:hover\:bg-white:hover{
    background-color: #ffffff;
  }

  .print\:hover\:bg-overlay:hover{
    background-color: rgba(0,0,0,.2);
  }

  .print\:hover\:bg-transparent-background:hover{
    background-color: rgba(0,0,0,.7);
  }

  .print\:hover\:bg-red-400:hover{
    background-color: #ed4956;
  }

  .print\:hover\:bg-red-500:hover{
    background-color: #e74a4a;
  }

  .print\:hover\:bg-orange-300:hover{
    background-color: #a8774f;
  }

  .print\:hover\:bg-orange-400:hover{
    background-color: #926642;
  }

  .print\:hover\:bg-orange-500:hover{
    background-color: #d35a3a;
  }

  .print\:hover\:bg-green-200:hover{
    background-color: #d5d4a3;
  }

  .print\:hover\:bg-green-300:hover{
    background-color: #f05a30;
  }

  .print\:hover\:bg-green-400:hover{
    background-color: #b8b78a;
  }

  .print\:hover\:bg-green-500:hover{
    background-color: #48bb78;
  }

  .print\:hover\:bg-green-600:hover{
    background-color: #a4c264;
  }

  .print\:hover\:bg-green-700:hover{
    background-color: #B8B78F;
  }

  .print\:hover\:bg-blue-400:hover{
    background-color: #a2c3d3;
  }

  .print\:hover\:bg-blue-500:hover{
    background-color: #65a6c2;
  }

  .print\:hover\:bg-blue-600:hover{
    background-color: rgba(70, 97, 153, .97);
  }

  .print\:hover\:bg-blue-700:hover{
    background-color: rgba(70, 97, 153);
  }

  .print\:hover\:bg-bluegrey-100:hover{
    background-color: #D9D9D9;
  }

  .print\:hover\:bg-terracotta-500:hover{
    background-color: #bb7265;
  }

  .print\:hover\:bg-terracotta-600:hover{
    background-color: #a46357;
  }

  .print\:hover\:bg-sky-100:hover{
    background-color: #dff2fe;
  }

  .print\:hover\:bg-sky-200:hover{
    background-color: #a2c3d3;
  }

  .print\:hover\:bg-neutral-500:hover{
    background-color: #636466;
  }

  .print\:hover\:bg-gray-50:hover{
    background-color: #fcfcfc;
  }

  .print\:hover\:bg-gray-100:hover{
    background-color: #e7e7e7;
  }

  .print\:hover\:bg-gray-125:hover{
    background-color: #f0f0f0;
  }

  .print\:hover\:bg-gray-150:hover{
    background-color: #dddddd;
  }

  .print\:hover\:bg-gray-200:hover{
    background-color: #868b8f;
  }

  .print\:hover\:bg-gray-250:hover{
    background-color: #a6a5a5;
  }

  .print\:hover\:bg-gray-300:hover{
    background-color: #979796;
  }

  .print\:hover\:bg-gray-400:hover{
    background-color: #abaeb1;
  }

  .print\:hover\:bg-gray-500:hover{
    background-color: #c7c7c7;
  }

  .print\:hover\:bg-gray-550:hover{
    background-color: #ccc;
  }

  .print\:hover\:bg-gray-600:hover{
    background-color: #707070;
  }

  .print\:hover\:bg-gray-700:hover{
    background-color: #555555;
  }

  .print\:hover\:bg-gray-800:hover{
    background-color: #333232;
  }

  .print\:hover\:bg-gray-900:hover{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .print\:hover\:bg-gray-1000:hover{
    background-color: #dadada;
  }

  .print\:hover\:bg-gray-1100:hover{
    background-color: #ededed;
  }

  .print\:hover\:bg-gray-1200:hover{
    background-color: #b1b1b1;
  }

  .print\:hover\:bg-gray-1300:hover{
    background-color: #9b9b9b;
  }

  .print\:hover\:bg-gray-1400:hover{
    background-color: #999ea1;
  }

  .print\:hover\:bg-gray-1500:hover{
    background-color: #464646;
  }

  .print\:hover\:bg-gray-1600:hover{
    background-color: #9A9FA2;
  }

  .print\:hover\:bg-gray-1700:hover{
    background-color: #FBFBFB;
  }

  .print\:hover\:bg-gray-1800:hover{
    background-color: #494949;
  }

  .print\:hover\:bg-gray-1900:hover{
    background-color: #797979;
  }

  .print\:hover\:bg-tan-300:hover{
    background-color: #d2a680;
  }

  .print\:hover\:bg-tan-400:hover{
    background-color: #a38b71;
  }

  .print\:hover\:bg-tan-500:hover{
    background-color: #b18259;
  }

  .print\:hover\:bg-tan-600:hover{
    background-color: #c29064;
  }

  .print\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .print\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .print\:focus\:bg-black:focus{
    background-color: #000000;
  }

  .print\:focus\:bg-white:focus{
    background-color: #ffffff;
  }

  .print\:focus\:bg-overlay:focus{
    background-color: rgba(0,0,0,.2);
  }

  .print\:focus\:bg-transparent-background:focus{
    background-color: rgba(0,0,0,.7);
  }

  .print\:focus\:bg-red-400:focus{
    background-color: #ed4956;
  }

  .print\:focus\:bg-red-500:focus{
    background-color: #e74a4a;
  }

  .print\:focus\:bg-orange-300:focus{
    background-color: #a8774f;
  }

  .print\:focus\:bg-orange-400:focus{
    background-color: #926642;
  }

  .print\:focus\:bg-orange-500:focus{
    background-color: #d35a3a;
  }

  .print\:focus\:bg-green-200:focus{
    background-color: #d5d4a3;
  }

  .print\:focus\:bg-green-300:focus{
    background-color: #f05a30;
  }

  .print\:focus\:bg-green-400:focus{
    background-color: #b8b78a;
  }

  .print\:focus\:bg-green-500:focus{
    background-color: #48bb78;
  }

  .print\:focus\:bg-green-600:focus{
    background-color: #a4c264;
  }

  .print\:focus\:bg-green-700:focus{
    background-color: #B8B78F;
  }

  .print\:focus\:bg-blue-400:focus{
    background-color: #a2c3d3;
  }

  .print\:focus\:bg-blue-500:focus{
    background-color: #65a6c2;
  }

  .print\:focus\:bg-blue-600:focus{
    background-color: rgba(70, 97, 153, .97);
  }

  .print\:focus\:bg-blue-700:focus{
    background-color: rgba(70, 97, 153);
  }

  .print\:focus\:bg-bluegrey-100:focus{
    background-color: #D9D9D9;
  }

  .print\:focus\:bg-terracotta-500:focus{
    background-color: #bb7265;
  }

  .print\:focus\:bg-terracotta-600:focus{
    background-color: #a46357;
  }

  .print\:focus\:bg-sky-100:focus{
    background-color: #dff2fe;
  }

  .print\:focus\:bg-sky-200:focus{
    background-color: #a2c3d3;
  }

  .print\:focus\:bg-neutral-500:focus{
    background-color: #636466;
  }

  .print\:focus\:bg-gray-50:focus{
    background-color: #fcfcfc;
  }

  .print\:focus\:bg-gray-100:focus{
    background-color: #e7e7e7;
  }

  .print\:focus\:bg-gray-125:focus{
    background-color: #f0f0f0;
  }

  .print\:focus\:bg-gray-150:focus{
    background-color: #dddddd;
  }

  .print\:focus\:bg-gray-200:focus{
    background-color: #868b8f;
  }

  .print\:focus\:bg-gray-250:focus{
    background-color: #a6a5a5;
  }

  .print\:focus\:bg-gray-300:focus{
    background-color: #979796;
  }

  .print\:focus\:bg-gray-400:focus{
    background-color: #abaeb1;
  }

  .print\:focus\:bg-gray-500:focus{
    background-color: #c7c7c7;
  }

  .print\:focus\:bg-gray-550:focus{
    background-color: #ccc;
  }

  .print\:focus\:bg-gray-600:focus{
    background-color: #707070;
  }

  .print\:focus\:bg-gray-700:focus{
    background-color: #555555;
  }

  .print\:focus\:bg-gray-800:focus{
    background-color: #333232;
  }

  .print\:focus\:bg-gray-900:focus{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .print\:focus\:bg-gray-1000:focus{
    background-color: #dadada;
  }

  .print\:focus\:bg-gray-1100:focus{
    background-color: #ededed;
  }

  .print\:focus\:bg-gray-1200:focus{
    background-color: #b1b1b1;
  }

  .print\:focus\:bg-gray-1300:focus{
    background-color: #9b9b9b;
  }

  .print\:focus\:bg-gray-1400:focus{
    background-color: #999ea1;
  }

  .print\:focus\:bg-gray-1500:focus{
    background-color: #464646;
  }

  .print\:focus\:bg-gray-1600:focus{
    background-color: #9A9FA2;
  }

  .print\:focus\:bg-gray-1700:focus{
    background-color: #FBFBFB;
  }

  .print\:focus\:bg-gray-1800:focus{
    background-color: #494949;
  }

  .print\:focus\:bg-gray-1900:focus{
    background-color: #797979;
  }

  .print\:focus\:bg-tan-300:focus{
    background-color: #d2a680;
  }

  .print\:focus\:bg-tan-400:focus{
    background-color: #a38b71;
  }

  .print\:focus\:bg-tan-500:focus{
    background-color: #b18259;
  }

  .print\:focus\:bg-tan-600:focus{
    background-color: #c29064;
  }

  .active.print\:self-active\:bg-transparent{
    background-color: transparent;
  }

  .active.print\:self-active\:bg-current{
    background-color: currentColor;
  }

  .active.print\:self-active\:bg-black{
    background-color: #000000;
  }

  .active.print\:self-active\:bg-white{
    background-color: #ffffff;
  }

  .active.print\:self-active\:bg-overlay{
    background-color: rgba(0,0,0,.2);
  }

  .active.print\:self-active\:bg-transparent-background{
    background-color: rgba(0,0,0,.7);
  }

  .active.print\:self-active\:bg-red-400{
    background-color: #ed4956;
  }

  .active.print\:self-active\:bg-red-500{
    background-color: #e74a4a;
  }

  .active.print\:self-active\:bg-orange-300{
    background-color: #a8774f;
  }

  .active.print\:self-active\:bg-orange-400{
    background-color: #926642;
  }

  .active.print\:self-active\:bg-orange-500{
    background-color: #d35a3a;
  }

  .active.print\:self-active\:bg-green-200{
    background-color: #d5d4a3;
  }

  .active.print\:self-active\:bg-green-300{
    background-color: #f05a30;
  }

  .active.print\:self-active\:bg-green-400{
    background-color: #b8b78a;
  }

  .active.print\:self-active\:bg-green-500{
    background-color: #48bb78;
  }

  .active.print\:self-active\:bg-green-600{
    background-color: #a4c264;
  }

  .active.print\:self-active\:bg-green-700{
    background-color: #B8B78F;
  }

  .active.print\:self-active\:bg-blue-400{
    background-color: #a2c3d3;
  }

  .active.print\:self-active\:bg-blue-500{
    background-color: #65a6c2;
  }

  .active.print\:self-active\:bg-blue-600{
    background-color: rgba(70, 97, 153, .97);
  }

  .active.print\:self-active\:bg-blue-700{
    background-color: rgba(70, 97, 153);
  }

  .active.print\:self-active\:bg-bluegrey-100{
    background-color: #D9D9D9;
  }

  .active.print\:self-active\:bg-terracotta-500{
    background-color: #bb7265;
  }

  .active.print\:self-active\:bg-terracotta-600{
    background-color: #a46357;
  }

  .active.print\:self-active\:bg-sky-100{
    background-color: #dff2fe;
  }

  .active.print\:self-active\:bg-sky-200{
    background-color: #a2c3d3;
  }

  .active.print\:self-active\:bg-neutral-500{
    background-color: #636466;
  }

  .active.print\:self-active\:bg-gray-50{
    background-color: #fcfcfc;
  }

  .active.print\:self-active\:bg-gray-100{
    background-color: #e7e7e7;
  }

  .active.print\:self-active\:bg-gray-125{
    background-color: #f0f0f0;
  }

  .active.print\:self-active\:bg-gray-150{
    background-color: #dddddd;
  }

  .active.print\:self-active\:bg-gray-200{
    background-color: #868b8f;
  }

  .active.print\:self-active\:bg-gray-250{
    background-color: #a6a5a5;
  }

  .active.print\:self-active\:bg-gray-300{
    background-color: #979796;
  }

  .active.print\:self-active\:bg-gray-400{
    background-color: #abaeb1;
  }

  .active.print\:self-active\:bg-gray-500{
    background-color: #c7c7c7;
  }

  .active.print\:self-active\:bg-gray-550{
    background-color: #ccc;
  }

  .active.print\:self-active\:bg-gray-600{
    background-color: #707070;
  }

  .active.print\:self-active\:bg-gray-700{
    background-color: #555555;
  }

  .active.print\:self-active\:bg-gray-800{
    background-color: #333232;
  }

  .active.print\:self-active\:bg-gray-900{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .active.print\:self-active\:bg-gray-1000{
    background-color: #dadada;
  }

  .active.print\:self-active\:bg-gray-1100{
    background-color: #ededed;
  }

  .active.print\:self-active\:bg-gray-1200{
    background-color: #b1b1b1;
  }

  .active.print\:self-active\:bg-gray-1300{
    background-color: #9b9b9b;
  }

  .active.print\:self-active\:bg-gray-1400{
    background-color: #999ea1;
  }

  .active.print\:self-active\:bg-gray-1500{
    background-color: #464646;
  }

  .active.print\:self-active\:bg-gray-1600{
    background-color: #9A9FA2;
  }

  .active.print\:self-active\:bg-gray-1700{
    background-color: #FBFBFB;
  }

  .active.print\:self-active\:bg-gray-1800{
    background-color: #494949;
  }

  .active.print\:self-active\:bg-gray-1900{
    background-color: #797979;
  }

  .active.print\:self-active\:bg-tan-300{
    background-color: #d2a680;
  }

  .active.print\:self-active\:bg-tan-400{
    background-color: #a38b71;
  }

  .active.print\:self-active\:bg-tan-500{
    background-color: #b18259;
  }

  .active.print\:self-active\:bg-tan-600{
    background-color: #c29064;
  }

  .print\:nextOnChecked\:bg-transparent:checked + *{
    background-color: transparent;
  }

  .print\:nextOnChecked\:bg-current:checked + *{
    background-color: currentColor;
  }

  .print\:nextOnChecked\:bg-black:checked + *{
    background-color: #000000;
  }

  .print\:nextOnChecked\:bg-white:checked + *{
    background-color: #ffffff;
  }

  .print\:nextOnChecked\:bg-overlay:checked + *{
    background-color: rgba(0,0,0,.2);
  }

  .print\:nextOnChecked\:bg-transparent-background:checked + *{
    background-color: rgba(0,0,0,.7);
  }

  .print\:nextOnChecked\:bg-red-400:checked + *{
    background-color: #ed4956;
  }

  .print\:nextOnChecked\:bg-red-500:checked + *{
    background-color: #e74a4a;
  }

  .print\:nextOnChecked\:bg-orange-300:checked + *{
    background-color: #a8774f;
  }

  .print\:nextOnChecked\:bg-orange-400:checked + *{
    background-color: #926642;
  }

  .print\:nextOnChecked\:bg-orange-500:checked + *{
    background-color: #d35a3a;
  }

  .print\:nextOnChecked\:bg-green-200:checked + *{
    background-color: #d5d4a3;
  }

  .print\:nextOnChecked\:bg-green-300:checked + *{
    background-color: #f05a30;
  }

  .print\:nextOnChecked\:bg-green-400:checked + *{
    background-color: #b8b78a;
  }

  .print\:nextOnChecked\:bg-green-500:checked + *{
    background-color: #48bb78;
  }

  .print\:nextOnChecked\:bg-green-600:checked + *{
    background-color: #a4c264;
  }

  .print\:nextOnChecked\:bg-green-700:checked + *{
    background-color: #B8B78F;
  }

  .print\:nextOnChecked\:bg-blue-400:checked + *{
    background-color: #a2c3d3;
  }

  .print\:nextOnChecked\:bg-blue-500:checked + *{
    background-color: #65a6c2;
  }

  .print\:nextOnChecked\:bg-blue-600:checked + *{
    background-color: rgba(70, 97, 153, .97);
  }

  .print\:nextOnChecked\:bg-blue-700:checked + *{
    background-color: rgba(70, 97, 153);
  }

  .print\:nextOnChecked\:bg-bluegrey-100:checked + *{
    background-color: #D9D9D9;
  }

  .print\:nextOnChecked\:bg-terracotta-500:checked + *{
    background-color: #bb7265;
  }

  .print\:nextOnChecked\:bg-terracotta-600:checked + *{
    background-color: #a46357;
  }

  .print\:nextOnChecked\:bg-sky-100:checked + *{
    background-color: #dff2fe;
  }

  .print\:nextOnChecked\:bg-sky-200:checked + *{
    background-color: #a2c3d3;
  }

  .print\:nextOnChecked\:bg-neutral-500:checked + *{
    background-color: #636466;
  }

  .print\:nextOnChecked\:bg-gray-50:checked + *{
    background-color: #fcfcfc;
  }

  .print\:nextOnChecked\:bg-gray-100:checked + *{
    background-color: #e7e7e7;
  }

  .print\:nextOnChecked\:bg-gray-125:checked + *{
    background-color: #f0f0f0;
  }

  .print\:nextOnChecked\:bg-gray-150:checked + *{
    background-color: #dddddd;
  }

  .print\:nextOnChecked\:bg-gray-200:checked + *{
    background-color: #868b8f;
  }

  .print\:nextOnChecked\:bg-gray-250:checked + *{
    background-color: #a6a5a5;
  }

  .print\:nextOnChecked\:bg-gray-300:checked + *{
    background-color: #979796;
  }

  .print\:nextOnChecked\:bg-gray-400:checked + *{
    background-color: #abaeb1;
  }

  .print\:nextOnChecked\:bg-gray-500:checked + *{
    background-color: #c7c7c7;
  }

  .print\:nextOnChecked\:bg-gray-550:checked + *{
    background-color: #ccc;
  }

  .print\:nextOnChecked\:bg-gray-600:checked + *{
    background-color: #707070;
  }

  .print\:nextOnChecked\:bg-gray-700:checked + *{
    background-color: #555555;
  }

  .print\:nextOnChecked\:bg-gray-800:checked + *{
    background-color: #333232;
  }

  .print\:nextOnChecked\:bg-gray-900:checked + *{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .print\:nextOnChecked\:bg-gray-1000:checked + *{
    background-color: #dadada;
  }

  .print\:nextOnChecked\:bg-gray-1100:checked + *{
    background-color: #ededed;
  }

  .print\:nextOnChecked\:bg-gray-1200:checked + *{
    background-color: #b1b1b1;
  }

  .print\:nextOnChecked\:bg-gray-1300:checked + *{
    background-color: #9b9b9b;
  }

  .print\:nextOnChecked\:bg-gray-1400:checked + *{
    background-color: #999ea1;
  }

  .print\:nextOnChecked\:bg-gray-1500:checked + *{
    background-color: #464646;
  }

  .print\:nextOnChecked\:bg-gray-1600:checked + *{
    background-color: #9A9FA2;
  }

  .print\:nextOnChecked\:bg-gray-1700:checked + *{
    background-color: #FBFBFB;
  }

  .print\:nextOnChecked\:bg-gray-1800:checked + *{
    background-color: #494949;
  }

  .print\:nextOnChecked\:bg-gray-1900:checked + *{
    background-color: #797979;
  }

  .print\:nextOnChecked\:bg-tan-300:checked + *{
    background-color: #d2a680;
  }

  .print\:nextOnChecked\:bg-tan-400:checked + *{
    background-color: #a38b71;
  }

  .print\:nextOnChecked\:bg-tan-500:checked + *{
    background-color: #b18259;
  }

  .print\:nextOnChecked\:bg-tan-600:checked + *{
    background-color: #c29064;
  }

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

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

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

  .print\:bg-left-bottom{
    background-position: left bottom;
  }

  .print\:bg-left-top{
    background-position: left top;
  }

  .print\:bg-right{
    background-position: right;
  }

  .print\:bg-right-bottom{
    background-position: right bottom;
  }

  .print\:bg-right-top{
    background-position: right top;
  }

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

  .print\:bg-top-center{
    background-position: top center;
  }

  .print\:bg-bottom-center{
    background-position: bottom center;
  }

  .print\:bg-repeat{
    background-repeat: repeat;
  }

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

  .print\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .print\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .print\:bg-repeat-round{
    background-repeat: round;
  }

  .print\:bg-repeat-space{
    background-repeat: space;
  }

  .print\:bg-auto{
    background-size: auto;
  }

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

  .print\:bg-contain{
    background-size: contain;
  }

  .print\:bg-hidden{
    background-size: 0% 0%;
  }

  .print\:bg-y135{
    background-size: auto 135%;
  }

  .group:hover .print\:group-hover\:bg-auto{
    background-size: auto;
  }

  .group:hover .print\:group-hover\:bg-cover{
    background-size: cover;
  }

  .group:hover .print\:group-hover\:bg-contain{
    background-size: contain;
  }

  .group:hover .print\:group-hover\:bg-hidden{
    background-size: 0% 0%;
  }

  .group:hover .print\:group-hover\:bg-y135{
    background-size: auto 135%;
  }

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

  .print\:border-current{
    border-color: currentColor;
  }

  .print\:border-black{
    border-color: #000000;
  }

  .print\:border-white{
    border-color: #ffffff;
  }

  .print\:border-overlay{
    border-color: rgba(0,0,0,.2);
  }

  .print\:border-transparent-background{
    border-color: rgba(0,0,0,.7);
  }

  .print\:border-red-400{
    border-color: #ed4956;
  }

  .print\:border-red-500{
    border-color: #e74a4a;
  }

  .print\:border-orange-300{
    border-color: #a8774f;
  }

  .print\:border-orange-400{
    border-color: #926642;
  }

  .print\:border-orange-500{
    border-color: #d35a3a;
  }

  .print\:border-green-200{
    border-color: #d5d4a3;
  }

  .print\:border-green-300{
    border-color: #f05a30;
  }

  .print\:border-green-400{
    border-color: #b8b78a;
  }

  .print\:border-green-500{
    border-color: #48bb78;
  }

  .print\:border-green-600{
    border-color: #a4c264;
  }

  .print\:border-green-700{
    border-color: #B8B78F;
  }

  .print\:border-blue-400{
    border-color: #a2c3d3;
  }

  .print\:border-blue-500{
    border-color: #65a6c2;
  }

  .print\:border-blue-600{
    border-color: rgba(70, 97, 153, .97);
  }

  .print\:border-blue-700{
    border-color: rgba(70, 97, 153);
  }

  .print\:border-bluegrey-100{
    border-color: #D9D9D9;
  }

  .print\:border-terracotta-500{
    border-color: #bb7265;
  }

  .print\:border-terracotta-600{
    border-color: #a46357;
  }

  .print\:border-sky-100{
    border-color: #dff2fe;
  }

  .print\:border-sky-200{
    border-color: #a2c3d3;
  }

  .print\:border-neutral-500{
    border-color: #636466;
  }

  .print\:border-gray-50{
    border-color: #fcfcfc;
  }

  .print\:border-gray-100{
    border-color: #e7e7e7;
  }

  .print\:border-gray-125{
    border-color: #f0f0f0;
  }

  .print\:border-gray-150{
    border-color: #dddddd;
  }

  .print\:border-gray-200{
    border-color: #868b8f;
  }

  .print\:border-gray-250{
    border-color: #a6a5a5;
  }

  .print\:border-gray-300{
    border-color: #979796;
  }

  .print\:border-gray-400{
    border-color: #abaeb1;
  }

  .print\:border-gray-500{
    border-color: #c7c7c7;
  }

  .print\:border-gray-550{
    border-color: #ccc;
  }

  .print\:border-gray-600{
    border-color: #707070;
  }

  .print\:border-gray-700{
    border-color: #555555;
  }

  .print\:border-gray-800{
    border-color: #333232;
  }

  .print\:border-gray-900{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .print\:border-gray-1000{
    border-color: #dadada;
  }

  .print\:border-gray-1100{
    border-color: #ededed;
  }

  .print\:border-gray-1200{
    border-color: #b1b1b1;
  }

  .print\:border-gray-1300{
    border-color: #9b9b9b;
  }

  .print\:border-gray-1400{
    border-color: #999ea1;
  }

  .print\:border-gray-1500{
    border-color: #464646;
  }

  .print\:border-gray-1600{
    border-color: #9A9FA2;
  }

  .print\:border-gray-1700{
    border-color: #FBFBFB;
  }

  .print\:border-gray-1800{
    border-color: #494949;
  }

  .print\:border-gray-1900{
    border-color: #797979;
  }

  .print\:border-tan-300{
    border-color: #d2a680;
  }

  .print\:border-tan-400{
    border-color: #a38b71;
  }

  .print\:border-tan-500{
    border-color: #b18259;
  }

  .print\:border-tan-600{
    border-color: #c29064;
  }

  .print\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .print\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .print\:hover\:border-black:hover{
    border-color: #000000;
  }

  .print\:hover\:border-white:hover{
    border-color: #ffffff;
  }

  .print\:hover\:border-overlay:hover{
    border-color: rgba(0,0,0,.2);
  }

  .print\:hover\:border-transparent-background:hover{
    border-color: rgba(0,0,0,.7);
  }

  .print\:hover\:border-red-400:hover{
    border-color: #ed4956;
  }

  .print\:hover\:border-red-500:hover{
    border-color: #e74a4a;
  }

  .print\:hover\:border-orange-300:hover{
    border-color: #a8774f;
  }

  .print\:hover\:border-orange-400:hover{
    border-color: #926642;
  }

  .print\:hover\:border-orange-500:hover{
    border-color: #d35a3a;
  }

  .print\:hover\:border-green-200:hover{
    border-color: #d5d4a3;
  }

  .print\:hover\:border-green-300:hover{
    border-color: #f05a30;
  }

  .print\:hover\:border-green-400:hover{
    border-color: #b8b78a;
  }

  .print\:hover\:border-green-500:hover{
    border-color: #48bb78;
  }

  .print\:hover\:border-green-600:hover{
    border-color: #a4c264;
  }

  .print\:hover\:border-green-700:hover{
    border-color: #B8B78F;
  }

  .print\:hover\:border-blue-400:hover{
    border-color: #a2c3d3;
  }

  .print\:hover\:border-blue-500:hover{
    border-color: #65a6c2;
  }

  .print\:hover\:border-blue-600:hover{
    border-color: rgba(70, 97, 153, .97);
  }

  .print\:hover\:border-blue-700:hover{
    border-color: rgba(70, 97, 153);
  }

  .print\:hover\:border-bluegrey-100:hover{
    border-color: #D9D9D9;
  }

  .print\:hover\:border-terracotta-500:hover{
    border-color: #bb7265;
  }

  .print\:hover\:border-terracotta-600:hover{
    border-color: #a46357;
  }

  .print\:hover\:border-sky-100:hover{
    border-color: #dff2fe;
  }

  .print\:hover\:border-sky-200:hover{
    border-color: #a2c3d3;
  }

  .print\:hover\:border-neutral-500:hover{
    border-color: #636466;
  }

  .print\:hover\:border-gray-50:hover{
    border-color: #fcfcfc;
  }

  .print\:hover\:border-gray-100:hover{
    border-color: #e7e7e7;
  }

  .print\:hover\:border-gray-125:hover{
    border-color: #f0f0f0;
  }

  .print\:hover\:border-gray-150:hover{
    border-color: #dddddd;
  }

  .print\:hover\:border-gray-200:hover{
    border-color: #868b8f;
  }

  .print\:hover\:border-gray-250:hover{
    border-color: #a6a5a5;
  }

  .print\:hover\:border-gray-300:hover{
    border-color: #979796;
  }

  .print\:hover\:border-gray-400:hover{
    border-color: #abaeb1;
  }

  .print\:hover\:border-gray-500:hover{
    border-color: #c7c7c7;
  }

  .print\:hover\:border-gray-550:hover{
    border-color: #ccc;
  }

  .print\:hover\:border-gray-600:hover{
    border-color: #707070;
  }

  .print\:hover\:border-gray-700:hover{
    border-color: #555555;
  }

  .print\:hover\:border-gray-800:hover{
    border-color: #333232;
  }

  .print\:hover\:border-gray-900:hover{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .print\:hover\:border-gray-1000:hover{
    border-color: #dadada;
  }

  .print\:hover\:border-gray-1100:hover{
    border-color: #ededed;
  }

  .print\:hover\:border-gray-1200:hover{
    border-color: #b1b1b1;
  }

  .print\:hover\:border-gray-1300:hover{
    border-color: #9b9b9b;
  }

  .print\:hover\:border-gray-1400:hover{
    border-color: #999ea1;
  }

  .print\:hover\:border-gray-1500:hover{
    border-color: #464646;
  }

  .print\:hover\:border-gray-1600:hover{
    border-color: #9A9FA2;
  }

  .print\:hover\:border-gray-1700:hover{
    border-color: #FBFBFB;
  }

  .print\:hover\:border-gray-1800:hover{
    border-color: #494949;
  }

  .print\:hover\:border-gray-1900:hover{
    border-color: #797979;
  }

  .print\:hover\:border-tan-300:hover{
    border-color: #d2a680;
  }

  .print\:hover\:border-tan-400:hover{
    border-color: #a38b71;
  }

  .print\:hover\:border-tan-500:hover{
    border-color: #b18259;
  }

  .print\:hover\:border-tan-600:hover{
    border-color: #c29064;
  }

  .print\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .print\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .print\:focus\:border-black:focus{
    border-color: #000000;
  }

  .print\:focus\:border-white:focus{
    border-color: #ffffff;
  }

  .print\:focus\:border-overlay:focus{
    border-color: rgba(0,0,0,.2);
  }

  .print\:focus\:border-transparent-background:focus{
    border-color: rgba(0,0,0,.7);
  }

  .print\:focus\:border-red-400:focus{
    border-color: #ed4956;
  }

  .print\:focus\:border-red-500:focus{
    border-color: #e74a4a;
  }

  .print\:focus\:border-orange-300:focus{
    border-color: #a8774f;
  }

  .print\:focus\:border-orange-400:focus{
    border-color: #926642;
  }

  .print\:focus\:border-orange-500:focus{
    border-color: #d35a3a;
  }

  .print\:focus\:border-green-200:focus{
    border-color: #d5d4a3;
  }

  .print\:focus\:border-green-300:focus{
    border-color: #f05a30;
  }

  .print\:focus\:border-green-400:focus{
    border-color: #b8b78a;
  }

  .print\:focus\:border-green-500:focus{
    border-color: #48bb78;
  }

  .print\:focus\:border-green-600:focus{
    border-color: #a4c264;
  }

  .print\:focus\:border-green-700:focus{
    border-color: #B8B78F;
  }

  .print\:focus\:border-blue-400:focus{
    border-color: #a2c3d3;
  }

  .print\:focus\:border-blue-500:focus{
    border-color: #65a6c2;
  }

  .print\:focus\:border-blue-600:focus{
    border-color: rgba(70, 97, 153, .97);
  }

  .print\:focus\:border-blue-700:focus{
    border-color: rgba(70, 97, 153);
  }

  .print\:focus\:border-bluegrey-100:focus{
    border-color: #D9D9D9;
  }

  .print\:focus\:border-terracotta-500:focus{
    border-color: #bb7265;
  }

  .print\:focus\:border-terracotta-600:focus{
    border-color: #a46357;
  }

  .print\:focus\:border-sky-100:focus{
    border-color: #dff2fe;
  }

  .print\:focus\:border-sky-200:focus{
    border-color: #a2c3d3;
  }

  .print\:focus\:border-neutral-500:focus{
    border-color: #636466;
  }

  .print\:focus\:border-gray-50:focus{
    border-color: #fcfcfc;
  }

  .print\:focus\:border-gray-100:focus{
    border-color: #e7e7e7;
  }

  .print\:focus\:border-gray-125:focus{
    border-color: #f0f0f0;
  }

  .print\:focus\:border-gray-150:focus{
    border-color: #dddddd;
  }

  .print\:focus\:border-gray-200:focus{
    border-color: #868b8f;
  }

  .print\:focus\:border-gray-250:focus{
    border-color: #a6a5a5;
  }

  .print\:focus\:border-gray-300:focus{
    border-color: #979796;
  }

  .print\:focus\:border-gray-400:focus{
    border-color: #abaeb1;
  }

  .print\:focus\:border-gray-500:focus{
    border-color: #c7c7c7;
  }

  .print\:focus\:border-gray-550:focus{
    border-color: #ccc;
  }

  .print\:focus\:border-gray-600:focus{
    border-color: #707070;
  }

  .print\:focus\:border-gray-700:focus{
    border-color: #555555;
  }

  .print\:focus\:border-gray-800:focus{
    border-color: #333232;
  }

  .print\:focus\:border-gray-900:focus{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .print\:focus\:border-gray-1000:focus{
    border-color: #dadada;
  }

  .print\:focus\:border-gray-1100:focus{
    border-color: #ededed;
  }

  .print\:focus\:border-gray-1200:focus{
    border-color: #b1b1b1;
  }

  .print\:focus\:border-gray-1300:focus{
    border-color: #9b9b9b;
  }

  .print\:focus\:border-gray-1400:focus{
    border-color: #999ea1;
  }

  .print\:focus\:border-gray-1500:focus{
    border-color: #464646;
  }

  .print\:focus\:border-gray-1600:focus{
    border-color: #9A9FA2;
  }

  .print\:focus\:border-gray-1700:focus{
    border-color: #FBFBFB;
  }

  .print\:focus\:border-gray-1800:focus{
    border-color: #494949;
  }

  .print\:focus\:border-gray-1900:focus{
    border-color: #797979;
  }

  .print\:focus\:border-tan-300:focus{
    border-color: #d2a680;
  }

  .print\:focus\:border-tan-400:focus{
    border-color: #a38b71;
  }

  .print\:focus\:border-tan-500:focus{
    border-color: #b18259;
  }

  .print\:focus\:border-tan-600:focus{
    border-color: #c29064;
  }

  .js-is-active.print\:self-active\:border-transparent{
    border-color: transparent;
  }

  .js-is-active.print\:self-active\:border-current{
    border-color: currentColor;
  }

  .js-is-active.print\:self-active\:border-black{
    border-color: #000000;
  }

  .js-is-active.print\:self-active\:border-white{
    border-color: #ffffff;
  }

  .js-is-active.print\:self-active\:border-overlay{
    border-color: rgba(0,0,0,.2);
  }

  .js-is-active.print\:self-active\:border-transparent-background{
    border-color: rgba(0,0,0,.7);
  }

  .js-is-active.print\:self-active\:border-red-400{
    border-color: #ed4956;
  }

  .js-is-active.print\:self-active\:border-red-500{
    border-color: #e74a4a;
  }

  .js-is-active.print\:self-active\:border-orange-300{
    border-color: #a8774f;
  }

  .js-is-active.print\:self-active\:border-orange-400{
    border-color: #926642;
  }

  .js-is-active.print\:self-active\:border-orange-500{
    border-color: #d35a3a;
  }

  .js-is-active.print\:self-active\:border-green-200{
    border-color: #d5d4a3;
  }

  .js-is-active.print\:self-active\:border-green-300{
    border-color: #f05a30;
  }

  .js-is-active.print\:self-active\:border-green-400{
    border-color: #b8b78a;
  }

  .js-is-active.print\:self-active\:border-green-500{
    border-color: #48bb78;
  }

  .js-is-active.print\:self-active\:border-green-600{
    border-color: #a4c264;
  }

  .js-is-active.print\:self-active\:border-green-700{
    border-color: #B8B78F;
  }

  .js-is-active.print\:self-active\:border-blue-400{
    border-color: #a2c3d3;
  }

  .js-is-active.print\:self-active\:border-blue-500{
    border-color: #65a6c2;
  }

  .js-is-active.print\:self-active\:border-blue-600{
    border-color: rgba(70, 97, 153, .97);
  }

  .js-is-active.print\:self-active\:border-blue-700{
    border-color: rgba(70, 97, 153);
  }

  .js-is-active.print\:self-active\:border-bluegrey-100{
    border-color: #D9D9D9;
  }

  .js-is-active.print\:self-active\:border-terracotta-500{
    border-color: #bb7265;
  }

  .js-is-active.print\:self-active\:border-terracotta-600{
    border-color: #a46357;
  }

  .js-is-active.print\:self-active\:border-sky-100{
    border-color: #dff2fe;
  }

  .js-is-active.print\:self-active\:border-sky-200{
    border-color: #a2c3d3;
  }

  .js-is-active.print\:self-active\:border-neutral-500{
    border-color: #636466;
  }

  .js-is-active.print\:self-active\:border-gray-50{
    border-color: #fcfcfc;
  }

  .js-is-active.print\:self-active\:border-gray-100{
    border-color: #e7e7e7;
  }

  .js-is-active.print\:self-active\:border-gray-125{
    border-color: #f0f0f0;
  }

  .js-is-active.print\:self-active\:border-gray-150{
    border-color: #dddddd;
  }

  .js-is-active.print\:self-active\:border-gray-200{
    border-color: #868b8f;
  }

  .js-is-active.print\:self-active\:border-gray-250{
    border-color: #a6a5a5;
  }

  .js-is-active.print\:self-active\:border-gray-300{
    border-color: #979796;
  }

  .js-is-active.print\:self-active\:border-gray-400{
    border-color: #abaeb1;
  }

  .js-is-active.print\:self-active\:border-gray-500{
    border-color: #c7c7c7;
  }

  .js-is-active.print\:self-active\:border-gray-550{
    border-color: #ccc;
  }

  .js-is-active.print\:self-active\:border-gray-600{
    border-color: #707070;
  }

  .js-is-active.print\:self-active\:border-gray-700{
    border-color: #555555;
  }

  .js-is-active.print\:self-active\:border-gray-800{
    border-color: #333232;
  }

  .js-is-active.print\:self-active\:border-gray-900{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .js-is-active.print\:self-active\:border-gray-1000{
    border-color: #dadada;
  }

  .js-is-active.print\:self-active\:border-gray-1100{
    border-color: #ededed;
  }

  .js-is-active.print\:self-active\:border-gray-1200{
    border-color: #b1b1b1;
  }

  .js-is-active.print\:self-active\:border-gray-1300{
    border-color: #9b9b9b;
  }

  .js-is-active.print\:self-active\:border-gray-1400{
    border-color: #999ea1;
  }

  .js-is-active.print\:self-active\:border-gray-1500{
    border-color: #464646;
  }

  .js-is-active.print\:self-active\:border-gray-1600{
    border-color: #9A9FA2;
  }

  .js-is-active.print\:self-active\:border-gray-1700{
    border-color: #FBFBFB;
  }

  .js-is-active.print\:self-active\:border-gray-1800{
    border-color: #494949;
  }

  .js-is-active.print\:self-active\:border-gray-1900{
    border-color: #797979;
  }

  .js-is-active.print\:self-active\:border-tan-300{
    border-color: #d2a680;
  }

  .js-is-active.print\:self-active\:border-tan-400{
    border-color: #a38b71;
  }

  .js-is-active.print\:self-active\:border-tan-500{
    border-color: #b18259;
  }

  .js-is-active.print\:self-active\:border-tan-600{
    border-color: #c29064;
  }

  .group:hover .print\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .print\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .print\:group-hover\:border-black{
    border-color: #000000;
  }

  .group:hover .print\:group-hover\:border-white{
    border-color: #ffffff;
  }

  .group:hover .print\:group-hover\:border-overlay{
    border-color: rgba(0,0,0,.2);
  }

  .group:hover .print\:group-hover\:border-transparent-background{
    border-color: rgba(0,0,0,.7);
  }

  .group:hover .print\:group-hover\:border-red-400{
    border-color: #ed4956;
  }

  .group:hover .print\:group-hover\:border-red-500{
    border-color: #e74a4a;
  }

  .group:hover .print\:group-hover\:border-orange-300{
    border-color: #a8774f;
  }

  .group:hover .print\:group-hover\:border-orange-400{
    border-color: #926642;
  }

  .group:hover .print\:group-hover\:border-orange-500{
    border-color: #d35a3a;
  }

  .group:hover .print\:group-hover\:border-green-200{
    border-color: #d5d4a3;
  }

  .group:hover .print\:group-hover\:border-green-300{
    border-color: #f05a30;
  }

  .group:hover .print\:group-hover\:border-green-400{
    border-color: #b8b78a;
  }

  .group:hover .print\:group-hover\:border-green-500{
    border-color: #48bb78;
  }

  .group:hover .print\:group-hover\:border-green-600{
    border-color: #a4c264;
  }

  .group:hover .print\:group-hover\:border-green-700{
    border-color: #B8B78F;
  }

  .group:hover .print\:group-hover\:border-blue-400{
    border-color: #a2c3d3;
  }

  .group:hover .print\:group-hover\:border-blue-500{
    border-color: #65a6c2;
  }

  .group:hover .print\:group-hover\:border-blue-600{
    border-color: rgba(70, 97, 153, .97);
  }

  .group:hover .print\:group-hover\:border-blue-700{
    border-color: rgba(70, 97, 153);
  }

  .group:hover .print\:group-hover\:border-bluegrey-100{
    border-color: #D9D9D9;
  }

  .group:hover .print\:group-hover\:border-terracotta-500{
    border-color: #bb7265;
  }

  .group:hover .print\:group-hover\:border-terracotta-600{
    border-color: #a46357;
  }

  .group:hover .print\:group-hover\:border-sky-100{
    border-color: #dff2fe;
  }

  .group:hover .print\:group-hover\:border-sky-200{
    border-color: #a2c3d3;
  }

  .group:hover .print\:group-hover\:border-neutral-500{
    border-color: #636466;
  }

  .group:hover .print\:group-hover\:border-gray-50{
    border-color: #fcfcfc;
  }

  .group:hover .print\:group-hover\:border-gray-100{
    border-color: #e7e7e7;
  }

  .group:hover .print\:group-hover\:border-gray-125{
    border-color: #f0f0f0;
  }

  .group:hover .print\:group-hover\:border-gray-150{
    border-color: #dddddd;
  }

  .group:hover .print\:group-hover\:border-gray-200{
    border-color: #868b8f;
  }

  .group:hover .print\:group-hover\:border-gray-250{
    border-color: #a6a5a5;
  }

  .group:hover .print\:group-hover\:border-gray-300{
    border-color: #979796;
  }

  .group:hover .print\:group-hover\:border-gray-400{
    border-color: #abaeb1;
  }

  .group:hover .print\:group-hover\:border-gray-500{
    border-color: #c7c7c7;
  }

  .group:hover .print\:group-hover\:border-gray-550{
    border-color: #ccc;
  }

  .group:hover .print\:group-hover\:border-gray-600{
    border-color: #707070;
  }

  .group:hover .print\:group-hover\:border-gray-700{
    border-color: #555555;
  }

  .group:hover .print\:group-hover\:border-gray-800{
    border-color: #333232;
  }

  .group:hover .print\:group-hover\:border-gray-900{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .print\:group-hover\:border-gray-1000{
    border-color: #dadada;
  }

  .group:hover .print\:group-hover\:border-gray-1100{
    border-color: #ededed;
  }

  .group:hover .print\:group-hover\:border-gray-1200{
    border-color: #b1b1b1;
  }

  .group:hover .print\:group-hover\:border-gray-1300{
    border-color: #9b9b9b;
  }

  .group:hover .print\:group-hover\:border-gray-1400{
    border-color: #999ea1;
  }

  .group:hover .print\:group-hover\:border-gray-1500{
    border-color: #464646;
  }

  .group:hover .print\:group-hover\:border-gray-1600{
    border-color: #9A9FA2;
  }

  .group:hover .print\:group-hover\:border-gray-1700{
    border-color: #FBFBFB;
  }

  .group:hover .print\:group-hover\:border-gray-1800{
    border-color: #494949;
  }

  .group:hover .print\:group-hover\:border-gray-1900{
    border-color: #797979;
  }

  .group:hover .print\:group-hover\:border-tan-300{
    border-color: #d2a680;
  }

  .group:hover .print\:group-hover\:border-tan-400{
    border-color: #a38b71;
  }

  .group:hover .print\:group-hover\:border-tan-500{
    border-color: #b18259;
  }

  .group:hover .print\:group-hover\:border-tan-600{
    border-color: #c29064;
  }

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

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

  .print\:rounded{
    border-radius: 0.25rem;
  }

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

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

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

  .print\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

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

  .print\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

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

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

  .print\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .print\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

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

  .print\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .print\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .print\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .print\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .print\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .print\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .print\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .print\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .print\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

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

  .print\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

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

  .print\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .print\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .print\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .print\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .print\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .print\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .print\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .print\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .print\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .print\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .print\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .print\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .print\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .print\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .print\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .print\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .print\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .print\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .print\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .print\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .print\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .print\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .print\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .print\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

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

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

  .print\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .print\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

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

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

  .print\:border-dotted{
    border-style: dotted;
  }

  .print\:border-double{
    border-style: double;
  }

  .print\:border-none{
    border-style: none;
  }

  .print\:border-0{
    border-width: 0;
  }

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

  .print\:border-3{
    border-width: 3px;
  }

  .print\:border-4{
    border-width: 4px;
  }

  .print\:border-5{
    border-width: 5px;
  }

  .print\:border-6{
    border-width: 6px;
  }

  .print\:border-8{
    border-width: 8px;
  }

  .print\:border{
    border-width: 1px;
  }

  .print\:border-t-0{
    border-top-width: 0;
  }

  .print\:border-r-0{
    border-right-width: 0;
  }

  .print\:border-b-0{
    border-bottom-width: 0;
  }

  .print\:border-l-0{
    border-left-width: 0;
  }

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

  .print\:border-r-2{
    border-right-width: 2px;
  }

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

  .print\:border-l-2{
    border-left-width: 2px;
  }

  .print\:border-t-3{
    border-top-width: 3px;
  }

  .print\:border-r-3{
    border-right-width: 3px;
  }

  .print\:border-b-3{
    border-bottom-width: 3px;
  }

  .print\:border-l-3{
    border-left-width: 3px;
  }

  .print\:border-t-4{
    border-top-width: 4px;
  }

  .print\:border-r-4{
    border-right-width: 4px;
  }

  .print\:border-b-4{
    border-bottom-width: 4px;
  }

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

  .print\:border-t-5{
    border-top-width: 5px;
  }

  .print\:border-r-5{
    border-right-width: 5px;
  }

  .print\:border-b-5{
    border-bottom-width: 5px;
  }

  .print\:border-l-5{
    border-left-width: 5px;
  }

  .print\:border-t-6{
    border-top-width: 6px;
  }

  .print\:border-r-6{
    border-right-width: 6px;
  }

  .print\:border-b-6{
    border-bottom-width: 6px;
  }

  .print\:border-l-6{
    border-left-width: 6px;
  }

  .print\:border-t-8{
    border-top-width: 8px;
  }

  .print\:border-r-8{
    border-right-width: 8px;
  }

  .print\:border-b-8{
    border-bottom-width: 8px;
  }

  .print\:border-l-8{
    border-left-width: 8px;
  }

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

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

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

  .print\:border-l{
    border-left-width: 1px;
  }

  .print\:cursor-auto{
    cursor: auto;
  }

  .print\:cursor-default{
    cursor: default;
  }

  .print\:cursor-pointer{
    cursor: pointer;
  }

  .print\:cursor-wait{
    cursor: wait;
  }

  .print\:cursor-text{
    cursor: text;
  }

  .print\:cursor-move{
    cursor: move;
  }

  .print\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .print\:block{
    display: block;
  }

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

  .print\:inline{
    display: inline;
  }

  .print\:flex{
    display: flex;
  }

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

  .print\:table{
    display: table;
  }

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

  .print\:table-cell{
    display: table-cell;
  }

  .print\:hidden{
    display: none;
  }

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

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

  .group:hover .print\:group-hover\:inline{
    display: inline;
  }

  .group:hover .print\:group-hover\:flex{
    display: flex;
  }

  .group:hover .print\:group-hover\:inline-flex{
    display: inline-flex;
  }

  .group:hover .print\:group-hover\:table{
    display: table;
  }

  .group:hover .print\:group-hover\:table-row{
    display: table-row;
  }

  .group:hover .print\:group-hover\:table-cell{
    display: table-cell;
  }

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

  .group[aria-expanded="true"] .print\:group-aria-expanded\:block{
    display: block;
  }

  .group[aria-expanded="true"] .print\:group-aria-expanded\:inline-block{
    display: inline-block;
  }

  .group[aria-expanded="true"] .print\:group-aria-expanded\:inline{
    display: inline;
  }

  .group[aria-expanded="true"] .print\:group-aria-expanded\:flex{
    display: flex;
  }

  .group[aria-expanded="true"] .print\:group-aria-expanded\:inline-flex{
    display: inline-flex;
  }

  .group[aria-expanded="true"] .print\:group-aria-expanded\:table{
    display: table;
  }

  .group[aria-expanded="true"] .print\:group-aria-expanded\:table-row{
    display: table-row;
  }

  .group[aria-expanded="true"] .print\:group-aria-expanded\:table-cell{
    display: table-cell;
  }

  .group[aria-expanded="true"] .print\:group-aria-expanded\:hidden{
    display: none;
  }

  .js-is-active.print\:self-active\:block{
    display: block;
  }

  .js-is-active.print\:self-active\:inline-block{
    display: inline-block;
  }

  .js-is-active.print\:self-active\:inline{
    display: inline;
  }

  .js-is-active.print\:self-active\:flex{
    display: flex;
  }

  .js-is-active.print\:self-active\:inline-flex{
    display: inline-flex;
  }

  .js-is-active.print\:self-active\:table{
    display: table;
  }

  .js-is-active.print\:self-active\:table-row{
    display: table-row;
  }

  .js-is-active.print\:self-active\:table-cell{
    display: table-cell;
  }

  .js-is-active.print\:self-active\:hidden{
    display: none;
  }

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

  .print\:flex-row-reverse{
    flex-direction: row-reverse;
  }

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

  .print\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .print\:flex-wrap{
    flex-wrap: wrap;
  }

  .print\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .print\:flex-no-wrap{
    flex-wrap: nowrap;
  }

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

  .print\:items-end{
    align-items: flex-end;
  }

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

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

  .print\:items-stretch{
    align-items: stretch;
  }

  .print\:self-auto{
    align-self: auto;
  }

  .print\:self-start{
    align-self: flex-start;
  }

  .print\:self-end{
    align-self: flex-end;
  }

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

  .print\:self-stretch{
    align-self: stretch;
  }

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

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

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

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

  .print\:justify-around{
    justify-content: space-around;
  }

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

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

  .print\:content-end{
    align-content: flex-end;
  }

  .print\:content-between{
    align-content: space-between;
  }

  .print\:content-around{
    align-content: space-around;
  }

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

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

  .print\:flex-initial{
    flex: 0 1 auto;
  }

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

  .print\:flex-0-auto{
    flex: 0 0 auto;
  }

  .print\:flex-1-60{
    flex: 1 1 60%;
  }

  .print\:flex-grow-0{
    flex-grow: 0;
  }

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

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

  .print\:flex-shrink{
    flex-shrink: 1;
  }

  .print\:order-1{
    order: 1;
  }

  .print\:order-2{
    order: 2;
  }

  .print\:order-3{
    order: 3;
  }

  .print\:order-4{
    order: 4;
  }

  .print\:order-5{
    order: 5;
  }

  .print\:order-6{
    order: 6;
  }

  .print\:order-7{
    order: 7;
  }

  .print\:order-8{
    order: 8;
  }

  .print\:order-9{
    order: 9;
  }

  .print\:order-10{
    order: 10;
  }

  .print\:order-11{
    order: 11;
  }

  .print\:order-12{
    order: 12;
  }

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

  .print\:order-last{
    order: 9999;
  }

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

  .print\:float-right{
    float: right;
  }

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

  .print\:float-none{
    float: none;
  }

  .print\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .print\:font-sans{
    font-family: "HelveticaNeueLTStd", "HelveticaNeueLT", sans-serif;
  }

  .print\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .print\:font-hairline{
    font-weight: 100;
  }

  .print\:font-thin{
    font-weight: 200;
  }

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

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

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

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

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

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

  .print\:font-black{
    font-weight: 900;
  }

  .print\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .print\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .print\:hover\:font-light:hover{
    font-weight: 300;
  }

  .print\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .print\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .print\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .print\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .print\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .print\:hover\:font-black:hover{
    font-weight: 900;
  }

  .print\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .print\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .print\:focus\:font-light:focus{
    font-weight: 300;
  }

  .print\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .print\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .print\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .print\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .print\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .print\:focus\:font-black:focus{
    font-weight: 900;
  }

  .print\:h-0{
    height: 0;
  }

  .print\:h-1{
    height: 0.25rem;
  }

  .print\:h-2{
    height: 0.5rem;
  }

  .print\:h-3{
    height: 0.75rem;
  }

  .print\:h-4{
    height: 1rem;
  }

  .print\:h-5{
    height: 1.25rem;
  }

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

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

  .print\:h-10{
    height: 2.5rem;
  }

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

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

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

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

  .print\:h-24{
    height: 6rem;
  }

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

  .print\:h-40{
    height: 10rem;
  }

  .print\:h-48{
    height: 12rem;
  }

  .print\:h-56{
    height: 14rem;
  }

  .print\:h-64{
    height: 16rem;
  }

  .print\:h-360{
    height: 22.5rem;
  }

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

  .print\:h-px{
    height: 1px;
  }

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

  .print\:h-screen{
    height: 100vh;
  }

  .print\:h-inherit{
    height: inherit;
  }

  .print\:h-3\/5{
    height: 60%;
  }

  .print\:h-screen-75{
    height: 75vh;
  }

  .print\:leading-none{
    line-height: 1;
  }

  .print\:leading-tight{
    line-height: 1.25;
  }

  .print\:leading-snug{
    line-height: 1.375;
  }

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

  .print\:leading-relaxed{
    line-height: 1.625;
  }

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

  .print\:leading-lockup{
    line-height: 0.9;
  }

  .print\:list-inside{
    list-style-position: inside;
  }

  .print\:list-outside{
    list-style-position: outside;
  }

  .print\:list-none{
    list-style-type: none;
  }

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

  .print\:list-decimal{
    list-style-type: decimal;
  }

  .print\:m-0{
    margin: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .print\:m-full{
    margin: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .print\:-m-full{
    margin: -100%;
  }

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

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

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

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

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

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

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

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

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

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

  .print\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

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

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

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

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

  .print\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .print\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .print\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

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

  .print\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

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

  .print\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

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

  .print\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .print\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .print\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .print\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .print\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .print\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .print\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .print\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .print\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .print\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .print\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .print\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .print\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

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

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

  .print\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .print\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .print\:my-full{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .print\:mx-full{
    margin-left: 100%;
    margin-right: 100%;
  }

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

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

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

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

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

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

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

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

  .print\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

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

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

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

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

  .print\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .print\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .print\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

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

  .print\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

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

  .print\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

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

  .print\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .print\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .print\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .print\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .print\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .print\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .print\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .print\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .print\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .print\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .print\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .print\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .print\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .print\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .print\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .print\:-my-full{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .print\:-mx-full{
    margin-left: -100%;
    margin-right: -100%;
  }

  .print\:mt-0{
    margin-top: 0;
  }

  .print\:mr-0{
    margin-right: 0;
  }

  .print\:mb-0{
    margin-bottom: 0;
  }

  .print\:ml-0{
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .print\:mr-10{
    margin-right: 2.5rem;
  }

  .print\:mb-10{
    margin-bottom: 2.5rem;
  }

  .print\:ml-10{
    margin-left: 2.5rem;
  }

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

  .print\:mr-12{
    margin-right: 3rem;
  }

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

  .print\:ml-12{
    margin-left: 3rem;
  }

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

  .print\:mr-16{
    margin-right: 4rem;
  }

  .print\:mb-16{
    margin-bottom: 4rem;
  }

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

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

  .print\:mr-20{
    margin-right: 5rem;
  }

  .print\:mb-20{
    margin-bottom: 5rem;
  }

  .print\:ml-20{
    margin-left: 5rem;
  }

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

  .print\:mr-24{
    margin-right: 6rem;
  }

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

  .print\:ml-24{
    margin-left: 6rem;
  }

  .print\:mt-32{
    margin-top: 8rem;
  }

  .print\:mr-32{
    margin-right: 8rem;
  }

  .print\:mb-32{
    margin-bottom: 8rem;
  }

  .print\:ml-32{
    margin-left: 8rem;
  }

  .print\:mt-40{
    margin-top: 10rem;
  }

  .print\:mr-40{
    margin-right: 10rem;
  }

  .print\:mb-40{
    margin-bottom: 10rem;
  }

  .print\:ml-40{
    margin-left: 10rem;
  }

  .print\:mt-48{
    margin-top: 12rem;
  }

  .print\:mr-48{
    margin-right: 12rem;
  }

  .print\:mb-48{
    margin-bottom: 12rem;
  }

  .print\:ml-48{
    margin-left: 12rem;
  }

  .print\:mt-56{
    margin-top: 14rem;
  }

  .print\:mr-56{
    margin-right: 14rem;
  }

  .print\:mb-56{
    margin-bottom: 14rem;
  }

  .print\:ml-56{
    margin-left: 14rem;
  }

  .print\:mt-64{
    margin-top: 16rem;
  }

  .print\:mr-64{
    margin-right: 16rem;
  }

  .print\:mb-64{
    margin-bottom: 16rem;
  }

  .print\:ml-64{
    margin-left: 16rem;
  }

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

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

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

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

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

  .print\:mr-px{
    margin-right: 1px;
  }

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

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

  .print\:mt-full{
    margin-top: 100%;
  }

  .print\:mr-full{
    margin-right: 100%;
  }

  .print\:mb-full{
    margin-bottom: 100%;
  }

  .print\:ml-full{
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .print\:-mr-10{
    margin-right: -2.5rem;
  }

  .print\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .print\:-ml-10{
    margin-left: -2.5rem;
  }

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

  .print\:-mr-12{
    margin-right: -3rem;
  }

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

  .print\:-ml-12{
    margin-left: -3rem;
  }

  .print\:-mt-16{
    margin-top: -4rem;
  }

  .print\:-mr-16{
    margin-right: -4rem;
  }

  .print\:-mb-16{
    margin-bottom: -4rem;
  }

  .print\:-ml-16{
    margin-left: -4rem;
  }

  .print\:-mt-20{
    margin-top: -5rem;
  }

  .print\:-mr-20{
    margin-right: -5rem;
  }

  .print\:-mb-20{
    margin-bottom: -5rem;
  }

  .print\:-ml-20{
    margin-left: -5rem;
  }

  .print\:-mt-24{
    margin-top: -6rem;
  }

  .print\:-mr-24{
    margin-right: -6rem;
  }

  .print\:-mb-24{
    margin-bottom: -6rem;
  }

  .print\:-ml-24{
    margin-left: -6rem;
  }

  .print\:-mt-32{
    margin-top: -8rem;
  }

  .print\:-mr-32{
    margin-right: -8rem;
  }

  .print\:-mb-32{
    margin-bottom: -8rem;
  }

  .print\:-ml-32{
    margin-left: -8rem;
  }

  .print\:-mt-40{
    margin-top: -10rem;
  }

  .print\:-mr-40{
    margin-right: -10rem;
  }

  .print\:-mb-40{
    margin-bottom: -10rem;
  }

  .print\:-ml-40{
    margin-left: -10rem;
  }

  .print\:-mt-48{
    margin-top: -12rem;
  }

  .print\:-mr-48{
    margin-right: -12rem;
  }

  .print\:-mb-48{
    margin-bottom: -12rem;
  }

  .print\:-ml-48{
    margin-left: -12rem;
  }

  .print\:-mt-56{
    margin-top: -14rem;
  }

  .print\:-mr-56{
    margin-right: -14rem;
  }

  .print\:-mb-56{
    margin-bottom: -14rem;
  }

  .print\:-ml-56{
    margin-left: -14rem;
  }

  .print\:-mt-64{
    margin-top: -16rem;
  }

  .print\:-mr-64{
    margin-right: -16rem;
  }

  .print\:-mb-64{
    margin-bottom: -16rem;
  }

  .print\:-ml-64{
    margin-left: -16rem;
  }

  .print\:-mt-px{
    margin-top: -1px;
  }

  .print\:-mr-px{
    margin-right: -1px;
  }

  .print\:-mb-px{
    margin-bottom: -1px;
  }

  .print\:-ml-px{
    margin-left: -1px;
  }

  .print\:-mt-full{
    margin-top: -100%;
  }

  .print\:-mr-full{
    margin-right: -100%;
  }

  .print\:-mb-full{
    margin-bottom: -100%;
  }

  .print\:-ml-full{
    margin-left: -100%;
  }

  .print\:max-h-full{
    max-height: 100%;
  }

  .print\:max-h-screen{
    max-height: 100vh;
  }

  .print\:max-h-inherit{
    max-height: inherit;
  }

  .print\:max-h-screen-50{
    max-height: 50vh;
  }

  .print\:max-h-screen-75{
    max-height: 75vh;
  }

  .print\:max-w-xs{
    max-width: 20rem;
  }

  .print\:max-w-sm{
    max-width: 24rem;
  }

  .print\:max-w-md{
    max-width: 28rem;
  }

  .print\:max-w-lg{
    max-width: 32rem;
  }

  .print\:max-w-xl{
    max-width: 36rem;
  }

  .print\:max-w-2xl{
    max-width: 42rem;
  }

  .print\:max-w-3xl{
    max-width: 48rem;
  }

  .print\:max-w-4xl{
    max-width: 56rem;
  }

  .print\:max-w-5xl{
    max-width: 64rem;
  }

  .print\:max-w-6xl{
    max-width: 72rem;
  }

  .print\:max-w-full{
    max-width: 100%;
  }

  .print\:max-w-none{
    max-width: none;
  }

  .print\:min-h-0{
    min-height: 0;
  }

  .print\:min-h-10{
    min-height: 2.5rem;
  }

  .print\:min-h-100{
    min-height: 25rem;
  }

  .print\:min-h-300{
    min-height: 18.75rem;
  }

  .print\:min-h-full{
    min-height: 100%;
  }

  .print\:min-h-screen{
    min-height: 100vh;
  }

  .print\:min-h-inherit{
    min-height: inherit;
  }

  .print\:min-h-screen-50{
    min-height: 50vh;
  }

  .print\:min-h-screen-75{
    min-height: 75vh;
  }

  .print\:min-w-0{
    min-width: 0;
  }

  .print\:min-w-full{
    min-width: 100%;
  }

  .print\:min-w-inherit{
    min-width: inherit;
  }

  .print\:object-contain{
    object-fit: contain;
  }

  .print\:object-cover{
    object-fit: cover;
  }

  .print\:object-fill{
    object-fit: fill;
  }

  .print\:object-none{
    object-fit: none;
  }

  .print\:object-scale-down{
    object-fit: scale-down;
  }

  .print\:object-bottom{
    object-position: bottom;
  }

  .print\:object-center{
    object-position: center;
  }

  .print\:object-left{
    object-position: left;
  }

  .print\:object-left-bottom{
    object-position: left bottom;
  }

  .print\:object-left-top{
    object-position: left top;
  }

  .print\:object-right{
    object-position: right;
  }

  .print\:object-right-bottom{
    object-position: right bottom;
  }

  .print\:object-right-top{
    object-position: right top;
  }

  .print\:object-top{
    object-position: top;
  }

  .print\:opacity-0{
    opacity: 0;
  }

  .print\:opacity-25{
    opacity: 0.25;
  }

  .print\:opacity-50{
    opacity: 0.5;
  }

  .print\:opacity-75{
    opacity: 0.75;
  }

  .print\:opacity-100{
    opacity: 1;
  }

  .group:hover .print\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .print\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .print\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .print\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .print\:group-hover\:opacity-100{
    opacity: 1;
  }

  .js-is-active.print\:self-active\:opacity-0{
    opacity: 0;
  }

  .js-is-active.print\:self-active\:opacity-25{
    opacity: 0.25;
  }

  .js-is-active.print\:self-active\:opacity-50{
    opacity: 0.5;
  }

  .js-is-active.print\:self-active\:opacity-75{
    opacity: 0.75;
  }

  .js-is-active.print\:self-active\:opacity-100{
    opacity: 1;
  }

  .print\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .print\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .print\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .print\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .print\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .print\:overflow-auto{
    overflow: auto;
  }

  .print\:overflow-hidden{
    overflow: hidden;
  }

  .print\:overflow-visible{
    overflow: visible;
  }

  .print\:overflow-scroll{
    overflow: scroll;
  }

  .print\:overflow-x-auto{
    overflow-x: auto;
  }

  .print\:overflow-y-auto{
    overflow-y: auto;
  }

  .print\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .print\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .print\:overflow-x-visible{
    overflow-x: visible;
  }

  .print\:overflow-y-visible{
    overflow-y: visible;
  }

  .print\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .print\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .print\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .print\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .print\:p-0{
    padding: 0;
  }

  .print\:p-1{
    padding: 0.25rem;
  }

  .print\:p-2{
    padding: 0.5rem;
  }

  .print\:p-3{
    padding: 0.75rem;
  }

  .print\:p-4{
    padding: 1rem;
  }

  .print\:p-5{
    padding: 1.25rem;
  }

  .print\:p-6{
    padding: 1.5rem;
  }

  .print\:p-8{
    padding: 2rem;
  }

  .print\:p-10{
    padding: 2.5rem;
  }

  .print\:p-12{
    padding: 3rem;
  }

  .print\:p-16{
    padding: 4rem;
  }

  .print\:p-20{
    padding: 5rem;
  }

  .print\:p-24{
    padding: 6rem;
  }

  .print\:p-32{
    padding: 8rem;
  }

  .print\:p-40{
    padding: 10rem;
  }

  .print\:p-48{
    padding: 12rem;
  }

  .print\:p-56{
    padding: 14rem;
  }

  .print\:p-64{
    padding: 16rem;
  }

  .print\:p-px{
    padding: 1px;
  }

  .print\:p-full{
    padding: 100%;
  }

  .print\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .print\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .print\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .print\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .print\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .print\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .print\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .print\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .print\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .print\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .print\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .print\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .print\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .print\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .print\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .print\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .print\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .print\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .print\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .print\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .print\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .print\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .print\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .print\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .print\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .print\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .print\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .print\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .print\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .print\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .print\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .print\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .print\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .print\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .print\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .print\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .print\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .print\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .print\:py-full{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .print\:px-full{
    padding-left: 100%;
    padding-right: 100%;
  }

  .print\:pt-0{
    padding-top: 0;
  }

  .print\:pr-0{
    padding-right: 0;
  }

  .print\:pb-0{
    padding-bottom: 0;
  }

  .print\:pl-0{
    padding-left: 0;
  }

  .print\:pt-1{
    padding-top: 0.25rem;
  }

  .print\:pr-1{
    padding-right: 0.25rem;
  }

  .print\:pb-1{
    padding-bottom: 0.25rem;
  }

  .print\:pl-1{
    padding-left: 0.25rem;
  }

  .print\:pt-2{
    padding-top: 0.5rem;
  }

  .print\:pr-2{
    padding-right: 0.5rem;
  }

  .print\:pb-2{
    padding-bottom: 0.5rem;
  }

  .print\:pl-2{
    padding-left: 0.5rem;
  }

  .print\:pt-3{
    padding-top: 0.75rem;
  }

  .print\:pr-3{
    padding-right: 0.75rem;
  }

  .print\:pb-3{
    padding-bottom: 0.75rem;
  }

  .print\:pl-3{
    padding-left: 0.75rem;
  }

  .print\:pt-4{
    padding-top: 1rem;
  }

  .print\:pr-4{
    padding-right: 1rem;
  }

  .print\:pb-4{
    padding-bottom: 1rem;
  }

  .print\:pl-4{
    padding-left: 1rem;
  }

  .print\:pt-5{
    padding-top: 1.25rem;
  }

  .print\:pr-5{
    padding-right: 1.25rem;
  }

  .print\:pb-5{
    padding-bottom: 1.25rem;
  }

  .print\:pl-5{
    padding-left: 1.25rem;
  }

  .print\:pt-6{
    padding-top: 1.5rem;
  }

  .print\:pr-6{
    padding-right: 1.5rem;
  }

  .print\:pb-6{
    padding-bottom: 1.5rem;
  }

  .print\:pl-6{
    padding-left: 1.5rem;
  }

  .print\:pt-8{
    padding-top: 2rem;
  }

  .print\:pr-8{
    padding-right: 2rem;
  }

  .print\:pb-8{
    padding-bottom: 2rem;
  }

  .print\:pl-8{
    padding-left: 2rem;
  }

  .print\:pt-10{
    padding-top: 2.5rem;
  }

  .print\:pr-10{
    padding-right: 2.5rem;
  }

  .print\:pb-10{
    padding-bottom: 2.5rem;
  }

  .print\:pl-10{
    padding-left: 2.5rem;
  }

  .print\:pt-12{
    padding-top: 3rem;
  }

  .print\:pr-12{
    padding-right: 3rem;
  }

  .print\:pb-12{
    padding-bottom: 3rem;
  }

  .print\:pl-12{
    padding-left: 3rem;
  }

  .print\:pt-16{
    padding-top: 4rem;
  }

  .print\:pr-16{
    padding-right: 4rem;
  }

  .print\:pb-16{
    padding-bottom: 4rem;
  }

  .print\:pl-16{
    padding-left: 4rem;
  }

  .print\:pt-20{
    padding-top: 5rem;
  }

  .print\:pr-20{
    padding-right: 5rem;
  }

  .print\:pb-20{
    padding-bottom: 5rem;
  }

  .print\:pl-20{
    padding-left: 5rem;
  }

  .print\:pt-24{
    padding-top: 6rem;
  }

  .print\:pr-24{
    padding-right: 6rem;
  }

  .print\:pb-24{
    padding-bottom: 6rem;
  }

  .print\:pl-24{
    padding-left: 6rem;
  }

  .print\:pt-32{
    padding-top: 8rem;
  }

  .print\:pr-32{
    padding-right: 8rem;
  }

  .print\:pb-32{
    padding-bottom: 8rem;
  }

  .print\:pl-32{
    padding-left: 8rem;
  }

  .print\:pt-40{
    padding-top: 10rem;
  }

  .print\:pr-40{
    padding-right: 10rem;
  }

  .print\:pb-40{
    padding-bottom: 10rem;
  }

  .print\:pl-40{
    padding-left: 10rem;
  }

  .print\:pt-48{
    padding-top: 12rem;
  }

  .print\:pr-48{
    padding-right: 12rem;
  }

  .print\:pb-48{
    padding-bottom: 12rem;
  }

  .print\:pl-48{
    padding-left: 12rem;
  }

  .print\:pt-56{
    padding-top: 14rem;
  }

  .print\:pr-56{
    padding-right: 14rem;
  }

  .print\:pb-56{
    padding-bottom: 14rem;
  }

  .print\:pl-56{
    padding-left: 14rem;
  }

  .print\:pt-64{
    padding-top: 16rem;
  }

  .print\:pr-64{
    padding-right: 16rem;
  }

  .print\:pb-64{
    padding-bottom: 16rem;
  }

  .print\:pl-64{
    padding-left: 16rem;
  }

  .print\:pt-px{
    padding-top: 1px;
  }

  .print\:pr-px{
    padding-right: 1px;
  }

  .print\:pb-px{
    padding-bottom: 1px;
  }

  .print\:pl-px{
    padding-left: 1px;
  }

  .print\:pt-full{
    padding-top: 100%;
  }

  .print\:pr-full{
    padding-right: 100%;
  }

  .print\:pb-full{
    padding-bottom: 100%;
  }

  .print\:pl-full{
    padding-left: 100%;
  }

  .print\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .print\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .print\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .print\:placeholder-current::placeholder{
    color: currentColor;
  }

  .print\:placeholder-black:-ms-input-placeholder{
    color: #000000;
  }

  .print\:placeholder-black::placeholder{
    color: #000000;
  }

  .print\:placeholder-white:-ms-input-placeholder{
    color: #ffffff;
  }

  .print\:placeholder-white::placeholder{
    color: #ffffff;
  }

  .print\:placeholder-overlay:-ms-input-placeholder{
    color: rgba(0,0,0,.2);
  }

  .print\:placeholder-overlay::placeholder{
    color: rgba(0,0,0,.2);
  }

  .print\:placeholder-transparent-background:-ms-input-placeholder{
    color: rgba(0,0,0,.7);
  }

  .print\:placeholder-transparent-background::placeholder{
    color: rgba(0,0,0,.7);
  }

  .print\:placeholder-red-400:-ms-input-placeholder{
    color: #ed4956;
  }

  .print\:placeholder-red-400::placeholder{
    color: #ed4956;
  }

  .print\:placeholder-red-500:-ms-input-placeholder{
    color: #e74a4a;
  }

  .print\:placeholder-red-500::placeholder{
    color: #e74a4a;
  }

  .print\:placeholder-orange-300:-ms-input-placeholder{
    color: #a8774f;
  }

  .print\:placeholder-orange-300::placeholder{
    color: #a8774f;
  }

  .print\:placeholder-orange-400:-ms-input-placeholder{
    color: #926642;
  }

  .print\:placeholder-orange-400::placeholder{
    color: #926642;
  }

  .print\:placeholder-orange-500:-ms-input-placeholder{
    color: #d35a3a;
  }

  .print\:placeholder-orange-500::placeholder{
    color: #d35a3a;
  }

  .print\:placeholder-green-200:-ms-input-placeholder{
    color: #d5d4a3;
  }

  .print\:placeholder-green-200::placeholder{
    color: #d5d4a3;
  }

  .print\:placeholder-green-300:-ms-input-placeholder{
    color: #f05a30;
  }

  .print\:placeholder-green-300::placeholder{
    color: #f05a30;
  }

  .print\:placeholder-green-400:-ms-input-placeholder{
    color: #b8b78a;
  }

  .print\:placeholder-green-400::placeholder{
    color: #b8b78a;
  }

  .print\:placeholder-green-500:-ms-input-placeholder{
    color: #48bb78;
  }

  .print\:placeholder-green-500::placeholder{
    color: #48bb78;
  }

  .print\:placeholder-green-600:-ms-input-placeholder{
    color: #a4c264;
  }

  .print\:placeholder-green-600::placeholder{
    color: #a4c264;
  }

  .print\:placeholder-green-700:-ms-input-placeholder{
    color: #B8B78F;
  }

  .print\:placeholder-green-700::placeholder{
    color: #B8B78F;
  }

  .print\:placeholder-blue-400:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .print\:placeholder-blue-400::placeholder{
    color: #a2c3d3;
  }

  .print\:placeholder-blue-500:-ms-input-placeholder{
    color: #65a6c2;
  }

  .print\:placeholder-blue-500::placeholder{
    color: #65a6c2;
  }

  .print\:placeholder-blue-600:-ms-input-placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .print\:placeholder-blue-600::placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .print\:placeholder-blue-700:-ms-input-placeholder{
    color: rgba(70, 97, 153);
  }

  .print\:placeholder-blue-700::placeholder{
    color: rgba(70, 97, 153);
  }

  .print\:placeholder-bluegrey-100:-ms-input-placeholder{
    color: #D9D9D9;
  }

  .print\:placeholder-bluegrey-100::placeholder{
    color: #D9D9D9;
  }

  .print\:placeholder-terracotta-500:-ms-input-placeholder{
    color: #bb7265;
  }

  .print\:placeholder-terracotta-500::placeholder{
    color: #bb7265;
  }

  .print\:placeholder-terracotta-600:-ms-input-placeholder{
    color: #a46357;
  }

  .print\:placeholder-terracotta-600::placeholder{
    color: #a46357;
  }

  .print\:placeholder-sky-100:-ms-input-placeholder{
    color: #dff2fe;
  }

  .print\:placeholder-sky-100::placeholder{
    color: #dff2fe;
  }

  .print\:placeholder-sky-200:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .print\:placeholder-sky-200::placeholder{
    color: #a2c3d3;
  }

  .print\:placeholder-neutral-500:-ms-input-placeholder{
    color: #636466;
  }

  .print\:placeholder-neutral-500::placeholder{
    color: #636466;
  }

  .print\:placeholder-gray-50:-ms-input-placeholder{
    color: #fcfcfc;
  }

  .print\:placeholder-gray-50::placeholder{
    color: #fcfcfc;
  }

  .print\:placeholder-gray-100:-ms-input-placeholder{
    color: #e7e7e7;
  }

  .print\:placeholder-gray-100::placeholder{
    color: #e7e7e7;
  }

  .print\:placeholder-gray-125:-ms-input-placeholder{
    color: #f0f0f0;
  }

  .print\:placeholder-gray-125::placeholder{
    color: #f0f0f0;
  }

  .print\:placeholder-gray-150:-ms-input-placeholder{
    color: #dddddd;
  }

  .print\:placeholder-gray-150::placeholder{
    color: #dddddd;
  }

  .print\:placeholder-gray-200:-ms-input-placeholder{
    color: #868b8f;
  }

  .print\:placeholder-gray-200::placeholder{
    color: #868b8f;
  }

  .print\:placeholder-gray-250:-ms-input-placeholder{
    color: #a6a5a5;
  }

  .print\:placeholder-gray-250::placeholder{
    color: #a6a5a5;
  }

  .print\:placeholder-gray-300:-ms-input-placeholder{
    color: #979796;
  }

  .print\:placeholder-gray-300::placeholder{
    color: #979796;
  }

  .print\:placeholder-gray-400:-ms-input-placeholder{
    color: #abaeb1;
  }

  .print\:placeholder-gray-400::placeholder{
    color: #abaeb1;
  }

  .print\:placeholder-gray-500:-ms-input-placeholder{
    color: #c7c7c7;
  }

  .print\:placeholder-gray-500::placeholder{
    color: #c7c7c7;
  }

  .print\:placeholder-gray-550:-ms-input-placeholder{
    color: #ccc;
  }

  .print\:placeholder-gray-550::placeholder{
    color: #ccc;
  }

  .print\:placeholder-gray-600:-ms-input-placeholder{
    color: #707070;
  }

  .print\:placeholder-gray-600::placeholder{
    color: #707070;
  }

  .print\:placeholder-gray-700:-ms-input-placeholder{
    color: #555555;
  }

  .print\:placeholder-gray-700::placeholder{
    color: #555555;
  }

  .print\:placeholder-gray-800:-ms-input-placeholder{
    color: #333232;
  }

  .print\:placeholder-gray-800::placeholder{
    color: #333232;
  }

  .print\:placeholder-gray-900:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .print\:placeholder-gray-900::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .print\:placeholder-gray-1000:-ms-input-placeholder{
    color: #dadada;
  }

  .print\:placeholder-gray-1000::placeholder{
    color: #dadada;
  }

  .print\:placeholder-gray-1100:-ms-input-placeholder{
    color: #ededed;
  }

  .print\:placeholder-gray-1100::placeholder{
    color: #ededed;
  }

  .print\:placeholder-gray-1200:-ms-input-placeholder{
    color: #b1b1b1;
  }

  .print\:placeholder-gray-1200::placeholder{
    color: #b1b1b1;
  }

  .print\:placeholder-gray-1300:-ms-input-placeholder{
    color: #9b9b9b;
  }

  .print\:placeholder-gray-1300::placeholder{
    color: #9b9b9b;
  }

  .print\:placeholder-gray-1400:-ms-input-placeholder{
    color: #999ea1;
  }

  .print\:placeholder-gray-1400::placeholder{
    color: #999ea1;
  }

  .print\:placeholder-gray-1500:-ms-input-placeholder{
    color: #464646;
  }

  .print\:placeholder-gray-1500::placeholder{
    color: #464646;
  }

  .print\:placeholder-gray-1600:-ms-input-placeholder{
    color: #9A9FA2;
  }

  .print\:placeholder-gray-1600::placeholder{
    color: #9A9FA2;
  }

  .print\:placeholder-gray-1700:-ms-input-placeholder{
    color: #FBFBFB;
  }

  .print\:placeholder-gray-1700::placeholder{
    color: #FBFBFB;
  }

  .print\:placeholder-gray-1800:-ms-input-placeholder{
    color: #494949;
  }

  .print\:placeholder-gray-1800::placeholder{
    color: #494949;
  }

  .print\:placeholder-gray-1900:-ms-input-placeholder{
    color: #797979;
  }

  .print\:placeholder-gray-1900::placeholder{
    color: #797979;
  }

  .print\:placeholder-tan-300:-ms-input-placeholder{
    color: #d2a680;
  }

  .print\:placeholder-tan-300::placeholder{
    color: #d2a680;
  }

  .print\:placeholder-tan-400:-ms-input-placeholder{
    color: #a38b71;
  }

  .print\:placeholder-tan-400::placeholder{
    color: #a38b71;
  }

  .print\:placeholder-tan-500:-ms-input-placeholder{
    color: #b18259;
  }

  .print\:placeholder-tan-500::placeholder{
    color: #b18259;
  }

  .print\:placeholder-tan-600:-ms-input-placeholder{
    color: #c29064;
  }

  .print\:placeholder-tan-600::placeholder{
    color: #c29064;
  }

  .print\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .print\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .print\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .print\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .print\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: #000000;
  }

  .print\:focus\:placeholder-black:focus::placeholder{
    color: #000000;
  }

  .print\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: #ffffff;
  }

  .print\:focus\:placeholder-white:focus::placeholder{
    color: #ffffff;
  }

  .print\:focus\:placeholder-overlay:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.2);
  }

  .print\:focus\:placeholder-overlay:focus::placeholder{
    color: rgba(0,0,0,.2);
  }

  .print\:focus\:placeholder-transparent-background:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.7);
  }

  .print\:focus\:placeholder-transparent-background:focus::placeholder{
    color: rgba(0,0,0,.7);
  }

  .print\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    color: #ed4956;
  }

  .print\:focus\:placeholder-red-400:focus::placeholder{
    color: #ed4956;
  }

  .print\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    color: #e74a4a;
  }

  .print\:focus\:placeholder-red-500:focus::placeholder{
    color: #e74a4a;
  }

  .print\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    color: #a8774f;
  }

  .print\:focus\:placeholder-orange-300:focus::placeholder{
    color: #a8774f;
  }

  .print\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    color: #926642;
  }

  .print\:focus\:placeholder-orange-400:focus::placeholder{
    color: #926642;
  }

  .print\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    color: #d35a3a;
  }

  .print\:focus\:placeholder-orange-500:focus::placeholder{
    color: #d35a3a;
  }

  .print\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    color: #d5d4a3;
  }

  .print\:focus\:placeholder-green-200:focus::placeholder{
    color: #d5d4a3;
  }

  .print\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    color: #f05a30;
  }

  .print\:focus\:placeholder-green-300:focus::placeholder{
    color: #f05a30;
  }

  .print\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    color: #b8b78a;
  }

  .print\:focus\:placeholder-green-400:focus::placeholder{
    color: #b8b78a;
  }

  .print\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    color: #48bb78;
  }

  .print\:focus\:placeholder-green-500:focus::placeholder{
    color: #48bb78;
  }

  .print\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    color: #a4c264;
  }

  .print\:focus\:placeholder-green-600:focus::placeholder{
    color: #a4c264;
  }

  .print\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    color: #B8B78F;
  }

  .print\:focus\:placeholder-green-700:focus::placeholder{
    color: #B8B78F;
  }

  .print\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .print\:focus\:placeholder-blue-400:focus::placeholder{
    color: #a2c3d3;
  }

  .print\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    color: #65a6c2;
  }

  .print\:focus\:placeholder-blue-500:focus::placeholder{
    color: #65a6c2;
  }

  .print\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .print\:focus\:placeholder-blue-600:focus::placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .print\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    color: rgba(70, 97, 153);
  }

  .print\:focus\:placeholder-blue-700:focus::placeholder{
    color: rgba(70, 97, 153);
  }

  .print\:focus\:placeholder-bluegrey-100:focus:-ms-input-placeholder{
    color: #D9D9D9;
  }

  .print\:focus\:placeholder-bluegrey-100:focus::placeholder{
    color: #D9D9D9;
  }

  .print\:focus\:placeholder-terracotta-500:focus:-ms-input-placeholder{
    color: #bb7265;
  }

  .print\:focus\:placeholder-terracotta-500:focus::placeholder{
    color: #bb7265;
  }

  .print\:focus\:placeholder-terracotta-600:focus:-ms-input-placeholder{
    color: #a46357;
  }

  .print\:focus\:placeholder-terracotta-600:focus::placeholder{
    color: #a46357;
  }

  .print\:focus\:placeholder-sky-100:focus:-ms-input-placeholder{
    color: #dff2fe;
  }

  .print\:focus\:placeholder-sky-100:focus::placeholder{
    color: #dff2fe;
  }

  .print\:focus\:placeholder-sky-200:focus:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .print\:focus\:placeholder-sky-200:focus::placeholder{
    color: #a2c3d3;
  }

  .print\:focus\:placeholder-neutral-500:focus:-ms-input-placeholder{
    color: #636466;
  }

  .print\:focus\:placeholder-neutral-500:focus::placeholder{
    color: #636466;
  }

  .print\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    color: #fcfcfc;
  }

  .print\:focus\:placeholder-gray-50:focus::placeholder{
    color: #fcfcfc;
  }

  .print\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    color: #e7e7e7;
  }

  .print\:focus\:placeholder-gray-100:focus::placeholder{
    color: #e7e7e7;
  }

  .print\:focus\:placeholder-gray-125:focus:-ms-input-placeholder{
    color: #f0f0f0;
  }

  .print\:focus\:placeholder-gray-125:focus::placeholder{
    color: #f0f0f0;
  }

  .print\:focus\:placeholder-gray-150:focus:-ms-input-placeholder{
    color: #dddddd;
  }

  .print\:focus\:placeholder-gray-150:focus::placeholder{
    color: #dddddd;
  }

  .print\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    color: #868b8f;
  }

  .print\:focus\:placeholder-gray-200:focus::placeholder{
    color: #868b8f;
  }

  .print\:focus\:placeholder-gray-250:focus:-ms-input-placeholder{
    color: #a6a5a5;
  }

  .print\:focus\:placeholder-gray-250:focus::placeholder{
    color: #a6a5a5;
  }

  .print\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    color: #979796;
  }

  .print\:focus\:placeholder-gray-300:focus::placeholder{
    color: #979796;
  }

  .print\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    color: #abaeb1;
  }

  .print\:focus\:placeholder-gray-400:focus::placeholder{
    color: #abaeb1;
  }

  .print\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    color: #c7c7c7;
  }

  .print\:focus\:placeholder-gray-500:focus::placeholder{
    color: #c7c7c7;
  }

  .print\:focus\:placeholder-gray-550:focus:-ms-input-placeholder{
    color: #ccc;
  }

  .print\:focus\:placeholder-gray-550:focus::placeholder{
    color: #ccc;
  }

  .print\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    color: #707070;
  }

  .print\:focus\:placeholder-gray-600:focus::placeholder{
    color: #707070;
  }

  .print\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    color: #555555;
  }

  .print\:focus\:placeholder-gray-700:focus::placeholder{
    color: #555555;
  }

  .print\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    color: #333232;
  }

  .print\:focus\:placeholder-gray-800:focus::placeholder{
    color: #333232;
  }

  .print\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .print\:focus\:placeholder-gray-900:focus::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .print\:focus\:placeholder-gray-1000:focus:-ms-input-placeholder{
    color: #dadada;
  }

  .print\:focus\:placeholder-gray-1000:focus::placeholder{
    color: #dadada;
  }

  .print\:focus\:placeholder-gray-1100:focus:-ms-input-placeholder{
    color: #ededed;
  }

  .print\:focus\:placeholder-gray-1100:focus::placeholder{
    color: #ededed;
  }

  .print\:focus\:placeholder-gray-1200:focus:-ms-input-placeholder{
    color: #b1b1b1;
  }

  .print\:focus\:placeholder-gray-1200:focus::placeholder{
    color: #b1b1b1;
  }

  .print\:focus\:placeholder-gray-1300:focus:-ms-input-placeholder{
    color: #9b9b9b;
  }

  .print\:focus\:placeholder-gray-1300:focus::placeholder{
    color: #9b9b9b;
  }

  .print\:focus\:placeholder-gray-1400:focus:-ms-input-placeholder{
    color: #999ea1;
  }

  .print\:focus\:placeholder-gray-1400:focus::placeholder{
    color: #999ea1;
  }

  .print\:focus\:placeholder-gray-1500:focus:-ms-input-placeholder{
    color: #464646;
  }

  .print\:focus\:placeholder-gray-1500:focus::placeholder{
    color: #464646;
  }

  .print\:focus\:placeholder-gray-1600:focus:-ms-input-placeholder{
    color: #9A9FA2;
  }

  .print\:focus\:placeholder-gray-1600:focus::placeholder{
    color: #9A9FA2;
  }

  .print\:focus\:placeholder-gray-1700:focus:-ms-input-placeholder{
    color: #FBFBFB;
  }

  .print\:focus\:placeholder-gray-1700:focus::placeholder{
    color: #FBFBFB;
  }

  .print\:focus\:placeholder-gray-1800:focus:-ms-input-placeholder{
    color: #494949;
  }

  .print\:focus\:placeholder-gray-1800:focus::placeholder{
    color: #494949;
  }

  .print\:focus\:placeholder-gray-1900:focus:-ms-input-placeholder{
    color: #797979;
  }

  .print\:focus\:placeholder-gray-1900:focus::placeholder{
    color: #797979;
  }

  .print\:focus\:placeholder-tan-300:focus:-ms-input-placeholder{
    color: #d2a680;
  }

  .print\:focus\:placeholder-tan-300:focus::placeholder{
    color: #d2a680;
  }

  .print\:focus\:placeholder-tan-400:focus:-ms-input-placeholder{
    color: #a38b71;
  }

  .print\:focus\:placeholder-tan-400:focus::placeholder{
    color: #a38b71;
  }

  .print\:focus\:placeholder-tan-500:focus:-ms-input-placeholder{
    color: #b18259;
  }

  .print\:focus\:placeholder-tan-500:focus::placeholder{
    color: #b18259;
  }

  .print\:focus\:placeholder-tan-600:focus:-ms-input-placeholder{
    color: #c29064;
  }

  .print\:focus\:placeholder-tan-600:focus::placeholder{
    color: #c29064;
  }

  .print\:pointer-events-none{
    pointer-events: none;
  }

  .print\:pointer-events-auto{
    pointer-events: auto;
  }

  .print\:static{
    position: static;
  }

  .print\:fixed{
    position: fixed;
  }

  .print\:absolute{
    position: absolute;
  }

  .print\:relative{
    position: relative;
  }

  .print\:sticky{
    position: sticky;
  }

  .print\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .print\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .print\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .print\:-inset-4{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .print\:-inset-70{
    top: -4.375rem;
    right: -4.375rem;
    bottom: -4.375rem;
    left: -4.375rem;
  }

  .print\:inset-1\/5{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .print\:inset-2\/5{
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .print\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .print\:inset-x-0{
    right: 0;
    left: 0;
  }

  .print\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .print\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .print\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .print\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .print\:-inset-y-4{
    top: -2rem;
    bottom: -2rem;
  }

  .print\:-inset-x-4{
    right: -2rem;
    left: -2rem;
  }

  .print\:-inset-y-70{
    top: -4.375rem;
    bottom: -4.375rem;
  }

  .print\:-inset-x-70{
    right: -4.375rem;
    left: -4.375rem;
  }

  .print\:inset-y-1\/5{
    top: 20%;
    bottom: 20%;
  }

  .print\:inset-x-1\/5{
    right: 20%;
    left: 20%;
  }

  .print\:inset-y-2\/5{
    top: 40%;
    bottom: 40%;
  }

  .print\:inset-x-2\/5{
    right: 40%;
    left: 40%;
  }

  .print\:top-0{
    top: 0;
  }

  .print\:right-0{
    right: 0;
  }

  .print\:bottom-0{
    bottom: 0;
  }

  .print\:left-0{
    left: 0;
  }

  .print\:top-auto{
    top: auto;
  }

  .print\:right-auto{
    right: auto;
  }

  .print\:bottom-auto{
    bottom: auto;
  }

  .print\:left-auto{
    left: auto;
  }

  .print\:top-full{
    top: 100%;
  }

  .print\:right-full{
    right: 100%;
  }

  .print\:bottom-full{
    bottom: 100%;
  }

  .print\:left-full{
    left: 100%;
  }

  .print\:-top-4{
    top: -2rem;
  }

  .print\:-right-4{
    right: -2rem;
  }

  .print\:-bottom-4{
    bottom: -2rem;
  }

  .print\:-left-4{
    left: -2rem;
  }

  .print\:-top-70{
    top: -4.375rem;
  }

  .print\:-right-70{
    right: -4.375rem;
  }

  .print\:-bottom-70{
    bottom: -4.375rem;
  }

  .print\:-left-70{
    left: -4.375rem;
  }

  .print\:top-1\/5{
    top: 20%;
  }

  .print\:right-1\/5{
    right: 20%;
  }

  .print\:bottom-1\/5{
    bottom: 20%;
  }

  .print\:left-1\/5{
    left: 20%;
  }

  .print\:top-2\/5{
    top: 40%;
  }

  .print\:right-2\/5{
    right: 40%;
  }

  .print\:bottom-2\/5{
    bottom: 40%;
  }

  .print\:left-2\/5{
    left: 40%;
  }

  .print\:resize-none{
    resize: none;
  }

  .print\:resize-y{
    resize: vertical;
  }

  .print\:resize-x{
    resize: horizontal;
  }

  .print\:resize{
    resize: both;
  }

  .print\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .print\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .print\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .print\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .print\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .print\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .print\:shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .print\:shadow-none{
    box-shadow: none;
  }

  .print\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .print\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .print\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .print\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .print\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .print\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .print\:hover\:shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .print\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .print\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .print\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .print\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .print\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .print\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .print\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .print\:focus\:shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .print\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .print\:table-auto{
    table-layout: auto;
  }

  .print\:table-fixed{
    table-layout: fixed;
  }

  .print\:text-left{
    text-align: left;
  }

  .print\:text-center{
    text-align: center;
  }

  .print\:text-right{
    text-align: right;
  }

  .print\:text-justify{
    text-align: justify;
  }

  .print\:text-transparent{
    color: transparent;
  }

  .print\:text-current{
    color: currentColor;
  }

  .print\:text-black{
    color: #000000;
  }

  .print\:text-white{
    color: #ffffff;
  }

  .print\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  .print\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  .print\:text-red-400{
    color: #ed4956;
  }

  .print\:text-red-500{
    color: #e74a4a;
  }

  .print\:text-orange-300{
    color: #a8774f;
  }

  .print\:text-orange-400{
    color: #926642;
  }

  .print\:text-orange-500{
    color: #d35a3a;
  }

  .print\:text-green-200{
    color: #d5d4a3;
  }

  .print\:text-green-300{
    color: #f05a30;
  }

  .print\:text-green-400{
    color: #b8b78a;
  }

  .print\:text-green-500{
    color: #48bb78;
  }

  .print\:text-green-600{
    color: #a4c264;
  }

  .print\:text-green-700{
    color: #B8B78F;
  }

  .print\:text-blue-400{
    color: #a2c3d3;
  }

  .print\:text-blue-500{
    color: #65a6c2;
  }

  .print\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  .print\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  .print\:text-bluegrey-100{
    color: #D9D9D9;
  }

  .print\:text-terracotta-500{
    color: #bb7265;
  }

  .print\:text-terracotta-600{
    color: #a46357;
  }

  .print\:text-sky-100{
    color: #dff2fe;
  }

  .print\:text-sky-200{
    color: #a2c3d3;
  }

  .print\:text-neutral-500{
    color: #636466;
  }

  .print\:text-gray-50{
    color: #fcfcfc;
  }

  .print\:text-gray-100{
    color: #e7e7e7;
  }

  .print\:text-gray-125{
    color: #f0f0f0;
  }

  .print\:text-gray-150{
    color: #dddddd;
  }

  .print\:text-gray-200{
    color: #868b8f;
  }

  .print\:text-gray-250{
    color: #a6a5a5;
  }

  .print\:text-gray-300{
    color: #979796;
  }

  .print\:text-gray-400{
    color: #abaeb1;
  }

  .print\:text-gray-500{
    color: #c7c7c7;
  }

  .print\:text-gray-550{
    color: #ccc;
  }

  .print\:text-gray-600{
    color: #707070;
  }

  .print\:text-gray-700{
    color: #555555;
  }

  .print\:text-gray-800{
    color: #333232;
  }

  .print\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  .print\:text-gray-1000{
    color: #dadada;
  }

  .print\:text-gray-1100{
    color: #ededed;
  }

  .print\:text-gray-1200{
    color: #b1b1b1;
  }

  .print\:text-gray-1300{
    color: #9b9b9b;
  }

  .print\:text-gray-1400{
    color: #999ea1;
  }

  .print\:text-gray-1500{
    color: #464646;
  }

  .print\:text-gray-1600{
    color: #9A9FA2;
  }

  .print\:text-gray-1700{
    color: #FBFBFB;
  }

  .print\:text-gray-1800{
    color: #494949;
  }

  .print\:text-gray-1900{
    color: #797979;
  }

  .print\:text-tan-300{
    color: #d2a680;
  }

  .print\:text-tan-400{
    color: #a38b71;
  }

  .print\:text-tan-500{
    color: #b18259;
  }

  .print\:text-tan-600{
    color: #c29064;
  }

  .print\:hover\:text-transparent:hover{
    color: transparent;
  }

  .print\:hover\:text-current:hover{
    color: currentColor;
  }

  .print\:hover\:text-black:hover{
    color: #000000;
  }

  .print\:hover\:text-white:hover{
    color: #ffffff;
  }

  .print\:hover\:text-overlay:hover{
    color: rgba(0,0,0,.2);
  }

  .print\:hover\:text-transparent-background:hover{
    color: rgba(0,0,0,.7);
  }

  .print\:hover\:text-red-400:hover{
    color: #ed4956;
  }

  .print\:hover\:text-red-500:hover{
    color: #e74a4a;
  }

  .print\:hover\:text-orange-300:hover{
    color: #a8774f;
  }

  .print\:hover\:text-orange-400:hover{
    color: #926642;
  }

  .print\:hover\:text-orange-500:hover{
    color: #d35a3a;
  }

  .print\:hover\:text-green-200:hover{
    color: #d5d4a3;
  }

  .print\:hover\:text-green-300:hover{
    color: #f05a30;
  }

  .print\:hover\:text-green-400:hover{
    color: #b8b78a;
  }

  .print\:hover\:text-green-500:hover{
    color: #48bb78;
  }

  .print\:hover\:text-green-600:hover{
    color: #a4c264;
  }

  .print\:hover\:text-green-700:hover{
    color: #B8B78F;
  }

  .print\:hover\:text-blue-400:hover{
    color: #a2c3d3;
  }

  .print\:hover\:text-blue-500:hover{
    color: #65a6c2;
  }

  .print\:hover\:text-blue-600:hover{
    color: rgba(70, 97, 153, .97);
  }

  .print\:hover\:text-blue-700:hover{
    color: rgba(70, 97, 153);
  }

  .print\:hover\:text-bluegrey-100:hover{
    color: #D9D9D9;
  }

  .print\:hover\:text-terracotta-500:hover{
    color: #bb7265;
  }

  .print\:hover\:text-terracotta-600:hover{
    color: #a46357;
  }

  .print\:hover\:text-sky-100:hover{
    color: #dff2fe;
  }

  .print\:hover\:text-sky-200:hover{
    color: #a2c3d3;
  }

  .print\:hover\:text-neutral-500:hover{
    color: #636466;
  }

  .print\:hover\:text-gray-50:hover{
    color: #fcfcfc;
  }

  .print\:hover\:text-gray-100:hover{
    color: #e7e7e7;
  }

  .print\:hover\:text-gray-125:hover{
    color: #f0f0f0;
  }

  .print\:hover\:text-gray-150:hover{
    color: #dddddd;
  }

  .print\:hover\:text-gray-200:hover{
    color: #868b8f;
  }

  .print\:hover\:text-gray-250:hover{
    color: #a6a5a5;
  }

  .print\:hover\:text-gray-300:hover{
    color: #979796;
  }

  .print\:hover\:text-gray-400:hover{
    color: #abaeb1;
  }

  .print\:hover\:text-gray-500:hover{
    color: #c7c7c7;
  }

  .print\:hover\:text-gray-550:hover{
    color: #ccc;
  }

  .print\:hover\:text-gray-600:hover{
    color: #707070;
  }

  .print\:hover\:text-gray-700:hover{
    color: #555555;
  }

  .print\:hover\:text-gray-800:hover{
    color: #333232;
  }

  .print\:hover\:text-gray-900:hover{
    color: rgba(0, 0, 0, 0.8);
  }

  .print\:hover\:text-gray-1000:hover{
    color: #dadada;
  }

  .print\:hover\:text-gray-1100:hover{
    color: #ededed;
  }

  .print\:hover\:text-gray-1200:hover{
    color: #b1b1b1;
  }

  .print\:hover\:text-gray-1300:hover{
    color: #9b9b9b;
  }

  .print\:hover\:text-gray-1400:hover{
    color: #999ea1;
  }

  .print\:hover\:text-gray-1500:hover{
    color: #464646;
  }

  .print\:hover\:text-gray-1600:hover{
    color: #9A9FA2;
  }

  .print\:hover\:text-gray-1700:hover{
    color: #FBFBFB;
  }

  .print\:hover\:text-gray-1800:hover{
    color: #494949;
  }

  .print\:hover\:text-gray-1900:hover{
    color: #797979;
  }

  .print\:hover\:text-tan-300:hover{
    color: #d2a680;
  }

  .print\:hover\:text-tan-400:hover{
    color: #a38b71;
  }

  .print\:hover\:text-tan-500:hover{
    color: #b18259;
  }

  .print\:hover\:text-tan-600:hover{
    color: #c29064;
  }

  .print\:focus\:text-transparent:focus{
    color: transparent;
  }

  .print\:focus\:text-current:focus{
    color: currentColor;
  }

  .print\:focus\:text-black:focus{
    color: #000000;
  }

  .print\:focus\:text-white:focus{
    color: #ffffff;
  }

  .print\:focus\:text-overlay:focus{
    color: rgba(0,0,0,.2);
  }

  .print\:focus\:text-transparent-background:focus{
    color: rgba(0,0,0,.7);
  }

  .print\:focus\:text-red-400:focus{
    color: #ed4956;
  }

  .print\:focus\:text-red-500:focus{
    color: #e74a4a;
  }

  .print\:focus\:text-orange-300:focus{
    color: #a8774f;
  }

  .print\:focus\:text-orange-400:focus{
    color: #926642;
  }

  .print\:focus\:text-orange-500:focus{
    color: #d35a3a;
  }

  .print\:focus\:text-green-200:focus{
    color: #d5d4a3;
  }

  .print\:focus\:text-green-300:focus{
    color: #f05a30;
  }

  .print\:focus\:text-green-400:focus{
    color: #b8b78a;
  }

  .print\:focus\:text-green-500:focus{
    color: #48bb78;
  }

  .print\:focus\:text-green-600:focus{
    color: #a4c264;
  }

  .print\:focus\:text-green-700:focus{
    color: #B8B78F;
  }

  .print\:focus\:text-blue-400:focus{
    color: #a2c3d3;
  }

  .print\:focus\:text-blue-500:focus{
    color: #65a6c2;
  }

  .print\:focus\:text-blue-600:focus{
    color: rgba(70, 97, 153, .97);
  }

  .print\:focus\:text-blue-700:focus{
    color: rgba(70, 97, 153);
  }

  .print\:focus\:text-bluegrey-100:focus{
    color: #D9D9D9;
  }

  .print\:focus\:text-terracotta-500:focus{
    color: #bb7265;
  }

  .print\:focus\:text-terracotta-600:focus{
    color: #a46357;
  }

  .print\:focus\:text-sky-100:focus{
    color: #dff2fe;
  }

  .print\:focus\:text-sky-200:focus{
    color: #a2c3d3;
  }

  .print\:focus\:text-neutral-500:focus{
    color: #636466;
  }

  .print\:focus\:text-gray-50:focus{
    color: #fcfcfc;
  }

  .print\:focus\:text-gray-100:focus{
    color: #e7e7e7;
  }

  .print\:focus\:text-gray-125:focus{
    color: #f0f0f0;
  }

  .print\:focus\:text-gray-150:focus{
    color: #dddddd;
  }

  .print\:focus\:text-gray-200:focus{
    color: #868b8f;
  }

  .print\:focus\:text-gray-250:focus{
    color: #a6a5a5;
  }

  .print\:focus\:text-gray-300:focus{
    color: #979796;
  }

  .print\:focus\:text-gray-400:focus{
    color: #abaeb1;
  }

  .print\:focus\:text-gray-500:focus{
    color: #c7c7c7;
  }

  .print\:focus\:text-gray-550:focus{
    color: #ccc;
  }

  .print\:focus\:text-gray-600:focus{
    color: #707070;
  }

  .print\:focus\:text-gray-700:focus{
    color: #555555;
  }

  .print\:focus\:text-gray-800:focus{
    color: #333232;
  }

  .print\:focus\:text-gray-900:focus{
    color: rgba(0, 0, 0, 0.8);
  }

  .print\:focus\:text-gray-1000:focus{
    color: #dadada;
  }

  .print\:focus\:text-gray-1100:focus{
    color: #ededed;
  }

  .print\:focus\:text-gray-1200:focus{
    color: #b1b1b1;
  }

  .print\:focus\:text-gray-1300:focus{
    color: #9b9b9b;
  }

  .print\:focus\:text-gray-1400:focus{
    color: #999ea1;
  }

  .print\:focus\:text-gray-1500:focus{
    color: #464646;
  }

  .print\:focus\:text-gray-1600:focus{
    color: #9A9FA2;
  }

  .print\:focus\:text-gray-1700:focus{
    color: #FBFBFB;
  }

  .print\:focus\:text-gray-1800:focus{
    color: #494949;
  }

  .print\:focus\:text-gray-1900:focus{
    color: #797979;
  }

  .print\:focus\:text-tan-300:focus{
    color: #d2a680;
  }

  .print\:focus\:text-tan-400:focus{
    color: #a38b71;
  }

  .print\:focus\:text-tan-500:focus{
    color: #b18259;
  }

  .print\:focus\:text-tan-600:focus{
    color: #c29064;
  }

  .active.print\:self-active\:text-transparent{
    color: transparent;
  }

  .active.print\:self-active\:text-current{
    color: currentColor;
  }

  .active.print\:self-active\:text-black{
    color: #000000;
  }

  .active.print\:self-active\:text-white{
    color: #ffffff;
  }

  .active.print\:self-active\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  .active.print\:self-active\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  .active.print\:self-active\:text-red-400{
    color: #ed4956;
  }

  .active.print\:self-active\:text-red-500{
    color: #e74a4a;
  }

  .active.print\:self-active\:text-orange-300{
    color: #a8774f;
  }

  .active.print\:self-active\:text-orange-400{
    color: #926642;
  }

  .active.print\:self-active\:text-orange-500{
    color: #d35a3a;
  }

  .active.print\:self-active\:text-green-200{
    color: #d5d4a3;
  }

  .active.print\:self-active\:text-green-300{
    color: #f05a30;
  }

  .active.print\:self-active\:text-green-400{
    color: #b8b78a;
  }

  .active.print\:self-active\:text-green-500{
    color: #48bb78;
  }

  .active.print\:self-active\:text-green-600{
    color: #a4c264;
  }

  .active.print\:self-active\:text-green-700{
    color: #B8B78F;
  }

  .active.print\:self-active\:text-blue-400{
    color: #a2c3d3;
  }

  .active.print\:self-active\:text-blue-500{
    color: #65a6c2;
  }

  .active.print\:self-active\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  .active.print\:self-active\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  .active.print\:self-active\:text-bluegrey-100{
    color: #D9D9D9;
  }

  .active.print\:self-active\:text-terracotta-500{
    color: #bb7265;
  }

  .active.print\:self-active\:text-terracotta-600{
    color: #a46357;
  }

  .active.print\:self-active\:text-sky-100{
    color: #dff2fe;
  }

  .active.print\:self-active\:text-sky-200{
    color: #a2c3d3;
  }

  .active.print\:self-active\:text-neutral-500{
    color: #636466;
  }

  .active.print\:self-active\:text-gray-50{
    color: #fcfcfc;
  }

  .active.print\:self-active\:text-gray-100{
    color: #e7e7e7;
  }

  .active.print\:self-active\:text-gray-125{
    color: #f0f0f0;
  }

  .active.print\:self-active\:text-gray-150{
    color: #dddddd;
  }

  .active.print\:self-active\:text-gray-200{
    color: #868b8f;
  }

  .active.print\:self-active\:text-gray-250{
    color: #a6a5a5;
  }

  .active.print\:self-active\:text-gray-300{
    color: #979796;
  }

  .active.print\:self-active\:text-gray-400{
    color: #abaeb1;
  }

  .active.print\:self-active\:text-gray-500{
    color: #c7c7c7;
  }

  .active.print\:self-active\:text-gray-550{
    color: #ccc;
  }

  .active.print\:self-active\:text-gray-600{
    color: #707070;
  }

  .active.print\:self-active\:text-gray-700{
    color: #555555;
  }

  .active.print\:self-active\:text-gray-800{
    color: #333232;
  }

  .active.print\:self-active\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  .active.print\:self-active\:text-gray-1000{
    color: #dadada;
  }

  .active.print\:self-active\:text-gray-1100{
    color: #ededed;
  }

  .active.print\:self-active\:text-gray-1200{
    color: #b1b1b1;
  }

  .active.print\:self-active\:text-gray-1300{
    color: #9b9b9b;
  }

  .active.print\:self-active\:text-gray-1400{
    color: #999ea1;
  }

  .active.print\:self-active\:text-gray-1500{
    color: #464646;
  }

  .active.print\:self-active\:text-gray-1600{
    color: #9A9FA2;
  }

  .active.print\:self-active\:text-gray-1700{
    color: #FBFBFB;
  }

  .active.print\:self-active\:text-gray-1800{
    color: #494949;
  }

  .active.print\:self-active\:text-gray-1900{
    color: #797979;
  }

  .active.print\:self-active\:text-tan-300{
    color: #d2a680;
  }

  .active.print\:self-active\:text-tan-400{
    color: #a38b71;
  }

  .active.print\:self-active\:text-tan-500{
    color: #b18259;
  }

  .active.print\:self-active\:text-tan-600{
    color: #c29064;
  }

  .group:hover .print\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .print\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .print\:group-hover\:text-black{
    color: #000000;
  }

  .group:hover .print\:group-hover\:text-white{
    color: #ffffff;
  }

  .group:hover .print\:group-hover\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  .group:hover .print\:group-hover\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  .group:hover .print\:group-hover\:text-red-400{
    color: #ed4956;
  }

  .group:hover .print\:group-hover\:text-red-500{
    color: #e74a4a;
  }

  .group:hover .print\:group-hover\:text-orange-300{
    color: #a8774f;
  }

  .group:hover .print\:group-hover\:text-orange-400{
    color: #926642;
  }

  .group:hover .print\:group-hover\:text-orange-500{
    color: #d35a3a;
  }

  .group:hover .print\:group-hover\:text-green-200{
    color: #d5d4a3;
  }

  .group:hover .print\:group-hover\:text-green-300{
    color: #f05a30;
  }

  .group:hover .print\:group-hover\:text-green-400{
    color: #b8b78a;
  }

  .group:hover .print\:group-hover\:text-green-500{
    color: #48bb78;
  }

  .group:hover .print\:group-hover\:text-green-600{
    color: #a4c264;
  }

  .group:hover .print\:group-hover\:text-green-700{
    color: #B8B78F;
  }

  .group:hover .print\:group-hover\:text-blue-400{
    color: #a2c3d3;
  }

  .group:hover .print\:group-hover\:text-blue-500{
    color: #65a6c2;
  }

  .group:hover .print\:group-hover\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  .group:hover .print\:group-hover\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  .group:hover .print\:group-hover\:text-bluegrey-100{
    color: #D9D9D9;
  }

  .group:hover .print\:group-hover\:text-terracotta-500{
    color: #bb7265;
  }

  .group:hover .print\:group-hover\:text-terracotta-600{
    color: #a46357;
  }

  .group:hover .print\:group-hover\:text-sky-100{
    color: #dff2fe;
  }

  .group:hover .print\:group-hover\:text-sky-200{
    color: #a2c3d3;
  }

  .group:hover .print\:group-hover\:text-neutral-500{
    color: #636466;
  }

  .group:hover .print\:group-hover\:text-gray-50{
    color: #fcfcfc;
  }

  .group:hover .print\:group-hover\:text-gray-100{
    color: #e7e7e7;
  }

  .group:hover .print\:group-hover\:text-gray-125{
    color: #f0f0f0;
  }

  .group:hover .print\:group-hover\:text-gray-150{
    color: #dddddd;
  }

  .group:hover .print\:group-hover\:text-gray-200{
    color: #868b8f;
  }

  .group:hover .print\:group-hover\:text-gray-250{
    color: #a6a5a5;
  }

  .group:hover .print\:group-hover\:text-gray-300{
    color: #979796;
  }

  .group:hover .print\:group-hover\:text-gray-400{
    color: #abaeb1;
  }

  .group:hover .print\:group-hover\:text-gray-500{
    color: #c7c7c7;
  }

  .group:hover .print\:group-hover\:text-gray-550{
    color: #ccc;
  }

  .group:hover .print\:group-hover\:text-gray-600{
    color: #707070;
  }

  .group:hover .print\:group-hover\:text-gray-700{
    color: #555555;
  }

  .group:hover .print\:group-hover\:text-gray-800{
    color: #333232;
  }

  .group:hover .print\:group-hover\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .print\:group-hover\:text-gray-1000{
    color: #dadada;
  }

  .group:hover .print\:group-hover\:text-gray-1100{
    color: #ededed;
  }

  .group:hover .print\:group-hover\:text-gray-1200{
    color: #b1b1b1;
  }

  .group:hover .print\:group-hover\:text-gray-1300{
    color: #9b9b9b;
  }

  .group:hover .print\:group-hover\:text-gray-1400{
    color: #999ea1;
  }

  .group:hover .print\:group-hover\:text-gray-1500{
    color: #464646;
  }

  .group:hover .print\:group-hover\:text-gray-1600{
    color: #9A9FA2;
  }

  .group:hover .print\:group-hover\:text-gray-1700{
    color: #FBFBFB;
  }

  .group:hover .print\:group-hover\:text-gray-1800{
    color: #494949;
  }

  .group:hover .print\:group-hover\:text-gray-1900{
    color: #797979;
  }

  .group:hover .print\:group-hover\:text-tan-300{
    color: #d2a680;
  }

  .group:hover .print\:group-hover\:text-tan-400{
    color: #a38b71;
  }

  .group:hover .print\:group-hover\:text-tan-500{
    color: #b18259;
  }

  .group:hover .print\:group-hover\:text-tan-600{
    color: #c29064;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-transparent{
    color: transparent;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-current{
    color: currentColor;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-black{
    color: #000000;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-white{
    color: #ffffff;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-red-400{
    color: #ed4956;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-red-500{
    color: #e74a4a;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-orange-300{
    color: #a8774f;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-orange-400{
    color: #926642;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-orange-500{
    color: #d35a3a;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-green-200{
    color: #d5d4a3;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-green-300{
    color: #f05a30;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-green-400{
    color: #b8b78a;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-green-500{
    color: #48bb78;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-green-600{
    color: #a4c264;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-green-700{
    color: #B8B78F;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-blue-400{
    color: #a2c3d3;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-blue-500{
    color: #65a6c2;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-bluegrey-100{
    color: #D9D9D9;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-terracotta-500{
    color: #bb7265;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-terracotta-600{
    color: #a46357;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-sky-100{
    color: #dff2fe;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-sky-200{
    color: #a2c3d3;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-neutral-500{
    color: #636466;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-gray-50{
    color: #fcfcfc;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-gray-100{
    color: #e7e7e7;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-gray-125{
    color: #f0f0f0;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-gray-150{
    color: #dddddd;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-gray-200{
    color: #868b8f;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-gray-250{
    color: #a6a5a5;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-gray-300{
    color: #979796;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-gray-400{
    color: #abaeb1;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-gray-500{
    color: #c7c7c7;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-gray-550{
    color: #ccc;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-gray-600{
    color: #707070;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-gray-700{
    color: #555555;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-gray-800{
    color: #333232;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-gray-1000{
    color: #dadada;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-gray-1100{
    color: #ededed;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-gray-1200{
    color: #b1b1b1;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-gray-1300{
    color: #9b9b9b;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-gray-1400{
    color: #999ea1;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-gray-1500{
    color: #464646;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-gray-1600{
    color: #9A9FA2;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-gray-1700{
    color: #FBFBFB;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-gray-1800{
    color: #494949;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-gray-1900{
    color: #797979;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-tan-300{
    color: #d2a680;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-tan-400{
    color: #a38b71;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-tan-500{
    color: #b18259;
  }

  [data-planit-favorite="true"] .print\:group-favorite\:text-tan-600{
    color: #c29064;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-transparent{
    color: transparent;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-current{
    color: currentColor;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-black{
    color: #000000;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-white{
    color: #ffffff;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-red-400{
    color: #ed4956;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-red-500{
    color: #e74a4a;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-orange-300{
    color: #a8774f;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-orange-400{
    color: #926642;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-orange-500{
    color: #d35a3a;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-green-200{
    color: #d5d4a3;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-green-300{
    color: #f05a30;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-green-400{
    color: #b8b78a;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-green-500{
    color: #48bb78;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-green-600{
    color: #a4c264;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-green-700{
    color: #B8B78F;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-blue-400{
    color: #a2c3d3;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-blue-500{
    color: #65a6c2;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-bluegrey-100{
    color: #D9D9D9;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-terracotta-500{
    color: #bb7265;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-terracotta-600{
    color: #a46357;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-sky-100{
    color: #dff2fe;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-sky-200{
    color: #a2c3d3;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-neutral-500{
    color: #636466;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-gray-50{
    color: #fcfcfc;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-gray-100{
    color: #e7e7e7;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-gray-125{
    color: #f0f0f0;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-gray-150{
    color: #dddddd;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-gray-200{
    color: #868b8f;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-gray-250{
    color: #a6a5a5;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-gray-300{
    color: #979796;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-gray-400{
    color: #abaeb1;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-gray-500{
    color: #c7c7c7;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-gray-550{
    color: #ccc;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-gray-600{
    color: #707070;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-gray-700{
    color: #555555;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-gray-800{
    color: #333232;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-gray-1000{
    color: #dadada;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-gray-1100{
    color: #ededed;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-gray-1200{
    color: #b1b1b1;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-gray-1300{
    color: #9b9b9b;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-gray-1400{
    color: #999ea1;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-gray-1500{
    color: #464646;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-gray-1600{
    color: #9A9FA2;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-gray-1700{
    color: #FBFBFB;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-gray-1800{
    color: #494949;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-gray-1900{
    color: #797979;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-tan-300{
    color: #d2a680;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-tan-400{
    color: #a38b71;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-tan-500{
    color: #b18259;
  }

  [data-planit-favorite-counter="true"] .print\:group-favorite-counter\:text-tan-600{
    color: #c29064;
  }

  .print\:text-xs{
    font-size: 0.75rem;
  }

  .print\:text-sm{
    font-size: 0.875rem;
  }

  .print\:text-base{
    font-size: 1rem;
  }

  .print\:text-lg{
    font-size: 1.125rem;
  }

  .print\:text-xl{
    font-size: 1.25rem;
  }

  .print\:text-2xl{
    font-size: 1.5rem;
  }

  .print\:text-3xl{
    font-size: 1.875rem;
  }

  .print\:text-4xl{
    font-size: 2.25rem;
  }

  .print\:text-5xl{
    font-size: 3rem;
  }

  .print\:text-6xl{
    font-size: 4rem;
  }

  .print\:italic{
    font-style: italic;
  }

  .print\:not-italic{
    font-style: normal;
  }

  .print\:uppercase{
    text-transform: uppercase;
  }

  .print\:lowercase{
    text-transform: lowercase;
  }

  .print\:capitalize{
    text-transform: capitalize;
  }

  .print\:normal-case{
    text-transform: none;
  }

  .print\:underline{
    text-decoration: underline;
  }

  .print\:line-through{
    text-decoration: line-through;
  }

  .print\:no-underline{
    text-decoration: none;
  }

  .print\:hover\:underline:hover{
    text-decoration: underline;
  }

  .print\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .print\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .print\:focus\:underline:focus{
    text-decoration: underline;
  }

  .print\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .print\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .group:hover .print\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .print\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .print\:group-hover\:no-underline{
    text-decoration: none;
  }

  .print\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .print\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .print\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .print\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .print\:tracking-normal{
    letter-spacing: 0;
  }

  .print\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .print\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .print\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .print\:tracking-heading{
    letter-spacing: -0.04em;
  }

  .print\:tracking-heading-tighter{
    letter-spacing: -0.08em;
  }

  .print\:tracking-input-mask{
    letter-spacing: .35em;
  }

  .print\:select-none{
    -ms-user-select: none;
        user-select: none;
  }

  .print\:select-text{
    -ms-user-select: text;
        user-select: text;
  }

  .print\:select-all{
    -ms-user-select: all;
        user-select: all;
  }

  .print\:select-auto{
    -ms-user-select: auto;
        user-select: auto;
  }

  .print\:align-baseline{
    vertical-align: baseline;
  }

  .print\:align-top{
    vertical-align: top;
  }

  .print\:align-middle{
    vertical-align: middle;
  }

  .print\:align-bottom{
    vertical-align: bottom;
  }

  .print\:align-text-top{
    vertical-align: text-top;
  }

  .print\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .print\:visible{
    visibility: visible;
  }

  .print\:invisible{
    visibility: hidden;
  }

  .group:hover .print\:group-hover\:visible{
    visibility: visible;
  }

  .group:hover .print\:group-hover\:invisible{
    visibility: hidden;
  }

  .print\:whitespace-normal{
    white-space: normal;
  }

  .print\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .print\:whitespace-pre{
    white-space: pre;
  }

  .print\:whitespace-pre-line{
    white-space: pre-line;
  }

  .print\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .print\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .print\:break-words{
    overflow-wrap: break-word;
  }

  .print\:break-all{
    word-break: break-all;
  }

  .print\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .print\:w-0{
    width: 0;
  }

  .print\:w-1{
    width: 0.25rem;
  }

  .print\:w-2{
    width: 0.5rem;
  }

  .print\:w-3{
    width: 0.75rem;
  }

  .print\:w-4{
    width: 1rem;
  }

  .print\:w-5{
    width: 1.25rem;
  }

  .print\:w-6{
    width: 1.5rem;
  }

  .print\:w-8{
    width: 2rem;
  }

  .print\:w-10{
    width: 2.5rem;
  }

  .print\:w-12{
    width: 3rem;
  }

  .print\:w-14{
    width: 3.5rem;
  }

  .print\:w-16{
    width: 4rem;
  }

  .print\:w-20{
    width: 5rem;
  }

  .print\:w-24{
    width: 6rem;
  }

  .print\:w-32{
    width: 8rem;
  }

  .print\:w-40{
    width: 10rem;
  }

  .print\:w-48{
    width: 12rem;
  }

  .print\:w-56{
    width: 14rem;
  }

  .print\:w-64{
    width: 16rem;
  }

  .print\:w-440{
    width: 440px;
  }

  .print\:w-auto{
    width: auto;
  }

  .print\:w-px{
    width: 1px;
  }

  .print\:w-full{
    width: 100%;
  }

  .print\:w-1\/2{
    width: 50%;
  }

  .print\:w-1\/3{
    width: 33.333333%;
  }

  .print\:w-2\/3{
    width: 66.666667%;
  }

  .print\:w-1\/4{
    width: 25%;
  }

  .print\:w-2\/4{
    width: 50%;
  }

  .print\:w-3\/4{
    width: 75%;
  }

  .print\:w-1\/5{
    width: 20%;
  }

  .print\:w-2\/5{
    width: 40%;
  }

  .print\:w-3\/5{
    width: 60%;
  }

  .print\:w-4\/5{
    width: 80%;
  }

  .print\:w-1\/6{
    width: 16.666667%;
  }

  .print\:w-2\/6{
    width: 33.333333%;
  }

  .print\:w-3\/6{
    width: 50%;
  }

  .print\:w-4\/6{
    width: 66.666667%;
  }

  .print\:w-5\/6{
    width: 83.333333%;
  }

  .print\:w-1\/12{
    width: 8.333333%;
  }

  .print\:w-2\/12{
    width: 16.666667%;
  }

  .print\:w-3\/12{
    width: 25%;
  }

  .print\:w-4\/12{
    width: 33.333333%;
  }

  .print\:w-5\/12{
    width: 41.666667%;
  }

  .print\:w-6\/12{
    width: 50%;
  }

  .print\:w-7\/12{
    width: 58.333333%;
  }

  .print\:w-8\/12{
    width: 66.666667%;
  }

  .print\:w-9\/12{
    width: 75%;
  }

  .print\:w-10\/12{
    width: 83.333333%;
  }

  .print\:w-11\/12{
    width: 91.666667%;
  }

  .print\:w-screen{
    width: 100vw;
  }

  .print\:w-inherit{
    width: inherit;
  }

  .print\:w-screen-75{
    width: 75vw;
  }

  .print\:z-0{
    z-index: 0;
  }

  .print\:z-10{
    z-index: 10;
  }

  .print\:z-20{
    z-index: 20;
  }

  .print\:z-30{
    z-index: 30;
  }

  .print\:z-40{
    z-index: 40;
  }

  .print\:z-50{
    z-index: 50;
  }

  .print\:z-auto{
    z-index: auto;
  }

  .print\:-z-1{
    z-index: -1;
  }

  .print\:hover\:z-0:hover{
    z-index: 0;
  }

  .print\:hover\:z-10:hover{
    z-index: 10;
  }

  .print\:hover\:z-20:hover{
    z-index: 20;
  }

  .print\:hover\:z-30:hover{
    z-index: 30;
  }

  .print\:hover\:z-40:hover{
    z-index: 40;
  }

  .print\:hover\:z-50:hover{
    z-index: 50;
  }

  .print\:hover\:z-auto:hover{
    z-index: auto;
  }

  .print\:hover\:-z-1:hover{
    z-index: -1;
  }

  .print\:-transform-y-50 {
    transform: translate(0, -50px);
  }

  .print\:transform-y-0 {
    transform: translate(0, 0);
  }

  .print\:text-shadow-md {
    text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.8);
  }
}

@media (max-width: 599px){
  .sm-down\: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;
  }

  .sm-down\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm-down\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm-down\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm-down\:appearance-none{
    appearance: none;
  }

  .sm-down\:bg-fixed{
    background-attachment: fixed;
  }

  .sm-down\:bg-local{
    background-attachment: local;
  }

  .sm-down\:bg-scroll{
    background-attachment: scroll;
  }

  .sm-down\:bg-transparent{
    background-color: transparent;
  }

  .sm-down\:bg-current{
    background-color: currentColor;
  }

  .sm-down\:bg-black{
    background-color: #000000;
  }

  .sm-down\:bg-white{
    background-color: #ffffff;
  }

  .sm-down\:bg-overlay{
    background-color: rgba(0,0,0,.2);
  }

  .sm-down\:bg-transparent-background{
    background-color: rgba(0,0,0,.7);
  }

  .sm-down\:bg-red-400{
    background-color: #ed4956;
  }

  .sm-down\:bg-red-500{
    background-color: #e74a4a;
  }

  .sm-down\:bg-orange-300{
    background-color: #a8774f;
  }

  .sm-down\:bg-orange-400{
    background-color: #926642;
  }

  .sm-down\:bg-orange-500{
    background-color: #d35a3a;
  }

  .sm-down\:bg-green-200{
    background-color: #d5d4a3;
  }

  .sm-down\:bg-green-300{
    background-color: #f05a30;
  }

  .sm-down\:bg-green-400{
    background-color: #b8b78a;
  }

  .sm-down\:bg-green-500{
    background-color: #48bb78;
  }

  .sm-down\:bg-green-600{
    background-color: #a4c264;
  }

  .sm-down\:bg-green-700{
    background-color: #B8B78F;
  }

  .sm-down\:bg-blue-400{
    background-color: #a2c3d3;
  }

  .sm-down\:bg-blue-500{
    background-color: #65a6c2;
  }

  .sm-down\:bg-blue-600{
    background-color: rgba(70, 97, 153, .97);
  }

  .sm-down\:bg-blue-700{
    background-color: rgba(70, 97, 153);
  }

  .sm-down\:bg-bluegrey-100{
    background-color: #D9D9D9;
  }

  .sm-down\:bg-terracotta-500{
    background-color: #bb7265;
  }

  .sm-down\:bg-terracotta-600{
    background-color: #a46357;
  }

  .sm-down\:bg-sky-100{
    background-color: #dff2fe;
  }

  .sm-down\:bg-sky-200{
    background-color: #a2c3d3;
  }

  .sm-down\:bg-neutral-500{
    background-color: #636466;
  }

  .sm-down\:bg-gray-50{
    background-color: #fcfcfc;
  }

  .sm-down\:bg-gray-100{
    background-color: #e7e7e7;
  }

  .sm-down\:bg-gray-125{
    background-color: #f0f0f0;
  }

  .sm-down\:bg-gray-150{
    background-color: #dddddd;
  }

  .sm-down\:bg-gray-200{
    background-color: #868b8f;
  }

  .sm-down\:bg-gray-250{
    background-color: #a6a5a5;
  }

  .sm-down\:bg-gray-300{
    background-color: #979796;
  }

  .sm-down\:bg-gray-400{
    background-color: #abaeb1;
  }

  .sm-down\:bg-gray-500{
    background-color: #c7c7c7;
  }

  .sm-down\:bg-gray-550{
    background-color: #ccc;
  }

  .sm-down\:bg-gray-600{
    background-color: #707070;
  }

  .sm-down\:bg-gray-700{
    background-color: #555555;
  }

  .sm-down\:bg-gray-800{
    background-color: #333232;
  }

  .sm-down\:bg-gray-900{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .sm-down\:bg-gray-1000{
    background-color: #dadada;
  }

  .sm-down\:bg-gray-1100{
    background-color: #ededed;
  }

  .sm-down\:bg-gray-1200{
    background-color: #b1b1b1;
  }

  .sm-down\:bg-gray-1300{
    background-color: #9b9b9b;
  }

  .sm-down\:bg-gray-1400{
    background-color: #999ea1;
  }

  .sm-down\:bg-gray-1500{
    background-color: #464646;
  }

  .sm-down\:bg-gray-1600{
    background-color: #9A9FA2;
  }

  .sm-down\:bg-gray-1700{
    background-color: #FBFBFB;
  }

  .sm-down\:bg-gray-1800{
    background-color: #494949;
  }

  .sm-down\:bg-gray-1900{
    background-color: #797979;
  }

  .sm-down\:bg-tan-300{
    background-color: #d2a680;
  }

  .sm-down\:bg-tan-400{
    background-color: #a38b71;
  }

  .sm-down\:bg-tan-500{
    background-color: #b18259;
  }

  .sm-down\:bg-tan-600{
    background-color: #c29064;
  }

  .sm-down\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .sm-down\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .sm-down\:hover\:bg-black:hover{
    background-color: #000000;
  }

  .sm-down\:hover\:bg-white:hover{
    background-color: #ffffff;
  }

  .sm-down\:hover\:bg-overlay:hover{
    background-color: rgba(0,0,0,.2);
  }

  .sm-down\:hover\:bg-transparent-background:hover{
    background-color: rgba(0,0,0,.7);
  }

  .sm-down\:hover\:bg-red-400:hover{
    background-color: #ed4956;
  }

  .sm-down\:hover\:bg-red-500:hover{
    background-color: #e74a4a;
  }

  .sm-down\:hover\:bg-orange-300:hover{
    background-color: #a8774f;
  }

  .sm-down\:hover\:bg-orange-400:hover{
    background-color: #926642;
  }

  .sm-down\:hover\:bg-orange-500:hover{
    background-color: #d35a3a;
  }

  .sm-down\:hover\:bg-green-200:hover{
    background-color: #d5d4a3;
  }

  .sm-down\:hover\:bg-green-300:hover{
    background-color: #f05a30;
  }

  .sm-down\:hover\:bg-green-400:hover{
    background-color: #b8b78a;
  }

  .sm-down\:hover\:bg-green-500:hover{
    background-color: #48bb78;
  }

  .sm-down\:hover\:bg-green-600:hover{
    background-color: #a4c264;
  }

  .sm-down\:hover\:bg-green-700:hover{
    background-color: #B8B78F;
  }

  .sm-down\:hover\:bg-blue-400:hover{
    background-color: #a2c3d3;
  }

  .sm-down\:hover\:bg-blue-500:hover{
    background-color: #65a6c2;
  }

  .sm-down\:hover\:bg-blue-600:hover{
    background-color: rgba(70, 97, 153, .97);
  }

  .sm-down\:hover\:bg-blue-700:hover{
    background-color: rgba(70, 97, 153);
  }

  .sm-down\:hover\:bg-bluegrey-100:hover{
    background-color: #D9D9D9;
  }

  .sm-down\:hover\:bg-terracotta-500:hover{
    background-color: #bb7265;
  }

  .sm-down\:hover\:bg-terracotta-600:hover{
    background-color: #a46357;
  }

  .sm-down\:hover\:bg-sky-100:hover{
    background-color: #dff2fe;
  }

  .sm-down\:hover\:bg-sky-200:hover{
    background-color: #a2c3d3;
  }

  .sm-down\:hover\:bg-neutral-500:hover{
    background-color: #636466;
  }

  .sm-down\:hover\:bg-gray-50:hover{
    background-color: #fcfcfc;
  }

  .sm-down\:hover\:bg-gray-100:hover{
    background-color: #e7e7e7;
  }

  .sm-down\:hover\:bg-gray-125:hover{
    background-color: #f0f0f0;
  }

  .sm-down\:hover\:bg-gray-150:hover{
    background-color: #dddddd;
  }

  .sm-down\:hover\:bg-gray-200:hover{
    background-color: #868b8f;
  }

  .sm-down\:hover\:bg-gray-250:hover{
    background-color: #a6a5a5;
  }

  .sm-down\:hover\:bg-gray-300:hover{
    background-color: #979796;
  }

  .sm-down\:hover\:bg-gray-400:hover{
    background-color: #abaeb1;
  }

  .sm-down\:hover\:bg-gray-500:hover{
    background-color: #c7c7c7;
  }

  .sm-down\:hover\:bg-gray-550:hover{
    background-color: #ccc;
  }

  .sm-down\:hover\:bg-gray-600:hover{
    background-color: #707070;
  }

  .sm-down\:hover\:bg-gray-700:hover{
    background-color: #555555;
  }

  .sm-down\:hover\:bg-gray-800:hover{
    background-color: #333232;
  }

  .sm-down\:hover\:bg-gray-900:hover{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .sm-down\:hover\:bg-gray-1000:hover{
    background-color: #dadada;
  }

  .sm-down\:hover\:bg-gray-1100:hover{
    background-color: #ededed;
  }

  .sm-down\:hover\:bg-gray-1200:hover{
    background-color: #b1b1b1;
  }

  .sm-down\:hover\:bg-gray-1300:hover{
    background-color: #9b9b9b;
  }

  .sm-down\:hover\:bg-gray-1400:hover{
    background-color: #999ea1;
  }

  .sm-down\:hover\:bg-gray-1500:hover{
    background-color: #464646;
  }

  .sm-down\:hover\:bg-gray-1600:hover{
    background-color: #9A9FA2;
  }

  .sm-down\:hover\:bg-gray-1700:hover{
    background-color: #FBFBFB;
  }

  .sm-down\:hover\:bg-gray-1800:hover{
    background-color: #494949;
  }

  .sm-down\:hover\:bg-gray-1900:hover{
    background-color: #797979;
  }

  .sm-down\:hover\:bg-tan-300:hover{
    background-color: #d2a680;
  }

  .sm-down\:hover\:bg-tan-400:hover{
    background-color: #a38b71;
  }

  .sm-down\:hover\:bg-tan-500:hover{
    background-color: #b18259;
  }

  .sm-down\:hover\:bg-tan-600:hover{
    background-color: #c29064;
  }

  .sm-down\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .sm-down\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .sm-down\:focus\:bg-black:focus{
    background-color: #000000;
  }

  .sm-down\:focus\:bg-white:focus{
    background-color: #ffffff;
  }

  .sm-down\:focus\:bg-overlay:focus{
    background-color: rgba(0,0,0,.2);
  }

  .sm-down\:focus\:bg-transparent-background:focus{
    background-color: rgba(0,0,0,.7);
  }

  .sm-down\:focus\:bg-red-400:focus{
    background-color: #ed4956;
  }

  .sm-down\:focus\:bg-red-500:focus{
    background-color: #e74a4a;
  }

  .sm-down\:focus\:bg-orange-300:focus{
    background-color: #a8774f;
  }

  .sm-down\:focus\:bg-orange-400:focus{
    background-color: #926642;
  }

  .sm-down\:focus\:bg-orange-500:focus{
    background-color: #d35a3a;
  }

  .sm-down\:focus\:bg-green-200:focus{
    background-color: #d5d4a3;
  }

  .sm-down\:focus\:bg-green-300:focus{
    background-color: #f05a30;
  }

  .sm-down\:focus\:bg-green-400:focus{
    background-color: #b8b78a;
  }

  .sm-down\:focus\:bg-green-500:focus{
    background-color: #48bb78;
  }

  .sm-down\:focus\:bg-green-600:focus{
    background-color: #a4c264;
  }

  .sm-down\:focus\:bg-green-700:focus{
    background-color: #B8B78F;
  }

  .sm-down\:focus\:bg-blue-400:focus{
    background-color: #a2c3d3;
  }

  .sm-down\:focus\:bg-blue-500:focus{
    background-color: #65a6c2;
  }

  .sm-down\:focus\:bg-blue-600:focus{
    background-color: rgba(70, 97, 153, .97);
  }

  .sm-down\:focus\:bg-blue-700:focus{
    background-color: rgba(70, 97, 153);
  }

  .sm-down\:focus\:bg-bluegrey-100:focus{
    background-color: #D9D9D9;
  }

  .sm-down\:focus\:bg-terracotta-500:focus{
    background-color: #bb7265;
  }

  .sm-down\:focus\:bg-terracotta-600:focus{
    background-color: #a46357;
  }

  .sm-down\:focus\:bg-sky-100:focus{
    background-color: #dff2fe;
  }

  .sm-down\:focus\:bg-sky-200:focus{
    background-color: #a2c3d3;
  }

  .sm-down\:focus\:bg-neutral-500:focus{
    background-color: #636466;
  }

  .sm-down\:focus\:bg-gray-50:focus{
    background-color: #fcfcfc;
  }

  .sm-down\:focus\:bg-gray-100:focus{
    background-color: #e7e7e7;
  }

  .sm-down\:focus\:bg-gray-125:focus{
    background-color: #f0f0f0;
  }

  .sm-down\:focus\:bg-gray-150:focus{
    background-color: #dddddd;
  }

  .sm-down\:focus\:bg-gray-200:focus{
    background-color: #868b8f;
  }

  .sm-down\:focus\:bg-gray-250:focus{
    background-color: #a6a5a5;
  }

  .sm-down\:focus\:bg-gray-300:focus{
    background-color: #979796;
  }

  .sm-down\:focus\:bg-gray-400:focus{
    background-color: #abaeb1;
  }

  .sm-down\:focus\:bg-gray-500:focus{
    background-color: #c7c7c7;
  }

  .sm-down\:focus\:bg-gray-550:focus{
    background-color: #ccc;
  }

  .sm-down\:focus\:bg-gray-600:focus{
    background-color: #707070;
  }

  .sm-down\:focus\:bg-gray-700:focus{
    background-color: #555555;
  }

  .sm-down\:focus\:bg-gray-800:focus{
    background-color: #333232;
  }

  .sm-down\:focus\:bg-gray-900:focus{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .sm-down\:focus\:bg-gray-1000:focus{
    background-color: #dadada;
  }

  .sm-down\:focus\:bg-gray-1100:focus{
    background-color: #ededed;
  }

  .sm-down\:focus\:bg-gray-1200:focus{
    background-color: #b1b1b1;
  }

  .sm-down\:focus\:bg-gray-1300:focus{
    background-color: #9b9b9b;
  }

  .sm-down\:focus\:bg-gray-1400:focus{
    background-color: #999ea1;
  }

  .sm-down\:focus\:bg-gray-1500:focus{
    background-color: #464646;
  }

  .sm-down\:focus\:bg-gray-1600:focus{
    background-color: #9A9FA2;
  }

  .sm-down\:focus\:bg-gray-1700:focus{
    background-color: #FBFBFB;
  }

  .sm-down\:focus\:bg-gray-1800:focus{
    background-color: #494949;
  }

  .sm-down\:focus\:bg-gray-1900:focus{
    background-color: #797979;
  }

  .sm-down\:focus\:bg-tan-300:focus{
    background-color: #d2a680;
  }

  .sm-down\:focus\:bg-tan-400:focus{
    background-color: #a38b71;
  }

  .sm-down\:focus\:bg-tan-500:focus{
    background-color: #b18259;
  }

  .sm-down\:focus\:bg-tan-600:focus{
    background-color: #c29064;
  }

  .active.sm-down\:self-active\:bg-transparent{
    background-color: transparent;
  }

  .active.sm-down\:self-active\:bg-current{
    background-color: currentColor;
  }

  .active.sm-down\:self-active\:bg-black{
    background-color: #000000;
  }

  .active.sm-down\:self-active\:bg-white{
    background-color: #ffffff;
  }

  .active.sm-down\:self-active\:bg-overlay{
    background-color: rgba(0,0,0,.2);
  }

  .active.sm-down\:self-active\:bg-transparent-background{
    background-color: rgba(0,0,0,.7);
  }

  .active.sm-down\:self-active\:bg-red-400{
    background-color: #ed4956;
  }

  .active.sm-down\:self-active\:bg-red-500{
    background-color: #e74a4a;
  }

  .active.sm-down\:self-active\:bg-orange-300{
    background-color: #a8774f;
  }

  .active.sm-down\:self-active\:bg-orange-400{
    background-color: #926642;
  }

  .active.sm-down\:self-active\:bg-orange-500{
    background-color: #d35a3a;
  }

  .active.sm-down\:self-active\:bg-green-200{
    background-color: #d5d4a3;
  }

  .active.sm-down\:self-active\:bg-green-300{
    background-color: #f05a30;
  }

  .active.sm-down\:self-active\:bg-green-400{
    background-color: #b8b78a;
  }

  .active.sm-down\:self-active\:bg-green-500{
    background-color: #48bb78;
  }

  .active.sm-down\:self-active\:bg-green-600{
    background-color: #a4c264;
  }

  .active.sm-down\:self-active\:bg-green-700{
    background-color: #B8B78F;
  }

  .active.sm-down\:self-active\:bg-blue-400{
    background-color: #a2c3d3;
  }

  .active.sm-down\:self-active\:bg-blue-500{
    background-color: #65a6c2;
  }

  .active.sm-down\:self-active\:bg-blue-600{
    background-color: rgba(70, 97, 153, .97);
  }

  .active.sm-down\:self-active\:bg-blue-700{
    background-color: rgba(70, 97, 153);
  }

  .active.sm-down\:self-active\:bg-bluegrey-100{
    background-color: #D9D9D9;
  }

  .active.sm-down\:self-active\:bg-terracotta-500{
    background-color: #bb7265;
  }

  .active.sm-down\:self-active\:bg-terracotta-600{
    background-color: #a46357;
  }

  .active.sm-down\:self-active\:bg-sky-100{
    background-color: #dff2fe;
  }

  .active.sm-down\:self-active\:bg-sky-200{
    background-color: #a2c3d3;
  }

  .active.sm-down\:self-active\:bg-neutral-500{
    background-color: #636466;
  }

  .active.sm-down\:self-active\:bg-gray-50{
    background-color: #fcfcfc;
  }

  .active.sm-down\:self-active\:bg-gray-100{
    background-color: #e7e7e7;
  }

  .active.sm-down\:self-active\:bg-gray-125{
    background-color: #f0f0f0;
  }

  .active.sm-down\:self-active\:bg-gray-150{
    background-color: #dddddd;
  }

  .active.sm-down\:self-active\:bg-gray-200{
    background-color: #868b8f;
  }

  .active.sm-down\:self-active\:bg-gray-250{
    background-color: #a6a5a5;
  }

  .active.sm-down\:self-active\:bg-gray-300{
    background-color: #979796;
  }

  .active.sm-down\:self-active\:bg-gray-400{
    background-color: #abaeb1;
  }

  .active.sm-down\:self-active\:bg-gray-500{
    background-color: #c7c7c7;
  }

  .active.sm-down\:self-active\:bg-gray-550{
    background-color: #ccc;
  }

  .active.sm-down\:self-active\:bg-gray-600{
    background-color: #707070;
  }

  .active.sm-down\:self-active\:bg-gray-700{
    background-color: #555555;
  }

  .active.sm-down\:self-active\:bg-gray-800{
    background-color: #333232;
  }

  .active.sm-down\:self-active\:bg-gray-900{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .active.sm-down\:self-active\:bg-gray-1000{
    background-color: #dadada;
  }

  .active.sm-down\:self-active\:bg-gray-1100{
    background-color: #ededed;
  }

  .active.sm-down\:self-active\:bg-gray-1200{
    background-color: #b1b1b1;
  }

  .active.sm-down\:self-active\:bg-gray-1300{
    background-color: #9b9b9b;
  }

  .active.sm-down\:self-active\:bg-gray-1400{
    background-color: #999ea1;
  }

  .active.sm-down\:self-active\:bg-gray-1500{
    background-color: #464646;
  }

  .active.sm-down\:self-active\:bg-gray-1600{
    background-color: #9A9FA2;
  }

  .active.sm-down\:self-active\:bg-gray-1700{
    background-color: #FBFBFB;
  }

  .active.sm-down\:self-active\:bg-gray-1800{
    background-color: #494949;
  }

  .active.sm-down\:self-active\:bg-gray-1900{
    background-color: #797979;
  }

  .active.sm-down\:self-active\:bg-tan-300{
    background-color: #d2a680;
  }

  .active.sm-down\:self-active\:bg-tan-400{
    background-color: #a38b71;
  }

  .active.sm-down\:self-active\:bg-tan-500{
    background-color: #b18259;
  }

  .active.sm-down\:self-active\:bg-tan-600{
    background-color: #c29064;
  }

  .sm-down\:nextOnChecked\:bg-transparent:checked + *{
    background-color: transparent;
  }

  .sm-down\:nextOnChecked\:bg-current:checked + *{
    background-color: currentColor;
  }

  .sm-down\:nextOnChecked\:bg-black:checked + *{
    background-color: #000000;
  }

  .sm-down\:nextOnChecked\:bg-white:checked + *{
    background-color: #ffffff;
  }

  .sm-down\:nextOnChecked\:bg-overlay:checked + *{
    background-color: rgba(0,0,0,.2);
  }

  .sm-down\:nextOnChecked\:bg-transparent-background:checked + *{
    background-color: rgba(0,0,0,.7);
  }

  .sm-down\:nextOnChecked\:bg-red-400:checked + *{
    background-color: #ed4956;
  }

  .sm-down\:nextOnChecked\:bg-red-500:checked + *{
    background-color: #e74a4a;
  }

  .sm-down\:nextOnChecked\:bg-orange-300:checked + *{
    background-color: #a8774f;
  }

  .sm-down\:nextOnChecked\:bg-orange-400:checked + *{
    background-color: #926642;
  }

  .sm-down\:nextOnChecked\:bg-orange-500:checked + *{
    background-color: #d35a3a;
  }

  .sm-down\:nextOnChecked\:bg-green-200:checked + *{
    background-color: #d5d4a3;
  }

  .sm-down\:nextOnChecked\:bg-green-300:checked + *{
    background-color: #f05a30;
  }

  .sm-down\:nextOnChecked\:bg-green-400:checked + *{
    background-color: #b8b78a;
  }

  .sm-down\:nextOnChecked\:bg-green-500:checked + *{
    background-color: #48bb78;
  }

  .sm-down\:nextOnChecked\:bg-green-600:checked + *{
    background-color: #a4c264;
  }

  .sm-down\:nextOnChecked\:bg-green-700:checked + *{
    background-color: #B8B78F;
  }

  .sm-down\:nextOnChecked\:bg-blue-400:checked + *{
    background-color: #a2c3d3;
  }

  .sm-down\:nextOnChecked\:bg-blue-500:checked + *{
    background-color: #65a6c2;
  }

  .sm-down\:nextOnChecked\:bg-blue-600:checked + *{
    background-color: rgba(70, 97, 153, .97);
  }

  .sm-down\:nextOnChecked\:bg-blue-700:checked + *{
    background-color: rgba(70, 97, 153);
  }

  .sm-down\:nextOnChecked\:bg-bluegrey-100:checked + *{
    background-color: #D9D9D9;
  }

  .sm-down\:nextOnChecked\:bg-terracotta-500:checked + *{
    background-color: #bb7265;
  }

  .sm-down\:nextOnChecked\:bg-terracotta-600:checked + *{
    background-color: #a46357;
  }

  .sm-down\:nextOnChecked\:bg-sky-100:checked + *{
    background-color: #dff2fe;
  }

  .sm-down\:nextOnChecked\:bg-sky-200:checked + *{
    background-color: #a2c3d3;
  }

  .sm-down\:nextOnChecked\:bg-neutral-500:checked + *{
    background-color: #636466;
  }

  .sm-down\:nextOnChecked\:bg-gray-50:checked + *{
    background-color: #fcfcfc;
  }

  .sm-down\:nextOnChecked\:bg-gray-100:checked + *{
    background-color: #e7e7e7;
  }

  .sm-down\:nextOnChecked\:bg-gray-125:checked + *{
    background-color: #f0f0f0;
  }

  .sm-down\:nextOnChecked\:bg-gray-150:checked + *{
    background-color: #dddddd;
  }

  .sm-down\:nextOnChecked\:bg-gray-200:checked + *{
    background-color: #868b8f;
  }

  .sm-down\:nextOnChecked\:bg-gray-250:checked + *{
    background-color: #a6a5a5;
  }

  .sm-down\:nextOnChecked\:bg-gray-300:checked + *{
    background-color: #979796;
  }

  .sm-down\:nextOnChecked\:bg-gray-400:checked + *{
    background-color: #abaeb1;
  }

  .sm-down\:nextOnChecked\:bg-gray-500:checked + *{
    background-color: #c7c7c7;
  }

  .sm-down\:nextOnChecked\:bg-gray-550:checked + *{
    background-color: #ccc;
  }

  .sm-down\:nextOnChecked\:bg-gray-600:checked + *{
    background-color: #707070;
  }

  .sm-down\:nextOnChecked\:bg-gray-700:checked + *{
    background-color: #555555;
  }

  .sm-down\:nextOnChecked\:bg-gray-800:checked + *{
    background-color: #333232;
  }

  .sm-down\:nextOnChecked\:bg-gray-900:checked + *{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .sm-down\:nextOnChecked\:bg-gray-1000:checked + *{
    background-color: #dadada;
  }

  .sm-down\:nextOnChecked\:bg-gray-1100:checked + *{
    background-color: #ededed;
  }

  .sm-down\:nextOnChecked\:bg-gray-1200:checked + *{
    background-color: #b1b1b1;
  }

  .sm-down\:nextOnChecked\:bg-gray-1300:checked + *{
    background-color: #9b9b9b;
  }

  .sm-down\:nextOnChecked\:bg-gray-1400:checked + *{
    background-color: #999ea1;
  }

  .sm-down\:nextOnChecked\:bg-gray-1500:checked + *{
    background-color: #464646;
  }

  .sm-down\:nextOnChecked\:bg-gray-1600:checked + *{
    background-color: #9A9FA2;
  }

  .sm-down\:nextOnChecked\:bg-gray-1700:checked + *{
    background-color: #FBFBFB;
  }

  .sm-down\:nextOnChecked\:bg-gray-1800:checked + *{
    background-color: #494949;
  }

  .sm-down\:nextOnChecked\:bg-gray-1900:checked + *{
    background-color: #797979;
  }

  .sm-down\:nextOnChecked\:bg-tan-300:checked + *{
    background-color: #d2a680;
  }

  .sm-down\:nextOnChecked\:bg-tan-400:checked + *{
    background-color: #a38b71;
  }

  .sm-down\:nextOnChecked\:bg-tan-500:checked + *{
    background-color: #b18259;
  }

  .sm-down\:nextOnChecked\:bg-tan-600:checked + *{
    background-color: #c29064;
  }

  .sm-down\:bg-bottom{
    background-position: bottom;
  }

  .sm-down\:bg-center{
    background-position: center;
  }

  .sm-down\:bg-left{
    background-position: left;
  }

  .sm-down\:bg-left-bottom{
    background-position: left bottom;
  }

  .sm-down\:bg-left-top{
    background-position: left top;
  }

  .sm-down\:bg-right{
    background-position: right;
  }

  .sm-down\:bg-right-bottom{
    background-position: right bottom;
  }

  .sm-down\:bg-right-top{
    background-position: right top;
  }

  .sm-down\:bg-top{
    background-position: top;
  }

  .sm-down\:bg-top-center{
    background-position: top center;
  }

  .sm-down\:bg-bottom-center{
    background-position: bottom center;
  }

  .sm-down\:bg-repeat{
    background-repeat: repeat;
  }

  .sm-down\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .sm-down\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .sm-down\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .sm-down\:bg-repeat-round{
    background-repeat: round;
  }

  .sm-down\:bg-repeat-space{
    background-repeat: space;
  }

  .sm-down\:bg-auto{
    background-size: auto;
  }

  .sm-down\:bg-cover{
    background-size: cover;
  }

  .sm-down\:bg-contain{
    background-size: contain;
  }

  .sm-down\:bg-hidden{
    background-size: 0% 0%;
  }

  .sm-down\:bg-y135{
    background-size: auto 135%;
  }

  .group:hover .sm-down\:group-hover\:bg-auto{
    background-size: auto;
  }

  .group:hover .sm-down\:group-hover\:bg-cover{
    background-size: cover;
  }

  .group:hover .sm-down\:group-hover\:bg-contain{
    background-size: contain;
  }

  .group:hover .sm-down\:group-hover\:bg-hidden{
    background-size: 0% 0%;
  }

  .group:hover .sm-down\:group-hover\:bg-y135{
    background-size: auto 135%;
  }

  .sm-down\:border-transparent{
    border-color: transparent;
  }

  .sm-down\:border-current{
    border-color: currentColor;
  }

  .sm-down\:border-black{
    border-color: #000000;
  }

  .sm-down\:border-white{
    border-color: #ffffff;
  }

  .sm-down\:border-overlay{
    border-color: rgba(0,0,0,.2);
  }

  .sm-down\:border-transparent-background{
    border-color: rgba(0,0,0,.7);
  }

  .sm-down\:border-red-400{
    border-color: #ed4956;
  }

  .sm-down\:border-red-500{
    border-color: #e74a4a;
  }

  .sm-down\:border-orange-300{
    border-color: #a8774f;
  }

  .sm-down\:border-orange-400{
    border-color: #926642;
  }

  .sm-down\:border-orange-500{
    border-color: #d35a3a;
  }

  .sm-down\:border-green-200{
    border-color: #d5d4a3;
  }

  .sm-down\:border-green-300{
    border-color: #f05a30;
  }

  .sm-down\:border-green-400{
    border-color: #b8b78a;
  }

  .sm-down\:border-green-500{
    border-color: #48bb78;
  }

  .sm-down\:border-green-600{
    border-color: #a4c264;
  }

  .sm-down\:border-green-700{
    border-color: #B8B78F;
  }

  .sm-down\:border-blue-400{
    border-color: #a2c3d3;
  }

  .sm-down\:border-blue-500{
    border-color: #65a6c2;
  }

  .sm-down\:border-blue-600{
    border-color: rgba(70, 97, 153, .97);
  }

  .sm-down\:border-blue-700{
    border-color: rgba(70, 97, 153);
  }

  .sm-down\:border-bluegrey-100{
    border-color: #D9D9D9;
  }

  .sm-down\:border-terracotta-500{
    border-color: #bb7265;
  }

  .sm-down\:border-terracotta-600{
    border-color: #a46357;
  }

  .sm-down\:border-sky-100{
    border-color: #dff2fe;
  }

  .sm-down\:border-sky-200{
    border-color: #a2c3d3;
  }

  .sm-down\:border-neutral-500{
    border-color: #636466;
  }

  .sm-down\:border-gray-50{
    border-color: #fcfcfc;
  }

  .sm-down\:border-gray-100{
    border-color: #e7e7e7;
  }

  .sm-down\:border-gray-125{
    border-color: #f0f0f0;
  }

  .sm-down\:border-gray-150{
    border-color: #dddddd;
  }

  .sm-down\:border-gray-200{
    border-color: #868b8f;
  }

  .sm-down\:border-gray-250{
    border-color: #a6a5a5;
  }

  .sm-down\:border-gray-300{
    border-color: #979796;
  }

  .sm-down\:border-gray-400{
    border-color: #abaeb1;
  }

  .sm-down\:border-gray-500{
    border-color: #c7c7c7;
  }

  .sm-down\:border-gray-550{
    border-color: #ccc;
  }

  .sm-down\:border-gray-600{
    border-color: #707070;
  }

  .sm-down\:border-gray-700{
    border-color: #555555;
  }

  .sm-down\:border-gray-800{
    border-color: #333232;
  }

  .sm-down\:border-gray-900{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .sm-down\:border-gray-1000{
    border-color: #dadada;
  }

  .sm-down\:border-gray-1100{
    border-color: #ededed;
  }

  .sm-down\:border-gray-1200{
    border-color: #b1b1b1;
  }

  .sm-down\:border-gray-1300{
    border-color: #9b9b9b;
  }

  .sm-down\:border-gray-1400{
    border-color: #999ea1;
  }

  .sm-down\:border-gray-1500{
    border-color: #464646;
  }

  .sm-down\:border-gray-1600{
    border-color: #9A9FA2;
  }

  .sm-down\:border-gray-1700{
    border-color: #FBFBFB;
  }

  .sm-down\:border-gray-1800{
    border-color: #494949;
  }

  .sm-down\:border-gray-1900{
    border-color: #797979;
  }

  .sm-down\:border-tan-300{
    border-color: #d2a680;
  }

  .sm-down\:border-tan-400{
    border-color: #a38b71;
  }

  .sm-down\:border-tan-500{
    border-color: #b18259;
  }

  .sm-down\:border-tan-600{
    border-color: #c29064;
  }

  .sm-down\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .sm-down\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .sm-down\:hover\:border-black:hover{
    border-color: #000000;
  }

  .sm-down\:hover\:border-white:hover{
    border-color: #ffffff;
  }

  .sm-down\:hover\:border-overlay:hover{
    border-color: rgba(0,0,0,.2);
  }

  .sm-down\:hover\:border-transparent-background:hover{
    border-color: rgba(0,0,0,.7);
  }

  .sm-down\:hover\:border-red-400:hover{
    border-color: #ed4956;
  }

  .sm-down\:hover\:border-red-500:hover{
    border-color: #e74a4a;
  }

  .sm-down\:hover\:border-orange-300:hover{
    border-color: #a8774f;
  }

  .sm-down\:hover\:border-orange-400:hover{
    border-color: #926642;
  }

  .sm-down\:hover\:border-orange-500:hover{
    border-color: #d35a3a;
  }

  .sm-down\:hover\:border-green-200:hover{
    border-color: #d5d4a3;
  }

  .sm-down\:hover\:border-green-300:hover{
    border-color: #f05a30;
  }

  .sm-down\:hover\:border-green-400:hover{
    border-color: #b8b78a;
  }

  .sm-down\:hover\:border-green-500:hover{
    border-color: #48bb78;
  }

  .sm-down\:hover\:border-green-600:hover{
    border-color: #a4c264;
  }

  .sm-down\:hover\:border-green-700:hover{
    border-color: #B8B78F;
  }

  .sm-down\:hover\:border-blue-400:hover{
    border-color: #a2c3d3;
  }

  .sm-down\:hover\:border-blue-500:hover{
    border-color: #65a6c2;
  }

  .sm-down\:hover\:border-blue-600:hover{
    border-color: rgba(70, 97, 153, .97);
  }

  .sm-down\:hover\:border-blue-700:hover{
    border-color: rgba(70, 97, 153);
  }

  .sm-down\:hover\:border-bluegrey-100:hover{
    border-color: #D9D9D9;
  }

  .sm-down\:hover\:border-terracotta-500:hover{
    border-color: #bb7265;
  }

  .sm-down\:hover\:border-terracotta-600:hover{
    border-color: #a46357;
  }

  .sm-down\:hover\:border-sky-100:hover{
    border-color: #dff2fe;
  }

  .sm-down\:hover\:border-sky-200:hover{
    border-color: #a2c3d3;
  }

  .sm-down\:hover\:border-neutral-500:hover{
    border-color: #636466;
  }

  .sm-down\:hover\:border-gray-50:hover{
    border-color: #fcfcfc;
  }

  .sm-down\:hover\:border-gray-100:hover{
    border-color: #e7e7e7;
  }

  .sm-down\:hover\:border-gray-125:hover{
    border-color: #f0f0f0;
  }

  .sm-down\:hover\:border-gray-150:hover{
    border-color: #dddddd;
  }

  .sm-down\:hover\:border-gray-200:hover{
    border-color: #868b8f;
  }

  .sm-down\:hover\:border-gray-250:hover{
    border-color: #a6a5a5;
  }

  .sm-down\:hover\:border-gray-300:hover{
    border-color: #979796;
  }

  .sm-down\:hover\:border-gray-400:hover{
    border-color: #abaeb1;
  }

  .sm-down\:hover\:border-gray-500:hover{
    border-color: #c7c7c7;
  }

  .sm-down\:hover\:border-gray-550:hover{
    border-color: #ccc;
  }

  .sm-down\:hover\:border-gray-600:hover{
    border-color: #707070;
  }

  .sm-down\:hover\:border-gray-700:hover{
    border-color: #555555;
  }

  .sm-down\:hover\:border-gray-800:hover{
    border-color: #333232;
  }

  .sm-down\:hover\:border-gray-900:hover{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .sm-down\:hover\:border-gray-1000:hover{
    border-color: #dadada;
  }

  .sm-down\:hover\:border-gray-1100:hover{
    border-color: #ededed;
  }

  .sm-down\:hover\:border-gray-1200:hover{
    border-color: #b1b1b1;
  }

  .sm-down\:hover\:border-gray-1300:hover{
    border-color: #9b9b9b;
  }

  .sm-down\:hover\:border-gray-1400:hover{
    border-color: #999ea1;
  }

  .sm-down\:hover\:border-gray-1500:hover{
    border-color: #464646;
  }

  .sm-down\:hover\:border-gray-1600:hover{
    border-color: #9A9FA2;
  }

  .sm-down\:hover\:border-gray-1700:hover{
    border-color: #FBFBFB;
  }

  .sm-down\:hover\:border-gray-1800:hover{
    border-color: #494949;
  }

  .sm-down\:hover\:border-gray-1900:hover{
    border-color: #797979;
  }

  .sm-down\:hover\:border-tan-300:hover{
    border-color: #d2a680;
  }

  .sm-down\:hover\:border-tan-400:hover{
    border-color: #a38b71;
  }

  .sm-down\:hover\:border-tan-500:hover{
    border-color: #b18259;
  }

  .sm-down\:hover\:border-tan-600:hover{
    border-color: #c29064;
  }

  .sm-down\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .sm-down\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .sm-down\:focus\:border-black:focus{
    border-color: #000000;
  }

  .sm-down\:focus\:border-white:focus{
    border-color: #ffffff;
  }

  .sm-down\:focus\:border-overlay:focus{
    border-color: rgba(0,0,0,.2);
  }

  .sm-down\:focus\:border-transparent-background:focus{
    border-color: rgba(0,0,0,.7);
  }

  .sm-down\:focus\:border-red-400:focus{
    border-color: #ed4956;
  }

  .sm-down\:focus\:border-red-500:focus{
    border-color: #e74a4a;
  }

  .sm-down\:focus\:border-orange-300:focus{
    border-color: #a8774f;
  }

  .sm-down\:focus\:border-orange-400:focus{
    border-color: #926642;
  }

  .sm-down\:focus\:border-orange-500:focus{
    border-color: #d35a3a;
  }

  .sm-down\:focus\:border-green-200:focus{
    border-color: #d5d4a3;
  }

  .sm-down\:focus\:border-green-300:focus{
    border-color: #f05a30;
  }

  .sm-down\:focus\:border-green-400:focus{
    border-color: #b8b78a;
  }

  .sm-down\:focus\:border-green-500:focus{
    border-color: #48bb78;
  }

  .sm-down\:focus\:border-green-600:focus{
    border-color: #a4c264;
  }

  .sm-down\:focus\:border-green-700:focus{
    border-color: #B8B78F;
  }

  .sm-down\:focus\:border-blue-400:focus{
    border-color: #a2c3d3;
  }

  .sm-down\:focus\:border-blue-500:focus{
    border-color: #65a6c2;
  }

  .sm-down\:focus\:border-blue-600:focus{
    border-color: rgba(70, 97, 153, .97);
  }

  .sm-down\:focus\:border-blue-700:focus{
    border-color: rgba(70, 97, 153);
  }

  .sm-down\:focus\:border-bluegrey-100:focus{
    border-color: #D9D9D9;
  }

  .sm-down\:focus\:border-terracotta-500:focus{
    border-color: #bb7265;
  }

  .sm-down\:focus\:border-terracotta-600:focus{
    border-color: #a46357;
  }

  .sm-down\:focus\:border-sky-100:focus{
    border-color: #dff2fe;
  }

  .sm-down\:focus\:border-sky-200:focus{
    border-color: #a2c3d3;
  }

  .sm-down\:focus\:border-neutral-500:focus{
    border-color: #636466;
  }

  .sm-down\:focus\:border-gray-50:focus{
    border-color: #fcfcfc;
  }

  .sm-down\:focus\:border-gray-100:focus{
    border-color: #e7e7e7;
  }

  .sm-down\:focus\:border-gray-125:focus{
    border-color: #f0f0f0;
  }

  .sm-down\:focus\:border-gray-150:focus{
    border-color: #dddddd;
  }

  .sm-down\:focus\:border-gray-200:focus{
    border-color: #868b8f;
  }

  .sm-down\:focus\:border-gray-250:focus{
    border-color: #a6a5a5;
  }

  .sm-down\:focus\:border-gray-300:focus{
    border-color: #979796;
  }

  .sm-down\:focus\:border-gray-400:focus{
    border-color: #abaeb1;
  }

  .sm-down\:focus\:border-gray-500:focus{
    border-color: #c7c7c7;
  }

  .sm-down\:focus\:border-gray-550:focus{
    border-color: #ccc;
  }

  .sm-down\:focus\:border-gray-600:focus{
    border-color: #707070;
  }

  .sm-down\:focus\:border-gray-700:focus{
    border-color: #555555;
  }

  .sm-down\:focus\:border-gray-800:focus{
    border-color: #333232;
  }

  .sm-down\:focus\:border-gray-900:focus{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .sm-down\:focus\:border-gray-1000:focus{
    border-color: #dadada;
  }

  .sm-down\:focus\:border-gray-1100:focus{
    border-color: #ededed;
  }

  .sm-down\:focus\:border-gray-1200:focus{
    border-color: #b1b1b1;
  }

  .sm-down\:focus\:border-gray-1300:focus{
    border-color: #9b9b9b;
  }

  .sm-down\:focus\:border-gray-1400:focus{
    border-color: #999ea1;
  }

  .sm-down\:focus\:border-gray-1500:focus{
    border-color: #464646;
  }

  .sm-down\:focus\:border-gray-1600:focus{
    border-color: #9A9FA2;
  }

  .sm-down\:focus\:border-gray-1700:focus{
    border-color: #FBFBFB;
  }

  .sm-down\:focus\:border-gray-1800:focus{
    border-color: #494949;
  }

  .sm-down\:focus\:border-gray-1900:focus{
    border-color: #797979;
  }

  .sm-down\:focus\:border-tan-300:focus{
    border-color: #d2a680;
  }

  .sm-down\:focus\:border-tan-400:focus{
    border-color: #a38b71;
  }

  .sm-down\:focus\:border-tan-500:focus{
    border-color: #b18259;
  }

  .sm-down\:focus\:border-tan-600:focus{
    border-color: #c29064;
  }

  .js-is-active.sm-down\:self-active\:border-transparent{
    border-color: transparent;
  }

  .js-is-active.sm-down\:self-active\:border-current{
    border-color: currentColor;
  }

  .js-is-active.sm-down\:self-active\:border-black{
    border-color: #000000;
  }

  .js-is-active.sm-down\:self-active\:border-white{
    border-color: #ffffff;
  }

  .js-is-active.sm-down\:self-active\:border-overlay{
    border-color: rgba(0,0,0,.2);
  }

  .js-is-active.sm-down\:self-active\:border-transparent-background{
    border-color: rgba(0,0,0,.7);
  }

  .js-is-active.sm-down\:self-active\:border-red-400{
    border-color: #ed4956;
  }

  .js-is-active.sm-down\:self-active\:border-red-500{
    border-color: #e74a4a;
  }

  .js-is-active.sm-down\:self-active\:border-orange-300{
    border-color: #a8774f;
  }

  .js-is-active.sm-down\:self-active\:border-orange-400{
    border-color: #926642;
  }

  .js-is-active.sm-down\:self-active\:border-orange-500{
    border-color: #d35a3a;
  }

  .js-is-active.sm-down\:self-active\:border-green-200{
    border-color: #d5d4a3;
  }

  .js-is-active.sm-down\:self-active\:border-green-300{
    border-color: #f05a30;
  }

  .js-is-active.sm-down\:self-active\:border-green-400{
    border-color: #b8b78a;
  }

  .js-is-active.sm-down\:self-active\:border-green-500{
    border-color: #48bb78;
  }

  .js-is-active.sm-down\:self-active\:border-green-600{
    border-color: #a4c264;
  }

  .js-is-active.sm-down\:self-active\:border-green-700{
    border-color: #B8B78F;
  }

  .js-is-active.sm-down\:self-active\:border-blue-400{
    border-color: #a2c3d3;
  }

  .js-is-active.sm-down\:self-active\:border-blue-500{
    border-color: #65a6c2;
  }

  .js-is-active.sm-down\:self-active\:border-blue-600{
    border-color: rgba(70, 97, 153, .97);
  }

  .js-is-active.sm-down\:self-active\:border-blue-700{
    border-color: rgba(70, 97, 153);
  }

  .js-is-active.sm-down\:self-active\:border-bluegrey-100{
    border-color: #D9D9D9;
  }

  .js-is-active.sm-down\:self-active\:border-terracotta-500{
    border-color: #bb7265;
  }

  .js-is-active.sm-down\:self-active\:border-terracotta-600{
    border-color: #a46357;
  }

  .js-is-active.sm-down\:self-active\:border-sky-100{
    border-color: #dff2fe;
  }

  .js-is-active.sm-down\:self-active\:border-sky-200{
    border-color: #a2c3d3;
  }

  .js-is-active.sm-down\:self-active\:border-neutral-500{
    border-color: #636466;
  }

  .js-is-active.sm-down\:self-active\:border-gray-50{
    border-color: #fcfcfc;
  }

  .js-is-active.sm-down\:self-active\:border-gray-100{
    border-color: #e7e7e7;
  }

  .js-is-active.sm-down\:self-active\:border-gray-125{
    border-color: #f0f0f0;
  }

  .js-is-active.sm-down\:self-active\:border-gray-150{
    border-color: #dddddd;
  }

  .js-is-active.sm-down\:self-active\:border-gray-200{
    border-color: #868b8f;
  }

  .js-is-active.sm-down\:self-active\:border-gray-250{
    border-color: #a6a5a5;
  }

  .js-is-active.sm-down\:self-active\:border-gray-300{
    border-color: #979796;
  }

  .js-is-active.sm-down\:self-active\:border-gray-400{
    border-color: #abaeb1;
  }

  .js-is-active.sm-down\:self-active\:border-gray-500{
    border-color: #c7c7c7;
  }

  .js-is-active.sm-down\:self-active\:border-gray-550{
    border-color: #ccc;
  }

  .js-is-active.sm-down\:self-active\:border-gray-600{
    border-color: #707070;
  }

  .js-is-active.sm-down\:self-active\:border-gray-700{
    border-color: #555555;
  }

  .js-is-active.sm-down\:self-active\:border-gray-800{
    border-color: #333232;
  }

  .js-is-active.sm-down\:self-active\:border-gray-900{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .js-is-active.sm-down\:self-active\:border-gray-1000{
    border-color: #dadada;
  }

  .js-is-active.sm-down\:self-active\:border-gray-1100{
    border-color: #ededed;
  }

  .js-is-active.sm-down\:self-active\:border-gray-1200{
    border-color: #b1b1b1;
  }

  .js-is-active.sm-down\:self-active\:border-gray-1300{
    border-color: #9b9b9b;
  }

  .js-is-active.sm-down\:self-active\:border-gray-1400{
    border-color: #999ea1;
  }

  .js-is-active.sm-down\:self-active\:border-gray-1500{
    border-color: #464646;
  }

  .js-is-active.sm-down\:self-active\:border-gray-1600{
    border-color: #9A9FA2;
  }

  .js-is-active.sm-down\:self-active\:border-gray-1700{
    border-color: #FBFBFB;
  }

  .js-is-active.sm-down\:self-active\:border-gray-1800{
    border-color: #494949;
  }

  .js-is-active.sm-down\:self-active\:border-gray-1900{
    border-color: #797979;
  }

  .js-is-active.sm-down\:self-active\:border-tan-300{
    border-color: #d2a680;
  }

  .js-is-active.sm-down\:self-active\:border-tan-400{
    border-color: #a38b71;
  }

  .js-is-active.sm-down\:self-active\:border-tan-500{
    border-color: #b18259;
  }

  .js-is-active.sm-down\:self-active\:border-tan-600{
    border-color: #c29064;
  }

  .group:hover .sm-down\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .sm-down\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .sm-down\:group-hover\:border-black{
    border-color: #000000;
  }

  .group:hover .sm-down\:group-hover\:border-white{
    border-color: #ffffff;
  }

  .group:hover .sm-down\:group-hover\:border-overlay{
    border-color: rgba(0,0,0,.2);
  }

  .group:hover .sm-down\:group-hover\:border-transparent-background{
    border-color: rgba(0,0,0,.7);
  }

  .group:hover .sm-down\:group-hover\:border-red-400{
    border-color: #ed4956;
  }

  .group:hover .sm-down\:group-hover\:border-red-500{
    border-color: #e74a4a;
  }

  .group:hover .sm-down\:group-hover\:border-orange-300{
    border-color: #a8774f;
  }

  .group:hover .sm-down\:group-hover\:border-orange-400{
    border-color: #926642;
  }

  .group:hover .sm-down\:group-hover\:border-orange-500{
    border-color: #d35a3a;
  }

  .group:hover .sm-down\:group-hover\:border-green-200{
    border-color: #d5d4a3;
  }

  .group:hover .sm-down\:group-hover\:border-green-300{
    border-color: #f05a30;
  }

  .group:hover .sm-down\:group-hover\:border-green-400{
    border-color: #b8b78a;
  }

  .group:hover .sm-down\:group-hover\:border-green-500{
    border-color: #48bb78;
  }

  .group:hover .sm-down\:group-hover\:border-green-600{
    border-color: #a4c264;
  }

  .group:hover .sm-down\:group-hover\:border-green-700{
    border-color: #B8B78F;
  }

  .group:hover .sm-down\:group-hover\:border-blue-400{
    border-color: #a2c3d3;
  }

  .group:hover .sm-down\:group-hover\:border-blue-500{
    border-color: #65a6c2;
  }

  .group:hover .sm-down\:group-hover\:border-blue-600{
    border-color: rgba(70, 97, 153, .97);
  }

  .group:hover .sm-down\:group-hover\:border-blue-700{
    border-color: rgba(70, 97, 153);
  }

  .group:hover .sm-down\:group-hover\:border-bluegrey-100{
    border-color: #D9D9D9;
  }

  .group:hover .sm-down\:group-hover\:border-terracotta-500{
    border-color: #bb7265;
  }

  .group:hover .sm-down\:group-hover\:border-terracotta-600{
    border-color: #a46357;
  }

  .group:hover .sm-down\:group-hover\:border-sky-100{
    border-color: #dff2fe;
  }

  .group:hover .sm-down\:group-hover\:border-sky-200{
    border-color: #a2c3d3;
  }

  .group:hover .sm-down\:group-hover\:border-neutral-500{
    border-color: #636466;
  }

  .group:hover .sm-down\:group-hover\:border-gray-50{
    border-color: #fcfcfc;
  }

  .group:hover .sm-down\:group-hover\:border-gray-100{
    border-color: #e7e7e7;
  }

  .group:hover .sm-down\:group-hover\:border-gray-125{
    border-color: #f0f0f0;
  }

  .group:hover .sm-down\:group-hover\:border-gray-150{
    border-color: #dddddd;
  }

  .group:hover .sm-down\:group-hover\:border-gray-200{
    border-color: #868b8f;
  }

  .group:hover .sm-down\:group-hover\:border-gray-250{
    border-color: #a6a5a5;
  }

  .group:hover .sm-down\:group-hover\:border-gray-300{
    border-color: #979796;
  }

  .group:hover .sm-down\:group-hover\:border-gray-400{
    border-color: #abaeb1;
  }

  .group:hover .sm-down\:group-hover\:border-gray-500{
    border-color: #c7c7c7;
  }

  .group:hover .sm-down\:group-hover\:border-gray-550{
    border-color: #ccc;
  }

  .group:hover .sm-down\:group-hover\:border-gray-600{
    border-color: #707070;
  }

  .group:hover .sm-down\:group-hover\:border-gray-700{
    border-color: #555555;
  }

  .group:hover .sm-down\:group-hover\:border-gray-800{
    border-color: #333232;
  }

  .group:hover .sm-down\:group-hover\:border-gray-900{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .sm-down\:group-hover\:border-gray-1000{
    border-color: #dadada;
  }

  .group:hover .sm-down\:group-hover\:border-gray-1100{
    border-color: #ededed;
  }

  .group:hover .sm-down\:group-hover\:border-gray-1200{
    border-color: #b1b1b1;
  }

  .group:hover .sm-down\:group-hover\:border-gray-1300{
    border-color: #9b9b9b;
  }

  .group:hover .sm-down\:group-hover\:border-gray-1400{
    border-color: #999ea1;
  }

  .group:hover .sm-down\:group-hover\:border-gray-1500{
    border-color: #464646;
  }

  .group:hover .sm-down\:group-hover\:border-gray-1600{
    border-color: #9A9FA2;
  }

  .group:hover .sm-down\:group-hover\:border-gray-1700{
    border-color: #FBFBFB;
  }

  .group:hover .sm-down\:group-hover\:border-gray-1800{
    border-color: #494949;
  }

  .group:hover .sm-down\:group-hover\:border-gray-1900{
    border-color: #797979;
  }

  .group:hover .sm-down\:group-hover\:border-tan-300{
    border-color: #d2a680;
  }

  .group:hover .sm-down\:group-hover\:border-tan-400{
    border-color: #a38b71;
  }

  .group:hover .sm-down\:group-hover\:border-tan-500{
    border-color: #b18259;
  }

  .group:hover .sm-down\:group-hover\:border-tan-600{
    border-color: #c29064;
  }

  .sm-down\:rounded-none{
    border-radius: 0;
  }

  .sm-down\:rounded-sm{
    border-radius: 0.125rem;
  }

  .sm-down\:rounded{
    border-radius: 0.25rem;
  }

  .sm-down\:rounded-lg{
    border-radius: 0.5rem;
  }

  .sm-down\:rounded-full{
    border-radius: 9999px;
  }

  .sm-down\:rounded-md{
    border-radius: 0.375rem;
  }

  .sm-down\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm-down\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm-down\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm-down\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm-down\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm-down\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm-down\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm-down\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm-down\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm-down\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm-down\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm-down\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm-down\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm-down\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm-down\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm-down\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm-down\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm-down\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm-down\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm-down\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm-down\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm-down\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm-down\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm-down\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm-down\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .sm-down\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .sm-down\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .sm-down\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .sm-down\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .sm-down\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .sm-down\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .sm-down\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .sm-down\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .sm-down\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .sm-down\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .sm-down\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .sm-down\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .sm-down\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .sm-down\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .sm-down\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .sm-down\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .sm-down\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .sm-down\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .sm-down\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .sm-down\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .sm-down\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .sm-down\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .sm-down\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .sm-down\:border-solid{
    border-style: solid;
  }

  .sm-down\:border-dashed{
    border-style: dashed;
  }

  .sm-down\:border-dotted{
    border-style: dotted;
  }

  .sm-down\:border-double{
    border-style: double;
  }

  .sm-down\:border-none{
    border-style: none;
  }

  .sm-down\:border-0{
    border-width: 0;
  }

  .sm-down\:border-2{
    border-width: 2px;
  }

  .sm-down\:border-3{
    border-width: 3px;
  }

  .sm-down\:border-4{
    border-width: 4px;
  }

  .sm-down\:border-5{
    border-width: 5px;
  }

  .sm-down\:border-6{
    border-width: 6px;
  }

  .sm-down\:border-8{
    border-width: 8px;
  }

  .sm-down\:border{
    border-width: 1px;
  }

  .sm-down\:border-t-0{
    border-top-width: 0;
  }

  .sm-down\:border-r-0{
    border-right-width: 0;
  }

  .sm-down\:border-b-0{
    border-bottom-width: 0;
  }

  .sm-down\:border-l-0{
    border-left-width: 0;
  }

  .sm-down\:border-t-2{
    border-top-width: 2px;
  }

  .sm-down\:border-r-2{
    border-right-width: 2px;
  }

  .sm-down\:border-b-2{
    border-bottom-width: 2px;
  }

  .sm-down\:border-l-2{
    border-left-width: 2px;
  }

  .sm-down\:border-t-3{
    border-top-width: 3px;
  }

  .sm-down\:border-r-3{
    border-right-width: 3px;
  }

  .sm-down\:border-b-3{
    border-bottom-width: 3px;
  }

  .sm-down\:border-l-3{
    border-left-width: 3px;
  }

  .sm-down\:border-t-4{
    border-top-width: 4px;
  }

  .sm-down\:border-r-4{
    border-right-width: 4px;
  }

  .sm-down\:border-b-4{
    border-bottom-width: 4px;
  }

  .sm-down\:border-l-4{
    border-left-width: 4px;
  }

  .sm-down\:border-t-5{
    border-top-width: 5px;
  }

  .sm-down\:border-r-5{
    border-right-width: 5px;
  }

  .sm-down\:border-b-5{
    border-bottom-width: 5px;
  }

  .sm-down\:border-l-5{
    border-left-width: 5px;
  }

  .sm-down\:border-t-6{
    border-top-width: 6px;
  }

  .sm-down\:border-r-6{
    border-right-width: 6px;
  }

  .sm-down\:border-b-6{
    border-bottom-width: 6px;
  }

  .sm-down\:border-l-6{
    border-left-width: 6px;
  }

  .sm-down\:border-t-8{
    border-top-width: 8px;
  }

  .sm-down\:border-r-8{
    border-right-width: 8px;
  }

  .sm-down\:border-b-8{
    border-bottom-width: 8px;
  }

  .sm-down\:border-l-8{
    border-left-width: 8px;
  }

  .sm-down\:border-t{
    border-top-width: 1px;
  }

  .sm-down\:border-r{
    border-right-width: 1px;
  }

  .sm-down\:border-b{
    border-bottom-width: 1px;
  }

  .sm-down\:border-l{
    border-left-width: 1px;
  }

  .sm-down\:cursor-auto{
    cursor: auto;
  }

  .sm-down\:cursor-default{
    cursor: default;
  }

  .sm-down\:cursor-pointer{
    cursor: pointer;
  }

  .sm-down\:cursor-wait{
    cursor: wait;
  }

  .sm-down\:cursor-text{
    cursor: text;
  }

  .sm-down\:cursor-move{
    cursor: move;
  }

  .sm-down\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .sm-down\:block{
    display: block;
  }

  .sm-down\:inline-block{
    display: inline-block;
  }

  .sm-down\:inline{
    display: inline;
  }

  .sm-down\:flex{
    display: flex;
  }

  .sm-down\:inline-flex{
    display: inline-flex;
  }

  .sm-down\:table{
    display: table;
  }

  .sm-down\:table-row{
    display: table-row;
  }

  .sm-down\:table-cell{
    display: table-cell;
  }

  .sm-down\:hidden{
    display: none;
  }

  .group:hover .sm-down\:group-hover\:block{
    display: block;
  }

  .group:hover .sm-down\:group-hover\:inline-block{
    display: inline-block;
  }

  .group:hover .sm-down\:group-hover\:inline{
    display: inline;
  }

  .group:hover .sm-down\:group-hover\:flex{
    display: flex;
  }

  .group:hover .sm-down\:group-hover\:inline-flex{
    display: inline-flex;
  }

  .group:hover .sm-down\:group-hover\:table{
    display: table;
  }

  .group:hover .sm-down\:group-hover\:table-row{
    display: table-row;
  }

  .group:hover .sm-down\:group-hover\:table-cell{
    display: table-cell;
  }

  .group:hover .sm-down\:group-hover\:hidden{
    display: none;
  }

  .group[aria-expanded="true"] .sm-down\:group-aria-expanded\:block{
    display: block;
  }

  .group[aria-expanded="true"] .sm-down\:group-aria-expanded\:inline-block{
    display: inline-block;
  }

  .group[aria-expanded="true"] .sm-down\:group-aria-expanded\:inline{
    display: inline;
  }

  .group[aria-expanded="true"] .sm-down\:group-aria-expanded\:flex{
    display: flex;
  }

  .group[aria-expanded="true"] .sm-down\:group-aria-expanded\:inline-flex{
    display: inline-flex;
  }

  .group[aria-expanded="true"] .sm-down\:group-aria-expanded\:table{
    display: table;
  }

  .group[aria-expanded="true"] .sm-down\:group-aria-expanded\:table-row{
    display: table-row;
  }

  .group[aria-expanded="true"] .sm-down\:group-aria-expanded\:table-cell{
    display: table-cell;
  }

  .group[aria-expanded="true"] .sm-down\:group-aria-expanded\:hidden{
    display: none;
  }

  .js-is-active.sm-down\:self-active\:block{
    display: block;
  }

  .js-is-active.sm-down\:self-active\:inline-block{
    display: inline-block;
  }

  .js-is-active.sm-down\:self-active\:inline{
    display: inline;
  }

  .js-is-active.sm-down\:self-active\:flex{
    display: flex;
  }

  .js-is-active.sm-down\:self-active\:inline-flex{
    display: inline-flex;
  }

  .js-is-active.sm-down\:self-active\:table{
    display: table;
  }

  .js-is-active.sm-down\:self-active\:table-row{
    display: table-row;
  }

  .js-is-active.sm-down\:self-active\:table-cell{
    display: table-cell;
  }

  .js-is-active.sm-down\:self-active\:hidden{
    display: none;
  }

  .sm-down\:flex-row{
    flex-direction: row;
  }

  .sm-down\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .sm-down\:flex-col{
    flex-direction: column;
  }

  .sm-down\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .sm-down\:flex-wrap{
    flex-wrap: wrap;
  }

  .sm-down\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .sm-down\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .sm-down\:items-start{
    align-items: flex-start;
  }

  .sm-down\:items-end{
    align-items: flex-end;
  }

  .sm-down\:items-center{
    align-items: center;
  }

  .sm-down\:items-baseline{
    align-items: baseline;
  }

  .sm-down\:items-stretch{
    align-items: stretch;
  }

  .sm-down\:self-auto{
    align-self: auto;
  }

  .sm-down\:self-start{
    align-self: flex-start;
  }

  .sm-down\:self-end{
    align-self: flex-end;
  }

  .sm-down\:self-center{
    align-self: center;
  }

  .sm-down\:self-stretch{
    align-self: stretch;
  }

  .sm-down\:justify-start{
    justify-content: flex-start;
  }

  .sm-down\:justify-end{
    justify-content: flex-end;
  }

  .sm-down\:justify-center{
    justify-content: center;
  }

  .sm-down\:justify-between{
    justify-content: space-between;
  }

  .sm-down\:justify-around{
    justify-content: space-around;
  }

  .sm-down\:content-center{
    align-content: center;
  }

  .sm-down\:content-start{
    align-content: flex-start;
  }

  .sm-down\:content-end{
    align-content: flex-end;
  }

  .sm-down\:content-between{
    align-content: space-between;
  }

  .sm-down\:content-around{
    align-content: space-around;
  }

  .sm-down\:flex-1{
    flex: 1 1 0%;
  }

  .sm-down\:flex-auto{
    flex: 1 1 auto;
  }

  .sm-down\:flex-initial{
    flex: 0 1 auto;
  }

  .sm-down\:flex-none{
    flex: none;
  }

  .sm-down\:flex-0-auto{
    flex: 0 0 auto;
  }

  .sm-down\:flex-1-60{
    flex: 1 1 60%;
  }

  .sm-down\:flex-grow-0{
    flex-grow: 0;
  }

  .sm-down\:flex-grow{
    flex-grow: 1;
  }

  .sm-down\:flex-shrink-0{
    flex-shrink: 0;
  }

  .sm-down\:flex-shrink{
    flex-shrink: 1;
  }

  .sm-down\:order-1{
    order: 1;
  }

  .sm-down\:order-2{
    order: 2;
  }

  .sm-down\:order-3{
    order: 3;
  }

  .sm-down\:order-4{
    order: 4;
  }

  .sm-down\:order-5{
    order: 5;
  }

  .sm-down\:order-6{
    order: 6;
  }

  .sm-down\:order-7{
    order: 7;
  }

  .sm-down\:order-8{
    order: 8;
  }

  .sm-down\:order-9{
    order: 9;
  }

  .sm-down\:order-10{
    order: 10;
  }

  .sm-down\:order-11{
    order: 11;
  }

  .sm-down\:order-12{
    order: 12;
  }

  .sm-down\:order-first{
    order: -9999;
  }

  .sm-down\:order-last{
    order: 9999;
  }

  .sm-down\:order-none{
    order: 0;
  }

  .sm-down\:float-right{
    float: right;
  }

  .sm-down\:float-left{
    float: left;
  }

  .sm-down\:float-none{
    float: none;
  }

  .sm-down\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .sm-down\:font-sans{
    font-family: "HelveticaNeueLTStd", "HelveticaNeueLT", sans-serif;
  }

  .sm-down\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm-down\:font-hairline{
    font-weight: 100;
  }

  .sm-down\:font-thin{
    font-weight: 200;
  }

  .sm-down\:font-light{
    font-weight: 300;
  }

  .sm-down\:font-normal{
    font-weight: 400;
  }

  .sm-down\:font-medium{
    font-weight: 500;
  }

  .sm-down\:font-semibold{
    font-weight: 600;
  }

  .sm-down\:font-bold{
    font-weight: 700;
  }

  .sm-down\:font-extrabold{
    font-weight: 800;
  }

  .sm-down\:font-black{
    font-weight: 900;
  }

  .sm-down\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .sm-down\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .sm-down\:hover\:font-light:hover{
    font-weight: 300;
  }

  .sm-down\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .sm-down\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .sm-down\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .sm-down\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .sm-down\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .sm-down\:hover\:font-black:hover{
    font-weight: 900;
  }

  .sm-down\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .sm-down\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .sm-down\:focus\:font-light:focus{
    font-weight: 300;
  }

  .sm-down\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .sm-down\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .sm-down\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .sm-down\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .sm-down\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .sm-down\:focus\:font-black:focus{
    font-weight: 900;
  }

  .sm-down\:h-0{
    height: 0;
  }

  .sm-down\:h-1{
    height: 0.25rem;
  }

  .sm-down\:h-2{
    height: 0.5rem;
  }

  .sm-down\:h-3{
    height: 0.75rem;
  }

  .sm-down\:h-4{
    height: 1rem;
  }

  .sm-down\:h-5{
    height: 1.25rem;
  }

  .sm-down\:h-6{
    height: 1.5rem;
  }

  .sm-down\:h-8{
    height: 2rem;
  }

  .sm-down\:h-10{
    height: 2.5rem;
  }

  .sm-down\:h-12{
    height: 3rem;
  }

  .sm-down\:h-14{
    height: 3.5rem;
  }

  .sm-down\:h-16{
    height: 4rem;
  }

  .sm-down\:h-20{
    height: 5rem;
  }

  .sm-down\:h-24{
    height: 6rem;
  }

  .sm-down\:h-32{
    height: 8rem;
  }

  .sm-down\:h-40{
    height: 10rem;
  }

  .sm-down\:h-48{
    height: 12rem;
  }

  .sm-down\:h-56{
    height: 14rem;
  }

  .sm-down\:h-64{
    height: 16rem;
  }

  .sm-down\:h-360{
    height: 22.5rem;
  }

  .sm-down\:h-auto{
    height: auto;
  }

  .sm-down\:h-px{
    height: 1px;
  }

  .sm-down\:h-full{
    height: 100%;
  }

  .sm-down\:h-screen{
    height: 100vh;
  }

  .sm-down\:h-inherit{
    height: inherit;
  }

  .sm-down\:h-3\/5{
    height: 60%;
  }

  .sm-down\:h-screen-75{
    height: 75vh;
  }

  .sm-down\:leading-none{
    line-height: 1;
  }

  .sm-down\:leading-tight{
    line-height: 1.25;
  }

  .sm-down\:leading-snug{
    line-height: 1.375;
  }

  .sm-down\:leading-normal{
    line-height: 1.5;
  }

  .sm-down\:leading-relaxed{
    line-height: 1.625;
  }

  .sm-down\:leading-loose{
    line-height: 2;
  }

  .sm-down\:leading-lockup{
    line-height: 0.9;
  }

  .sm-down\:list-inside{
    list-style-position: inside;
  }

  .sm-down\:list-outside{
    list-style-position: outside;
  }

  .sm-down\:list-none{
    list-style-type: none;
  }

  .sm-down\:list-disc{
    list-style-type: disc;
  }

  .sm-down\:list-decimal{
    list-style-type: decimal;
  }

  .sm-down\:m-0{
    margin: 0;
  }

  .sm-down\:m-1{
    margin: 0.25rem;
  }

  .sm-down\:m-2{
    margin: 0.5rem;
  }

  .sm-down\:m-3{
    margin: 0.75rem;
  }

  .sm-down\:m-4{
    margin: 1rem;
  }

  .sm-down\:m-5{
    margin: 1.25rem;
  }

  .sm-down\:m-6{
    margin: 1.5rem;
  }

  .sm-down\:m-8{
    margin: 2rem;
  }

  .sm-down\:m-10{
    margin: 2.5rem;
  }

  .sm-down\:m-12{
    margin: 3rem;
  }

  .sm-down\:m-16{
    margin: 4rem;
  }

  .sm-down\:m-20{
    margin: 5rem;
  }

  .sm-down\:m-24{
    margin: 6rem;
  }

  .sm-down\:m-32{
    margin: 8rem;
  }

  .sm-down\:m-40{
    margin: 10rem;
  }

  .sm-down\:m-48{
    margin: 12rem;
  }

  .sm-down\:m-56{
    margin: 14rem;
  }

  .sm-down\:m-64{
    margin: 16rem;
  }

  .sm-down\:m-auto{
    margin: auto;
  }

  .sm-down\:m-px{
    margin: 1px;
  }

  .sm-down\:m-full{
    margin: 100%;
  }

  .sm-down\:-m-1{
    margin: -0.25rem;
  }

  .sm-down\:-m-2{
    margin: -0.5rem;
  }

  .sm-down\:-m-3{
    margin: -0.75rem;
  }

  .sm-down\:-m-4{
    margin: -1rem;
  }

  .sm-down\:-m-5{
    margin: -1.25rem;
  }

  .sm-down\:-m-6{
    margin: -1.5rem;
  }

  .sm-down\:-m-8{
    margin: -2rem;
  }

  .sm-down\:-m-10{
    margin: -2.5rem;
  }

  .sm-down\:-m-12{
    margin: -3rem;
  }

  .sm-down\:-m-16{
    margin: -4rem;
  }

  .sm-down\:-m-20{
    margin: -5rem;
  }

  .sm-down\:-m-24{
    margin: -6rem;
  }

  .sm-down\:-m-32{
    margin: -8rem;
  }

  .sm-down\:-m-40{
    margin: -10rem;
  }

  .sm-down\:-m-48{
    margin: -12rem;
  }

  .sm-down\:-m-56{
    margin: -14rem;
  }

  .sm-down\:-m-64{
    margin: -16rem;
  }

  .sm-down\:-m-px{
    margin: -1px;
  }

  .sm-down\:-m-full{
    margin: -100%;
  }

  .sm-down\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm-down\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .sm-down\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm-down\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm-down\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm-down\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm-down\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm-down\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm-down\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm-down\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm-down\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm-down\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm-down\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm-down\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm-down\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm-down\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm-down\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm-down\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm-down\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm-down\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm-down\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm-down\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm-down\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm-down\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm-down\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm-down\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm-down\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm-down\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm-down\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm-down\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm-down\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm-down\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm-down\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm-down\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm-down\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm-down\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm-down\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm-down\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .sm-down\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm-down\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm-down\:my-full{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .sm-down\:mx-full{
    margin-left: 100%;
    margin-right: 100%;
  }

  .sm-down\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm-down\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm-down\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm-down\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm-down\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm-down\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm-down\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm-down\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm-down\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm-down\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm-down\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm-down\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm-down\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm-down\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm-down\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm-down\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm-down\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm-down\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm-down\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm-down\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm-down\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm-down\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm-down\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm-down\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm-down\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm-down\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm-down\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm-down\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm-down\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm-down\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm-down\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm-down\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm-down\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm-down\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm-down\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm-down\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm-down\:-my-full{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .sm-down\:-mx-full{
    margin-left: -100%;
    margin-right: -100%;
  }

  .sm-down\:mt-0{
    margin-top: 0;
  }

  .sm-down\:mr-0{
    margin-right: 0;
  }

  .sm-down\:mb-0{
    margin-bottom: 0;
  }

  .sm-down\:ml-0{
    margin-left: 0;
  }

  .sm-down\:mt-1{
    margin-top: 0.25rem;
  }

  .sm-down\:mr-1{
    margin-right: 0.25rem;
  }

  .sm-down\:mb-1{
    margin-bottom: 0.25rem;
  }

  .sm-down\:ml-1{
    margin-left: 0.25rem;
  }

  .sm-down\:mt-2{
    margin-top: 0.5rem;
  }

  .sm-down\:mr-2{
    margin-right: 0.5rem;
  }

  .sm-down\:mb-2{
    margin-bottom: 0.5rem;
  }

  .sm-down\:ml-2{
    margin-left: 0.5rem;
  }

  .sm-down\:mt-3{
    margin-top: 0.75rem;
  }

  .sm-down\:mr-3{
    margin-right: 0.75rem;
  }

  .sm-down\:mb-3{
    margin-bottom: 0.75rem;
  }

  .sm-down\:ml-3{
    margin-left: 0.75rem;
  }

  .sm-down\:mt-4{
    margin-top: 1rem;
  }

  .sm-down\:mr-4{
    margin-right: 1rem;
  }

  .sm-down\:mb-4{
    margin-bottom: 1rem;
  }

  .sm-down\:ml-4{
    margin-left: 1rem;
  }

  .sm-down\:mt-5{
    margin-top: 1.25rem;
  }

  .sm-down\:mr-5{
    margin-right: 1.25rem;
  }

  .sm-down\:mb-5{
    margin-bottom: 1.25rem;
  }

  .sm-down\:ml-5{
    margin-left: 1.25rem;
  }

  .sm-down\:mt-6{
    margin-top: 1.5rem;
  }

  .sm-down\:mr-6{
    margin-right: 1.5rem;
  }

  .sm-down\:mb-6{
    margin-bottom: 1.5rem;
  }

  .sm-down\:ml-6{
    margin-left: 1.5rem;
  }

  .sm-down\:mt-8{
    margin-top: 2rem;
  }

  .sm-down\:mr-8{
    margin-right: 2rem;
  }

  .sm-down\:mb-8{
    margin-bottom: 2rem;
  }

  .sm-down\:ml-8{
    margin-left: 2rem;
  }

  .sm-down\:mt-10{
    margin-top: 2.5rem;
  }

  .sm-down\:mr-10{
    margin-right: 2.5rem;
  }

  .sm-down\:mb-10{
    margin-bottom: 2.5rem;
  }

  .sm-down\:ml-10{
    margin-left: 2.5rem;
  }

  .sm-down\:mt-12{
    margin-top: 3rem;
  }

  .sm-down\:mr-12{
    margin-right: 3rem;
  }

  .sm-down\:mb-12{
    margin-bottom: 3rem;
  }

  .sm-down\:ml-12{
    margin-left: 3rem;
  }

  .sm-down\:mt-16{
    margin-top: 4rem;
  }

  .sm-down\:mr-16{
    margin-right: 4rem;
  }

  .sm-down\:mb-16{
    margin-bottom: 4rem;
  }

  .sm-down\:ml-16{
    margin-left: 4rem;
  }

  .sm-down\:mt-20{
    margin-top: 5rem;
  }

  .sm-down\:mr-20{
    margin-right: 5rem;
  }

  .sm-down\:mb-20{
    margin-bottom: 5rem;
  }

  .sm-down\:ml-20{
    margin-left: 5rem;
  }

  .sm-down\:mt-24{
    margin-top: 6rem;
  }

  .sm-down\:mr-24{
    margin-right: 6rem;
  }

  .sm-down\:mb-24{
    margin-bottom: 6rem;
  }

  .sm-down\:ml-24{
    margin-left: 6rem;
  }

  .sm-down\:mt-32{
    margin-top: 8rem;
  }

  .sm-down\:mr-32{
    margin-right: 8rem;
  }

  .sm-down\:mb-32{
    margin-bottom: 8rem;
  }

  .sm-down\:ml-32{
    margin-left: 8rem;
  }

  .sm-down\:mt-40{
    margin-top: 10rem;
  }

  .sm-down\:mr-40{
    margin-right: 10rem;
  }

  .sm-down\:mb-40{
    margin-bottom: 10rem;
  }

  .sm-down\:ml-40{
    margin-left: 10rem;
  }

  .sm-down\:mt-48{
    margin-top: 12rem;
  }

  .sm-down\:mr-48{
    margin-right: 12rem;
  }

  .sm-down\:mb-48{
    margin-bottom: 12rem;
  }

  .sm-down\:ml-48{
    margin-left: 12rem;
  }

  .sm-down\:mt-56{
    margin-top: 14rem;
  }

  .sm-down\:mr-56{
    margin-right: 14rem;
  }

  .sm-down\:mb-56{
    margin-bottom: 14rem;
  }

  .sm-down\:ml-56{
    margin-left: 14rem;
  }

  .sm-down\:mt-64{
    margin-top: 16rem;
  }

  .sm-down\:mr-64{
    margin-right: 16rem;
  }

  .sm-down\:mb-64{
    margin-bottom: 16rem;
  }

  .sm-down\:ml-64{
    margin-left: 16rem;
  }

  .sm-down\:mt-auto{
    margin-top: auto;
  }

  .sm-down\:mr-auto{
    margin-right: auto;
  }

  .sm-down\:mb-auto{
    margin-bottom: auto;
  }

  .sm-down\:ml-auto{
    margin-left: auto;
  }

  .sm-down\:mt-px{
    margin-top: 1px;
  }

  .sm-down\:mr-px{
    margin-right: 1px;
  }

  .sm-down\:mb-px{
    margin-bottom: 1px;
  }

  .sm-down\:ml-px{
    margin-left: 1px;
  }

  .sm-down\:mt-full{
    margin-top: 100%;
  }

  .sm-down\:mr-full{
    margin-right: 100%;
  }

  .sm-down\:mb-full{
    margin-bottom: 100%;
  }

  .sm-down\:ml-full{
    margin-left: 100%;
  }

  .sm-down\:-mt-1{
    margin-top: -0.25rem;
  }

  .sm-down\:-mr-1{
    margin-right: -0.25rem;
  }

  .sm-down\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .sm-down\:-ml-1{
    margin-left: -0.25rem;
  }

  .sm-down\:-mt-2{
    margin-top: -0.5rem;
  }

  .sm-down\:-mr-2{
    margin-right: -0.5rem;
  }

  .sm-down\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .sm-down\:-ml-2{
    margin-left: -0.5rem;
  }

  .sm-down\:-mt-3{
    margin-top: -0.75rem;
  }

  .sm-down\:-mr-3{
    margin-right: -0.75rem;
  }

  .sm-down\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .sm-down\:-ml-3{
    margin-left: -0.75rem;
  }

  .sm-down\:-mt-4{
    margin-top: -1rem;
  }

  .sm-down\:-mr-4{
    margin-right: -1rem;
  }

  .sm-down\:-mb-4{
    margin-bottom: -1rem;
  }

  .sm-down\:-ml-4{
    margin-left: -1rem;
  }

  .sm-down\:-mt-5{
    margin-top: -1.25rem;
  }

  .sm-down\:-mr-5{
    margin-right: -1.25rem;
  }

  .sm-down\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .sm-down\:-ml-5{
    margin-left: -1.25rem;
  }

  .sm-down\:-mt-6{
    margin-top: -1.5rem;
  }

  .sm-down\:-mr-6{
    margin-right: -1.5rem;
  }

  .sm-down\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .sm-down\:-ml-6{
    margin-left: -1.5rem;
  }

  .sm-down\:-mt-8{
    margin-top: -2rem;
  }

  .sm-down\:-mr-8{
    margin-right: -2rem;
  }

  .sm-down\:-mb-8{
    margin-bottom: -2rem;
  }

  .sm-down\:-ml-8{
    margin-left: -2rem;
  }

  .sm-down\:-mt-10{
    margin-top: -2.5rem;
  }

  .sm-down\:-mr-10{
    margin-right: -2.5rem;
  }

  .sm-down\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .sm-down\:-ml-10{
    margin-left: -2.5rem;
  }

  .sm-down\:-mt-12{
    margin-top: -3rem;
  }

  .sm-down\:-mr-12{
    margin-right: -3rem;
  }

  .sm-down\:-mb-12{
    margin-bottom: -3rem;
  }

  .sm-down\:-ml-12{
    margin-left: -3rem;
  }

  .sm-down\:-mt-16{
    margin-top: -4rem;
  }

  .sm-down\:-mr-16{
    margin-right: -4rem;
  }

  .sm-down\:-mb-16{
    margin-bottom: -4rem;
  }

  .sm-down\:-ml-16{
    margin-left: -4rem;
  }

  .sm-down\:-mt-20{
    margin-top: -5rem;
  }

  .sm-down\:-mr-20{
    margin-right: -5rem;
  }

  .sm-down\:-mb-20{
    margin-bottom: -5rem;
  }

  .sm-down\:-ml-20{
    margin-left: -5rem;
  }

  .sm-down\:-mt-24{
    margin-top: -6rem;
  }

  .sm-down\:-mr-24{
    margin-right: -6rem;
  }

  .sm-down\:-mb-24{
    margin-bottom: -6rem;
  }

  .sm-down\:-ml-24{
    margin-left: -6rem;
  }

  .sm-down\:-mt-32{
    margin-top: -8rem;
  }

  .sm-down\:-mr-32{
    margin-right: -8rem;
  }

  .sm-down\:-mb-32{
    margin-bottom: -8rem;
  }

  .sm-down\:-ml-32{
    margin-left: -8rem;
  }

  .sm-down\:-mt-40{
    margin-top: -10rem;
  }

  .sm-down\:-mr-40{
    margin-right: -10rem;
  }

  .sm-down\:-mb-40{
    margin-bottom: -10rem;
  }

  .sm-down\:-ml-40{
    margin-left: -10rem;
  }

  .sm-down\:-mt-48{
    margin-top: -12rem;
  }

  .sm-down\:-mr-48{
    margin-right: -12rem;
  }

  .sm-down\:-mb-48{
    margin-bottom: -12rem;
  }

  .sm-down\:-ml-48{
    margin-left: -12rem;
  }

  .sm-down\:-mt-56{
    margin-top: -14rem;
  }

  .sm-down\:-mr-56{
    margin-right: -14rem;
  }

  .sm-down\:-mb-56{
    margin-bottom: -14rem;
  }

  .sm-down\:-ml-56{
    margin-left: -14rem;
  }

  .sm-down\:-mt-64{
    margin-top: -16rem;
  }

  .sm-down\:-mr-64{
    margin-right: -16rem;
  }

  .sm-down\:-mb-64{
    margin-bottom: -16rem;
  }

  .sm-down\:-ml-64{
    margin-left: -16rem;
  }

  .sm-down\:-mt-px{
    margin-top: -1px;
  }

  .sm-down\:-mr-px{
    margin-right: -1px;
  }

  .sm-down\:-mb-px{
    margin-bottom: -1px;
  }

  .sm-down\:-ml-px{
    margin-left: -1px;
  }

  .sm-down\:-mt-full{
    margin-top: -100%;
  }

  .sm-down\:-mr-full{
    margin-right: -100%;
  }

  .sm-down\:-mb-full{
    margin-bottom: -100%;
  }

  .sm-down\:-ml-full{
    margin-left: -100%;
  }

  .sm-down\:max-h-full{
    max-height: 100%;
  }

  .sm-down\:max-h-screen{
    max-height: 100vh;
  }

  .sm-down\:max-h-inherit{
    max-height: inherit;
  }

  .sm-down\:max-h-screen-50{
    max-height: 50vh;
  }

  .sm-down\:max-h-screen-75{
    max-height: 75vh;
  }

  .sm-down\:max-w-xs{
    max-width: 20rem;
  }

  .sm-down\:max-w-sm{
    max-width: 24rem;
  }

  .sm-down\:max-w-md{
    max-width: 28rem;
  }

  .sm-down\:max-w-lg{
    max-width: 32rem;
  }

  .sm-down\:max-w-xl{
    max-width: 36rem;
  }

  .sm-down\:max-w-2xl{
    max-width: 42rem;
  }

  .sm-down\:max-w-3xl{
    max-width: 48rem;
  }

  .sm-down\:max-w-4xl{
    max-width: 56rem;
  }

  .sm-down\:max-w-5xl{
    max-width: 64rem;
  }

  .sm-down\:max-w-6xl{
    max-width: 72rem;
  }

  .sm-down\:max-w-full{
    max-width: 100%;
  }

  .sm-down\:max-w-none{
    max-width: none;
  }

  .sm-down\:min-h-0{
    min-height: 0;
  }

  .sm-down\:min-h-10{
    min-height: 2.5rem;
  }

  .sm-down\:min-h-100{
    min-height: 25rem;
  }

  .sm-down\:min-h-300{
    min-height: 18.75rem;
  }

  .sm-down\:min-h-full{
    min-height: 100%;
  }

  .sm-down\:min-h-screen{
    min-height: 100vh;
  }

  .sm-down\:min-h-inherit{
    min-height: inherit;
  }

  .sm-down\:min-h-screen-50{
    min-height: 50vh;
  }

  .sm-down\:min-h-screen-75{
    min-height: 75vh;
  }

  .sm-down\:min-w-0{
    min-width: 0;
  }

  .sm-down\:min-w-full{
    min-width: 100%;
  }

  .sm-down\:min-w-inherit{
    min-width: inherit;
  }

  .sm-down\:object-contain{
    object-fit: contain;
  }

  .sm-down\:object-cover{
    object-fit: cover;
  }

  .sm-down\:object-fill{
    object-fit: fill;
  }

  .sm-down\:object-none{
    object-fit: none;
  }

  .sm-down\:object-scale-down{
    object-fit: scale-down;
  }

  .sm-down\:object-bottom{
    object-position: bottom;
  }

  .sm-down\:object-center{
    object-position: center;
  }

  .sm-down\:object-left{
    object-position: left;
  }

  .sm-down\:object-left-bottom{
    object-position: left bottom;
  }

  .sm-down\:object-left-top{
    object-position: left top;
  }

  .sm-down\:object-right{
    object-position: right;
  }

  .sm-down\:object-right-bottom{
    object-position: right bottom;
  }

  .sm-down\:object-right-top{
    object-position: right top;
  }

  .sm-down\:object-top{
    object-position: top;
  }

  .sm-down\:opacity-0{
    opacity: 0;
  }

  .sm-down\:opacity-25{
    opacity: 0.25;
  }

  .sm-down\:opacity-50{
    opacity: 0.5;
  }

  .sm-down\:opacity-75{
    opacity: 0.75;
  }

  .sm-down\:opacity-100{
    opacity: 1;
  }

  .group:hover .sm-down\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .sm-down\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .sm-down\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .sm-down\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .sm-down\:group-hover\:opacity-100{
    opacity: 1;
  }

  .js-is-active.sm-down\:self-active\:opacity-0{
    opacity: 0;
  }

  .js-is-active.sm-down\:self-active\:opacity-25{
    opacity: 0.25;
  }

  .js-is-active.sm-down\:self-active\:opacity-50{
    opacity: 0.5;
  }

  .js-is-active.sm-down\:self-active\:opacity-75{
    opacity: 0.75;
  }

  .js-is-active.sm-down\:self-active\:opacity-100{
    opacity: 1;
  }

  .sm-down\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .sm-down\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .sm-down\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .sm-down\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .sm-down\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .sm-down\:overflow-auto{
    overflow: auto;
  }

  .sm-down\:overflow-hidden{
    overflow: hidden;
  }

  .sm-down\:overflow-visible{
    overflow: visible;
  }

  .sm-down\:overflow-scroll{
    overflow: scroll;
  }

  .sm-down\:overflow-x-auto{
    overflow-x: auto;
  }

  .sm-down\:overflow-y-auto{
    overflow-y: auto;
  }

  .sm-down\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .sm-down\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .sm-down\:overflow-x-visible{
    overflow-x: visible;
  }

  .sm-down\:overflow-y-visible{
    overflow-y: visible;
  }

  .sm-down\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .sm-down\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .sm-down\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .sm-down\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .sm-down\:p-0{
    padding: 0;
  }

  .sm-down\:p-1{
    padding: 0.25rem;
  }

  .sm-down\:p-2{
    padding: 0.5rem;
  }

  .sm-down\:p-3{
    padding: 0.75rem;
  }

  .sm-down\:p-4{
    padding: 1rem;
  }

  .sm-down\:p-5{
    padding: 1.25rem;
  }

  .sm-down\:p-6{
    padding: 1.5rem;
  }

  .sm-down\:p-8{
    padding: 2rem;
  }

  .sm-down\:p-10{
    padding: 2.5rem;
  }

  .sm-down\:p-12{
    padding: 3rem;
  }

  .sm-down\:p-16{
    padding: 4rem;
  }

  .sm-down\:p-20{
    padding: 5rem;
  }

  .sm-down\:p-24{
    padding: 6rem;
  }

  .sm-down\:p-32{
    padding: 8rem;
  }

  .sm-down\:p-40{
    padding: 10rem;
  }

  .sm-down\:p-48{
    padding: 12rem;
  }

  .sm-down\:p-56{
    padding: 14rem;
  }

  .sm-down\:p-64{
    padding: 16rem;
  }

  .sm-down\:p-px{
    padding: 1px;
  }

  .sm-down\:p-full{
    padding: 100%;
  }

  .sm-down\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm-down\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .sm-down\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm-down\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm-down\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm-down\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm-down\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm-down\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm-down\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm-down\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm-down\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm-down\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm-down\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm-down\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm-down\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm-down\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm-down\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm-down\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm-down\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm-down\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm-down\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm-down\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm-down\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm-down\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm-down\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm-down\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm-down\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm-down\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm-down\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm-down\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm-down\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm-down\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm-down\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm-down\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm-down\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm-down\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm-down\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm-down\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm-down\:py-full{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .sm-down\:px-full{
    padding-left: 100%;
    padding-right: 100%;
  }

  .sm-down\:pt-0{
    padding-top: 0;
  }

  .sm-down\:pr-0{
    padding-right: 0;
  }

  .sm-down\:pb-0{
    padding-bottom: 0;
  }

  .sm-down\:pl-0{
    padding-left: 0;
  }

  .sm-down\:pt-1{
    padding-top: 0.25rem;
  }

  .sm-down\:pr-1{
    padding-right: 0.25rem;
  }

  .sm-down\:pb-1{
    padding-bottom: 0.25rem;
  }

  .sm-down\:pl-1{
    padding-left: 0.25rem;
  }

  .sm-down\:pt-2{
    padding-top: 0.5rem;
  }

  .sm-down\:pr-2{
    padding-right: 0.5rem;
  }

  .sm-down\:pb-2{
    padding-bottom: 0.5rem;
  }

  .sm-down\:pl-2{
    padding-left: 0.5rem;
  }

  .sm-down\:pt-3{
    padding-top: 0.75rem;
  }

  .sm-down\:pr-3{
    padding-right: 0.75rem;
  }

  .sm-down\:pb-3{
    padding-bottom: 0.75rem;
  }

  .sm-down\:pl-3{
    padding-left: 0.75rem;
  }

  .sm-down\:pt-4{
    padding-top: 1rem;
  }

  .sm-down\:pr-4{
    padding-right: 1rem;
  }

  .sm-down\:pb-4{
    padding-bottom: 1rem;
  }

  .sm-down\:pl-4{
    padding-left: 1rem;
  }

  .sm-down\:pt-5{
    padding-top: 1.25rem;
  }

  .sm-down\:pr-5{
    padding-right: 1.25rem;
  }

  .sm-down\:pb-5{
    padding-bottom: 1.25rem;
  }

  .sm-down\:pl-5{
    padding-left: 1.25rem;
  }

  .sm-down\:pt-6{
    padding-top: 1.5rem;
  }

  .sm-down\:pr-6{
    padding-right: 1.5rem;
  }

  .sm-down\:pb-6{
    padding-bottom: 1.5rem;
  }

  .sm-down\:pl-6{
    padding-left: 1.5rem;
  }

  .sm-down\:pt-8{
    padding-top: 2rem;
  }

  .sm-down\:pr-8{
    padding-right: 2rem;
  }

  .sm-down\:pb-8{
    padding-bottom: 2rem;
  }

  .sm-down\:pl-8{
    padding-left: 2rem;
  }

  .sm-down\:pt-10{
    padding-top: 2.5rem;
  }

  .sm-down\:pr-10{
    padding-right: 2.5rem;
  }

  .sm-down\:pb-10{
    padding-bottom: 2.5rem;
  }

  .sm-down\:pl-10{
    padding-left: 2.5rem;
  }

  .sm-down\:pt-12{
    padding-top: 3rem;
  }

  .sm-down\:pr-12{
    padding-right: 3rem;
  }

  .sm-down\:pb-12{
    padding-bottom: 3rem;
  }

  .sm-down\:pl-12{
    padding-left: 3rem;
  }

  .sm-down\:pt-16{
    padding-top: 4rem;
  }

  .sm-down\:pr-16{
    padding-right: 4rem;
  }

  .sm-down\:pb-16{
    padding-bottom: 4rem;
  }

  .sm-down\:pl-16{
    padding-left: 4rem;
  }

  .sm-down\:pt-20{
    padding-top: 5rem;
  }

  .sm-down\:pr-20{
    padding-right: 5rem;
  }

  .sm-down\:pb-20{
    padding-bottom: 5rem;
  }

  .sm-down\:pl-20{
    padding-left: 5rem;
  }

  .sm-down\:pt-24{
    padding-top: 6rem;
  }

  .sm-down\:pr-24{
    padding-right: 6rem;
  }

  .sm-down\:pb-24{
    padding-bottom: 6rem;
  }

  .sm-down\:pl-24{
    padding-left: 6rem;
  }

  .sm-down\:pt-32{
    padding-top: 8rem;
  }

  .sm-down\:pr-32{
    padding-right: 8rem;
  }

  .sm-down\:pb-32{
    padding-bottom: 8rem;
  }

  .sm-down\:pl-32{
    padding-left: 8rem;
  }

  .sm-down\:pt-40{
    padding-top: 10rem;
  }

  .sm-down\:pr-40{
    padding-right: 10rem;
  }

  .sm-down\:pb-40{
    padding-bottom: 10rem;
  }

  .sm-down\:pl-40{
    padding-left: 10rem;
  }

  .sm-down\:pt-48{
    padding-top: 12rem;
  }

  .sm-down\:pr-48{
    padding-right: 12rem;
  }

  .sm-down\:pb-48{
    padding-bottom: 12rem;
  }

  .sm-down\:pl-48{
    padding-left: 12rem;
  }

  .sm-down\:pt-56{
    padding-top: 14rem;
  }

  .sm-down\:pr-56{
    padding-right: 14rem;
  }

  .sm-down\:pb-56{
    padding-bottom: 14rem;
  }

  .sm-down\:pl-56{
    padding-left: 14rem;
  }

  .sm-down\:pt-64{
    padding-top: 16rem;
  }

  .sm-down\:pr-64{
    padding-right: 16rem;
  }

  .sm-down\:pb-64{
    padding-bottom: 16rem;
  }

  .sm-down\:pl-64{
    padding-left: 16rem;
  }

  .sm-down\:pt-px{
    padding-top: 1px;
  }

  .sm-down\:pr-px{
    padding-right: 1px;
  }

  .sm-down\:pb-px{
    padding-bottom: 1px;
  }

  .sm-down\:pl-px{
    padding-left: 1px;
  }

  .sm-down\:pt-full{
    padding-top: 100%;
  }

  .sm-down\:pr-full{
    padding-right: 100%;
  }

  .sm-down\:pb-full{
    padding-bottom: 100%;
  }

  .sm-down\:pl-full{
    padding-left: 100%;
  }

  .sm-down\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .sm-down\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .sm-down\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .sm-down\:placeholder-current::placeholder{
    color: currentColor;
  }

  .sm-down\:placeholder-black:-ms-input-placeholder{
    color: #000000;
  }

  .sm-down\:placeholder-black::placeholder{
    color: #000000;
  }

  .sm-down\:placeholder-white:-ms-input-placeholder{
    color: #ffffff;
  }

  .sm-down\:placeholder-white::placeholder{
    color: #ffffff;
  }

  .sm-down\:placeholder-overlay:-ms-input-placeholder{
    color: rgba(0,0,0,.2);
  }

  .sm-down\:placeholder-overlay::placeholder{
    color: rgba(0,0,0,.2);
  }

  .sm-down\:placeholder-transparent-background:-ms-input-placeholder{
    color: rgba(0,0,0,.7);
  }

  .sm-down\:placeholder-transparent-background::placeholder{
    color: rgba(0,0,0,.7);
  }

  .sm-down\:placeholder-red-400:-ms-input-placeholder{
    color: #ed4956;
  }

  .sm-down\:placeholder-red-400::placeholder{
    color: #ed4956;
  }

  .sm-down\:placeholder-red-500:-ms-input-placeholder{
    color: #e74a4a;
  }

  .sm-down\:placeholder-red-500::placeholder{
    color: #e74a4a;
  }

  .sm-down\:placeholder-orange-300:-ms-input-placeholder{
    color: #a8774f;
  }

  .sm-down\:placeholder-orange-300::placeholder{
    color: #a8774f;
  }

  .sm-down\:placeholder-orange-400:-ms-input-placeholder{
    color: #926642;
  }

  .sm-down\:placeholder-orange-400::placeholder{
    color: #926642;
  }

  .sm-down\:placeholder-orange-500:-ms-input-placeholder{
    color: #d35a3a;
  }

  .sm-down\:placeholder-orange-500::placeholder{
    color: #d35a3a;
  }

  .sm-down\:placeholder-green-200:-ms-input-placeholder{
    color: #d5d4a3;
  }

  .sm-down\:placeholder-green-200::placeholder{
    color: #d5d4a3;
  }

  .sm-down\:placeholder-green-300:-ms-input-placeholder{
    color: #f05a30;
  }

  .sm-down\:placeholder-green-300::placeholder{
    color: #f05a30;
  }

  .sm-down\:placeholder-green-400:-ms-input-placeholder{
    color: #b8b78a;
  }

  .sm-down\:placeholder-green-400::placeholder{
    color: #b8b78a;
  }

  .sm-down\:placeholder-green-500:-ms-input-placeholder{
    color: #48bb78;
  }

  .sm-down\:placeholder-green-500::placeholder{
    color: #48bb78;
  }

  .sm-down\:placeholder-green-600:-ms-input-placeholder{
    color: #a4c264;
  }

  .sm-down\:placeholder-green-600::placeholder{
    color: #a4c264;
  }

  .sm-down\:placeholder-green-700:-ms-input-placeholder{
    color: #B8B78F;
  }

  .sm-down\:placeholder-green-700::placeholder{
    color: #B8B78F;
  }

  .sm-down\:placeholder-blue-400:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .sm-down\:placeholder-blue-400::placeholder{
    color: #a2c3d3;
  }

  .sm-down\:placeholder-blue-500:-ms-input-placeholder{
    color: #65a6c2;
  }

  .sm-down\:placeholder-blue-500::placeholder{
    color: #65a6c2;
  }

  .sm-down\:placeholder-blue-600:-ms-input-placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .sm-down\:placeholder-blue-600::placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .sm-down\:placeholder-blue-700:-ms-input-placeholder{
    color: rgba(70, 97, 153);
  }

  .sm-down\:placeholder-blue-700::placeholder{
    color: rgba(70, 97, 153);
  }

  .sm-down\:placeholder-bluegrey-100:-ms-input-placeholder{
    color: #D9D9D9;
  }

  .sm-down\:placeholder-bluegrey-100::placeholder{
    color: #D9D9D9;
  }

  .sm-down\:placeholder-terracotta-500:-ms-input-placeholder{
    color: #bb7265;
  }

  .sm-down\:placeholder-terracotta-500::placeholder{
    color: #bb7265;
  }

  .sm-down\:placeholder-terracotta-600:-ms-input-placeholder{
    color: #a46357;
  }

  .sm-down\:placeholder-terracotta-600::placeholder{
    color: #a46357;
  }

  .sm-down\:placeholder-sky-100:-ms-input-placeholder{
    color: #dff2fe;
  }

  .sm-down\:placeholder-sky-100::placeholder{
    color: #dff2fe;
  }

  .sm-down\:placeholder-sky-200:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .sm-down\:placeholder-sky-200::placeholder{
    color: #a2c3d3;
  }

  .sm-down\:placeholder-neutral-500:-ms-input-placeholder{
    color: #636466;
  }

  .sm-down\:placeholder-neutral-500::placeholder{
    color: #636466;
  }

  .sm-down\:placeholder-gray-50:-ms-input-placeholder{
    color: #fcfcfc;
  }

  .sm-down\:placeholder-gray-50::placeholder{
    color: #fcfcfc;
  }

  .sm-down\:placeholder-gray-100:-ms-input-placeholder{
    color: #e7e7e7;
  }

  .sm-down\:placeholder-gray-100::placeholder{
    color: #e7e7e7;
  }

  .sm-down\:placeholder-gray-125:-ms-input-placeholder{
    color: #f0f0f0;
  }

  .sm-down\:placeholder-gray-125::placeholder{
    color: #f0f0f0;
  }

  .sm-down\:placeholder-gray-150:-ms-input-placeholder{
    color: #dddddd;
  }

  .sm-down\:placeholder-gray-150::placeholder{
    color: #dddddd;
  }

  .sm-down\:placeholder-gray-200:-ms-input-placeholder{
    color: #868b8f;
  }

  .sm-down\:placeholder-gray-200::placeholder{
    color: #868b8f;
  }

  .sm-down\:placeholder-gray-250:-ms-input-placeholder{
    color: #a6a5a5;
  }

  .sm-down\:placeholder-gray-250::placeholder{
    color: #a6a5a5;
  }

  .sm-down\:placeholder-gray-300:-ms-input-placeholder{
    color: #979796;
  }

  .sm-down\:placeholder-gray-300::placeholder{
    color: #979796;
  }

  .sm-down\:placeholder-gray-400:-ms-input-placeholder{
    color: #abaeb1;
  }

  .sm-down\:placeholder-gray-400::placeholder{
    color: #abaeb1;
  }

  .sm-down\:placeholder-gray-500:-ms-input-placeholder{
    color: #c7c7c7;
  }

  .sm-down\:placeholder-gray-500::placeholder{
    color: #c7c7c7;
  }

  .sm-down\:placeholder-gray-550:-ms-input-placeholder{
    color: #ccc;
  }

  .sm-down\:placeholder-gray-550::placeholder{
    color: #ccc;
  }

  .sm-down\:placeholder-gray-600:-ms-input-placeholder{
    color: #707070;
  }

  .sm-down\:placeholder-gray-600::placeholder{
    color: #707070;
  }

  .sm-down\:placeholder-gray-700:-ms-input-placeholder{
    color: #555555;
  }

  .sm-down\:placeholder-gray-700::placeholder{
    color: #555555;
  }

  .sm-down\:placeholder-gray-800:-ms-input-placeholder{
    color: #333232;
  }

  .sm-down\:placeholder-gray-800::placeholder{
    color: #333232;
  }

  .sm-down\:placeholder-gray-900:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .sm-down\:placeholder-gray-900::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .sm-down\:placeholder-gray-1000:-ms-input-placeholder{
    color: #dadada;
  }

  .sm-down\:placeholder-gray-1000::placeholder{
    color: #dadada;
  }

  .sm-down\:placeholder-gray-1100:-ms-input-placeholder{
    color: #ededed;
  }

  .sm-down\:placeholder-gray-1100::placeholder{
    color: #ededed;
  }

  .sm-down\:placeholder-gray-1200:-ms-input-placeholder{
    color: #b1b1b1;
  }

  .sm-down\:placeholder-gray-1200::placeholder{
    color: #b1b1b1;
  }

  .sm-down\:placeholder-gray-1300:-ms-input-placeholder{
    color: #9b9b9b;
  }

  .sm-down\:placeholder-gray-1300::placeholder{
    color: #9b9b9b;
  }

  .sm-down\:placeholder-gray-1400:-ms-input-placeholder{
    color: #999ea1;
  }

  .sm-down\:placeholder-gray-1400::placeholder{
    color: #999ea1;
  }

  .sm-down\:placeholder-gray-1500:-ms-input-placeholder{
    color: #464646;
  }

  .sm-down\:placeholder-gray-1500::placeholder{
    color: #464646;
  }

  .sm-down\:placeholder-gray-1600:-ms-input-placeholder{
    color: #9A9FA2;
  }

  .sm-down\:placeholder-gray-1600::placeholder{
    color: #9A9FA2;
  }

  .sm-down\:placeholder-gray-1700:-ms-input-placeholder{
    color: #FBFBFB;
  }

  .sm-down\:placeholder-gray-1700::placeholder{
    color: #FBFBFB;
  }

  .sm-down\:placeholder-gray-1800:-ms-input-placeholder{
    color: #494949;
  }

  .sm-down\:placeholder-gray-1800::placeholder{
    color: #494949;
  }

  .sm-down\:placeholder-gray-1900:-ms-input-placeholder{
    color: #797979;
  }

  .sm-down\:placeholder-gray-1900::placeholder{
    color: #797979;
  }

  .sm-down\:placeholder-tan-300:-ms-input-placeholder{
    color: #d2a680;
  }

  .sm-down\:placeholder-tan-300::placeholder{
    color: #d2a680;
  }

  .sm-down\:placeholder-tan-400:-ms-input-placeholder{
    color: #a38b71;
  }

  .sm-down\:placeholder-tan-400::placeholder{
    color: #a38b71;
  }

  .sm-down\:placeholder-tan-500:-ms-input-placeholder{
    color: #b18259;
  }

  .sm-down\:placeholder-tan-500::placeholder{
    color: #b18259;
  }

  .sm-down\:placeholder-tan-600:-ms-input-placeholder{
    color: #c29064;
  }

  .sm-down\:placeholder-tan-600::placeholder{
    color: #c29064;
  }

  .sm-down\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .sm-down\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .sm-down\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .sm-down\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .sm-down\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: #000000;
  }

  .sm-down\:focus\:placeholder-black:focus::placeholder{
    color: #000000;
  }

  .sm-down\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: #ffffff;
  }

  .sm-down\:focus\:placeholder-white:focus::placeholder{
    color: #ffffff;
  }

  .sm-down\:focus\:placeholder-overlay:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.2);
  }

  .sm-down\:focus\:placeholder-overlay:focus::placeholder{
    color: rgba(0,0,0,.2);
  }

  .sm-down\:focus\:placeholder-transparent-background:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.7);
  }

  .sm-down\:focus\:placeholder-transparent-background:focus::placeholder{
    color: rgba(0,0,0,.7);
  }

  .sm-down\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    color: #ed4956;
  }

  .sm-down\:focus\:placeholder-red-400:focus::placeholder{
    color: #ed4956;
  }

  .sm-down\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    color: #e74a4a;
  }

  .sm-down\:focus\:placeholder-red-500:focus::placeholder{
    color: #e74a4a;
  }

  .sm-down\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    color: #a8774f;
  }

  .sm-down\:focus\:placeholder-orange-300:focus::placeholder{
    color: #a8774f;
  }

  .sm-down\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    color: #926642;
  }

  .sm-down\:focus\:placeholder-orange-400:focus::placeholder{
    color: #926642;
  }

  .sm-down\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    color: #d35a3a;
  }

  .sm-down\:focus\:placeholder-orange-500:focus::placeholder{
    color: #d35a3a;
  }

  .sm-down\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    color: #d5d4a3;
  }

  .sm-down\:focus\:placeholder-green-200:focus::placeholder{
    color: #d5d4a3;
  }

  .sm-down\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    color: #f05a30;
  }

  .sm-down\:focus\:placeholder-green-300:focus::placeholder{
    color: #f05a30;
  }

  .sm-down\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    color: #b8b78a;
  }

  .sm-down\:focus\:placeholder-green-400:focus::placeholder{
    color: #b8b78a;
  }

  .sm-down\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    color: #48bb78;
  }

  .sm-down\:focus\:placeholder-green-500:focus::placeholder{
    color: #48bb78;
  }

  .sm-down\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    color: #a4c264;
  }

  .sm-down\:focus\:placeholder-green-600:focus::placeholder{
    color: #a4c264;
  }

  .sm-down\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    color: #B8B78F;
  }

  .sm-down\:focus\:placeholder-green-700:focus::placeholder{
    color: #B8B78F;
  }

  .sm-down\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .sm-down\:focus\:placeholder-blue-400:focus::placeholder{
    color: #a2c3d3;
  }

  .sm-down\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    color: #65a6c2;
  }

  .sm-down\:focus\:placeholder-blue-500:focus::placeholder{
    color: #65a6c2;
  }

  .sm-down\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .sm-down\:focus\:placeholder-blue-600:focus::placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .sm-down\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    color: rgba(70, 97, 153);
  }

  .sm-down\:focus\:placeholder-blue-700:focus::placeholder{
    color: rgba(70, 97, 153);
  }

  .sm-down\:focus\:placeholder-bluegrey-100:focus:-ms-input-placeholder{
    color: #D9D9D9;
  }

  .sm-down\:focus\:placeholder-bluegrey-100:focus::placeholder{
    color: #D9D9D9;
  }

  .sm-down\:focus\:placeholder-terracotta-500:focus:-ms-input-placeholder{
    color: #bb7265;
  }

  .sm-down\:focus\:placeholder-terracotta-500:focus::placeholder{
    color: #bb7265;
  }

  .sm-down\:focus\:placeholder-terracotta-600:focus:-ms-input-placeholder{
    color: #a46357;
  }

  .sm-down\:focus\:placeholder-terracotta-600:focus::placeholder{
    color: #a46357;
  }

  .sm-down\:focus\:placeholder-sky-100:focus:-ms-input-placeholder{
    color: #dff2fe;
  }

  .sm-down\:focus\:placeholder-sky-100:focus::placeholder{
    color: #dff2fe;
  }

  .sm-down\:focus\:placeholder-sky-200:focus:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .sm-down\:focus\:placeholder-sky-200:focus::placeholder{
    color: #a2c3d3;
  }

  .sm-down\:focus\:placeholder-neutral-500:focus:-ms-input-placeholder{
    color: #636466;
  }

  .sm-down\:focus\:placeholder-neutral-500:focus::placeholder{
    color: #636466;
  }

  .sm-down\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    color: #fcfcfc;
  }

  .sm-down\:focus\:placeholder-gray-50:focus::placeholder{
    color: #fcfcfc;
  }

  .sm-down\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    color: #e7e7e7;
  }

  .sm-down\:focus\:placeholder-gray-100:focus::placeholder{
    color: #e7e7e7;
  }

  .sm-down\:focus\:placeholder-gray-125:focus:-ms-input-placeholder{
    color: #f0f0f0;
  }

  .sm-down\:focus\:placeholder-gray-125:focus::placeholder{
    color: #f0f0f0;
  }

  .sm-down\:focus\:placeholder-gray-150:focus:-ms-input-placeholder{
    color: #dddddd;
  }

  .sm-down\:focus\:placeholder-gray-150:focus::placeholder{
    color: #dddddd;
  }

  .sm-down\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    color: #868b8f;
  }

  .sm-down\:focus\:placeholder-gray-200:focus::placeholder{
    color: #868b8f;
  }

  .sm-down\:focus\:placeholder-gray-250:focus:-ms-input-placeholder{
    color: #a6a5a5;
  }

  .sm-down\:focus\:placeholder-gray-250:focus::placeholder{
    color: #a6a5a5;
  }

  .sm-down\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    color: #979796;
  }

  .sm-down\:focus\:placeholder-gray-300:focus::placeholder{
    color: #979796;
  }

  .sm-down\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    color: #abaeb1;
  }

  .sm-down\:focus\:placeholder-gray-400:focus::placeholder{
    color: #abaeb1;
  }

  .sm-down\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    color: #c7c7c7;
  }

  .sm-down\:focus\:placeholder-gray-500:focus::placeholder{
    color: #c7c7c7;
  }

  .sm-down\:focus\:placeholder-gray-550:focus:-ms-input-placeholder{
    color: #ccc;
  }

  .sm-down\:focus\:placeholder-gray-550:focus::placeholder{
    color: #ccc;
  }

  .sm-down\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    color: #707070;
  }

  .sm-down\:focus\:placeholder-gray-600:focus::placeholder{
    color: #707070;
  }

  .sm-down\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    color: #555555;
  }

  .sm-down\:focus\:placeholder-gray-700:focus::placeholder{
    color: #555555;
  }

  .sm-down\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    color: #333232;
  }

  .sm-down\:focus\:placeholder-gray-800:focus::placeholder{
    color: #333232;
  }

  .sm-down\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .sm-down\:focus\:placeholder-gray-900:focus::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .sm-down\:focus\:placeholder-gray-1000:focus:-ms-input-placeholder{
    color: #dadada;
  }

  .sm-down\:focus\:placeholder-gray-1000:focus::placeholder{
    color: #dadada;
  }

  .sm-down\:focus\:placeholder-gray-1100:focus:-ms-input-placeholder{
    color: #ededed;
  }

  .sm-down\:focus\:placeholder-gray-1100:focus::placeholder{
    color: #ededed;
  }

  .sm-down\:focus\:placeholder-gray-1200:focus:-ms-input-placeholder{
    color: #b1b1b1;
  }

  .sm-down\:focus\:placeholder-gray-1200:focus::placeholder{
    color: #b1b1b1;
  }

  .sm-down\:focus\:placeholder-gray-1300:focus:-ms-input-placeholder{
    color: #9b9b9b;
  }

  .sm-down\:focus\:placeholder-gray-1300:focus::placeholder{
    color: #9b9b9b;
  }

  .sm-down\:focus\:placeholder-gray-1400:focus:-ms-input-placeholder{
    color: #999ea1;
  }

  .sm-down\:focus\:placeholder-gray-1400:focus::placeholder{
    color: #999ea1;
  }

  .sm-down\:focus\:placeholder-gray-1500:focus:-ms-input-placeholder{
    color: #464646;
  }

  .sm-down\:focus\:placeholder-gray-1500:focus::placeholder{
    color: #464646;
  }

  .sm-down\:focus\:placeholder-gray-1600:focus:-ms-input-placeholder{
    color: #9A9FA2;
  }

  .sm-down\:focus\:placeholder-gray-1600:focus::placeholder{
    color: #9A9FA2;
  }

  .sm-down\:focus\:placeholder-gray-1700:focus:-ms-input-placeholder{
    color: #FBFBFB;
  }

  .sm-down\:focus\:placeholder-gray-1700:focus::placeholder{
    color: #FBFBFB;
  }

  .sm-down\:focus\:placeholder-gray-1800:focus:-ms-input-placeholder{
    color: #494949;
  }

  .sm-down\:focus\:placeholder-gray-1800:focus::placeholder{
    color: #494949;
  }

  .sm-down\:focus\:placeholder-gray-1900:focus:-ms-input-placeholder{
    color: #797979;
  }

  .sm-down\:focus\:placeholder-gray-1900:focus::placeholder{
    color: #797979;
  }

  .sm-down\:focus\:placeholder-tan-300:focus:-ms-input-placeholder{
    color: #d2a680;
  }

  .sm-down\:focus\:placeholder-tan-300:focus::placeholder{
    color: #d2a680;
  }

  .sm-down\:focus\:placeholder-tan-400:focus:-ms-input-placeholder{
    color: #a38b71;
  }

  .sm-down\:focus\:placeholder-tan-400:focus::placeholder{
    color: #a38b71;
  }

  .sm-down\:focus\:placeholder-tan-500:focus:-ms-input-placeholder{
    color: #b18259;
  }

  .sm-down\:focus\:placeholder-tan-500:focus::placeholder{
    color: #b18259;
  }

  .sm-down\:focus\:placeholder-tan-600:focus:-ms-input-placeholder{
    color: #c29064;
  }

  .sm-down\:focus\:placeholder-tan-600:focus::placeholder{
    color: #c29064;
  }

  .sm-down\:pointer-events-none{
    pointer-events: none;
  }

  .sm-down\:pointer-events-auto{
    pointer-events: auto;
  }

  .sm-down\:static{
    position: static;
  }

  .sm-down\:fixed{
    position: fixed;
  }

  .sm-down\:absolute{
    position: absolute;
  }

  .sm-down\:relative{
    position: relative;
  }

  .sm-down\:sticky{
    position: sticky;
  }

  .sm-down\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm-down\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm-down\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm-down\:-inset-4{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .sm-down\:-inset-70{
    top: -4.375rem;
    right: -4.375rem;
    bottom: -4.375rem;
    left: -4.375rem;
  }

  .sm-down\:inset-1\/5{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .sm-down\:inset-2\/5{
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .sm-down\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .sm-down\:inset-x-0{
    right: 0;
    left: 0;
  }

  .sm-down\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .sm-down\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .sm-down\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .sm-down\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .sm-down\:-inset-y-4{
    top: -2rem;
    bottom: -2rem;
  }

  .sm-down\:-inset-x-4{
    right: -2rem;
    left: -2rem;
  }

  .sm-down\:-inset-y-70{
    top: -4.375rem;
    bottom: -4.375rem;
  }

  .sm-down\:-inset-x-70{
    right: -4.375rem;
    left: -4.375rem;
  }

  .sm-down\:inset-y-1\/5{
    top: 20%;
    bottom: 20%;
  }

  .sm-down\:inset-x-1\/5{
    right: 20%;
    left: 20%;
  }

  .sm-down\:inset-y-2\/5{
    top: 40%;
    bottom: 40%;
  }

  .sm-down\:inset-x-2\/5{
    right: 40%;
    left: 40%;
  }

  .sm-down\:top-0{
    top: 0;
  }

  .sm-down\:right-0{
    right: 0;
  }

  .sm-down\:bottom-0{
    bottom: 0;
  }

  .sm-down\:left-0{
    left: 0;
  }

  .sm-down\:top-auto{
    top: auto;
  }

  .sm-down\:right-auto{
    right: auto;
  }

  .sm-down\:bottom-auto{
    bottom: auto;
  }

  .sm-down\:left-auto{
    left: auto;
  }

  .sm-down\:top-full{
    top: 100%;
  }

  .sm-down\:right-full{
    right: 100%;
  }

  .sm-down\:bottom-full{
    bottom: 100%;
  }

  .sm-down\:left-full{
    left: 100%;
  }

  .sm-down\:-top-4{
    top: -2rem;
  }

  .sm-down\:-right-4{
    right: -2rem;
  }

  .sm-down\:-bottom-4{
    bottom: -2rem;
  }

  .sm-down\:-left-4{
    left: -2rem;
  }

  .sm-down\:-top-70{
    top: -4.375rem;
  }

  .sm-down\:-right-70{
    right: -4.375rem;
  }

  .sm-down\:-bottom-70{
    bottom: -4.375rem;
  }

  .sm-down\:-left-70{
    left: -4.375rem;
  }

  .sm-down\:top-1\/5{
    top: 20%;
  }

  .sm-down\:right-1\/5{
    right: 20%;
  }

  .sm-down\:bottom-1\/5{
    bottom: 20%;
  }

  .sm-down\:left-1\/5{
    left: 20%;
  }

  .sm-down\:top-2\/5{
    top: 40%;
  }

  .sm-down\:right-2\/5{
    right: 40%;
  }

  .sm-down\:bottom-2\/5{
    bottom: 40%;
  }

  .sm-down\:left-2\/5{
    left: 40%;
  }

  .sm-down\:resize-none{
    resize: none;
  }

  .sm-down\:resize-y{
    resize: vertical;
  }

  .sm-down\:resize-x{
    resize: horizontal;
  }

  .sm-down\:resize{
    resize: both;
  }

  .sm-down\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm-down\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm-down\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm-down\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm-down\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm-down\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm-down\:shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm-down\:shadow-none{
    box-shadow: none;
  }

  .sm-down\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm-down\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm-down\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm-down\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm-down\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm-down\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm-down\:hover\:shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm-down\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .sm-down\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm-down\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm-down\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm-down\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm-down\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm-down\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm-down\:focus\:shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm-down\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .sm-down\:table-auto{
    table-layout: auto;
  }

  .sm-down\:table-fixed{
    table-layout: fixed;
  }

  .sm-down\:text-left{
    text-align: left;
  }

  .sm-down\:text-center{
    text-align: center;
  }

  .sm-down\:text-right{
    text-align: right;
  }

  .sm-down\:text-justify{
    text-align: justify;
  }

  .sm-down\:text-transparent{
    color: transparent;
  }

  .sm-down\:text-current{
    color: currentColor;
  }

  .sm-down\:text-black{
    color: #000000;
  }

  .sm-down\:text-white{
    color: #ffffff;
  }

  .sm-down\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  .sm-down\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  .sm-down\:text-red-400{
    color: #ed4956;
  }

  .sm-down\:text-red-500{
    color: #e74a4a;
  }

  .sm-down\:text-orange-300{
    color: #a8774f;
  }

  .sm-down\:text-orange-400{
    color: #926642;
  }

  .sm-down\:text-orange-500{
    color: #d35a3a;
  }

  .sm-down\:text-green-200{
    color: #d5d4a3;
  }

  .sm-down\:text-green-300{
    color: #f05a30;
  }

  .sm-down\:text-green-400{
    color: #b8b78a;
  }

  .sm-down\:text-green-500{
    color: #48bb78;
  }

  .sm-down\:text-green-600{
    color: #a4c264;
  }

  .sm-down\:text-green-700{
    color: #B8B78F;
  }

  .sm-down\:text-blue-400{
    color: #a2c3d3;
  }

  .sm-down\:text-blue-500{
    color: #65a6c2;
  }

  .sm-down\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  .sm-down\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  .sm-down\:text-bluegrey-100{
    color: #D9D9D9;
  }

  .sm-down\:text-terracotta-500{
    color: #bb7265;
  }

  .sm-down\:text-terracotta-600{
    color: #a46357;
  }

  .sm-down\:text-sky-100{
    color: #dff2fe;
  }

  .sm-down\:text-sky-200{
    color: #a2c3d3;
  }

  .sm-down\:text-neutral-500{
    color: #636466;
  }

  .sm-down\:text-gray-50{
    color: #fcfcfc;
  }

  .sm-down\:text-gray-100{
    color: #e7e7e7;
  }

  .sm-down\:text-gray-125{
    color: #f0f0f0;
  }

  .sm-down\:text-gray-150{
    color: #dddddd;
  }

  .sm-down\:text-gray-200{
    color: #868b8f;
  }

  .sm-down\:text-gray-250{
    color: #a6a5a5;
  }

  .sm-down\:text-gray-300{
    color: #979796;
  }

  .sm-down\:text-gray-400{
    color: #abaeb1;
  }

  .sm-down\:text-gray-500{
    color: #c7c7c7;
  }

  .sm-down\:text-gray-550{
    color: #ccc;
  }

  .sm-down\:text-gray-600{
    color: #707070;
  }

  .sm-down\:text-gray-700{
    color: #555555;
  }

  .sm-down\:text-gray-800{
    color: #333232;
  }

  .sm-down\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  .sm-down\:text-gray-1000{
    color: #dadada;
  }

  .sm-down\:text-gray-1100{
    color: #ededed;
  }

  .sm-down\:text-gray-1200{
    color: #b1b1b1;
  }

  .sm-down\:text-gray-1300{
    color: #9b9b9b;
  }

  .sm-down\:text-gray-1400{
    color: #999ea1;
  }

  .sm-down\:text-gray-1500{
    color: #464646;
  }

  .sm-down\:text-gray-1600{
    color: #9A9FA2;
  }

  .sm-down\:text-gray-1700{
    color: #FBFBFB;
  }

  .sm-down\:text-gray-1800{
    color: #494949;
  }

  .sm-down\:text-gray-1900{
    color: #797979;
  }

  .sm-down\:text-tan-300{
    color: #d2a680;
  }

  .sm-down\:text-tan-400{
    color: #a38b71;
  }

  .sm-down\:text-tan-500{
    color: #b18259;
  }

  .sm-down\:text-tan-600{
    color: #c29064;
  }

  .sm-down\:hover\:text-transparent:hover{
    color: transparent;
  }

  .sm-down\:hover\:text-current:hover{
    color: currentColor;
  }

  .sm-down\:hover\:text-black:hover{
    color: #000000;
  }

  .sm-down\:hover\:text-white:hover{
    color: #ffffff;
  }

  .sm-down\:hover\:text-overlay:hover{
    color: rgba(0,0,0,.2);
  }

  .sm-down\:hover\:text-transparent-background:hover{
    color: rgba(0,0,0,.7);
  }

  .sm-down\:hover\:text-red-400:hover{
    color: #ed4956;
  }

  .sm-down\:hover\:text-red-500:hover{
    color: #e74a4a;
  }

  .sm-down\:hover\:text-orange-300:hover{
    color: #a8774f;
  }

  .sm-down\:hover\:text-orange-400:hover{
    color: #926642;
  }

  .sm-down\:hover\:text-orange-500:hover{
    color: #d35a3a;
  }

  .sm-down\:hover\:text-green-200:hover{
    color: #d5d4a3;
  }

  .sm-down\:hover\:text-green-300:hover{
    color: #f05a30;
  }

  .sm-down\:hover\:text-green-400:hover{
    color: #b8b78a;
  }

  .sm-down\:hover\:text-green-500:hover{
    color: #48bb78;
  }

  .sm-down\:hover\:text-green-600:hover{
    color: #a4c264;
  }

  .sm-down\:hover\:text-green-700:hover{
    color: #B8B78F;
  }

  .sm-down\:hover\:text-blue-400:hover{
    color: #a2c3d3;
  }

  .sm-down\:hover\:text-blue-500:hover{
    color: #65a6c2;
  }

  .sm-down\:hover\:text-blue-600:hover{
    color: rgba(70, 97, 153, .97);
  }

  .sm-down\:hover\:text-blue-700:hover{
    color: rgba(70, 97, 153);
  }

  .sm-down\:hover\:text-bluegrey-100:hover{
    color: #D9D9D9;
  }

  .sm-down\:hover\:text-terracotta-500:hover{
    color: #bb7265;
  }

  .sm-down\:hover\:text-terracotta-600:hover{
    color: #a46357;
  }

  .sm-down\:hover\:text-sky-100:hover{
    color: #dff2fe;
  }

  .sm-down\:hover\:text-sky-200:hover{
    color: #a2c3d3;
  }

  .sm-down\:hover\:text-neutral-500:hover{
    color: #636466;
  }

  .sm-down\:hover\:text-gray-50:hover{
    color: #fcfcfc;
  }

  .sm-down\:hover\:text-gray-100:hover{
    color: #e7e7e7;
  }

  .sm-down\:hover\:text-gray-125:hover{
    color: #f0f0f0;
  }

  .sm-down\:hover\:text-gray-150:hover{
    color: #dddddd;
  }

  .sm-down\:hover\:text-gray-200:hover{
    color: #868b8f;
  }

  .sm-down\:hover\:text-gray-250:hover{
    color: #a6a5a5;
  }

  .sm-down\:hover\:text-gray-300:hover{
    color: #979796;
  }

  .sm-down\:hover\:text-gray-400:hover{
    color: #abaeb1;
  }

  .sm-down\:hover\:text-gray-500:hover{
    color: #c7c7c7;
  }

  .sm-down\:hover\:text-gray-550:hover{
    color: #ccc;
  }

  .sm-down\:hover\:text-gray-600:hover{
    color: #707070;
  }

  .sm-down\:hover\:text-gray-700:hover{
    color: #555555;
  }

  .sm-down\:hover\:text-gray-800:hover{
    color: #333232;
  }

  .sm-down\:hover\:text-gray-900:hover{
    color: rgba(0, 0, 0, 0.8);
  }

  .sm-down\:hover\:text-gray-1000:hover{
    color: #dadada;
  }

  .sm-down\:hover\:text-gray-1100:hover{
    color: #ededed;
  }

  .sm-down\:hover\:text-gray-1200:hover{
    color: #b1b1b1;
  }

  .sm-down\:hover\:text-gray-1300:hover{
    color: #9b9b9b;
  }

  .sm-down\:hover\:text-gray-1400:hover{
    color: #999ea1;
  }

  .sm-down\:hover\:text-gray-1500:hover{
    color: #464646;
  }

  .sm-down\:hover\:text-gray-1600:hover{
    color: #9A9FA2;
  }

  .sm-down\:hover\:text-gray-1700:hover{
    color: #FBFBFB;
  }

  .sm-down\:hover\:text-gray-1800:hover{
    color: #494949;
  }

  .sm-down\:hover\:text-gray-1900:hover{
    color: #797979;
  }

  .sm-down\:hover\:text-tan-300:hover{
    color: #d2a680;
  }

  .sm-down\:hover\:text-tan-400:hover{
    color: #a38b71;
  }

  .sm-down\:hover\:text-tan-500:hover{
    color: #b18259;
  }

  .sm-down\:hover\:text-tan-600:hover{
    color: #c29064;
  }

  .sm-down\:focus\:text-transparent:focus{
    color: transparent;
  }

  .sm-down\:focus\:text-current:focus{
    color: currentColor;
  }

  .sm-down\:focus\:text-black:focus{
    color: #000000;
  }

  .sm-down\:focus\:text-white:focus{
    color: #ffffff;
  }

  .sm-down\:focus\:text-overlay:focus{
    color: rgba(0,0,0,.2);
  }

  .sm-down\:focus\:text-transparent-background:focus{
    color: rgba(0,0,0,.7);
  }

  .sm-down\:focus\:text-red-400:focus{
    color: #ed4956;
  }

  .sm-down\:focus\:text-red-500:focus{
    color: #e74a4a;
  }

  .sm-down\:focus\:text-orange-300:focus{
    color: #a8774f;
  }

  .sm-down\:focus\:text-orange-400:focus{
    color: #926642;
  }

  .sm-down\:focus\:text-orange-500:focus{
    color: #d35a3a;
  }

  .sm-down\:focus\:text-green-200:focus{
    color: #d5d4a3;
  }

  .sm-down\:focus\:text-green-300:focus{
    color: #f05a30;
  }

  .sm-down\:focus\:text-green-400:focus{
    color: #b8b78a;
  }

  .sm-down\:focus\:text-green-500:focus{
    color: #48bb78;
  }

  .sm-down\:focus\:text-green-600:focus{
    color: #a4c264;
  }

  .sm-down\:focus\:text-green-700:focus{
    color: #B8B78F;
  }

  .sm-down\:focus\:text-blue-400:focus{
    color: #a2c3d3;
  }

  .sm-down\:focus\:text-blue-500:focus{
    color: #65a6c2;
  }

  .sm-down\:focus\:text-blue-600:focus{
    color: rgba(70, 97, 153, .97);
  }

  .sm-down\:focus\:text-blue-700:focus{
    color: rgba(70, 97, 153);
  }

  .sm-down\:focus\:text-bluegrey-100:focus{
    color: #D9D9D9;
  }

  .sm-down\:focus\:text-terracotta-500:focus{
    color: #bb7265;
  }

  .sm-down\:focus\:text-terracotta-600:focus{
    color: #a46357;
  }

  .sm-down\:focus\:text-sky-100:focus{
    color: #dff2fe;
  }

  .sm-down\:focus\:text-sky-200:focus{
    color: #a2c3d3;
  }

  .sm-down\:focus\:text-neutral-500:focus{
    color: #636466;
  }

  .sm-down\:focus\:text-gray-50:focus{
    color: #fcfcfc;
  }

  .sm-down\:focus\:text-gray-100:focus{
    color: #e7e7e7;
  }

  .sm-down\:focus\:text-gray-125:focus{
    color: #f0f0f0;
  }

  .sm-down\:focus\:text-gray-150:focus{
    color: #dddddd;
  }

  .sm-down\:focus\:text-gray-200:focus{
    color: #868b8f;
  }

  .sm-down\:focus\:text-gray-250:focus{
    color: #a6a5a5;
  }

  .sm-down\:focus\:text-gray-300:focus{
    color: #979796;
  }

  .sm-down\:focus\:text-gray-400:focus{
    color: #abaeb1;
  }

  .sm-down\:focus\:text-gray-500:focus{
    color: #c7c7c7;
  }

  .sm-down\:focus\:text-gray-550:focus{
    color: #ccc;
  }

  .sm-down\:focus\:text-gray-600:focus{
    color: #707070;
  }

  .sm-down\:focus\:text-gray-700:focus{
    color: #555555;
  }

  .sm-down\:focus\:text-gray-800:focus{
    color: #333232;
  }

  .sm-down\:focus\:text-gray-900:focus{
    color: rgba(0, 0, 0, 0.8);
  }

  .sm-down\:focus\:text-gray-1000:focus{
    color: #dadada;
  }

  .sm-down\:focus\:text-gray-1100:focus{
    color: #ededed;
  }

  .sm-down\:focus\:text-gray-1200:focus{
    color: #b1b1b1;
  }

  .sm-down\:focus\:text-gray-1300:focus{
    color: #9b9b9b;
  }

  .sm-down\:focus\:text-gray-1400:focus{
    color: #999ea1;
  }

  .sm-down\:focus\:text-gray-1500:focus{
    color: #464646;
  }

  .sm-down\:focus\:text-gray-1600:focus{
    color: #9A9FA2;
  }

  .sm-down\:focus\:text-gray-1700:focus{
    color: #FBFBFB;
  }

  .sm-down\:focus\:text-gray-1800:focus{
    color: #494949;
  }

  .sm-down\:focus\:text-gray-1900:focus{
    color: #797979;
  }

  .sm-down\:focus\:text-tan-300:focus{
    color: #d2a680;
  }

  .sm-down\:focus\:text-tan-400:focus{
    color: #a38b71;
  }

  .sm-down\:focus\:text-tan-500:focus{
    color: #b18259;
  }

  .sm-down\:focus\:text-tan-600:focus{
    color: #c29064;
  }

  .active.sm-down\:self-active\:text-transparent{
    color: transparent;
  }

  .active.sm-down\:self-active\:text-current{
    color: currentColor;
  }

  .active.sm-down\:self-active\:text-black{
    color: #000000;
  }

  .active.sm-down\:self-active\:text-white{
    color: #ffffff;
  }

  .active.sm-down\:self-active\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  .active.sm-down\:self-active\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  .active.sm-down\:self-active\:text-red-400{
    color: #ed4956;
  }

  .active.sm-down\:self-active\:text-red-500{
    color: #e74a4a;
  }

  .active.sm-down\:self-active\:text-orange-300{
    color: #a8774f;
  }

  .active.sm-down\:self-active\:text-orange-400{
    color: #926642;
  }

  .active.sm-down\:self-active\:text-orange-500{
    color: #d35a3a;
  }

  .active.sm-down\:self-active\:text-green-200{
    color: #d5d4a3;
  }

  .active.sm-down\:self-active\:text-green-300{
    color: #f05a30;
  }

  .active.sm-down\:self-active\:text-green-400{
    color: #b8b78a;
  }

  .active.sm-down\:self-active\:text-green-500{
    color: #48bb78;
  }

  .active.sm-down\:self-active\:text-green-600{
    color: #a4c264;
  }

  .active.sm-down\:self-active\:text-green-700{
    color: #B8B78F;
  }

  .active.sm-down\:self-active\:text-blue-400{
    color: #a2c3d3;
  }

  .active.sm-down\:self-active\:text-blue-500{
    color: #65a6c2;
  }

  .active.sm-down\:self-active\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  .active.sm-down\:self-active\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  .active.sm-down\:self-active\:text-bluegrey-100{
    color: #D9D9D9;
  }

  .active.sm-down\:self-active\:text-terracotta-500{
    color: #bb7265;
  }

  .active.sm-down\:self-active\:text-terracotta-600{
    color: #a46357;
  }

  .active.sm-down\:self-active\:text-sky-100{
    color: #dff2fe;
  }

  .active.sm-down\:self-active\:text-sky-200{
    color: #a2c3d3;
  }

  .active.sm-down\:self-active\:text-neutral-500{
    color: #636466;
  }

  .active.sm-down\:self-active\:text-gray-50{
    color: #fcfcfc;
  }

  .active.sm-down\:self-active\:text-gray-100{
    color: #e7e7e7;
  }

  .active.sm-down\:self-active\:text-gray-125{
    color: #f0f0f0;
  }

  .active.sm-down\:self-active\:text-gray-150{
    color: #dddddd;
  }

  .active.sm-down\:self-active\:text-gray-200{
    color: #868b8f;
  }

  .active.sm-down\:self-active\:text-gray-250{
    color: #a6a5a5;
  }

  .active.sm-down\:self-active\:text-gray-300{
    color: #979796;
  }

  .active.sm-down\:self-active\:text-gray-400{
    color: #abaeb1;
  }

  .active.sm-down\:self-active\:text-gray-500{
    color: #c7c7c7;
  }

  .active.sm-down\:self-active\:text-gray-550{
    color: #ccc;
  }

  .active.sm-down\:self-active\:text-gray-600{
    color: #707070;
  }

  .active.sm-down\:self-active\:text-gray-700{
    color: #555555;
  }

  .active.sm-down\:self-active\:text-gray-800{
    color: #333232;
  }

  .active.sm-down\:self-active\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  .active.sm-down\:self-active\:text-gray-1000{
    color: #dadada;
  }

  .active.sm-down\:self-active\:text-gray-1100{
    color: #ededed;
  }

  .active.sm-down\:self-active\:text-gray-1200{
    color: #b1b1b1;
  }

  .active.sm-down\:self-active\:text-gray-1300{
    color: #9b9b9b;
  }

  .active.sm-down\:self-active\:text-gray-1400{
    color: #999ea1;
  }

  .active.sm-down\:self-active\:text-gray-1500{
    color: #464646;
  }

  .active.sm-down\:self-active\:text-gray-1600{
    color: #9A9FA2;
  }

  .active.sm-down\:self-active\:text-gray-1700{
    color: #FBFBFB;
  }

  .active.sm-down\:self-active\:text-gray-1800{
    color: #494949;
  }

  .active.sm-down\:self-active\:text-gray-1900{
    color: #797979;
  }

  .active.sm-down\:self-active\:text-tan-300{
    color: #d2a680;
  }

  .active.sm-down\:self-active\:text-tan-400{
    color: #a38b71;
  }

  .active.sm-down\:self-active\:text-tan-500{
    color: #b18259;
  }

  .active.sm-down\:self-active\:text-tan-600{
    color: #c29064;
  }

  .group:hover .sm-down\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .sm-down\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .sm-down\:group-hover\:text-black{
    color: #000000;
  }

  .group:hover .sm-down\:group-hover\:text-white{
    color: #ffffff;
  }

  .group:hover .sm-down\:group-hover\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  .group:hover .sm-down\:group-hover\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  .group:hover .sm-down\:group-hover\:text-red-400{
    color: #ed4956;
  }

  .group:hover .sm-down\:group-hover\:text-red-500{
    color: #e74a4a;
  }

  .group:hover .sm-down\:group-hover\:text-orange-300{
    color: #a8774f;
  }

  .group:hover .sm-down\:group-hover\:text-orange-400{
    color: #926642;
  }

  .group:hover .sm-down\:group-hover\:text-orange-500{
    color: #d35a3a;
  }

  .group:hover .sm-down\:group-hover\:text-green-200{
    color: #d5d4a3;
  }

  .group:hover .sm-down\:group-hover\:text-green-300{
    color: #f05a30;
  }

  .group:hover .sm-down\:group-hover\:text-green-400{
    color: #b8b78a;
  }

  .group:hover .sm-down\:group-hover\:text-green-500{
    color: #48bb78;
  }

  .group:hover .sm-down\:group-hover\:text-green-600{
    color: #a4c264;
  }

  .group:hover .sm-down\:group-hover\:text-green-700{
    color: #B8B78F;
  }

  .group:hover .sm-down\:group-hover\:text-blue-400{
    color: #a2c3d3;
  }

  .group:hover .sm-down\:group-hover\:text-blue-500{
    color: #65a6c2;
  }

  .group:hover .sm-down\:group-hover\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  .group:hover .sm-down\:group-hover\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  .group:hover .sm-down\:group-hover\:text-bluegrey-100{
    color: #D9D9D9;
  }

  .group:hover .sm-down\:group-hover\:text-terracotta-500{
    color: #bb7265;
  }

  .group:hover .sm-down\:group-hover\:text-terracotta-600{
    color: #a46357;
  }

  .group:hover .sm-down\:group-hover\:text-sky-100{
    color: #dff2fe;
  }

  .group:hover .sm-down\:group-hover\:text-sky-200{
    color: #a2c3d3;
  }

  .group:hover .sm-down\:group-hover\:text-neutral-500{
    color: #636466;
  }

  .group:hover .sm-down\:group-hover\:text-gray-50{
    color: #fcfcfc;
  }

  .group:hover .sm-down\:group-hover\:text-gray-100{
    color: #e7e7e7;
  }

  .group:hover .sm-down\:group-hover\:text-gray-125{
    color: #f0f0f0;
  }

  .group:hover .sm-down\:group-hover\:text-gray-150{
    color: #dddddd;
  }

  .group:hover .sm-down\:group-hover\:text-gray-200{
    color: #868b8f;
  }

  .group:hover .sm-down\:group-hover\:text-gray-250{
    color: #a6a5a5;
  }

  .group:hover .sm-down\:group-hover\:text-gray-300{
    color: #979796;
  }

  .group:hover .sm-down\:group-hover\:text-gray-400{
    color: #abaeb1;
  }

  .group:hover .sm-down\:group-hover\:text-gray-500{
    color: #c7c7c7;
  }

  .group:hover .sm-down\:group-hover\:text-gray-550{
    color: #ccc;
  }

  .group:hover .sm-down\:group-hover\:text-gray-600{
    color: #707070;
  }

  .group:hover .sm-down\:group-hover\:text-gray-700{
    color: #555555;
  }

  .group:hover .sm-down\:group-hover\:text-gray-800{
    color: #333232;
  }

  .group:hover .sm-down\:group-hover\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .sm-down\:group-hover\:text-gray-1000{
    color: #dadada;
  }

  .group:hover .sm-down\:group-hover\:text-gray-1100{
    color: #ededed;
  }

  .group:hover .sm-down\:group-hover\:text-gray-1200{
    color: #b1b1b1;
  }

  .group:hover .sm-down\:group-hover\:text-gray-1300{
    color: #9b9b9b;
  }

  .group:hover .sm-down\:group-hover\:text-gray-1400{
    color: #999ea1;
  }

  .group:hover .sm-down\:group-hover\:text-gray-1500{
    color: #464646;
  }

  .group:hover .sm-down\:group-hover\:text-gray-1600{
    color: #9A9FA2;
  }

  .group:hover .sm-down\:group-hover\:text-gray-1700{
    color: #FBFBFB;
  }

  .group:hover .sm-down\:group-hover\:text-gray-1800{
    color: #494949;
  }

  .group:hover .sm-down\:group-hover\:text-gray-1900{
    color: #797979;
  }

  .group:hover .sm-down\:group-hover\:text-tan-300{
    color: #d2a680;
  }

  .group:hover .sm-down\:group-hover\:text-tan-400{
    color: #a38b71;
  }

  .group:hover .sm-down\:group-hover\:text-tan-500{
    color: #b18259;
  }

  .group:hover .sm-down\:group-hover\:text-tan-600{
    color: #c29064;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-transparent{
    color: transparent;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-current{
    color: currentColor;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-black{
    color: #000000;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-white{
    color: #ffffff;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-red-400{
    color: #ed4956;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-red-500{
    color: #e74a4a;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-orange-300{
    color: #a8774f;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-orange-400{
    color: #926642;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-orange-500{
    color: #d35a3a;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-green-200{
    color: #d5d4a3;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-green-300{
    color: #f05a30;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-green-400{
    color: #b8b78a;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-green-500{
    color: #48bb78;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-green-600{
    color: #a4c264;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-green-700{
    color: #B8B78F;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-blue-400{
    color: #a2c3d3;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-blue-500{
    color: #65a6c2;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-bluegrey-100{
    color: #D9D9D9;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-terracotta-500{
    color: #bb7265;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-terracotta-600{
    color: #a46357;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-sky-100{
    color: #dff2fe;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-sky-200{
    color: #a2c3d3;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-neutral-500{
    color: #636466;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-gray-50{
    color: #fcfcfc;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-gray-100{
    color: #e7e7e7;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-gray-125{
    color: #f0f0f0;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-gray-150{
    color: #dddddd;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-gray-200{
    color: #868b8f;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-gray-250{
    color: #a6a5a5;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-gray-300{
    color: #979796;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-gray-400{
    color: #abaeb1;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-gray-500{
    color: #c7c7c7;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-gray-550{
    color: #ccc;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-gray-600{
    color: #707070;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-gray-700{
    color: #555555;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-gray-800{
    color: #333232;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-gray-1000{
    color: #dadada;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-gray-1100{
    color: #ededed;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-gray-1200{
    color: #b1b1b1;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-gray-1300{
    color: #9b9b9b;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-gray-1400{
    color: #999ea1;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-gray-1500{
    color: #464646;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-gray-1600{
    color: #9A9FA2;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-gray-1700{
    color: #FBFBFB;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-gray-1800{
    color: #494949;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-gray-1900{
    color: #797979;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-tan-300{
    color: #d2a680;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-tan-400{
    color: #a38b71;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-tan-500{
    color: #b18259;
  }

  [data-planit-favorite="true"] .sm-down\:group-favorite\:text-tan-600{
    color: #c29064;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-transparent{
    color: transparent;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-current{
    color: currentColor;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-black{
    color: #000000;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-white{
    color: #ffffff;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-red-400{
    color: #ed4956;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-red-500{
    color: #e74a4a;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-orange-300{
    color: #a8774f;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-orange-400{
    color: #926642;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-orange-500{
    color: #d35a3a;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-green-200{
    color: #d5d4a3;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-green-300{
    color: #f05a30;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-green-400{
    color: #b8b78a;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-green-500{
    color: #48bb78;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-green-600{
    color: #a4c264;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-green-700{
    color: #B8B78F;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-blue-400{
    color: #a2c3d3;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-blue-500{
    color: #65a6c2;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-bluegrey-100{
    color: #D9D9D9;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-terracotta-500{
    color: #bb7265;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-terracotta-600{
    color: #a46357;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-sky-100{
    color: #dff2fe;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-sky-200{
    color: #a2c3d3;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-neutral-500{
    color: #636466;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-gray-50{
    color: #fcfcfc;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-gray-100{
    color: #e7e7e7;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-gray-125{
    color: #f0f0f0;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-gray-150{
    color: #dddddd;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-gray-200{
    color: #868b8f;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-gray-250{
    color: #a6a5a5;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-gray-300{
    color: #979796;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-gray-400{
    color: #abaeb1;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-gray-500{
    color: #c7c7c7;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-gray-550{
    color: #ccc;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-gray-600{
    color: #707070;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-gray-700{
    color: #555555;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-gray-800{
    color: #333232;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-gray-1000{
    color: #dadada;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-gray-1100{
    color: #ededed;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-gray-1200{
    color: #b1b1b1;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-gray-1300{
    color: #9b9b9b;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-gray-1400{
    color: #999ea1;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-gray-1500{
    color: #464646;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-gray-1600{
    color: #9A9FA2;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-gray-1700{
    color: #FBFBFB;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-gray-1800{
    color: #494949;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-gray-1900{
    color: #797979;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-tan-300{
    color: #d2a680;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-tan-400{
    color: #a38b71;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-tan-500{
    color: #b18259;
  }

  [data-planit-favorite-counter="true"] .sm-down\:group-favorite-counter\:text-tan-600{
    color: #c29064;
  }

  .sm-down\:text-xs{
    font-size: 0.75rem;
  }

  .sm-down\:text-sm{
    font-size: 0.875rem;
  }

  .sm-down\:text-base{
    font-size: 1rem;
  }

  .sm-down\:text-lg{
    font-size: 1.125rem;
  }

  .sm-down\:text-xl{
    font-size: 1.25rem;
  }

  .sm-down\:text-2xl{
    font-size: 1.5rem;
  }

  .sm-down\:text-3xl{
    font-size: 1.875rem;
  }

  .sm-down\:text-4xl{
    font-size: 2.25rem;
  }

  .sm-down\:text-5xl{
    font-size: 3rem;
  }

  .sm-down\:text-6xl{
    font-size: 4rem;
  }

  .sm-down\:italic{
    font-style: italic;
  }

  .sm-down\:not-italic{
    font-style: normal;
  }

  .sm-down\:uppercase{
    text-transform: uppercase;
  }

  .sm-down\:lowercase{
    text-transform: lowercase;
  }

  .sm-down\:capitalize{
    text-transform: capitalize;
  }

  .sm-down\:normal-case{
    text-transform: none;
  }

  .sm-down\:underline{
    text-decoration: underline;
  }

  .sm-down\:line-through{
    text-decoration: line-through;
  }

  .sm-down\:no-underline{
    text-decoration: none;
  }

  .sm-down\:hover\:underline:hover{
    text-decoration: underline;
  }

  .sm-down\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .sm-down\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .sm-down\:focus\:underline:focus{
    text-decoration: underline;
  }

  .sm-down\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .sm-down\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .group:hover .sm-down\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .sm-down\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .sm-down\:group-hover\:no-underline{
    text-decoration: none;
  }

  .sm-down\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm-down\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm-down\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .sm-down\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .sm-down\:tracking-normal{
    letter-spacing: 0;
  }

  .sm-down\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .sm-down\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .sm-down\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .sm-down\:tracking-heading{
    letter-spacing: -0.04em;
  }

  .sm-down\:tracking-heading-tighter{
    letter-spacing: -0.08em;
  }

  .sm-down\:tracking-input-mask{
    letter-spacing: .35em;
  }

  .sm-down\:select-none{
    -ms-user-select: none;
        user-select: none;
  }

  .sm-down\:select-text{
    -ms-user-select: text;
        user-select: text;
  }

  .sm-down\:select-all{
    -ms-user-select: all;
        user-select: all;
  }

  .sm-down\:select-auto{
    -ms-user-select: auto;
        user-select: auto;
  }

  .sm-down\:align-baseline{
    vertical-align: baseline;
  }

  .sm-down\:align-top{
    vertical-align: top;
  }

  .sm-down\:align-middle{
    vertical-align: middle;
  }

  .sm-down\:align-bottom{
    vertical-align: bottom;
  }

  .sm-down\:align-text-top{
    vertical-align: text-top;
  }

  .sm-down\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .sm-down\:visible{
    visibility: visible;
  }

  .sm-down\:invisible{
    visibility: hidden;
  }

  .group:hover .sm-down\:group-hover\:visible{
    visibility: visible;
  }

  .group:hover .sm-down\:group-hover\:invisible{
    visibility: hidden;
  }

  .sm-down\:whitespace-normal{
    white-space: normal;
  }

  .sm-down\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .sm-down\:whitespace-pre{
    white-space: pre;
  }

  .sm-down\:whitespace-pre-line{
    white-space: pre-line;
  }

  .sm-down\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .sm-down\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm-down\:break-words{
    overflow-wrap: break-word;
  }

  .sm-down\:break-all{
    word-break: break-all;
  }

  .sm-down\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm-down\:w-0{
    width: 0;
  }

  .sm-down\:w-1{
    width: 0.25rem;
  }

  .sm-down\:w-2{
    width: 0.5rem;
  }

  .sm-down\:w-3{
    width: 0.75rem;
  }

  .sm-down\:w-4{
    width: 1rem;
  }

  .sm-down\:w-5{
    width: 1.25rem;
  }

  .sm-down\:w-6{
    width: 1.5rem;
  }

  .sm-down\:w-8{
    width: 2rem;
  }

  .sm-down\:w-10{
    width: 2.5rem;
  }

  .sm-down\:w-12{
    width: 3rem;
  }

  .sm-down\:w-14{
    width: 3.5rem;
  }

  .sm-down\:w-16{
    width: 4rem;
  }

  .sm-down\:w-20{
    width: 5rem;
  }

  .sm-down\:w-24{
    width: 6rem;
  }

  .sm-down\:w-32{
    width: 8rem;
  }

  .sm-down\:w-40{
    width: 10rem;
  }

  .sm-down\:w-48{
    width: 12rem;
  }

  .sm-down\:w-56{
    width: 14rem;
  }

  .sm-down\:w-64{
    width: 16rem;
  }

  .sm-down\:w-440{
    width: 440px;
  }

  .sm-down\:w-auto{
    width: auto;
  }

  .sm-down\:w-px{
    width: 1px;
  }

  .sm-down\:w-full{
    width: 100%;
  }

  .sm-down\:w-1\/2{
    width: 50%;
  }

  .sm-down\:w-1\/3{
    width: 33.333333%;
  }

  .sm-down\:w-2\/3{
    width: 66.666667%;
  }

  .sm-down\:w-1\/4{
    width: 25%;
  }

  .sm-down\:w-2\/4{
    width: 50%;
  }

  .sm-down\:w-3\/4{
    width: 75%;
  }

  .sm-down\:w-1\/5{
    width: 20%;
  }

  .sm-down\:w-2\/5{
    width: 40%;
  }

  .sm-down\:w-3\/5{
    width: 60%;
  }

  .sm-down\:w-4\/5{
    width: 80%;
  }

  .sm-down\:w-1\/6{
    width: 16.666667%;
  }

  .sm-down\:w-2\/6{
    width: 33.333333%;
  }

  .sm-down\:w-3\/6{
    width: 50%;
  }

  .sm-down\:w-4\/6{
    width: 66.666667%;
  }

  .sm-down\:w-5\/6{
    width: 83.333333%;
  }

  .sm-down\:w-1\/12{
    width: 8.333333%;
  }

  .sm-down\:w-2\/12{
    width: 16.666667%;
  }

  .sm-down\:w-3\/12{
    width: 25%;
  }

  .sm-down\:w-4\/12{
    width: 33.333333%;
  }

  .sm-down\:w-5\/12{
    width: 41.666667%;
  }

  .sm-down\:w-6\/12{
    width: 50%;
  }

  .sm-down\:w-7\/12{
    width: 58.333333%;
  }

  .sm-down\:w-8\/12{
    width: 66.666667%;
  }

  .sm-down\:w-9\/12{
    width: 75%;
  }

  .sm-down\:w-10\/12{
    width: 83.333333%;
  }

  .sm-down\:w-11\/12{
    width: 91.666667%;
  }

  .sm-down\:w-screen{
    width: 100vw;
  }

  .sm-down\:w-inherit{
    width: inherit;
  }

  .sm-down\:w-screen-75{
    width: 75vw;
  }

  .sm-down\:z-0{
    z-index: 0;
  }

  .sm-down\:z-10{
    z-index: 10;
  }

  .sm-down\:z-20{
    z-index: 20;
  }

  .sm-down\:z-30{
    z-index: 30;
  }

  .sm-down\:z-40{
    z-index: 40;
  }

  .sm-down\:z-50{
    z-index: 50;
  }

  .sm-down\:z-auto{
    z-index: auto;
  }

  .sm-down\:-z-1{
    z-index: -1;
  }

  .sm-down\:hover\:z-0:hover{
    z-index: 0;
  }

  .sm-down\:hover\:z-10:hover{
    z-index: 10;
  }

  .sm-down\:hover\:z-20:hover{
    z-index: 20;
  }

  .sm-down\:hover\:z-30:hover{
    z-index: 30;
  }

  .sm-down\:hover\:z-40:hover{
    z-index: 40;
  }

  .sm-down\:hover\:z-50:hover{
    z-index: 50;
  }

  .sm-down\:hover\:z-auto:hover{
    z-index: auto;
  }

  .sm-down\:hover\:-z-1:hover{
    z-index: -1;
  }

  .sm-down\:-transform-y-50 {
    transform: translate(0, -50px);
  }

  .sm-down\:transform-y-0 {
    transform: translate(0, 0);
  }

  .sm-down\:text-shadow-md {
    text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.8);
  }
}

@media (min-width: 600px){
  .sm\: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;
  }

  .sm\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:appearance-none{
    appearance: none;
  }

  .sm\:bg-fixed{
    background-attachment: fixed;
  }

  .sm\:bg-local{
    background-attachment: local;
  }

  .sm\:bg-scroll{
    background-attachment: scroll;
  }

  .sm\:bg-transparent{
    background-color: transparent;
  }

  .sm\:bg-current{
    background-color: currentColor;
  }

  .sm\:bg-black{
    background-color: #000000;
  }

  .sm\:bg-white{
    background-color: #ffffff;
  }

  .sm\:bg-overlay{
    background-color: rgba(0,0,0,.2);
  }

  .sm\:bg-transparent-background{
    background-color: rgba(0,0,0,.7);
  }

  .sm\:bg-red-400{
    background-color: #ed4956;
  }

  .sm\:bg-red-500{
    background-color: #e74a4a;
  }

  .sm\:bg-orange-300{
    background-color: #a8774f;
  }

  .sm\:bg-orange-400{
    background-color: #926642;
  }

  .sm\:bg-orange-500{
    background-color: #d35a3a;
  }

  .sm\:bg-green-200{
    background-color: #d5d4a3;
  }

  .sm\:bg-green-300{
    background-color: #f05a30;
  }

  .sm\:bg-green-400{
    background-color: #b8b78a;
  }

  .sm\:bg-green-500{
    background-color: #48bb78;
  }

  .sm\:bg-green-600{
    background-color: #a4c264;
  }

  .sm\:bg-green-700{
    background-color: #B8B78F;
  }

  .sm\:bg-blue-400{
    background-color: #a2c3d3;
  }

  .sm\:bg-blue-500{
    background-color: #65a6c2;
  }

  .sm\:bg-blue-600{
    background-color: rgba(70, 97, 153, .97);
  }

  .sm\:bg-blue-700{
    background-color: rgba(70, 97, 153);
  }

  .sm\:bg-bluegrey-100{
    background-color: #D9D9D9;
  }

  .sm\:bg-terracotta-500{
    background-color: #bb7265;
  }

  .sm\:bg-terracotta-600{
    background-color: #a46357;
  }

  .sm\:bg-sky-100{
    background-color: #dff2fe;
  }

  .sm\:bg-sky-200{
    background-color: #a2c3d3;
  }

  .sm\:bg-neutral-500{
    background-color: #636466;
  }

  .sm\:bg-gray-50{
    background-color: #fcfcfc;
  }

  .sm\:bg-gray-100{
    background-color: #e7e7e7;
  }

  .sm\:bg-gray-125{
    background-color: #f0f0f0;
  }

  .sm\:bg-gray-150{
    background-color: #dddddd;
  }

  .sm\:bg-gray-200{
    background-color: #868b8f;
  }

  .sm\:bg-gray-250{
    background-color: #a6a5a5;
  }

  .sm\:bg-gray-300{
    background-color: #979796;
  }

  .sm\:bg-gray-400{
    background-color: #abaeb1;
  }

  .sm\:bg-gray-500{
    background-color: #c7c7c7;
  }

  .sm\:bg-gray-550{
    background-color: #ccc;
  }

  .sm\:bg-gray-600{
    background-color: #707070;
  }

  .sm\:bg-gray-700{
    background-color: #555555;
  }

  .sm\:bg-gray-800{
    background-color: #333232;
  }

  .sm\:bg-gray-900{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:bg-gray-1000{
    background-color: #dadada;
  }

  .sm\:bg-gray-1100{
    background-color: #ededed;
  }

  .sm\:bg-gray-1200{
    background-color: #b1b1b1;
  }

  .sm\:bg-gray-1300{
    background-color: #9b9b9b;
  }

  .sm\:bg-gray-1400{
    background-color: #999ea1;
  }

  .sm\:bg-gray-1500{
    background-color: #464646;
  }

  .sm\:bg-gray-1600{
    background-color: #9A9FA2;
  }

  .sm\:bg-gray-1700{
    background-color: #FBFBFB;
  }

  .sm\:bg-gray-1800{
    background-color: #494949;
  }

  .sm\:bg-gray-1900{
    background-color: #797979;
  }

  .sm\:bg-tan-300{
    background-color: #d2a680;
  }

  .sm\:bg-tan-400{
    background-color: #a38b71;
  }

  .sm\:bg-tan-500{
    background-color: #b18259;
  }

  .sm\:bg-tan-600{
    background-color: #c29064;
  }

  .sm\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .sm\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .sm\:hover\:bg-black:hover{
    background-color: #000000;
  }

  .sm\:hover\:bg-white:hover{
    background-color: #ffffff;
  }

  .sm\:hover\:bg-overlay:hover{
    background-color: rgba(0,0,0,.2);
  }

  .sm\:hover\:bg-transparent-background:hover{
    background-color: rgba(0,0,0,.7);
  }

  .sm\:hover\:bg-red-400:hover{
    background-color: #ed4956;
  }

  .sm\:hover\:bg-red-500:hover{
    background-color: #e74a4a;
  }

  .sm\:hover\:bg-orange-300:hover{
    background-color: #a8774f;
  }

  .sm\:hover\:bg-orange-400:hover{
    background-color: #926642;
  }

  .sm\:hover\:bg-orange-500:hover{
    background-color: #d35a3a;
  }

  .sm\:hover\:bg-green-200:hover{
    background-color: #d5d4a3;
  }

  .sm\:hover\:bg-green-300:hover{
    background-color: #f05a30;
  }

  .sm\:hover\:bg-green-400:hover{
    background-color: #b8b78a;
  }

  .sm\:hover\:bg-green-500:hover{
    background-color: #48bb78;
  }

  .sm\:hover\:bg-green-600:hover{
    background-color: #a4c264;
  }

  .sm\:hover\:bg-green-700:hover{
    background-color: #B8B78F;
  }

  .sm\:hover\:bg-blue-400:hover{
    background-color: #a2c3d3;
  }

  .sm\:hover\:bg-blue-500:hover{
    background-color: #65a6c2;
  }

  .sm\:hover\:bg-blue-600:hover{
    background-color: rgba(70, 97, 153, .97);
  }

  .sm\:hover\:bg-blue-700:hover{
    background-color: rgba(70, 97, 153);
  }

  .sm\:hover\:bg-bluegrey-100:hover{
    background-color: #D9D9D9;
  }

  .sm\:hover\:bg-terracotta-500:hover{
    background-color: #bb7265;
  }

  .sm\:hover\:bg-terracotta-600:hover{
    background-color: #a46357;
  }

  .sm\:hover\:bg-sky-100:hover{
    background-color: #dff2fe;
  }

  .sm\:hover\:bg-sky-200:hover{
    background-color: #a2c3d3;
  }

  .sm\:hover\:bg-neutral-500:hover{
    background-color: #636466;
  }

  .sm\:hover\:bg-gray-50:hover{
    background-color: #fcfcfc;
  }

  .sm\:hover\:bg-gray-100:hover{
    background-color: #e7e7e7;
  }

  .sm\:hover\:bg-gray-125:hover{
    background-color: #f0f0f0;
  }

  .sm\:hover\:bg-gray-150:hover{
    background-color: #dddddd;
  }

  .sm\:hover\:bg-gray-200:hover{
    background-color: #868b8f;
  }

  .sm\:hover\:bg-gray-250:hover{
    background-color: #a6a5a5;
  }

  .sm\:hover\:bg-gray-300:hover{
    background-color: #979796;
  }

  .sm\:hover\:bg-gray-400:hover{
    background-color: #abaeb1;
  }

  .sm\:hover\:bg-gray-500:hover{
    background-color: #c7c7c7;
  }

  .sm\:hover\:bg-gray-550:hover{
    background-color: #ccc;
  }

  .sm\:hover\:bg-gray-600:hover{
    background-color: #707070;
  }

  .sm\:hover\:bg-gray-700:hover{
    background-color: #555555;
  }

  .sm\:hover\:bg-gray-800:hover{
    background-color: #333232;
  }

  .sm\:hover\:bg-gray-900:hover{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:hover\:bg-gray-1000:hover{
    background-color: #dadada;
  }

  .sm\:hover\:bg-gray-1100:hover{
    background-color: #ededed;
  }

  .sm\:hover\:bg-gray-1200:hover{
    background-color: #b1b1b1;
  }

  .sm\:hover\:bg-gray-1300:hover{
    background-color: #9b9b9b;
  }

  .sm\:hover\:bg-gray-1400:hover{
    background-color: #999ea1;
  }

  .sm\:hover\:bg-gray-1500:hover{
    background-color: #464646;
  }

  .sm\:hover\:bg-gray-1600:hover{
    background-color: #9A9FA2;
  }

  .sm\:hover\:bg-gray-1700:hover{
    background-color: #FBFBFB;
  }

  .sm\:hover\:bg-gray-1800:hover{
    background-color: #494949;
  }

  .sm\:hover\:bg-gray-1900:hover{
    background-color: #797979;
  }

  .sm\:hover\:bg-tan-300:hover{
    background-color: #d2a680;
  }

  .sm\:hover\:bg-tan-400:hover{
    background-color: #a38b71;
  }

  .sm\:hover\:bg-tan-500:hover{
    background-color: #b18259;
  }

  .sm\:hover\:bg-tan-600:hover{
    background-color: #c29064;
  }

  .sm\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .sm\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .sm\:focus\:bg-black:focus{
    background-color: #000000;
  }

  .sm\:focus\:bg-white:focus{
    background-color: #ffffff;
  }

  .sm\:focus\:bg-overlay:focus{
    background-color: rgba(0,0,0,.2);
  }

  .sm\:focus\:bg-transparent-background:focus{
    background-color: rgba(0,0,0,.7);
  }

  .sm\:focus\:bg-red-400:focus{
    background-color: #ed4956;
  }

  .sm\:focus\:bg-red-500:focus{
    background-color: #e74a4a;
  }

  .sm\:focus\:bg-orange-300:focus{
    background-color: #a8774f;
  }

  .sm\:focus\:bg-orange-400:focus{
    background-color: #926642;
  }

  .sm\:focus\:bg-orange-500:focus{
    background-color: #d35a3a;
  }

  .sm\:focus\:bg-green-200:focus{
    background-color: #d5d4a3;
  }

  .sm\:focus\:bg-green-300:focus{
    background-color: #f05a30;
  }

  .sm\:focus\:bg-green-400:focus{
    background-color: #b8b78a;
  }

  .sm\:focus\:bg-green-500:focus{
    background-color: #48bb78;
  }

  .sm\:focus\:bg-green-600:focus{
    background-color: #a4c264;
  }

  .sm\:focus\:bg-green-700:focus{
    background-color: #B8B78F;
  }

  .sm\:focus\:bg-blue-400:focus{
    background-color: #a2c3d3;
  }

  .sm\:focus\:bg-blue-500:focus{
    background-color: #65a6c2;
  }

  .sm\:focus\:bg-blue-600:focus{
    background-color: rgba(70, 97, 153, .97);
  }

  .sm\:focus\:bg-blue-700:focus{
    background-color: rgba(70, 97, 153);
  }

  .sm\:focus\:bg-bluegrey-100:focus{
    background-color: #D9D9D9;
  }

  .sm\:focus\:bg-terracotta-500:focus{
    background-color: #bb7265;
  }

  .sm\:focus\:bg-terracotta-600:focus{
    background-color: #a46357;
  }

  .sm\:focus\:bg-sky-100:focus{
    background-color: #dff2fe;
  }

  .sm\:focus\:bg-sky-200:focus{
    background-color: #a2c3d3;
  }

  .sm\:focus\:bg-neutral-500:focus{
    background-color: #636466;
  }

  .sm\:focus\:bg-gray-50:focus{
    background-color: #fcfcfc;
  }

  .sm\:focus\:bg-gray-100:focus{
    background-color: #e7e7e7;
  }

  .sm\:focus\:bg-gray-125:focus{
    background-color: #f0f0f0;
  }

  .sm\:focus\:bg-gray-150:focus{
    background-color: #dddddd;
  }

  .sm\:focus\:bg-gray-200:focus{
    background-color: #868b8f;
  }

  .sm\:focus\:bg-gray-250:focus{
    background-color: #a6a5a5;
  }

  .sm\:focus\:bg-gray-300:focus{
    background-color: #979796;
  }

  .sm\:focus\:bg-gray-400:focus{
    background-color: #abaeb1;
  }

  .sm\:focus\:bg-gray-500:focus{
    background-color: #c7c7c7;
  }

  .sm\:focus\:bg-gray-550:focus{
    background-color: #ccc;
  }

  .sm\:focus\:bg-gray-600:focus{
    background-color: #707070;
  }

  .sm\:focus\:bg-gray-700:focus{
    background-color: #555555;
  }

  .sm\:focus\:bg-gray-800:focus{
    background-color: #333232;
  }

  .sm\:focus\:bg-gray-900:focus{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:focus\:bg-gray-1000:focus{
    background-color: #dadada;
  }

  .sm\:focus\:bg-gray-1100:focus{
    background-color: #ededed;
  }

  .sm\:focus\:bg-gray-1200:focus{
    background-color: #b1b1b1;
  }

  .sm\:focus\:bg-gray-1300:focus{
    background-color: #9b9b9b;
  }

  .sm\:focus\:bg-gray-1400:focus{
    background-color: #999ea1;
  }

  .sm\:focus\:bg-gray-1500:focus{
    background-color: #464646;
  }

  .sm\:focus\:bg-gray-1600:focus{
    background-color: #9A9FA2;
  }

  .sm\:focus\:bg-gray-1700:focus{
    background-color: #FBFBFB;
  }

  .sm\:focus\:bg-gray-1800:focus{
    background-color: #494949;
  }

  .sm\:focus\:bg-gray-1900:focus{
    background-color: #797979;
  }

  .sm\:focus\:bg-tan-300:focus{
    background-color: #d2a680;
  }

  .sm\:focus\:bg-tan-400:focus{
    background-color: #a38b71;
  }

  .sm\:focus\:bg-tan-500:focus{
    background-color: #b18259;
  }

  .sm\:focus\:bg-tan-600:focus{
    background-color: #c29064;
  }

  .active.sm\:self-active\:bg-transparent{
    background-color: transparent;
  }

  .active.sm\:self-active\:bg-current{
    background-color: currentColor;
  }

  .active.sm\:self-active\:bg-black{
    background-color: #000000;
  }

  .active.sm\:self-active\:bg-white{
    background-color: #ffffff;
  }

  .active.sm\:self-active\:bg-overlay{
    background-color: rgba(0,0,0,.2);
  }

  .active.sm\:self-active\:bg-transparent-background{
    background-color: rgba(0,0,0,.7);
  }

  .active.sm\:self-active\:bg-red-400{
    background-color: #ed4956;
  }

  .active.sm\:self-active\:bg-red-500{
    background-color: #e74a4a;
  }

  .active.sm\:self-active\:bg-orange-300{
    background-color: #a8774f;
  }

  .active.sm\:self-active\:bg-orange-400{
    background-color: #926642;
  }

  .active.sm\:self-active\:bg-orange-500{
    background-color: #d35a3a;
  }

  .active.sm\:self-active\:bg-green-200{
    background-color: #d5d4a3;
  }

  .active.sm\:self-active\:bg-green-300{
    background-color: #f05a30;
  }

  .active.sm\:self-active\:bg-green-400{
    background-color: #b8b78a;
  }

  .active.sm\:self-active\:bg-green-500{
    background-color: #48bb78;
  }

  .active.sm\:self-active\:bg-green-600{
    background-color: #a4c264;
  }

  .active.sm\:self-active\:bg-green-700{
    background-color: #B8B78F;
  }

  .active.sm\:self-active\:bg-blue-400{
    background-color: #a2c3d3;
  }

  .active.sm\:self-active\:bg-blue-500{
    background-color: #65a6c2;
  }

  .active.sm\:self-active\:bg-blue-600{
    background-color: rgba(70, 97, 153, .97);
  }

  .active.sm\:self-active\:bg-blue-700{
    background-color: rgba(70, 97, 153);
  }

  .active.sm\:self-active\:bg-bluegrey-100{
    background-color: #D9D9D9;
  }

  .active.sm\:self-active\:bg-terracotta-500{
    background-color: #bb7265;
  }

  .active.sm\:self-active\:bg-terracotta-600{
    background-color: #a46357;
  }

  .active.sm\:self-active\:bg-sky-100{
    background-color: #dff2fe;
  }

  .active.sm\:self-active\:bg-sky-200{
    background-color: #a2c3d3;
  }

  .active.sm\:self-active\:bg-neutral-500{
    background-color: #636466;
  }

  .active.sm\:self-active\:bg-gray-50{
    background-color: #fcfcfc;
  }

  .active.sm\:self-active\:bg-gray-100{
    background-color: #e7e7e7;
  }

  .active.sm\:self-active\:bg-gray-125{
    background-color: #f0f0f0;
  }

  .active.sm\:self-active\:bg-gray-150{
    background-color: #dddddd;
  }

  .active.sm\:self-active\:bg-gray-200{
    background-color: #868b8f;
  }

  .active.sm\:self-active\:bg-gray-250{
    background-color: #a6a5a5;
  }

  .active.sm\:self-active\:bg-gray-300{
    background-color: #979796;
  }

  .active.sm\:self-active\:bg-gray-400{
    background-color: #abaeb1;
  }

  .active.sm\:self-active\:bg-gray-500{
    background-color: #c7c7c7;
  }

  .active.sm\:self-active\:bg-gray-550{
    background-color: #ccc;
  }

  .active.sm\:self-active\:bg-gray-600{
    background-color: #707070;
  }

  .active.sm\:self-active\:bg-gray-700{
    background-color: #555555;
  }

  .active.sm\:self-active\:bg-gray-800{
    background-color: #333232;
  }

  .active.sm\:self-active\:bg-gray-900{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .active.sm\:self-active\:bg-gray-1000{
    background-color: #dadada;
  }

  .active.sm\:self-active\:bg-gray-1100{
    background-color: #ededed;
  }

  .active.sm\:self-active\:bg-gray-1200{
    background-color: #b1b1b1;
  }

  .active.sm\:self-active\:bg-gray-1300{
    background-color: #9b9b9b;
  }

  .active.sm\:self-active\:bg-gray-1400{
    background-color: #999ea1;
  }

  .active.sm\:self-active\:bg-gray-1500{
    background-color: #464646;
  }

  .active.sm\:self-active\:bg-gray-1600{
    background-color: #9A9FA2;
  }

  .active.sm\:self-active\:bg-gray-1700{
    background-color: #FBFBFB;
  }

  .active.sm\:self-active\:bg-gray-1800{
    background-color: #494949;
  }

  .active.sm\:self-active\:bg-gray-1900{
    background-color: #797979;
  }

  .active.sm\:self-active\:bg-tan-300{
    background-color: #d2a680;
  }

  .active.sm\:self-active\:bg-tan-400{
    background-color: #a38b71;
  }

  .active.sm\:self-active\:bg-tan-500{
    background-color: #b18259;
  }

  .active.sm\:self-active\:bg-tan-600{
    background-color: #c29064;
  }

  .sm\:nextOnChecked\:bg-transparent:checked + *{
    background-color: transparent;
  }

  .sm\:nextOnChecked\:bg-current:checked + *{
    background-color: currentColor;
  }

  .sm\:nextOnChecked\:bg-black:checked + *{
    background-color: #000000;
  }

  .sm\:nextOnChecked\:bg-white:checked + *{
    background-color: #ffffff;
  }

  .sm\:nextOnChecked\:bg-overlay:checked + *{
    background-color: rgba(0,0,0,.2);
  }

  .sm\:nextOnChecked\:bg-transparent-background:checked + *{
    background-color: rgba(0,0,0,.7);
  }

  .sm\:nextOnChecked\:bg-red-400:checked + *{
    background-color: #ed4956;
  }

  .sm\:nextOnChecked\:bg-red-500:checked + *{
    background-color: #e74a4a;
  }

  .sm\:nextOnChecked\:bg-orange-300:checked + *{
    background-color: #a8774f;
  }

  .sm\:nextOnChecked\:bg-orange-400:checked + *{
    background-color: #926642;
  }

  .sm\:nextOnChecked\:bg-orange-500:checked + *{
    background-color: #d35a3a;
  }

  .sm\:nextOnChecked\:bg-green-200:checked + *{
    background-color: #d5d4a3;
  }

  .sm\:nextOnChecked\:bg-green-300:checked + *{
    background-color: #f05a30;
  }

  .sm\:nextOnChecked\:bg-green-400:checked + *{
    background-color: #b8b78a;
  }

  .sm\:nextOnChecked\:bg-green-500:checked + *{
    background-color: #48bb78;
  }

  .sm\:nextOnChecked\:bg-green-600:checked + *{
    background-color: #a4c264;
  }

  .sm\:nextOnChecked\:bg-green-700:checked + *{
    background-color: #B8B78F;
  }

  .sm\:nextOnChecked\:bg-blue-400:checked + *{
    background-color: #a2c3d3;
  }

  .sm\:nextOnChecked\:bg-blue-500:checked + *{
    background-color: #65a6c2;
  }

  .sm\:nextOnChecked\:bg-blue-600:checked + *{
    background-color: rgba(70, 97, 153, .97);
  }

  .sm\:nextOnChecked\:bg-blue-700:checked + *{
    background-color: rgba(70, 97, 153);
  }

  .sm\:nextOnChecked\:bg-bluegrey-100:checked + *{
    background-color: #D9D9D9;
  }

  .sm\:nextOnChecked\:bg-terracotta-500:checked + *{
    background-color: #bb7265;
  }

  .sm\:nextOnChecked\:bg-terracotta-600:checked + *{
    background-color: #a46357;
  }

  .sm\:nextOnChecked\:bg-sky-100:checked + *{
    background-color: #dff2fe;
  }

  .sm\:nextOnChecked\:bg-sky-200:checked + *{
    background-color: #a2c3d3;
  }

  .sm\:nextOnChecked\:bg-neutral-500:checked + *{
    background-color: #636466;
  }

  .sm\:nextOnChecked\:bg-gray-50:checked + *{
    background-color: #fcfcfc;
  }

  .sm\:nextOnChecked\:bg-gray-100:checked + *{
    background-color: #e7e7e7;
  }

  .sm\:nextOnChecked\:bg-gray-125:checked + *{
    background-color: #f0f0f0;
  }

  .sm\:nextOnChecked\:bg-gray-150:checked + *{
    background-color: #dddddd;
  }

  .sm\:nextOnChecked\:bg-gray-200:checked + *{
    background-color: #868b8f;
  }

  .sm\:nextOnChecked\:bg-gray-250:checked + *{
    background-color: #a6a5a5;
  }

  .sm\:nextOnChecked\:bg-gray-300:checked + *{
    background-color: #979796;
  }

  .sm\:nextOnChecked\:bg-gray-400:checked + *{
    background-color: #abaeb1;
  }

  .sm\:nextOnChecked\:bg-gray-500:checked + *{
    background-color: #c7c7c7;
  }

  .sm\:nextOnChecked\:bg-gray-550:checked + *{
    background-color: #ccc;
  }

  .sm\:nextOnChecked\:bg-gray-600:checked + *{
    background-color: #707070;
  }

  .sm\:nextOnChecked\:bg-gray-700:checked + *{
    background-color: #555555;
  }

  .sm\:nextOnChecked\:bg-gray-800:checked + *{
    background-color: #333232;
  }

  .sm\:nextOnChecked\:bg-gray-900:checked + *{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:nextOnChecked\:bg-gray-1000:checked + *{
    background-color: #dadada;
  }

  .sm\:nextOnChecked\:bg-gray-1100:checked + *{
    background-color: #ededed;
  }

  .sm\:nextOnChecked\:bg-gray-1200:checked + *{
    background-color: #b1b1b1;
  }

  .sm\:nextOnChecked\:bg-gray-1300:checked + *{
    background-color: #9b9b9b;
  }

  .sm\:nextOnChecked\:bg-gray-1400:checked + *{
    background-color: #999ea1;
  }

  .sm\:nextOnChecked\:bg-gray-1500:checked + *{
    background-color: #464646;
  }

  .sm\:nextOnChecked\:bg-gray-1600:checked + *{
    background-color: #9A9FA2;
  }

  .sm\:nextOnChecked\:bg-gray-1700:checked + *{
    background-color: #FBFBFB;
  }

  .sm\:nextOnChecked\:bg-gray-1800:checked + *{
    background-color: #494949;
  }

  .sm\:nextOnChecked\:bg-gray-1900:checked + *{
    background-color: #797979;
  }

  .sm\:nextOnChecked\:bg-tan-300:checked + *{
    background-color: #d2a680;
  }

  .sm\:nextOnChecked\:bg-tan-400:checked + *{
    background-color: #a38b71;
  }

  .sm\:nextOnChecked\:bg-tan-500:checked + *{
    background-color: #b18259;
  }

  .sm\:nextOnChecked\:bg-tan-600:checked + *{
    background-color: #c29064;
  }

  .sm\:bg-bottom{
    background-position: bottom;
  }

  .sm\:bg-center{
    background-position: center;
  }

  .sm\:bg-left{
    background-position: left;
  }

  .sm\:bg-left-bottom{
    background-position: left bottom;
  }

  .sm\:bg-left-top{
    background-position: left top;
  }

  .sm\:bg-right{
    background-position: right;
  }

  .sm\:bg-right-bottom{
    background-position: right bottom;
  }

  .sm\:bg-right-top{
    background-position: right top;
  }

  .sm\:bg-top{
    background-position: top;
  }

  .sm\:bg-top-center{
    background-position: top center;
  }

  .sm\:bg-bottom-center{
    background-position: bottom center;
  }

  .sm\:bg-repeat{
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round{
    background-repeat: round;
  }

  .sm\:bg-repeat-space{
    background-repeat: space;
  }

  .sm\:bg-auto{
    background-size: auto;
  }

  .sm\:bg-cover{
    background-size: cover;
  }

  .sm\:bg-contain{
    background-size: contain;
  }

  .sm\:bg-hidden{
    background-size: 0% 0%;
  }

  .sm\:bg-y135{
    background-size: auto 135%;
  }

  .group:hover .sm\:group-hover\:bg-auto{
    background-size: auto;
  }

  .group:hover .sm\:group-hover\:bg-cover{
    background-size: cover;
  }

  .group:hover .sm\:group-hover\:bg-contain{
    background-size: contain;
  }

  .group:hover .sm\:group-hover\:bg-hidden{
    background-size: 0% 0%;
  }

  .group:hover .sm\:group-hover\:bg-y135{
    background-size: auto 135%;
  }

  .sm\:border-transparent{
    border-color: transparent;
  }

  .sm\:border-current{
    border-color: currentColor;
  }

  .sm\:border-black{
    border-color: #000000;
  }

  .sm\:border-white{
    border-color: #ffffff;
  }

  .sm\:border-overlay{
    border-color: rgba(0,0,0,.2);
  }

  .sm\:border-transparent-background{
    border-color: rgba(0,0,0,.7);
  }

  .sm\:border-red-400{
    border-color: #ed4956;
  }

  .sm\:border-red-500{
    border-color: #e74a4a;
  }

  .sm\:border-orange-300{
    border-color: #a8774f;
  }

  .sm\:border-orange-400{
    border-color: #926642;
  }

  .sm\:border-orange-500{
    border-color: #d35a3a;
  }

  .sm\:border-green-200{
    border-color: #d5d4a3;
  }

  .sm\:border-green-300{
    border-color: #f05a30;
  }

  .sm\:border-green-400{
    border-color: #b8b78a;
  }

  .sm\:border-green-500{
    border-color: #48bb78;
  }

  .sm\:border-green-600{
    border-color: #a4c264;
  }

  .sm\:border-green-700{
    border-color: #B8B78F;
  }

  .sm\:border-blue-400{
    border-color: #a2c3d3;
  }

  .sm\:border-blue-500{
    border-color: #65a6c2;
  }

  .sm\:border-blue-600{
    border-color: rgba(70, 97, 153, .97);
  }

  .sm\:border-blue-700{
    border-color: rgba(70, 97, 153);
  }

  .sm\:border-bluegrey-100{
    border-color: #D9D9D9;
  }

  .sm\:border-terracotta-500{
    border-color: #bb7265;
  }

  .sm\:border-terracotta-600{
    border-color: #a46357;
  }

  .sm\:border-sky-100{
    border-color: #dff2fe;
  }

  .sm\:border-sky-200{
    border-color: #a2c3d3;
  }

  .sm\:border-neutral-500{
    border-color: #636466;
  }

  .sm\:border-gray-50{
    border-color: #fcfcfc;
  }

  .sm\:border-gray-100{
    border-color: #e7e7e7;
  }

  .sm\:border-gray-125{
    border-color: #f0f0f0;
  }

  .sm\:border-gray-150{
    border-color: #dddddd;
  }

  .sm\:border-gray-200{
    border-color: #868b8f;
  }

  .sm\:border-gray-250{
    border-color: #a6a5a5;
  }

  .sm\:border-gray-300{
    border-color: #979796;
  }

  .sm\:border-gray-400{
    border-color: #abaeb1;
  }

  .sm\:border-gray-500{
    border-color: #c7c7c7;
  }

  .sm\:border-gray-550{
    border-color: #ccc;
  }

  .sm\:border-gray-600{
    border-color: #707070;
  }

  .sm\:border-gray-700{
    border-color: #555555;
  }

  .sm\:border-gray-800{
    border-color: #333232;
  }

  .sm\:border-gray-900{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:border-gray-1000{
    border-color: #dadada;
  }

  .sm\:border-gray-1100{
    border-color: #ededed;
  }

  .sm\:border-gray-1200{
    border-color: #b1b1b1;
  }

  .sm\:border-gray-1300{
    border-color: #9b9b9b;
  }

  .sm\:border-gray-1400{
    border-color: #999ea1;
  }

  .sm\:border-gray-1500{
    border-color: #464646;
  }

  .sm\:border-gray-1600{
    border-color: #9A9FA2;
  }

  .sm\:border-gray-1700{
    border-color: #FBFBFB;
  }

  .sm\:border-gray-1800{
    border-color: #494949;
  }

  .sm\:border-gray-1900{
    border-color: #797979;
  }

  .sm\:border-tan-300{
    border-color: #d2a680;
  }

  .sm\:border-tan-400{
    border-color: #a38b71;
  }

  .sm\:border-tan-500{
    border-color: #b18259;
  }

  .sm\:border-tan-600{
    border-color: #c29064;
  }

  .sm\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .sm\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .sm\:hover\:border-black:hover{
    border-color: #000000;
  }

  .sm\:hover\:border-white:hover{
    border-color: #ffffff;
  }

  .sm\:hover\:border-overlay:hover{
    border-color: rgba(0,0,0,.2);
  }

  .sm\:hover\:border-transparent-background:hover{
    border-color: rgba(0,0,0,.7);
  }

  .sm\:hover\:border-red-400:hover{
    border-color: #ed4956;
  }

  .sm\:hover\:border-red-500:hover{
    border-color: #e74a4a;
  }

  .sm\:hover\:border-orange-300:hover{
    border-color: #a8774f;
  }

  .sm\:hover\:border-orange-400:hover{
    border-color: #926642;
  }

  .sm\:hover\:border-orange-500:hover{
    border-color: #d35a3a;
  }

  .sm\:hover\:border-green-200:hover{
    border-color: #d5d4a3;
  }

  .sm\:hover\:border-green-300:hover{
    border-color: #f05a30;
  }

  .sm\:hover\:border-green-400:hover{
    border-color: #b8b78a;
  }

  .sm\:hover\:border-green-500:hover{
    border-color: #48bb78;
  }

  .sm\:hover\:border-green-600:hover{
    border-color: #a4c264;
  }

  .sm\:hover\:border-green-700:hover{
    border-color: #B8B78F;
  }

  .sm\:hover\:border-blue-400:hover{
    border-color: #a2c3d3;
  }

  .sm\:hover\:border-blue-500:hover{
    border-color: #65a6c2;
  }

  .sm\:hover\:border-blue-600:hover{
    border-color: rgba(70, 97, 153, .97);
  }

  .sm\:hover\:border-blue-700:hover{
    border-color: rgba(70, 97, 153);
  }

  .sm\:hover\:border-bluegrey-100:hover{
    border-color: #D9D9D9;
  }

  .sm\:hover\:border-terracotta-500:hover{
    border-color: #bb7265;
  }

  .sm\:hover\:border-terracotta-600:hover{
    border-color: #a46357;
  }

  .sm\:hover\:border-sky-100:hover{
    border-color: #dff2fe;
  }

  .sm\:hover\:border-sky-200:hover{
    border-color: #a2c3d3;
  }

  .sm\:hover\:border-neutral-500:hover{
    border-color: #636466;
  }

  .sm\:hover\:border-gray-50:hover{
    border-color: #fcfcfc;
  }

  .sm\:hover\:border-gray-100:hover{
    border-color: #e7e7e7;
  }

  .sm\:hover\:border-gray-125:hover{
    border-color: #f0f0f0;
  }

  .sm\:hover\:border-gray-150:hover{
    border-color: #dddddd;
  }

  .sm\:hover\:border-gray-200:hover{
    border-color: #868b8f;
  }

  .sm\:hover\:border-gray-250:hover{
    border-color: #a6a5a5;
  }

  .sm\:hover\:border-gray-300:hover{
    border-color: #979796;
  }

  .sm\:hover\:border-gray-400:hover{
    border-color: #abaeb1;
  }

  .sm\:hover\:border-gray-500:hover{
    border-color: #c7c7c7;
  }

  .sm\:hover\:border-gray-550:hover{
    border-color: #ccc;
  }

  .sm\:hover\:border-gray-600:hover{
    border-color: #707070;
  }

  .sm\:hover\:border-gray-700:hover{
    border-color: #555555;
  }

  .sm\:hover\:border-gray-800:hover{
    border-color: #333232;
  }

  .sm\:hover\:border-gray-900:hover{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:hover\:border-gray-1000:hover{
    border-color: #dadada;
  }

  .sm\:hover\:border-gray-1100:hover{
    border-color: #ededed;
  }

  .sm\:hover\:border-gray-1200:hover{
    border-color: #b1b1b1;
  }

  .sm\:hover\:border-gray-1300:hover{
    border-color: #9b9b9b;
  }

  .sm\:hover\:border-gray-1400:hover{
    border-color: #999ea1;
  }

  .sm\:hover\:border-gray-1500:hover{
    border-color: #464646;
  }

  .sm\:hover\:border-gray-1600:hover{
    border-color: #9A9FA2;
  }

  .sm\:hover\:border-gray-1700:hover{
    border-color: #FBFBFB;
  }

  .sm\:hover\:border-gray-1800:hover{
    border-color: #494949;
  }

  .sm\:hover\:border-gray-1900:hover{
    border-color: #797979;
  }

  .sm\:hover\:border-tan-300:hover{
    border-color: #d2a680;
  }

  .sm\:hover\:border-tan-400:hover{
    border-color: #a38b71;
  }

  .sm\:hover\:border-tan-500:hover{
    border-color: #b18259;
  }

  .sm\:hover\:border-tan-600:hover{
    border-color: #c29064;
  }

  .sm\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .sm\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .sm\:focus\:border-black:focus{
    border-color: #000000;
  }

  .sm\:focus\:border-white:focus{
    border-color: #ffffff;
  }

  .sm\:focus\:border-overlay:focus{
    border-color: rgba(0,0,0,.2);
  }

  .sm\:focus\:border-transparent-background:focus{
    border-color: rgba(0,0,0,.7);
  }

  .sm\:focus\:border-red-400:focus{
    border-color: #ed4956;
  }

  .sm\:focus\:border-red-500:focus{
    border-color: #e74a4a;
  }

  .sm\:focus\:border-orange-300:focus{
    border-color: #a8774f;
  }

  .sm\:focus\:border-orange-400:focus{
    border-color: #926642;
  }

  .sm\:focus\:border-orange-500:focus{
    border-color: #d35a3a;
  }

  .sm\:focus\:border-green-200:focus{
    border-color: #d5d4a3;
  }

  .sm\:focus\:border-green-300:focus{
    border-color: #f05a30;
  }

  .sm\:focus\:border-green-400:focus{
    border-color: #b8b78a;
  }

  .sm\:focus\:border-green-500:focus{
    border-color: #48bb78;
  }

  .sm\:focus\:border-green-600:focus{
    border-color: #a4c264;
  }

  .sm\:focus\:border-green-700:focus{
    border-color: #B8B78F;
  }

  .sm\:focus\:border-blue-400:focus{
    border-color: #a2c3d3;
  }

  .sm\:focus\:border-blue-500:focus{
    border-color: #65a6c2;
  }

  .sm\:focus\:border-blue-600:focus{
    border-color: rgba(70, 97, 153, .97);
  }

  .sm\:focus\:border-blue-700:focus{
    border-color: rgba(70, 97, 153);
  }

  .sm\:focus\:border-bluegrey-100:focus{
    border-color: #D9D9D9;
  }

  .sm\:focus\:border-terracotta-500:focus{
    border-color: #bb7265;
  }

  .sm\:focus\:border-terracotta-600:focus{
    border-color: #a46357;
  }

  .sm\:focus\:border-sky-100:focus{
    border-color: #dff2fe;
  }

  .sm\:focus\:border-sky-200:focus{
    border-color: #a2c3d3;
  }

  .sm\:focus\:border-neutral-500:focus{
    border-color: #636466;
  }

  .sm\:focus\:border-gray-50:focus{
    border-color: #fcfcfc;
  }

  .sm\:focus\:border-gray-100:focus{
    border-color: #e7e7e7;
  }

  .sm\:focus\:border-gray-125:focus{
    border-color: #f0f0f0;
  }

  .sm\:focus\:border-gray-150:focus{
    border-color: #dddddd;
  }

  .sm\:focus\:border-gray-200:focus{
    border-color: #868b8f;
  }

  .sm\:focus\:border-gray-250:focus{
    border-color: #a6a5a5;
  }

  .sm\:focus\:border-gray-300:focus{
    border-color: #979796;
  }

  .sm\:focus\:border-gray-400:focus{
    border-color: #abaeb1;
  }

  .sm\:focus\:border-gray-500:focus{
    border-color: #c7c7c7;
  }

  .sm\:focus\:border-gray-550:focus{
    border-color: #ccc;
  }

  .sm\:focus\:border-gray-600:focus{
    border-color: #707070;
  }

  .sm\:focus\:border-gray-700:focus{
    border-color: #555555;
  }

  .sm\:focus\:border-gray-800:focus{
    border-color: #333232;
  }

  .sm\:focus\:border-gray-900:focus{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:focus\:border-gray-1000:focus{
    border-color: #dadada;
  }

  .sm\:focus\:border-gray-1100:focus{
    border-color: #ededed;
  }

  .sm\:focus\:border-gray-1200:focus{
    border-color: #b1b1b1;
  }

  .sm\:focus\:border-gray-1300:focus{
    border-color: #9b9b9b;
  }

  .sm\:focus\:border-gray-1400:focus{
    border-color: #999ea1;
  }

  .sm\:focus\:border-gray-1500:focus{
    border-color: #464646;
  }

  .sm\:focus\:border-gray-1600:focus{
    border-color: #9A9FA2;
  }

  .sm\:focus\:border-gray-1700:focus{
    border-color: #FBFBFB;
  }

  .sm\:focus\:border-gray-1800:focus{
    border-color: #494949;
  }

  .sm\:focus\:border-gray-1900:focus{
    border-color: #797979;
  }

  .sm\:focus\:border-tan-300:focus{
    border-color: #d2a680;
  }

  .sm\:focus\:border-tan-400:focus{
    border-color: #a38b71;
  }

  .sm\:focus\:border-tan-500:focus{
    border-color: #b18259;
  }

  .sm\:focus\:border-tan-600:focus{
    border-color: #c29064;
  }

  .js-is-active.sm\:self-active\:border-transparent{
    border-color: transparent;
  }

  .js-is-active.sm\:self-active\:border-current{
    border-color: currentColor;
  }

  .js-is-active.sm\:self-active\:border-black{
    border-color: #000000;
  }

  .js-is-active.sm\:self-active\:border-white{
    border-color: #ffffff;
  }

  .js-is-active.sm\:self-active\:border-overlay{
    border-color: rgba(0,0,0,.2);
  }

  .js-is-active.sm\:self-active\:border-transparent-background{
    border-color: rgba(0,0,0,.7);
  }

  .js-is-active.sm\:self-active\:border-red-400{
    border-color: #ed4956;
  }

  .js-is-active.sm\:self-active\:border-red-500{
    border-color: #e74a4a;
  }

  .js-is-active.sm\:self-active\:border-orange-300{
    border-color: #a8774f;
  }

  .js-is-active.sm\:self-active\:border-orange-400{
    border-color: #926642;
  }

  .js-is-active.sm\:self-active\:border-orange-500{
    border-color: #d35a3a;
  }

  .js-is-active.sm\:self-active\:border-green-200{
    border-color: #d5d4a3;
  }

  .js-is-active.sm\:self-active\:border-green-300{
    border-color: #f05a30;
  }

  .js-is-active.sm\:self-active\:border-green-400{
    border-color: #b8b78a;
  }

  .js-is-active.sm\:self-active\:border-green-500{
    border-color: #48bb78;
  }

  .js-is-active.sm\:self-active\:border-green-600{
    border-color: #a4c264;
  }

  .js-is-active.sm\:self-active\:border-green-700{
    border-color: #B8B78F;
  }

  .js-is-active.sm\:self-active\:border-blue-400{
    border-color: #a2c3d3;
  }

  .js-is-active.sm\:self-active\:border-blue-500{
    border-color: #65a6c2;
  }

  .js-is-active.sm\:self-active\:border-blue-600{
    border-color: rgba(70, 97, 153, .97);
  }

  .js-is-active.sm\:self-active\:border-blue-700{
    border-color: rgba(70, 97, 153);
  }

  .js-is-active.sm\:self-active\:border-bluegrey-100{
    border-color: #D9D9D9;
  }

  .js-is-active.sm\:self-active\:border-terracotta-500{
    border-color: #bb7265;
  }

  .js-is-active.sm\:self-active\:border-terracotta-600{
    border-color: #a46357;
  }

  .js-is-active.sm\:self-active\:border-sky-100{
    border-color: #dff2fe;
  }

  .js-is-active.sm\:self-active\:border-sky-200{
    border-color: #a2c3d3;
  }

  .js-is-active.sm\:self-active\:border-neutral-500{
    border-color: #636466;
  }

  .js-is-active.sm\:self-active\:border-gray-50{
    border-color: #fcfcfc;
  }

  .js-is-active.sm\:self-active\:border-gray-100{
    border-color: #e7e7e7;
  }

  .js-is-active.sm\:self-active\:border-gray-125{
    border-color: #f0f0f0;
  }

  .js-is-active.sm\:self-active\:border-gray-150{
    border-color: #dddddd;
  }

  .js-is-active.sm\:self-active\:border-gray-200{
    border-color: #868b8f;
  }

  .js-is-active.sm\:self-active\:border-gray-250{
    border-color: #a6a5a5;
  }

  .js-is-active.sm\:self-active\:border-gray-300{
    border-color: #979796;
  }

  .js-is-active.sm\:self-active\:border-gray-400{
    border-color: #abaeb1;
  }

  .js-is-active.sm\:self-active\:border-gray-500{
    border-color: #c7c7c7;
  }

  .js-is-active.sm\:self-active\:border-gray-550{
    border-color: #ccc;
  }

  .js-is-active.sm\:self-active\:border-gray-600{
    border-color: #707070;
  }

  .js-is-active.sm\:self-active\:border-gray-700{
    border-color: #555555;
  }

  .js-is-active.sm\:self-active\:border-gray-800{
    border-color: #333232;
  }

  .js-is-active.sm\:self-active\:border-gray-900{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .js-is-active.sm\:self-active\:border-gray-1000{
    border-color: #dadada;
  }

  .js-is-active.sm\:self-active\:border-gray-1100{
    border-color: #ededed;
  }

  .js-is-active.sm\:self-active\:border-gray-1200{
    border-color: #b1b1b1;
  }

  .js-is-active.sm\:self-active\:border-gray-1300{
    border-color: #9b9b9b;
  }

  .js-is-active.sm\:self-active\:border-gray-1400{
    border-color: #999ea1;
  }

  .js-is-active.sm\:self-active\:border-gray-1500{
    border-color: #464646;
  }

  .js-is-active.sm\:self-active\:border-gray-1600{
    border-color: #9A9FA2;
  }

  .js-is-active.sm\:self-active\:border-gray-1700{
    border-color: #FBFBFB;
  }

  .js-is-active.sm\:self-active\:border-gray-1800{
    border-color: #494949;
  }

  .js-is-active.sm\:self-active\:border-gray-1900{
    border-color: #797979;
  }

  .js-is-active.sm\:self-active\:border-tan-300{
    border-color: #d2a680;
  }

  .js-is-active.sm\:self-active\:border-tan-400{
    border-color: #a38b71;
  }

  .js-is-active.sm\:self-active\:border-tan-500{
    border-color: #b18259;
  }

  .js-is-active.sm\:self-active\:border-tan-600{
    border-color: #c29064;
  }

  .group:hover .sm\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .sm\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .sm\:group-hover\:border-black{
    border-color: #000000;
  }

  .group:hover .sm\:group-hover\:border-white{
    border-color: #ffffff;
  }

  .group:hover .sm\:group-hover\:border-overlay{
    border-color: rgba(0,0,0,.2);
  }

  .group:hover .sm\:group-hover\:border-transparent-background{
    border-color: rgba(0,0,0,.7);
  }

  .group:hover .sm\:group-hover\:border-red-400{
    border-color: #ed4956;
  }

  .group:hover .sm\:group-hover\:border-red-500{
    border-color: #e74a4a;
  }

  .group:hover .sm\:group-hover\:border-orange-300{
    border-color: #a8774f;
  }

  .group:hover .sm\:group-hover\:border-orange-400{
    border-color: #926642;
  }

  .group:hover .sm\:group-hover\:border-orange-500{
    border-color: #d35a3a;
  }

  .group:hover .sm\:group-hover\:border-green-200{
    border-color: #d5d4a3;
  }

  .group:hover .sm\:group-hover\:border-green-300{
    border-color: #f05a30;
  }

  .group:hover .sm\:group-hover\:border-green-400{
    border-color: #b8b78a;
  }

  .group:hover .sm\:group-hover\:border-green-500{
    border-color: #48bb78;
  }

  .group:hover .sm\:group-hover\:border-green-600{
    border-color: #a4c264;
  }

  .group:hover .sm\:group-hover\:border-green-700{
    border-color: #B8B78F;
  }

  .group:hover .sm\:group-hover\:border-blue-400{
    border-color: #a2c3d3;
  }

  .group:hover .sm\:group-hover\:border-blue-500{
    border-color: #65a6c2;
  }

  .group:hover .sm\:group-hover\:border-blue-600{
    border-color: rgba(70, 97, 153, .97);
  }

  .group:hover .sm\:group-hover\:border-blue-700{
    border-color: rgba(70, 97, 153);
  }

  .group:hover .sm\:group-hover\:border-bluegrey-100{
    border-color: #D9D9D9;
  }

  .group:hover .sm\:group-hover\:border-terracotta-500{
    border-color: #bb7265;
  }

  .group:hover .sm\:group-hover\:border-terracotta-600{
    border-color: #a46357;
  }

  .group:hover .sm\:group-hover\:border-sky-100{
    border-color: #dff2fe;
  }

  .group:hover .sm\:group-hover\:border-sky-200{
    border-color: #a2c3d3;
  }

  .group:hover .sm\:group-hover\:border-neutral-500{
    border-color: #636466;
  }

  .group:hover .sm\:group-hover\:border-gray-50{
    border-color: #fcfcfc;
  }

  .group:hover .sm\:group-hover\:border-gray-100{
    border-color: #e7e7e7;
  }

  .group:hover .sm\:group-hover\:border-gray-125{
    border-color: #f0f0f0;
  }

  .group:hover .sm\:group-hover\:border-gray-150{
    border-color: #dddddd;
  }

  .group:hover .sm\:group-hover\:border-gray-200{
    border-color: #868b8f;
  }

  .group:hover .sm\:group-hover\:border-gray-250{
    border-color: #a6a5a5;
  }

  .group:hover .sm\:group-hover\:border-gray-300{
    border-color: #979796;
  }

  .group:hover .sm\:group-hover\:border-gray-400{
    border-color: #abaeb1;
  }

  .group:hover .sm\:group-hover\:border-gray-500{
    border-color: #c7c7c7;
  }

  .group:hover .sm\:group-hover\:border-gray-550{
    border-color: #ccc;
  }

  .group:hover .sm\:group-hover\:border-gray-600{
    border-color: #707070;
  }

  .group:hover .sm\:group-hover\:border-gray-700{
    border-color: #555555;
  }

  .group:hover .sm\:group-hover\:border-gray-800{
    border-color: #333232;
  }

  .group:hover .sm\:group-hover\:border-gray-900{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .sm\:group-hover\:border-gray-1000{
    border-color: #dadada;
  }

  .group:hover .sm\:group-hover\:border-gray-1100{
    border-color: #ededed;
  }

  .group:hover .sm\:group-hover\:border-gray-1200{
    border-color: #b1b1b1;
  }

  .group:hover .sm\:group-hover\:border-gray-1300{
    border-color: #9b9b9b;
  }

  .group:hover .sm\:group-hover\:border-gray-1400{
    border-color: #999ea1;
  }

  .group:hover .sm\:group-hover\:border-gray-1500{
    border-color: #464646;
  }

  .group:hover .sm\:group-hover\:border-gray-1600{
    border-color: #9A9FA2;
  }

  .group:hover .sm\:group-hover\:border-gray-1700{
    border-color: #FBFBFB;
  }

  .group:hover .sm\:group-hover\:border-gray-1800{
    border-color: #494949;
  }

  .group:hover .sm\:group-hover\:border-gray-1900{
    border-color: #797979;
  }

  .group:hover .sm\:group-hover\:border-tan-300{
    border-color: #d2a680;
  }

  .group:hover .sm\:group-hover\:border-tan-400{
    border-color: #a38b71;
  }

  .group:hover .sm\:group-hover\:border-tan-500{
    border-color: #b18259;
  }

  .group:hover .sm\:group-hover\:border-tan-600{
    border-color: #c29064;
  }

  .sm\:rounded-none{
    border-radius: 0;
  }

  .sm\:rounded-sm{
    border-radius: 0.125rem;
  }

  .sm\:rounded{
    border-radius: 0.25rem;
  }

  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }

  .sm\:rounded-full{
    border-radius: 9999px;
  }

  .sm\:rounded-md{
    border-radius: 0.375rem;
  }

  .sm\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .sm\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .sm\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .sm\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .sm\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:border-solid{
    border-style: solid;
  }

  .sm\:border-dashed{
    border-style: dashed;
  }

  .sm\:border-dotted{
    border-style: dotted;
  }

  .sm\:border-double{
    border-style: double;
  }

  .sm\:border-none{
    border-style: none;
  }

  .sm\:border-0{
    border-width: 0;
  }

  .sm\:border-2{
    border-width: 2px;
  }

  .sm\:border-3{
    border-width: 3px;
  }

  .sm\:border-4{
    border-width: 4px;
  }

  .sm\:border-5{
    border-width: 5px;
  }

  .sm\:border-6{
    border-width: 6px;
  }

  .sm\:border-8{
    border-width: 8px;
  }

  .sm\:border{
    border-width: 1px;
  }

  .sm\:border-t-0{
    border-top-width: 0;
  }

  .sm\:border-r-0{
    border-right-width: 0;
  }

  .sm\:border-b-0{
    border-bottom-width: 0;
  }

  .sm\:border-l-0{
    border-left-width: 0;
  }

  .sm\:border-t-2{
    border-top-width: 2px;
  }

  .sm\:border-r-2{
    border-right-width: 2px;
  }

  .sm\:border-b-2{
    border-bottom-width: 2px;
  }

  .sm\:border-l-2{
    border-left-width: 2px;
  }

  .sm\:border-t-3{
    border-top-width: 3px;
  }

  .sm\:border-r-3{
    border-right-width: 3px;
  }

  .sm\:border-b-3{
    border-bottom-width: 3px;
  }

  .sm\:border-l-3{
    border-left-width: 3px;
  }

  .sm\:border-t-4{
    border-top-width: 4px;
  }

  .sm\:border-r-4{
    border-right-width: 4px;
  }

  .sm\:border-b-4{
    border-bottom-width: 4px;
  }

  .sm\:border-l-4{
    border-left-width: 4px;
  }

  .sm\:border-t-5{
    border-top-width: 5px;
  }

  .sm\:border-r-5{
    border-right-width: 5px;
  }

  .sm\:border-b-5{
    border-bottom-width: 5px;
  }

  .sm\:border-l-5{
    border-left-width: 5px;
  }

  .sm\:border-t-6{
    border-top-width: 6px;
  }

  .sm\:border-r-6{
    border-right-width: 6px;
  }

  .sm\:border-b-6{
    border-bottom-width: 6px;
  }

  .sm\:border-l-6{
    border-left-width: 6px;
  }

  .sm\:border-t-8{
    border-top-width: 8px;
  }

  .sm\:border-r-8{
    border-right-width: 8px;
  }

  .sm\:border-b-8{
    border-bottom-width: 8px;
  }

  .sm\:border-l-8{
    border-left-width: 8px;
  }

  .sm\:border-t{
    border-top-width: 1px;
  }

  .sm\:border-r{
    border-right-width: 1px;
  }

  .sm\:border-b{
    border-bottom-width: 1px;
  }

  .sm\:border-l{
    border-left-width: 1px;
  }

  .sm\:cursor-auto{
    cursor: auto;
  }

  .sm\:cursor-default{
    cursor: default;
  }

  .sm\:cursor-pointer{
    cursor: pointer;
  }

  .sm\:cursor-wait{
    cursor: wait;
  }

  .sm\:cursor-text{
    cursor: text;
  }

  .sm\:cursor-move{
    cursor: move;
  }

  .sm\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline-block{
    display: inline-block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:inline-flex{
    display: inline-flex;
  }

  .sm\:table{
    display: table;
  }

  .sm\:table-row{
    display: table-row;
  }

  .sm\:table-cell{
    display: table-cell;
  }

  .sm\:hidden{
    display: none;
  }

  .group:hover .sm\:group-hover\:block{
    display: block;
  }

  .group:hover .sm\:group-hover\:inline-block{
    display: inline-block;
  }

  .group:hover .sm\:group-hover\:inline{
    display: inline;
  }

  .group:hover .sm\:group-hover\:flex{
    display: flex;
  }

  .group:hover .sm\:group-hover\:inline-flex{
    display: inline-flex;
  }

  .group:hover .sm\:group-hover\:table{
    display: table;
  }

  .group:hover .sm\:group-hover\:table-row{
    display: table-row;
  }

  .group:hover .sm\:group-hover\:table-cell{
    display: table-cell;
  }

  .group:hover .sm\:group-hover\:hidden{
    display: none;
  }

  .group[aria-expanded="true"] .sm\:group-aria-expanded\:block{
    display: block;
  }

  .group[aria-expanded="true"] .sm\:group-aria-expanded\:inline-block{
    display: inline-block;
  }

  .group[aria-expanded="true"] .sm\:group-aria-expanded\:inline{
    display: inline;
  }

  .group[aria-expanded="true"] .sm\:group-aria-expanded\:flex{
    display: flex;
  }

  .group[aria-expanded="true"] .sm\:group-aria-expanded\:inline-flex{
    display: inline-flex;
  }

  .group[aria-expanded="true"] .sm\:group-aria-expanded\:table{
    display: table;
  }

  .group[aria-expanded="true"] .sm\:group-aria-expanded\:table-row{
    display: table-row;
  }

  .group[aria-expanded="true"] .sm\:group-aria-expanded\:table-cell{
    display: table-cell;
  }

  .group[aria-expanded="true"] .sm\:group-aria-expanded\:hidden{
    display: none;
  }

  .js-is-active.sm\:self-active\:block{
    display: block;
  }

  .js-is-active.sm\:self-active\:inline-block{
    display: inline-block;
  }

  .js-is-active.sm\:self-active\:inline{
    display: inline;
  }

  .js-is-active.sm\:self-active\:flex{
    display: flex;
  }

  .js-is-active.sm\:self-active\:inline-flex{
    display: inline-flex;
  }

  .js-is-active.sm\:self-active\:table{
    display: table;
  }

  .js-is-active.sm\:self-active\:table-row{
    display: table-row;
  }

  .js-is-active.sm\:self-active\:table-cell{
    display: table-cell;
  }

  .js-is-active.sm\:self-active\:hidden{
    display: none;
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .sm\:flex-col{
    flex-direction: column;
  }

  .sm\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap{
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .sm\:items-start{
    align-items: flex-start;
  }

  .sm\:items-end{
    align-items: flex-end;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:items-baseline{
    align-items: baseline;
  }

  .sm\:items-stretch{
    align-items: stretch;
  }

  .sm\:self-auto{
    align-self: auto;
  }

  .sm\:self-start{
    align-self: flex-start;
  }

  .sm\:self-end{
    align-self: flex-end;
  }

  .sm\:self-center{
    align-self: center;
  }

  .sm\:self-stretch{
    align-self: stretch;
  }

  .sm\:justify-start{
    justify-content: flex-start;
  }

  .sm\:justify-end{
    justify-content: flex-end;
  }

  .sm\:justify-center{
    justify-content: center;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:justify-around{
    justify-content: space-around;
  }

  .sm\:content-center{
    align-content: center;
  }

  .sm\:content-start{
    align-content: flex-start;
  }

  .sm\:content-end{
    align-content: flex-end;
  }

  .sm\:content-between{
    align-content: space-between;
  }

  .sm\:content-around{
    align-content: space-around;
  }

  .sm\:flex-1{
    flex: 1 1 0%;
  }

  .sm\:flex-auto{
    flex: 1 1 auto;
  }

  .sm\:flex-initial{
    flex: 0 1 auto;
  }

  .sm\:flex-none{
    flex: none;
  }

  .sm\:flex-0-auto{
    flex: 0 0 auto;
  }

  .sm\:flex-1-60{
    flex: 1 1 60%;
  }

  .sm\:flex-grow-0{
    flex-grow: 0;
  }

  .sm\:flex-grow{
    flex-grow: 1;
  }

  .sm\:flex-shrink-0{
    flex-shrink: 0;
  }

  .sm\:flex-shrink{
    flex-shrink: 1;
  }

  .sm\:order-1{
    order: 1;
  }

  .sm\:order-2{
    order: 2;
  }

  .sm\:order-3{
    order: 3;
  }

  .sm\:order-4{
    order: 4;
  }

  .sm\:order-5{
    order: 5;
  }

  .sm\:order-6{
    order: 6;
  }

  .sm\:order-7{
    order: 7;
  }

  .sm\:order-8{
    order: 8;
  }

  .sm\:order-9{
    order: 9;
  }

  .sm\:order-10{
    order: 10;
  }

  .sm\:order-11{
    order: 11;
  }

  .sm\:order-12{
    order: 12;
  }

  .sm\:order-first{
    order: -9999;
  }

  .sm\:order-last{
    order: 9999;
  }

  .sm\:order-none{
    order: 0;
  }

  .sm\:float-right{
    float: right;
  }

  .sm\:float-left{
    float: left;
  }

  .sm\:float-none{
    float: none;
  }

  .sm\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .sm\:font-sans{
    font-family: "HelveticaNeueLTStd", "HelveticaNeueLT", sans-serif;
  }

  .sm\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:font-hairline{
    font-weight: 100;
  }

  .sm\:font-thin{
    font-weight: 200;
  }

  .sm\:font-light{
    font-weight: 300;
  }

  .sm\:font-normal{
    font-weight: 400;
  }

  .sm\:font-medium{
    font-weight: 500;
  }

  .sm\:font-semibold{
    font-weight: 600;
  }

  .sm\:font-bold{
    font-weight: 700;
  }

  .sm\:font-extrabold{
    font-weight: 800;
  }

  .sm\:font-black{
    font-weight: 900;
  }

  .sm\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .sm\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .sm\:hover\:font-light:hover{
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .sm\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .sm\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .sm\:hover\:font-black:hover{
    font-weight: 900;
  }

  .sm\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .sm\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .sm\:focus\:font-light:focus{
    font-weight: 300;
  }

  .sm\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .sm\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .sm\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .sm\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .sm\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .sm\:focus\:font-black:focus{
    font-weight: 900;
  }

  .sm\:h-0{
    height: 0;
  }

  .sm\:h-1{
    height: 0.25rem;
  }

  .sm\:h-2{
    height: 0.5rem;
  }

  .sm\:h-3{
    height: 0.75rem;
  }

  .sm\:h-4{
    height: 1rem;
  }

  .sm\:h-5{
    height: 1.25rem;
  }

  .sm\:h-6{
    height: 1.5rem;
  }

  .sm\:h-8{
    height: 2rem;
  }

  .sm\:h-10{
    height: 2.5rem;
  }

  .sm\:h-12{
    height: 3rem;
  }

  .sm\:h-14{
    height: 3.5rem;
  }

  .sm\:h-16{
    height: 4rem;
  }

  .sm\:h-20{
    height: 5rem;
  }

  .sm\:h-24{
    height: 6rem;
  }

  .sm\:h-32{
    height: 8rem;
  }

  .sm\:h-40{
    height: 10rem;
  }

  .sm\:h-48{
    height: 12rem;
  }

  .sm\:h-56{
    height: 14rem;
  }

  .sm\:h-64{
    height: 16rem;
  }

  .sm\:h-360{
    height: 22.5rem;
  }

  .sm\:h-auto{
    height: auto;
  }

  .sm\:h-px{
    height: 1px;
  }

  .sm\:h-full{
    height: 100%;
  }

  .sm\:h-screen{
    height: 100vh;
  }

  .sm\:h-inherit{
    height: inherit;
  }

  .sm\:h-3\/5{
    height: 60%;
  }

  .sm\:h-screen-75{
    height: 75vh;
  }

  .sm\:leading-none{
    line-height: 1;
  }

  .sm\:leading-tight{
    line-height: 1.25;
  }

  .sm\:leading-snug{
    line-height: 1.375;
  }

  .sm\:leading-normal{
    line-height: 1.5;
  }

  .sm\:leading-relaxed{
    line-height: 1.625;
  }

  .sm\:leading-loose{
    line-height: 2;
  }

  .sm\:leading-lockup{
    line-height: 0.9;
  }

  .sm\:list-inside{
    list-style-position: inside;
  }

  .sm\:list-outside{
    list-style-position: outside;
  }

  .sm\:list-none{
    list-style-type: none;
  }

  .sm\:list-disc{
    list-style-type: disc;
  }

  .sm\:list-decimal{
    list-style-type: decimal;
  }

  .sm\:m-0{
    margin: 0;
  }

  .sm\:m-1{
    margin: 0.25rem;
  }

  .sm\:m-2{
    margin: 0.5rem;
  }

  .sm\:m-3{
    margin: 0.75rem;
  }

  .sm\:m-4{
    margin: 1rem;
  }

  .sm\:m-5{
    margin: 1.25rem;
  }

  .sm\:m-6{
    margin: 1.5rem;
  }

  .sm\:m-8{
    margin: 2rem;
  }

  .sm\:m-10{
    margin: 2.5rem;
  }

  .sm\:m-12{
    margin: 3rem;
  }

  .sm\:m-16{
    margin: 4rem;
  }

  .sm\:m-20{
    margin: 5rem;
  }

  .sm\:m-24{
    margin: 6rem;
  }

  .sm\:m-32{
    margin: 8rem;
  }

  .sm\:m-40{
    margin: 10rem;
  }

  .sm\:m-48{
    margin: 12rem;
  }

  .sm\:m-56{
    margin: 14rem;
  }

  .sm\:m-64{
    margin: 16rem;
  }

  .sm\:m-auto{
    margin: auto;
  }

  .sm\:m-px{
    margin: 1px;
  }

  .sm\:m-full{
    margin: 100%;
  }

  .sm\:-m-1{
    margin: -0.25rem;
  }

  .sm\:-m-2{
    margin: -0.5rem;
  }

  .sm\:-m-3{
    margin: -0.75rem;
  }

  .sm\:-m-4{
    margin: -1rem;
  }

  .sm\:-m-5{
    margin: -1.25rem;
  }

  .sm\:-m-6{
    margin: -1.5rem;
  }

  .sm\:-m-8{
    margin: -2rem;
  }

  .sm\:-m-10{
    margin: -2.5rem;
  }

  .sm\:-m-12{
    margin: -3rem;
  }

  .sm\:-m-16{
    margin: -4rem;
  }

  .sm\:-m-20{
    margin: -5rem;
  }

  .sm\:-m-24{
    margin: -6rem;
  }

  .sm\:-m-32{
    margin: -8rem;
  }

  .sm\:-m-40{
    margin: -10rem;
  }

  .sm\:-m-48{
    margin: -12rem;
  }

  .sm\:-m-56{
    margin: -14rem;
  }

  .sm\:-m-64{
    margin: -16rem;
  }

  .sm\:-m-px{
    margin: -1px;
  }

  .sm\:-m-full{
    margin: -100%;
  }

  .sm\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:my-full{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .sm\:mx-full{
    margin-left: 100%;
    margin-right: 100%;
  }

  .sm\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-my-full{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .sm\:-mx-full{
    margin-left: -100%;
    margin-right: -100%;
  }

  .sm\:mt-0{
    margin-top: 0;
  }

  .sm\:mr-0{
    margin-right: 0;
  }

  .sm\:mb-0{
    margin-bottom: 0;
  }

  .sm\:ml-0{
    margin-left: 0;
  }

  .sm\:mt-1{
    margin-top: 0.25rem;
  }

  .sm\:mr-1{
    margin-right: 0.25rem;
  }

  .sm\:mb-1{
    margin-bottom: 0.25rem;
  }

  .sm\:ml-1{
    margin-left: 0.25rem;
  }

  .sm\:mt-2{
    margin-top: 0.5rem;
  }

  .sm\:mr-2{
    margin-right: 0.5rem;
  }

  .sm\:mb-2{
    margin-bottom: 0.5rem;
  }

  .sm\:ml-2{
    margin-left: 0.5rem;
  }

  .sm\:mt-3{
    margin-top: 0.75rem;
  }

  .sm\:mr-3{
    margin-right: 0.75rem;
  }

  .sm\:mb-3{
    margin-bottom: 0.75rem;
  }

  .sm\:ml-3{
    margin-left: 0.75rem;
  }

  .sm\:mt-4{
    margin-top: 1rem;
  }

  .sm\:mr-4{
    margin-right: 1rem;
  }

  .sm\:mb-4{
    margin-bottom: 1rem;
  }

  .sm\:ml-4{
    margin-left: 1rem;
  }

  .sm\:mt-5{
    margin-top: 1.25rem;
  }

  .sm\:mr-5{
    margin-right: 1.25rem;
  }

  .sm\:mb-5{
    margin-bottom: 1.25rem;
  }

  .sm\:ml-5{
    margin-left: 1.25rem;
  }

  .sm\:mt-6{
    margin-top: 1.5rem;
  }

  .sm\:mr-6{
    margin-right: 1.5rem;
  }

  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6{
    margin-left: 1.5rem;
  }

  .sm\:mt-8{
    margin-top: 2rem;
  }

  .sm\:mr-8{
    margin-right: 2rem;
  }

  .sm\:mb-8{
    margin-bottom: 2rem;
  }

  .sm\:ml-8{
    margin-left: 2rem;
  }

  .sm\:mt-10{
    margin-top: 2.5rem;
  }

  .sm\:mr-10{
    margin-right: 2.5rem;
  }

  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10{
    margin-left: 2.5rem;
  }

  .sm\:mt-12{
    margin-top: 3rem;
  }

  .sm\:mr-12{
    margin-right: 3rem;
  }

  .sm\:mb-12{
    margin-bottom: 3rem;
  }

  .sm\:ml-12{
    margin-left: 3rem;
  }

  .sm\:mt-16{
    margin-top: 4rem;
  }

  .sm\:mr-16{
    margin-right: 4rem;
  }

  .sm\:mb-16{
    margin-bottom: 4rem;
  }

  .sm\:ml-16{
    margin-left: 4rem;
  }

  .sm\:mt-20{
    margin-top: 5rem;
  }

  .sm\:mr-20{
    margin-right: 5rem;
  }

  .sm\:mb-20{
    margin-bottom: 5rem;
  }

  .sm\:ml-20{
    margin-left: 5rem;
  }

  .sm\:mt-24{
    margin-top: 6rem;
  }

  .sm\:mr-24{
    margin-right: 6rem;
  }

  .sm\:mb-24{
    margin-bottom: 6rem;
  }

  .sm\:ml-24{
    margin-left: 6rem;
  }

  .sm\:mt-32{
    margin-top: 8rem;
  }

  .sm\:mr-32{
    margin-right: 8rem;
  }

  .sm\:mb-32{
    margin-bottom: 8rem;
  }

  .sm\:ml-32{
    margin-left: 8rem;
  }

  .sm\:mt-40{
    margin-top: 10rem;
  }

  .sm\:mr-40{
    margin-right: 10rem;
  }

  .sm\:mb-40{
    margin-bottom: 10rem;
  }

  .sm\:ml-40{
    margin-left: 10rem;
  }

  .sm\:mt-48{
    margin-top: 12rem;
  }

  .sm\:mr-48{
    margin-right: 12rem;
  }

  .sm\:mb-48{
    margin-bottom: 12rem;
  }

  .sm\:ml-48{
    margin-left: 12rem;
  }

  .sm\:mt-56{
    margin-top: 14rem;
  }

  .sm\:mr-56{
    margin-right: 14rem;
  }

  .sm\:mb-56{
    margin-bottom: 14rem;
  }

  .sm\:ml-56{
    margin-left: 14rem;
  }

  .sm\:mt-64{
    margin-top: 16rem;
  }

  .sm\:mr-64{
    margin-right: 16rem;
  }

  .sm\:mb-64{
    margin-bottom: 16rem;
  }

  .sm\:ml-64{
    margin-left: 16rem;
  }

  .sm\:mt-auto{
    margin-top: auto;
  }

  .sm\:mr-auto{
    margin-right: auto;
  }

  .sm\:mb-auto{
    margin-bottom: auto;
  }

  .sm\:ml-auto{
    margin-left: auto;
  }

  .sm\:mt-px{
    margin-top: 1px;
  }

  .sm\:mr-px{
    margin-right: 1px;
  }

  .sm\:mb-px{
    margin-bottom: 1px;
  }

  .sm\:ml-px{
    margin-left: 1px;
  }

  .sm\:mt-full{
    margin-top: 100%;
  }

  .sm\:mr-full{
    margin-right: 100%;
  }

  .sm\:mb-full{
    margin-bottom: 100%;
  }

  .sm\:ml-full{
    margin-left: 100%;
  }

  .sm\:-mt-1{
    margin-top: -0.25rem;
  }

  .sm\:-mr-1{
    margin-right: -0.25rem;
  }

  .sm\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1{
    margin-left: -0.25rem;
  }

  .sm\:-mt-2{
    margin-top: -0.5rem;
  }

  .sm\:-mr-2{
    margin-right: -0.5rem;
  }

  .sm\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2{
    margin-left: -0.5rem;
  }

  .sm\:-mt-3{
    margin-top: -0.75rem;
  }

  .sm\:-mr-3{
    margin-right: -0.75rem;
  }

  .sm\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3{
    margin-left: -0.75rem;
  }

  .sm\:-mt-4{
    margin-top: -1rem;
  }

  .sm\:-mr-4{
    margin-right: -1rem;
  }

  .sm\:-mb-4{
    margin-bottom: -1rem;
  }

  .sm\:-ml-4{
    margin-left: -1rem;
  }

  .sm\:-mt-5{
    margin-top: -1.25rem;
  }

  .sm\:-mr-5{
    margin-right: -1.25rem;
  }

  .sm\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .sm\:-ml-5{
    margin-left: -1.25rem;
  }

  .sm\:-mt-6{
    margin-top: -1.5rem;
  }

  .sm\:-mr-6{
    margin-right: -1.5rem;
  }

  .sm\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6{
    margin-left: -1.5rem;
  }

  .sm\:-mt-8{
    margin-top: -2rem;
  }

  .sm\:-mr-8{
    margin-right: -2rem;
  }

  .sm\:-mb-8{
    margin-bottom: -2rem;
  }

  .sm\:-ml-8{
    margin-left: -2rem;
  }

  .sm\:-mt-10{
    margin-top: -2.5rem;
  }

  .sm\:-mr-10{
    margin-right: -2.5rem;
  }

  .sm\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-10{
    margin-left: -2.5rem;
  }

  .sm\:-mt-12{
    margin-top: -3rem;
  }

  .sm\:-mr-12{
    margin-right: -3rem;
  }

  .sm\:-mb-12{
    margin-bottom: -3rem;
  }

  .sm\:-ml-12{
    margin-left: -3rem;
  }

  .sm\:-mt-16{
    margin-top: -4rem;
  }

  .sm\:-mr-16{
    margin-right: -4rem;
  }

  .sm\:-mb-16{
    margin-bottom: -4rem;
  }

  .sm\:-ml-16{
    margin-left: -4rem;
  }

  .sm\:-mt-20{
    margin-top: -5rem;
  }

  .sm\:-mr-20{
    margin-right: -5rem;
  }

  .sm\:-mb-20{
    margin-bottom: -5rem;
  }

  .sm\:-ml-20{
    margin-left: -5rem;
  }

  .sm\:-mt-24{
    margin-top: -6rem;
  }

  .sm\:-mr-24{
    margin-right: -6rem;
  }

  .sm\:-mb-24{
    margin-bottom: -6rem;
  }

  .sm\:-ml-24{
    margin-left: -6rem;
  }

  .sm\:-mt-32{
    margin-top: -8rem;
  }

  .sm\:-mr-32{
    margin-right: -8rem;
  }

  .sm\:-mb-32{
    margin-bottom: -8rem;
  }

  .sm\:-ml-32{
    margin-left: -8rem;
  }

  .sm\:-mt-40{
    margin-top: -10rem;
  }

  .sm\:-mr-40{
    margin-right: -10rem;
  }

  .sm\:-mb-40{
    margin-bottom: -10rem;
  }

  .sm\:-ml-40{
    margin-left: -10rem;
  }

  .sm\:-mt-48{
    margin-top: -12rem;
  }

  .sm\:-mr-48{
    margin-right: -12rem;
  }

  .sm\:-mb-48{
    margin-bottom: -12rem;
  }

  .sm\:-ml-48{
    margin-left: -12rem;
  }

  .sm\:-mt-56{
    margin-top: -14rem;
  }

  .sm\:-mr-56{
    margin-right: -14rem;
  }

  .sm\:-mb-56{
    margin-bottom: -14rem;
  }

  .sm\:-ml-56{
    margin-left: -14rem;
  }

  .sm\:-mt-64{
    margin-top: -16rem;
  }

  .sm\:-mr-64{
    margin-right: -16rem;
  }

  .sm\:-mb-64{
    margin-bottom: -16rem;
  }

  .sm\:-ml-64{
    margin-left: -16rem;
  }

  .sm\:-mt-px{
    margin-top: -1px;
  }

  .sm\:-mr-px{
    margin-right: -1px;
  }

  .sm\:-mb-px{
    margin-bottom: -1px;
  }

  .sm\:-ml-px{
    margin-left: -1px;
  }

  .sm\:-mt-full{
    margin-top: -100%;
  }

  .sm\:-mr-full{
    margin-right: -100%;
  }

  .sm\:-mb-full{
    margin-bottom: -100%;
  }

  .sm\:-ml-full{
    margin-left: -100%;
  }

  .sm\:max-h-full{
    max-height: 100%;
  }

  .sm\:max-h-screen{
    max-height: 100vh;
  }

  .sm\:max-h-inherit{
    max-height: inherit;
  }

  .sm\:max-h-screen-50{
    max-height: 50vh;
  }

  .sm\:max-h-screen-75{
    max-height: 75vh;
  }

  .sm\:max-w-xs{
    max-width: 20rem;
  }

  .sm\:max-w-sm{
    max-width: 24rem;
  }

  .sm\:max-w-md{
    max-width: 28rem;
  }

  .sm\:max-w-lg{
    max-width: 32rem;
  }

  .sm\:max-w-xl{
    max-width: 36rem;
  }

  .sm\:max-w-2xl{
    max-width: 42rem;
  }

  .sm\:max-w-3xl{
    max-width: 48rem;
  }

  .sm\:max-w-4xl{
    max-width: 56rem;
  }

  .sm\:max-w-5xl{
    max-width: 64rem;
  }

  .sm\:max-w-6xl{
    max-width: 72rem;
  }

  .sm\:max-w-full{
    max-width: 100%;
  }

  .sm\:max-w-none{
    max-width: none;
  }

  .sm\:min-h-0{
    min-height: 0;
  }

  .sm\:min-h-10{
    min-height: 2.5rem;
  }

  .sm\:min-h-100{
    min-height: 25rem;
  }

  .sm\:min-h-300{
    min-height: 18.75rem;
  }

  .sm\:min-h-full{
    min-height: 100%;
  }

  .sm\:min-h-screen{
    min-height: 100vh;
  }

  .sm\:min-h-inherit{
    min-height: inherit;
  }

  .sm\:min-h-screen-50{
    min-height: 50vh;
  }

  .sm\:min-h-screen-75{
    min-height: 75vh;
  }

  .sm\:min-w-0{
    min-width: 0;
  }

  .sm\:min-w-full{
    min-width: 100%;
  }

  .sm\:min-w-inherit{
    min-width: inherit;
  }

  .sm\:object-contain{
    object-fit: contain;
  }

  .sm\:object-cover{
    object-fit: cover;
  }

  .sm\:object-fill{
    object-fit: fill;
  }

  .sm\:object-none{
    object-fit: none;
  }

  .sm\:object-scale-down{
    object-fit: scale-down;
  }

  .sm\:object-bottom{
    object-position: bottom;
  }

  .sm\:object-center{
    object-position: center;
  }

  .sm\:object-left{
    object-position: left;
  }

  .sm\:object-left-bottom{
    object-position: left bottom;
  }

  .sm\:object-left-top{
    object-position: left top;
  }

  .sm\:object-right{
    object-position: right;
  }

  .sm\:object-right-bottom{
    object-position: right bottom;
  }

  .sm\:object-right-top{
    object-position: right top;
  }

  .sm\:object-top{
    object-position: top;
  }

  .sm\:opacity-0{
    opacity: 0;
  }

  .sm\:opacity-25{
    opacity: 0.25;
  }

  .sm\:opacity-50{
    opacity: 0.5;
  }

  .sm\:opacity-75{
    opacity: 0.75;
  }

  .sm\:opacity-100{
    opacity: 1;
  }

  .group:hover .sm\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .sm\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:opacity-100{
    opacity: 1;
  }

  .js-is-active.sm\:self-active\:opacity-0{
    opacity: 0;
  }

  .js-is-active.sm\:self-active\:opacity-25{
    opacity: 0.25;
  }

  .js-is-active.sm\:self-active\:opacity-50{
    opacity: 0.5;
  }

  .js-is-active.sm\:self-active\:opacity-75{
    opacity: 0.75;
  }

  .js-is-active.sm\:self-active\:opacity-100{
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .sm\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .sm\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .sm\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .sm\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .sm\:overflow-auto{
    overflow: auto;
  }

  .sm\:overflow-hidden{
    overflow: hidden;
  }

  .sm\:overflow-visible{
    overflow: visible;
  }

  .sm\:overflow-scroll{
    overflow: scroll;
  }

  .sm\:overflow-x-auto{
    overflow-x: auto;
  }

  .sm\:overflow-y-auto{
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible{
    overflow-x: visible;
  }

  .sm\:overflow-y-visible{
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .sm\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .sm\:p-0{
    padding: 0;
  }

  .sm\:p-1{
    padding: 0.25rem;
  }

  .sm\:p-2{
    padding: 0.5rem;
  }

  .sm\:p-3{
    padding: 0.75rem;
  }

  .sm\:p-4{
    padding: 1rem;
  }

  .sm\:p-5{
    padding: 1.25rem;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:p-8{
    padding: 2rem;
  }

  .sm\:p-10{
    padding: 2.5rem;
  }

  .sm\:p-12{
    padding: 3rem;
  }

  .sm\:p-16{
    padding: 4rem;
  }

  .sm\:p-20{
    padding: 5rem;
  }

  .sm\:p-24{
    padding: 6rem;
  }

  .sm\:p-32{
    padding: 8rem;
  }

  .sm\:p-40{
    padding: 10rem;
  }

  .sm\:p-48{
    padding: 12rem;
  }

  .sm\:p-56{
    padding: 14rem;
  }

  .sm\:p-64{
    padding: 16rem;
  }

  .sm\:p-px{
    padding: 1px;
  }

  .sm\:p-full{
    padding: 100%;
  }

  .sm\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:py-full{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .sm\:px-full{
    padding-left: 100%;
    padding-right: 100%;
  }

  .sm\:pt-0{
    padding-top: 0;
  }

  .sm\:pr-0{
    padding-right: 0;
  }

  .sm\:pb-0{
    padding-bottom: 0;
  }

  .sm\:pl-0{
    padding-left: 0;
  }

  .sm\:pt-1{
    padding-top: 0.25rem;
  }

  .sm\:pr-1{
    padding-right: 0.25rem;
  }

  .sm\:pb-1{
    padding-bottom: 0.25rem;
  }

  .sm\:pl-1{
    padding-left: 0.25rem;
  }

  .sm\:pt-2{
    padding-top: 0.5rem;
  }

  .sm\:pr-2{
    padding-right: 0.5rem;
  }

  .sm\:pb-2{
    padding-bottom: 0.5rem;
  }

  .sm\:pl-2{
    padding-left: 0.5rem;
  }

  .sm\:pt-3{
    padding-top: 0.75rem;
  }

  .sm\:pr-3{
    padding-right: 0.75rem;
  }

  .sm\:pb-3{
    padding-bottom: 0.75rem;
  }

  .sm\:pl-3{
    padding-left: 0.75rem;
  }

  .sm\:pt-4{
    padding-top: 1rem;
  }

  .sm\:pr-4{
    padding-right: 1rem;
  }

  .sm\:pb-4{
    padding-bottom: 1rem;
  }

  .sm\:pl-4{
    padding-left: 1rem;
  }

  .sm\:pt-5{
    padding-top: 1.25rem;
  }

  .sm\:pr-5{
    padding-right: 1.25rem;
  }

  .sm\:pb-5{
    padding-bottom: 1.25rem;
  }

  .sm\:pl-5{
    padding-left: 1.25rem;
  }

  .sm\:pt-6{
    padding-top: 1.5rem;
  }

  .sm\:pr-6{
    padding-right: 1.5rem;
  }

  .sm\:pb-6{
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6{
    padding-left: 1.5rem;
  }

  .sm\:pt-8{
    padding-top: 2rem;
  }

  .sm\:pr-8{
    padding-right: 2rem;
  }

  .sm\:pb-8{
    padding-bottom: 2rem;
  }

  .sm\:pl-8{
    padding-left: 2rem;
  }

  .sm\:pt-10{
    padding-top: 2.5rem;
  }

  .sm\:pr-10{
    padding-right: 2.5rem;
  }

  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10{
    padding-left: 2.5rem;
  }

  .sm\:pt-12{
    padding-top: 3rem;
  }

  .sm\:pr-12{
    padding-right: 3rem;
  }

  .sm\:pb-12{
    padding-bottom: 3rem;
  }

  .sm\:pl-12{
    padding-left: 3rem;
  }

  .sm\:pt-16{
    padding-top: 4rem;
  }

  .sm\:pr-16{
    padding-right: 4rem;
  }

  .sm\:pb-16{
    padding-bottom: 4rem;
  }

  .sm\:pl-16{
    padding-left: 4rem;
  }

  .sm\:pt-20{
    padding-top: 5rem;
  }

  .sm\:pr-20{
    padding-right: 5rem;
  }

  .sm\:pb-20{
    padding-bottom: 5rem;
  }

  .sm\:pl-20{
    padding-left: 5rem;
  }

  .sm\:pt-24{
    padding-top: 6rem;
  }

  .sm\:pr-24{
    padding-right: 6rem;
  }

  .sm\:pb-24{
    padding-bottom: 6rem;
  }

  .sm\:pl-24{
    padding-left: 6rem;
  }

  .sm\:pt-32{
    padding-top: 8rem;
  }

  .sm\:pr-32{
    padding-right: 8rem;
  }

  .sm\:pb-32{
    padding-bottom: 8rem;
  }

  .sm\:pl-32{
    padding-left: 8rem;
  }

  .sm\:pt-40{
    padding-top: 10rem;
  }

  .sm\:pr-40{
    padding-right: 10rem;
  }

  .sm\:pb-40{
    padding-bottom: 10rem;
  }

  .sm\:pl-40{
    padding-left: 10rem;
  }

  .sm\:pt-48{
    padding-top: 12rem;
  }

  .sm\:pr-48{
    padding-right: 12rem;
  }

  .sm\:pb-48{
    padding-bottom: 12rem;
  }

  .sm\:pl-48{
    padding-left: 12rem;
  }

  .sm\:pt-56{
    padding-top: 14rem;
  }

  .sm\:pr-56{
    padding-right: 14rem;
  }

  .sm\:pb-56{
    padding-bottom: 14rem;
  }

  .sm\:pl-56{
    padding-left: 14rem;
  }

  .sm\:pt-64{
    padding-top: 16rem;
  }

  .sm\:pr-64{
    padding-right: 16rem;
  }

  .sm\:pb-64{
    padding-bottom: 16rem;
  }

  .sm\:pl-64{
    padding-left: 16rem;
  }

  .sm\:pt-px{
    padding-top: 1px;
  }

  .sm\:pr-px{
    padding-right: 1px;
  }

  .sm\:pb-px{
    padding-bottom: 1px;
  }

  .sm\:pl-px{
    padding-left: 1px;
  }

  .sm\:pt-full{
    padding-top: 100%;
  }

  .sm\:pr-full{
    padding-right: 100%;
  }

  .sm\:pb-full{
    padding-bottom: 100%;
  }

  .sm\:pl-full{
    padding-left: 100%;
  }

  .sm\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .sm\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .sm\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .sm\:placeholder-current::placeholder{
    color: currentColor;
  }

  .sm\:placeholder-black:-ms-input-placeholder{
    color: #000000;
  }

  .sm\:placeholder-black::placeholder{
    color: #000000;
  }

  .sm\:placeholder-white:-ms-input-placeholder{
    color: #ffffff;
  }

  .sm\:placeholder-white::placeholder{
    color: #ffffff;
  }

  .sm\:placeholder-overlay:-ms-input-placeholder{
    color: rgba(0,0,0,.2);
  }

  .sm\:placeholder-overlay::placeholder{
    color: rgba(0,0,0,.2);
  }

  .sm\:placeholder-transparent-background:-ms-input-placeholder{
    color: rgba(0,0,0,.7);
  }

  .sm\:placeholder-transparent-background::placeholder{
    color: rgba(0,0,0,.7);
  }

  .sm\:placeholder-red-400:-ms-input-placeholder{
    color: #ed4956;
  }

  .sm\:placeholder-red-400::placeholder{
    color: #ed4956;
  }

  .sm\:placeholder-red-500:-ms-input-placeholder{
    color: #e74a4a;
  }

  .sm\:placeholder-red-500::placeholder{
    color: #e74a4a;
  }

  .sm\:placeholder-orange-300:-ms-input-placeholder{
    color: #a8774f;
  }

  .sm\:placeholder-orange-300::placeholder{
    color: #a8774f;
  }

  .sm\:placeholder-orange-400:-ms-input-placeholder{
    color: #926642;
  }

  .sm\:placeholder-orange-400::placeholder{
    color: #926642;
  }

  .sm\:placeholder-orange-500:-ms-input-placeholder{
    color: #d35a3a;
  }

  .sm\:placeholder-orange-500::placeholder{
    color: #d35a3a;
  }

  .sm\:placeholder-green-200:-ms-input-placeholder{
    color: #d5d4a3;
  }

  .sm\:placeholder-green-200::placeholder{
    color: #d5d4a3;
  }

  .sm\:placeholder-green-300:-ms-input-placeholder{
    color: #f05a30;
  }

  .sm\:placeholder-green-300::placeholder{
    color: #f05a30;
  }

  .sm\:placeholder-green-400:-ms-input-placeholder{
    color: #b8b78a;
  }

  .sm\:placeholder-green-400::placeholder{
    color: #b8b78a;
  }

  .sm\:placeholder-green-500:-ms-input-placeholder{
    color: #48bb78;
  }

  .sm\:placeholder-green-500::placeholder{
    color: #48bb78;
  }

  .sm\:placeholder-green-600:-ms-input-placeholder{
    color: #a4c264;
  }

  .sm\:placeholder-green-600::placeholder{
    color: #a4c264;
  }

  .sm\:placeholder-green-700:-ms-input-placeholder{
    color: #B8B78F;
  }

  .sm\:placeholder-green-700::placeholder{
    color: #B8B78F;
  }

  .sm\:placeholder-blue-400:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .sm\:placeholder-blue-400::placeholder{
    color: #a2c3d3;
  }

  .sm\:placeholder-blue-500:-ms-input-placeholder{
    color: #65a6c2;
  }

  .sm\:placeholder-blue-500::placeholder{
    color: #65a6c2;
  }

  .sm\:placeholder-blue-600:-ms-input-placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .sm\:placeholder-blue-600::placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .sm\:placeholder-blue-700:-ms-input-placeholder{
    color: rgba(70, 97, 153);
  }

  .sm\:placeholder-blue-700::placeholder{
    color: rgba(70, 97, 153);
  }

  .sm\:placeholder-bluegrey-100:-ms-input-placeholder{
    color: #D9D9D9;
  }

  .sm\:placeholder-bluegrey-100::placeholder{
    color: #D9D9D9;
  }

  .sm\:placeholder-terracotta-500:-ms-input-placeholder{
    color: #bb7265;
  }

  .sm\:placeholder-terracotta-500::placeholder{
    color: #bb7265;
  }

  .sm\:placeholder-terracotta-600:-ms-input-placeholder{
    color: #a46357;
  }

  .sm\:placeholder-terracotta-600::placeholder{
    color: #a46357;
  }

  .sm\:placeholder-sky-100:-ms-input-placeholder{
    color: #dff2fe;
  }

  .sm\:placeholder-sky-100::placeholder{
    color: #dff2fe;
  }

  .sm\:placeholder-sky-200:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .sm\:placeholder-sky-200::placeholder{
    color: #a2c3d3;
  }

  .sm\:placeholder-neutral-500:-ms-input-placeholder{
    color: #636466;
  }

  .sm\:placeholder-neutral-500::placeholder{
    color: #636466;
  }

  .sm\:placeholder-gray-50:-ms-input-placeholder{
    color: #fcfcfc;
  }

  .sm\:placeholder-gray-50::placeholder{
    color: #fcfcfc;
  }

  .sm\:placeholder-gray-100:-ms-input-placeholder{
    color: #e7e7e7;
  }

  .sm\:placeholder-gray-100::placeholder{
    color: #e7e7e7;
  }

  .sm\:placeholder-gray-125:-ms-input-placeholder{
    color: #f0f0f0;
  }

  .sm\:placeholder-gray-125::placeholder{
    color: #f0f0f0;
  }

  .sm\:placeholder-gray-150:-ms-input-placeholder{
    color: #dddddd;
  }

  .sm\:placeholder-gray-150::placeholder{
    color: #dddddd;
  }

  .sm\:placeholder-gray-200:-ms-input-placeholder{
    color: #868b8f;
  }

  .sm\:placeholder-gray-200::placeholder{
    color: #868b8f;
  }

  .sm\:placeholder-gray-250:-ms-input-placeholder{
    color: #a6a5a5;
  }

  .sm\:placeholder-gray-250::placeholder{
    color: #a6a5a5;
  }

  .sm\:placeholder-gray-300:-ms-input-placeholder{
    color: #979796;
  }

  .sm\:placeholder-gray-300::placeholder{
    color: #979796;
  }

  .sm\:placeholder-gray-400:-ms-input-placeholder{
    color: #abaeb1;
  }

  .sm\:placeholder-gray-400::placeholder{
    color: #abaeb1;
  }

  .sm\:placeholder-gray-500:-ms-input-placeholder{
    color: #c7c7c7;
  }

  .sm\:placeholder-gray-500::placeholder{
    color: #c7c7c7;
  }

  .sm\:placeholder-gray-550:-ms-input-placeholder{
    color: #ccc;
  }

  .sm\:placeholder-gray-550::placeholder{
    color: #ccc;
  }

  .sm\:placeholder-gray-600:-ms-input-placeholder{
    color: #707070;
  }

  .sm\:placeholder-gray-600::placeholder{
    color: #707070;
  }

  .sm\:placeholder-gray-700:-ms-input-placeholder{
    color: #555555;
  }

  .sm\:placeholder-gray-700::placeholder{
    color: #555555;
  }

  .sm\:placeholder-gray-800:-ms-input-placeholder{
    color: #333232;
  }

  .sm\:placeholder-gray-800::placeholder{
    color: #333232;
  }

  .sm\:placeholder-gray-900:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .sm\:placeholder-gray-900::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .sm\:placeholder-gray-1000:-ms-input-placeholder{
    color: #dadada;
  }

  .sm\:placeholder-gray-1000::placeholder{
    color: #dadada;
  }

  .sm\:placeholder-gray-1100:-ms-input-placeholder{
    color: #ededed;
  }

  .sm\:placeholder-gray-1100::placeholder{
    color: #ededed;
  }

  .sm\:placeholder-gray-1200:-ms-input-placeholder{
    color: #b1b1b1;
  }

  .sm\:placeholder-gray-1200::placeholder{
    color: #b1b1b1;
  }

  .sm\:placeholder-gray-1300:-ms-input-placeholder{
    color: #9b9b9b;
  }

  .sm\:placeholder-gray-1300::placeholder{
    color: #9b9b9b;
  }

  .sm\:placeholder-gray-1400:-ms-input-placeholder{
    color: #999ea1;
  }

  .sm\:placeholder-gray-1400::placeholder{
    color: #999ea1;
  }

  .sm\:placeholder-gray-1500:-ms-input-placeholder{
    color: #464646;
  }

  .sm\:placeholder-gray-1500::placeholder{
    color: #464646;
  }

  .sm\:placeholder-gray-1600:-ms-input-placeholder{
    color: #9A9FA2;
  }

  .sm\:placeholder-gray-1600::placeholder{
    color: #9A9FA2;
  }

  .sm\:placeholder-gray-1700:-ms-input-placeholder{
    color: #FBFBFB;
  }

  .sm\:placeholder-gray-1700::placeholder{
    color: #FBFBFB;
  }

  .sm\:placeholder-gray-1800:-ms-input-placeholder{
    color: #494949;
  }

  .sm\:placeholder-gray-1800::placeholder{
    color: #494949;
  }

  .sm\:placeholder-gray-1900:-ms-input-placeholder{
    color: #797979;
  }

  .sm\:placeholder-gray-1900::placeholder{
    color: #797979;
  }

  .sm\:placeholder-tan-300:-ms-input-placeholder{
    color: #d2a680;
  }

  .sm\:placeholder-tan-300::placeholder{
    color: #d2a680;
  }

  .sm\:placeholder-tan-400:-ms-input-placeholder{
    color: #a38b71;
  }

  .sm\:placeholder-tan-400::placeholder{
    color: #a38b71;
  }

  .sm\:placeholder-tan-500:-ms-input-placeholder{
    color: #b18259;
  }

  .sm\:placeholder-tan-500::placeholder{
    color: #b18259;
  }

  .sm\:placeholder-tan-600:-ms-input-placeholder{
    color: #c29064;
  }

  .sm\:placeholder-tan-600::placeholder{
    color: #c29064;
  }

  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .sm\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: #000000;
  }

  .sm\:focus\:placeholder-black:focus::placeholder{
    color: #000000;
  }

  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: #ffffff;
  }

  .sm\:focus\:placeholder-white:focus::placeholder{
    color: #ffffff;
  }

  .sm\:focus\:placeholder-overlay:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.2);
  }

  .sm\:focus\:placeholder-overlay:focus::placeholder{
    color: rgba(0,0,0,.2);
  }

  .sm\:focus\:placeholder-transparent-background:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.7);
  }

  .sm\:focus\:placeholder-transparent-background:focus::placeholder{
    color: rgba(0,0,0,.7);
  }

  .sm\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    color: #ed4956;
  }

  .sm\:focus\:placeholder-red-400:focus::placeholder{
    color: #ed4956;
  }

  .sm\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    color: #e74a4a;
  }

  .sm\:focus\:placeholder-red-500:focus::placeholder{
    color: #e74a4a;
  }

  .sm\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    color: #a8774f;
  }

  .sm\:focus\:placeholder-orange-300:focus::placeholder{
    color: #a8774f;
  }

  .sm\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    color: #926642;
  }

  .sm\:focus\:placeholder-orange-400:focus::placeholder{
    color: #926642;
  }

  .sm\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    color: #d35a3a;
  }

  .sm\:focus\:placeholder-orange-500:focus::placeholder{
    color: #d35a3a;
  }

  .sm\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    color: #d5d4a3;
  }

  .sm\:focus\:placeholder-green-200:focus::placeholder{
    color: #d5d4a3;
  }

  .sm\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    color: #f05a30;
  }

  .sm\:focus\:placeholder-green-300:focus::placeholder{
    color: #f05a30;
  }

  .sm\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    color: #b8b78a;
  }

  .sm\:focus\:placeholder-green-400:focus::placeholder{
    color: #b8b78a;
  }

  .sm\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    color: #48bb78;
  }

  .sm\:focus\:placeholder-green-500:focus::placeholder{
    color: #48bb78;
  }

  .sm\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    color: #a4c264;
  }

  .sm\:focus\:placeholder-green-600:focus::placeholder{
    color: #a4c264;
  }

  .sm\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    color: #B8B78F;
  }

  .sm\:focus\:placeholder-green-700:focus::placeholder{
    color: #B8B78F;
  }

  .sm\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .sm\:focus\:placeholder-blue-400:focus::placeholder{
    color: #a2c3d3;
  }

  .sm\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    color: #65a6c2;
  }

  .sm\:focus\:placeholder-blue-500:focus::placeholder{
    color: #65a6c2;
  }

  .sm\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .sm\:focus\:placeholder-blue-600:focus::placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .sm\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    color: rgba(70, 97, 153);
  }

  .sm\:focus\:placeholder-blue-700:focus::placeholder{
    color: rgba(70, 97, 153);
  }

  .sm\:focus\:placeholder-bluegrey-100:focus:-ms-input-placeholder{
    color: #D9D9D9;
  }

  .sm\:focus\:placeholder-bluegrey-100:focus::placeholder{
    color: #D9D9D9;
  }

  .sm\:focus\:placeholder-terracotta-500:focus:-ms-input-placeholder{
    color: #bb7265;
  }

  .sm\:focus\:placeholder-terracotta-500:focus::placeholder{
    color: #bb7265;
  }

  .sm\:focus\:placeholder-terracotta-600:focus:-ms-input-placeholder{
    color: #a46357;
  }

  .sm\:focus\:placeholder-terracotta-600:focus::placeholder{
    color: #a46357;
  }

  .sm\:focus\:placeholder-sky-100:focus:-ms-input-placeholder{
    color: #dff2fe;
  }

  .sm\:focus\:placeholder-sky-100:focus::placeholder{
    color: #dff2fe;
  }

  .sm\:focus\:placeholder-sky-200:focus:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .sm\:focus\:placeholder-sky-200:focus::placeholder{
    color: #a2c3d3;
  }

  .sm\:focus\:placeholder-neutral-500:focus:-ms-input-placeholder{
    color: #636466;
  }

  .sm\:focus\:placeholder-neutral-500:focus::placeholder{
    color: #636466;
  }

  .sm\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    color: #fcfcfc;
  }

  .sm\:focus\:placeholder-gray-50:focus::placeholder{
    color: #fcfcfc;
  }

  .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    color: #e7e7e7;
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder{
    color: #e7e7e7;
  }

  .sm\:focus\:placeholder-gray-125:focus:-ms-input-placeholder{
    color: #f0f0f0;
  }

  .sm\:focus\:placeholder-gray-125:focus::placeholder{
    color: #f0f0f0;
  }

  .sm\:focus\:placeholder-gray-150:focus:-ms-input-placeholder{
    color: #dddddd;
  }

  .sm\:focus\:placeholder-gray-150:focus::placeholder{
    color: #dddddd;
  }

  .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    color: #868b8f;
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder{
    color: #868b8f;
  }

  .sm\:focus\:placeholder-gray-250:focus:-ms-input-placeholder{
    color: #a6a5a5;
  }

  .sm\:focus\:placeholder-gray-250:focus::placeholder{
    color: #a6a5a5;
  }

  .sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    color: #979796;
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder{
    color: #979796;
  }

  .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    color: #abaeb1;
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder{
    color: #abaeb1;
  }

  .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    color: #c7c7c7;
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder{
    color: #c7c7c7;
  }

  .sm\:focus\:placeholder-gray-550:focus:-ms-input-placeholder{
    color: #ccc;
  }

  .sm\:focus\:placeholder-gray-550:focus::placeholder{
    color: #ccc;
  }

  .sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    color: #707070;
  }

  .sm\:focus\:placeholder-gray-600:focus::placeholder{
    color: #707070;
  }

  .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    color: #555555;
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder{
    color: #555555;
  }

  .sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    color: #333232;
  }

  .sm\:focus\:placeholder-gray-800:focus::placeholder{
    color: #333232;
  }

  .sm\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .sm\:focus\:placeholder-gray-900:focus::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .sm\:focus\:placeholder-gray-1000:focus:-ms-input-placeholder{
    color: #dadada;
  }

  .sm\:focus\:placeholder-gray-1000:focus::placeholder{
    color: #dadada;
  }

  .sm\:focus\:placeholder-gray-1100:focus:-ms-input-placeholder{
    color: #ededed;
  }

  .sm\:focus\:placeholder-gray-1100:focus::placeholder{
    color: #ededed;
  }

  .sm\:focus\:placeholder-gray-1200:focus:-ms-input-placeholder{
    color: #b1b1b1;
  }

  .sm\:focus\:placeholder-gray-1200:focus::placeholder{
    color: #b1b1b1;
  }

  .sm\:focus\:placeholder-gray-1300:focus:-ms-input-placeholder{
    color: #9b9b9b;
  }

  .sm\:focus\:placeholder-gray-1300:focus::placeholder{
    color: #9b9b9b;
  }

  .sm\:focus\:placeholder-gray-1400:focus:-ms-input-placeholder{
    color: #999ea1;
  }

  .sm\:focus\:placeholder-gray-1400:focus::placeholder{
    color: #999ea1;
  }

  .sm\:focus\:placeholder-gray-1500:focus:-ms-input-placeholder{
    color: #464646;
  }

  .sm\:focus\:placeholder-gray-1500:focus::placeholder{
    color: #464646;
  }

  .sm\:focus\:placeholder-gray-1600:focus:-ms-input-placeholder{
    color: #9A9FA2;
  }

  .sm\:focus\:placeholder-gray-1600:focus::placeholder{
    color: #9A9FA2;
  }

  .sm\:focus\:placeholder-gray-1700:focus:-ms-input-placeholder{
    color: #FBFBFB;
  }

  .sm\:focus\:placeholder-gray-1700:focus::placeholder{
    color: #FBFBFB;
  }

  .sm\:focus\:placeholder-gray-1800:focus:-ms-input-placeholder{
    color: #494949;
  }

  .sm\:focus\:placeholder-gray-1800:focus::placeholder{
    color: #494949;
  }

  .sm\:focus\:placeholder-gray-1900:focus:-ms-input-placeholder{
    color: #797979;
  }

  .sm\:focus\:placeholder-gray-1900:focus::placeholder{
    color: #797979;
  }

  .sm\:focus\:placeholder-tan-300:focus:-ms-input-placeholder{
    color: #d2a680;
  }

  .sm\:focus\:placeholder-tan-300:focus::placeholder{
    color: #d2a680;
  }

  .sm\:focus\:placeholder-tan-400:focus:-ms-input-placeholder{
    color: #a38b71;
  }

  .sm\:focus\:placeholder-tan-400:focus::placeholder{
    color: #a38b71;
  }

  .sm\:focus\:placeholder-tan-500:focus:-ms-input-placeholder{
    color: #b18259;
  }

  .sm\:focus\:placeholder-tan-500:focus::placeholder{
    color: #b18259;
  }

  .sm\:focus\:placeholder-tan-600:focus:-ms-input-placeholder{
    color: #c29064;
  }

  .sm\:focus\:placeholder-tan-600:focus::placeholder{
    color: #c29064;
  }

  .sm\:pointer-events-none{
    pointer-events: none;
  }

  .sm\:pointer-events-auto{
    pointer-events: auto;
  }

  .sm\:static{
    position: static;
  }

  .sm\:fixed{
    position: fixed;
  }

  .sm\:absolute{
    position: absolute;
  }

  .sm\:relative{
    position: relative;
  }

  .sm\:sticky{
    position: sticky;
  }

  .sm\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:-inset-4{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .sm\:-inset-70{
    top: -4.375rem;
    right: -4.375rem;
    bottom: -4.375rem;
    left: -4.375rem;
  }

  .sm\:inset-1\/5{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .sm\:inset-2\/5{
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .sm\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .sm\:inset-x-0{
    right: 0;
    left: 0;
  }

  .sm\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .sm\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .sm\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .sm\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .sm\:-inset-y-4{
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:-inset-x-4{
    right: -2rem;
    left: -2rem;
  }

  .sm\:-inset-y-70{
    top: -4.375rem;
    bottom: -4.375rem;
  }

  .sm\:-inset-x-70{
    right: -4.375rem;
    left: -4.375rem;
  }

  .sm\:inset-y-1\/5{
    top: 20%;
    bottom: 20%;
  }

  .sm\:inset-x-1\/5{
    right: 20%;
    left: 20%;
  }

  .sm\:inset-y-2\/5{
    top: 40%;
    bottom: 40%;
  }

  .sm\:inset-x-2\/5{
    right: 40%;
    left: 40%;
  }

  .sm\:top-0{
    top: 0;
  }

  .sm\:right-0{
    right: 0;
  }

  .sm\:bottom-0{
    bottom: 0;
  }

  .sm\:left-0{
    left: 0;
  }

  .sm\:top-auto{
    top: auto;
  }

  .sm\:right-auto{
    right: auto;
  }

  .sm\:bottom-auto{
    bottom: auto;
  }

  .sm\:left-auto{
    left: auto;
  }

  .sm\:top-full{
    top: 100%;
  }

  .sm\:right-full{
    right: 100%;
  }

  .sm\:bottom-full{
    bottom: 100%;
  }

  .sm\:left-full{
    left: 100%;
  }

  .sm\:-top-4{
    top: -2rem;
  }

  .sm\:-right-4{
    right: -2rem;
  }

  .sm\:-bottom-4{
    bottom: -2rem;
  }

  .sm\:-left-4{
    left: -2rem;
  }

  .sm\:-top-70{
    top: -4.375rem;
  }

  .sm\:-right-70{
    right: -4.375rem;
  }

  .sm\:-bottom-70{
    bottom: -4.375rem;
  }

  .sm\:-left-70{
    left: -4.375rem;
  }

  .sm\:top-1\/5{
    top: 20%;
  }

  .sm\:right-1\/5{
    right: 20%;
  }

  .sm\:bottom-1\/5{
    bottom: 20%;
  }

  .sm\:left-1\/5{
    left: 20%;
  }

  .sm\:top-2\/5{
    top: 40%;
  }

  .sm\:right-2\/5{
    right: 40%;
  }

  .sm\:bottom-2\/5{
    bottom: 40%;
  }

  .sm\:left-2\/5{
    left: 40%;
  }

  .sm\:resize-none{
    resize: none;
  }

  .sm\:resize-y{
    resize: vertical;
  }

  .sm\:resize-x{
    resize: horizontal;
  }

  .sm\:resize{
    resize: both;
  }

  .sm\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:shadow-none{
    box-shadow: none;
  }

  .sm\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .sm\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .sm\:table-auto{
    table-layout: auto;
  }

  .sm\:table-fixed{
    table-layout: fixed;
  }

  .sm\:text-left{
    text-align: left;
  }

  .sm\:text-center{
    text-align: center;
  }

  .sm\:text-right{
    text-align: right;
  }

  .sm\:text-justify{
    text-align: justify;
  }

  .sm\:text-transparent{
    color: transparent;
  }

  .sm\:text-current{
    color: currentColor;
  }

  .sm\:text-black{
    color: #000000;
  }

  .sm\:text-white{
    color: #ffffff;
  }

  .sm\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  .sm\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  .sm\:text-red-400{
    color: #ed4956;
  }

  .sm\:text-red-500{
    color: #e74a4a;
  }

  .sm\:text-orange-300{
    color: #a8774f;
  }

  .sm\:text-orange-400{
    color: #926642;
  }

  .sm\:text-orange-500{
    color: #d35a3a;
  }

  .sm\:text-green-200{
    color: #d5d4a3;
  }

  .sm\:text-green-300{
    color: #f05a30;
  }

  .sm\:text-green-400{
    color: #b8b78a;
  }

  .sm\:text-green-500{
    color: #48bb78;
  }

  .sm\:text-green-600{
    color: #a4c264;
  }

  .sm\:text-green-700{
    color: #B8B78F;
  }

  .sm\:text-blue-400{
    color: #a2c3d3;
  }

  .sm\:text-blue-500{
    color: #65a6c2;
  }

  .sm\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  .sm\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  .sm\:text-bluegrey-100{
    color: #D9D9D9;
  }

  .sm\:text-terracotta-500{
    color: #bb7265;
  }

  .sm\:text-terracotta-600{
    color: #a46357;
  }

  .sm\:text-sky-100{
    color: #dff2fe;
  }

  .sm\:text-sky-200{
    color: #a2c3d3;
  }

  .sm\:text-neutral-500{
    color: #636466;
  }

  .sm\:text-gray-50{
    color: #fcfcfc;
  }

  .sm\:text-gray-100{
    color: #e7e7e7;
  }

  .sm\:text-gray-125{
    color: #f0f0f0;
  }

  .sm\:text-gray-150{
    color: #dddddd;
  }

  .sm\:text-gray-200{
    color: #868b8f;
  }

  .sm\:text-gray-250{
    color: #a6a5a5;
  }

  .sm\:text-gray-300{
    color: #979796;
  }

  .sm\:text-gray-400{
    color: #abaeb1;
  }

  .sm\:text-gray-500{
    color: #c7c7c7;
  }

  .sm\:text-gray-550{
    color: #ccc;
  }

  .sm\:text-gray-600{
    color: #707070;
  }

  .sm\:text-gray-700{
    color: #555555;
  }

  .sm\:text-gray-800{
    color: #333232;
  }

  .sm\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  .sm\:text-gray-1000{
    color: #dadada;
  }

  .sm\:text-gray-1100{
    color: #ededed;
  }

  .sm\:text-gray-1200{
    color: #b1b1b1;
  }

  .sm\:text-gray-1300{
    color: #9b9b9b;
  }

  .sm\:text-gray-1400{
    color: #999ea1;
  }

  .sm\:text-gray-1500{
    color: #464646;
  }

  .sm\:text-gray-1600{
    color: #9A9FA2;
  }

  .sm\:text-gray-1700{
    color: #FBFBFB;
  }

  .sm\:text-gray-1800{
    color: #494949;
  }

  .sm\:text-gray-1900{
    color: #797979;
  }

  .sm\:text-tan-300{
    color: #d2a680;
  }

  .sm\:text-tan-400{
    color: #a38b71;
  }

  .sm\:text-tan-500{
    color: #b18259;
  }

  .sm\:text-tan-600{
    color: #c29064;
  }

  .sm\:hover\:text-transparent:hover{
    color: transparent;
  }

  .sm\:hover\:text-current:hover{
    color: currentColor;
  }

  .sm\:hover\:text-black:hover{
    color: #000000;
  }

  .sm\:hover\:text-white:hover{
    color: #ffffff;
  }

  .sm\:hover\:text-overlay:hover{
    color: rgba(0,0,0,.2);
  }

  .sm\:hover\:text-transparent-background:hover{
    color: rgba(0,0,0,.7);
  }

  .sm\:hover\:text-red-400:hover{
    color: #ed4956;
  }

  .sm\:hover\:text-red-500:hover{
    color: #e74a4a;
  }

  .sm\:hover\:text-orange-300:hover{
    color: #a8774f;
  }

  .sm\:hover\:text-orange-400:hover{
    color: #926642;
  }

  .sm\:hover\:text-orange-500:hover{
    color: #d35a3a;
  }

  .sm\:hover\:text-green-200:hover{
    color: #d5d4a3;
  }

  .sm\:hover\:text-green-300:hover{
    color: #f05a30;
  }

  .sm\:hover\:text-green-400:hover{
    color: #b8b78a;
  }

  .sm\:hover\:text-green-500:hover{
    color: #48bb78;
  }

  .sm\:hover\:text-green-600:hover{
    color: #a4c264;
  }

  .sm\:hover\:text-green-700:hover{
    color: #B8B78F;
  }

  .sm\:hover\:text-blue-400:hover{
    color: #a2c3d3;
  }

  .sm\:hover\:text-blue-500:hover{
    color: #65a6c2;
  }

  .sm\:hover\:text-blue-600:hover{
    color: rgba(70, 97, 153, .97);
  }

  .sm\:hover\:text-blue-700:hover{
    color: rgba(70, 97, 153);
  }

  .sm\:hover\:text-bluegrey-100:hover{
    color: #D9D9D9;
  }

  .sm\:hover\:text-terracotta-500:hover{
    color: #bb7265;
  }

  .sm\:hover\:text-terracotta-600:hover{
    color: #a46357;
  }

  .sm\:hover\:text-sky-100:hover{
    color: #dff2fe;
  }

  .sm\:hover\:text-sky-200:hover{
    color: #a2c3d3;
  }

  .sm\:hover\:text-neutral-500:hover{
    color: #636466;
  }

  .sm\:hover\:text-gray-50:hover{
    color: #fcfcfc;
  }

  .sm\:hover\:text-gray-100:hover{
    color: #e7e7e7;
  }

  .sm\:hover\:text-gray-125:hover{
    color: #f0f0f0;
  }

  .sm\:hover\:text-gray-150:hover{
    color: #dddddd;
  }

  .sm\:hover\:text-gray-200:hover{
    color: #868b8f;
  }

  .sm\:hover\:text-gray-250:hover{
    color: #a6a5a5;
  }

  .sm\:hover\:text-gray-300:hover{
    color: #979796;
  }

  .sm\:hover\:text-gray-400:hover{
    color: #abaeb1;
  }

  .sm\:hover\:text-gray-500:hover{
    color: #c7c7c7;
  }

  .sm\:hover\:text-gray-550:hover{
    color: #ccc;
  }

  .sm\:hover\:text-gray-600:hover{
    color: #707070;
  }

  .sm\:hover\:text-gray-700:hover{
    color: #555555;
  }

  .sm\:hover\:text-gray-800:hover{
    color: #333232;
  }

  .sm\:hover\:text-gray-900:hover{
    color: rgba(0, 0, 0, 0.8);
  }

  .sm\:hover\:text-gray-1000:hover{
    color: #dadada;
  }

  .sm\:hover\:text-gray-1100:hover{
    color: #ededed;
  }

  .sm\:hover\:text-gray-1200:hover{
    color: #b1b1b1;
  }

  .sm\:hover\:text-gray-1300:hover{
    color: #9b9b9b;
  }

  .sm\:hover\:text-gray-1400:hover{
    color: #999ea1;
  }

  .sm\:hover\:text-gray-1500:hover{
    color: #464646;
  }

  .sm\:hover\:text-gray-1600:hover{
    color: #9A9FA2;
  }

  .sm\:hover\:text-gray-1700:hover{
    color: #FBFBFB;
  }

  .sm\:hover\:text-gray-1800:hover{
    color: #494949;
  }

  .sm\:hover\:text-gray-1900:hover{
    color: #797979;
  }

  .sm\:hover\:text-tan-300:hover{
    color: #d2a680;
  }

  .sm\:hover\:text-tan-400:hover{
    color: #a38b71;
  }

  .sm\:hover\:text-tan-500:hover{
    color: #b18259;
  }

  .sm\:hover\:text-tan-600:hover{
    color: #c29064;
  }

  .sm\:focus\:text-transparent:focus{
    color: transparent;
  }

  .sm\:focus\:text-current:focus{
    color: currentColor;
  }

  .sm\:focus\:text-black:focus{
    color: #000000;
  }

  .sm\:focus\:text-white:focus{
    color: #ffffff;
  }

  .sm\:focus\:text-overlay:focus{
    color: rgba(0,0,0,.2);
  }

  .sm\:focus\:text-transparent-background:focus{
    color: rgba(0,0,0,.7);
  }

  .sm\:focus\:text-red-400:focus{
    color: #ed4956;
  }

  .sm\:focus\:text-red-500:focus{
    color: #e74a4a;
  }

  .sm\:focus\:text-orange-300:focus{
    color: #a8774f;
  }

  .sm\:focus\:text-orange-400:focus{
    color: #926642;
  }

  .sm\:focus\:text-orange-500:focus{
    color: #d35a3a;
  }

  .sm\:focus\:text-green-200:focus{
    color: #d5d4a3;
  }

  .sm\:focus\:text-green-300:focus{
    color: #f05a30;
  }

  .sm\:focus\:text-green-400:focus{
    color: #b8b78a;
  }

  .sm\:focus\:text-green-500:focus{
    color: #48bb78;
  }

  .sm\:focus\:text-green-600:focus{
    color: #a4c264;
  }

  .sm\:focus\:text-green-700:focus{
    color: #B8B78F;
  }

  .sm\:focus\:text-blue-400:focus{
    color: #a2c3d3;
  }

  .sm\:focus\:text-blue-500:focus{
    color: #65a6c2;
  }

  .sm\:focus\:text-blue-600:focus{
    color: rgba(70, 97, 153, .97);
  }

  .sm\:focus\:text-blue-700:focus{
    color: rgba(70, 97, 153);
  }

  .sm\:focus\:text-bluegrey-100:focus{
    color: #D9D9D9;
  }

  .sm\:focus\:text-terracotta-500:focus{
    color: #bb7265;
  }

  .sm\:focus\:text-terracotta-600:focus{
    color: #a46357;
  }

  .sm\:focus\:text-sky-100:focus{
    color: #dff2fe;
  }

  .sm\:focus\:text-sky-200:focus{
    color: #a2c3d3;
  }

  .sm\:focus\:text-neutral-500:focus{
    color: #636466;
  }

  .sm\:focus\:text-gray-50:focus{
    color: #fcfcfc;
  }

  .sm\:focus\:text-gray-100:focus{
    color: #e7e7e7;
  }

  .sm\:focus\:text-gray-125:focus{
    color: #f0f0f0;
  }

  .sm\:focus\:text-gray-150:focus{
    color: #dddddd;
  }

  .sm\:focus\:text-gray-200:focus{
    color: #868b8f;
  }

  .sm\:focus\:text-gray-250:focus{
    color: #a6a5a5;
  }

  .sm\:focus\:text-gray-300:focus{
    color: #979796;
  }

  .sm\:focus\:text-gray-400:focus{
    color: #abaeb1;
  }

  .sm\:focus\:text-gray-500:focus{
    color: #c7c7c7;
  }

  .sm\:focus\:text-gray-550:focus{
    color: #ccc;
  }

  .sm\:focus\:text-gray-600:focus{
    color: #707070;
  }

  .sm\:focus\:text-gray-700:focus{
    color: #555555;
  }

  .sm\:focus\:text-gray-800:focus{
    color: #333232;
  }

  .sm\:focus\:text-gray-900:focus{
    color: rgba(0, 0, 0, 0.8);
  }

  .sm\:focus\:text-gray-1000:focus{
    color: #dadada;
  }

  .sm\:focus\:text-gray-1100:focus{
    color: #ededed;
  }

  .sm\:focus\:text-gray-1200:focus{
    color: #b1b1b1;
  }

  .sm\:focus\:text-gray-1300:focus{
    color: #9b9b9b;
  }

  .sm\:focus\:text-gray-1400:focus{
    color: #999ea1;
  }

  .sm\:focus\:text-gray-1500:focus{
    color: #464646;
  }

  .sm\:focus\:text-gray-1600:focus{
    color: #9A9FA2;
  }

  .sm\:focus\:text-gray-1700:focus{
    color: #FBFBFB;
  }

  .sm\:focus\:text-gray-1800:focus{
    color: #494949;
  }

  .sm\:focus\:text-gray-1900:focus{
    color: #797979;
  }

  .sm\:focus\:text-tan-300:focus{
    color: #d2a680;
  }

  .sm\:focus\:text-tan-400:focus{
    color: #a38b71;
  }

  .sm\:focus\:text-tan-500:focus{
    color: #b18259;
  }

  .sm\:focus\:text-tan-600:focus{
    color: #c29064;
  }

  .active.sm\:self-active\:text-transparent{
    color: transparent;
  }

  .active.sm\:self-active\:text-current{
    color: currentColor;
  }

  .active.sm\:self-active\:text-black{
    color: #000000;
  }

  .active.sm\:self-active\:text-white{
    color: #ffffff;
  }

  .active.sm\:self-active\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  .active.sm\:self-active\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  .active.sm\:self-active\:text-red-400{
    color: #ed4956;
  }

  .active.sm\:self-active\:text-red-500{
    color: #e74a4a;
  }

  .active.sm\:self-active\:text-orange-300{
    color: #a8774f;
  }

  .active.sm\:self-active\:text-orange-400{
    color: #926642;
  }

  .active.sm\:self-active\:text-orange-500{
    color: #d35a3a;
  }

  .active.sm\:self-active\:text-green-200{
    color: #d5d4a3;
  }

  .active.sm\:self-active\:text-green-300{
    color: #f05a30;
  }

  .active.sm\:self-active\:text-green-400{
    color: #b8b78a;
  }

  .active.sm\:self-active\:text-green-500{
    color: #48bb78;
  }

  .active.sm\:self-active\:text-green-600{
    color: #a4c264;
  }

  .active.sm\:self-active\:text-green-700{
    color: #B8B78F;
  }

  .active.sm\:self-active\:text-blue-400{
    color: #a2c3d3;
  }

  .active.sm\:self-active\:text-blue-500{
    color: #65a6c2;
  }

  .active.sm\:self-active\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  .active.sm\:self-active\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  .active.sm\:self-active\:text-bluegrey-100{
    color: #D9D9D9;
  }

  .active.sm\:self-active\:text-terracotta-500{
    color: #bb7265;
  }

  .active.sm\:self-active\:text-terracotta-600{
    color: #a46357;
  }

  .active.sm\:self-active\:text-sky-100{
    color: #dff2fe;
  }

  .active.sm\:self-active\:text-sky-200{
    color: #a2c3d3;
  }

  .active.sm\:self-active\:text-neutral-500{
    color: #636466;
  }

  .active.sm\:self-active\:text-gray-50{
    color: #fcfcfc;
  }

  .active.sm\:self-active\:text-gray-100{
    color: #e7e7e7;
  }

  .active.sm\:self-active\:text-gray-125{
    color: #f0f0f0;
  }

  .active.sm\:self-active\:text-gray-150{
    color: #dddddd;
  }

  .active.sm\:self-active\:text-gray-200{
    color: #868b8f;
  }

  .active.sm\:self-active\:text-gray-250{
    color: #a6a5a5;
  }

  .active.sm\:self-active\:text-gray-300{
    color: #979796;
  }

  .active.sm\:self-active\:text-gray-400{
    color: #abaeb1;
  }

  .active.sm\:self-active\:text-gray-500{
    color: #c7c7c7;
  }

  .active.sm\:self-active\:text-gray-550{
    color: #ccc;
  }

  .active.sm\:self-active\:text-gray-600{
    color: #707070;
  }

  .active.sm\:self-active\:text-gray-700{
    color: #555555;
  }

  .active.sm\:self-active\:text-gray-800{
    color: #333232;
  }

  .active.sm\:self-active\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  .active.sm\:self-active\:text-gray-1000{
    color: #dadada;
  }

  .active.sm\:self-active\:text-gray-1100{
    color: #ededed;
  }

  .active.sm\:self-active\:text-gray-1200{
    color: #b1b1b1;
  }

  .active.sm\:self-active\:text-gray-1300{
    color: #9b9b9b;
  }

  .active.sm\:self-active\:text-gray-1400{
    color: #999ea1;
  }

  .active.sm\:self-active\:text-gray-1500{
    color: #464646;
  }

  .active.sm\:self-active\:text-gray-1600{
    color: #9A9FA2;
  }

  .active.sm\:self-active\:text-gray-1700{
    color: #FBFBFB;
  }

  .active.sm\:self-active\:text-gray-1800{
    color: #494949;
  }

  .active.sm\:self-active\:text-gray-1900{
    color: #797979;
  }

  .active.sm\:self-active\:text-tan-300{
    color: #d2a680;
  }

  .active.sm\:self-active\:text-tan-400{
    color: #a38b71;
  }

  .active.sm\:self-active\:text-tan-500{
    color: #b18259;
  }

  .active.sm\:self-active\:text-tan-600{
    color: #c29064;
  }

  .group:hover .sm\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .sm\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .sm\:group-hover\:text-black{
    color: #000000;
  }

  .group:hover .sm\:group-hover\:text-white{
    color: #ffffff;
  }

  .group:hover .sm\:group-hover\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  .group:hover .sm\:group-hover\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  .group:hover .sm\:group-hover\:text-red-400{
    color: #ed4956;
  }

  .group:hover .sm\:group-hover\:text-red-500{
    color: #e74a4a;
  }

  .group:hover .sm\:group-hover\:text-orange-300{
    color: #a8774f;
  }

  .group:hover .sm\:group-hover\:text-orange-400{
    color: #926642;
  }

  .group:hover .sm\:group-hover\:text-orange-500{
    color: #d35a3a;
  }

  .group:hover .sm\:group-hover\:text-green-200{
    color: #d5d4a3;
  }

  .group:hover .sm\:group-hover\:text-green-300{
    color: #f05a30;
  }

  .group:hover .sm\:group-hover\:text-green-400{
    color: #b8b78a;
  }

  .group:hover .sm\:group-hover\:text-green-500{
    color: #48bb78;
  }

  .group:hover .sm\:group-hover\:text-green-600{
    color: #a4c264;
  }

  .group:hover .sm\:group-hover\:text-green-700{
    color: #B8B78F;
  }

  .group:hover .sm\:group-hover\:text-blue-400{
    color: #a2c3d3;
  }

  .group:hover .sm\:group-hover\:text-blue-500{
    color: #65a6c2;
  }

  .group:hover .sm\:group-hover\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  .group:hover .sm\:group-hover\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  .group:hover .sm\:group-hover\:text-bluegrey-100{
    color: #D9D9D9;
  }

  .group:hover .sm\:group-hover\:text-terracotta-500{
    color: #bb7265;
  }

  .group:hover .sm\:group-hover\:text-terracotta-600{
    color: #a46357;
  }

  .group:hover .sm\:group-hover\:text-sky-100{
    color: #dff2fe;
  }

  .group:hover .sm\:group-hover\:text-sky-200{
    color: #a2c3d3;
  }

  .group:hover .sm\:group-hover\:text-neutral-500{
    color: #636466;
  }

  .group:hover .sm\:group-hover\:text-gray-50{
    color: #fcfcfc;
  }

  .group:hover .sm\:group-hover\:text-gray-100{
    color: #e7e7e7;
  }

  .group:hover .sm\:group-hover\:text-gray-125{
    color: #f0f0f0;
  }

  .group:hover .sm\:group-hover\:text-gray-150{
    color: #dddddd;
  }

  .group:hover .sm\:group-hover\:text-gray-200{
    color: #868b8f;
  }

  .group:hover .sm\:group-hover\:text-gray-250{
    color: #a6a5a5;
  }

  .group:hover .sm\:group-hover\:text-gray-300{
    color: #979796;
  }

  .group:hover .sm\:group-hover\:text-gray-400{
    color: #abaeb1;
  }

  .group:hover .sm\:group-hover\:text-gray-500{
    color: #c7c7c7;
  }

  .group:hover .sm\:group-hover\:text-gray-550{
    color: #ccc;
  }

  .group:hover .sm\:group-hover\:text-gray-600{
    color: #707070;
  }

  .group:hover .sm\:group-hover\:text-gray-700{
    color: #555555;
  }

  .group:hover .sm\:group-hover\:text-gray-800{
    color: #333232;
  }

  .group:hover .sm\:group-hover\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .sm\:group-hover\:text-gray-1000{
    color: #dadada;
  }

  .group:hover .sm\:group-hover\:text-gray-1100{
    color: #ededed;
  }

  .group:hover .sm\:group-hover\:text-gray-1200{
    color: #b1b1b1;
  }

  .group:hover .sm\:group-hover\:text-gray-1300{
    color: #9b9b9b;
  }

  .group:hover .sm\:group-hover\:text-gray-1400{
    color: #999ea1;
  }

  .group:hover .sm\:group-hover\:text-gray-1500{
    color: #464646;
  }

  .group:hover .sm\:group-hover\:text-gray-1600{
    color: #9A9FA2;
  }

  .group:hover .sm\:group-hover\:text-gray-1700{
    color: #FBFBFB;
  }

  .group:hover .sm\:group-hover\:text-gray-1800{
    color: #494949;
  }

  .group:hover .sm\:group-hover\:text-gray-1900{
    color: #797979;
  }

  .group:hover .sm\:group-hover\:text-tan-300{
    color: #d2a680;
  }

  .group:hover .sm\:group-hover\:text-tan-400{
    color: #a38b71;
  }

  .group:hover .sm\:group-hover\:text-tan-500{
    color: #b18259;
  }

  .group:hover .sm\:group-hover\:text-tan-600{
    color: #c29064;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-transparent{
    color: transparent;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-current{
    color: currentColor;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-black{
    color: #000000;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-white{
    color: #ffffff;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-red-400{
    color: #ed4956;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-red-500{
    color: #e74a4a;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-orange-300{
    color: #a8774f;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-orange-400{
    color: #926642;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-orange-500{
    color: #d35a3a;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-green-200{
    color: #d5d4a3;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-green-300{
    color: #f05a30;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-green-400{
    color: #b8b78a;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-green-500{
    color: #48bb78;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-green-600{
    color: #a4c264;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-green-700{
    color: #B8B78F;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-blue-400{
    color: #a2c3d3;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-blue-500{
    color: #65a6c2;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-bluegrey-100{
    color: #D9D9D9;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-terracotta-500{
    color: #bb7265;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-terracotta-600{
    color: #a46357;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-sky-100{
    color: #dff2fe;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-sky-200{
    color: #a2c3d3;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-neutral-500{
    color: #636466;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-gray-50{
    color: #fcfcfc;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-gray-100{
    color: #e7e7e7;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-gray-125{
    color: #f0f0f0;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-gray-150{
    color: #dddddd;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-gray-200{
    color: #868b8f;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-gray-250{
    color: #a6a5a5;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-gray-300{
    color: #979796;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-gray-400{
    color: #abaeb1;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-gray-500{
    color: #c7c7c7;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-gray-550{
    color: #ccc;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-gray-600{
    color: #707070;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-gray-700{
    color: #555555;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-gray-800{
    color: #333232;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-gray-1000{
    color: #dadada;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-gray-1100{
    color: #ededed;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-gray-1200{
    color: #b1b1b1;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-gray-1300{
    color: #9b9b9b;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-gray-1400{
    color: #999ea1;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-gray-1500{
    color: #464646;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-gray-1600{
    color: #9A9FA2;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-gray-1700{
    color: #FBFBFB;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-gray-1800{
    color: #494949;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-gray-1900{
    color: #797979;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-tan-300{
    color: #d2a680;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-tan-400{
    color: #a38b71;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-tan-500{
    color: #b18259;
  }

  [data-planit-favorite="true"] .sm\:group-favorite\:text-tan-600{
    color: #c29064;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-transparent{
    color: transparent;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-current{
    color: currentColor;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-black{
    color: #000000;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-white{
    color: #ffffff;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-red-400{
    color: #ed4956;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-red-500{
    color: #e74a4a;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-orange-300{
    color: #a8774f;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-orange-400{
    color: #926642;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-orange-500{
    color: #d35a3a;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-green-200{
    color: #d5d4a3;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-green-300{
    color: #f05a30;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-green-400{
    color: #b8b78a;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-green-500{
    color: #48bb78;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-green-600{
    color: #a4c264;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-green-700{
    color: #B8B78F;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-blue-400{
    color: #a2c3d3;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-blue-500{
    color: #65a6c2;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-bluegrey-100{
    color: #D9D9D9;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-terracotta-500{
    color: #bb7265;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-terracotta-600{
    color: #a46357;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-sky-100{
    color: #dff2fe;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-sky-200{
    color: #a2c3d3;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-neutral-500{
    color: #636466;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-gray-50{
    color: #fcfcfc;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-gray-100{
    color: #e7e7e7;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-gray-125{
    color: #f0f0f0;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-gray-150{
    color: #dddddd;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-gray-200{
    color: #868b8f;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-gray-250{
    color: #a6a5a5;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-gray-300{
    color: #979796;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-gray-400{
    color: #abaeb1;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-gray-500{
    color: #c7c7c7;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-gray-550{
    color: #ccc;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-gray-600{
    color: #707070;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-gray-700{
    color: #555555;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-gray-800{
    color: #333232;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-gray-1000{
    color: #dadada;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-gray-1100{
    color: #ededed;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-gray-1200{
    color: #b1b1b1;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-gray-1300{
    color: #9b9b9b;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-gray-1400{
    color: #999ea1;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-gray-1500{
    color: #464646;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-gray-1600{
    color: #9A9FA2;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-gray-1700{
    color: #FBFBFB;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-gray-1800{
    color: #494949;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-gray-1900{
    color: #797979;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-tan-300{
    color: #d2a680;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-tan-400{
    color: #a38b71;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-tan-500{
    color: #b18259;
  }

  [data-planit-favorite-counter="true"] .sm\:group-favorite-counter\:text-tan-600{
    color: #c29064;
  }

  .sm\:text-xs{
    font-size: 0.75rem;
  }

  .sm\:text-sm{
    font-size: 0.875rem;
  }

  .sm\:text-base{
    font-size: 1rem;
  }

  .sm\:text-lg{
    font-size: 1.125rem;
  }

  .sm\:text-xl{
    font-size: 1.25rem;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
  }

  .sm\:text-4xl{
    font-size: 2.25rem;
  }

  .sm\:text-5xl{
    font-size: 3rem;
  }

  .sm\:text-6xl{
    font-size: 4rem;
  }

  .sm\:italic{
    font-style: italic;
  }

  .sm\:not-italic{
    font-style: normal;
  }

  .sm\:uppercase{
    text-transform: uppercase;
  }

  .sm\:lowercase{
    text-transform: lowercase;
  }

  .sm\:capitalize{
    text-transform: capitalize;
  }

  .sm\:normal-case{
    text-transform: none;
  }

  .sm\:underline{
    text-decoration: underline;
  }

  .sm\:line-through{
    text-decoration: line-through;
  }

  .sm\:no-underline{
    text-decoration: none;
  }

  .sm\:hover\:underline:hover{
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .sm\:focus\:underline:focus{
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .group:hover .sm\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .sm\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .sm\:group-hover\:no-underline{
    text-decoration: none;
  }

  .sm\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .sm\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .sm\:tracking-normal{
    letter-spacing: 0;
  }

  .sm\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .sm\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .sm\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .sm\:tracking-heading{
    letter-spacing: -0.04em;
  }

  .sm\:tracking-heading-tighter{
    letter-spacing: -0.08em;
  }

  .sm\:tracking-input-mask{
    letter-spacing: .35em;
  }

  .sm\:select-none{
    -ms-user-select: none;
        user-select: none;
  }

  .sm\:select-text{
    -ms-user-select: text;
        user-select: text;
  }

  .sm\:select-all{
    -ms-user-select: all;
        user-select: all;
  }

  .sm\:select-auto{
    -ms-user-select: auto;
        user-select: auto;
  }

  .sm\:align-baseline{
    vertical-align: baseline;
  }

  .sm\:align-top{
    vertical-align: top;
  }

  .sm\:align-middle{
    vertical-align: middle;
  }

  .sm\:align-bottom{
    vertical-align: bottom;
  }

  .sm\:align-text-top{
    vertical-align: text-top;
  }

  .sm\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .sm\:visible{
    visibility: visible;
  }

  .sm\:invisible{
    visibility: hidden;
  }

  .group:hover .sm\:group-hover\:visible{
    visibility: visible;
  }

  .group:hover .sm\:group-hover\:invisible{
    visibility: hidden;
  }

  .sm\:whitespace-normal{
    white-space: normal;
  }

  .sm\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .sm\:whitespace-pre{
    white-space: pre;
  }

  .sm\:whitespace-pre-line{
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .sm\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words{
    overflow-wrap: break-word;
  }

  .sm\:break-all{
    word-break: break-all;
  }

  .sm\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:w-0{
    width: 0;
  }

  .sm\:w-1{
    width: 0.25rem;
  }

  .sm\:w-2{
    width: 0.5rem;
  }

  .sm\:w-3{
    width: 0.75rem;
  }

  .sm\:w-4{
    width: 1rem;
  }

  .sm\:w-5{
    width: 1.25rem;
  }

  .sm\:w-6{
    width: 1.5rem;
  }

  .sm\:w-8{
    width: 2rem;
  }

  .sm\:w-10{
    width: 2.5rem;
  }

  .sm\:w-12{
    width: 3rem;
  }

  .sm\:w-14{
    width: 3.5rem;
  }

  .sm\:w-16{
    width: 4rem;
  }

  .sm\:w-20{
    width: 5rem;
  }

  .sm\:w-24{
    width: 6rem;
  }

  .sm\:w-32{
    width: 8rem;
  }

  .sm\:w-40{
    width: 10rem;
  }

  .sm\:w-48{
    width: 12rem;
  }

  .sm\:w-56{
    width: 14rem;
  }

  .sm\:w-64{
    width: 16rem;
  }

  .sm\:w-440{
    width: 440px;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:w-px{
    width: 1px;
  }

  .sm\:w-full{
    width: 100%;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:w-1\/3{
    width: 33.333333%;
  }

  .sm\:w-2\/3{
    width: 66.666667%;
  }

  .sm\:w-1\/4{
    width: 25%;
  }

  .sm\:w-2\/4{
    width: 50%;
  }

  .sm\:w-3\/4{
    width: 75%;
  }

  .sm\:w-1\/5{
    width: 20%;
  }

  .sm\:w-2\/5{
    width: 40%;
  }

  .sm\:w-3\/5{
    width: 60%;
  }

  .sm\:w-4\/5{
    width: 80%;
  }

  .sm\:w-1\/6{
    width: 16.666667%;
  }

  .sm\:w-2\/6{
    width: 33.333333%;
  }

  .sm\:w-3\/6{
    width: 50%;
  }

  .sm\:w-4\/6{
    width: 66.666667%;
  }

  .sm\:w-5\/6{
    width: 83.333333%;
  }

  .sm\:w-1\/12{
    width: 8.333333%;
  }

  .sm\:w-2\/12{
    width: 16.666667%;
  }

  .sm\:w-3\/12{
    width: 25%;
  }

  .sm\:w-4\/12{
    width: 33.333333%;
  }

  .sm\:w-5\/12{
    width: 41.666667%;
  }

  .sm\:w-6\/12{
    width: 50%;
  }

  .sm\:w-7\/12{
    width: 58.333333%;
  }

  .sm\:w-8\/12{
    width: 66.666667%;
  }

  .sm\:w-9\/12{
    width: 75%;
  }

  .sm\:w-10\/12{
    width: 83.333333%;
  }

  .sm\:w-11\/12{
    width: 91.666667%;
  }

  .sm\:w-screen{
    width: 100vw;
  }

  .sm\:w-inherit{
    width: inherit;
  }

  .sm\:w-screen-75{
    width: 75vw;
  }

  .sm\:z-0{
    z-index: 0;
  }

  .sm\:z-10{
    z-index: 10;
  }

  .sm\:z-20{
    z-index: 20;
  }

  .sm\:z-30{
    z-index: 30;
  }

  .sm\:z-40{
    z-index: 40;
  }

  .sm\:z-50{
    z-index: 50;
  }

  .sm\:z-auto{
    z-index: auto;
  }

  .sm\:-z-1{
    z-index: -1;
  }

  .sm\:hover\:z-0:hover{
    z-index: 0;
  }

  .sm\:hover\:z-10:hover{
    z-index: 10;
  }

  .sm\:hover\:z-20:hover{
    z-index: 20;
  }

  .sm\:hover\:z-30:hover{
    z-index: 30;
  }

  .sm\:hover\:z-40:hover{
    z-index: 40;
  }

  .sm\:hover\:z-50:hover{
    z-index: 50;
  }

  .sm\:hover\:z-auto:hover{
    z-index: auto;
  }

  .sm\:hover\:-z-1:hover{
    z-index: -1;
  }

  .sm\:-transform-y-50 {
    transform: translate(0, -50px);
  }

  .sm\:transform-y-0 {
    transform: translate(0, 0);
  }

  .sm\:text-shadow-md {
    text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.8);
  }
}

@media (max-width: 899px){
  .md-down\: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;
  }

  .md-down\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md-down\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md-down\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md-down\:appearance-none{
    appearance: none;
  }

  .md-down\:bg-fixed{
    background-attachment: fixed;
  }

  .md-down\:bg-local{
    background-attachment: local;
  }

  .md-down\:bg-scroll{
    background-attachment: scroll;
  }

  .md-down\:bg-transparent{
    background-color: transparent;
  }

  .md-down\:bg-current{
    background-color: currentColor;
  }

  .md-down\:bg-black{
    background-color: #000000;
  }

  .md-down\:bg-white{
    background-color: #ffffff;
  }

  .md-down\:bg-overlay{
    background-color: rgba(0,0,0,.2);
  }

  .md-down\:bg-transparent-background{
    background-color: rgba(0,0,0,.7);
  }

  .md-down\:bg-red-400{
    background-color: #ed4956;
  }

  .md-down\:bg-red-500{
    background-color: #e74a4a;
  }

  .md-down\:bg-orange-300{
    background-color: #a8774f;
  }

  .md-down\:bg-orange-400{
    background-color: #926642;
  }

  .md-down\:bg-orange-500{
    background-color: #d35a3a;
  }

  .md-down\:bg-green-200{
    background-color: #d5d4a3;
  }

  .md-down\:bg-green-300{
    background-color: #f05a30;
  }

  .md-down\:bg-green-400{
    background-color: #b8b78a;
  }

  .md-down\:bg-green-500{
    background-color: #48bb78;
  }

  .md-down\:bg-green-600{
    background-color: #a4c264;
  }

  .md-down\:bg-green-700{
    background-color: #B8B78F;
  }

  .md-down\:bg-blue-400{
    background-color: #a2c3d3;
  }

  .md-down\:bg-blue-500{
    background-color: #65a6c2;
  }

  .md-down\:bg-blue-600{
    background-color: rgba(70, 97, 153, .97);
  }

  .md-down\:bg-blue-700{
    background-color: rgba(70, 97, 153);
  }

  .md-down\:bg-bluegrey-100{
    background-color: #D9D9D9;
  }

  .md-down\:bg-terracotta-500{
    background-color: #bb7265;
  }

  .md-down\:bg-terracotta-600{
    background-color: #a46357;
  }

  .md-down\:bg-sky-100{
    background-color: #dff2fe;
  }

  .md-down\:bg-sky-200{
    background-color: #a2c3d3;
  }

  .md-down\:bg-neutral-500{
    background-color: #636466;
  }

  .md-down\:bg-gray-50{
    background-color: #fcfcfc;
  }

  .md-down\:bg-gray-100{
    background-color: #e7e7e7;
  }

  .md-down\:bg-gray-125{
    background-color: #f0f0f0;
  }

  .md-down\:bg-gray-150{
    background-color: #dddddd;
  }

  .md-down\:bg-gray-200{
    background-color: #868b8f;
  }

  .md-down\:bg-gray-250{
    background-color: #a6a5a5;
  }

  .md-down\:bg-gray-300{
    background-color: #979796;
  }

  .md-down\:bg-gray-400{
    background-color: #abaeb1;
  }

  .md-down\:bg-gray-500{
    background-color: #c7c7c7;
  }

  .md-down\:bg-gray-550{
    background-color: #ccc;
  }

  .md-down\:bg-gray-600{
    background-color: #707070;
  }

  .md-down\:bg-gray-700{
    background-color: #555555;
  }

  .md-down\:bg-gray-800{
    background-color: #333232;
  }

  .md-down\:bg-gray-900{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .md-down\:bg-gray-1000{
    background-color: #dadada;
  }

  .md-down\:bg-gray-1100{
    background-color: #ededed;
  }

  .md-down\:bg-gray-1200{
    background-color: #b1b1b1;
  }

  .md-down\:bg-gray-1300{
    background-color: #9b9b9b;
  }

  .md-down\:bg-gray-1400{
    background-color: #999ea1;
  }

  .md-down\:bg-gray-1500{
    background-color: #464646;
  }

  .md-down\:bg-gray-1600{
    background-color: #9A9FA2;
  }

  .md-down\:bg-gray-1700{
    background-color: #FBFBFB;
  }

  .md-down\:bg-gray-1800{
    background-color: #494949;
  }

  .md-down\:bg-gray-1900{
    background-color: #797979;
  }

  .md-down\:bg-tan-300{
    background-color: #d2a680;
  }

  .md-down\:bg-tan-400{
    background-color: #a38b71;
  }

  .md-down\:bg-tan-500{
    background-color: #b18259;
  }

  .md-down\:bg-tan-600{
    background-color: #c29064;
  }

  .md-down\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .md-down\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .md-down\:hover\:bg-black:hover{
    background-color: #000000;
  }

  .md-down\:hover\:bg-white:hover{
    background-color: #ffffff;
  }

  .md-down\:hover\:bg-overlay:hover{
    background-color: rgba(0,0,0,.2);
  }

  .md-down\:hover\:bg-transparent-background:hover{
    background-color: rgba(0,0,0,.7);
  }

  .md-down\:hover\:bg-red-400:hover{
    background-color: #ed4956;
  }

  .md-down\:hover\:bg-red-500:hover{
    background-color: #e74a4a;
  }

  .md-down\:hover\:bg-orange-300:hover{
    background-color: #a8774f;
  }

  .md-down\:hover\:bg-orange-400:hover{
    background-color: #926642;
  }

  .md-down\:hover\:bg-orange-500:hover{
    background-color: #d35a3a;
  }

  .md-down\:hover\:bg-green-200:hover{
    background-color: #d5d4a3;
  }

  .md-down\:hover\:bg-green-300:hover{
    background-color: #f05a30;
  }

  .md-down\:hover\:bg-green-400:hover{
    background-color: #b8b78a;
  }

  .md-down\:hover\:bg-green-500:hover{
    background-color: #48bb78;
  }

  .md-down\:hover\:bg-green-600:hover{
    background-color: #a4c264;
  }

  .md-down\:hover\:bg-green-700:hover{
    background-color: #B8B78F;
  }

  .md-down\:hover\:bg-blue-400:hover{
    background-color: #a2c3d3;
  }

  .md-down\:hover\:bg-blue-500:hover{
    background-color: #65a6c2;
  }

  .md-down\:hover\:bg-blue-600:hover{
    background-color: rgba(70, 97, 153, .97);
  }

  .md-down\:hover\:bg-blue-700:hover{
    background-color: rgba(70, 97, 153);
  }

  .md-down\:hover\:bg-bluegrey-100:hover{
    background-color: #D9D9D9;
  }

  .md-down\:hover\:bg-terracotta-500:hover{
    background-color: #bb7265;
  }

  .md-down\:hover\:bg-terracotta-600:hover{
    background-color: #a46357;
  }

  .md-down\:hover\:bg-sky-100:hover{
    background-color: #dff2fe;
  }

  .md-down\:hover\:bg-sky-200:hover{
    background-color: #a2c3d3;
  }

  .md-down\:hover\:bg-neutral-500:hover{
    background-color: #636466;
  }

  .md-down\:hover\:bg-gray-50:hover{
    background-color: #fcfcfc;
  }

  .md-down\:hover\:bg-gray-100:hover{
    background-color: #e7e7e7;
  }

  .md-down\:hover\:bg-gray-125:hover{
    background-color: #f0f0f0;
  }

  .md-down\:hover\:bg-gray-150:hover{
    background-color: #dddddd;
  }

  .md-down\:hover\:bg-gray-200:hover{
    background-color: #868b8f;
  }

  .md-down\:hover\:bg-gray-250:hover{
    background-color: #a6a5a5;
  }

  .md-down\:hover\:bg-gray-300:hover{
    background-color: #979796;
  }

  .md-down\:hover\:bg-gray-400:hover{
    background-color: #abaeb1;
  }

  .md-down\:hover\:bg-gray-500:hover{
    background-color: #c7c7c7;
  }

  .md-down\:hover\:bg-gray-550:hover{
    background-color: #ccc;
  }

  .md-down\:hover\:bg-gray-600:hover{
    background-color: #707070;
  }

  .md-down\:hover\:bg-gray-700:hover{
    background-color: #555555;
  }

  .md-down\:hover\:bg-gray-800:hover{
    background-color: #333232;
  }

  .md-down\:hover\:bg-gray-900:hover{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .md-down\:hover\:bg-gray-1000:hover{
    background-color: #dadada;
  }

  .md-down\:hover\:bg-gray-1100:hover{
    background-color: #ededed;
  }

  .md-down\:hover\:bg-gray-1200:hover{
    background-color: #b1b1b1;
  }

  .md-down\:hover\:bg-gray-1300:hover{
    background-color: #9b9b9b;
  }

  .md-down\:hover\:bg-gray-1400:hover{
    background-color: #999ea1;
  }

  .md-down\:hover\:bg-gray-1500:hover{
    background-color: #464646;
  }

  .md-down\:hover\:bg-gray-1600:hover{
    background-color: #9A9FA2;
  }

  .md-down\:hover\:bg-gray-1700:hover{
    background-color: #FBFBFB;
  }

  .md-down\:hover\:bg-gray-1800:hover{
    background-color: #494949;
  }

  .md-down\:hover\:bg-gray-1900:hover{
    background-color: #797979;
  }

  .md-down\:hover\:bg-tan-300:hover{
    background-color: #d2a680;
  }

  .md-down\:hover\:bg-tan-400:hover{
    background-color: #a38b71;
  }

  .md-down\:hover\:bg-tan-500:hover{
    background-color: #b18259;
  }

  .md-down\:hover\:bg-tan-600:hover{
    background-color: #c29064;
  }

  .md-down\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .md-down\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .md-down\:focus\:bg-black:focus{
    background-color: #000000;
  }

  .md-down\:focus\:bg-white:focus{
    background-color: #ffffff;
  }

  .md-down\:focus\:bg-overlay:focus{
    background-color: rgba(0,0,0,.2);
  }

  .md-down\:focus\:bg-transparent-background:focus{
    background-color: rgba(0,0,0,.7);
  }

  .md-down\:focus\:bg-red-400:focus{
    background-color: #ed4956;
  }

  .md-down\:focus\:bg-red-500:focus{
    background-color: #e74a4a;
  }

  .md-down\:focus\:bg-orange-300:focus{
    background-color: #a8774f;
  }

  .md-down\:focus\:bg-orange-400:focus{
    background-color: #926642;
  }

  .md-down\:focus\:bg-orange-500:focus{
    background-color: #d35a3a;
  }

  .md-down\:focus\:bg-green-200:focus{
    background-color: #d5d4a3;
  }

  .md-down\:focus\:bg-green-300:focus{
    background-color: #f05a30;
  }

  .md-down\:focus\:bg-green-400:focus{
    background-color: #b8b78a;
  }

  .md-down\:focus\:bg-green-500:focus{
    background-color: #48bb78;
  }

  .md-down\:focus\:bg-green-600:focus{
    background-color: #a4c264;
  }

  .md-down\:focus\:bg-green-700:focus{
    background-color: #B8B78F;
  }

  .md-down\:focus\:bg-blue-400:focus{
    background-color: #a2c3d3;
  }

  .md-down\:focus\:bg-blue-500:focus{
    background-color: #65a6c2;
  }

  .md-down\:focus\:bg-blue-600:focus{
    background-color: rgba(70, 97, 153, .97);
  }

  .md-down\:focus\:bg-blue-700:focus{
    background-color: rgba(70, 97, 153);
  }

  .md-down\:focus\:bg-bluegrey-100:focus{
    background-color: #D9D9D9;
  }

  .md-down\:focus\:bg-terracotta-500:focus{
    background-color: #bb7265;
  }

  .md-down\:focus\:bg-terracotta-600:focus{
    background-color: #a46357;
  }

  .md-down\:focus\:bg-sky-100:focus{
    background-color: #dff2fe;
  }

  .md-down\:focus\:bg-sky-200:focus{
    background-color: #a2c3d3;
  }

  .md-down\:focus\:bg-neutral-500:focus{
    background-color: #636466;
  }

  .md-down\:focus\:bg-gray-50:focus{
    background-color: #fcfcfc;
  }

  .md-down\:focus\:bg-gray-100:focus{
    background-color: #e7e7e7;
  }

  .md-down\:focus\:bg-gray-125:focus{
    background-color: #f0f0f0;
  }

  .md-down\:focus\:bg-gray-150:focus{
    background-color: #dddddd;
  }

  .md-down\:focus\:bg-gray-200:focus{
    background-color: #868b8f;
  }

  .md-down\:focus\:bg-gray-250:focus{
    background-color: #a6a5a5;
  }

  .md-down\:focus\:bg-gray-300:focus{
    background-color: #979796;
  }

  .md-down\:focus\:bg-gray-400:focus{
    background-color: #abaeb1;
  }

  .md-down\:focus\:bg-gray-500:focus{
    background-color: #c7c7c7;
  }

  .md-down\:focus\:bg-gray-550:focus{
    background-color: #ccc;
  }

  .md-down\:focus\:bg-gray-600:focus{
    background-color: #707070;
  }

  .md-down\:focus\:bg-gray-700:focus{
    background-color: #555555;
  }

  .md-down\:focus\:bg-gray-800:focus{
    background-color: #333232;
  }

  .md-down\:focus\:bg-gray-900:focus{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .md-down\:focus\:bg-gray-1000:focus{
    background-color: #dadada;
  }

  .md-down\:focus\:bg-gray-1100:focus{
    background-color: #ededed;
  }

  .md-down\:focus\:bg-gray-1200:focus{
    background-color: #b1b1b1;
  }

  .md-down\:focus\:bg-gray-1300:focus{
    background-color: #9b9b9b;
  }

  .md-down\:focus\:bg-gray-1400:focus{
    background-color: #999ea1;
  }

  .md-down\:focus\:bg-gray-1500:focus{
    background-color: #464646;
  }

  .md-down\:focus\:bg-gray-1600:focus{
    background-color: #9A9FA2;
  }

  .md-down\:focus\:bg-gray-1700:focus{
    background-color: #FBFBFB;
  }

  .md-down\:focus\:bg-gray-1800:focus{
    background-color: #494949;
  }

  .md-down\:focus\:bg-gray-1900:focus{
    background-color: #797979;
  }

  .md-down\:focus\:bg-tan-300:focus{
    background-color: #d2a680;
  }

  .md-down\:focus\:bg-tan-400:focus{
    background-color: #a38b71;
  }

  .md-down\:focus\:bg-tan-500:focus{
    background-color: #b18259;
  }

  .md-down\:focus\:bg-tan-600:focus{
    background-color: #c29064;
  }

  .active.md-down\:self-active\:bg-transparent{
    background-color: transparent;
  }

  .active.md-down\:self-active\:bg-current{
    background-color: currentColor;
  }

  .active.md-down\:self-active\:bg-black{
    background-color: #000000;
  }

  .active.md-down\:self-active\:bg-white{
    background-color: #ffffff;
  }

  .active.md-down\:self-active\:bg-overlay{
    background-color: rgba(0,0,0,.2);
  }

  .active.md-down\:self-active\:bg-transparent-background{
    background-color: rgba(0,0,0,.7);
  }

  .active.md-down\:self-active\:bg-red-400{
    background-color: #ed4956;
  }

  .active.md-down\:self-active\:bg-red-500{
    background-color: #e74a4a;
  }

  .active.md-down\:self-active\:bg-orange-300{
    background-color: #a8774f;
  }

  .active.md-down\:self-active\:bg-orange-400{
    background-color: #926642;
  }

  .active.md-down\:self-active\:bg-orange-500{
    background-color: #d35a3a;
  }

  .active.md-down\:self-active\:bg-green-200{
    background-color: #d5d4a3;
  }

  .active.md-down\:self-active\:bg-green-300{
    background-color: #f05a30;
  }

  .active.md-down\:self-active\:bg-green-400{
    background-color: #b8b78a;
  }

  .active.md-down\:self-active\:bg-green-500{
    background-color: #48bb78;
  }

  .active.md-down\:self-active\:bg-green-600{
    background-color: #a4c264;
  }

  .active.md-down\:self-active\:bg-green-700{
    background-color: #B8B78F;
  }

  .active.md-down\:self-active\:bg-blue-400{
    background-color: #a2c3d3;
  }

  .active.md-down\:self-active\:bg-blue-500{
    background-color: #65a6c2;
  }

  .active.md-down\:self-active\:bg-blue-600{
    background-color: rgba(70, 97, 153, .97);
  }

  .active.md-down\:self-active\:bg-blue-700{
    background-color: rgba(70, 97, 153);
  }

  .active.md-down\:self-active\:bg-bluegrey-100{
    background-color: #D9D9D9;
  }

  .active.md-down\:self-active\:bg-terracotta-500{
    background-color: #bb7265;
  }

  .active.md-down\:self-active\:bg-terracotta-600{
    background-color: #a46357;
  }

  .active.md-down\:self-active\:bg-sky-100{
    background-color: #dff2fe;
  }

  .active.md-down\:self-active\:bg-sky-200{
    background-color: #a2c3d3;
  }

  .active.md-down\:self-active\:bg-neutral-500{
    background-color: #636466;
  }

  .active.md-down\:self-active\:bg-gray-50{
    background-color: #fcfcfc;
  }

  .active.md-down\:self-active\:bg-gray-100{
    background-color: #e7e7e7;
  }

  .active.md-down\:self-active\:bg-gray-125{
    background-color: #f0f0f0;
  }

  .active.md-down\:self-active\:bg-gray-150{
    background-color: #dddddd;
  }

  .active.md-down\:self-active\:bg-gray-200{
    background-color: #868b8f;
  }

  .active.md-down\:self-active\:bg-gray-250{
    background-color: #a6a5a5;
  }

  .active.md-down\:self-active\:bg-gray-300{
    background-color: #979796;
  }

  .active.md-down\:self-active\:bg-gray-400{
    background-color: #abaeb1;
  }

  .active.md-down\:self-active\:bg-gray-500{
    background-color: #c7c7c7;
  }

  .active.md-down\:self-active\:bg-gray-550{
    background-color: #ccc;
  }

  .active.md-down\:self-active\:bg-gray-600{
    background-color: #707070;
  }

  .active.md-down\:self-active\:bg-gray-700{
    background-color: #555555;
  }

  .active.md-down\:self-active\:bg-gray-800{
    background-color: #333232;
  }

  .active.md-down\:self-active\:bg-gray-900{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .active.md-down\:self-active\:bg-gray-1000{
    background-color: #dadada;
  }

  .active.md-down\:self-active\:bg-gray-1100{
    background-color: #ededed;
  }

  .active.md-down\:self-active\:bg-gray-1200{
    background-color: #b1b1b1;
  }

  .active.md-down\:self-active\:bg-gray-1300{
    background-color: #9b9b9b;
  }

  .active.md-down\:self-active\:bg-gray-1400{
    background-color: #999ea1;
  }

  .active.md-down\:self-active\:bg-gray-1500{
    background-color: #464646;
  }

  .active.md-down\:self-active\:bg-gray-1600{
    background-color: #9A9FA2;
  }

  .active.md-down\:self-active\:bg-gray-1700{
    background-color: #FBFBFB;
  }

  .active.md-down\:self-active\:bg-gray-1800{
    background-color: #494949;
  }

  .active.md-down\:self-active\:bg-gray-1900{
    background-color: #797979;
  }

  .active.md-down\:self-active\:bg-tan-300{
    background-color: #d2a680;
  }

  .active.md-down\:self-active\:bg-tan-400{
    background-color: #a38b71;
  }

  .active.md-down\:self-active\:bg-tan-500{
    background-color: #b18259;
  }

  .active.md-down\:self-active\:bg-tan-600{
    background-color: #c29064;
  }

  .md-down\:nextOnChecked\:bg-transparent:checked + *{
    background-color: transparent;
  }

  .md-down\:nextOnChecked\:bg-current:checked + *{
    background-color: currentColor;
  }

  .md-down\:nextOnChecked\:bg-black:checked + *{
    background-color: #000000;
  }

  .md-down\:nextOnChecked\:bg-white:checked + *{
    background-color: #ffffff;
  }

  .md-down\:nextOnChecked\:bg-overlay:checked + *{
    background-color: rgba(0,0,0,.2);
  }

  .md-down\:nextOnChecked\:bg-transparent-background:checked + *{
    background-color: rgba(0,0,0,.7);
  }

  .md-down\:nextOnChecked\:bg-red-400:checked + *{
    background-color: #ed4956;
  }

  .md-down\:nextOnChecked\:bg-red-500:checked + *{
    background-color: #e74a4a;
  }

  .md-down\:nextOnChecked\:bg-orange-300:checked + *{
    background-color: #a8774f;
  }

  .md-down\:nextOnChecked\:bg-orange-400:checked + *{
    background-color: #926642;
  }

  .md-down\:nextOnChecked\:bg-orange-500:checked + *{
    background-color: #d35a3a;
  }

  .md-down\:nextOnChecked\:bg-green-200:checked + *{
    background-color: #d5d4a3;
  }

  .md-down\:nextOnChecked\:bg-green-300:checked + *{
    background-color: #f05a30;
  }

  .md-down\:nextOnChecked\:bg-green-400:checked + *{
    background-color: #b8b78a;
  }

  .md-down\:nextOnChecked\:bg-green-500:checked + *{
    background-color: #48bb78;
  }

  .md-down\:nextOnChecked\:bg-green-600:checked + *{
    background-color: #a4c264;
  }

  .md-down\:nextOnChecked\:bg-green-700:checked + *{
    background-color: #B8B78F;
  }

  .md-down\:nextOnChecked\:bg-blue-400:checked + *{
    background-color: #a2c3d3;
  }

  .md-down\:nextOnChecked\:bg-blue-500:checked + *{
    background-color: #65a6c2;
  }

  .md-down\:nextOnChecked\:bg-blue-600:checked + *{
    background-color: rgba(70, 97, 153, .97);
  }

  .md-down\:nextOnChecked\:bg-blue-700:checked + *{
    background-color: rgba(70, 97, 153);
  }

  .md-down\:nextOnChecked\:bg-bluegrey-100:checked + *{
    background-color: #D9D9D9;
  }

  .md-down\:nextOnChecked\:bg-terracotta-500:checked + *{
    background-color: #bb7265;
  }

  .md-down\:nextOnChecked\:bg-terracotta-600:checked + *{
    background-color: #a46357;
  }

  .md-down\:nextOnChecked\:bg-sky-100:checked + *{
    background-color: #dff2fe;
  }

  .md-down\:nextOnChecked\:bg-sky-200:checked + *{
    background-color: #a2c3d3;
  }

  .md-down\:nextOnChecked\:bg-neutral-500:checked + *{
    background-color: #636466;
  }

  .md-down\:nextOnChecked\:bg-gray-50:checked + *{
    background-color: #fcfcfc;
  }

  .md-down\:nextOnChecked\:bg-gray-100:checked + *{
    background-color: #e7e7e7;
  }

  .md-down\:nextOnChecked\:bg-gray-125:checked + *{
    background-color: #f0f0f0;
  }

  .md-down\:nextOnChecked\:bg-gray-150:checked + *{
    background-color: #dddddd;
  }

  .md-down\:nextOnChecked\:bg-gray-200:checked + *{
    background-color: #868b8f;
  }

  .md-down\:nextOnChecked\:bg-gray-250:checked + *{
    background-color: #a6a5a5;
  }

  .md-down\:nextOnChecked\:bg-gray-300:checked + *{
    background-color: #979796;
  }

  .md-down\:nextOnChecked\:bg-gray-400:checked + *{
    background-color: #abaeb1;
  }

  .md-down\:nextOnChecked\:bg-gray-500:checked + *{
    background-color: #c7c7c7;
  }

  .md-down\:nextOnChecked\:bg-gray-550:checked + *{
    background-color: #ccc;
  }

  .md-down\:nextOnChecked\:bg-gray-600:checked + *{
    background-color: #707070;
  }

  .md-down\:nextOnChecked\:bg-gray-700:checked + *{
    background-color: #555555;
  }

  .md-down\:nextOnChecked\:bg-gray-800:checked + *{
    background-color: #333232;
  }

  .md-down\:nextOnChecked\:bg-gray-900:checked + *{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .md-down\:nextOnChecked\:bg-gray-1000:checked + *{
    background-color: #dadada;
  }

  .md-down\:nextOnChecked\:bg-gray-1100:checked + *{
    background-color: #ededed;
  }

  .md-down\:nextOnChecked\:bg-gray-1200:checked + *{
    background-color: #b1b1b1;
  }

  .md-down\:nextOnChecked\:bg-gray-1300:checked + *{
    background-color: #9b9b9b;
  }

  .md-down\:nextOnChecked\:bg-gray-1400:checked + *{
    background-color: #999ea1;
  }

  .md-down\:nextOnChecked\:bg-gray-1500:checked + *{
    background-color: #464646;
  }

  .md-down\:nextOnChecked\:bg-gray-1600:checked + *{
    background-color: #9A9FA2;
  }

  .md-down\:nextOnChecked\:bg-gray-1700:checked + *{
    background-color: #FBFBFB;
  }

  .md-down\:nextOnChecked\:bg-gray-1800:checked + *{
    background-color: #494949;
  }

  .md-down\:nextOnChecked\:bg-gray-1900:checked + *{
    background-color: #797979;
  }

  .md-down\:nextOnChecked\:bg-tan-300:checked + *{
    background-color: #d2a680;
  }

  .md-down\:nextOnChecked\:bg-tan-400:checked + *{
    background-color: #a38b71;
  }

  .md-down\:nextOnChecked\:bg-tan-500:checked + *{
    background-color: #b18259;
  }

  .md-down\:nextOnChecked\:bg-tan-600:checked + *{
    background-color: #c29064;
  }

  .md-down\:bg-bottom{
    background-position: bottom;
  }

  .md-down\:bg-center{
    background-position: center;
  }

  .md-down\:bg-left{
    background-position: left;
  }

  .md-down\:bg-left-bottom{
    background-position: left bottom;
  }

  .md-down\:bg-left-top{
    background-position: left top;
  }

  .md-down\:bg-right{
    background-position: right;
  }

  .md-down\:bg-right-bottom{
    background-position: right bottom;
  }

  .md-down\:bg-right-top{
    background-position: right top;
  }

  .md-down\:bg-top{
    background-position: top;
  }

  .md-down\:bg-top-center{
    background-position: top center;
  }

  .md-down\:bg-bottom-center{
    background-position: bottom center;
  }

  .md-down\:bg-repeat{
    background-repeat: repeat;
  }

  .md-down\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .md-down\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .md-down\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .md-down\:bg-repeat-round{
    background-repeat: round;
  }

  .md-down\:bg-repeat-space{
    background-repeat: space;
  }

  .md-down\:bg-auto{
    background-size: auto;
  }

  .md-down\:bg-cover{
    background-size: cover;
  }

  .md-down\:bg-contain{
    background-size: contain;
  }

  .md-down\:bg-hidden{
    background-size: 0% 0%;
  }

  .md-down\:bg-y135{
    background-size: auto 135%;
  }

  .group:hover .md-down\:group-hover\:bg-auto{
    background-size: auto;
  }

  .group:hover .md-down\:group-hover\:bg-cover{
    background-size: cover;
  }

  .group:hover .md-down\:group-hover\:bg-contain{
    background-size: contain;
  }

  .group:hover .md-down\:group-hover\:bg-hidden{
    background-size: 0% 0%;
  }

  .group:hover .md-down\:group-hover\:bg-y135{
    background-size: auto 135%;
  }

  .md-down\:border-transparent{
    border-color: transparent;
  }

  .md-down\:border-current{
    border-color: currentColor;
  }

  .md-down\:border-black{
    border-color: #000000;
  }

  .md-down\:border-white{
    border-color: #ffffff;
  }

  .md-down\:border-overlay{
    border-color: rgba(0,0,0,.2);
  }

  .md-down\:border-transparent-background{
    border-color: rgba(0,0,0,.7);
  }

  .md-down\:border-red-400{
    border-color: #ed4956;
  }

  .md-down\:border-red-500{
    border-color: #e74a4a;
  }

  .md-down\:border-orange-300{
    border-color: #a8774f;
  }

  .md-down\:border-orange-400{
    border-color: #926642;
  }

  .md-down\:border-orange-500{
    border-color: #d35a3a;
  }

  .md-down\:border-green-200{
    border-color: #d5d4a3;
  }

  .md-down\:border-green-300{
    border-color: #f05a30;
  }

  .md-down\:border-green-400{
    border-color: #b8b78a;
  }

  .md-down\:border-green-500{
    border-color: #48bb78;
  }

  .md-down\:border-green-600{
    border-color: #a4c264;
  }

  .md-down\:border-green-700{
    border-color: #B8B78F;
  }

  .md-down\:border-blue-400{
    border-color: #a2c3d3;
  }

  .md-down\:border-blue-500{
    border-color: #65a6c2;
  }

  .md-down\:border-blue-600{
    border-color: rgba(70, 97, 153, .97);
  }

  .md-down\:border-blue-700{
    border-color: rgba(70, 97, 153);
  }

  .md-down\:border-bluegrey-100{
    border-color: #D9D9D9;
  }

  .md-down\:border-terracotta-500{
    border-color: #bb7265;
  }

  .md-down\:border-terracotta-600{
    border-color: #a46357;
  }

  .md-down\:border-sky-100{
    border-color: #dff2fe;
  }

  .md-down\:border-sky-200{
    border-color: #a2c3d3;
  }

  .md-down\:border-neutral-500{
    border-color: #636466;
  }

  .md-down\:border-gray-50{
    border-color: #fcfcfc;
  }

  .md-down\:border-gray-100{
    border-color: #e7e7e7;
  }

  .md-down\:border-gray-125{
    border-color: #f0f0f0;
  }

  .md-down\:border-gray-150{
    border-color: #dddddd;
  }

  .md-down\:border-gray-200{
    border-color: #868b8f;
  }

  .md-down\:border-gray-250{
    border-color: #a6a5a5;
  }

  .md-down\:border-gray-300{
    border-color: #979796;
  }

  .md-down\:border-gray-400{
    border-color: #abaeb1;
  }

  .md-down\:border-gray-500{
    border-color: #c7c7c7;
  }

  .md-down\:border-gray-550{
    border-color: #ccc;
  }

  .md-down\:border-gray-600{
    border-color: #707070;
  }

  .md-down\:border-gray-700{
    border-color: #555555;
  }

  .md-down\:border-gray-800{
    border-color: #333232;
  }

  .md-down\:border-gray-900{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .md-down\:border-gray-1000{
    border-color: #dadada;
  }

  .md-down\:border-gray-1100{
    border-color: #ededed;
  }

  .md-down\:border-gray-1200{
    border-color: #b1b1b1;
  }

  .md-down\:border-gray-1300{
    border-color: #9b9b9b;
  }

  .md-down\:border-gray-1400{
    border-color: #999ea1;
  }

  .md-down\:border-gray-1500{
    border-color: #464646;
  }

  .md-down\:border-gray-1600{
    border-color: #9A9FA2;
  }

  .md-down\:border-gray-1700{
    border-color: #FBFBFB;
  }

  .md-down\:border-gray-1800{
    border-color: #494949;
  }

  .md-down\:border-gray-1900{
    border-color: #797979;
  }

  .md-down\:border-tan-300{
    border-color: #d2a680;
  }

  .md-down\:border-tan-400{
    border-color: #a38b71;
  }

  .md-down\:border-tan-500{
    border-color: #b18259;
  }

  .md-down\:border-tan-600{
    border-color: #c29064;
  }

  .md-down\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .md-down\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .md-down\:hover\:border-black:hover{
    border-color: #000000;
  }

  .md-down\:hover\:border-white:hover{
    border-color: #ffffff;
  }

  .md-down\:hover\:border-overlay:hover{
    border-color: rgba(0,0,0,.2);
  }

  .md-down\:hover\:border-transparent-background:hover{
    border-color: rgba(0,0,0,.7);
  }

  .md-down\:hover\:border-red-400:hover{
    border-color: #ed4956;
  }

  .md-down\:hover\:border-red-500:hover{
    border-color: #e74a4a;
  }

  .md-down\:hover\:border-orange-300:hover{
    border-color: #a8774f;
  }

  .md-down\:hover\:border-orange-400:hover{
    border-color: #926642;
  }

  .md-down\:hover\:border-orange-500:hover{
    border-color: #d35a3a;
  }

  .md-down\:hover\:border-green-200:hover{
    border-color: #d5d4a3;
  }

  .md-down\:hover\:border-green-300:hover{
    border-color: #f05a30;
  }

  .md-down\:hover\:border-green-400:hover{
    border-color: #b8b78a;
  }

  .md-down\:hover\:border-green-500:hover{
    border-color: #48bb78;
  }

  .md-down\:hover\:border-green-600:hover{
    border-color: #a4c264;
  }

  .md-down\:hover\:border-green-700:hover{
    border-color: #B8B78F;
  }

  .md-down\:hover\:border-blue-400:hover{
    border-color: #a2c3d3;
  }

  .md-down\:hover\:border-blue-500:hover{
    border-color: #65a6c2;
  }

  .md-down\:hover\:border-blue-600:hover{
    border-color: rgba(70, 97, 153, .97);
  }

  .md-down\:hover\:border-blue-700:hover{
    border-color: rgba(70, 97, 153);
  }

  .md-down\:hover\:border-bluegrey-100:hover{
    border-color: #D9D9D9;
  }

  .md-down\:hover\:border-terracotta-500:hover{
    border-color: #bb7265;
  }

  .md-down\:hover\:border-terracotta-600:hover{
    border-color: #a46357;
  }

  .md-down\:hover\:border-sky-100:hover{
    border-color: #dff2fe;
  }

  .md-down\:hover\:border-sky-200:hover{
    border-color: #a2c3d3;
  }

  .md-down\:hover\:border-neutral-500:hover{
    border-color: #636466;
  }

  .md-down\:hover\:border-gray-50:hover{
    border-color: #fcfcfc;
  }

  .md-down\:hover\:border-gray-100:hover{
    border-color: #e7e7e7;
  }

  .md-down\:hover\:border-gray-125:hover{
    border-color: #f0f0f0;
  }

  .md-down\:hover\:border-gray-150:hover{
    border-color: #dddddd;
  }

  .md-down\:hover\:border-gray-200:hover{
    border-color: #868b8f;
  }

  .md-down\:hover\:border-gray-250:hover{
    border-color: #a6a5a5;
  }

  .md-down\:hover\:border-gray-300:hover{
    border-color: #979796;
  }

  .md-down\:hover\:border-gray-400:hover{
    border-color: #abaeb1;
  }

  .md-down\:hover\:border-gray-500:hover{
    border-color: #c7c7c7;
  }

  .md-down\:hover\:border-gray-550:hover{
    border-color: #ccc;
  }

  .md-down\:hover\:border-gray-600:hover{
    border-color: #707070;
  }

  .md-down\:hover\:border-gray-700:hover{
    border-color: #555555;
  }

  .md-down\:hover\:border-gray-800:hover{
    border-color: #333232;
  }

  .md-down\:hover\:border-gray-900:hover{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .md-down\:hover\:border-gray-1000:hover{
    border-color: #dadada;
  }

  .md-down\:hover\:border-gray-1100:hover{
    border-color: #ededed;
  }

  .md-down\:hover\:border-gray-1200:hover{
    border-color: #b1b1b1;
  }

  .md-down\:hover\:border-gray-1300:hover{
    border-color: #9b9b9b;
  }

  .md-down\:hover\:border-gray-1400:hover{
    border-color: #999ea1;
  }

  .md-down\:hover\:border-gray-1500:hover{
    border-color: #464646;
  }

  .md-down\:hover\:border-gray-1600:hover{
    border-color: #9A9FA2;
  }

  .md-down\:hover\:border-gray-1700:hover{
    border-color: #FBFBFB;
  }

  .md-down\:hover\:border-gray-1800:hover{
    border-color: #494949;
  }

  .md-down\:hover\:border-gray-1900:hover{
    border-color: #797979;
  }

  .md-down\:hover\:border-tan-300:hover{
    border-color: #d2a680;
  }

  .md-down\:hover\:border-tan-400:hover{
    border-color: #a38b71;
  }

  .md-down\:hover\:border-tan-500:hover{
    border-color: #b18259;
  }

  .md-down\:hover\:border-tan-600:hover{
    border-color: #c29064;
  }

  .md-down\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .md-down\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .md-down\:focus\:border-black:focus{
    border-color: #000000;
  }

  .md-down\:focus\:border-white:focus{
    border-color: #ffffff;
  }

  .md-down\:focus\:border-overlay:focus{
    border-color: rgba(0,0,0,.2);
  }

  .md-down\:focus\:border-transparent-background:focus{
    border-color: rgba(0,0,0,.7);
  }

  .md-down\:focus\:border-red-400:focus{
    border-color: #ed4956;
  }

  .md-down\:focus\:border-red-500:focus{
    border-color: #e74a4a;
  }

  .md-down\:focus\:border-orange-300:focus{
    border-color: #a8774f;
  }

  .md-down\:focus\:border-orange-400:focus{
    border-color: #926642;
  }

  .md-down\:focus\:border-orange-500:focus{
    border-color: #d35a3a;
  }

  .md-down\:focus\:border-green-200:focus{
    border-color: #d5d4a3;
  }

  .md-down\:focus\:border-green-300:focus{
    border-color: #f05a30;
  }

  .md-down\:focus\:border-green-400:focus{
    border-color: #b8b78a;
  }

  .md-down\:focus\:border-green-500:focus{
    border-color: #48bb78;
  }

  .md-down\:focus\:border-green-600:focus{
    border-color: #a4c264;
  }

  .md-down\:focus\:border-green-700:focus{
    border-color: #B8B78F;
  }

  .md-down\:focus\:border-blue-400:focus{
    border-color: #a2c3d3;
  }

  .md-down\:focus\:border-blue-500:focus{
    border-color: #65a6c2;
  }

  .md-down\:focus\:border-blue-600:focus{
    border-color: rgba(70, 97, 153, .97);
  }

  .md-down\:focus\:border-blue-700:focus{
    border-color: rgba(70, 97, 153);
  }

  .md-down\:focus\:border-bluegrey-100:focus{
    border-color: #D9D9D9;
  }

  .md-down\:focus\:border-terracotta-500:focus{
    border-color: #bb7265;
  }

  .md-down\:focus\:border-terracotta-600:focus{
    border-color: #a46357;
  }

  .md-down\:focus\:border-sky-100:focus{
    border-color: #dff2fe;
  }

  .md-down\:focus\:border-sky-200:focus{
    border-color: #a2c3d3;
  }

  .md-down\:focus\:border-neutral-500:focus{
    border-color: #636466;
  }

  .md-down\:focus\:border-gray-50:focus{
    border-color: #fcfcfc;
  }

  .md-down\:focus\:border-gray-100:focus{
    border-color: #e7e7e7;
  }

  .md-down\:focus\:border-gray-125:focus{
    border-color: #f0f0f0;
  }

  .md-down\:focus\:border-gray-150:focus{
    border-color: #dddddd;
  }

  .md-down\:focus\:border-gray-200:focus{
    border-color: #868b8f;
  }

  .md-down\:focus\:border-gray-250:focus{
    border-color: #a6a5a5;
  }

  .md-down\:focus\:border-gray-300:focus{
    border-color: #979796;
  }

  .md-down\:focus\:border-gray-400:focus{
    border-color: #abaeb1;
  }

  .md-down\:focus\:border-gray-500:focus{
    border-color: #c7c7c7;
  }

  .md-down\:focus\:border-gray-550:focus{
    border-color: #ccc;
  }

  .md-down\:focus\:border-gray-600:focus{
    border-color: #707070;
  }

  .md-down\:focus\:border-gray-700:focus{
    border-color: #555555;
  }

  .md-down\:focus\:border-gray-800:focus{
    border-color: #333232;
  }

  .md-down\:focus\:border-gray-900:focus{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .md-down\:focus\:border-gray-1000:focus{
    border-color: #dadada;
  }

  .md-down\:focus\:border-gray-1100:focus{
    border-color: #ededed;
  }

  .md-down\:focus\:border-gray-1200:focus{
    border-color: #b1b1b1;
  }

  .md-down\:focus\:border-gray-1300:focus{
    border-color: #9b9b9b;
  }

  .md-down\:focus\:border-gray-1400:focus{
    border-color: #999ea1;
  }

  .md-down\:focus\:border-gray-1500:focus{
    border-color: #464646;
  }

  .md-down\:focus\:border-gray-1600:focus{
    border-color: #9A9FA2;
  }

  .md-down\:focus\:border-gray-1700:focus{
    border-color: #FBFBFB;
  }

  .md-down\:focus\:border-gray-1800:focus{
    border-color: #494949;
  }

  .md-down\:focus\:border-gray-1900:focus{
    border-color: #797979;
  }

  .md-down\:focus\:border-tan-300:focus{
    border-color: #d2a680;
  }

  .md-down\:focus\:border-tan-400:focus{
    border-color: #a38b71;
  }

  .md-down\:focus\:border-tan-500:focus{
    border-color: #b18259;
  }

  .md-down\:focus\:border-tan-600:focus{
    border-color: #c29064;
  }

  .js-is-active.md-down\:self-active\:border-transparent{
    border-color: transparent;
  }

  .js-is-active.md-down\:self-active\:border-current{
    border-color: currentColor;
  }

  .js-is-active.md-down\:self-active\:border-black{
    border-color: #000000;
  }

  .js-is-active.md-down\:self-active\:border-white{
    border-color: #ffffff;
  }

  .js-is-active.md-down\:self-active\:border-overlay{
    border-color: rgba(0,0,0,.2);
  }

  .js-is-active.md-down\:self-active\:border-transparent-background{
    border-color: rgba(0,0,0,.7);
  }

  .js-is-active.md-down\:self-active\:border-red-400{
    border-color: #ed4956;
  }

  .js-is-active.md-down\:self-active\:border-red-500{
    border-color: #e74a4a;
  }

  .js-is-active.md-down\:self-active\:border-orange-300{
    border-color: #a8774f;
  }

  .js-is-active.md-down\:self-active\:border-orange-400{
    border-color: #926642;
  }

  .js-is-active.md-down\:self-active\:border-orange-500{
    border-color: #d35a3a;
  }

  .js-is-active.md-down\:self-active\:border-green-200{
    border-color: #d5d4a3;
  }

  .js-is-active.md-down\:self-active\:border-green-300{
    border-color: #f05a30;
  }

  .js-is-active.md-down\:self-active\:border-green-400{
    border-color: #b8b78a;
  }

  .js-is-active.md-down\:self-active\:border-green-500{
    border-color: #48bb78;
  }

  .js-is-active.md-down\:self-active\:border-green-600{
    border-color: #a4c264;
  }

  .js-is-active.md-down\:self-active\:border-green-700{
    border-color: #B8B78F;
  }

  .js-is-active.md-down\:self-active\:border-blue-400{
    border-color: #a2c3d3;
  }

  .js-is-active.md-down\:self-active\:border-blue-500{
    border-color: #65a6c2;
  }

  .js-is-active.md-down\:self-active\:border-blue-600{
    border-color: rgba(70, 97, 153, .97);
  }

  .js-is-active.md-down\:self-active\:border-blue-700{
    border-color: rgba(70, 97, 153);
  }

  .js-is-active.md-down\:self-active\:border-bluegrey-100{
    border-color: #D9D9D9;
  }

  .js-is-active.md-down\:self-active\:border-terracotta-500{
    border-color: #bb7265;
  }

  .js-is-active.md-down\:self-active\:border-terracotta-600{
    border-color: #a46357;
  }

  .js-is-active.md-down\:self-active\:border-sky-100{
    border-color: #dff2fe;
  }

  .js-is-active.md-down\:self-active\:border-sky-200{
    border-color: #a2c3d3;
  }

  .js-is-active.md-down\:self-active\:border-neutral-500{
    border-color: #636466;
  }

  .js-is-active.md-down\:self-active\:border-gray-50{
    border-color: #fcfcfc;
  }

  .js-is-active.md-down\:self-active\:border-gray-100{
    border-color: #e7e7e7;
  }

  .js-is-active.md-down\:self-active\:border-gray-125{
    border-color: #f0f0f0;
  }

  .js-is-active.md-down\:self-active\:border-gray-150{
    border-color: #dddddd;
  }

  .js-is-active.md-down\:self-active\:border-gray-200{
    border-color: #868b8f;
  }

  .js-is-active.md-down\:self-active\:border-gray-250{
    border-color: #a6a5a5;
  }

  .js-is-active.md-down\:self-active\:border-gray-300{
    border-color: #979796;
  }

  .js-is-active.md-down\:self-active\:border-gray-400{
    border-color: #abaeb1;
  }

  .js-is-active.md-down\:self-active\:border-gray-500{
    border-color: #c7c7c7;
  }

  .js-is-active.md-down\:self-active\:border-gray-550{
    border-color: #ccc;
  }

  .js-is-active.md-down\:self-active\:border-gray-600{
    border-color: #707070;
  }

  .js-is-active.md-down\:self-active\:border-gray-700{
    border-color: #555555;
  }

  .js-is-active.md-down\:self-active\:border-gray-800{
    border-color: #333232;
  }

  .js-is-active.md-down\:self-active\:border-gray-900{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .js-is-active.md-down\:self-active\:border-gray-1000{
    border-color: #dadada;
  }

  .js-is-active.md-down\:self-active\:border-gray-1100{
    border-color: #ededed;
  }

  .js-is-active.md-down\:self-active\:border-gray-1200{
    border-color: #b1b1b1;
  }

  .js-is-active.md-down\:self-active\:border-gray-1300{
    border-color: #9b9b9b;
  }

  .js-is-active.md-down\:self-active\:border-gray-1400{
    border-color: #999ea1;
  }

  .js-is-active.md-down\:self-active\:border-gray-1500{
    border-color: #464646;
  }

  .js-is-active.md-down\:self-active\:border-gray-1600{
    border-color: #9A9FA2;
  }

  .js-is-active.md-down\:self-active\:border-gray-1700{
    border-color: #FBFBFB;
  }

  .js-is-active.md-down\:self-active\:border-gray-1800{
    border-color: #494949;
  }

  .js-is-active.md-down\:self-active\:border-gray-1900{
    border-color: #797979;
  }

  .js-is-active.md-down\:self-active\:border-tan-300{
    border-color: #d2a680;
  }

  .js-is-active.md-down\:self-active\:border-tan-400{
    border-color: #a38b71;
  }

  .js-is-active.md-down\:self-active\:border-tan-500{
    border-color: #b18259;
  }

  .js-is-active.md-down\:self-active\:border-tan-600{
    border-color: #c29064;
  }

  .group:hover .md-down\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .md-down\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .md-down\:group-hover\:border-black{
    border-color: #000000;
  }

  .group:hover .md-down\:group-hover\:border-white{
    border-color: #ffffff;
  }

  .group:hover .md-down\:group-hover\:border-overlay{
    border-color: rgba(0,0,0,.2);
  }

  .group:hover .md-down\:group-hover\:border-transparent-background{
    border-color: rgba(0,0,0,.7);
  }

  .group:hover .md-down\:group-hover\:border-red-400{
    border-color: #ed4956;
  }

  .group:hover .md-down\:group-hover\:border-red-500{
    border-color: #e74a4a;
  }

  .group:hover .md-down\:group-hover\:border-orange-300{
    border-color: #a8774f;
  }

  .group:hover .md-down\:group-hover\:border-orange-400{
    border-color: #926642;
  }

  .group:hover .md-down\:group-hover\:border-orange-500{
    border-color: #d35a3a;
  }

  .group:hover .md-down\:group-hover\:border-green-200{
    border-color: #d5d4a3;
  }

  .group:hover .md-down\:group-hover\:border-green-300{
    border-color: #f05a30;
  }

  .group:hover .md-down\:group-hover\:border-green-400{
    border-color: #b8b78a;
  }

  .group:hover .md-down\:group-hover\:border-green-500{
    border-color: #48bb78;
  }

  .group:hover .md-down\:group-hover\:border-green-600{
    border-color: #a4c264;
  }

  .group:hover .md-down\:group-hover\:border-green-700{
    border-color: #B8B78F;
  }

  .group:hover .md-down\:group-hover\:border-blue-400{
    border-color: #a2c3d3;
  }

  .group:hover .md-down\:group-hover\:border-blue-500{
    border-color: #65a6c2;
  }

  .group:hover .md-down\:group-hover\:border-blue-600{
    border-color: rgba(70, 97, 153, .97);
  }

  .group:hover .md-down\:group-hover\:border-blue-700{
    border-color: rgba(70, 97, 153);
  }

  .group:hover .md-down\:group-hover\:border-bluegrey-100{
    border-color: #D9D9D9;
  }

  .group:hover .md-down\:group-hover\:border-terracotta-500{
    border-color: #bb7265;
  }

  .group:hover .md-down\:group-hover\:border-terracotta-600{
    border-color: #a46357;
  }

  .group:hover .md-down\:group-hover\:border-sky-100{
    border-color: #dff2fe;
  }

  .group:hover .md-down\:group-hover\:border-sky-200{
    border-color: #a2c3d3;
  }

  .group:hover .md-down\:group-hover\:border-neutral-500{
    border-color: #636466;
  }

  .group:hover .md-down\:group-hover\:border-gray-50{
    border-color: #fcfcfc;
  }

  .group:hover .md-down\:group-hover\:border-gray-100{
    border-color: #e7e7e7;
  }

  .group:hover .md-down\:group-hover\:border-gray-125{
    border-color: #f0f0f0;
  }

  .group:hover .md-down\:group-hover\:border-gray-150{
    border-color: #dddddd;
  }

  .group:hover .md-down\:group-hover\:border-gray-200{
    border-color: #868b8f;
  }

  .group:hover .md-down\:group-hover\:border-gray-250{
    border-color: #a6a5a5;
  }

  .group:hover .md-down\:group-hover\:border-gray-300{
    border-color: #979796;
  }

  .group:hover .md-down\:group-hover\:border-gray-400{
    border-color: #abaeb1;
  }

  .group:hover .md-down\:group-hover\:border-gray-500{
    border-color: #c7c7c7;
  }

  .group:hover .md-down\:group-hover\:border-gray-550{
    border-color: #ccc;
  }

  .group:hover .md-down\:group-hover\:border-gray-600{
    border-color: #707070;
  }

  .group:hover .md-down\:group-hover\:border-gray-700{
    border-color: #555555;
  }

  .group:hover .md-down\:group-hover\:border-gray-800{
    border-color: #333232;
  }

  .group:hover .md-down\:group-hover\:border-gray-900{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .md-down\:group-hover\:border-gray-1000{
    border-color: #dadada;
  }

  .group:hover .md-down\:group-hover\:border-gray-1100{
    border-color: #ededed;
  }

  .group:hover .md-down\:group-hover\:border-gray-1200{
    border-color: #b1b1b1;
  }

  .group:hover .md-down\:group-hover\:border-gray-1300{
    border-color: #9b9b9b;
  }

  .group:hover .md-down\:group-hover\:border-gray-1400{
    border-color: #999ea1;
  }

  .group:hover .md-down\:group-hover\:border-gray-1500{
    border-color: #464646;
  }

  .group:hover .md-down\:group-hover\:border-gray-1600{
    border-color: #9A9FA2;
  }

  .group:hover .md-down\:group-hover\:border-gray-1700{
    border-color: #FBFBFB;
  }

  .group:hover .md-down\:group-hover\:border-gray-1800{
    border-color: #494949;
  }

  .group:hover .md-down\:group-hover\:border-gray-1900{
    border-color: #797979;
  }

  .group:hover .md-down\:group-hover\:border-tan-300{
    border-color: #d2a680;
  }

  .group:hover .md-down\:group-hover\:border-tan-400{
    border-color: #a38b71;
  }

  .group:hover .md-down\:group-hover\:border-tan-500{
    border-color: #b18259;
  }

  .group:hover .md-down\:group-hover\:border-tan-600{
    border-color: #c29064;
  }

  .md-down\:rounded-none{
    border-radius: 0;
  }

  .md-down\:rounded-sm{
    border-radius: 0.125rem;
  }

  .md-down\:rounded{
    border-radius: 0.25rem;
  }

  .md-down\:rounded-lg{
    border-radius: 0.5rem;
  }

  .md-down\:rounded-full{
    border-radius: 9999px;
  }

  .md-down\:rounded-md{
    border-radius: 0.375rem;
  }

  .md-down\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md-down\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md-down\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md-down\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md-down\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md-down\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md-down\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md-down\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md-down\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md-down\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md-down\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md-down\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md-down\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md-down\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md-down\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md-down\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md-down\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md-down\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md-down\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md-down\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md-down\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md-down\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md-down\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md-down\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md-down\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .md-down\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .md-down\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .md-down\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .md-down\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .md-down\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .md-down\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .md-down\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .md-down\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .md-down\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .md-down\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .md-down\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .md-down\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .md-down\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .md-down\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .md-down\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .md-down\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .md-down\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .md-down\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .md-down\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .md-down\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .md-down\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .md-down\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .md-down\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .md-down\:border-solid{
    border-style: solid;
  }

  .md-down\:border-dashed{
    border-style: dashed;
  }

  .md-down\:border-dotted{
    border-style: dotted;
  }

  .md-down\:border-double{
    border-style: double;
  }

  .md-down\:border-none{
    border-style: none;
  }

  .md-down\:border-0{
    border-width: 0;
  }

  .md-down\:border-2{
    border-width: 2px;
  }

  .md-down\:border-3{
    border-width: 3px;
  }

  .md-down\:border-4{
    border-width: 4px;
  }

  .md-down\:border-5{
    border-width: 5px;
  }

  .md-down\:border-6{
    border-width: 6px;
  }

  .md-down\:border-8{
    border-width: 8px;
  }

  .md-down\:border{
    border-width: 1px;
  }

  .md-down\:border-t-0{
    border-top-width: 0;
  }

  .md-down\:border-r-0{
    border-right-width: 0;
  }

  .md-down\:border-b-0{
    border-bottom-width: 0;
  }

  .md-down\:border-l-0{
    border-left-width: 0;
  }

  .md-down\:border-t-2{
    border-top-width: 2px;
  }

  .md-down\:border-r-2{
    border-right-width: 2px;
  }

  .md-down\:border-b-2{
    border-bottom-width: 2px;
  }

  .md-down\:border-l-2{
    border-left-width: 2px;
  }

  .md-down\:border-t-3{
    border-top-width: 3px;
  }

  .md-down\:border-r-3{
    border-right-width: 3px;
  }

  .md-down\:border-b-3{
    border-bottom-width: 3px;
  }

  .md-down\:border-l-3{
    border-left-width: 3px;
  }

  .md-down\:border-t-4{
    border-top-width: 4px;
  }

  .md-down\:border-r-4{
    border-right-width: 4px;
  }

  .md-down\:border-b-4{
    border-bottom-width: 4px;
  }

  .md-down\:border-l-4{
    border-left-width: 4px;
  }

  .md-down\:border-t-5{
    border-top-width: 5px;
  }

  .md-down\:border-r-5{
    border-right-width: 5px;
  }

  .md-down\:border-b-5{
    border-bottom-width: 5px;
  }

  .md-down\:border-l-5{
    border-left-width: 5px;
  }

  .md-down\:border-t-6{
    border-top-width: 6px;
  }

  .md-down\:border-r-6{
    border-right-width: 6px;
  }

  .md-down\:border-b-6{
    border-bottom-width: 6px;
  }

  .md-down\:border-l-6{
    border-left-width: 6px;
  }

  .md-down\:border-t-8{
    border-top-width: 8px;
  }

  .md-down\:border-r-8{
    border-right-width: 8px;
  }

  .md-down\:border-b-8{
    border-bottom-width: 8px;
  }

  .md-down\:border-l-8{
    border-left-width: 8px;
  }

  .md-down\:border-t{
    border-top-width: 1px;
  }

  .md-down\:border-r{
    border-right-width: 1px;
  }

  .md-down\:border-b{
    border-bottom-width: 1px;
  }

  .md-down\:border-l{
    border-left-width: 1px;
  }

  .md-down\:cursor-auto{
    cursor: auto;
  }

  .md-down\:cursor-default{
    cursor: default;
  }

  .md-down\:cursor-pointer{
    cursor: pointer;
  }

  .md-down\:cursor-wait{
    cursor: wait;
  }

  .md-down\:cursor-text{
    cursor: text;
  }

  .md-down\:cursor-move{
    cursor: move;
  }

  .md-down\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .md-down\:block{
    display: block;
  }

  .md-down\:inline-block{
    display: inline-block;
  }

  .md-down\:inline{
    display: inline;
  }

  .md-down\:flex{
    display: flex;
  }

  .md-down\:inline-flex{
    display: inline-flex;
  }

  .md-down\:table{
    display: table;
  }

  .md-down\:table-row{
    display: table-row;
  }

  .md-down\:table-cell{
    display: table-cell;
  }

  .md-down\:hidden{
    display: none;
  }

  .group:hover .md-down\:group-hover\:block{
    display: block;
  }

  .group:hover .md-down\:group-hover\:inline-block{
    display: inline-block;
  }

  .group:hover .md-down\:group-hover\:inline{
    display: inline;
  }

  .group:hover .md-down\:group-hover\:flex{
    display: flex;
  }

  .group:hover .md-down\:group-hover\:inline-flex{
    display: inline-flex;
  }

  .group:hover .md-down\:group-hover\:table{
    display: table;
  }

  .group:hover .md-down\:group-hover\:table-row{
    display: table-row;
  }

  .group:hover .md-down\:group-hover\:table-cell{
    display: table-cell;
  }

  .group:hover .md-down\:group-hover\:hidden{
    display: none;
  }

  .group[aria-expanded="true"] .md-down\:group-aria-expanded\:block{
    display: block;
  }

  .group[aria-expanded="true"] .md-down\:group-aria-expanded\:inline-block{
    display: inline-block;
  }

  .group[aria-expanded="true"] .md-down\:group-aria-expanded\:inline{
    display: inline;
  }

  .group[aria-expanded="true"] .md-down\:group-aria-expanded\:flex{
    display: flex;
  }

  .group[aria-expanded="true"] .md-down\:group-aria-expanded\:inline-flex{
    display: inline-flex;
  }

  .group[aria-expanded="true"] .md-down\:group-aria-expanded\:table{
    display: table;
  }

  .group[aria-expanded="true"] .md-down\:group-aria-expanded\:table-row{
    display: table-row;
  }

  .group[aria-expanded="true"] .md-down\:group-aria-expanded\:table-cell{
    display: table-cell;
  }

  .group[aria-expanded="true"] .md-down\:group-aria-expanded\:hidden{
    display: none;
  }

  .js-is-active.md-down\:self-active\:block{
    display: block;
  }

  .js-is-active.md-down\:self-active\:inline-block{
    display: inline-block;
  }

  .js-is-active.md-down\:self-active\:inline{
    display: inline;
  }

  .js-is-active.md-down\:self-active\:flex{
    display: flex;
  }

  .js-is-active.md-down\:self-active\:inline-flex{
    display: inline-flex;
  }

  .js-is-active.md-down\:self-active\:table{
    display: table;
  }

  .js-is-active.md-down\:self-active\:table-row{
    display: table-row;
  }

  .js-is-active.md-down\:self-active\:table-cell{
    display: table-cell;
  }

  .js-is-active.md-down\:self-active\:hidden{
    display: none;
  }

  .md-down\:flex-row{
    flex-direction: row;
  }

  .md-down\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .md-down\:flex-col{
    flex-direction: column;
  }

  .md-down\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .md-down\:flex-wrap{
    flex-wrap: wrap;
  }

  .md-down\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .md-down\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .md-down\:items-start{
    align-items: flex-start;
  }

  .md-down\:items-end{
    align-items: flex-end;
  }

  .md-down\:items-center{
    align-items: center;
  }

  .md-down\:items-baseline{
    align-items: baseline;
  }

  .md-down\:items-stretch{
    align-items: stretch;
  }

  .md-down\:self-auto{
    align-self: auto;
  }

  .md-down\:self-start{
    align-self: flex-start;
  }

  .md-down\:self-end{
    align-self: flex-end;
  }

  .md-down\:self-center{
    align-self: center;
  }

  .md-down\:self-stretch{
    align-self: stretch;
  }

  .md-down\:justify-start{
    justify-content: flex-start;
  }

  .md-down\:justify-end{
    justify-content: flex-end;
  }

  .md-down\:justify-center{
    justify-content: center;
  }

  .md-down\:justify-between{
    justify-content: space-between;
  }

  .md-down\:justify-around{
    justify-content: space-around;
  }

  .md-down\:content-center{
    align-content: center;
  }

  .md-down\:content-start{
    align-content: flex-start;
  }

  .md-down\:content-end{
    align-content: flex-end;
  }

  .md-down\:content-between{
    align-content: space-between;
  }

  .md-down\:content-around{
    align-content: space-around;
  }

  .md-down\:flex-1{
    flex: 1 1 0%;
  }

  .md-down\:flex-auto{
    flex: 1 1 auto;
  }

  .md-down\:flex-initial{
    flex: 0 1 auto;
  }

  .md-down\:flex-none{
    flex: none;
  }

  .md-down\:flex-0-auto{
    flex: 0 0 auto;
  }

  .md-down\:flex-1-60{
    flex: 1 1 60%;
  }

  .md-down\:flex-grow-0{
    flex-grow: 0;
  }

  .md-down\:flex-grow{
    flex-grow: 1;
  }

  .md-down\:flex-shrink-0{
    flex-shrink: 0;
  }

  .md-down\:flex-shrink{
    flex-shrink: 1;
  }

  .md-down\:order-1{
    order: 1;
  }

  .md-down\:order-2{
    order: 2;
  }

  .md-down\:order-3{
    order: 3;
  }

  .md-down\:order-4{
    order: 4;
  }

  .md-down\:order-5{
    order: 5;
  }

  .md-down\:order-6{
    order: 6;
  }

  .md-down\:order-7{
    order: 7;
  }

  .md-down\:order-8{
    order: 8;
  }

  .md-down\:order-9{
    order: 9;
  }

  .md-down\:order-10{
    order: 10;
  }

  .md-down\:order-11{
    order: 11;
  }

  .md-down\:order-12{
    order: 12;
  }

  .md-down\:order-first{
    order: -9999;
  }

  .md-down\:order-last{
    order: 9999;
  }

  .md-down\:order-none{
    order: 0;
  }

  .md-down\:float-right{
    float: right;
  }

  .md-down\:float-left{
    float: left;
  }

  .md-down\:float-none{
    float: none;
  }

  .md-down\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .md-down\:font-sans{
    font-family: "HelveticaNeueLTStd", "HelveticaNeueLT", sans-serif;
  }

  .md-down\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md-down\:font-hairline{
    font-weight: 100;
  }

  .md-down\:font-thin{
    font-weight: 200;
  }

  .md-down\:font-light{
    font-weight: 300;
  }

  .md-down\:font-normal{
    font-weight: 400;
  }

  .md-down\:font-medium{
    font-weight: 500;
  }

  .md-down\:font-semibold{
    font-weight: 600;
  }

  .md-down\:font-bold{
    font-weight: 700;
  }

  .md-down\:font-extrabold{
    font-weight: 800;
  }

  .md-down\:font-black{
    font-weight: 900;
  }

  .md-down\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .md-down\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .md-down\:hover\:font-light:hover{
    font-weight: 300;
  }

  .md-down\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .md-down\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .md-down\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .md-down\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .md-down\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .md-down\:hover\:font-black:hover{
    font-weight: 900;
  }

  .md-down\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .md-down\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .md-down\:focus\:font-light:focus{
    font-weight: 300;
  }

  .md-down\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .md-down\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .md-down\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .md-down\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .md-down\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .md-down\:focus\:font-black:focus{
    font-weight: 900;
  }

  .md-down\:h-0{
    height: 0;
  }

  .md-down\:h-1{
    height: 0.25rem;
  }

  .md-down\:h-2{
    height: 0.5rem;
  }

  .md-down\:h-3{
    height: 0.75rem;
  }

  .md-down\:h-4{
    height: 1rem;
  }

  .md-down\:h-5{
    height: 1.25rem;
  }

  .md-down\:h-6{
    height: 1.5rem;
  }

  .md-down\:h-8{
    height: 2rem;
  }

  .md-down\:h-10{
    height: 2.5rem;
  }

  .md-down\:h-12{
    height: 3rem;
  }

  .md-down\:h-14{
    height: 3.5rem;
  }

  .md-down\:h-16{
    height: 4rem;
  }

  .md-down\:h-20{
    height: 5rem;
  }

  .md-down\:h-24{
    height: 6rem;
  }

  .md-down\:h-32{
    height: 8rem;
  }

  .md-down\:h-40{
    height: 10rem;
  }

  .md-down\:h-48{
    height: 12rem;
  }

  .md-down\:h-56{
    height: 14rem;
  }

  .md-down\:h-64{
    height: 16rem;
  }

  .md-down\:h-360{
    height: 22.5rem;
  }

  .md-down\:h-auto{
    height: auto;
  }

  .md-down\:h-px{
    height: 1px;
  }

  .md-down\:h-full{
    height: 100%;
  }

  .md-down\:h-screen{
    height: 100vh;
  }

  .md-down\:h-inherit{
    height: inherit;
  }

  .md-down\:h-3\/5{
    height: 60%;
  }

  .md-down\:h-screen-75{
    height: 75vh;
  }

  .md-down\:leading-none{
    line-height: 1;
  }

  .md-down\:leading-tight{
    line-height: 1.25;
  }

  .md-down\:leading-snug{
    line-height: 1.375;
  }

  .md-down\:leading-normal{
    line-height: 1.5;
  }

  .md-down\:leading-relaxed{
    line-height: 1.625;
  }

  .md-down\:leading-loose{
    line-height: 2;
  }

  .md-down\:leading-lockup{
    line-height: 0.9;
  }

  .md-down\:list-inside{
    list-style-position: inside;
  }

  .md-down\:list-outside{
    list-style-position: outside;
  }

  .md-down\:list-none{
    list-style-type: none;
  }

  .md-down\:list-disc{
    list-style-type: disc;
  }

  .md-down\:list-decimal{
    list-style-type: decimal;
  }

  .md-down\:m-0{
    margin: 0;
  }

  .md-down\:m-1{
    margin: 0.25rem;
  }

  .md-down\:m-2{
    margin: 0.5rem;
  }

  .md-down\:m-3{
    margin: 0.75rem;
  }

  .md-down\:m-4{
    margin: 1rem;
  }

  .md-down\:m-5{
    margin: 1.25rem;
  }

  .md-down\:m-6{
    margin: 1.5rem;
  }

  .md-down\:m-8{
    margin: 2rem;
  }

  .md-down\:m-10{
    margin: 2.5rem;
  }

  .md-down\:m-12{
    margin: 3rem;
  }

  .md-down\:m-16{
    margin: 4rem;
  }

  .md-down\:m-20{
    margin: 5rem;
  }

  .md-down\:m-24{
    margin: 6rem;
  }

  .md-down\:m-32{
    margin: 8rem;
  }

  .md-down\:m-40{
    margin: 10rem;
  }

  .md-down\:m-48{
    margin: 12rem;
  }

  .md-down\:m-56{
    margin: 14rem;
  }

  .md-down\:m-64{
    margin: 16rem;
  }

  .md-down\:m-auto{
    margin: auto;
  }

  .md-down\:m-px{
    margin: 1px;
  }

  .md-down\:m-full{
    margin: 100%;
  }

  .md-down\:-m-1{
    margin: -0.25rem;
  }

  .md-down\:-m-2{
    margin: -0.5rem;
  }

  .md-down\:-m-3{
    margin: -0.75rem;
  }

  .md-down\:-m-4{
    margin: -1rem;
  }

  .md-down\:-m-5{
    margin: -1.25rem;
  }

  .md-down\:-m-6{
    margin: -1.5rem;
  }

  .md-down\:-m-8{
    margin: -2rem;
  }

  .md-down\:-m-10{
    margin: -2.5rem;
  }

  .md-down\:-m-12{
    margin: -3rem;
  }

  .md-down\:-m-16{
    margin: -4rem;
  }

  .md-down\:-m-20{
    margin: -5rem;
  }

  .md-down\:-m-24{
    margin: -6rem;
  }

  .md-down\:-m-32{
    margin: -8rem;
  }

  .md-down\:-m-40{
    margin: -10rem;
  }

  .md-down\:-m-48{
    margin: -12rem;
  }

  .md-down\:-m-56{
    margin: -14rem;
  }

  .md-down\:-m-64{
    margin: -16rem;
  }

  .md-down\:-m-px{
    margin: -1px;
  }

  .md-down\:-m-full{
    margin: -100%;
  }

  .md-down\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md-down\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .md-down\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md-down\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md-down\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md-down\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md-down\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md-down\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md-down\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md-down\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md-down\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md-down\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md-down\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md-down\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md-down\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md-down\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md-down\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md-down\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md-down\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md-down\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md-down\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md-down\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md-down\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md-down\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md-down\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md-down\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md-down\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md-down\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md-down\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md-down\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md-down\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md-down\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md-down\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md-down\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md-down\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md-down\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md-down\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md-down\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md-down\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md-down\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .md-down\:my-full{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md-down\:mx-full{
    margin-left: 100%;
    margin-right: 100%;
  }

  .md-down\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md-down\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md-down\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md-down\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md-down\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md-down\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md-down\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md-down\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md-down\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md-down\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md-down\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md-down\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md-down\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md-down\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md-down\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md-down\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md-down\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md-down\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md-down\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md-down\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md-down\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md-down\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md-down\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md-down\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md-down\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md-down\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md-down\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md-down\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md-down\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md-down\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md-down\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md-down\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md-down\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md-down\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md-down\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md-down\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .md-down\:-my-full{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md-down\:-mx-full{
    margin-left: -100%;
    margin-right: -100%;
  }

  .md-down\:mt-0{
    margin-top: 0;
  }

  .md-down\:mr-0{
    margin-right: 0;
  }

  .md-down\:mb-0{
    margin-bottom: 0;
  }

  .md-down\:ml-0{
    margin-left: 0;
  }

  .md-down\:mt-1{
    margin-top: 0.25rem;
  }

  .md-down\:mr-1{
    margin-right: 0.25rem;
  }

  .md-down\:mb-1{
    margin-bottom: 0.25rem;
  }

  .md-down\:ml-1{
    margin-left: 0.25rem;
  }

  .md-down\:mt-2{
    margin-top: 0.5rem;
  }

  .md-down\:mr-2{
    margin-right: 0.5rem;
  }

  .md-down\:mb-2{
    margin-bottom: 0.5rem;
  }

  .md-down\:ml-2{
    margin-left: 0.5rem;
  }

  .md-down\:mt-3{
    margin-top: 0.75rem;
  }

  .md-down\:mr-3{
    margin-right: 0.75rem;
  }

  .md-down\:mb-3{
    margin-bottom: 0.75rem;
  }

  .md-down\:ml-3{
    margin-left: 0.75rem;
  }

  .md-down\:mt-4{
    margin-top: 1rem;
  }

  .md-down\:mr-4{
    margin-right: 1rem;
  }

  .md-down\:mb-4{
    margin-bottom: 1rem;
  }

  .md-down\:ml-4{
    margin-left: 1rem;
  }

  .md-down\:mt-5{
    margin-top: 1.25rem;
  }

  .md-down\:mr-5{
    margin-right: 1.25rem;
  }

  .md-down\:mb-5{
    margin-bottom: 1.25rem;
  }

  .md-down\:ml-5{
    margin-left: 1.25rem;
  }

  .md-down\:mt-6{
    margin-top: 1.5rem;
  }

  .md-down\:mr-6{
    margin-right: 1.5rem;
  }

  .md-down\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md-down\:ml-6{
    margin-left: 1.5rem;
  }

  .md-down\:mt-8{
    margin-top: 2rem;
  }

  .md-down\:mr-8{
    margin-right: 2rem;
  }

  .md-down\:mb-8{
    margin-bottom: 2rem;
  }

  .md-down\:ml-8{
    margin-left: 2rem;
  }

  .md-down\:mt-10{
    margin-top: 2.5rem;
  }

  .md-down\:mr-10{
    margin-right: 2.5rem;
  }

  .md-down\:mb-10{
    margin-bottom: 2.5rem;
  }

  .md-down\:ml-10{
    margin-left: 2.5rem;
  }

  .md-down\:mt-12{
    margin-top: 3rem;
  }

  .md-down\:mr-12{
    margin-right: 3rem;
  }

  .md-down\:mb-12{
    margin-bottom: 3rem;
  }

  .md-down\:ml-12{
    margin-left: 3rem;
  }

  .md-down\:mt-16{
    margin-top: 4rem;
  }

  .md-down\:mr-16{
    margin-right: 4rem;
  }

  .md-down\:mb-16{
    margin-bottom: 4rem;
  }

  .md-down\:ml-16{
    margin-left: 4rem;
  }

  .md-down\:mt-20{
    margin-top: 5rem;
  }

  .md-down\:mr-20{
    margin-right: 5rem;
  }

  .md-down\:mb-20{
    margin-bottom: 5rem;
  }

  .md-down\:ml-20{
    margin-left: 5rem;
  }

  .md-down\:mt-24{
    margin-top: 6rem;
  }

  .md-down\:mr-24{
    margin-right: 6rem;
  }

  .md-down\:mb-24{
    margin-bottom: 6rem;
  }

  .md-down\:ml-24{
    margin-left: 6rem;
  }

  .md-down\:mt-32{
    margin-top: 8rem;
  }

  .md-down\:mr-32{
    margin-right: 8rem;
  }

  .md-down\:mb-32{
    margin-bottom: 8rem;
  }

  .md-down\:ml-32{
    margin-left: 8rem;
  }

  .md-down\:mt-40{
    margin-top: 10rem;
  }

  .md-down\:mr-40{
    margin-right: 10rem;
  }

  .md-down\:mb-40{
    margin-bottom: 10rem;
  }

  .md-down\:ml-40{
    margin-left: 10rem;
  }

  .md-down\:mt-48{
    margin-top: 12rem;
  }

  .md-down\:mr-48{
    margin-right: 12rem;
  }

  .md-down\:mb-48{
    margin-bottom: 12rem;
  }

  .md-down\:ml-48{
    margin-left: 12rem;
  }

  .md-down\:mt-56{
    margin-top: 14rem;
  }

  .md-down\:mr-56{
    margin-right: 14rem;
  }

  .md-down\:mb-56{
    margin-bottom: 14rem;
  }

  .md-down\:ml-56{
    margin-left: 14rem;
  }

  .md-down\:mt-64{
    margin-top: 16rem;
  }

  .md-down\:mr-64{
    margin-right: 16rem;
  }

  .md-down\:mb-64{
    margin-bottom: 16rem;
  }

  .md-down\:ml-64{
    margin-left: 16rem;
  }

  .md-down\:mt-auto{
    margin-top: auto;
  }

  .md-down\:mr-auto{
    margin-right: auto;
  }

  .md-down\:mb-auto{
    margin-bottom: auto;
  }

  .md-down\:ml-auto{
    margin-left: auto;
  }

  .md-down\:mt-px{
    margin-top: 1px;
  }

  .md-down\:mr-px{
    margin-right: 1px;
  }

  .md-down\:mb-px{
    margin-bottom: 1px;
  }

  .md-down\:ml-px{
    margin-left: 1px;
  }

  .md-down\:mt-full{
    margin-top: 100%;
  }

  .md-down\:mr-full{
    margin-right: 100%;
  }

  .md-down\:mb-full{
    margin-bottom: 100%;
  }

  .md-down\:ml-full{
    margin-left: 100%;
  }

  .md-down\:-mt-1{
    margin-top: -0.25rem;
  }

  .md-down\:-mr-1{
    margin-right: -0.25rem;
  }

  .md-down\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .md-down\:-ml-1{
    margin-left: -0.25rem;
  }

  .md-down\:-mt-2{
    margin-top: -0.5rem;
  }

  .md-down\:-mr-2{
    margin-right: -0.5rem;
  }

  .md-down\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .md-down\:-ml-2{
    margin-left: -0.5rem;
  }

  .md-down\:-mt-3{
    margin-top: -0.75rem;
  }

  .md-down\:-mr-3{
    margin-right: -0.75rem;
  }

  .md-down\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .md-down\:-ml-3{
    margin-left: -0.75rem;
  }

  .md-down\:-mt-4{
    margin-top: -1rem;
  }

  .md-down\:-mr-4{
    margin-right: -1rem;
  }

  .md-down\:-mb-4{
    margin-bottom: -1rem;
  }

  .md-down\:-ml-4{
    margin-left: -1rem;
  }

  .md-down\:-mt-5{
    margin-top: -1.25rem;
  }

  .md-down\:-mr-5{
    margin-right: -1.25rem;
  }

  .md-down\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .md-down\:-ml-5{
    margin-left: -1.25rem;
  }

  .md-down\:-mt-6{
    margin-top: -1.5rem;
  }

  .md-down\:-mr-6{
    margin-right: -1.5rem;
  }

  .md-down\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .md-down\:-ml-6{
    margin-left: -1.5rem;
  }

  .md-down\:-mt-8{
    margin-top: -2rem;
  }

  .md-down\:-mr-8{
    margin-right: -2rem;
  }

  .md-down\:-mb-8{
    margin-bottom: -2rem;
  }

  .md-down\:-ml-8{
    margin-left: -2rem;
  }

  .md-down\:-mt-10{
    margin-top: -2.5rem;
  }

  .md-down\:-mr-10{
    margin-right: -2.5rem;
  }

  .md-down\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .md-down\:-ml-10{
    margin-left: -2.5rem;
  }

  .md-down\:-mt-12{
    margin-top: -3rem;
  }

  .md-down\:-mr-12{
    margin-right: -3rem;
  }

  .md-down\:-mb-12{
    margin-bottom: -3rem;
  }

  .md-down\:-ml-12{
    margin-left: -3rem;
  }

  .md-down\:-mt-16{
    margin-top: -4rem;
  }

  .md-down\:-mr-16{
    margin-right: -4rem;
  }

  .md-down\:-mb-16{
    margin-bottom: -4rem;
  }

  .md-down\:-ml-16{
    margin-left: -4rem;
  }

  .md-down\:-mt-20{
    margin-top: -5rem;
  }

  .md-down\:-mr-20{
    margin-right: -5rem;
  }

  .md-down\:-mb-20{
    margin-bottom: -5rem;
  }

  .md-down\:-ml-20{
    margin-left: -5rem;
  }

  .md-down\:-mt-24{
    margin-top: -6rem;
  }

  .md-down\:-mr-24{
    margin-right: -6rem;
  }

  .md-down\:-mb-24{
    margin-bottom: -6rem;
  }

  .md-down\:-ml-24{
    margin-left: -6rem;
  }

  .md-down\:-mt-32{
    margin-top: -8rem;
  }

  .md-down\:-mr-32{
    margin-right: -8rem;
  }

  .md-down\:-mb-32{
    margin-bottom: -8rem;
  }

  .md-down\:-ml-32{
    margin-left: -8rem;
  }

  .md-down\:-mt-40{
    margin-top: -10rem;
  }

  .md-down\:-mr-40{
    margin-right: -10rem;
  }

  .md-down\:-mb-40{
    margin-bottom: -10rem;
  }

  .md-down\:-ml-40{
    margin-left: -10rem;
  }

  .md-down\:-mt-48{
    margin-top: -12rem;
  }

  .md-down\:-mr-48{
    margin-right: -12rem;
  }

  .md-down\:-mb-48{
    margin-bottom: -12rem;
  }

  .md-down\:-ml-48{
    margin-left: -12rem;
  }

  .md-down\:-mt-56{
    margin-top: -14rem;
  }

  .md-down\:-mr-56{
    margin-right: -14rem;
  }

  .md-down\:-mb-56{
    margin-bottom: -14rem;
  }

  .md-down\:-ml-56{
    margin-left: -14rem;
  }

  .md-down\:-mt-64{
    margin-top: -16rem;
  }

  .md-down\:-mr-64{
    margin-right: -16rem;
  }

  .md-down\:-mb-64{
    margin-bottom: -16rem;
  }

  .md-down\:-ml-64{
    margin-left: -16rem;
  }

  .md-down\:-mt-px{
    margin-top: -1px;
  }

  .md-down\:-mr-px{
    margin-right: -1px;
  }

  .md-down\:-mb-px{
    margin-bottom: -1px;
  }

  .md-down\:-ml-px{
    margin-left: -1px;
  }

  .md-down\:-mt-full{
    margin-top: -100%;
  }

  .md-down\:-mr-full{
    margin-right: -100%;
  }

  .md-down\:-mb-full{
    margin-bottom: -100%;
  }

  .md-down\:-ml-full{
    margin-left: -100%;
  }

  .md-down\:max-h-full{
    max-height: 100%;
  }

  .md-down\:max-h-screen{
    max-height: 100vh;
  }

  .md-down\:max-h-inherit{
    max-height: inherit;
  }

  .md-down\:max-h-screen-50{
    max-height: 50vh;
  }

  .md-down\:max-h-screen-75{
    max-height: 75vh;
  }

  .md-down\:max-w-xs{
    max-width: 20rem;
  }

  .md-down\:max-w-sm{
    max-width: 24rem;
  }

  .md-down\:max-w-md{
    max-width: 28rem;
  }

  .md-down\:max-w-lg{
    max-width: 32rem;
  }

  .md-down\:max-w-xl{
    max-width: 36rem;
  }

  .md-down\:max-w-2xl{
    max-width: 42rem;
  }

  .md-down\:max-w-3xl{
    max-width: 48rem;
  }

  .md-down\:max-w-4xl{
    max-width: 56rem;
  }

  .md-down\:max-w-5xl{
    max-width: 64rem;
  }

  .md-down\:max-w-6xl{
    max-width: 72rem;
  }

  .md-down\:max-w-full{
    max-width: 100%;
  }

  .md-down\:max-w-none{
    max-width: none;
  }

  .md-down\:min-h-0{
    min-height: 0;
  }

  .md-down\:min-h-10{
    min-height: 2.5rem;
  }

  .md-down\:min-h-100{
    min-height: 25rem;
  }

  .md-down\:min-h-300{
    min-height: 18.75rem;
  }

  .md-down\:min-h-full{
    min-height: 100%;
  }

  .md-down\:min-h-screen{
    min-height: 100vh;
  }

  .md-down\:min-h-inherit{
    min-height: inherit;
  }

  .md-down\:min-h-screen-50{
    min-height: 50vh;
  }

  .md-down\:min-h-screen-75{
    min-height: 75vh;
  }

  .md-down\:min-w-0{
    min-width: 0;
  }

  .md-down\:min-w-full{
    min-width: 100%;
  }

  .md-down\:min-w-inherit{
    min-width: inherit;
  }

  .md-down\:object-contain{
    object-fit: contain;
  }

  .md-down\:object-cover{
    object-fit: cover;
  }

  .md-down\:object-fill{
    object-fit: fill;
  }

  .md-down\:object-none{
    object-fit: none;
  }

  .md-down\:object-scale-down{
    object-fit: scale-down;
  }

  .md-down\:object-bottom{
    object-position: bottom;
  }

  .md-down\:object-center{
    object-position: center;
  }

  .md-down\:object-left{
    object-position: left;
  }

  .md-down\:object-left-bottom{
    object-position: left bottom;
  }

  .md-down\:object-left-top{
    object-position: left top;
  }

  .md-down\:object-right{
    object-position: right;
  }

  .md-down\:object-right-bottom{
    object-position: right bottom;
  }

  .md-down\:object-right-top{
    object-position: right top;
  }

  .md-down\:object-top{
    object-position: top;
  }

  .md-down\:opacity-0{
    opacity: 0;
  }

  .md-down\:opacity-25{
    opacity: 0.25;
  }

  .md-down\:opacity-50{
    opacity: 0.5;
  }

  .md-down\:opacity-75{
    opacity: 0.75;
  }

  .md-down\:opacity-100{
    opacity: 1;
  }

  .group:hover .md-down\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .md-down\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .md-down\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .md-down\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .md-down\:group-hover\:opacity-100{
    opacity: 1;
  }

  .js-is-active.md-down\:self-active\:opacity-0{
    opacity: 0;
  }

  .js-is-active.md-down\:self-active\:opacity-25{
    opacity: 0.25;
  }

  .js-is-active.md-down\:self-active\:opacity-50{
    opacity: 0.5;
  }

  .js-is-active.md-down\:self-active\:opacity-75{
    opacity: 0.75;
  }

  .js-is-active.md-down\:self-active\:opacity-100{
    opacity: 1;
  }

  .md-down\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .md-down\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .md-down\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .md-down\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .md-down\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .md-down\:overflow-auto{
    overflow: auto;
  }

  .md-down\:overflow-hidden{
    overflow: hidden;
  }

  .md-down\:overflow-visible{
    overflow: visible;
  }

  .md-down\:overflow-scroll{
    overflow: scroll;
  }

  .md-down\:overflow-x-auto{
    overflow-x: auto;
  }

  .md-down\:overflow-y-auto{
    overflow-y: auto;
  }

  .md-down\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .md-down\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .md-down\:overflow-x-visible{
    overflow-x: visible;
  }

  .md-down\:overflow-y-visible{
    overflow-y: visible;
  }

  .md-down\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .md-down\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .md-down\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .md-down\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .md-down\:p-0{
    padding: 0;
  }

  .md-down\:p-1{
    padding: 0.25rem;
  }

  .md-down\:p-2{
    padding: 0.5rem;
  }

  .md-down\:p-3{
    padding: 0.75rem;
  }

  .md-down\:p-4{
    padding: 1rem;
  }

  .md-down\:p-5{
    padding: 1.25rem;
  }

  .md-down\:p-6{
    padding: 1.5rem;
  }

  .md-down\:p-8{
    padding: 2rem;
  }

  .md-down\:p-10{
    padding: 2.5rem;
  }

  .md-down\:p-12{
    padding: 3rem;
  }

  .md-down\:p-16{
    padding: 4rem;
  }

  .md-down\:p-20{
    padding: 5rem;
  }

  .md-down\:p-24{
    padding: 6rem;
  }

  .md-down\:p-32{
    padding: 8rem;
  }

  .md-down\:p-40{
    padding: 10rem;
  }

  .md-down\:p-48{
    padding: 12rem;
  }

  .md-down\:p-56{
    padding: 14rem;
  }

  .md-down\:p-64{
    padding: 16rem;
  }

  .md-down\:p-px{
    padding: 1px;
  }

  .md-down\:p-full{
    padding: 100%;
  }

  .md-down\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .md-down\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .md-down\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md-down\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md-down\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md-down\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md-down\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md-down\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md-down\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md-down\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md-down\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md-down\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md-down\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md-down\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md-down\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md-down\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md-down\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md-down\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md-down\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md-down\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md-down\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md-down\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md-down\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md-down\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md-down\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md-down\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md-down\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md-down\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md-down\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md-down\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md-down\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md-down\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md-down\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md-down\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md-down\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md-down\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md-down\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md-down\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .md-down\:py-full{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md-down\:px-full{
    padding-left: 100%;
    padding-right: 100%;
  }

  .md-down\:pt-0{
    padding-top: 0;
  }

  .md-down\:pr-0{
    padding-right: 0;
  }

  .md-down\:pb-0{
    padding-bottom: 0;
  }

  .md-down\:pl-0{
    padding-left: 0;
  }

  .md-down\:pt-1{
    padding-top: 0.25rem;
  }

  .md-down\:pr-1{
    padding-right: 0.25rem;
  }

  .md-down\:pb-1{
    padding-bottom: 0.25rem;
  }

  .md-down\:pl-1{
    padding-left: 0.25rem;
  }

  .md-down\:pt-2{
    padding-top: 0.5rem;
  }

  .md-down\:pr-2{
    padding-right: 0.5rem;
  }

  .md-down\:pb-2{
    padding-bottom: 0.5rem;
  }

  .md-down\:pl-2{
    padding-left: 0.5rem;
  }

  .md-down\:pt-3{
    padding-top: 0.75rem;
  }

  .md-down\:pr-3{
    padding-right: 0.75rem;
  }

  .md-down\:pb-3{
    padding-bottom: 0.75rem;
  }

  .md-down\:pl-3{
    padding-left: 0.75rem;
  }

  .md-down\:pt-4{
    padding-top: 1rem;
  }

  .md-down\:pr-4{
    padding-right: 1rem;
  }

  .md-down\:pb-4{
    padding-bottom: 1rem;
  }

  .md-down\:pl-4{
    padding-left: 1rem;
  }

  .md-down\:pt-5{
    padding-top: 1.25rem;
  }

  .md-down\:pr-5{
    padding-right: 1.25rem;
  }

  .md-down\:pb-5{
    padding-bottom: 1.25rem;
  }

  .md-down\:pl-5{
    padding-left: 1.25rem;
  }

  .md-down\:pt-6{
    padding-top: 1.5rem;
  }

  .md-down\:pr-6{
    padding-right: 1.5rem;
  }

  .md-down\:pb-6{
    padding-bottom: 1.5rem;
  }

  .md-down\:pl-6{
    padding-left: 1.5rem;
  }

  .md-down\:pt-8{
    padding-top: 2rem;
  }

  .md-down\:pr-8{
    padding-right: 2rem;
  }

  .md-down\:pb-8{
    padding-bottom: 2rem;
  }

  .md-down\:pl-8{
    padding-left: 2rem;
  }

  .md-down\:pt-10{
    padding-top: 2.5rem;
  }

  .md-down\:pr-10{
    padding-right: 2.5rem;
  }

  .md-down\:pb-10{
    padding-bottom: 2.5rem;
  }

  .md-down\:pl-10{
    padding-left: 2.5rem;
  }

  .md-down\:pt-12{
    padding-top: 3rem;
  }

  .md-down\:pr-12{
    padding-right: 3rem;
  }

  .md-down\:pb-12{
    padding-bottom: 3rem;
  }

  .md-down\:pl-12{
    padding-left: 3rem;
  }

  .md-down\:pt-16{
    padding-top: 4rem;
  }

  .md-down\:pr-16{
    padding-right: 4rem;
  }

  .md-down\:pb-16{
    padding-bottom: 4rem;
  }

  .md-down\:pl-16{
    padding-left: 4rem;
  }

  .md-down\:pt-20{
    padding-top: 5rem;
  }

  .md-down\:pr-20{
    padding-right: 5rem;
  }

  .md-down\:pb-20{
    padding-bottom: 5rem;
  }

  .md-down\:pl-20{
    padding-left: 5rem;
  }

  .md-down\:pt-24{
    padding-top: 6rem;
  }

  .md-down\:pr-24{
    padding-right: 6rem;
  }

  .md-down\:pb-24{
    padding-bottom: 6rem;
  }

  .md-down\:pl-24{
    padding-left: 6rem;
  }

  .md-down\:pt-32{
    padding-top: 8rem;
  }

  .md-down\:pr-32{
    padding-right: 8rem;
  }

  .md-down\:pb-32{
    padding-bottom: 8rem;
  }

  .md-down\:pl-32{
    padding-left: 8rem;
  }

  .md-down\:pt-40{
    padding-top: 10rem;
  }

  .md-down\:pr-40{
    padding-right: 10rem;
  }

  .md-down\:pb-40{
    padding-bottom: 10rem;
  }

  .md-down\:pl-40{
    padding-left: 10rem;
  }

  .md-down\:pt-48{
    padding-top: 12rem;
  }

  .md-down\:pr-48{
    padding-right: 12rem;
  }

  .md-down\:pb-48{
    padding-bottom: 12rem;
  }

  .md-down\:pl-48{
    padding-left: 12rem;
  }

  .md-down\:pt-56{
    padding-top: 14rem;
  }

  .md-down\:pr-56{
    padding-right: 14rem;
  }

  .md-down\:pb-56{
    padding-bottom: 14rem;
  }

  .md-down\:pl-56{
    padding-left: 14rem;
  }

  .md-down\:pt-64{
    padding-top: 16rem;
  }

  .md-down\:pr-64{
    padding-right: 16rem;
  }

  .md-down\:pb-64{
    padding-bottom: 16rem;
  }

  .md-down\:pl-64{
    padding-left: 16rem;
  }

  .md-down\:pt-px{
    padding-top: 1px;
  }

  .md-down\:pr-px{
    padding-right: 1px;
  }

  .md-down\:pb-px{
    padding-bottom: 1px;
  }

  .md-down\:pl-px{
    padding-left: 1px;
  }

  .md-down\:pt-full{
    padding-top: 100%;
  }

  .md-down\:pr-full{
    padding-right: 100%;
  }

  .md-down\:pb-full{
    padding-bottom: 100%;
  }

  .md-down\:pl-full{
    padding-left: 100%;
  }

  .md-down\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .md-down\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .md-down\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .md-down\:placeholder-current::placeholder{
    color: currentColor;
  }

  .md-down\:placeholder-black:-ms-input-placeholder{
    color: #000000;
  }

  .md-down\:placeholder-black::placeholder{
    color: #000000;
  }

  .md-down\:placeholder-white:-ms-input-placeholder{
    color: #ffffff;
  }

  .md-down\:placeholder-white::placeholder{
    color: #ffffff;
  }

  .md-down\:placeholder-overlay:-ms-input-placeholder{
    color: rgba(0,0,0,.2);
  }

  .md-down\:placeholder-overlay::placeholder{
    color: rgba(0,0,0,.2);
  }

  .md-down\:placeholder-transparent-background:-ms-input-placeholder{
    color: rgba(0,0,0,.7);
  }

  .md-down\:placeholder-transparent-background::placeholder{
    color: rgba(0,0,0,.7);
  }

  .md-down\:placeholder-red-400:-ms-input-placeholder{
    color: #ed4956;
  }

  .md-down\:placeholder-red-400::placeholder{
    color: #ed4956;
  }

  .md-down\:placeholder-red-500:-ms-input-placeholder{
    color: #e74a4a;
  }

  .md-down\:placeholder-red-500::placeholder{
    color: #e74a4a;
  }

  .md-down\:placeholder-orange-300:-ms-input-placeholder{
    color: #a8774f;
  }

  .md-down\:placeholder-orange-300::placeholder{
    color: #a8774f;
  }

  .md-down\:placeholder-orange-400:-ms-input-placeholder{
    color: #926642;
  }

  .md-down\:placeholder-orange-400::placeholder{
    color: #926642;
  }

  .md-down\:placeholder-orange-500:-ms-input-placeholder{
    color: #d35a3a;
  }

  .md-down\:placeholder-orange-500::placeholder{
    color: #d35a3a;
  }

  .md-down\:placeholder-green-200:-ms-input-placeholder{
    color: #d5d4a3;
  }

  .md-down\:placeholder-green-200::placeholder{
    color: #d5d4a3;
  }

  .md-down\:placeholder-green-300:-ms-input-placeholder{
    color: #f05a30;
  }

  .md-down\:placeholder-green-300::placeholder{
    color: #f05a30;
  }

  .md-down\:placeholder-green-400:-ms-input-placeholder{
    color: #b8b78a;
  }

  .md-down\:placeholder-green-400::placeholder{
    color: #b8b78a;
  }

  .md-down\:placeholder-green-500:-ms-input-placeholder{
    color: #48bb78;
  }

  .md-down\:placeholder-green-500::placeholder{
    color: #48bb78;
  }

  .md-down\:placeholder-green-600:-ms-input-placeholder{
    color: #a4c264;
  }

  .md-down\:placeholder-green-600::placeholder{
    color: #a4c264;
  }

  .md-down\:placeholder-green-700:-ms-input-placeholder{
    color: #B8B78F;
  }

  .md-down\:placeholder-green-700::placeholder{
    color: #B8B78F;
  }

  .md-down\:placeholder-blue-400:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .md-down\:placeholder-blue-400::placeholder{
    color: #a2c3d3;
  }

  .md-down\:placeholder-blue-500:-ms-input-placeholder{
    color: #65a6c2;
  }

  .md-down\:placeholder-blue-500::placeholder{
    color: #65a6c2;
  }

  .md-down\:placeholder-blue-600:-ms-input-placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .md-down\:placeholder-blue-600::placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .md-down\:placeholder-blue-700:-ms-input-placeholder{
    color: rgba(70, 97, 153);
  }

  .md-down\:placeholder-blue-700::placeholder{
    color: rgba(70, 97, 153);
  }

  .md-down\:placeholder-bluegrey-100:-ms-input-placeholder{
    color: #D9D9D9;
  }

  .md-down\:placeholder-bluegrey-100::placeholder{
    color: #D9D9D9;
  }

  .md-down\:placeholder-terracotta-500:-ms-input-placeholder{
    color: #bb7265;
  }

  .md-down\:placeholder-terracotta-500::placeholder{
    color: #bb7265;
  }

  .md-down\:placeholder-terracotta-600:-ms-input-placeholder{
    color: #a46357;
  }

  .md-down\:placeholder-terracotta-600::placeholder{
    color: #a46357;
  }

  .md-down\:placeholder-sky-100:-ms-input-placeholder{
    color: #dff2fe;
  }

  .md-down\:placeholder-sky-100::placeholder{
    color: #dff2fe;
  }

  .md-down\:placeholder-sky-200:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .md-down\:placeholder-sky-200::placeholder{
    color: #a2c3d3;
  }

  .md-down\:placeholder-neutral-500:-ms-input-placeholder{
    color: #636466;
  }

  .md-down\:placeholder-neutral-500::placeholder{
    color: #636466;
  }

  .md-down\:placeholder-gray-50:-ms-input-placeholder{
    color: #fcfcfc;
  }

  .md-down\:placeholder-gray-50::placeholder{
    color: #fcfcfc;
  }

  .md-down\:placeholder-gray-100:-ms-input-placeholder{
    color: #e7e7e7;
  }

  .md-down\:placeholder-gray-100::placeholder{
    color: #e7e7e7;
  }

  .md-down\:placeholder-gray-125:-ms-input-placeholder{
    color: #f0f0f0;
  }

  .md-down\:placeholder-gray-125::placeholder{
    color: #f0f0f0;
  }

  .md-down\:placeholder-gray-150:-ms-input-placeholder{
    color: #dddddd;
  }

  .md-down\:placeholder-gray-150::placeholder{
    color: #dddddd;
  }

  .md-down\:placeholder-gray-200:-ms-input-placeholder{
    color: #868b8f;
  }

  .md-down\:placeholder-gray-200::placeholder{
    color: #868b8f;
  }

  .md-down\:placeholder-gray-250:-ms-input-placeholder{
    color: #a6a5a5;
  }

  .md-down\:placeholder-gray-250::placeholder{
    color: #a6a5a5;
  }

  .md-down\:placeholder-gray-300:-ms-input-placeholder{
    color: #979796;
  }

  .md-down\:placeholder-gray-300::placeholder{
    color: #979796;
  }

  .md-down\:placeholder-gray-400:-ms-input-placeholder{
    color: #abaeb1;
  }

  .md-down\:placeholder-gray-400::placeholder{
    color: #abaeb1;
  }

  .md-down\:placeholder-gray-500:-ms-input-placeholder{
    color: #c7c7c7;
  }

  .md-down\:placeholder-gray-500::placeholder{
    color: #c7c7c7;
  }

  .md-down\:placeholder-gray-550:-ms-input-placeholder{
    color: #ccc;
  }

  .md-down\:placeholder-gray-550::placeholder{
    color: #ccc;
  }

  .md-down\:placeholder-gray-600:-ms-input-placeholder{
    color: #707070;
  }

  .md-down\:placeholder-gray-600::placeholder{
    color: #707070;
  }

  .md-down\:placeholder-gray-700:-ms-input-placeholder{
    color: #555555;
  }

  .md-down\:placeholder-gray-700::placeholder{
    color: #555555;
  }

  .md-down\:placeholder-gray-800:-ms-input-placeholder{
    color: #333232;
  }

  .md-down\:placeholder-gray-800::placeholder{
    color: #333232;
  }

  .md-down\:placeholder-gray-900:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .md-down\:placeholder-gray-900::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .md-down\:placeholder-gray-1000:-ms-input-placeholder{
    color: #dadada;
  }

  .md-down\:placeholder-gray-1000::placeholder{
    color: #dadada;
  }

  .md-down\:placeholder-gray-1100:-ms-input-placeholder{
    color: #ededed;
  }

  .md-down\:placeholder-gray-1100::placeholder{
    color: #ededed;
  }

  .md-down\:placeholder-gray-1200:-ms-input-placeholder{
    color: #b1b1b1;
  }

  .md-down\:placeholder-gray-1200::placeholder{
    color: #b1b1b1;
  }

  .md-down\:placeholder-gray-1300:-ms-input-placeholder{
    color: #9b9b9b;
  }

  .md-down\:placeholder-gray-1300::placeholder{
    color: #9b9b9b;
  }

  .md-down\:placeholder-gray-1400:-ms-input-placeholder{
    color: #999ea1;
  }

  .md-down\:placeholder-gray-1400::placeholder{
    color: #999ea1;
  }

  .md-down\:placeholder-gray-1500:-ms-input-placeholder{
    color: #464646;
  }

  .md-down\:placeholder-gray-1500::placeholder{
    color: #464646;
  }

  .md-down\:placeholder-gray-1600:-ms-input-placeholder{
    color: #9A9FA2;
  }

  .md-down\:placeholder-gray-1600::placeholder{
    color: #9A9FA2;
  }

  .md-down\:placeholder-gray-1700:-ms-input-placeholder{
    color: #FBFBFB;
  }

  .md-down\:placeholder-gray-1700::placeholder{
    color: #FBFBFB;
  }

  .md-down\:placeholder-gray-1800:-ms-input-placeholder{
    color: #494949;
  }

  .md-down\:placeholder-gray-1800::placeholder{
    color: #494949;
  }

  .md-down\:placeholder-gray-1900:-ms-input-placeholder{
    color: #797979;
  }

  .md-down\:placeholder-gray-1900::placeholder{
    color: #797979;
  }

  .md-down\:placeholder-tan-300:-ms-input-placeholder{
    color: #d2a680;
  }

  .md-down\:placeholder-tan-300::placeholder{
    color: #d2a680;
  }

  .md-down\:placeholder-tan-400:-ms-input-placeholder{
    color: #a38b71;
  }

  .md-down\:placeholder-tan-400::placeholder{
    color: #a38b71;
  }

  .md-down\:placeholder-tan-500:-ms-input-placeholder{
    color: #b18259;
  }

  .md-down\:placeholder-tan-500::placeholder{
    color: #b18259;
  }

  .md-down\:placeholder-tan-600:-ms-input-placeholder{
    color: #c29064;
  }

  .md-down\:placeholder-tan-600::placeholder{
    color: #c29064;
  }

  .md-down\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .md-down\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .md-down\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .md-down\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .md-down\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: #000000;
  }

  .md-down\:focus\:placeholder-black:focus::placeholder{
    color: #000000;
  }

  .md-down\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: #ffffff;
  }

  .md-down\:focus\:placeholder-white:focus::placeholder{
    color: #ffffff;
  }

  .md-down\:focus\:placeholder-overlay:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.2);
  }

  .md-down\:focus\:placeholder-overlay:focus::placeholder{
    color: rgba(0,0,0,.2);
  }

  .md-down\:focus\:placeholder-transparent-background:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.7);
  }

  .md-down\:focus\:placeholder-transparent-background:focus::placeholder{
    color: rgba(0,0,0,.7);
  }

  .md-down\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    color: #ed4956;
  }

  .md-down\:focus\:placeholder-red-400:focus::placeholder{
    color: #ed4956;
  }

  .md-down\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    color: #e74a4a;
  }

  .md-down\:focus\:placeholder-red-500:focus::placeholder{
    color: #e74a4a;
  }

  .md-down\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    color: #a8774f;
  }

  .md-down\:focus\:placeholder-orange-300:focus::placeholder{
    color: #a8774f;
  }

  .md-down\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    color: #926642;
  }

  .md-down\:focus\:placeholder-orange-400:focus::placeholder{
    color: #926642;
  }

  .md-down\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    color: #d35a3a;
  }

  .md-down\:focus\:placeholder-orange-500:focus::placeholder{
    color: #d35a3a;
  }

  .md-down\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    color: #d5d4a3;
  }

  .md-down\:focus\:placeholder-green-200:focus::placeholder{
    color: #d5d4a3;
  }

  .md-down\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    color: #f05a30;
  }

  .md-down\:focus\:placeholder-green-300:focus::placeholder{
    color: #f05a30;
  }

  .md-down\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    color: #b8b78a;
  }

  .md-down\:focus\:placeholder-green-400:focus::placeholder{
    color: #b8b78a;
  }

  .md-down\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    color: #48bb78;
  }

  .md-down\:focus\:placeholder-green-500:focus::placeholder{
    color: #48bb78;
  }

  .md-down\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    color: #a4c264;
  }

  .md-down\:focus\:placeholder-green-600:focus::placeholder{
    color: #a4c264;
  }

  .md-down\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    color: #B8B78F;
  }

  .md-down\:focus\:placeholder-green-700:focus::placeholder{
    color: #B8B78F;
  }

  .md-down\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .md-down\:focus\:placeholder-blue-400:focus::placeholder{
    color: #a2c3d3;
  }

  .md-down\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    color: #65a6c2;
  }

  .md-down\:focus\:placeholder-blue-500:focus::placeholder{
    color: #65a6c2;
  }

  .md-down\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .md-down\:focus\:placeholder-blue-600:focus::placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .md-down\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    color: rgba(70, 97, 153);
  }

  .md-down\:focus\:placeholder-blue-700:focus::placeholder{
    color: rgba(70, 97, 153);
  }

  .md-down\:focus\:placeholder-bluegrey-100:focus:-ms-input-placeholder{
    color: #D9D9D9;
  }

  .md-down\:focus\:placeholder-bluegrey-100:focus::placeholder{
    color: #D9D9D9;
  }

  .md-down\:focus\:placeholder-terracotta-500:focus:-ms-input-placeholder{
    color: #bb7265;
  }

  .md-down\:focus\:placeholder-terracotta-500:focus::placeholder{
    color: #bb7265;
  }

  .md-down\:focus\:placeholder-terracotta-600:focus:-ms-input-placeholder{
    color: #a46357;
  }

  .md-down\:focus\:placeholder-terracotta-600:focus::placeholder{
    color: #a46357;
  }

  .md-down\:focus\:placeholder-sky-100:focus:-ms-input-placeholder{
    color: #dff2fe;
  }

  .md-down\:focus\:placeholder-sky-100:focus::placeholder{
    color: #dff2fe;
  }

  .md-down\:focus\:placeholder-sky-200:focus:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .md-down\:focus\:placeholder-sky-200:focus::placeholder{
    color: #a2c3d3;
  }

  .md-down\:focus\:placeholder-neutral-500:focus:-ms-input-placeholder{
    color: #636466;
  }

  .md-down\:focus\:placeholder-neutral-500:focus::placeholder{
    color: #636466;
  }

  .md-down\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    color: #fcfcfc;
  }

  .md-down\:focus\:placeholder-gray-50:focus::placeholder{
    color: #fcfcfc;
  }

  .md-down\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    color: #e7e7e7;
  }

  .md-down\:focus\:placeholder-gray-100:focus::placeholder{
    color: #e7e7e7;
  }

  .md-down\:focus\:placeholder-gray-125:focus:-ms-input-placeholder{
    color: #f0f0f0;
  }

  .md-down\:focus\:placeholder-gray-125:focus::placeholder{
    color: #f0f0f0;
  }

  .md-down\:focus\:placeholder-gray-150:focus:-ms-input-placeholder{
    color: #dddddd;
  }

  .md-down\:focus\:placeholder-gray-150:focus::placeholder{
    color: #dddddd;
  }

  .md-down\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    color: #868b8f;
  }

  .md-down\:focus\:placeholder-gray-200:focus::placeholder{
    color: #868b8f;
  }

  .md-down\:focus\:placeholder-gray-250:focus:-ms-input-placeholder{
    color: #a6a5a5;
  }

  .md-down\:focus\:placeholder-gray-250:focus::placeholder{
    color: #a6a5a5;
  }

  .md-down\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    color: #979796;
  }

  .md-down\:focus\:placeholder-gray-300:focus::placeholder{
    color: #979796;
  }

  .md-down\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    color: #abaeb1;
  }

  .md-down\:focus\:placeholder-gray-400:focus::placeholder{
    color: #abaeb1;
  }

  .md-down\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    color: #c7c7c7;
  }

  .md-down\:focus\:placeholder-gray-500:focus::placeholder{
    color: #c7c7c7;
  }

  .md-down\:focus\:placeholder-gray-550:focus:-ms-input-placeholder{
    color: #ccc;
  }

  .md-down\:focus\:placeholder-gray-550:focus::placeholder{
    color: #ccc;
  }

  .md-down\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    color: #707070;
  }

  .md-down\:focus\:placeholder-gray-600:focus::placeholder{
    color: #707070;
  }

  .md-down\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    color: #555555;
  }

  .md-down\:focus\:placeholder-gray-700:focus::placeholder{
    color: #555555;
  }

  .md-down\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    color: #333232;
  }

  .md-down\:focus\:placeholder-gray-800:focus::placeholder{
    color: #333232;
  }

  .md-down\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .md-down\:focus\:placeholder-gray-900:focus::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .md-down\:focus\:placeholder-gray-1000:focus:-ms-input-placeholder{
    color: #dadada;
  }

  .md-down\:focus\:placeholder-gray-1000:focus::placeholder{
    color: #dadada;
  }

  .md-down\:focus\:placeholder-gray-1100:focus:-ms-input-placeholder{
    color: #ededed;
  }

  .md-down\:focus\:placeholder-gray-1100:focus::placeholder{
    color: #ededed;
  }

  .md-down\:focus\:placeholder-gray-1200:focus:-ms-input-placeholder{
    color: #b1b1b1;
  }

  .md-down\:focus\:placeholder-gray-1200:focus::placeholder{
    color: #b1b1b1;
  }

  .md-down\:focus\:placeholder-gray-1300:focus:-ms-input-placeholder{
    color: #9b9b9b;
  }

  .md-down\:focus\:placeholder-gray-1300:focus::placeholder{
    color: #9b9b9b;
  }

  .md-down\:focus\:placeholder-gray-1400:focus:-ms-input-placeholder{
    color: #999ea1;
  }

  .md-down\:focus\:placeholder-gray-1400:focus::placeholder{
    color: #999ea1;
  }

  .md-down\:focus\:placeholder-gray-1500:focus:-ms-input-placeholder{
    color: #464646;
  }

  .md-down\:focus\:placeholder-gray-1500:focus::placeholder{
    color: #464646;
  }

  .md-down\:focus\:placeholder-gray-1600:focus:-ms-input-placeholder{
    color: #9A9FA2;
  }

  .md-down\:focus\:placeholder-gray-1600:focus::placeholder{
    color: #9A9FA2;
  }

  .md-down\:focus\:placeholder-gray-1700:focus:-ms-input-placeholder{
    color: #FBFBFB;
  }

  .md-down\:focus\:placeholder-gray-1700:focus::placeholder{
    color: #FBFBFB;
  }

  .md-down\:focus\:placeholder-gray-1800:focus:-ms-input-placeholder{
    color: #494949;
  }

  .md-down\:focus\:placeholder-gray-1800:focus::placeholder{
    color: #494949;
  }

  .md-down\:focus\:placeholder-gray-1900:focus:-ms-input-placeholder{
    color: #797979;
  }

  .md-down\:focus\:placeholder-gray-1900:focus::placeholder{
    color: #797979;
  }

  .md-down\:focus\:placeholder-tan-300:focus:-ms-input-placeholder{
    color: #d2a680;
  }

  .md-down\:focus\:placeholder-tan-300:focus::placeholder{
    color: #d2a680;
  }

  .md-down\:focus\:placeholder-tan-400:focus:-ms-input-placeholder{
    color: #a38b71;
  }

  .md-down\:focus\:placeholder-tan-400:focus::placeholder{
    color: #a38b71;
  }

  .md-down\:focus\:placeholder-tan-500:focus:-ms-input-placeholder{
    color: #b18259;
  }

  .md-down\:focus\:placeholder-tan-500:focus::placeholder{
    color: #b18259;
  }

  .md-down\:focus\:placeholder-tan-600:focus:-ms-input-placeholder{
    color: #c29064;
  }

  .md-down\:focus\:placeholder-tan-600:focus::placeholder{
    color: #c29064;
  }

  .md-down\:pointer-events-none{
    pointer-events: none;
  }

  .md-down\:pointer-events-auto{
    pointer-events: auto;
  }

  .md-down\:static{
    position: static;
  }

  .md-down\:fixed{
    position: fixed;
  }

  .md-down\:absolute{
    position: absolute;
  }

  .md-down\:relative{
    position: relative;
  }

  .md-down\:sticky{
    position: sticky;
  }

  .md-down\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md-down\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md-down\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md-down\:-inset-4{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .md-down\:-inset-70{
    top: -4.375rem;
    right: -4.375rem;
    bottom: -4.375rem;
    left: -4.375rem;
  }

  .md-down\:inset-1\/5{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .md-down\:inset-2\/5{
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .md-down\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .md-down\:inset-x-0{
    right: 0;
    left: 0;
  }

  .md-down\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .md-down\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .md-down\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .md-down\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .md-down\:-inset-y-4{
    top: -2rem;
    bottom: -2rem;
  }

  .md-down\:-inset-x-4{
    right: -2rem;
    left: -2rem;
  }

  .md-down\:-inset-y-70{
    top: -4.375rem;
    bottom: -4.375rem;
  }

  .md-down\:-inset-x-70{
    right: -4.375rem;
    left: -4.375rem;
  }

  .md-down\:inset-y-1\/5{
    top: 20%;
    bottom: 20%;
  }

  .md-down\:inset-x-1\/5{
    right: 20%;
    left: 20%;
  }

  .md-down\:inset-y-2\/5{
    top: 40%;
    bottom: 40%;
  }

  .md-down\:inset-x-2\/5{
    right: 40%;
    left: 40%;
  }

  .md-down\:top-0{
    top: 0;
  }

  .md-down\:right-0{
    right: 0;
  }

  .md-down\:bottom-0{
    bottom: 0;
  }

  .md-down\:left-0{
    left: 0;
  }

  .md-down\:top-auto{
    top: auto;
  }

  .md-down\:right-auto{
    right: auto;
  }

  .md-down\:bottom-auto{
    bottom: auto;
  }

  .md-down\:left-auto{
    left: auto;
  }

  .md-down\:top-full{
    top: 100%;
  }

  .md-down\:right-full{
    right: 100%;
  }

  .md-down\:bottom-full{
    bottom: 100%;
  }

  .md-down\:left-full{
    left: 100%;
  }

  .md-down\:-top-4{
    top: -2rem;
  }

  .md-down\:-right-4{
    right: -2rem;
  }

  .md-down\:-bottom-4{
    bottom: -2rem;
  }

  .md-down\:-left-4{
    left: -2rem;
  }

  .md-down\:-top-70{
    top: -4.375rem;
  }

  .md-down\:-right-70{
    right: -4.375rem;
  }

  .md-down\:-bottom-70{
    bottom: -4.375rem;
  }

  .md-down\:-left-70{
    left: -4.375rem;
  }

  .md-down\:top-1\/5{
    top: 20%;
  }

  .md-down\:right-1\/5{
    right: 20%;
  }

  .md-down\:bottom-1\/5{
    bottom: 20%;
  }

  .md-down\:left-1\/5{
    left: 20%;
  }

  .md-down\:top-2\/5{
    top: 40%;
  }

  .md-down\:right-2\/5{
    right: 40%;
  }

  .md-down\:bottom-2\/5{
    bottom: 40%;
  }

  .md-down\:left-2\/5{
    left: 40%;
  }

  .md-down\:resize-none{
    resize: none;
  }

  .md-down\:resize-y{
    resize: vertical;
  }

  .md-down\:resize-x{
    resize: horizontal;
  }

  .md-down\:resize{
    resize: both;
  }

  .md-down\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md-down\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md-down\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md-down\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md-down\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md-down\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md-down\:shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md-down\:shadow-none{
    box-shadow: none;
  }

  .md-down\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md-down\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md-down\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md-down\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md-down\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md-down\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md-down\:hover\:shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md-down\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .md-down\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md-down\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md-down\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md-down\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md-down\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md-down\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md-down\:focus\:shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md-down\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .md-down\:table-auto{
    table-layout: auto;
  }

  .md-down\:table-fixed{
    table-layout: fixed;
  }

  .md-down\:text-left{
    text-align: left;
  }

  .md-down\:text-center{
    text-align: center;
  }

  .md-down\:text-right{
    text-align: right;
  }

  .md-down\:text-justify{
    text-align: justify;
  }

  .md-down\:text-transparent{
    color: transparent;
  }

  .md-down\:text-current{
    color: currentColor;
  }

  .md-down\:text-black{
    color: #000000;
  }

  .md-down\:text-white{
    color: #ffffff;
  }

  .md-down\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  .md-down\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  .md-down\:text-red-400{
    color: #ed4956;
  }

  .md-down\:text-red-500{
    color: #e74a4a;
  }

  .md-down\:text-orange-300{
    color: #a8774f;
  }

  .md-down\:text-orange-400{
    color: #926642;
  }

  .md-down\:text-orange-500{
    color: #d35a3a;
  }

  .md-down\:text-green-200{
    color: #d5d4a3;
  }

  .md-down\:text-green-300{
    color: #f05a30;
  }

  .md-down\:text-green-400{
    color: #b8b78a;
  }

  .md-down\:text-green-500{
    color: #48bb78;
  }

  .md-down\:text-green-600{
    color: #a4c264;
  }

  .md-down\:text-green-700{
    color: #B8B78F;
  }

  .md-down\:text-blue-400{
    color: #a2c3d3;
  }

  .md-down\:text-blue-500{
    color: #65a6c2;
  }

  .md-down\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  .md-down\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  .md-down\:text-bluegrey-100{
    color: #D9D9D9;
  }

  .md-down\:text-terracotta-500{
    color: #bb7265;
  }

  .md-down\:text-terracotta-600{
    color: #a46357;
  }

  .md-down\:text-sky-100{
    color: #dff2fe;
  }

  .md-down\:text-sky-200{
    color: #a2c3d3;
  }

  .md-down\:text-neutral-500{
    color: #636466;
  }

  .md-down\:text-gray-50{
    color: #fcfcfc;
  }

  .md-down\:text-gray-100{
    color: #e7e7e7;
  }

  .md-down\:text-gray-125{
    color: #f0f0f0;
  }

  .md-down\:text-gray-150{
    color: #dddddd;
  }

  .md-down\:text-gray-200{
    color: #868b8f;
  }

  .md-down\:text-gray-250{
    color: #a6a5a5;
  }

  .md-down\:text-gray-300{
    color: #979796;
  }

  .md-down\:text-gray-400{
    color: #abaeb1;
  }

  .md-down\:text-gray-500{
    color: #c7c7c7;
  }

  .md-down\:text-gray-550{
    color: #ccc;
  }

  .md-down\:text-gray-600{
    color: #707070;
  }

  .md-down\:text-gray-700{
    color: #555555;
  }

  .md-down\:text-gray-800{
    color: #333232;
  }

  .md-down\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  .md-down\:text-gray-1000{
    color: #dadada;
  }

  .md-down\:text-gray-1100{
    color: #ededed;
  }

  .md-down\:text-gray-1200{
    color: #b1b1b1;
  }

  .md-down\:text-gray-1300{
    color: #9b9b9b;
  }

  .md-down\:text-gray-1400{
    color: #999ea1;
  }

  .md-down\:text-gray-1500{
    color: #464646;
  }

  .md-down\:text-gray-1600{
    color: #9A9FA2;
  }

  .md-down\:text-gray-1700{
    color: #FBFBFB;
  }

  .md-down\:text-gray-1800{
    color: #494949;
  }

  .md-down\:text-gray-1900{
    color: #797979;
  }

  .md-down\:text-tan-300{
    color: #d2a680;
  }

  .md-down\:text-tan-400{
    color: #a38b71;
  }

  .md-down\:text-tan-500{
    color: #b18259;
  }

  .md-down\:text-tan-600{
    color: #c29064;
  }

  .md-down\:hover\:text-transparent:hover{
    color: transparent;
  }

  .md-down\:hover\:text-current:hover{
    color: currentColor;
  }

  .md-down\:hover\:text-black:hover{
    color: #000000;
  }

  .md-down\:hover\:text-white:hover{
    color: #ffffff;
  }

  .md-down\:hover\:text-overlay:hover{
    color: rgba(0,0,0,.2);
  }

  .md-down\:hover\:text-transparent-background:hover{
    color: rgba(0,0,0,.7);
  }

  .md-down\:hover\:text-red-400:hover{
    color: #ed4956;
  }

  .md-down\:hover\:text-red-500:hover{
    color: #e74a4a;
  }

  .md-down\:hover\:text-orange-300:hover{
    color: #a8774f;
  }

  .md-down\:hover\:text-orange-400:hover{
    color: #926642;
  }

  .md-down\:hover\:text-orange-500:hover{
    color: #d35a3a;
  }

  .md-down\:hover\:text-green-200:hover{
    color: #d5d4a3;
  }

  .md-down\:hover\:text-green-300:hover{
    color: #f05a30;
  }

  .md-down\:hover\:text-green-400:hover{
    color: #b8b78a;
  }

  .md-down\:hover\:text-green-500:hover{
    color: #48bb78;
  }

  .md-down\:hover\:text-green-600:hover{
    color: #a4c264;
  }

  .md-down\:hover\:text-green-700:hover{
    color: #B8B78F;
  }

  .md-down\:hover\:text-blue-400:hover{
    color: #a2c3d3;
  }

  .md-down\:hover\:text-blue-500:hover{
    color: #65a6c2;
  }

  .md-down\:hover\:text-blue-600:hover{
    color: rgba(70, 97, 153, .97);
  }

  .md-down\:hover\:text-blue-700:hover{
    color: rgba(70, 97, 153);
  }

  .md-down\:hover\:text-bluegrey-100:hover{
    color: #D9D9D9;
  }

  .md-down\:hover\:text-terracotta-500:hover{
    color: #bb7265;
  }

  .md-down\:hover\:text-terracotta-600:hover{
    color: #a46357;
  }

  .md-down\:hover\:text-sky-100:hover{
    color: #dff2fe;
  }

  .md-down\:hover\:text-sky-200:hover{
    color: #a2c3d3;
  }

  .md-down\:hover\:text-neutral-500:hover{
    color: #636466;
  }

  .md-down\:hover\:text-gray-50:hover{
    color: #fcfcfc;
  }

  .md-down\:hover\:text-gray-100:hover{
    color: #e7e7e7;
  }

  .md-down\:hover\:text-gray-125:hover{
    color: #f0f0f0;
  }

  .md-down\:hover\:text-gray-150:hover{
    color: #dddddd;
  }

  .md-down\:hover\:text-gray-200:hover{
    color: #868b8f;
  }

  .md-down\:hover\:text-gray-250:hover{
    color: #a6a5a5;
  }

  .md-down\:hover\:text-gray-300:hover{
    color: #979796;
  }

  .md-down\:hover\:text-gray-400:hover{
    color: #abaeb1;
  }

  .md-down\:hover\:text-gray-500:hover{
    color: #c7c7c7;
  }

  .md-down\:hover\:text-gray-550:hover{
    color: #ccc;
  }

  .md-down\:hover\:text-gray-600:hover{
    color: #707070;
  }

  .md-down\:hover\:text-gray-700:hover{
    color: #555555;
  }

  .md-down\:hover\:text-gray-800:hover{
    color: #333232;
  }

  .md-down\:hover\:text-gray-900:hover{
    color: rgba(0, 0, 0, 0.8);
  }

  .md-down\:hover\:text-gray-1000:hover{
    color: #dadada;
  }

  .md-down\:hover\:text-gray-1100:hover{
    color: #ededed;
  }

  .md-down\:hover\:text-gray-1200:hover{
    color: #b1b1b1;
  }

  .md-down\:hover\:text-gray-1300:hover{
    color: #9b9b9b;
  }

  .md-down\:hover\:text-gray-1400:hover{
    color: #999ea1;
  }

  .md-down\:hover\:text-gray-1500:hover{
    color: #464646;
  }

  .md-down\:hover\:text-gray-1600:hover{
    color: #9A9FA2;
  }

  .md-down\:hover\:text-gray-1700:hover{
    color: #FBFBFB;
  }

  .md-down\:hover\:text-gray-1800:hover{
    color: #494949;
  }

  .md-down\:hover\:text-gray-1900:hover{
    color: #797979;
  }

  .md-down\:hover\:text-tan-300:hover{
    color: #d2a680;
  }

  .md-down\:hover\:text-tan-400:hover{
    color: #a38b71;
  }

  .md-down\:hover\:text-tan-500:hover{
    color: #b18259;
  }

  .md-down\:hover\:text-tan-600:hover{
    color: #c29064;
  }

  .md-down\:focus\:text-transparent:focus{
    color: transparent;
  }

  .md-down\:focus\:text-current:focus{
    color: currentColor;
  }

  .md-down\:focus\:text-black:focus{
    color: #000000;
  }

  .md-down\:focus\:text-white:focus{
    color: #ffffff;
  }

  .md-down\:focus\:text-overlay:focus{
    color: rgba(0,0,0,.2);
  }

  .md-down\:focus\:text-transparent-background:focus{
    color: rgba(0,0,0,.7);
  }

  .md-down\:focus\:text-red-400:focus{
    color: #ed4956;
  }

  .md-down\:focus\:text-red-500:focus{
    color: #e74a4a;
  }

  .md-down\:focus\:text-orange-300:focus{
    color: #a8774f;
  }

  .md-down\:focus\:text-orange-400:focus{
    color: #926642;
  }

  .md-down\:focus\:text-orange-500:focus{
    color: #d35a3a;
  }

  .md-down\:focus\:text-green-200:focus{
    color: #d5d4a3;
  }

  .md-down\:focus\:text-green-300:focus{
    color: #f05a30;
  }

  .md-down\:focus\:text-green-400:focus{
    color: #b8b78a;
  }

  .md-down\:focus\:text-green-500:focus{
    color: #48bb78;
  }

  .md-down\:focus\:text-green-600:focus{
    color: #a4c264;
  }

  .md-down\:focus\:text-green-700:focus{
    color: #B8B78F;
  }

  .md-down\:focus\:text-blue-400:focus{
    color: #a2c3d3;
  }

  .md-down\:focus\:text-blue-500:focus{
    color: #65a6c2;
  }

  .md-down\:focus\:text-blue-600:focus{
    color: rgba(70, 97, 153, .97);
  }

  .md-down\:focus\:text-blue-700:focus{
    color: rgba(70, 97, 153);
  }

  .md-down\:focus\:text-bluegrey-100:focus{
    color: #D9D9D9;
  }

  .md-down\:focus\:text-terracotta-500:focus{
    color: #bb7265;
  }

  .md-down\:focus\:text-terracotta-600:focus{
    color: #a46357;
  }

  .md-down\:focus\:text-sky-100:focus{
    color: #dff2fe;
  }

  .md-down\:focus\:text-sky-200:focus{
    color: #a2c3d3;
  }

  .md-down\:focus\:text-neutral-500:focus{
    color: #636466;
  }

  .md-down\:focus\:text-gray-50:focus{
    color: #fcfcfc;
  }

  .md-down\:focus\:text-gray-100:focus{
    color: #e7e7e7;
  }

  .md-down\:focus\:text-gray-125:focus{
    color: #f0f0f0;
  }

  .md-down\:focus\:text-gray-150:focus{
    color: #dddddd;
  }

  .md-down\:focus\:text-gray-200:focus{
    color: #868b8f;
  }

  .md-down\:focus\:text-gray-250:focus{
    color: #a6a5a5;
  }

  .md-down\:focus\:text-gray-300:focus{
    color: #979796;
  }

  .md-down\:focus\:text-gray-400:focus{
    color: #abaeb1;
  }

  .md-down\:focus\:text-gray-500:focus{
    color: #c7c7c7;
  }

  .md-down\:focus\:text-gray-550:focus{
    color: #ccc;
  }

  .md-down\:focus\:text-gray-600:focus{
    color: #707070;
  }

  .md-down\:focus\:text-gray-700:focus{
    color: #555555;
  }

  .md-down\:focus\:text-gray-800:focus{
    color: #333232;
  }

  .md-down\:focus\:text-gray-900:focus{
    color: rgba(0, 0, 0, 0.8);
  }

  .md-down\:focus\:text-gray-1000:focus{
    color: #dadada;
  }

  .md-down\:focus\:text-gray-1100:focus{
    color: #ededed;
  }

  .md-down\:focus\:text-gray-1200:focus{
    color: #b1b1b1;
  }

  .md-down\:focus\:text-gray-1300:focus{
    color: #9b9b9b;
  }

  .md-down\:focus\:text-gray-1400:focus{
    color: #999ea1;
  }

  .md-down\:focus\:text-gray-1500:focus{
    color: #464646;
  }

  .md-down\:focus\:text-gray-1600:focus{
    color: #9A9FA2;
  }

  .md-down\:focus\:text-gray-1700:focus{
    color: #FBFBFB;
  }

  .md-down\:focus\:text-gray-1800:focus{
    color: #494949;
  }

  .md-down\:focus\:text-gray-1900:focus{
    color: #797979;
  }

  .md-down\:focus\:text-tan-300:focus{
    color: #d2a680;
  }

  .md-down\:focus\:text-tan-400:focus{
    color: #a38b71;
  }

  .md-down\:focus\:text-tan-500:focus{
    color: #b18259;
  }

  .md-down\:focus\:text-tan-600:focus{
    color: #c29064;
  }

  .active.md-down\:self-active\:text-transparent{
    color: transparent;
  }

  .active.md-down\:self-active\:text-current{
    color: currentColor;
  }

  .active.md-down\:self-active\:text-black{
    color: #000000;
  }

  .active.md-down\:self-active\:text-white{
    color: #ffffff;
  }

  .active.md-down\:self-active\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  .active.md-down\:self-active\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  .active.md-down\:self-active\:text-red-400{
    color: #ed4956;
  }

  .active.md-down\:self-active\:text-red-500{
    color: #e74a4a;
  }

  .active.md-down\:self-active\:text-orange-300{
    color: #a8774f;
  }

  .active.md-down\:self-active\:text-orange-400{
    color: #926642;
  }

  .active.md-down\:self-active\:text-orange-500{
    color: #d35a3a;
  }

  .active.md-down\:self-active\:text-green-200{
    color: #d5d4a3;
  }

  .active.md-down\:self-active\:text-green-300{
    color: #f05a30;
  }

  .active.md-down\:self-active\:text-green-400{
    color: #b8b78a;
  }

  .active.md-down\:self-active\:text-green-500{
    color: #48bb78;
  }

  .active.md-down\:self-active\:text-green-600{
    color: #a4c264;
  }

  .active.md-down\:self-active\:text-green-700{
    color: #B8B78F;
  }

  .active.md-down\:self-active\:text-blue-400{
    color: #a2c3d3;
  }

  .active.md-down\:self-active\:text-blue-500{
    color: #65a6c2;
  }

  .active.md-down\:self-active\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  .active.md-down\:self-active\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  .active.md-down\:self-active\:text-bluegrey-100{
    color: #D9D9D9;
  }

  .active.md-down\:self-active\:text-terracotta-500{
    color: #bb7265;
  }

  .active.md-down\:self-active\:text-terracotta-600{
    color: #a46357;
  }

  .active.md-down\:self-active\:text-sky-100{
    color: #dff2fe;
  }

  .active.md-down\:self-active\:text-sky-200{
    color: #a2c3d3;
  }

  .active.md-down\:self-active\:text-neutral-500{
    color: #636466;
  }

  .active.md-down\:self-active\:text-gray-50{
    color: #fcfcfc;
  }

  .active.md-down\:self-active\:text-gray-100{
    color: #e7e7e7;
  }

  .active.md-down\:self-active\:text-gray-125{
    color: #f0f0f0;
  }

  .active.md-down\:self-active\:text-gray-150{
    color: #dddddd;
  }

  .active.md-down\:self-active\:text-gray-200{
    color: #868b8f;
  }

  .active.md-down\:self-active\:text-gray-250{
    color: #a6a5a5;
  }

  .active.md-down\:self-active\:text-gray-300{
    color: #979796;
  }

  .active.md-down\:self-active\:text-gray-400{
    color: #abaeb1;
  }

  .active.md-down\:self-active\:text-gray-500{
    color: #c7c7c7;
  }

  .active.md-down\:self-active\:text-gray-550{
    color: #ccc;
  }

  .active.md-down\:self-active\:text-gray-600{
    color: #707070;
  }

  .active.md-down\:self-active\:text-gray-700{
    color: #555555;
  }

  .active.md-down\:self-active\:text-gray-800{
    color: #333232;
  }

  .active.md-down\:self-active\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  .active.md-down\:self-active\:text-gray-1000{
    color: #dadada;
  }

  .active.md-down\:self-active\:text-gray-1100{
    color: #ededed;
  }

  .active.md-down\:self-active\:text-gray-1200{
    color: #b1b1b1;
  }

  .active.md-down\:self-active\:text-gray-1300{
    color: #9b9b9b;
  }

  .active.md-down\:self-active\:text-gray-1400{
    color: #999ea1;
  }

  .active.md-down\:self-active\:text-gray-1500{
    color: #464646;
  }

  .active.md-down\:self-active\:text-gray-1600{
    color: #9A9FA2;
  }

  .active.md-down\:self-active\:text-gray-1700{
    color: #FBFBFB;
  }

  .active.md-down\:self-active\:text-gray-1800{
    color: #494949;
  }

  .active.md-down\:self-active\:text-gray-1900{
    color: #797979;
  }

  .active.md-down\:self-active\:text-tan-300{
    color: #d2a680;
  }

  .active.md-down\:self-active\:text-tan-400{
    color: #a38b71;
  }

  .active.md-down\:self-active\:text-tan-500{
    color: #b18259;
  }

  .active.md-down\:self-active\:text-tan-600{
    color: #c29064;
  }

  .group:hover .md-down\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .md-down\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .md-down\:group-hover\:text-black{
    color: #000000;
  }

  .group:hover .md-down\:group-hover\:text-white{
    color: #ffffff;
  }

  .group:hover .md-down\:group-hover\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  .group:hover .md-down\:group-hover\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  .group:hover .md-down\:group-hover\:text-red-400{
    color: #ed4956;
  }

  .group:hover .md-down\:group-hover\:text-red-500{
    color: #e74a4a;
  }

  .group:hover .md-down\:group-hover\:text-orange-300{
    color: #a8774f;
  }

  .group:hover .md-down\:group-hover\:text-orange-400{
    color: #926642;
  }

  .group:hover .md-down\:group-hover\:text-orange-500{
    color: #d35a3a;
  }

  .group:hover .md-down\:group-hover\:text-green-200{
    color: #d5d4a3;
  }

  .group:hover .md-down\:group-hover\:text-green-300{
    color: #f05a30;
  }

  .group:hover .md-down\:group-hover\:text-green-400{
    color: #b8b78a;
  }

  .group:hover .md-down\:group-hover\:text-green-500{
    color: #48bb78;
  }

  .group:hover .md-down\:group-hover\:text-green-600{
    color: #a4c264;
  }

  .group:hover .md-down\:group-hover\:text-green-700{
    color: #B8B78F;
  }

  .group:hover .md-down\:group-hover\:text-blue-400{
    color: #a2c3d3;
  }

  .group:hover .md-down\:group-hover\:text-blue-500{
    color: #65a6c2;
  }

  .group:hover .md-down\:group-hover\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  .group:hover .md-down\:group-hover\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  .group:hover .md-down\:group-hover\:text-bluegrey-100{
    color: #D9D9D9;
  }

  .group:hover .md-down\:group-hover\:text-terracotta-500{
    color: #bb7265;
  }

  .group:hover .md-down\:group-hover\:text-terracotta-600{
    color: #a46357;
  }

  .group:hover .md-down\:group-hover\:text-sky-100{
    color: #dff2fe;
  }

  .group:hover .md-down\:group-hover\:text-sky-200{
    color: #a2c3d3;
  }

  .group:hover .md-down\:group-hover\:text-neutral-500{
    color: #636466;
  }

  .group:hover .md-down\:group-hover\:text-gray-50{
    color: #fcfcfc;
  }

  .group:hover .md-down\:group-hover\:text-gray-100{
    color: #e7e7e7;
  }

  .group:hover .md-down\:group-hover\:text-gray-125{
    color: #f0f0f0;
  }

  .group:hover .md-down\:group-hover\:text-gray-150{
    color: #dddddd;
  }

  .group:hover .md-down\:group-hover\:text-gray-200{
    color: #868b8f;
  }

  .group:hover .md-down\:group-hover\:text-gray-250{
    color: #a6a5a5;
  }

  .group:hover .md-down\:group-hover\:text-gray-300{
    color: #979796;
  }

  .group:hover .md-down\:group-hover\:text-gray-400{
    color: #abaeb1;
  }

  .group:hover .md-down\:group-hover\:text-gray-500{
    color: #c7c7c7;
  }

  .group:hover .md-down\:group-hover\:text-gray-550{
    color: #ccc;
  }

  .group:hover .md-down\:group-hover\:text-gray-600{
    color: #707070;
  }

  .group:hover .md-down\:group-hover\:text-gray-700{
    color: #555555;
  }

  .group:hover .md-down\:group-hover\:text-gray-800{
    color: #333232;
  }

  .group:hover .md-down\:group-hover\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .md-down\:group-hover\:text-gray-1000{
    color: #dadada;
  }

  .group:hover .md-down\:group-hover\:text-gray-1100{
    color: #ededed;
  }

  .group:hover .md-down\:group-hover\:text-gray-1200{
    color: #b1b1b1;
  }

  .group:hover .md-down\:group-hover\:text-gray-1300{
    color: #9b9b9b;
  }

  .group:hover .md-down\:group-hover\:text-gray-1400{
    color: #999ea1;
  }

  .group:hover .md-down\:group-hover\:text-gray-1500{
    color: #464646;
  }

  .group:hover .md-down\:group-hover\:text-gray-1600{
    color: #9A9FA2;
  }

  .group:hover .md-down\:group-hover\:text-gray-1700{
    color: #FBFBFB;
  }

  .group:hover .md-down\:group-hover\:text-gray-1800{
    color: #494949;
  }

  .group:hover .md-down\:group-hover\:text-gray-1900{
    color: #797979;
  }

  .group:hover .md-down\:group-hover\:text-tan-300{
    color: #d2a680;
  }

  .group:hover .md-down\:group-hover\:text-tan-400{
    color: #a38b71;
  }

  .group:hover .md-down\:group-hover\:text-tan-500{
    color: #b18259;
  }

  .group:hover .md-down\:group-hover\:text-tan-600{
    color: #c29064;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-transparent{
    color: transparent;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-current{
    color: currentColor;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-black{
    color: #000000;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-white{
    color: #ffffff;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-red-400{
    color: #ed4956;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-red-500{
    color: #e74a4a;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-orange-300{
    color: #a8774f;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-orange-400{
    color: #926642;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-orange-500{
    color: #d35a3a;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-green-200{
    color: #d5d4a3;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-green-300{
    color: #f05a30;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-green-400{
    color: #b8b78a;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-green-500{
    color: #48bb78;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-green-600{
    color: #a4c264;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-green-700{
    color: #B8B78F;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-blue-400{
    color: #a2c3d3;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-blue-500{
    color: #65a6c2;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-bluegrey-100{
    color: #D9D9D9;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-terracotta-500{
    color: #bb7265;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-terracotta-600{
    color: #a46357;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-sky-100{
    color: #dff2fe;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-sky-200{
    color: #a2c3d3;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-neutral-500{
    color: #636466;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-gray-50{
    color: #fcfcfc;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-gray-100{
    color: #e7e7e7;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-gray-125{
    color: #f0f0f0;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-gray-150{
    color: #dddddd;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-gray-200{
    color: #868b8f;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-gray-250{
    color: #a6a5a5;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-gray-300{
    color: #979796;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-gray-400{
    color: #abaeb1;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-gray-500{
    color: #c7c7c7;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-gray-550{
    color: #ccc;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-gray-600{
    color: #707070;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-gray-700{
    color: #555555;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-gray-800{
    color: #333232;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-gray-1000{
    color: #dadada;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-gray-1100{
    color: #ededed;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-gray-1200{
    color: #b1b1b1;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-gray-1300{
    color: #9b9b9b;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-gray-1400{
    color: #999ea1;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-gray-1500{
    color: #464646;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-gray-1600{
    color: #9A9FA2;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-gray-1700{
    color: #FBFBFB;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-gray-1800{
    color: #494949;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-gray-1900{
    color: #797979;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-tan-300{
    color: #d2a680;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-tan-400{
    color: #a38b71;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-tan-500{
    color: #b18259;
  }

  [data-planit-favorite="true"] .md-down\:group-favorite\:text-tan-600{
    color: #c29064;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-transparent{
    color: transparent;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-current{
    color: currentColor;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-black{
    color: #000000;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-white{
    color: #ffffff;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-red-400{
    color: #ed4956;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-red-500{
    color: #e74a4a;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-orange-300{
    color: #a8774f;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-orange-400{
    color: #926642;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-orange-500{
    color: #d35a3a;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-green-200{
    color: #d5d4a3;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-green-300{
    color: #f05a30;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-green-400{
    color: #b8b78a;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-green-500{
    color: #48bb78;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-green-600{
    color: #a4c264;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-green-700{
    color: #B8B78F;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-blue-400{
    color: #a2c3d3;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-blue-500{
    color: #65a6c2;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-bluegrey-100{
    color: #D9D9D9;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-terracotta-500{
    color: #bb7265;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-terracotta-600{
    color: #a46357;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-sky-100{
    color: #dff2fe;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-sky-200{
    color: #a2c3d3;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-neutral-500{
    color: #636466;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-gray-50{
    color: #fcfcfc;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-gray-100{
    color: #e7e7e7;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-gray-125{
    color: #f0f0f0;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-gray-150{
    color: #dddddd;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-gray-200{
    color: #868b8f;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-gray-250{
    color: #a6a5a5;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-gray-300{
    color: #979796;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-gray-400{
    color: #abaeb1;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-gray-500{
    color: #c7c7c7;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-gray-550{
    color: #ccc;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-gray-600{
    color: #707070;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-gray-700{
    color: #555555;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-gray-800{
    color: #333232;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-gray-1000{
    color: #dadada;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-gray-1100{
    color: #ededed;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-gray-1200{
    color: #b1b1b1;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-gray-1300{
    color: #9b9b9b;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-gray-1400{
    color: #999ea1;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-gray-1500{
    color: #464646;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-gray-1600{
    color: #9A9FA2;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-gray-1700{
    color: #FBFBFB;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-gray-1800{
    color: #494949;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-gray-1900{
    color: #797979;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-tan-300{
    color: #d2a680;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-tan-400{
    color: #a38b71;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-tan-500{
    color: #b18259;
  }

  [data-planit-favorite-counter="true"] .md-down\:group-favorite-counter\:text-tan-600{
    color: #c29064;
  }

  .md-down\:text-xs{
    font-size: 0.75rem;
  }

  .md-down\:text-sm{
    font-size: 0.875rem;
  }

  .md-down\:text-base{
    font-size: 1rem;
  }

  .md-down\:text-lg{
    font-size: 1.125rem;
  }

  .md-down\:text-xl{
    font-size: 1.25rem;
  }

  .md-down\:text-2xl{
    font-size: 1.5rem;
  }

  .md-down\:text-3xl{
    font-size: 1.875rem;
  }

  .md-down\:text-4xl{
    font-size: 2.25rem;
  }

  .md-down\:text-5xl{
    font-size: 3rem;
  }

  .md-down\:text-6xl{
    font-size: 4rem;
  }

  .md-down\:italic{
    font-style: italic;
  }

  .md-down\:not-italic{
    font-style: normal;
  }

  .md-down\:uppercase{
    text-transform: uppercase;
  }

  .md-down\:lowercase{
    text-transform: lowercase;
  }

  .md-down\:capitalize{
    text-transform: capitalize;
  }

  .md-down\:normal-case{
    text-transform: none;
  }

  .md-down\:underline{
    text-decoration: underline;
  }

  .md-down\:line-through{
    text-decoration: line-through;
  }

  .md-down\:no-underline{
    text-decoration: none;
  }

  .md-down\:hover\:underline:hover{
    text-decoration: underline;
  }

  .md-down\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .md-down\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .md-down\:focus\:underline:focus{
    text-decoration: underline;
  }

  .md-down\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .md-down\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .group:hover .md-down\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .md-down\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .md-down\:group-hover\:no-underline{
    text-decoration: none;
  }

  .md-down\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md-down\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md-down\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .md-down\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .md-down\:tracking-normal{
    letter-spacing: 0;
  }

  .md-down\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .md-down\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .md-down\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .md-down\:tracking-heading{
    letter-spacing: -0.04em;
  }

  .md-down\:tracking-heading-tighter{
    letter-spacing: -0.08em;
  }

  .md-down\:tracking-input-mask{
    letter-spacing: .35em;
  }

  .md-down\:select-none{
    -ms-user-select: none;
        user-select: none;
  }

  .md-down\:select-text{
    -ms-user-select: text;
        user-select: text;
  }

  .md-down\:select-all{
    -ms-user-select: all;
        user-select: all;
  }

  .md-down\:select-auto{
    -ms-user-select: auto;
        user-select: auto;
  }

  .md-down\:align-baseline{
    vertical-align: baseline;
  }

  .md-down\:align-top{
    vertical-align: top;
  }

  .md-down\:align-middle{
    vertical-align: middle;
  }

  .md-down\:align-bottom{
    vertical-align: bottom;
  }

  .md-down\:align-text-top{
    vertical-align: text-top;
  }

  .md-down\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .md-down\:visible{
    visibility: visible;
  }

  .md-down\:invisible{
    visibility: hidden;
  }

  .group:hover .md-down\:group-hover\:visible{
    visibility: visible;
  }

  .group:hover .md-down\:group-hover\:invisible{
    visibility: hidden;
  }

  .md-down\:whitespace-normal{
    white-space: normal;
  }

  .md-down\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .md-down\:whitespace-pre{
    white-space: pre;
  }

  .md-down\:whitespace-pre-line{
    white-space: pre-line;
  }

  .md-down\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .md-down\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .md-down\:break-words{
    overflow-wrap: break-word;
  }

  .md-down\:break-all{
    word-break: break-all;
  }

  .md-down\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md-down\:w-0{
    width: 0;
  }

  .md-down\:w-1{
    width: 0.25rem;
  }

  .md-down\:w-2{
    width: 0.5rem;
  }

  .md-down\:w-3{
    width: 0.75rem;
  }

  .md-down\:w-4{
    width: 1rem;
  }

  .md-down\:w-5{
    width: 1.25rem;
  }

  .md-down\:w-6{
    width: 1.5rem;
  }

  .md-down\:w-8{
    width: 2rem;
  }

  .md-down\:w-10{
    width: 2.5rem;
  }

  .md-down\:w-12{
    width: 3rem;
  }

  .md-down\:w-14{
    width: 3.5rem;
  }

  .md-down\:w-16{
    width: 4rem;
  }

  .md-down\:w-20{
    width: 5rem;
  }

  .md-down\:w-24{
    width: 6rem;
  }

  .md-down\:w-32{
    width: 8rem;
  }

  .md-down\:w-40{
    width: 10rem;
  }

  .md-down\:w-48{
    width: 12rem;
  }

  .md-down\:w-56{
    width: 14rem;
  }

  .md-down\:w-64{
    width: 16rem;
  }

  .md-down\:w-440{
    width: 440px;
  }

  .md-down\:w-auto{
    width: auto;
  }

  .md-down\:w-px{
    width: 1px;
  }

  .md-down\:w-full{
    width: 100%;
  }

  .md-down\:w-1\/2{
    width: 50%;
  }

  .md-down\:w-1\/3{
    width: 33.333333%;
  }

  .md-down\:w-2\/3{
    width: 66.666667%;
  }

  .md-down\:w-1\/4{
    width: 25%;
  }

  .md-down\:w-2\/4{
    width: 50%;
  }

  .md-down\:w-3\/4{
    width: 75%;
  }

  .md-down\:w-1\/5{
    width: 20%;
  }

  .md-down\:w-2\/5{
    width: 40%;
  }

  .md-down\:w-3\/5{
    width: 60%;
  }

  .md-down\:w-4\/5{
    width: 80%;
  }

  .md-down\:w-1\/6{
    width: 16.666667%;
  }

  .md-down\:w-2\/6{
    width: 33.333333%;
  }

  .md-down\:w-3\/6{
    width: 50%;
  }

  .md-down\:w-4\/6{
    width: 66.666667%;
  }

  .md-down\:w-5\/6{
    width: 83.333333%;
  }

  .md-down\:w-1\/12{
    width: 8.333333%;
  }

  .md-down\:w-2\/12{
    width: 16.666667%;
  }

  .md-down\:w-3\/12{
    width: 25%;
  }

  .md-down\:w-4\/12{
    width: 33.333333%;
  }

  .md-down\:w-5\/12{
    width: 41.666667%;
  }

  .md-down\:w-6\/12{
    width: 50%;
  }

  .md-down\:w-7\/12{
    width: 58.333333%;
  }

  .md-down\:w-8\/12{
    width: 66.666667%;
  }

  .md-down\:w-9\/12{
    width: 75%;
  }

  .md-down\:w-10\/12{
    width: 83.333333%;
  }

  .md-down\:w-11\/12{
    width: 91.666667%;
  }

  .md-down\:w-screen{
    width: 100vw;
  }

  .md-down\:w-inherit{
    width: inherit;
  }

  .md-down\:w-screen-75{
    width: 75vw;
  }

  .md-down\:z-0{
    z-index: 0;
  }

  .md-down\:z-10{
    z-index: 10;
  }

  .md-down\:z-20{
    z-index: 20;
  }

  .md-down\:z-30{
    z-index: 30;
  }

  .md-down\:z-40{
    z-index: 40;
  }

  .md-down\:z-50{
    z-index: 50;
  }

  .md-down\:z-auto{
    z-index: auto;
  }

  .md-down\:-z-1{
    z-index: -1;
  }

  .md-down\:hover\:z-0:hover{
    z-index: 0;
  }

  .md-down\:hover\:z-10:hover{
    z-index: 10;
  }

  .md-down\:hover\:z-20:hover{
    z-index: 20;
  }

  .md-down\:hover\:z-30:hover{
    z-index: 30;
  }

  .md-down\:hover\:z-40:hover{
    z-index: 40;
  }

  .md-down\:hover\:z-50:hover{
    z-index: 50;
  }

  .md-down\:hover\:z-auto:hover{
    z-index: auto;
  }

  .md-down\:hover\:-z-1:hover{
    z-index: -1;
  }

  .md-down\:-transform-y-50 {
    transform: translate(0, -50px);
  }

  .md-down\:transform-y-0 {
    transform: translate(0, 0);
  }

  .md-down\:text-shadow-md {
    text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.8);
  }
}

@media (min-width: 900px){
  .md\: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;
  }

  .md\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:appearance-none{
    appearance: none;
  }

  .md\:bg-fixed{
    background-attachment: fixed;
  }

  .md\:bg-local{
    background-attachment: local;
  }

  .md\:bg-scroll{
    background-attachment: scroll;
  }

  .md\:bg-transparent{
    background-color: transparent;
  }

  .md\:bg-current{
    background-color: currentColor;
  }

  .md\:bg-black{
    background-color: #000000;
  }

  .md\:bg-white{
    background-color: #ffffff;
  }

  .md\:bg-overlay{
    background-color: rgba(0,0,0,.2);
  }

  .md\:bg-transparent-background{
    background-color: rgba(0,0,0,.7);
  }

  .md\:bg-red-400{
    background-color: #ed4956;
  }

  .md\:bg-red-500{
    background-color: #e74a4a;
  }

  .md\:bg-orange-300{
    background-color: #a8774f;
  }

  .md\:bg-orange-400{
    background-color: #926642;
  }

  .md\:bg-orange-500{
    background-color: #d35a3a;
  }

  .md\:bg-green-200{
    background-color: #d5d4a3;
  }

  .md\:bg-green-300{
    background-color: #f05a30;
  }

  .md\:bg-green-400{
    background-color: #b8b78a;
  }

  .md\:bg-green-500{
    background-color: #48bb78;
  }

  .md\:bg-green-600{
    background-color: #a4c264;
  }

  .md\:bg-green-700{
    background-color: #B8B78F;
  }

  .md\:bg-blue-400{
    background-color: #a2c3d3;
  }

  .md\:bg-blue-500{
    background-color: #65a6c2;
  }

  .md\:bg-blue-600{
    background-color: rgba(70, 97, 153, .97);
  }

  .md\:bg-blue-700{
    background-color: rgba(70, 97, 153);
  }

  .md\:bg-bluegrey-100{
    background-color: #D9D9D9;
  }

  .md\:bg-terracotta-500{
    background-color: #bb7265;
  }

  .md\:bg-terracotta-600{
    background-color: #a46357;
  }

  .md\:bg-sky-100{
    background-color: #dff2fe;
  }

  .md\:bg-sky-200{
    background-color: #a2c3d3;
  }

  .md\:bg-neutral-500{
    background-color: #636466;
  }

  .md\:bg-gray-50{
    background-color: #fcfcfc;
  }

  .md\:bg-gray-100{
    background-color: #e7e7e7;
  }

  .md\:bg-gray-125{
    background-color: #f0f0f0;
  }

  .md\:bg-gray-150{
    background-color: #dddddd;
  }

  .md\:bg-gray-200{
    background-color: #868b8f;
  }

  .md\:bg-gray-250{
    background-color: #a6a5a5;
  }

  .md\:bg-gray-300{
    background-color: #979796;
  }

  .md\:bg-gray-400{
    background-color: #abaeb1;
  }

  .md\:bg-gray-500{
    background-color: #c7c7c7;
  }

  .md\:bg-gray-550{
    background-color: #ccc;
  }

  .md\:bg-gray-600{
    background-color: #707070;
  }

  .md\:bg-gray-700{
    background-color: #555555;
  }

  .md\:bg-gray-800{
    background-color: #333232;
  }

  .md\:bg-gray-900{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .md\:bg-gray-1000{
    background-color: #dadada;
  }

  .md\:bg-gray-1100{
    background-color: #ededed;
  }

  .md\:bg-gray-1200{
    background-color: #b1b1b1;
  }

  .md\:bg-gray-1300{
    background-color: #9b9b9b;
  }

  .md\:bg-gray-1400{
    background-color: #999ea1;
  }

  .md\:bg-gray-1500{
    background-color: #464646;
  }

  .md\:bg-gray-1600{
    background-color: #9A9FA2;
  }

  .md\:bg-gray-1700{
    background-color: #FBFBFB;
  }

  .md\:bg-gray-1800{
    background-color: #494949;
  }

  .md\:bg-gray-1900{
    background-color: #797979;
  }

  .md\:bg-tan-300{
    background-color: #d2a680;
  }

  .md\:bg-tan-400{
    background-color: #a38b71;
  }

  .md\:bg-tan-500{
    background-color: #b18259;
  }

  .md\:bg-tan-600{
    background-color: #c29064;
  }

  .md\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .md\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .md\:hover\:bg-black:hover{
    background-color: #000000;
  }

  .md\:hover\:bg-white:hover{
    background-color: #ffffff;
  }

  .md\:hover\:bg-overlay:hover{
    background-color: rgba(0,0,0,.2);
  }

  .md\:hover\:bg-transparent-background:hover{
    background-color: rgba(0,0,0,.7);
  }

  .md\:hover\:bg-red-400:hover{
    background-color: #ed4956;
  }

  .md\:hover\:bg-red-500:hover{
    background-color: #e74a4a;
  }

  .md\:hover\:bg-orange-300:hover{
    background-color: #a8774f;
  }

  .md\:hover\:bg-orange-400:hover{
    background-color: #926642;
  }

  .md\:hover\:bg-orange-500:hover{
    background-color: #d35a3a;
  }

  .md\:hover\:bg-green-200:hover{
    background-color: #d5d4a3;
  }

  .md\:hover\:bg-green-300:hover{
    background-color: #f05a30;
  }

  .md\:hover\:bg-green-400:hover{
    background-color: #b8b78a;
  }

  .md\:hover\:bg-green-500:hover{
    background-color: #48bb78;
  }

  .md\:hover\:bg-green-600:hover{
    background-color: #a4c264;
  }

  .md\:hover\:bg-green-700:hover{
    background-color: #B8B78F;
  }

  .md\:hover\:bg-blue-400:hover{
    background-color: #a2c3d3;
  }

  .md\:hover\:bg-blue-500:hover{
    background-color: #65a6c2;
  }

  .md\:hover\:bg-blue-600:hover{
    background-color: rgba(70, 97, 153, .97);
  }

  .md\:hover\:bg-blue-700:hover{
    background-color: rgba(70, 97, 153);
  }

  .md\:hover\:bg-bluegrey-100:hover{
    background-color: #D9D9D9;
  }

  .md\:hover\:bg-terracotta-500:hover{
    background-color: #bb7265;
  }

  .md\:hover\:bg-terracotta-600:hover{
    background-color: #a46357;
  }

  .md\:hover\:bg-sky-100:hover{
    background-color: #dff2fe;
  }

  .md\:hover\:bg-sky-200:hover{
    background-color: #a2c3d3;
  }

  .md\:hover\:bg-neutral-500:hover{
    background-color: #636466;
  }

  .md\:hover\:bg-gray-50:hover{
    background-color: #fcfcfc;
  }

  .md\:hover\:bg-gray-100:hover{
    background-color: #e7e7e7;
  }

  .md\:hover\:bg-gray-125:hover{
    background-color: #f0f0f0;
  }

  .md\:hover\:bg-gray-150:hover{
    background-color: #dddddd;
  }

  .md\:hover\:bg-gray-200:hover{
    background-color: #868b8f;
  }

  .md\:hover\:bg-gray-250:hover{
    background-color: #a6a5a5;
  }

  .md\:hover\:bg-gray-300:hover{
    background-color: #979796;
  }

  .md\:hover\:bg-gray-400:hover{
    background-color: #abaeb1;
  }

  .md\:hover\:bg-gray-500:hover{
    background-color: #c7c7c7;
  }

  .md\:hover\:bg-gray-550:hover{
    background-color: #ccc;
  }

  .md\:hover\:bg-gray-600:hover{
    background-color: #707070;
  }

  .md\:hover\:bg-gray-700:hover{
    background-color: #555555;
  }

  .md\:hover\:bg-gray-800:hover{
    background-color: #333232;
  }

  .md\:hover\:bg-gray-900:hover{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .md\:hover\:bg-gray-1000:hover{
    background-color: #dadada;
  }

  .md\:hover\:bg-gray-1100:hover{
    background-color: #ededed;
  }

  .md\:hover\:bg-gray-1200:hover{
    background-color: #b1b1b1;
  }

  .md\:hover\:bg-gray-1300:hover{
    background-color: #9b9b9b;
  }

  .md\:hover\:bg-gray-1400:hover{
    background-color: #999ea1;
  }

  .md\:hover\:bg-gray-1500:hover{
    background-color: #464646;
  }

  .md\:hover\:bg-gray-1600:hover{
    background-color: #9A9FA2;
  }

  .md\:hover\:bg-gray-1700:hover{
    background-color: #FBFBFB;
  }

  .md\:hover\:bg-gray-1800:hover{
    background-color: #494949;
  }

  .md\:hover\:bg-gray-1900:hover{
    background-color: #797979;
  }

  .md\:hover\:bg-tan-300:hover{
    background-color: #d2a680;
  }

  .md\:hover\:bg-tan-400:hover{
    background-color: #a38b71;
  }

  .md\:hover\:bg-tan-500:hover{
    background-color: #b18259;
  }

  .md\:hover\:bg-tan-600:hover{
    background-color: #c29064;
  }

  .md\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .md\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .md\:focus\:bg-black:focus{
    background-color: #000000;
  }

  .md\:focus\:bg-white:focus{
    background-color: #ffffff;
  }

  .md\:focus\:bg-overlay:focus{
    background-color: rgba(0,0,0,.2);
  }

  .md\:focus\:bg-transparent-background:focus{
    background-color: rgba(0,0,0,.7);
  }

  .md\:focus\:bg-red-400:focus{
    background-color: #ed4956;
  }

  .md\:focus\:bg-red-500:focus{
    background-color: #e74a4a;
  }

  .md\:focus\:bg-orange-300:focus{
    background-color: #a8774f;
  }

  .md\:focus\:bg-orange-400:focus{
    background-color: #926642;
  }

  .md\:focus\:bg-orange-500:focus{
    background-color: #d35a3a;
  }

  .md\:focus\:bg-green-200:focus{
    background-color: #d5d4a3;
  }

  .md\:focus\:bg-green-300:focus{
    background-color: #f05a30;
  }

  .md\:focus\:bg-green-400:focus{
    background-color: #b8b78a;
  }

  .md\:focus\:bg-green-500:focus{
    background-color: #48bb78;
  }

  .md\:focus\:bg-green-600:focus{
    background-color: #a4c264;
  }

  .md\:focus\:bg-green-700:focus{
    background-color: #B8B78F;
  }

  .md\:focus\:bg-blue-400:focus{
    background-color: #a2c3d3;
  }

  .md\:focus\:bg-blue-500:focus{
    background-color: #65a6c2;
  }

  .md\:focus\:bg-blue-600:focus{
    background-color: rgba(70, 97, 153, .97);
  }

  .md\:focus\:bg-blue-700:focus{
    background-color: rgba(70, 97, 153);
  }

  .md\:focus\:bg-bluegrey-100:focus{
    background-color: #D9D9D9;
  }

  .md\:focus\:bg-terracotta-500:focus{
    background-color: #bb7265;
  }

  .md\:focus\:bg-terracotta-600:focus{
    background-color: #a46357;
  }

  .md\:focus\:bg-sky-100:focus{
    background-color: #dff2fe;
  }

  .md\:focus\:bg-sky-200:focus{
    background-color: #a2c3d3;
  }

  .md\:focus\:bg-neutral-500:focus{
    background-color: #636466;
  }

  .md\:focus\:bg-gray-50:focus{
    background-color: #fcfcfc;
  }

  .md\:focus\:bg-gray-100:focus{
    background-color: #e7e7e7;
  }

  .md\:focus\:bg-gray-125:focus{
    background-color: #f0f0f0;
  }

  .md\:focus\:bg-gray-150:focus{
    background-color: #dddddd;
  }

  .md\:focus\:bg-gray-200:focus{
    background-color: #868b8f;
  }

  .md\:focus\:bg-gray-250:focus{
    background-color: #a6a5a5;
  }

  .md\:focus\:bg-gray-300:focus{
    background-color: #979796;
  }

  .md\:focus\:bg-gray-400:focus{
    background-color: #abaeb1;
  }

  .md\:focus\:bg-gray-500:focus{
    background-color: #c7c7c7;
  }

  .md\:focus\:bg-gray-550:focus{
    background-color: #ccc;
  }

  .md\:focus\:bg-gray-600:focus{
    background-color: #707070;
  }

  .md\:focus\:bg-gray-700:focus{
    background-color: #555555;
  }

  .md\:focus\:bg-gray-800:focus{
    background-color: #333232;
  }

  .md\:focus\:bg-gray-900:focus{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .md\:focus\:bg-gray-1000:focus{
    background-color: #dadada;
  }

  .md\:focus\:bg-gray-1100:focus{
    background-color: #ededed;
  }

  .md\:focus\:bg-gray-1200:focus{
    background-color: #b1b1b1;
  }

  .md\:focus\:bg-gray-1300:focus{
    background-color: #9b9b9b;
  }

  .md\:focus\:bg-gray-1400:focus{
    background-color: #999ea1;
  }

  .md\:focus\:bg-gray-1500:focus{
    background-color: #464646;
  }

  .md\:focus\:bg-gray-1600:focus{
    background-color: #9A9FA2;
  }

  .md\:focus\:bg-gray-1700:focus{
    background-color: #FBFBFB;
  }

  .md\:focus\:bg-gray-1800:focus{
    background-color: #494949;
  }

  .md\:focus\:bg-gray-1900:focus{
    background-color: #797979;
  }

  .md\:focus\:bg-tan-300:focus{
    background-color: #d2a680;
  }

  .md\:focus\:bg-tan-400:focus{
    background-color: #a38b71;
  }

  .md\:focus\:bg-tan-500:focus{
    background-color: #b18259;
  }

  .md\:focus\:bg-tan-600:focus{
    background-color: #c29064;
  }

  .active.md\:self-active\:bg-transparent{
    background-color: transparent;
  }

  .active.md\:self-active\:bg-current{
    background-color: currentColor;
  }

  .active.md\:self-active\:bg-black{
    background-color: #000000;
  }

  .active.md\:self-active\:bg-white{
    background-color: #ffffff;
  }

  .active.md\:self-active\:bg-overlay{
    background-color: rgba(0,0,0,.2);
  }

  .active.md\:self-active\:bg-transparent-background{
    background-color: rgba(0,0,0,.7);
  }

  .active.md\:self-active\:bg-red-400{
    background-color: #ed4956;
  }

  .active.md\:self-active\:bg-red-500{
    background-color: #e74a4a;
  }

  .active.md\:self-active\:bg-orange-300{
    background-color: #a8774f;
  }

  .active.md\:self-active\:bg-orange-400{
    background-color: #926642;
  }

  .active.md\:self-active\:bg-orange-500{
    background-color: #d35a3a;
  }

  .active.md\:self-active\:bg-green-200{
    background-color: #d5d4a3;
  }

  .active.md\:self-active\:bg-green-300{
    background-color: #f05a30;
  }

  .active.md\:self-active\:bg-green-400{
    background-color: #b8b78a;
  }

  .active.md\:self-active\:bg-green-500{
    background-color: #48bb78;
  }

  .active.md\:self-active\:bg-green-600{
    background-color: #a4c264;
  }

  .active.md\:self-active\:bg-green-700{
    background-color: #B8B78F;
  }

  .active.md\:self-active\:bg-blue-400{
    background-color: #a2c3d3;
  }

  .active.md\:self-active\:bg-blue-500{
    background-color: #65a6c2;
  }

  .active.md\:self-active\:bg-blue-600{
    background-color: rgba(70, 97, 153, .97);
  }

  .active.md\:self-active\:bg-blue-700{
    background-color: rgba(70, 97, 153);
  }

  .active.md\:self-active\:bg-bluegrey-100{
    background-color: #D9D9D9;
  }

  .active.md\:self-active\:bg-terracotta-500{
    background-color: #bb7265;
  }

  .active.md\:self-active\:bg-terracotta-600{
    background-color: #a46357;
  }

  .active.md\:self-active\:bg-sky-100{
    background-color: #dff2fe;
  }

  .active.md\:self-active\:bg-sky-200{
    background-color: #a2c3d3;
  }

  .active.md\:self-active\:bg-neutral-500{
    background-color: #636466;
  }

  .active.md\:self-active\:bg-gray-50{
    background-color: #fcfcfc;
  }

  .active.md\:self-active\:bg-gray-100{
    background-color: #e7e7e7;
  }

  .active.md\:self-active\:bg-gray-125{
    background-color: #f0f0f0;
  }

  .active.md\:self-active\:bg-gray-150{
    background-color: #dddddd;
  }

  .active.md\:self-active\:bg-gray-200{
    background-color: #868b8f;
  }

  .active.md\:self-active\:bg-gray-250{
    background-color: #a6a5a5;
  }

  .active.md\:self-active\:bg-gray-300{
    background-color: #979796;
  }

  .active.md\:self-active\:bg-gray-400{
    background-color: #abaeb1;
  }

  .active.md\:self-active\:bg-gray-500{
    background-color: #c7c7c7;
  }

  .active.md\:self-active\:bg-gray-550{
    background-color: #ccc;
  }

  .active.md\:self-active\:bg-gray-600{
    background-color: #707070;
  }

  .active.md\:self-active\:bg-gray-700{
    background-color: #555555;
  }

  .active.md\:self-active\:bg-gray-800{
    background-color: #333232;
  }

  .active.md\:self-active\:bg-gray-900{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .active.md\:self-active\:bg-gray-1000{
    background-color: #dadada;
  }

  .active.md\:self-active\:bg-gray-1100{
    background-color: #ededed;
  }

  .active.md\:self-active\:bg-gray-1200{
    background-color: #b1b1b1;
  }

  .active.md\:self-active\:bg-gray-1300{
    background-color: #9b9b9b;
  }

  .active.md\:self-active\:bg-gray-1400{
    background-color: #999ea1;
  }

  .active.md\:self-active\:bg-gray-1500{
    background-color: #464646;
  }

  .active.md\:self-active\:bg-gray-1600{
    background-color: #9A9FA2;
  }

  .active.md\:self-active\:bg-gray-1700{
    background-color: #FBFBFB;
  }

  .active.md\:self-active\:bg-gray-1800{
    background-color: #494949;
  }

  .active.md\:self-active\:bg-gray-1900{
    background-color: #797979;
  }

  .active.md\:self-active\:bg-tan-300{
    background-color: #d2a680;
  }

  .active.md\:self-active\:bg-tan-400{
    background-color: #a38b71;
  }

  .active.md\:self-active\:bg-tan-500{
    background-color: #b18259;
  }

  .active.md\:self-active\:bg-tan-600{
    background-color: #c29064;
  }

  .md\:nextOnChecked\:bg-transparent:checked + *{
    background-color: transparent;
  }

  .md\:nextOnChecked\:bg-current:checked + *{
    background-color: currentColor;
  }

  .md\:nextOnChecked\:bg-black:checked + *{
    background-color: #000000;
  }

  .md\:nextOnChecked\:bg-white:checked + *{
    background-color: #ffffff;
  }

  .md\:nextOnChecked\:bg-overlay:checked + *{
    background-color: rgba(0,0,0,.2);
  }

  .md\:nextOnChecked\:bg-transparent-background:checked + *{
    background-color: rgba(0,0,0,.7);
  }

  .md\:nextOnChecked\:bg-red-400:checked + *{
    background-color: #ed4956;
  }

  .md\:nextOnChecked\:bg-red-500:checked + *{
    background-color: #e74a4a;
  }

  .md\:nextOnChecked\:bg-orange-300:checked + *{
    background-color: #a8774f;
  }

  .md\:nextOnChecked\:bg-orange-400:checked + *{
    background-color: #926642;
  }

  .md\:nextOnChecked\:bg-orange-500:checked + *{
    background-color: #d35a3a;
  }

  .md\:nextOnChecked\:bg-green-200:checked + *{
    background-color: #d5d4a3;
  }

  .md\:nextOnChecked\:bg-green-300:checked + *{
    background-color: #f05a30;
  }

  .md\:nextOnChecked\:bg-green-400:checked + *{
    background-color: #b8b78a;
  }

  .md\:nextOnChecked\:bg-green-500:checked + *{
    background-color: #48bb78;
  }

  .md\:nextOnChecked\:bg-green-600:checked + *{
    background-color: #a4c264;
  }

  .md\:nextOnChecked\:bg-green-700:checked + *{
    background-color: #B8B78F;
  }

  .md\:nextOnChecked\:bg-blue-400:checked + *{
    background-color: #a2c3d3;
  }

  .md\:nextOnChecked\:bg-blue-500:checked + *{
    background-color: #65a6c2;
  }

  .md\:nextOnChecked\:bg-blue-600:checked + *{
    background-color: rgba(70, 97, 153, .97);
  }

  .md\:nextOnChecked\:bg-blue-700:checked + *{
    background-color: rgba(70, 97, 153);
  }

  .md\:nextOnChecked\:bg-bluegrey-100:checked + *{
    background-color: #D9D9D9;
  }

  .md\:nextOnChecked\:bg-terracotta-500:checked + *{
    background-color: #bb7265;
  }

  .md\:nextOnChecked\:bg-terracotta-600:checked + *{
    background-color: #a46357;
  }

  .md\:nextOnChecked\:bg-sky-100:checked + *{
    background-color: #dff2fe;
  }

  .md\:nextOnChecked\:bg-sky-200:checked + *{
    background-color: #a2c3d3;
  }

  .md\:nextOnChecked\:bg-neutral-500:checked + *{
    background-color: #636466;
  }

  .md\:nextOnChecked\:bg-gray-50:checked + *{
    background-color: #fcfcfc;
  }

  .md\:nextOnChecked\:bg-gray-100:checked + *{
    background-color: #e7e7e7;
  }

  .md\:nextOnChecked\:bg-gray-125:checked + *{
    background-color: #f0f0f0;
  }

  .md\:nextOnChecked\:bg-gray-150:checked + *{
    background-color: #dddddd;
  }

  .md\:nextOnChecked\:bg-gray-200:checked + *{
    background-color: #868b8f;
  }

  .md\:nextOnChecked\:bg-gray-250:checked + *{
    background-color: #a6a5a5;
  }

  .md\:nextOnChecked\:bg-gray-300:checked + *{
    background-color: #979796;
  }

  .md\:nextOnChecked\:bg-gray-400:checked + *{
    background-color: #abaeb1;
  }

  .md\:nextOnChecked\:bg-gray-500:checked + *{
    background-color: #c7c7c7;
  }

  .md\:nextOnChecked\:bg-gray-550:checked + *{
    background-color: #ccc;
  }

  .md\:nextOnChecked\:bg-gray-600:checked + *{
    background-color: #707070;
  }

  .md\:nextOnChecked\:bg-gray-700:checked + *{
    background-color: #555555;
  }

  .md\:nextOnChecked\:bg-gray-800:checked + *{
    background-color: #333232;
  }

  .md\:nextOnChecked\:bg-gray-900:checked + *{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .md\:nextOnChecked\:bg-gray-1000:checked + *{
    background-color: #dadada;
  }

  .md\:nextOnChecked\:bg-gray-1100:checked + *{
    background-color: #ededed;
  }

  .md\:nextOnChecked\:bg-gray-1200:checked + *{
    background-color: #b1b1b1;
  }

  .md\:nextOnChecked\:bg-gray-1300:checked + *{
    background-color: #9b9b9b;
  }

  .md\:nextOnChecked\:bg-gray-1400:checked + *{
    background-color: #999ea1;
  }

  .md\:nextOnChecked\:bg-gray-1500:checked + *{
    background-color: #464646;
  }

  .md\:nextOnChecked\:bg-gray-1600:checked + *{
    background-color: #9A9FA2;
  }

  .md\:nextOnChecked\:bg-gray-1700:checked + *{
    background-color: #FBFBFB;
  }

  .md\:nextOnChecked\:bg-gray-1800:checked + *{
    background-color: #494949;
  }

  .md\:nextOnChecked\:bg-gray-1900:checked + *{
    background-color: #797979;
  }

  .md\:nextOnChecked\:bg-tan-300:checked + *{
    background-color: #d2a680;
  }

  .md\:nextOnChecked\:bg-tan-400:checked + *{
    background-color: #a38b71;
  }

  .md\:nextOnChecked\:bg-tan-500:checked + *{
    background-color: #b18259;
  }

  .md\:nextOnChecked\:bg-tan-600:checked + *{
    background-color: #c29064;
  }

  .md\:bg-bottom{
    background-position: bottom;
  }

  .md\:bg-center{
    background-position: center;
  }

  .md\:bg-left{
    background-position: left;
  }

  .md\:bg-left-bottom{
    background-position: left bottom;
  }

  .md\:bg-left-top{
    background-position: left top;
  }

  .md\:bg-right{
    background-position: right;
  }

  .md\:bg-right-bottom{
    background-position: right bottom;
  }

  .md\:bg-right-top{
    background-position: right top;
  }

  .md\:bg-top{
    background-position: top;
  }

  .md\:bg-top-center{
    background-position: top center;
  }

  .md\:bg-bottom-center{
    background-position: bottom center;
  }

  .md\:bg-repeat{
    background-repeat: repeat;
  }

  .md\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round{
    background-repeat: round;
  }

  .md\:bg-repeat-space{
    background-repeat: space;
  }

  .md\:bg-auto{
    background-size: auto;
  }

  .md\:bg-cover{
    background-size: cover;
  }

  .md\:bg-contain{
    background-size: contain;
  }

  .md\:bg-hidden{
    background-size: 0% 0%;
  }

  .md\:bg-y135{
    background-size: auto 135%;
  }

  .group:hover .md\:group-hover\:bg-auto{
    background-size: auto;
  }

  .group:hover .md\:group-hover\:bg-cover{
    background-size: cover;
  }

  .group:hover .md\:group-hover\:bg-contain{
    background-size: contain;
  }

  .group:hover .md\:group-hover\:bg-hidden{
    background-size: 0% 0%;
  }

  .group:hover .md\:group-hover\:bg-y135{
    background-size: auto 135%;
  }

  .md\:border-transparent{
    border-color: transparent;
  }

  .md\:border-current{
    border-color: currentColor;
  }

  .md\:border-black{
    border-color: #000000;
  }

  .md\:border-white{
    border-color: #ffffff;
  }

  .md\:border-overlay{
    border-color: rgba(0,0,0,.2);
  }

  .md\:border-transparent-background{
    border-color: rgba(0,0,0,.7);
  }

  .md\:border-red-400{
    border-color: #ed4956;
  }

  .md\:border-red-500{
    border-color: #e74a4a;
  }

  .md\:border-orange-300{
    border-color: #a8774f;
  }

  .md\:border-orange-400{
    border-color: #926642;
  }

  .md\:border-orange-500{
    border-color: #d35a3a;
  }

  .md\:border-green-200{
    border-color: #d5d4a3;
  }

  .md\:border-green-300{
    border-color: #f05a30;
  }

  .md\:border-green-400{
    border-color: #b8b78a;
  }

  .md\:border-green-500{
    border-color: #48bb78;
  }

  .md\:border-green-600{
    border-color: #a4c264;
  }

  .md\:border-green-700{
    border-color: #B8B78F;
  }

  .md\:border-blue-400{
    border-color: #a2c3d3;
  }

  .md\:border-blue-500{
    border-color: #65a6c2;
  }

  .md\:border-blue-600{
    border-color: rgba(70, 97, 153, .97);
  }

  .md\:border-blue-700{
    border-color: rgba(70, 97, 153);
  }

  .md\:border-bluegrey-100{
    border-color: #D9D9D9;
  }

  .md\:border-terracotta-500{
    border-color: #bb7265;
  }

  .md\:border-terracotta-600{
    border-color: #a46357;
  }

  .md\:border-sky-100{
    border-color: #dff2fe;
  }

  .md\:border-sky-200{
    border-color: #a2c3d3;
  }

  .md\:border-neutral-500{
    border-color: #636466;
  }

  .md\:border-gray-50{
    border-color: #fcfcfc;
  }

  .md\:border-gray-100{
    border-color: #e7e7e7;
  }

  .md\:border-gray-125{
    border-color: #f0f0f0;
  }

  .md\:border-gray-150{
    border-color: #dddddd;
  }

  .md\:border-gray-200{
    border-color: #868b8f;
  }

  .md\:border-gray-250{
    border-color: #a6a5a5;
  }

  .md\:border-gray-300{
    border-color: #979796;
  }

  .md\:border-gray-400{
    border-color: #abaeb1;
  }

  .md\:border-gray-500{
    border-color: #c7c7c7;
  }

  .md\:border-gray-550{
    border-color: #ccc;
  }

  .md\:border-gray-600{
    border-color: #707070;
  }

  .md\:border-gray-700{
    border-color: #555555;
  }

  .md\:border-gray-800{
    border-color: #333232;
  }

  .md\:border-gray-900{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .md\:border-gray-1000{
    border-color: #dadada;
  }

  .md\:border-gray-1100{
    border-color: #ededed;
  }

  .md\:border-gray-1200{
    border-color: #b1b1b1;
  }

  .md\:border-gray-1300{
    border-color: #9b9b9b;
  }

  .md\:border-gray-1400{
    border-color: #999ea1;
  }

  .md\:border-gray-1500{
    border-color: #464646;
  }

  .md\:border-gray-1600{
    border-color: #9A9FA2;
  }

  .md\:border-gray-1700{
    border-color: #FBFBFB;
  }

  .md\:border-gray-1800{
    border-color: #494949;
  }

  .md\:border-gray-1900{
    border-color: #797979;
  }

  .md\:border-tan-300{
    border-color: #d2a680;
  }

  .md\:border-tan-400{
    border-color: #a38b71;
  }

  .md\:border-tan-500{
    border-color: #b18259;
  }

  .md\:border-tan-600{
    border-color: #c29064;
  }

  .md\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .md\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .md\:hover\:border-black:hover{
    border-color: #000000;
  }

  .md\:hover\:border-white:hover{
    border-color: #ffffff;
  }

  .md\:hover\:border-overlay:hover{
    border-color: rgba(0,0,0,.2);
  }

  .md\:hover\:border-transparent-background:hover{
    border-color: rgba(0,0,0,.7);
  }

  .md\:hover\:border-red-400:hover{
    border-color: #ed4956;
  }

  .md\:hover\:border-red-500:hover{
    border-color: #e74a4a;
  }

  .md\:hover\:border-orange-300:hover{
    border-color: #a8774f;
  }

  .md\:hover\:border-orange-400:hover{
    border-color: #926642;
  }

  .md\:hover\:border-orange-500:hover{
    border-color: #d35a3a;
  }

  .md\:hover\:border-green-200:hover{
    border-color: #d5d4a3;
  }

  .md\:hover\:border-green-300:hover{
    border-color: #f05a30;
  }

  .md\:hover\:border-green-400:hover{
    border-color: #b8b78a;
  }

  .md\:hover\:border-green-500:hover{
    border-color: #48bb78;
  }

  .md\:hover\:border-green-600:hover{
    border-color: #a4c264;
  }

  .md\:hover\:border-green-700:hover{
    border-color: #B8B78F;
  }

  .md\:hover\:border-blue-400:hover{
    border-color: #a2c3d3;
  }

  .md\:hover\:border-blue-500:hover{
    border-color: #65a6c2;
  }

  .md\:hover\:border-blue-600:hover{
    border-color: rgba(70, 97, 153, .97);
  }

  .md\:hover\:border-blue-700:hover{
    border-color: rgba(70, 97, 153);
  }

  .md\:hover\:border-bluegrey-100:hover{
    border-color: #D9D9D9;
  }

  .md\:hover\:border-terracotta-500:hover{
    border-color: #bb7265;
  }

  .md\:hover\:border-terracotta-600:hover{
    border-color: #a46357;
  }

  .md\:hover\:border-sky-100:hover{
    border-color: #dff2fe;
  }

  .md\:hover\:border-sky-200:hover{
    border-color: #a2c3d3;
  }

  .md\:hover\:border-neutral-500:hover{
    border-color: #636466;
  }

  .md\:hover\:border-gray-50:hover{
    border-color: #fcfcfc;
  }

  .md\:hover\:border-gray-100:hover{
    border-color: #e7e7e7;
  }

  .md\:hover\:border-gray-125:hover{
    border-color: #f0f0f0;
  }

  .md\:hover\:border-gray-150:hover{
    border-color: #dddddd;
  }

  .md\:hover\:border-gray-200:hover{
    border-color: #868b8f;
  }

  .md\:hover\:border-gray-250:hover{
    border-color: #a6a5a5;
  }

  .md\:hover\:border-gray-300:hover{
    border-color: #979796;
  }

  .md\:hover\:border-gray-400:hover{
    border-color: #abaeb1;
  }

  .md\:hover\:border-gray-500:hover{
    border-color: #c7c7c7;
  }

  .md\:hover\:border-gray-550:hover{
    border-color: #ccc;
  }

  .md\:hover\:border-gray-600:hover{
    border-color: #707070;
  }

  .md\:hover\:border-gray-700:hover{
    border-color: #555555;
  }

  .md\:hover\:border-gray-800:hover{
    border-color: #333232;
  }

  .md\:hover\:border-gray-900:hover{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .md\:hover\:border-gray-1000:hover{
    border-color: #dadada;
  }

  .md\:hover\:border-gray-1100:hover{
    border-color: #ededed;
  }

  .md\:hover\:border-gray-1200:hover{
    border-color: #b1b1b1;
  }

  .md\:hover\:border-gray-1300:hover{
    border-color: #9b9b9b;
  }

  .md\:hover\:border-gray-1400:hover{
    border-color: #999ea1;
  }

  .md\:hover\:border-gray-1500:hover{
    border-color: #464646;
  }

  .md\:hover\:border-gray-1600:hover{
    border-color: #9A9FA2;
  }

  .md\:hover\:border-gray-1700:hover{
    border-color: #FBFBFB;
  }

  .md\:hover\:border-gray-1800:hover{
    border-color: #494949;
  }

  .md\:hover\:border-gray-1900:hover{
    border-color: #797979;
  }

  .md\:hover\:border-tan-300:hover{
    border-color: #d2a680;
  }

  .md\:hover\:border-tan-400:hover{
    border-color: #a38b71;
  }

  .md\:hover\:border-tan-500:hover{
    border-color: #b18259;
  }

  .md\:hover\:border-tan-600:hover{
    border-color: #c29064;
  }

  .md\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .md\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .md\:focus\:border-black:focus{
    border-color: #000000;
  }

  .md\:focus\:border-white:focus{
    border-color: #ffffff;
  }

  .md\:focus\:border-overlay:focus{
    border-color: rgba(0,0,0,.2);
  }

  .md\:focus\:border-transparent-background:focus{
    border-color: rgba(0,0,0,.7);
  }

  .md\:focus\:border-red-400:focus{
    border-color: #ed4956;
  }

  .md\:focus\:border-red-500:focus{
    border-color: #e74a4a;
  }

  .md\:focus\:border-orange-300:focus{
    border-color: #a8774f;
  }

  .md\:focus\:border-orange-400:focus{
    border-color: #926642;
  }

  .md\:focus\:border-orange-500:focus{
    border-color: #d35a3a;
  }

  .md\:focus\:border-green-200:focus{
    border-color: #d5d4a3;
  }

  .md\:focus\:border-green-300:focus{
    border-color: #f05a30;
  }

  .md\:focus\:border-green-400:focus{
    border-color: #b8b78a;
  }

  .md\:focus\:border-green-500:focus{
    border-color: #48bb78;
  }

  .md\:focus\:border-green-600:focus{
    border-color: #a4c264;
  }

  .md\:focus\:border-green-700:focus{
    border-color: #B8B78F;
  }

  .md\:focus\:border-blue-400:focus{
    border-color: #a2c3d3;
  }

  .md\:focus\:border-blue-500:focus{
    border-color: #65a6c2;
  }

  .md\:focus\:border-blue-600:focus{
    border-color: rgba(70, 97, 153, .97);
  }

  .md\:focus\:border-blue-700:focus{
    border-color: rgba(70, 97, 153);
  }

  .md\:focus\:border-bluegrey-100:focus{
    border-color: #D9D9D9;
  }

  .md\:focus\:border-terracotta-500:focus{
    border-color: #bb7265;
  }

  .md\:focus\:border-terracotta-600:focus{
    border-color: #a46357;
  }

  .md\:focus\:border-sky-100:focus{
    border-color: #dff2fe;
  }

  .md\:focus\:border-sky-200:focus{
    border-color: #a2c3d3;
  }

  .md\:focus\:border-neutral-500:focus{
    border-color: #636466;
  }

  .md\:focus\:border-gray-50:focus{
    border-color: #fcfcfc;
  }

  .md\:focus\:border-gray-100:focus{
    border-color: #e7e7e7;
  }

  .md\:focus\:border-gray-125:focus{
    border-color: #f0f0f0;
  }

  .md\:focus\:border-gray-150:focus{
    border-color: #dddddd;
  }

  .md\:focus\:border-gray-200:focus{
    border-color: #868b8f;
  }

  .md\:focus\:border-gray-250:focus{
    border-color: #a6a5a5;
  }

  .md\:focus\:border-gray-300:focus{
    border-color: #979796;
  }

  .md\:focus\:border-gray-400:focus{
    border-color: #abaeb1;
  }

  .md\:focus\:border-gray-500:focus{
    border-color: #c7c7c7;
  }

  .md\:focus\:border-gray-550:focus{
    border-color: #ccc;
  }

  .md\:focus\:border-gray-600:focus{
    border-color: #707070;
  }

  .md\:focus\:border-gray-700:focus{
    border-color: #555555;
  }

  .md\:focus\:border-gray-800:focus{
    border-color: #333232;
  }

  .md\:focus\:border-gray-900:focus{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .md\:focus\:border-gray-1000:focus{
    border-color: #dadada;
  }

  .md\:focus\:border-gray-1100:focus{
    border-color: #ededed;
  }

  .md\:focus\:border-gray-1200:focus{
    border-color: #b1b1b1;
  }

  .md\:focus\:border-gray-1300:focus{
    border-color: #9b9b9b;
  }

  .md\:focus\:border-gray-1400:focus{
    border-color: #999ea1;
  }

  .md\:focus\:border-gray-1500:focus{
    border-color: #464646;
  }

  .md\:focus\:border-gray-1600:focus{
    border-color: #9A9FA2;
  }

  .md\:focus\:border-gray-1700:focus{
    border-color: #FBFBFB;
  }

  .md\:focus\:border-gray-1800:focus{
    border-color: #494949;
  }

  .md\:focus\:border-gray-1900:focus{
    border-color: #797979;
  }

  .md\:focus\:border-tan-300:focus{
    border-color: #d2a680;
  }

  .md\:focus\:border-tan-400:focus{
    border-color: #a38b71;
  }

  .md\:focus\:border-tan-500:focus{
    border-color: #b18259;
  }

  .md\:focus\:border-tan-600:focus{
    border-color: #c29064;
  }

  .js-is-active.md\:self-active\:border-transparent{
    border-color: transparent;
  }

  .js-is-active.md\:self-active\:border-current{
    border-color: currentColor;
  }

  .js-is-active.md\:self-active\:border-black{
    border-color: #000000;
  }

  .js-is-active.md\:self-active\:border-white{
    border-color: #ffffff;
  }

  .js-is-active.md\:self-active\:border-overlay{
    border-color: rgba(0,0,0,.2);
  }

  .js-is-active.md\:self-active\:border-transparent-background{
    border-color: rgba(0,0,0,.7);
  }

  .js-is-active.md\:self-active\:border-red-400{
    border-color: #ed4956;
  }

  .js-is-active.md\:self-active\:border-red-500{
    border-color: #e74a4a;
  }

  .js-is-active.md\:self-active\:border-orange-300{
    border-color: #a8774f;
  }

  .js-is-active.md\:self-active\:border-orange-400{
    border-color: #926642;
  }

  .js-is-active.md\:self-active\:border-orange-500{
    border-color: #d35a3a;
  }

  .js-is-active.md\:self-active\:border-green-200{
    border-color: #d5d4a3;
  }

  .js-is-active.md\:self-active\:border-green-300{
    border-color: #f05a30;
  }

  .js-is-active.md\:self-active\:border-green-400{
    border-color: #b8b78a;
  }

  .js-is-active.md\:self-active\:border-green-500{
    border-color: #48bb78;
  }

  .js-is-active.md\:self-active\:border-green-600{
    border-color: #a4c264;
  }

  .js-is-active.md\:self-active\:border-green-700{
    border-color: #B8B78F;
  }

  .js-is-active.md\:self-active\:border-blue-400{
    border-color: #a2c3d3;
  }

  .js-is-active.md\:self-active\:border-blue-500{
    border-color: #65a6c2;
  }

  .js-is-active.md\:self-active\:border-blue-600{
    border-color: rgba(70, 97, 153, .97);
  }

  .js-is-active.md\:self-active\:border-blue-700{
    border-color: rgba(70, 97, 153);
  }

  .js-is-active.md\:self-active\:border-bluegrey-100{
    border-color: #D9D9D9;
  }

  .js-is-active.md\:self-active\:border-terracotta-500{
    border-color: #bb7265;
  }

  .js-is-active.md\:self-active\:border-terracotta-600{
    border-color: #a46357;
  }

  .js-is-active.md\:self-active\:border-sky-100{
    border-color: #dff2fe;
  }

  .js-is-active.md\:self-active\:border-sky-200{
    border-color: #a2c3d3;
  }

  .js-is-active.md\:self-active\:border-neutral-500{
    border-color: #636466;
  }

  .js-is-active.md\:self-active\:border-gray-50{
    border-color: #fcfcfc;
  }

  .js-is-active.md\:self-active\:border-gray-100{
    border-color: #e7e7e7;
  }

  .js-is-active.md\:self-active\:border-gray-125{
    border-color: #f0f0f0;
  }

  .js-is-active.md\:self-active\:border-gray-150{
    border-color: #dddddd;
  }

  .js-is-active.md\:self-active\:border-gray-200{
    border-color: #868b8f;
  }

  .js-is-active.md\:self-active\:border-gray-250{
    border-color: #a6a5a5;
  }

  .js-is-active.md\:self-active\:border-gray-300{
    border-color: #979796;
  }

  .js-is-active.md\:self-active\:border-gray-400{
    border-color: #abaeb1;
  }

  .js-is-active.md\:self-active\:border-gray-500{
    border-color: #c7c7c7;
  }

  .js-is-active.md\:self-active\:border-gray-550{
    border-color: #ccc;
  }

  .js-is-active.md\:self-active\:border-gray-600{
    border-color: #707070;
  }

  .js-is-active.md\:self-active\:border-gray-700{
    border-color: #555555;
  }

  .js-is-active.md\:self-active\:border-gray-800{
    border-color: #333232;
  }

  .js-is-active.md\:self-active\:border-gray-900{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .js-is-active.md\:self-active\:border-gray-1000{
    border-color: #dadada;
  }

  .js-is-active.md\:self-active\:border-gray-1100{
    border-color: #ededed;
  }

  .js-is-active.md\:self-active\:border-gray-1200{
    border-color: #b1b1b1;
  }

  .js-is-active.md\:self-active\:border-gray-1300{
    border-color: #9b9b9b;
  }

  .js-is-active.md\:self-active\:border-gray-1400{
    border-color: #999ea1;
  }

  .js-is-active.md\:self-active\:border-gray-1500{
    border-color: #464646;
  }

  .js-is-active.md\:self-active\:border-gray-1600{
    border-color: #9A9FA2;
  }

  .js-is-active.md\:self-active\:border-gray-1700{
    border-color: #FBFBFB;
  }

  .js-is-active.md\:self-active\:border-gray-1800{
    border-color: #494949;
  }

  .js-is-active.md\:self-active\:border-gray-1900{
    border-color: #797979;
  }

  .js-is-active.md\:self-active\:border-tan-300{
    border-color: #d2a680;
  }

  .js-is-active.md\:self-active\:border-tan-400{
    border-color: #a38b71;
  }

  .js-is-active.md\:self-active\:border-tan-500{
    border-color: #b18259;
  }

  .js-is-active.md\:self-active\:border-tan-600{
    border-color: #c29064;
  }

  .group:hover .md\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .md\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .md\:group-hover\:border-black{
    border-color: #000000;
  }

  .group:hover .md\:group-hover\:border-white{
    border-color: #ffffff;
  }

  .group:hover .md\:group-hover\:border-overlay{
    border-color: rgba(0,0,0,.2);
  }

  .group:hover .md\:group-hover\:border-transparent-background{
    border-color: rgba(0,0,0,.7);
  }

  .group:hover .md\:group-hover\:border-red-400{
    border-color: #ed4956;
  }

  .group:hover .md\:group-hover\:border-red-500{
    border-color: #e74a4a;
  }

  .group:hover .md\:group-hover\:border-orange-300{
    border-color: #a8774f;
  }

  .group:hover .md\:group-hover\:border-orange-400{
    border-color: #926642;
  }

  .group:hover .md\:group-hover\:border-orange-500{
    border-color: #d35a3a;
  }

  .group:hover .md\:group-hover\:border-green-200{
    border-color: #d5d4a3;
  }

  .group:hover .md\:group-hover\:border-green-300{
    border-color: #f05a30;
  }

  .group:hover .md\:group-hover\:border-green-400{
    border-color: #b8b78a;
  }

  .group:hover .md\:group-hover\:border-green-500{
    border-color: #48bb78;
  }

  .group:hover .md\:group-hover\:border-green-600{
    border-color: #a4c264;
  }

  .group:hover .md\:group-hover\:border-green-700{
    border-color: #B8B78F;
  }

  .group:hover .md\:group-hover\:border-blue-400{
    border-color: #a2c3d3;
  }

  .group:hover .md\:group-hover\:border-blue-500{
    border-color: #65a6c2;
  }

  .group:hover .md\:group-hover\:border-blue-600{
    border-color: rgba(70, 97, 153, .97);
  }

  .group:hover .md\:group-hover\:border-blue-700{
    border-color: rgba(70, 97, 153);
  }

  .group:hover .md\:group-hover\:border-bluegrey-100{
    border-color: #D9D9D9;
  }

  .group:hover .md\:group-hover\:border-terracotta-500{
    border-color: #bb7265;
  }

  .group:hover .md\:group-hover\:border-terracotta-600{
    border-color: #a46357;
  }

  .group:hover .md\:group-hover\:border-sky-100{
    border-color: #dff2fe;
  }

  .group:hover .md\:group-hover\:border-sky-200{
    border-color: #a2c3d3;
  }

  .group:hover .md\:group-hover\:border-neutral-500{
    border-color: #636466;
  }

  .group:hover .md\:group-hover\:border-gray-50{
    border-color: #fcfcfc;
  }

  .group:hover .md\:group-hover\:border-gray-100{
    border-color: #e7e7e7;
  }

  .group:hover .md\:group-hover\:border-gray-125{
    border-color: #f0f0f0;
  }

  .group:hover .md\:group-hover\:border-gray-150{
    border-color: #dddddd;
  }

  .group:hover .md\:group-hover\:border-gray-200{
    border-color: #868b8f;
  }

  .group:hover .md\:group-hover\:border-gray-250{
    border-color: #a6a5a5;
  }

  .group:hover .md\:group-hover\:border-gray-300{
    border-color: #979796;
  }

  .group:hover .md\:group-hover\:border-gray-400{
    border-color: #abaeb1;
  }

  .group:hover .md\:group-hover\:border-gray-500{
    border-color: #c7c7c7;
  }

  .group:hover .md\:group-hover\:border-gray-550{
    border-color: #ccc;
  }

  .group:hover .md\:group-hover\:border-gray-600{
    border-color: #707070;
  }

  .group:hover .md\:group-hover\:border-gray-700{
    border-color: #555555;
  }

  .group:hover .md\:group-hover\:border-gray-800{
    border-color: #333232;
  }

  .group:hover .md\:group-hover\:border-gray-900{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .md\:group-hover\:border-gray-1000{
    border-color: #dadada;
  }

  .group:hover .md\:group-hover\:border-gray-1100{
    border-color: #ededed;
  }

  .group:hover .md\:group-hover\:border-gray-1200{
    border-color: #b1b1b1;
  }

  .group:hover .md\:group-hover\:border-gray-1300{
    border-color: #9b9b9b;
  }

  .group:hover .md\:group-hover\:border-gray-1400{
    border-color: #999ea1;
  }

  .group:hover .md\:group-hover\:border-gray-1500{
    border-color: #464646;
  }

  .group:hover .md\:group-hover\:border-gray-1600{
    border-color: #9A9FA2;
  }

  .group:hover .md\:group-hover\:border-gray-1700{
    border-color: #FBFBFB;
  }

  .group:hover .md\:group-hover\:border-gray-1800{
    border-color: #494949;
  }

  .group:hover .md\:group-hover\:border-gray-1900{
    border-color: #797979;
  }

  .group:hover .md\:group-hover\:border-tan-300{
    border-color: #d2a680;
  }

  .group:hover .md\:group-hover\:border-tan-400{
    border-color: #a38b71;
  }

  .group:hover .md\:group-hover\:border-tan-500{
    border-color: #b18259;
  }

  .group:hover .md\:group-hover\:border-tan-600{
    border-color: #c29064;
  }

  .md\:rounded-none{
    border-radius: 0;
  }

  .md\:rounded-sm{
    border-radius: 0.125rem;
  }

  .md\:rounded{
    border-radius: 0.25rem;
  }

  .md\:rounded-lg{
    border-radius: 0.5rem;
  }

  .md\:rounded-full{
    border-radius: 9999px;
  }

  .md\:rounded-md{
    border-radius: 0.375rem;
  }

  .md\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .md\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .md\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .md\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .md\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .md\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .md\:border-solid{
    border-style: solid;
  }

  .md\:border-dashed{
    border-style: dashed;
  }

  .md\:border-dotted{
    border-style: dotted;
  }

  .md\:border-double{
    border-style: double;
  }

  .md\:border-none{
    border-style: none;
  }

  .md\:border-0{
    border-width: 0;
  }

  .md\:border-2{
    border-width: 2px;
  }

  .md\:border-3{
    border-width: 3px;
  }

  .md\:border-4{
    border-width: 4px;
  }

  .md\:border-5{
    border-width: 5px;
  }

  .md\:border-6{
    border-width: 6px;
  }

  .md\:border-8{
    border-width: 8px;
  }

  .md\:border{
    border-width: 1px;
  }

  .md\:border-t-0{
    border-top-width: 0;
  }

  .md\:border-r-0{
    border-right-width: 0;
  }

  .md\:border-b-0{
    border-bottom-width: 0;
  }

  .md\:border-l-0{
    border-left-width: 0;
  }

  .md\:border-t-2{
    border-top-width: 2px;
  }

  .md\:border-r-2{
    border-right-width: 2px;
  }

  .md\:border-b-2{
    border-bottom-width: 2px;
  }

  .md\:border-l-2{
    border-left-width: 2px;
  }

  .md\:border-t-3{
    border-top-width: 3px;
  }

  .md\:border-r-3{
    border-right-width: 3px;
  }

  .md\:border-b-3{
    border-bottom-width: 3px;
  }

  .md\:border-l-3{
    border-left-width: 3px;
  }

  .md\:border-t-4{
    border-top-width: 4px;
  }

  .md\:border-r-4{
    border-right-width: 4px;
  }

  .md\:border-b-4{
    border-bottom-width: 4px;
  }

  .md\:border-l-4{
    border-left-width: 4px;
  }

  .md\:border-t-5{
    border-top-width: 5px;
  }

  .md\:border-r-5{
    border-right-width: 5px;
  }

  .md\:border-b-5{
    border-bottom-width: 5px;
  }

  .md\:border-l-5{
    border-left-width: 5px;
  }

  .md\:border-t-6{
    border-top-width: 6px;
  }

  .md\:border-r-6{
    border-right-width: 6px;
  }

  .md\:border-b-6{
    border-bottom-width: 6px;
  }

  .md\:border-l-6{
    border-left-width: 6px;
  }

  .md\:border-t-8{
    border-top-width: 8px;
  }

  .md\:border-r-8{
    border-right-width: 8px;
  }

  .md\:border-b-8{
    border-bottom-width: 8px;
  }

  .md\:border-l-8{
    border-left-width: 8px;
  }

  .md\:border-t{
    border-top-width: 1px;
  }

  .md\:border-r{
    border-right-width: 1px;
  }

  .md\:border-b{
    border-bottom-width: 1px;
  }

  .md\:border-l{
    border-left-width: 1px;
  }

  .md\:cursor-auto{
    cursor: auto;
  }

  .md\:cursor-default{
    cursor: default;
  }

  .md\:cursor-pointer{
    cursor: pointer;
  }

  .md\:cursor-wait{
    cursor: wait;
  }

  .md\:cursor-text{
    cursor: text;
  }

  .md\:cursor-move{
    cursor: move;
  }

  .md\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:inline-flex{
    display: inline-flex;
  }

  .md\:table{
    display: table;
  }

  .md\:table-row{
    display: table-row;
  }

  .md\:table-cell{
    display: table-cell;
  }

  .md\:hidden{
    display: none;
  }

  .group:hover .md\:group-hover\:block{
    display: block;
  }

  .group:hover .md\:group-hover\:inline-block{
    display: inline-block;
  }

  .group:hover .md\:group-hover\:inline{
    display: inline;
  }

  .group:hover .md\:group-hover\:flex{
    display: flex;
  }

  .group:hover .md\:group-hover\:inline-flex{
    display: inline-flex;
  }

  .group:hover .md\:group-hover\:table{
    display: table;
  }

  .group:hover .md\:group-hover\:table-row{
    display: table-row;
  }

  .group:hover .md\:group-hover\:table-cell{
    display: table-cell;
  }

  .group:hover .md\:group-hover\:hidden{
    display: none;
  }

  .group[aria-expanded="true"] .md\:group-aria-expanded\:block{
    display: block;
  }

  .group[aria-expanded="true"] .md\:group-aria-expanded\:inline-block{
    display: inline-block;
  }

  .group[aria-expanded="true"] .md\:group-aria-expanded\:inline{
    display: inline;
  }

  .group[aria-expanded="true"] .md\:group-aria-expanded\:flex{
    display: flex;
  }

  .group[aria-expanded="true"] .md\:group-aria-expanded\:inline-flex{
    display: inline-flex;
  }

  .group[aria-expanded="true"] .md\:group-aria-expanded\:table{
    display: table;
  }

  .group[aria-expanded="true"] .md\:group-aria-expanded\:table-row{
    display: table-row;
  }

  .group[aria-expanded="true"] .md\:group-aria-expanded\:table-cell{
    display: table-cell;
  }

  .group[aria-expanded="true"] .md\:group-aria-expanded\:hidden{
    display: none;
  }

  .js-is-active.md\:self-active\:block{
    display: block;
  }

  .js-is-active.md\:self-active\:inline-block{
    display: inline-block;
  }

  .js-is-active.md\:self-active\:inline{
    display: inline;
  }

  .js-is-active.md\:self-active\:flex{
    display: flex;
  }

  .js-is-active.md\:self-active\:inline-flex{
    display: inline-flex;
  }

  .js-is-active.md\:self-active\:table{
    display: table;
  }

  .js-is-active.md\:self-active\:table-row{
    display: table-row;
  }

  .js-is-active.md\:self-active\:table-cell{
    display: table-cell;
  }

  .js-is-active.md\:self-active\:hidden{
    display: none;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .md\:flex-wrap{
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-end{
    align-items: flex-end;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:items-baseline{
    align-items: baseline;
  }

  .md\:items-stretch{
    align-items: stretch;
  }

  .md\:self-auto{
    align-self: auto;
  }

  .md\:self-start{
    align-self: flex-start;
  }

  .md\:self-end{
    align-self: flex-end;
  }

  .md\:self-center{
    align-self: center;
  }

  .md\:self-stretch{
    align-self: stretch;
  }

  .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\:justify-around{
    justify-content: space-around;
  }

  .md\:content-center{
    align-content: center;
  }

  .md\:content-start{
    align-content: flex-start;
  }

  .md\:content-end{
    align-content: flex-end;
  }

  .md\:content-between{
    align-content: space-between;
  }

  .md\:content-around{
    align-content: space-around;
  }

  .md\:flex-1{
    flex: 1 1 0%;
  }

  .md\:flex-auto{
    flex: 1 1 auto;
  }

  .md\:flex-initial{
    flex: 0 1 auto;
  }

  .md\:flex-none{
    flex: none;
  }

  .md\:flex-0-auto{
    flex: 0 0 auto;
  }

  .md\:flex-1-60{
    flex: 1 1 60%;
  }

  .md\:flex-grow-0{
    flex-grow: 0;
  }

  .md\:flex-grow{
    flex-grow: 1;
  }

  .md\:flex-shrink-0{
    flex-shrink: 0;
  }

  .md\:flex-shrink{
    flex-shrink: 1;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:order-3{
    order: 3;
  }

  .md\:order-4{
    order: 4;
  }

  .md\:order-5{
    order: 5;
  }

  .md\:order-6{
    order: 6;
  }

  .md\:order-7{
    order: 7;
  }

  .md\:order-8{
    order: 8;
  }

  .md\:order-9{
    order: 9;
  }

  .md\:order-10{
    order: 10;
  }

  .md\:order-11{
    order: 11;
  }

  .md\:order-12{
    order: 12;
  }

  .md\:order-first{
    order: -9999;
  }

  .md\:order-last{
    order: 9999;
  }

  .md\:order-none{
    order: 0;
  }

  .md\:float-right{
    float: right;
  }

  .md\:float-left{
    float: left;
  }

  .md\:float-none{
    float: none;
  }

  .md\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .md\:font-sans{
    font-family: "HelveticaNeueLTStd", "HelveticaNeueLT", sans-serif;
  }

  .md\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:font-hairline{
    font-weight: 100;
  }

  .md\:font-thin{
    font-weight: 200;
  }

  .md\:font-light{
    font-weight: 300;
  }

  .md\:font-normal{
    font-weight: 400;
  }

  .md\:font-medium{
    font-weight: 500;
  }

  .md\:font-semibold{
    font-weight: 600;
  }

  .md\:font-bold{
    font-weight: 700;
  }

  .md\:font-extrabold{
    font-weight: 800;
  }

  .md\:font-black{
    font-weight: 900;
  }

  .md\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .md\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .md\:hover\:font-light:hover{
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .md\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .md\:hover\:font-black:hover{
    font-weight: 900;
  }

  .md\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .md\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .md\:focus\:font-light:focus{
    font-weight: 300;
  }

  .md\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .md\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .md\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .md\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .md\:focus\:font-black:focus{
    font-weight: 900;
  }

  .md\:h-0{
    height: 0;
  }

  .md\:h-1{
    height: 0.25rem;
  }

  .md\:h-2{
    height: 0.5rem;
  }

  .md\:h-3{
    height: 0.75rem;
  }

  .md\:h-4{
    height: 1rem;
  }

  .md\:h-5{
    height: 1.25rem;
  }

  .md\:h-6{
    height: 1.5rem;
  }

  .md\:h-8{
    height: 2rem;
  }

  .md\:h-10{
    height: 2.5rem;
  }

  .md\:h-12{
    height: 3rem;
  }

  .md\:h-14{
    height: 3.5rem;
  }

  .md\:h-16{
    height: 4rem;
  }

  .md\:h-20{
    height: 5rem;
  }

  .md\:h-24{
    height: 6rem;
  }

  .md\:h-32{
    height: 8rem;
  }

  .md\:h-40{
    height: 10rem;
  }

  .md\:h-48{
    height: 12rem;
  }

  .md\:h-56{
    height: 14rem;
  }

  .md\:h-64{
    height: 16rem;
  }

  .md\:h-360{
    height: 22.5rem;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:h-px{
    height: 1px;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:h-screen{
    height: 100vh;
  }

  .md\:h-inherit{
    height: inherit;
  }

  .md\:h-3\/5{
    height: 60%;
  }

  .md\:h-screen-75{
    height: 75vh;
  }

  .md\:leading-none{
    line-height: 1;
  }

  .md\:leading-tight{
    line-height: 1.25;
  }

  .md\:leading-snug{
    line-height: 1.375;
  }

  .md\:leading-normal{
    line-height: 1.5;
  }

  .md\:leading-relaxed{
    line-height: 1.625;
  }

  .md\:leading-loose{
    line-height: 2;
  }

  .md\:leading-lockup{
    line-height: 0.9;
  }

  .md\:list-inside{
    list-style-position: inside;
  }

  .md\:list-outside{
    list-style-position: outside;
  }

  .md\:list-none{
    list-style-type: none;
  }

  .md\:list-disc{
    list-style-type: disc;
  }

  .md\:list-decimal{
    list-style-type: decimal;
  }

  .md\:m-0{
    margin: 0;
  }

  .md\:m-1{
    margin: 0.25rem;
  }

  .md\:m-2{
    margin: 0.5rem;
  }

  .md\:m-3{
    margin: 0.75rem;
  }

  .md\:m-4{
    margin: 1rem;
  }

  .md\:m-5{
    margin: 1.25rem;
  }

  .md\:m-6{
    margin: 1.5rem;
  }

  .md\:m-8{
    margin: 2rem;
  }

  .md\:m-10{
    margin: 2.5rem;
  }

  .md\:m-12{
    margin: 3rem;
  }

  .md\:m-16{
    margin: 4rem;
  }

  .md\:m-20{
    margin: 5rem;
  }

  .md\:m-24{
    margin: 6rem;
  }

  .md\:m-32{
    margin: 8rem;
  }

  .md\:m-40{
    margin: 10rem;
  }

  .md\:m-48{
    margin: 12rem;
  }

  .md\:m-56{
    margin: 14rem;
  }

  .md\:m-64{
    margin: 16rem;
  }

  .md\:m-auto{
    margin: auto;
  }

  .md\:m-px{
    margin: 1px;
  }

  .md\:m-full{
    margin: 100%;
  }

  .md\:-m-1{
    margin: -0.25rem;
  }

  .md\:-m-2{
    margin: -0.5rem;
  }

  .md\:-m-3{
    margin: -0.75rem;
  }

  .md\:-m-4{
    margin: -1rem;
  }

  .md\:-m-5{
    margin: -1.25rem;
  }

  .md\:-m-6{
    margin: -1.5rem;
  }

  .md\:-m-8{
    margin: -2rem;
  }

  .md\:-m-10{
    margin: -2.5rem;
  }

  .md\:-m-12{
    margin: -3rem;
  }

  .md\:-m-16{
    margin: -4rem;
  }

  .md\:-m-20{
    margin: -5rem;
  }

  .md\:-m-24{
    margin: -6rem;
  }

  .md\:-m-32{
    margin: -8rem;
  }

  .md\:-m-40{
    margin: -10rem;
  }

  .md\:-m-48{
    margin: -12rem;
  }

  .md\:-m-56{
    margin: -14rem;
  }

  .md\:-m-64{
    margin: -16rem;
  }

  .md\:-m-px{
    margin: -1px;
  }

  .md\:-m-full{
    margin: -100%;
  }

  .md\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:my-full{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md\:mx-full{
    margin-left: 100%;
    margin-right: 100%;
  }

  .md\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-my-full{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md\:-mx-full{
    margin-left: -100%;
    margin-right: -100%;
  }

  .md\:mt-0{
    margin-top: 0;
  }

  .md\:mr-0{
    margin-right: 0;
  }

  .md\:mb-0{
    margin-bottom: 0;
  }

  .md\:ml-0{
    margin-left: 0;
  }

  .md\:mt-1{
    margin-top: 0.25rem;
  }

  .md\:mr-1{
    margin-right: 0.25rem;
  }

  .md\:mb-1{
    margin-bottom: 0.25rem;
  }

  .md\:ml-1{
    margin-left: 0.25rem;
  }

  .md\:mt-2{
    margin-top: 0.5rem;
  }

  .md\:mr-2{
    margin-right: 0.5rem;
  }

  .md\:mb-2{
    margin-bottom: 0.5rem;
  }

  .md\:ml-2{
    margin-left: 0.5rem;
  }

  .md\:mt-3{
    margin-top: 0.75rem;
  }

  .md\:mr-3{
    margin-right: 0.75rem;
  }

  .md\:mb-3{
    margin-bottom: 0.75rem;
  }

  .md\:ml-3{
    margin-left: 0.75rem;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:mr-4{
    margin-right: 1rem;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:ml-4{
    margin-left: 1rem;
  }

  .md\:mt-5{
    margin-top: 1.25rem;
  }

  .md\:mr-5{
    margin-right: 1.25rem;
  }

  .md\:mb-5{
    margin-bottom: 1.25rem;
  }

  .md\:ml-5{
    margin-left: 1.25rem;
  }

  .md\:mt-6{
    margin-top: 1.5rem;
  }

  .md\:mr-6{
    margin-right: 1.5rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:ml-6{
    margin-left: 1.5rem;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:mr-8{
    margin-right: 2rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:ml-8{
    margin-left: 2rem;
  }

  .md\:mt-10{
    margin-top: 2.5rem;
  }

  .md\:mr-10{
    margin-right: 2.5rem;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem;
  }

  .md\:ml-10{
    margin-left: 2.5rem;
  }

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:mr-12{
    margin-right: 3rem;
  }

  .md\:mb-12{
    margin-bottom: 3rem;
  }

  .md\:ml-12{
    margin-left: 3rem;
  }

  .md\:mt-16{
    margin-top: 4rem;
  }

  .md\:mr-16{
    margin-right: 4rem;
  }

  .md\:mb-16{
    margin-bottom: 4rem;
  }

  .md\:ml-16{
    margin-left: 4rem;
  }

  .md\:mt-20{
    margin-top: 5rem;
  }

  .md\:mr-20{
    margin-right: 5rem;
  }

  .md\:mb-20{
    margin-bottom: 5rem;
  }

  .md\:ml-20{
    margin-left: 5rem;
  }

  .md\:mt-24{
    margin-top: 6rem;
  }

  .md\:mr-24{
    margin-right: 6rem;
  }

  .md\:mb-24{
    margin-bottom: 6rem;
  }

  .md\:ml-24{
    margin-left: 6rem;
  }

  .md\:mt-32{
    margin-top: 8rem;
  }

  .md\:mr-32{
    margin-right: 8rem;
  }

  .md\:mb-32{
    margin-bottom: 8rem;
  }

  .md\:ml-32{
    margin-left: 8rem;
  }

  .md\:mt-40{
    margin-top: 10rem;
  }

  .md\:mr-40{
    margin-right: 10rem;
  }

  .md\:mb-40{
    margin-bottom: 10rem;
  }

  .md\:ml-40{
    margin-left: 10rem;
  }

  .md\:mt-48{
    margin-top: 12rem;
  }

  .md\:mr-48{
    margin-right: 12rem;
  }

  .md\:mb-48{
    margin-bottom: 12rem;
  }

  .md\:ml-48{
    margin-left: 12rem;
  }

  .md\:mt-56{
    margin-top: 14rem;
  }

  .md\:mr-56{
    margin-right: 14rem;
  }

  .md\:mb-56{
    margin-bottom: 14rem;
  }

  .md\:ml-56{
    margin-left: 14rem;
  }

  .md\:mt-64{
    margin-top: 16rem;
  }

  .md\:mr-64{
    margin-right: 16rem;
  }

  .md\:mb-64{
    margin-bottom: 16rem;
  }

  .md\:ml-64{
    margin-left: 16rem;
  }

  .md\:mt-auto{
    margin-top: auto;
  }

  .md\:mr-auto{
    margin-right: auto;
  }

  .md\:mb-auto{
    margin-bottom: auto;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:mt-px{
    margin-top: 1px;
  }

  .md\:mr-px{
    margin-right: 1px;
  }

  .md\:mb-px{
    margin-bottom: 1px;
  }

  .md\:ml-px{
    margin-left: 1px;
  }

  .md\:mt-full{
    margin-top: 100%;
  }

  .md\:mr-full{
    margin-right: 100%;
  }

  .md\:mb-full{
    margin-bottom: 100%;
  }

  .md\:ml-full{
    margin-left: 100%;
  }

  .md\:-mt-1{
    margin-top: -0.25rem;
  }

  .md\:-mr-1{
    margin-right: -0.25rem;
  }

  .md\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1{
    margin-left: -0.25rem;
  }

  .md\:-mt-2{
    margin-top: -0.5rem;
  }

  .md\:-mr-2{
    margin-right: -0.5rem;
  }

  .md\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2{
    margin-left: -0.5rem;
  }

  .md\:-mt-3{
    margin-top: -0.75rem;
  }

  .md\:-mr-3{
    margin-right: -0.75rem;
  }

  .md\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3{
    margin-left: -0.75rem;
  }

  .md\:-mt-4{
    margin-top: -1rem;
  }

  .md\:-mr-4{
    margin-right: -1rem;
  }

  .md\:-mb-4{
    margin-bottom: -1rem;
  }

  .md\:-ml-4{
    margin-left: -1rem;
  }

  .md\:-mt-5{
    margin-top: -1.25rem;
  }

  .md\:-mr-5{
    margin-right: -1.25rem;
  }

  .md\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .md\:-ml-5{
    margin-left: -1.25rem;
  }

  .md\:-mt-6{
    margin-top: -1.5rem;
  }

  .md\:-mr-6{
    margin-right: -1.5rem;
  }

  .md\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6{
    margin-left: -1.5rem;
  }

  .md\:-mt-8{
    margin-top: -2rem;
  }

  .md\:-mr-8{
    margin-right: -2rem;
  }

  .md\:-mb-8{
    margin-bottom: -2rem;
  }

  .md\:-ml-8{
    margin-left: -2rem;
  }

  .md\:-mt-10{
    margin-top: -2.5rem;
  }

  .md\:-mr-10{
    margin-right: -2.5rem;
  }

  .md\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .md\:-ml-10{
    margin-left: -2.5rem;
  }

  .md\:-mt-12{
    margin-top: -3rem;
  }

  .md\:-mr-12{
    margin-right: -3rem;
  }

  .md\:-mb-12{
    margin-bottom: -3rem;
  }

  .md\:-ml-12{
    margin-left: -3rem;
  }

  .md\:-mt-16{
    margin-top: -4rem;
  }

  .md\:-mr-16{
    margin-right: -4rem;
  }

  .md\:-mb-16{
    margin-bottom: -4rem;
  }

  .md\:-ml-16{
    margin-left: -4rem;
  }

  .md\:-mt-20{
    margin-top: -5rem;
  }

  .md\:-mr-20{
    margin-right: -5rem;
  }

  .md\:-mb-20{
    margin-bottom: -5rem;
  }

  .md\:-ml-20{
    margin-left: -5rem;
  }

  .md\:-mt-24{
    margin-top: -6rem;
  }

  .md\:-mr-24{
    margin-right: -6rem;
  }

  .md\:-mb-24{
    margin-bottom: -6rem;
  }

  .md\:-ml-24{
    margin-left: -6rem;
  }

  .md\:-mt-32{
    margin-top: -8rem;
  }

  .md\:-mr-32{
    margin-right: -8rem;
  }

  .md\:-mb-32{
    margin-bottom: -8rem;
  }

  .md\:-ml-32{
    margin-left: -8rem;
  }

  .md\:-mt-40{
    margin-top: -10rem;
  }

  .md\:-mr-40{
    margin-right: -10rem;
  }

  .md\:-mb-40{
    margin-bottom: -10rem;
  }

  .md\:-ml-40{
    margin-left: -10rem;
  }

  .md\:-mt-48{
    margin-top: -12rem;
  }

  .md\:-mr-48{
    margin-right: -12rem;
  }

  .md\:-mb-48{
    margin-bottom: -12rem;
  }

  .md\:-ml-48{
    margin-left: -12rem;
  }

  .md\:-mt-56{
    margin-top: -14rem;
  }

  .md\:-mr-56{
    margin-right: -14rem;
  }

  .md\:-mb-56{
    margin-bottom: -14rem;
  }

  .md\:-ml-56{
    margin-left: -14rem;
  }

  .md\:-mt-64{
    margin-top: -16rem;
  }

  .md\:-mr-64{
    margin-right: -16rem;
  }

  .md\:-mb-64{
    margin-bottom: -16rem;
  }

  .md\:-ml-64{
    margin-left: -16rem;
  }

  .md\:-mt-px{
    margin-top: -1px;
  }

  .md\:-mr-px{
    margin-right: -1px;
  }

  .md\:-mb-px{
    margin-bottom: -1px;
  }

  .md\:-ml-px{
    margin-left: -1px;
  }

  .md\:-mt-full{
    margin-top: -100%;
  }

  .md\:-mr-full{
    margin-right: -100%;
  }

  .md\:-mb-full{
    margin-bottom: -100%;
  }

  .md\:-ml-full{
    margin-left: -100%;
  }

  .md\:max-h-full{
    max-height: 100%;
  }

  .md\:max-h-screen{
    max-height: 100vh;
  }

  .md\:max-h-inherit{
    max-height: inherit;
  }

  .md\:max-h-screen-50{
    max-height: 50vh;
  }

  .md\:max-h-screen-75{
    max-height: 75vh;
  }

  .md\:max-w-xs{
    max-width: 20rem;
  }

  .md\:max-w-sm{
    max-width: 24rem;
  }

  .md\:max-w-md{
    max-width: 28rem;
  }

  .md\:max-w-lg{
    max-width: 32rem;
  }

  .md\:max-w-xl{
    max-width: 36rem;
  }

  .md\:max-w-2xl{
    max-width: 42rem;
  }

  .md\:max-w-3xl{
    max-width: 48rem;
  }

  .md\:max-w-4xl{
    max-width: 56rem;
  }

  .md\:max-w-5xl{
    max-width: 64rem;
  }

  .md\:max-w-6xl{
    max-width: 72rem;
  }

  .md\:max-w-full{
    max-width: 100%;
  }

  .md\:max-w-none{
    max-width: none;
  }

  .md\:min-h-0{
    min-height: 0;
  }

  .md\:min-h-10{
    min-height: 2.5rem;
  }

  .md\:min-h-100{
    min-height: 25rem;
  }

  .md\:min-h-300{
    min-height: 18.75rem;
  }

  .md\:min-h-full{
    min-height: 100%;
  }

  .md\:min-h-screen{
    min-height: 100vh;
  }

  .md\:min-h-inherit{
    min-height: inherit;
  }

  .md\:min-h-screen-50{
    min-height: 50vh;
  }

  .md\:min-h-screen-75{
    min-height: 75vh;
  }

  .md\:min-w-0{
    min-width: 0;
  }

  .md\:min-w-full{
    min-width: 100%;
  }

  .md\:min-w-inherit{
    min-width: inherit;
  }

  .md\:object-contain{
    object-fit: contain;
  }

  .md\:object-cover{
    object-fit: cover;
  }

  .md\:object-fill{
    object-fit: fill;
  }

  .md\:object-none{
    object-fit: none;
  }

  .md\:object-scale-down{
    object-fit: scale-down;
  }

  .md\:object-bottom{
    object-position: bottom;
  }

  .md\:object-center{
    object-position: center;
  }

  .md\:object-left{
    object-position: left;
  }

  .md\:object-left-bottom{
    object-position: left bottom;
  }

  .md\:object-left-top{
    object-position: left top;
  }

  .md\:object-right{
    object-position: right;
  }

  .md\:object-right-bottom{
    object-position: right bottom;
  }

  .md\:object-right-top{
    object-position: right top;
  }

  .md\:object-top{
    object-position: top;
  }

  .md\:opacity-0{
    opacity: 0;
  }

  .md\:opacity-25{
    opacity: 0.25;
  }

  .md\:opacity-50{
    opacity: 0.5;
  }

  .md\:opacity-75{
    opacity: 0.75;
  }

  .md\:opacity-100{
    opacity: 1;
  }

  .group:hover .md\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .md\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .md\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .md\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .md\:group-hover\:opacity-100{
    opacity: 1;
  }

  .js-is-active.md\:self-active\:opacity-0{
    opacity: 0;
  }

  .js-is-active.md\:self-active\:opacity-25{
    opacity: 0.25;
  }

  .js-is-active.md\:self-active\:opacity-50{
    opacity: 0.5;
  }

  .js-is-active.md\:self-active\:opacity-75{
    opacity: 0.75;
  }

  .js-is-active.md\:self-active\:opacity-100{
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .md\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .md\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .md\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .md\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .md\:overflow-auto{
    overflow: auto;
  }

  .md\:overflow-hidden{
    overflow: hidden;
  }

  .md\:overflow-visible{
    overflow: visible;
  }

  .md\:overflow-scroll{
    overflow: scroll;
  }

  .md\:overflow-x-auto{
    overflow-x: auto;
  }

  .md\:overflow-y-auto{
    overflow-y: auto;
  }

  .md\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .md\:overflow-x-visible{
    overflow-x: visible;
  }

  .md\:overflow-y-visible{
    overflow-y: visible;
  }

  .md\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .md\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0{
    padding: 0;
  }

  .md\:p-1{
    padding: 0.25rem;
  }

  .md\:p-2{
    padding: 0.5rem;
  }

  .md\:p-3{
    padding: 0.75rem;
  }

  .md\:p-4{
    padding: 1rem;
  }

  .md\:p-5{
    padding: 1.25rem;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:p-12{
    padding: 3rem;
  }

  .md\:p-16{
    padding: 4rem;
  }

  .md\:p-20{
    padding: 5rem;
  }

  .md\:p-24{
    padding: 6rem;
  }

  .md\:p-32{
    padding: 8rem;
  }

  .md\:p-40{
    padding: 10rem;
  }

  .md\:p-48{
    padding: 12rem;
  }

  .md\:p-56{
    padding: 14rem;
  }

  .md\:p-64{
    padding: 16rem;
  }

  .md\:p-px{
    padding: 1px;
  }

  .md\:p-full{
    padding: 100%;
  }

  .md\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-full{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md\:px-full{
    padding-left: 100%;
    padding-right: 100%;
  }

  .md\:pt-0{
    padding-top: 0;
  }

  .md\:pr-0{
    padding-right: 0;
  }

  .md\:pb-0{
    padding-bottom: 0;
  }

  .md\:pl-0{
    padding-left: 0;
  }

  .md\:pt-1{
    padding-top: 0.25rem;
  }

  .md\:pr-1{
    padding-right: 0.25rem;
  }

  .md\:pb-1{
    padding-bottom: 0.25rem;
  }

  .md\:pl-1{
    padding-left: 0.25rem;
  }

  .md\:pt-2{
    padding-top: 0.5rem;
  }

  .md\:pr-2{
    padding-right: 0.5rem;
  }

  .md\:pb-2{
    padding-bottom: 0.5rem;
  }

  .md\:pl-2{
    padding-left: 0.5rem;
  }

  .md\:pt-3{
    padding-top: 0.75rem;
  }

  .md\:pr-3{
    padding-right: 0.75rem;
  }

  .md\:pb-3{
    padding-bottom: 0.75rem;
  }

  .md\:pl-3{
    padding-left: 0.75rem;
  }

  .md\:pt-4{
    padding-top: 1rem;
  }

  .md\:pr-4{
    padding-right: 1rem;
  }

  .md\:pb-4{
    padding-bottom: 1rem;
  }

  .md\:pl-4{
    padding-left: 1rem;
  }

  .md\:pt-5{
    padding-top: 1.25rem;
  }

  .md\:pr-5{
    padding-right: 1.25rem;
  }

  .md\:pb-5{
    padding-bottom: 1.25rem;
  }

  .md\:pl-5{
    padding-left: 1.25rem;
  }

  .md\:pt-6{
    padding-top: 1.5rem;
  }

  .md\:pr-6{
    padding-right: 1.5rem;
  }

  .md\:pb-6{
    padding-bottom: 1.5rem;
  }

  .md\:pl-6{
    padding-left: 1.5rem;
  }

  .md\:pt-8{
    padding-top: 2rem;
  }

  .md\:pr-8{
    padding-right: 2rem;
  }

  .md\:pb-8{
    padding-bottom: 2rem;
  }

  .md\:pl-8{
    padding-left: 2rem;
  }

  .md\:pt-10{
    padding-top: 2.5rem;
  }

  .md\:pr-10{
    padding-right: 2.5rem;
  }

  .md\:pb-10{
    padding-bottom: 2.5rem;
  }

  .md\:pl-10{
    padding-left: 2.5rem;
  }

  .md\:pt-12{
    padding-top: 3rem;
  }

  .md\:pr-12{
    padding-right: 3rem;
  }

  .md\:pb-12{
    padding-bottom: 3rem;
  }

  .md\:pl-12{
    padding-left: 3rem;
  }

  .md\:pt-16{
    padding-top: 4rem;
  }

  .md\:pr-16{
    padding-right: 4rem;
  }

  .md\:pb-16{
    padding-bottom: 4rem;
  }

  .md\:pl-16{
    padding-left: 4rem;
  }

  .md\:pt-20{
    padding-top: 5rem;
  }

  .md\:pr-20{
    padding-right: 5rem;
  }

  .md\:pb-20{
    padding-bottom: 5rem;
  }

  .md\:pl-20{
    padding-left: 5rem;
  }

  .md\:pt-24{
    padding-top: 6rem;
  }

  .md\:pr-24{
    padding-right: 6rem;
  }

  .md\:pb-24{
    padding-bottom: 6rem;
  }

  .md\:pl-24{
    padding-left: 6rem;
  }

  .md\:pt-32{
    padding-top: 8rem;
  }

  .md\:pr-32{
    padding-right: 8rem;
  }

  .md\:pb-32{
    padding-bottom: 8rem;
  }

  .md\:pl-32{
    padding-left: 8rem;
  }

  .md\:pt-40{
    padding-top: 10rem;
  }

  .md\:pr-40{
    padding-right: 10rem;
  }

  .md\:pb-40{
    padding-bottom: 10rem;
  }

  .md\:pl-40{
    padding-left: 10rem;
  }

  .md\:pt-48{
    padding-top: 12rem;
  }

  .md\:pr-48{
    padding-right: 12rem;
  }

  .md\:pb-48{
    padding-bottom: 12rem;
  }

  .md\:pl-48{
    padding-left: 12rem;
  }

  .md\:pt-56{
    padding-top: 14rem;
  }

  .md\:pr-56{
    padding-right: 14rem;
  }

  .md\:pb-56{
    padding-bottom: 14rem;
  }

  .md\:pl-56{
    padding-left: 14rem;
  }

  .md\:pt-64{
    padding-top: 16rem;
  }

  .md\:pr-64{
    padding-right: 16rem;
  }

  .md\:pb-64{
    padding-bottom: 16rem;
  }

  .md\:pl-64{
    padding-left: 16rem;
  }

  .md\:pt-px{
    padding-top: 1px;
  }

  .md\:pr-px{
    padding-right: 1px;
  }

  .md\:pb-px{
    padding-bottom: 1px;
  }

  .md\:pl-px{
    padding-left: 1px;
  }

  .md\:pt-full{
    padding-top: 100%;
  }

  .md\:pr-full{
    padding-right: 100%;
  }

  .md\:pb-full{
    padding-bottom: 100%;
  }

  .md\:pl-full{
    padding-left: 100%;
  }

  .md\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .md\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .md\:placeholder-current::placeholder{
    color: currentColor;
  }

  .md\:placeholder-black:-ms-input-placeholder{
    color: #000000;
  }

  .md\:placeholder-black::placeholder{
    color: #000000;
  }

  .md\:placeholder-white:-ms-input-placeholder{
    color: #ffffff;
  }

  .md\:placeholder-white::placeholder{
    color: #ffffff;
  }

  .md\:placeholder-overlay:-ms-input-placeholder{
    color: rgba(0,0,0,.2);
  }

  .md\:placeholder-overlay::placeholder{
    color: rgba(0,0,0,.2);
  }

  .md\:placeholder-transparent-background:-ms-input-placeholder{
    color: rgba(0,0,0,.7);
  }

  .md\:placeholder-transparent-background::placeholder{
    color: rgba(0,0,0,.7);
  }

  .md\:placeholder-red-400:-ms-input-placeholder{
    color: #ed4956;
  }

  .md\:placeholder-red-400::placeholder{
    color: #ed4956;
  }

  .md\:placeholder-red-500:-ms-input-placeholder{
    color: #e74a4a;
  }

  .md\:placeholder-red-500::placeholder{
    color: #e74a4a;
  }

  .md\:placeholder-orange-300:-ms-input-placeholder{
    color: #a8774f;
  }

  .md\:placeholder-orange-300::placeholder{
    color: #a8774f;
  }

  .md\:placeholder-orange-400:-ms-input-placeholder{
    color: #926642;
  }

  .md\:placeholder-orange-400::placeholder{
    color: #926642;
  }

  .md\:placeholder-orange-500:-ms-input-placeholder{
    color: #d35a3a;
  }

  .md\:placeholder-orange-500::placeholder{
    color: #d35a3a;
  }

  .md\:placeholder-green-200:-ms-input-placeholder{
    color: #d5d4a3;
  }

  .md\:placeholder-green-200::placeholder{
    color: #d5d4a3;
  }

  .md\:placeholder-green-300:-ms-input-placeholder{
    color: #f05a30;
  }

  .md\:placeholder-green-300::placeholder{
    color: #f05a30;
  }

  .md\:placeholder-green-400:-ms-input-placeholder{
    color: #b8b78a;
  }

  .md\:placeholder-green-400::placeholder{
    color: #b8b78a;
  }

  .md\:placeholder-green-500:-ms-input-placeholder{
    color: #48bb78;
  }

  .md\:placeholder-green-500::placeholder{
    color: #48bb78;
  }

  .md\:placeholder-green-600:-ms-input-placeholder{
    color: #a4c264;
  }

  .md\:placeholder-green-600::placeholder{
    color: #a4c264;
  }

  .md\:placeholder-green-700:-ms-input-placeholder{
    color: #B8B78F;
  }

  .md\:placeholder-green-700::placeholder{
    color: #B8B78F;
  }

  .md\:placeholder-blue-400:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .md\:placeholder-blue-400::placeholder{
    color: #a2c3d3;
  }

  .md\:placeholder-blue-500:-ms-input-placeholder{
    color: #65a6c2;
  }

  .md\:placeholder-blue-500::placeholder{
    color: #65a6c2;
  }

  .md\:placeholder-blue-600:-ms-input-placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .md\:placeholder-blue-600::placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .md\:placeholder-blue-700:-ms-input-placeholder{
    color: rgba(70, 97, 153);
  }

  .md\:placeholder-blue-700::placeholder{
    color: rgba(70, 97, 153);
  }

  .md\:placeholder-bluegrey-100:-ms-input-placeholder{
    color: #D9D9D9;
  }

  .md\:placeholder-bluegrey-100::placeholder{
    color: #D9D9D9;
  }

  .md\:placeholder-terracotta-500:-ms-input-placeholder{
    color: #bb7265;
  }

  .md\:placeholder-terracotta-500::placeholder{
    color: #bb7265;
  }

  .md\:placeholder-terracotta-600:-ms-input-placeholder{
    color: #a46357;
  }

  .md\:placeholder-terracotta-600::placeholder{
    color: #a46357;
  }

  .md\:placeholder-sky-100:-ms-input-placeholder{
    color: #dff2fe;
  }

  .md\:placeholder-sky-100::placeholder{
    color: #dff2fe;
  }

  .md\:placeholder-sky-200:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .md\:placeholder-sky-200::placeholder{
    color: #a2c3d3;
  }

  .md\:placeholder-neutral-500:-ms-input-placeholder{
    color: #636466;
  }

  .md\:placeholder-neutral-500::placeholder{
    color: #636466;
  }

  .md\:placeholder-gray-50:-ms-input-placeholder{
    color: #fcfcfc;
  }

  .md\:placeholder-gray-50::placeholder{
    color: #fcfcfc;
  }

  .md\:placeholder-gray-100:-ms-input-placeholder{
    color: #e7e7e7;
  }

  .md\:placeholder-gray-100::placeholder{
    color: #e7e7e7;
  }

  .md\:placeholder-gray-125:-ms-input-placeholder{
    color: #f0f0f0;
  }

  .md\:placeholder-gray-125::placeholder{
    color: #f0f0f0;
  }

  .md\:placeholder-gray-150:-ms-input-placeholder{
    color: #dddddd;
  }

  .md\:placeholder-gray-150::placeholder{
    color: #dddddd;
  }

  .md\:placeholder-gray-200:-ms-input-placeholder{
    color: #868b8f;
  }

  .md\:placeholder-gray-200::placeholder{
    color: #868b8f;
  }

  .md\:placeholder-gray-250:-ms-input-placeholder{
    color: #a6a5a5;
  }

  .md\:placeholder-gray-250::placeholder{
    color: #a6a5a5;
  }

  .md\:placeholder-gray-300:-ms-input-placeholder{
    color: #979796;
  }

  .md\:placeholder-gray-300::placeholder{
    color: #979796;
  }

  .md\:placeholder-gray-400:-ms-input-placeholder{
    color: #abaeb1;
  }

  .md\:placeholder-gray-400::placeholder{
    color: #abaeb1;
  }

  .md\:placeholder-gray-500:-ms-input-placeholder{
    color: #c7c7c7;
  }

  .md\:placeholder-gray-500::placeholder{
    color: #c7c7c7;
  }

  .md\:placeholder-gray-550:-ms-input-placeholder{
    color: #ccc;
  }

  .md\:placeholder-gray-550::placeholder{
    color: #ccc;
  }

  .md\:placeholder-gray-600:-ms-input-placeholder{
    color: #707070;
  }

  .md\:placeholder-gray-600::placeholder{
    color: #707070;
  }

  .md\:placeholder-gray-700:-ms-input-placeholder{
    color: #555555;
  }

  .md\:placeholder-gray-700::placeholder{
    color: #555555;
  }

  .md\:placeholder-gray-800:-ms-input-placeholder{
    color: #333232;
  }

  .md\:placeholder-gray-800::placeholder{
    color: #333232;
  }

  .md\:placeholder-gray-900:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .md\:placeholder-gray-900::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .md\:placeholder-gray-1000:-ms-input-placeholder{
    color: #dadada;
  }

  .md\:placeholder-gray-1000::placeholder{
    color: #dadada;
  }

  .md\:placeholder-gray-1100:-ms-input-placeholder{
    color: #ededed;
  }

  .md\:placeholder-gray-1100::placeholder{
    color: #ededed;
  }

  .md\:placeholder-gray-1200:-ms-input-placeholder{
    color: #b1b1b1;
  }

  .md\:placeholder-gray-1200::placeholder{
    color: #b1b1b1;
  }

  .md\:placeholder-gray-1300:-ms-input-placeholder{
    color: #9b9b9b;
  }

  .md\:placeholder-gray-1300::placeholder{
    color: #9b9b9b;
  }

  .md\:placeholder-gray-1400:-ms-input-placeholder{
    color: #999ea1;
  }

  .md\:placeholder-gray-1400::placeholder{
    color: #999ea1;
  }

  .md\:placeholder-gray-1500:-ms-input-placeholder{
    color: #464646;
  }

  .md\:placeholder-gray-1500::placeholder{
    color: #464646;
  }

  .md\:placeholder-gray-1600:-ms-input-placeholder{
    color: #9A9FA2;
  }

  .md\:placeholder-gray-1600::placeholder{
    color: #9A9FA2;
  }

  .md\:placeholder-gray-1700:-ms-input-placeholder{
    color: #FBFBFB;
  }

  .md\:placeholder-gray-1700::placeholder{
    color: #FBFBFB;
  }

  .md\:placeholder-gray-1800:-ms-input-placeholder{
    color: #494949;
  }

  .md\:placeholder-gray-1800::placeholder{
    color: #494949;
  }

  .md\:placeholder-gray-1900:-ms-input-placeholder{
    color: #797979;
  }

  .md\:placeholder-gray-1900::placeholder{
    color: #797979;
  }

  .md\:placeholder-tan-300:-ms-input-placeholder{
    color: #d2a680;
  }

  .md\:placeholder-tan-300::placeholder{
    color: #d2a680;
  }

  .md\:placeholder-tan-400:-ms-input-placeholder{
    color: #a38b71;
  }

  .md\:placeholder-tan-400::placeholder{
    color: #a38b71;
  }

  .md\:placeholder-tan-500:-ms-input-placeholder{
    color: #b18259;
  }

  .md\:placeholder-tan-500::placeholder{
    color: #b18259;
  }

  .md\:placeholder-tan-600:-ms-input-placeholder{
    color: #c29064;
  }

  .md\:placeholder-tan-600::placeholder{
    color: #c29064;
  }

  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .md\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: #000000;
  }

  .md\:focus\:placeholder-black:focus::placeholder{
    color: #000000;
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: #ffffff;
  }

  .md\:focus\:placeholder-white:focus::placeholder{
    color: #ffffff;
  }

  .md\:focus\:placeholder-overlay:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.2);
  }

  .md\:focus\:placeholder-overlay:focus::placeholder{
    color: rgba(0,0,0,.2);
  }

  .md\:focus\:placeholder-transparent-background:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.7);
  }

  .md\:focus\:placeholder-transparent-background:focus::placeholder{
    color: rgba(0,0,0,.7);
  }

  .md\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    color: #ed4956;
  }

  .md\:focus\:placeholder-red-400:focus::placeholder{
    color: #ed4956;
  }

  .md\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    color: #e74a4a;
  }

  .md\:focus\:placeholder-red-500:focus::placeholder{
    color: #e74a4a;
  }

  .md\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    color: #a8774f;
  }

  .md\:focus\:placeholder-orange-300:focus::placeholder{
    color: #a8774f;
  }

  .md\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    color: #926642;
  }

  .md\:focus\:placeholder-orange-400:focus::placeholder{
    color: #926642;
  }

  .md\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    color: #d35a3a;
  }

  .md\:focus\:placeholder-orange-500:focus::placeholder{
    color: #d35a3a;
  }

  .md\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    color: #d5d4a3;
  }

  .md\:focus\:placeholder-green-200:focus::placeholder{
    color: #d5d4a3;
  }

  .md\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    color: #f05a30;
  }

  .md\:focus\:placeholder-green-300:focus::placeholder{
    color: #f05a30;
  }

  .md\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    color: #b8b78a;
  }

  .md\:focus\:placeholder-green-400:focus::placeholder{
    color: #b8b78a;
  }

  .md\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    color: #48bb78;
  }

  .md\:focus\:placeholder-green-500:focus::placeholder{
    color: #48bb78;
  }

  .md\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    color: #a4c264;
  }

  .md\:focus\:placeholder-green-600:focus::placeholder{
    color: #a4c264;
  }

  .md\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    color: #B8B78F;
  }

  .md\:focus\:placeholder-green-700:focus::placeholder{
    color: #B8B78F;
  }

  .md\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .md\:focus\:placeholder-blue-400:focus::placeholder{
    color: #a2c3d3;
  }

  .md\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    color: #65a6c2;
  }

  .md\:focus\:placeholder-blue-500:focus::placeholder{
    color: #65a6c2;
  }

  .md\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .md\:focus\:placeholder-blue-600:focus::placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .md\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    color: rgba(70, 97, 153);
  }

  .md\:focus\:placeholder-blue-700:focus::placeholder{
    color: rgba(70, 97, 153);
  }

  .md\:focus\:placeholder-bluegrey-100:focus:-ms-input-placeholder{
    color: #D9D9D9;
  }

  .md\:focus\:placeholder-bluegrey-100:focus::placeholder{
    color: #D9D9D9;
  }

  .md\:focus\:placeholder-terracotta-500:focus:-ms-input-placeholder{
    color: #bb7265;
  }

  .md\:focus\:placeholder-terracotta-500:focus::placeholder{
    color: #bb7265;
  }

  .md\:focus\:placeholder-terracotta-600:focus:-ms-input-placeholder{
    color: #a46357;
  }

  .md\:focus\:placeholder-terracotta-600:focus::placeholder{
    color: #a46357;
  }

  .md\:focus\:placeholder-sky-100:focus:-ms-input-placeholder{
    color: #dff2fe;
  }

  .md\:focus\:placeholder-sky-100:focus::placeholder{
    color: #dff2fe;
  }

  .md\:focus\:placeholder-sky-200:focus:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .md\:focus\:placeholder-sky-200:focus::placeholder{
    color: #a2c3d3;
  }

  .md\:focus\:placeholder-neutral-500:focus:-ms-input-placeholder{
    color: #636466;
  }

  .md\:focus\:placeholder-neutral-500:focus::placeholder{
    color: #636466;
  }

  .md\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    color: #fcfcfc;
  }

  .md\:focus\:placeholder-gray-50:focus::placeholder{
    color: #fcfcfc;
  }

  .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    color: #e7e7e7;
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder{
    color: #e7e7e7;
  }

  .md\:focus\:placeholder-gray-125:focus:-ms-input-placeholder{
    color: #f0f0f0;
  }

  .md\:focus\:placeholder-gray-125:focus::placeholder{
    color: #f0f0f0;
  }

  .md\:focus\:placeholder-gray-150:focus:-ms-input-placeholder{
    color: #dddddd;
  }

  .md\:focus\:placeholder-gray-150:focus::placeholder{
    color: #dddddd;
  }

  .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    color: #868b8f;
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder{
    color: #868b8f;
  }

  .md\:focus\:placeholder-gray-250:focus:-ms-input-placeholder{
    color: #a6a5a5;
  }

  .md\:focus\:placeholder-gray-250:focus::placeholder{
    color: #a6a5a5;
  }

  .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    color: #979796;
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder{
    color: #979796;
  }

  .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    color: #abaeb1;
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder{
    color: #abaeb1;
  }

  .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    color: #c7c7c7;
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder{
    color: #c7c7c7;
  }

  .md\:focus\:placeholder-gray-550:focus:-ms-input-placeholder{
    color: #ccc;
  }

  .md\:focus\:placeholder-gray-550:focus::placeholder{
    color: #ccc;
  }

  .md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    color: #707070;
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder{
    color: #707070;
  }

  .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    color: #555555;
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder{
    color: #555555;
  }

  .md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    color: #333232;
  }

  .md\:focus\:placeholder-gray-800:focus::placeholder{
    color: #333232;
  }

  .md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .md\:focus\:placeholder-gray-900:focus::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .md\:focus\:placeholder-gray-1000:focus:-ms-input-placeholder{
    color: #dadada;
  }

  .md\:focus\:placeholder-gray-1000:focus::placeholder{
    color: #dadada;
  }

  .md\:focus\:placeholder-gray-1100:focus:-ms-input-placeholder{
    color: #ededed;
  }

  .md\:focus\:placeholder-gray-1100:focus::placeholder{
    color: #ededed;
  }

  .md\:focus\:placeholder-gray-1200:focus:-ms-input-placeholder{
    color: #b1b1b1;
  }

  .md\:focus\:placeholder-gray-1200:focus::placeholder{
    color: #b1b1b1;
  }

  .md\:focus\:placeholder-gray-1300:focus:-ms-input-placeholder{
    color: #9b9b9b;
  }

  .md\:focus\:placeholder-gray-1300:focus::placeholder{
    color: #9b9b9b;
  }

  .md\:focus\:placeholder-gray-1400:focus:-ms-input-placeholder{
    color: #999ea1;
  }

  .md\:focus\:placeholder-gray-1400:focus::placeholder{
    color: #999ea1;
  }

  .md\:focus\:placeholder-gray-1500:focus:-ms-input-placeholder{
    color: #464646;
  }

  .md\:focus\:placeholder-gray-1500:focus::placeholder{
    color: #464646;
  }

  .md\:focus\:placeholder-gray-1600:focus:-ms-input-placeholder{
    color: #9A9FA2;
  }

  .md\:focus\:placeholder-gray-1600:focus::placeholder{
    color: #9A9FA2;
  }

  .md\:focus\:placeholder-gray-1700:focus:-ms-input-placeholder{
    color: #FBFBFB;
  }

  .md\:focus\:placeholder-gray-1700:focus::placeholder{
    color: #FBFBFB;
  }

  .md\:focus\:placeholder-gray-1800:focus:-ms-input-placeholder{
    color: #494949;
  }

  .md\:focus\:placeholder-gray-1800:focus::placeholder{
    color: #494949;
  }

  .md\:focus\:placeholder-gray-1900:focus:-ms-input-placeholder{
    color: #797979;
  }

  .md\:focus\:placeholder-gray-1900:focus::placeholder{
    color: #797979;
  }

  .md\:focus\:placeholder-tan-300:focus:-ms-input-placeholder{
    color: #d2a680;
  }

  .md\:focus\:placeholder-tan-300:focus::placeholder{
    color: #d2a680;
  }

  .md\:focus\:placeholder-tan-400:focus:-ms-input-placeholder{
    color: #a38b71;
  }

  .md\:focus\:placeholder-tan-400:focus::placeholder{
    color: #a38b71;
  }

  .md\:focus\:placeholder-tan-500:focus:-ms-input-placeholder{
    color: #b18259;
  }

  .md\:focus\:placeholder-tan-500:focus::placeholder{
    color: #b18259;
  }

  .md\:focus\:placeholder-tan-600:focus:-ms-input-placeholder{
    color: #c29064;
  }

  .md\:focus\:placeholder-tan-600:focus::placeholder{
    color: #c29064;
  }

  .md\:pointer-events-none{
    pointer-events: none;
  }

  .md\:pointer-events-auto{
    pointer-events: auto;
  }

  .md\:static{
    position: static;
  }

  .md\:fixed{
    position: fixed;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:relative{
    position: relative;
  }

  .md\:sticky{
    position: sticky;
  }

  .md\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:-inset-4{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .md\:-inset-70{
    top: -4.375rem;
    right: -4.375rem;
    bottom: -4.375rem;
    left: -4.375rem;
  }

  .md\:inset-1\/5{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .md\:inset-2\/5{
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .md\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .md\:inset-x-0{
    right: 0;
    left: 0;
  }

  .md\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .md\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .md\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .md\:-inset-y-4{
    top: -2rem;
    bottom: -2rem;
  }

  .md\:-inset-x-4{
    right: -2rem;
    left: -2rem;
  }

  .md\:-inset-y-70{
    top: -4.375rem;
    bottom: -4.375rem;
  }

  .md\:-inset-x-70{
    right: -4.375rem;
    left: -4.375rem;
  }

  .md\:inset-y-1\/5{
    top: 20%;
    bottom: 20%;
  }

  .md\:inset-x-1\/5{
    right: 20%;
    left: 20%;
  }

  .md\:inset-y-2\/5{
    top: 40%;
    bottom: 40%;
  }

  .md\:inset-x-2\/5{
    right: 40%;
    left: 40%;
  }

  .md\:top-0{
    top: 0;
  }

  .md\:right-0{
    right: 0;
  }

  .md\:bottom-0{
    bottom: 0;
  }

  .md\:left-0{
    left: 0;
  }

  .md\:top-auto{
    top: auto;
  }

  .md\:right-auto{
    right: auto;
  }

  .md\:bottom-auto{
    bottom: auto;
  }

  .md\:left-auto{
    left: auto;
  }

  .md\:top-full{
    top: 100%;
  }

  .md\:right-full{
    right: 100%;
  }

  .md\:bottom-full{
    bottom: 100%;
  }

  .md\:left-full{
    left: 100%;
  }

  .md\:-top-4{
    top: -2rem;
  }

  .md\:-right-4{
    right: -2rem;
  }

  .md\:-bottom-4{
    bottom: -2rem;
  }

  .md\:-left-4{
    left: -2rem;
  }

  .md\:-top-70{
    top: -4.375rem;
  }

  .md\:-right-70{
    right: -4.375rem;
  }

  .md\:-bottom-70{
    bottom: -4.375rem;
  }

  .md\:-left-70{
    left: -4.375rem;
  }

  .md\:top-1\/5{
    top: 20%;
  }

  .md\:right-1\/5{
    right: 20%;
  }

  .md\:bottom-1\/5{
    bottom: 20%;
  }

  .md\:left-1\/5{
    left: 20%;
  }

  .md\:top-2\/5{
    top: 40%;
  }

  .md\:right-2\/5{
    right: 40%;
  }

  .md\:bottom-2\/5{
    bottom: 40%;
  }

  .md\:left-2\/5{
    left: 40%;
  }

  .md\:resize-none{
    resize: none;
  }

  .md\:resize-y{
    resize: vertical;
  }

  .md\:resize-x{
    resize: horizontal;
  }

  .md\:resize{
    resize: both;
  }

  .md\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:shadow-none{
    box-shadow: none;
  }

  .md\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .md\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .md\:table-auto{
    table-layout: auto;
  }

  .md\:table-fixed{
    table-layout: fixed;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-center{
    text-align: center;
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:text-justify{
    text-align: justify;
  }

  .md\:text-transparent{
    color: transparent;
  }

  .md\:text-current{
    color: currentColor;
  }

  .md\:text-black{
    color: #000000;
  }

  .md\:text-white{
    color: #ffffff;
  }

  .md\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  .md\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  .md\:text-red-400{
    color: #ed4956;
  }

  .md\:text-red-500{
    color: #e74a4a;
  }

  .md\:text-orange-300{
    color: #a8774f;
  }

  .md\:text-orange-400{
    color: #926642;
  }

  .md\:text-orange-500{
    color: #d35a3a;
  }

  .md\:text-green-200{
    color: #d5d4a3;
  }

  .md\:text-green-300{
    color: #f05a30;
  }

  .md\:text-green-400{
    color: #b8b78a;
  }

  .md\:text-green-500{
    color: #48bb78;
  }

  .md\:text-green-600{
    color: #a4c264;
  }

  .md\:text-green-700{
    color: #B8B78F;
  }

  .md\:text-blue-400{
    color: #a2c3d3;
  }

  .md\:text-blue-500{
    color: #65a6c2;
  }

  .md\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  .md\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  .md\:text-bluegrey-100{
    color: #D9D9D9;
  }

  .md\:text-terracotta-500{
    color: #bb7265;
  }

  .md\:text-terracotta-600{
    color: #a46357;
  }

  .md\:text-sky-100{
    color: #dff2fe;
  }

  .md\:text-sky-200{
    color: #a2c3d3;
  }

  .md\:text-neutral-500{
    color: #636466;
  }

  .md\:text-gray-50{
    color: #fcfcfc;
  }

  .md\:text-gray-100{
    color: #e7e7e7;
  }

  .md\:text-gray-125{
    color: #f0f0f0;
  }

  .md\:text-gray-150{
    color: #dddddd;
  }

  .md\:text-gray-200{
    color: #868b8f;
  }

  .md\:text-gray-250{
    color: #a6a5a5;
  }

  .md\:text-gray-300{
    color: #979796;
  }

  .md\:text-gray-400{
    color: #abaeb1;
  }

  .md\:text-gray-500{
    color: #c7c7c7;
  }

  .md\:text-gray-550{
    color: #ccc;
  }

  .md\:text-gray-600{
    color: #707070;
  }

  .md\:text-gray-700{
    color: #555555;
  }

  .md\:text-gray-800{
    color: #333232;
  }

  .md\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  .md\:text-gray-1000{
    color: #dadada;
  }

  .md\:text-gray-1100{
    color: #ededed;
  }

  .md\:text-gray-1200{
    color: #b1b1b1;
  }

  .md\:text-gray-1300{
    color: #9b9b9b;
  }

  .md\:text-gray-1400{
    color: #999ea1;
  }

  .md\:text-gray-1500{
    color: #464646;
  }

  .md\:text-gray-1600{
    color: #9A9FA2;
  }

  .md\:text-gray-1700{
    color: #FBFBFB;
  }

  .md\:text-gray-1800{
    color: #494949;
  }

  .md\:text-gray-1900{
    color: #797979;
  }

  .md\:text-tan-300{
    color: #d2a680;
  }

  .md\:text-tan-400{
    color: #a38b71;
  }

  .md\:text-tan-500{
    color: #b18259;
  }

  .md\:text-tan-600{
    color: #c29064;
  }

  .md\:hover\:text-transparent:hover{
    color: transparent;
  }

  .md\:hover\:text-current:hover{
    color: currentColor;
  }

  .md\:hover\:text-black:hover{
    color: #000000;
  }

  .md\:hover\:text-white:hover{
    color: #ffffff;
  }

  .md\:hover\:text-overlay:hover{
    color: rgba(0,0,0,.2);
  }

  .md\:hover\:text-transparent-background:hover{
    color: rgba(0,0,0,.7);
  }

  .md\:hover\:text-red-400:hover{
    color: #ed4956;
  }

  .md\:hover\:text-red-500:hover{
    color: #e74a4a;
  }

  .md\:hover\:text-orange-300:hover{
    color: #a8774f;
  }

  .md\:hover\:text-orange-400:hover{
    color: #926642;
  }

  .md\:hover\:text-orange-500:hover{
    color: #d35a3a;
  }

  .md\:hover\:text-green-200:hover{
    color: #d5d4a3;
  }

  .md\:hover\:text-green-300:hover{
    color: #f05a30;
  }

  .md\:hover\:text-green-400:hover{
    color: #b8b78a;
  }

  .md\:hover\:text-green-500:hover{
    color: #48bb78;
  }

  .md\:hover\:text-green-600:hover{
    color: #a4c264;
  }

  .md\:hover\:text-green-700:hover{
    color: #B8B78F;
  }

  .md\:hover\:text-blue-400:hover{
    color: #a2c3d3;
  }

  .md\:hover\:text-blue-500:hover{
    color: #65a6c2;
  }

  .md\:hover\:text-blue-600:hover{
    color: rgba(70, 97, 153, .97);
  }

  .md\:hover\:text-blue-700:hover{
    color: rgba(70, 97, 153);
  }

  .md\:hover\:text-bluegrey-100:hover{
    color: #D9D9D9;
  }

  .md\:hover\:text-terracotta-500:hover{
    color: #bb7265;
  }

  .md\:hover\:text-terracotta-600:hover{
    color: #a46357;
  }

  .md\:hover\:text-sky-100:hover{
    color: #dff2fe;
  }

  .md\:hover\:text-sky-200:hover{
    color: #a2c3d3;
  }

  .md\:hover\:text-neutral-500:hover{
    color: #636466;
  }

  .md\:hover\:text-gray-50:hover{
    color: #fcfcfc;
  }

  .md\:hover\:text-gray-100:hover{
    color: #e7e7e7;
  }

  .md\:hover\:text-gray-125:hover{
    color: #f0f0f0;
  }

  .md\:hover\:text-gray-150:hover{
    color: #dddddd;
  }

  .md\:hover\:text-gray-200:hover{
    color: #868b8f;
  }

  .md\:hover\:text-gray-250:hover{
    color: #a6a5a5;
  }

  .md\:hover\:text-gray-300:hover{
    color: #979796;
  }

  .md\:hover\:text-gray-400:hover{
    color: #abaeb1;
  }

  .md\:hover\:text-gray-500:hover{
    color: #c7c7c7;
  }

  .md\:hover\:text-gray-550:hover{
    color: #ccc;
  }

  .md\:hover\:text-gray-600:hover{
    color: #707070;
  }

  .md\:hover\:text-gray-700:hover{
    color: #555555;
  }

  .md\:hover\:text-gray-800:hover{
    color: #333232;
  }

  .md\:hover\:text-gray-900:hover{
    color: rgba(0, 0, 0, 0.8);
  }

  .md\:hover\:text-gray-1000:hover{
    color: #dadada;
  }

  .md\:hover\:text-gray-1100:hover{
    color: #ededed;
  }

  .md\:hover\:text-gray-1200:hover{
    color: #b1b1b1;
  }

  .md\:hover\:text-gray-1300:hover{
    color: #9b9b9b;
  }

  .md\:hover\:text-gray-1400:hover{
    color: #999ea1;
  }

  .md\:hover\:text-gray-1500:hover{
    color: #464646;
  }

  .md\:hover\:text-gray-1600:hover{
    color: #9A9FA2;
  }

  .md\:hover\:text-gray-1700:hover{
    color: #FBFBFB;
  }

  .md\:hover\:text-gray-1800:hover{
    color: #494949;
  }

  .md\:hover\:text-gray-1900:hover{
    color: #797979;
  }

  .md\:hover\:text-tan-300:hover{
    color: #d2a680;
  }

  .md\:hover\:text-tan-400:hover{
    color: #a38b71;
  }

  .md\:hover\:text-tan-500:hover{
    color: #b18259;
  }

  .md\:hover\:text-tan-600:hover{
    color: #c29064;
  }

  .md\:focus\:text-transparent:focus{
    color: transparent;
  }

  .md\:focus\:text-current:focus{
    color: currentColor;
  }

  .md\:focus\:text-black:focus{
    color: #000000;
  }

  .md\:focus\:text-white:focus{
    color: #ffffff;
  }

  .md\:focus\:text-overlay:focus{
    color: rgba(0,0,0,.2);
  }

  .md\:focus\:text-transparent-background:focus{
    color: rgba(0,0,0,.7);
  }

  .md\:focus\:text-red-400:focus{
    color: #ed4956;
  }

  .md\:focus\:text-red-500:focus{
    color: #e74a4a;
  }

  .md\:focus\:text-orange-300:focus{
    color: #a8774f;
  }

  .md\:focus\:text-orange-400:focus{
    color: #926642;
  }

  .md\:focus\:text-orange-500:focus{
    color: #d35a3a;
  }

  .md\:focus\:text-green-200:focus{
    color: #d5d4a3;
  }

  .md\:focus\:text-green-300:focus{
    color: #f05a30;
  }

  .md\:focus\:text-green-400:focus{
    color: #b8b78a;
  }

  .md\:focus\:text-green-500:focus{
    color: #48bb78;
  }

  .md\:focus\:text-green-600:focus{
    color: #a4c264;
  }

  .md\:focus\:text-green-700:focus{
    color: #B8B78F;
  }

  .md\:focus\:text-blue-400:focus{
    color: #a2c3d3;
  }

  .md\:focus\:text-blue-500:focus{
    color: #65a6c2;
  }

  .md\:focus\:text-blue-600:focus{
    color: rgba(70, 97, 153, .97);
  }

  .md\:focus\:text-blue-700:focus{
    color: rgba(70, 97, 153);
  }

  .md\:focus\:text-bluegrey-100:focus{
    color: #D9D9D9;
  }

  .md\:focus\:text-terracotta-500:focus{
    color: #bb7265;
  }

  .md\:focus\:text-terracotta-600:focus{
    color: #a46357;
  }

  .md\:focus\:text-sky-100:focus{
    color: #dff2fe;
  }

  .md\:focus\:text-sky-200:focus{
    color: #a2c3d3;
  }

  .md\:focus\:text-neutral-500:focus{
    color: #636466;
  }

  .md\:focus\:text-gray-50:focus{
    color: #fcfcfc;
  }

  .md\:focus\:text-gray-100:focus{
    color: #e7e7e7;
  }

  .md\:focus\:text-gray-125:focus{
    color: #f0f0f0;
  }

  .md\:focus\:text-gray-150:focus{
    color: #dddddd;
  }

  .md\:focus\:text-gray-200:focus{
    color: #868b8f;
  }

  .md\:focus\:text-gray-250:focus{
    color: #a6a5a5;
  }

  .md\:focus\:text-gray-300:focus{
    color: #979796;
  }

  .md\:focus\:text-gray-400:focus{
    color: #abaeb1;
  }

  .md\:focus\:text-gray-500:focus{
    color: #c7c7c7;
  }

  .md\:focus\:text-gray-550:focus{
    color: #ccc;
  }

  .md\:focus\:text-gray-600:focus{
    color: #707070;
  }

  .md\:focus\:text-gray-700:focus{
    color: #555555;
  }

  .md\:focus\:text-gray-800:focus{
    color: #333232;
  }

  .md\:focus\:text-gray-900:focus{
    color: rgba(0, 0, 0, 0.8);
  }

  .md\:focus\:text-gray-1000:focus{
    color: #dadada;
  }

  .md\:focus\:text-gray-1100:focus{
    color: #ededed;
  }

  .md\:focus\:text-gray-1200:focus{
    color: #b1b1b1;
  }

  .md\:focus\:text-gray-1300:focus{
    color: #9b9b9b;
  }

  .md\:focus\:text-gray-1400:focus{
    color: #999ea1;
  }

  .md\:focus\:text-gray-1500:focus{
    color: #464646;
  }

  .md\:focus\:text-gray-1600:focus{
    color: #9A9FA2;
  }

  .md\:focus\:text-gray-1700:focus{
    color: #FBFBFB;
  }

  .md\:focus\:text-gray-1800:focus{
    color: #494949;
  }

  .md\:focus\:text-gray-1900:focus{
    color: #797979;
  }

  .md\:focus\:text-tan-300:focus{
    color: #d2a680;
  }

  .md\:focus\:text-tan-400:focus{
    color: #a38b71;
  }

  .md\:focus\:text-tan-500:focus{
    color: #b18259;
  }

  .md\:focus\:text-tan-600:focus{
    color: #c29064;
  }

  .active.md\:self-active\:text-transparent{
    color: transparent;
  }

  .active.md\:self-active\:text-current{
    color: currentColor;
  }

  .active.md\:self-active\:text-black{
    color: #000000;
  }

  .active.md\:self-active\:text-white{
    color: #ffffff;
  }

  .active.md\:self-active\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  .active.md\:self-active\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  .active.md\:self-active\:text-red-400{
    color: #ed4956;
  }

  .active.md\:self-active\:text-red-500{
    color: #e74a4a;
  }

  .active.md\:self-active\:text-orange-300{
    color: #a8774f;
  }

  .active.md\:self-active\:text-orange-400{
    color: #926642;
  }

  .active.md\:self-active\:text-orange-500{
    color: #d35a3a;
  }

  .active.md\:self-active\:text-green-200{
    color: #d5d4a3;
  }

  .active.md\:self-active\:text-green-300{
    color: #f05a30;
  }

  .active.md\:self-active\:text-green-400{
    color: #b8b78a;
  }

  .active.md\:self-active\:text-green-500{
    color: #48bb78;
  }

  .active.md\:self-active\:text-green-600{
    color: #a4c264;
  }

  .active.md\:self-active\:text-green-700{
    color: #B8B78F;
  }

  .active.md\:self-active\:text-blue-400{
    color: #a2c3d3;
  }

  .active.md\:self-active\:text-blue-500{
    color: #65a6c2;
  }

  .active.md\:self-active\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  .active.md\:self-active\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  .active.md\:self-active\:text-bluegrey-100{
    color: #D9D9D9;
  }

  .active.md\:self-active\:text-terracotta-500{
    color: #bb7265;
  }

  .active.md\:self-active\:text-terracotta-600{
    color: #a46357;
  }

  .active.md\:self-active\:text-sky-100{
    color: #dff2fe;
  }

  .active.md\:self-active\:text-sky-200{
    color: #a2c3d3;
  }

  .active.md\:self-active\:text-neutral-500{
    color: #636466;
  }

  .active.md\:self-active\:text-gray-50{
    color: #fcfcfc;
  }

  .active.md\:self-active\:text-gray-100{
    color: #e7e7e7;
  }

  .active.md\:self-active\:text-gray-125{
    color: #f0f0f0;
  }

  .active.md\:self-active\:text-gray-150{
    color: #dddddd;
  }

  .active.md\:self-active\:text-gray-200{
    color: #868b8f;
  }

  .active.md\:self-active\:text-gray-250{
    color: #a6a5a5;
  }

  .active.md\:self-active\:text-gray-300{
    color: #979796;
  }

  .active.md\:self-active\:text-gray-400{
    color: #abaeb1;
  }

  .active.md\:self-active\:text-gray-500{
    color: #c7c7c7;
  }

  .active.md\:self-active\:text-gray-550{
    color: #ccc;
  }

  .active.md\:self-active\:text-gray-600{
    color: #707070;
  }

  .active.md\:self-active\:text-gray-700{
    color: #555555;
  }

  .active.md\:self-active\:text-gray-800{
    color: #333232;
  }

  .active.md\:self-active\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  .active.md\:self-active\:text-gray-1000{
    color: #dadada;
  }

  .active.md\:self-active\:text-gray-1100{
    color: #ededed;
  }

  .active.md\:self-active\:text-gray-1200{
    color: #b1b1b1;
  }

  .active.md\:self-active\:text-gray-1300{
    color: #9b9b9b;
  }

  .active.md\:self-active\:text-gray-1400{
    color: #999ea1;
  }

  .active.md\:self-active\:text-gray-1500{
    color: #464646;
  }

  .active.md\:self-active\:text-gray-1600{
    color: #9A9FA2;
  }

  .active.md\:self-active\:text-gray-1700{
    color: #FBFBFB;
  }

  .active.md\:self-active\:text-gray-1800{
    color: #494949;
  }

  .active.md\:self-active\:text-gray-1900{
    color: #797979;
  }

  .active.md\:self-active\:text-tan-300{
    color: #d2a680;
  }

  .active.md\:self-active\:text-tan-400{
    color: #a38b71;
  }

  .active.md\:self-active\:text-tan-500{
    color: #b18259;
  }

  .active.md\:self-active\:text-tan-600{
    color: #c29064;
  }

  .group:hover .md\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .md\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .md\:group-hover\:text-black{
    color: #000000;
  }

  .group:hover .md\:group-hover\:text-white{
    color: #ffffff;
  }

  .group:hover .md\:group-hover\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  .group:hover .md\:group-hover\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  .group:hover .md\:group-hover\:text-red-400{
    color: #ed4956;
  }

  .group:hover .md\:group-hover\:text-red-500{
    color: #e74a4a;
  }

  .group:hover .md\:group-hover\:text-orange-300{
    color: #a8774f;
  }

  .group:hover .md\:group-hover\:text-orange-400{
    color: #926642;
  }

  .group:hover .md\:group-hover\:text-orange-500{
    color: #d35a3a;
  }

  .group:hover .md\:group-hover\:text-green-200{
    color: #d5d4a3;
  }

  .group:hover .md\:group-hover\:text-green-300{
    color: #f05a30;
  }

  .group:hover .md\:group-hover\:text-green-400{
    color: #b8b78a;
  }

  .group:hover .md\:group-hover\:text-green-500{
    color: #48bb78;
  }

  .group:hover .md\:group-hover\:text-green-600{
    color: #a4c264;
  }

  .group:hover .md\:group-hover\:text-green-700{
    color: #B8B78F;
  }

  .group:hover .md\:group-hover\:text-blue-400{
    color: #a2c3d3;
  }

  .group:hover .md\:group-hover\:text-blue-500{
    color: #65a6c2;
  }

  .group:hover .md\:group-hover\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  .group:hover .md\:group-hover\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  .group:hover .md\:group-hover\:text-bluegrey-100{
    color: #D9D9D9;
  }

  .group:hover .md\:group-hover\:text-terracotta-500{
    color: #bb7265;
  }

  .group:hover .md\:group-hover\:text-terracotta-600{
    color: #a46357;
  }

  .group:hover .md\:group-hover\:text-sky-100{
    color: #dff2fe;
  }

  .group:hover .md\:group-hover\:text-sky-200{
    color: #a2c3d3;
  }

  .group:hover .md\:group-hover\:text-neutral-500{
    color: #636466;
  }

  .group:hover .md\:group-hover\:text-gray-50{
    color: #fcfcfc;
  }

  .group:hover .md\:group-hover\:text-gray-100{
    color: #e7e7e7;
  }

  .group:hover .md\:group-hover\:text-gray-125{
    color: #f0f0f0;
  }

  .group:hover .md\:group-hover\:text-gray-150{
    color: #dddddd;
  }

  .group:hover .md\:group-hover\:text-gray-200{
    color: #868b8f;
  }

  .group:hover .md\:group-hover\:text-gray-250{
    color: #a6a5a5;
  }

  .group:hover .md\:group-hover\:text-gray-300{
    color: #979796;
  }

  .group:hover .md\:group-hover\:text-gray-400{
    color: #abaeb1;
  }

  .group:hover .md\:group-hover\:text-gray-500{
    color: #c7c7c7;
  }

  .group:hover .md\:group-hover\:text-gray-550{
    color: #ccc;
  }

  .group:hover .md\:group-hover\:text-gray-600{
    color: #707070;
  }

  .group:hover .md\:group-hover\:text-gray-700{
    color: #555555;
  }

  .group:hover .md\:group-hover\:text-gray-800{
    color: #333232;
  }

  .group:hover .md\:group-hover\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .md\:group-hover\:text-gray-1000{
    color: #dadada;
  }

  .group:hover .md\:group-hover\:text-gray-1100{
    color: #ededed;
  }

  .group:hover .md\:group-hover\:text-gray-1200{
    color: #b1b1b1;
  }

  .group:hover .md\:group-hover\:text-gray-1300{
    color: #9b9b9b;
  }

  .group:hover .md\:group-hover\:text-gray-1400{
    color: #999ea1;
  }

  .group:hover .md\:group-hover\:text-gray-1500{
    color: #464646;
  }

  .group:hover .md\:group-hover\:text-gray-1600{
    color: #9A9FA2;
  }

  .group:hover .md\:group-hover\:text-gray-1700{
    color: #FBFBFB;
  }

  .group:hover .md\:group-hover\:text-gray-1800{
    color: #494949;
  }

  .group:hover .md\:group-hover\:text-gray-1900{
    color: #797979;
  }

  .group:hover .md\:group-hover\:text-tan-300{
    color: #d2a680;
  }

  .group:hover .md\:group-hover\:text-tan-400{
    color: #a38b71;
  }

  .group:hover .md\:group-hover\:text-tan-500{
    color: #b18259;
  }

  .group:hover .md\:group-hover\:text-tan-600{
    color: #c29064;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-transparent{
    color: transparent;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-current{
    color: currentColor;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-black{
    color: #000000;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-white{
    color: #ffffff;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-red-400{
    color: #ed4956;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-red-500{
    color: #e74a4a;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-orange-300{
    color: #a8774f;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-orange-400{
    color: #926642;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-orange-500{
    color: #d35a3a;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-green-200{
    color: #d5d4a3;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-green-300{
    color: #f05a30;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-green-400{
    color: #b8b78a;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-green-500{
    color: #48bb78;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-green-600{
    color: #a4c264;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-green-700{
    color: #B8B78F;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-blue-400{
    color: #a2c3d3;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-blue-500{
    color: #65a6c2;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-bluegrey-100{
    color: #D9D9D9;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-terracotta-500{
    color: #bb7265;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-terracotta-600{
    color: #a46357;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-sky-100{
    color: #dff2fe;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-sky-200{
    color: #a2c3d3;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-neutral-500{
    color: #636466;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-gray-50{
    color: #fcfcfc;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-gray-100{
    color: #e7e7e7;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-gray-125{
    color: #f0f0f0;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-gray-150{
    color: #dddddd;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-gray-200{
    color: #868b8f;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-gray-250{
    color: #a6a5a5;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-gray-300{
    color: #979796;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-gray-400{
    color: #abaeb1;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-gray-500{
    color: #c7c7c7;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-gray-550{
    color: #ccc;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-gray-600{
    color: #707070;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-gray-700{
    color: #555555;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-gray-800{
    color: #333232;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-gray-1000{
    color: #dadada;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-gray-1100{
    color: #ededed;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-gray-1200{
    color: #b1b1b1;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-gray-1300{
    color: #9b9b9b;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-gray-1400{
    color: #999ea1;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-gray-1500{
    color: #464646;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-gray-1600{
    color: #9A9FA2;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-gray-1700{
    color: #FBFBFB;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-gray-1800{
    color: #494949;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-gray-1900{
    color: #797979;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-tan-300{
    color: #d2a680;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-tan-400{
    color: #a38b71;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-tan-500{
    color: #b18259;
  }

  [data-planit-favorite="true"] .md\:group-favorite\:text-tan-600{
    color: #c29064;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-transparent{
    color: transparent;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-current{
    color: currentColor;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-black{
    color: #000000;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-white{
    color: #ffffff;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-red-400{
    color: #ed4956;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-red-500{
    color: #e74a4a;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-orange-300{
    color: #a8774f;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-orange-400{
    color: #926642;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-orange-500{
    color: #d35a3a;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-green-200{
    color: #d5d4a3;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-green-300{
    color: #f05a30;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-green-400{
    color: #b8b78a;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-green-500{
    color: #48bb78;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-green-600{
    color: #a4c264;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-green-700{
    color: #B8B78F;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-blue-400{
    color: #a2c3d3;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-blue-500{
    color: #65a6c2;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-bluegrey-100{
    color: #D9D9D9;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-terracotta-500{
    color: #bb7265;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-terracotta-600{
    color: #a46357;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-sky-100{
    color: #dff2fe;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-sky-200{
    color: #a2c3d3;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-neutral-500{
    color: #636466;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-gray-50{
    color: #fcfcfc;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-gray-100{
    color: #e7e7e7;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-gray-125{
    color: #f0f0f0;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-gray-150{
    color: #dddddd;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-gray-200{
    color: #868b8f;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-gray-250{
    color: #a6a5a5;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-gray-300{
    color: #979796;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-gray-400{
    color: #abaeb1;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-gray-500{
    color: #c7c7c7;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-gray-550{
    color: #ccc;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-gray-600{
    color: #707070;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-gray-700{
    color: #555555;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-gray-800{
    color: #333232;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-gray-1000{
    color: #dadada;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-gray-1100{
    color: #ededed;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-gray-1200{
    color: #b1b1b1;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-gray-1300{
    color: #9b9b9b;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-gray-1400{
    color: #999ea1;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-gray-1500{
    color: #464646;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-gray-1600{
    color: #9A9FA2;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-gray-1700{
    color: #FBFBFB;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-gray-1800{
    color: #494949;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-gray-1900{
    color: #797979;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-tan-300{
    color: #d2a680;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-tan-400{
    color: #a38b71;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-tan-500{
    color: #b18259;
  }

  [data-planit-favorite-counter="true"] .md\:group-favorite-counter\:text-tan-600{
    color: #c29064;
  }

  .md\:text-xs{
    font-size: 0.75rem;
  }

  .md\:text-sm{
    font-size: 0.875rem;
  }

  .md\:text-base{
    font-size: 1rem;
  }

  .md\:text-lg{
    font-size: 1.125rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
  }

  .md\:text-5xl{
    font-size: 3rem;
  }

  .md\:text-6xl{
    font-size: 4rem;
  }

  .md\:italic{
    font-style: italic;
  }

  .md\:not-italic{
    font-style: normal;
  }

  .md\:uppercase{
    text-transform: uppercase;
  }

  .md\:lowercase{
    text-transform: lowercase;
  }

  .md\:capitalize{
    text-transform: capitalize;
  }

  .md\:normal-case{
    text-transform: none;
  }

  .md\:underline{
    text-decoration: underline;
  }

  .md\:line-through{
    text-decoration: line-through;
  }

  .md\:no-underline{
    text-decoration: none;
  }

  .md\:hover\:underline:hover{
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .md\:focus\:underline:focus{
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .group:hover .md\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .md\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .md\:group-hover\:no-underline{
    text-decoration: none;
  }

  .md\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .md\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .md\:tracking-normal{
    letter-spacing: 0;
  }

  .md\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .md\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .md\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .md\:tracking-heading{
    letter-spacing: -0.04em;
  }

  .md\:tracking-heading-tighter{
    letter-spacing: -0.08em;
  }

  .md\:tracking-input-mask{
    letter-spacing: .35em;
  }

  .md\:select-none{
    -ms-user-select: none;
        user-select: none;
  }

  .md\:select-text{
    -ms-user-select: text;
        user-select: text;
  }

  .md\:select-all{
    -ms-user-select: all;
        user-select: all;
  }

  .md\:select-auto{
    -ms-user-select: auto;
        user-select: auto;
  }

  .md\:align-baseline{
    vertical-align: baseline;
  }

  .md\:align-top{
    vertical-align: top;
  }

  .md\:align-middle{
    vertical-align: middle;
  }

  .md\:align-bottom{
    vertical-align: bottom;
  }

  .md\:align-text-top{
    vertical-align: text-top;
  }

  .md\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .md\:visible{
    visibility: visible;
  }

  .md\:invisible{
    visibility: hidden;
  }

  .group:hover .md\:group-hover\:visible{
    visibility: visible;
  }

  .group:hover .md\:group-hover\:invisible{
    visibility: hidden;
  }

  .md\:whitespace-normal{
    white-space: normal;
  }

  .md\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .md\:whitespace-pre{
    white-space: pre;
  }

  .md\:whitespace-pre-line{
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .md\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words{
    overflow-wrap: break-word;
  }

  .md\:break-all{
    word-break: break-all;
  }

  .md\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-0{
    width: 0;
  }

  .md\:w-1{
    width: 0.25rem;
  }

  .md\:w-2{
    width: 0.5rem;
  }

  .md\:w-3{
    width: 0.75rem;
  }

  .md\:w-4{
    width: 1rem;
  }

  .md\:w-5{
    width: 1.25rem;
  }

  .md\:w-6{
    width: 1.5rem;
  }

  .md\:w-8{
    width: 2rem;
  }

  .md\:w-10{
    width: 2.5rem;
  }

  .md\:w-12{
    width: 3rem;
  }

  .md\:w-14{
    width: 3.5rem;
  }

  .md\:w-16{
    width: 4rem;
  }

  .md\:w-20{
    width: 5rem;
  }

  .md\:w-24{
    width: 6rem;
  }

  .md\:w-32{
    width: 8rem;
  }

  .md\:w-40{
    width: 10rem;
  }

  .md\:w-48{
    width: 12rem;
  }

  .md\:w-56{
    width: 14rem;
  }

  .md\:w-64{
    width: 16rem;
  }

  .md\:w-440{
    width: 440px;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-px{
    width: 1px;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:w-1\/4{
    width: 25%;
  }

  .md\:w-2\/4{
    width: 50%;
  }

  .md\:w-3\/4{
    width: 75%;
  }

  .md\:w-1\/5{
    width: 20%;
  }

  .md\:w-2\/5{
    width: 40%;
  }

  .md\:w-3\/5{
    width: 60%;
  }

  .md\:w-4\/5{
    width: 80%;
  }

  .md\:w-1\/6{
    width: 16.666667%;
  }

  .md\:w-2\/6{
    width: 33.333333%;
  }

  .md\:w-3\/6{
    width: 50%;
  }

  .md\:w-4\/6{
    width: 66.666667%;
  }

  .md\:w-5\/6{
    width: 83.333333%;
  }

  .md\:w-1\/12{
    width: 8.333333%;
  }

  .md\:w-2\/12{
    width: 16.666667%;
  }

  .md\:w-3\/12{
    width: 25%;
  }

  .md\:w-4\/12{
    width: 33.333333%;
  }

  .md\:w-5\/12{
    width: 41.666667%;
  }

  .md\:w-6\/12{
    width: 50%;
  }

  .md\:w-7\/12{
    width: 58.333333%;
  }

  .md\:w-8\/12{
    width: 66.666667%;
  }

  .md\:w-9\/12{
    width: 75%;
  }

  .md\:w-10\/12{
    width: 83.333333%;
  }

  .md\:w-11\/12{
    width: 91.666667%;
  }

  .md\:w-screen{
    width: 100vw;
  }

  .md\:w-inherit{
    width: inherit;
  }

  .md\:w-screen-75{
    width: 75vw;
  }

  .md\:z-0{
    z-index: 0;
  }

  .md\:z-10{
    z-index: 10;
  }

  .md\:z-20{
    z-index: 20;
  }

  .md\:z-30{
    z-index: 30;
  }

  .md\:z-40{
    z-index: 40;
  }

  .md\:z-50{
    z-index: 50;
  }

  .md\:z-auto{
    z-index: auto;
  }

  .md\:-z-1{
    z-index: -1;
  }

  .md\:hover\:z-0:hover{
    z-index: 0;
  }

  .md\:hover\:z-10:hover{
    z-index: 10;
  }

  .md\:hover\:z-20:hover{
    z-index: 20;
  }

  .md\:hover\:z-30:hover{
    z-index: 30;
  }

  .md\:hover\:z-40:hover{
    z-index: 40;
  }

  .md\:hover\:z-50:hover{
    z-index: 50;
  }

  .md\:hover\:z-auto:hover{
    z-index: auto;
  }

  .md\:hover\:-z-1:hover{
    z-index: -1;
  }

  .md\:-transform-y-50 {
    transform: translate(0, -50px);
  }

  .md\:transform-y-0 {
    transform: translate(0, 0);
  }

  .md\:text-shadow-md {
    text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.8);
  }
}

@media (min-width: 900px) and (max-width: 1239px){
  .md-only\: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;
  }

  .md-only\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md-only\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md-only\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md-only\:appearance-none{
    appearance: none;
  }

  .md-only\:bg-fixed{
    background-attachment: fixed;
  }

  .md-only\:bg-local{
    background-attachment: local;
  }

  .md-only\:bg-scroll{
    background-attachment: scroll;
  }

  .md-only\:bg-transparent{
    background-color: transparent;
  }

  .md-only\:bg-current{
    background-color: currentColor;
  }

  .md-only\:bg-black{
    background-color: #000000;
  }

  .md-only\:bg-white{
    background-color: #ffffff;
  }

  .md-only\:bg-overlay{
    background-color: rgba(0,0,0,.2);
  }

  .md-only\:bg-transparent-background{
    background-color: rgba(0,0,0,.7);
  }

  .md-only\:bg-red-400{
    background-color: #ed4956;
  }

  .md-only\:bg-red-500{
    background-color: #e74a4a;
  }

  .md-only\:bg-orange-300{
    background-color: #a8774f;
  }

  .md-only\:bg-orange-400{
    background-color: #926642;
  }

  .md-only\:bg-orange-500{
    background-color: #d35a3a;
  }

  .md-only\:bg-green-200{
    background-color: #d5d4a3;
  }

  .md-only\:bg-green-300{
    background-color: #f05a30;
  }

  .md-only\:bg-green-400{
    background-color: #b8b78a;
  }

  .md-only\:bg-green-500{
    background-color: #48bb78;
  }

  .md-only\:bg-green-600{
    background-color: #a4c264;
  }

  .md-only\:bg-green-700{
    background-color: #B8B78F;
  }

  .md-only\:bg-blue-400{
    background-color: #a2c3d3;
  }

  .md-only\:bg-blue-500{
    background-color: #65a6c2;
  }

  .md-only\:bg-blue-600{
    background-color: rgba(70, 97, 153, .97);
  }

  .md-only\:bg-blue-700{
    background-color: rgba(70, 97, 153);
  }

  .md-only\:bg-bluegrey-100{
    background-color: #D9D9D9;
  }

  .md-only\:bg-terracotta-500{
    background-color: #bb7265;
  }

  .md-only\:bg-terracotta-600{
    background-color: #a46357;
  }

  .md-only\:bg-sky-100{
    background-color: #dff2fe;
  }

  .md-only\:bg-sky-200{
    background-color: #a2c3d3;
  }

  .md-only\:bg-neutral-500{
    background-color: #636466;
  }

  .md-only\:bg-gray-50{
    background-color: #fcfcfc;
  }

  .md-only\:bg-gray-100{
    background-color: #e7e7e7;
  }

  .md-only\:bg-gray-125{
    background-color: #f0f0f0;
  }

  .md-only\:bg-gray-150{
    background-color: #dddddd;
  }

  .md-only\:bg-gray-200{
    background-color: #868b8f;
  }

  .md-only\:bg-gray-250{
    background-color: #a6a5a5;
  }

  .md-only\:bg-gray-300{
    background-color: #979796;
  }

  .md-only\:bg-gray-400{
    background-color: #abaeb1;
  }

  .md-only\:bg-gray-500{
    background-color: #c7c7c7;
  }

  .md-only\:bg-gray-550{
    background-color: #ccc;
  }

  .md-only\:bg-gray-600{
    background-color: #707070;
  }

  .md-only\:bg-gray-700{
    background-color: #555555;
  }

  .md-only\:bg-gray-800{
    background-color: #333232;
  }

  .md-only\:bg-gray-900{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .md-only\:bg-gray-1000{
    background-color: #dadada;
  }

  .md-only\:bg-gray-1100{
    background-color: #ededed;
  }

  .md-only\:bg-gray-1200{
    background-color: #b1b1b1;
  }

  .md-only\:bg-gray-1300{
    background-color: #9b9b9b;
  }

  .md-only\:bg-gray-1400{
    background-color: #999ea1;
  }

  .md-only\:bg-gray-1500{
    background-color: #464646;
  }

  .md-only\:bg-gray-1600{
    background-color: #9A9FA2;
  }

  .md-only\:bg-gray-1700{
    background-color: #FBFBFB;
  }

  .md-only\:bg-gray-1800{
    background-color: #494949;
  }

  .md-only\:bg-gray-1900{
    background-color: #797979;
  }

  .md-only\:bg-tan-300{
    background-color: #d2a680;
  }

  .md-only\:bg-tan-400{
    background-color: #a38b71;
  }

  .md-only\:bg-tan-500{
    background-color: #b18259;
  }

  .md-only\:bg-tan-600{
    background-color: #c29064;
  }

  .md-only\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .md-only\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .md-only\:hover\:bg-black:hover{
    background-color: #000000;
  }

  .md-only\:hover\:bg-white:hover{
    background-color: #ffffff;
  }

  .md-only\:hover\:bg-overlay:hover{
    background-color: rgba(0,0,0,.2);
  }

  .md-only\:hover\:bg-transparent-background:hover{
    background-color: rgba(0,0,0,.7);
  }

  .md-only\:hover\:bg-red-400:hover{
    background-color: #ed4956;
  }

  .md-only\:hover\:bg-red-500:hover{
    background-color: #e74a4a;
  }

  .md-only\:hover\:bg-orange-300:hover{
    background-color: #a8774f;
  }

  .md-only\:hover\:bg-orange-400:hover{
    background-color: #926642;
  }

  .md-only\:hover\:bg-orange-500:hover{
    background-color: #d35a3a;
  }

  .md-only\:hover\:bg-green-200:hover{
    background-color: #d5d4a3;
  }

  .md-only\:hover\:bg-green-300:hover{
    background-color: #f05a30;
  }

  .md-only\:hover\:bg-green-400:hover{
    background-color: #b8b78a;
  }

  .md-only\:hover\:bg-green-500:hover{
    background-color: #48bb78;
  }

  .md-only\:hover\:bg-green-600:hover{
    background-color: #a4c264;
  }

  .md-only\:hover\:bg-green-700:hover{
    background-color: #B8B78F;
  }

  .md-only\:hover\:bg-blue-400:hover{
    background-color: #a2c3d3;
  }

  .md-only\:hover\:bg-blue-500:hover{
    background-color: #65a6c2;
  }

  .md-only\:hover\:bg-blue-600:hover{
    background-color: rgba(70, 97, 153, .97);
  }

  .md-only\:hover\:bg-blue-700:hover{
    background-color: rgba(70, 97, 153);
  }

  .md-only\:hover\:bg-bluegrey-100:hover{
    background-color: #D9D9D9;
  }

  .md-only\:hover\:bg-terracotta-500:hover{
    background-color: #bb7265;
  }

  .md-only\:hover\:bg-terracotta-600:hover{
    background-color: #a46357;
  }

  .md-only\:hover\:bg-sky-100:hover{
    background-color: #dff2fe;
  }

  .md-only\:hover\:bg-sky-200:hover{
    background-color: #a2c3d3;
  }

  .md-only\:hover\:bg-neutral-500:hover{
    background-color: #636466;
  }

  .md-only\:hover\:bg-gray-50:hover{
    background-color: #fcfcfc;
  }

  .md-only\:hover\:bg-gray-100:hover{
    background-color: #e7e7e7;
  }

  .md-only\:hover\:bg-gray-125:hover{
    background-color: #f0f0f0;
  }

  .md-only\:hover\:bg-gray-150:hover{
    background-color: #dddddd;
  }

  .md-only\:hover\:bg-gray-200:hover{
    background-color: #868b8f;
  }

  .md-only\:hover\:bg-gray-250:hover{
    background-color: #a6a5a5;
  }

  .md-only\:hover\:bg-gray-300:hover{
    background-color: #979796;
  }

  .md-only\:hover\:bg-gray-400:hover{
    background-color: #abaeb1;
  }

  .md-only\:hover\:bg-gray-500:hover{
    background-color: #c7c7c7;
  }

  .md-only\:hover\:bg-gray-550:hover{
    background-color: #ccc;
  }

  .md-only\:hover\:bg-gray-600:hover{
    background-color: #707070;
  }

  .md-only\:hover\:bg-gray-700:hover{
    background-color: #555555;
  }

  .md-only\:hover\:bg-gray-800:hover{
    background-color: #333232;
  }

  .md-only\:hover\:bg-gray-900:hover{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .md-only\:hover\:bg-gray-1000:hover{
    background-color: #dadada;
  }

  .md-only\:hover\:bg-gray-1100:hover{
    background-color: #ededed;
  }

  .md-only\:hover\:bg-gray-1200:hover{
    background-color: #b1b1b1;
  }

  .md-only\:hover\:bg-gray-1300:hover{
    background-color: #9b9b9b;
  }

  .md-only\:hover\:bg-gray-1400:hover{
    background-color: #999ea1;
  }

  .md-only\:hover\:bg-gray-1500:hover{
    background-color: #464646;
  }

  .md-only\:hover\:bg-gray-1600:hover{
    background-color: #9A9FA2;
  }

  .md-only\:hover\:bg-gray-1700:hover{
    background-color: #FBFBFB;
  }

  .md-only\:hover\:bg-gray-1800:hover{
    background-color: #494949;
  }

  .md-only\:hover\:bg-gray-1900:hover{
    background-color: #797979;
  }

  .md-only\:hover\:bg-tan-300:hover{
    background-color: #d2a680;
  }

  .md-only\:hover\:bg-tan-400:hover{
    background-color: #a38b71;
  }

  .md-only\:hover\:bg-tan-500:hover{
    background-color: #b18259;
  }

  .md-only\:hover\:bg-tan-600:hover{
    background-color: #c29064;
  }

  .md-only\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .md-only\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .md-only\:focus\:bg-black:focus{
    background-color: #000000;
  }

  .md-only\:focus\:bg-white:focus{
    background-color: #ffffff;
  }

  .md-only\:focus\:bg-overlay:focus{
    background-color: rgba(0,0,0,.2);
  }

  .md-only\:focus\:bg-transparent-background:focus{
    background-color: rgba(0,0,0,.7);
  }

  .md-only\:focus\:bg-red-400:focus{
    background-color: #ed4956;
  }

  .md-only\:focus\:bg-red-500:focus{
    background-color: #e74a4a;
  }

  .md-only\:focus\:bg-orange-300:focus{
    background-color: #a8774f;
  }

  .md-only\:focus\:bg-orange-400:focus{
    background-color: #926642;
  }

  .md-only\:focus\:bg-orange-500:focus{
    background-color: #d35a3a;
  }

  .md-only\:focus\:bg-green-200:focus{
    background-color: #d5d4a3;
  }

  .md-only\:focus\:bg-green-300:focus{
    background-color: #f05a30;
  }

  .md-only\:focus\:bg-green-400:focus{
    background-color: #b8b78a;
  }

  .md-only\:focus\:bg-green-500:focus{
    background-color: #48bb78;
  }

  .md-only\:focus\:bg-green-600:focus{
    background-color: #a4c264;
  }

  .md-only\:focus\:bg-green-700:focus{
    background-color: #B8B78F;
  }

  .md-only\:focus\:bg-blue-400:focus{
    background-color: #a2c3d3;
  }

  .md-only\:focus\:bg-blue-500:focus{
    background-color: #65a6c2;
  }

  .md-only\:focus\:bg-blue-600:focus{
    background-color: rgba(70, 97, 153, .97);
  }

  .md-only\:focus\:bg-blue-700:focus{
    background-color: rgba(70, 97, 153);
  }

  .md-only\:focus\:bg-bluegrey-100:focus{
    background-color: #D9D9D9;
  }

  .md-only\:focus\:bg-terracotta-500:focus{
    background-color: #bb7265;
  }

  .md-only\:focus\:bg-terracotta-600:focus{
    background-color: #a46357;
  }

  .md-only\:focus\:bg-sky-100:focus{
    background-color: #dff2fe;
  }

  .md-only\:focus\:bg-sky-200:focus{
    background-color: #a2c3d3;
  }

  .md-only\:focus\:bg-neutral-500:focus{
    background-color: #636466;
  }

  .md-only\:focus\:bg-gray-50:focus{
    background-color: #fcfcfc;
  }

  .md-only\:focus\:bg-gray-100:focus{
    background-color: #e7e7e7;
  }

  .md-only\:focus\:bg-gray-125:focus{
    background-color: #f0f0f0;
  }

  .md-only\:focus\:bg-gray-150:focus{
    background-color: #dddddd;
  }

  .md-only\:focus\:bg-gray-200:focus{
    background-color: #868b8f;
  }

  .md-only\:focus\:bg-gray-250:focus{
    background-color: #a6a5a5;
  }

  .md-only\:focus\:bg-gray-300:focus{
    background-color: #979796;
  }

  .md-only\:focus\:bg-gray-400:focus{
    background-color: #abaeb1;
  }

  .md-only\:focus\:bg-gray-500:focus{
    background-color: #c7c7c7;
  }

  .md-only\:focus\:bg-gray-550:focus{
    background-color: #ccc;
  }

  .md-only\:focus\:bg-gray-600:focus{
    background-color: #707070;
  }

  .md-only\:focus\:bg-gray-700:focus{
    background-color: #555555;
  }

  .md-only\:focus\:bg-gray-800:focus{
    background-color: #333232;
  }

  .md-only\:focus\:bg-gray-900:focus{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .md-only\:focus\:bg-gray-1000:focus{
    background-color: #dadada;
  }

  .md-only\:focus\:bg-gray-1100:focus{
    background-color: #ededed;
  }

  .md-only\:focus\:bg-gray-1200:focus{
    background-color: #b1b1b1;
  }

  .md-only\:focus\:bg-gray-1300:focus{
    background-color: #9b9b9b;
  }

  .md-only\:focus\:bg-gray-1400:focus{
    background-color: #999ea1;
  }

  .md-only\:focus\:bg-gray-1500:focus{
    background-color: #464646;
  }

  .md-only\:focus\:bg-gray-1600:focus{
    background-color: #9A9FA2;
  }

  .md-only\:focus\:bg-gray-1700:focus{
    background-color: #FBFBFB;
  }

  .md-only\:focus\:bg-gray-1800:focus{
    background-color: #494949;
  }

  .md-only\:focus\:bg-gray-1900:focus{
    background-color: #797979;
  }

  .md-only\:focus\:bg-tan-300:focus{
    background-color: #d2a680;
  }

  .md-only\:focus\:bg-tan-400:focus{
    background-color: #a38b71;
  }

  .md-only\:focus\:bg-tan-500:focus{
    background-color: #b18259;
  }

  .md-only\:focus\:bg-tan-600:focus{
    background-color: #c29064;
  }

  .active.md-only\:self-active\:bg-transparent{
    background-color: transparent;
  }

  .active.md-only\:self-active\:bg-current{
    background-color: currentColor;
  }

  .active.md-only\:self-active\:bg-black{
    background-color: #000000;
  }

  .active.md-only\:self-active\:bg-white{
    background-color: #ffffff;
  }

  .active.md-only\:self-active\:bg-overlay{
    background-color: rgba(0,0,0,.2);
  }

  .active.md-only\:self-active\:bg-transparent-background{
    background-color: rgba(0,0,0,.7);
  }

  .active.md-only\:self-active\:bg-red-400{
    background-color: #ed4956;
  }

  .active.md-only\:self-active\:bg-red-500{
    background-color: #e74a4a;
  }

  .active.md-only\:self-active\:bg-orange-300{
    background-color: #a8774f;
  }

  .active.md-only\:self-active\:bg-orange-400{
    background-color: #926642;
  }

  .active.md-only\:self-active\:bg-orange-500{
    background-color: #d35a3a;
  }

  .active.md-only\:self-active\:bg-green-200{
    background-color: #d5d4a3;
  }

  .active.md-only\:self-active\:bg-green-300{
    background-color: #f05a30;
  }

  .active.md-only\:self-active\:bg-green-400{
    background-color: #b8b78a;
  }

  .active.md-only\:self-active\:bg-green-500{
    background-color: #48bb78;
  }

  .active.md-only\:self-active\:bg-green-600{
    background-color: #a4c264;
  }

  .active.md-only\:self-active\:bg-green-700{
    background-color: #B8B78F;
  }

  .active.md-only\:self-active\:bg-blue-400{
    background-color: #a2c3d3;
  }

  .active.md-only\:self-active\:bg-blue-500{
    background-color: #65a6c2;
  }

  .active.md-only\:self-active\:bg-blue-600{
    background-color: rgba(70, 97, 153, .97);
  }

  .active.md-only\:self-active\:bg-blue-700{
    background-color: rgba(70, 97, 153);
  }

  .active.md-only\:self-active\:bg-bluegrey-100{
    background-color: #D9D9D9;
  }

  .active.md-only\:self-active\:bg-terracotta-500{
    background-color: #bb7265;
  }

  .active.md-only\:self-active\:bg-terracotta-600{
    background-color: #a46357;
  }

  .active.md-only\:self-active\:bg-sky-100{
    background-color: #dff2fe;
  }

  .active.md-only\:self-active\:bg-sky-200{
    background-color: #a2c3d3;
  }

  .active.md-only\:self-active\:bg-neutral-500{
    background-color: #636466;
  }

  .active.md-only\:self-active\:bg-gray-50{
    background-color: #fcfcfc;
  }

  .active.md-only\:self-active\:bg-gray-100{
    background-color: #e7e7e7;
  }

  .active.md-only\:self-active\:bg-gray-125{
    background-color: #f0f0f0;
  }

  .active.md-only\:self-active\:bg-gray-150{
    background-color: #dddddd;
  }

  .active.md-only\:self-active\:bg-gray-200{
    background-color: #868b8f;
  }

  .active.md-only\:self-active\:bg-gray-250{
    background-color: #a6a5a5;
  }

  .active.md-only\:self-active\:bg-gray-300{
    background-color: #979796;
  }

  .active.md-only\:self-active\:bg-gray-400{
    background-color: #abaeb1;
  }

  .active.md-only\:self-active\:bg-gray-500{
    background-color: #c7c7c7;
  }

  .active.md-only\:self-active\:bg-gray-550{
    background-color: #ccc;
  }

  .active.md-only\:self-active\:bg-gray-600{
    background-color: #707070;
  }

  .active.md-only\:self-active\:bg-gray-700{
    background-color: #555555;
  }

  .active.md-only\:self-active\:bg-gray-800{
    background-color: #333232;
  }

  .active.md-only\:self-active\:bg-gray-900{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .active.md-only\:self-active\:bg-gray-1000{
    background-color: #dadada;
  }

  .active.md-only\:self-active\:bg-gray-1100{
    background-color: #ededed;
  }

  .active.md-only\:self-active\:bg-gray-1200{
    background-color: #b1b1b1;
  }

  .active.md-only\:self-active\:bg-gray-1300{
    background-color: #9b9b9b;
  }

  .active.md-only\:self-active\:bg-gray-1400{
    background-color: #999ea1;
  }

  .active.md-only\:self-active\:bg-gray-1500{
    background-color: #464646;
  }

  .active.md-only\:self-active\:bg-gray-1600{
    background-color: #9A9FA2;
  }

  .active.md-only\:self-active\:bg-gray-1700{
    background-color: #FBFBFB;
  }

  .active.md-only\:self-active\:bg-gray-1800{
    background-color: #494949;
  }

  .active.md-only\:self-active\:bg-gray-1900{
    background-color: #797979;
  }

  .active.md-only\:self-active\:bg-tan-300{
    background-color: #d2a680;
  }

  .active.md-only\:self-active\:bg-tan-400{
    background-color: #a38b71;
  }

  .active.md-only\:self-active\:bg-tan-500{
    background-color: #b18259;
  }

  .active.md-only\:self-active\:bg-tan-600{
    background-color: #c29064;
  }

  .md-only\:nextOnChecked\:bg-transparent:checked + *{
    background-color: transparent;
  }

  .md-only\:nextOnChecked\:bg-current:checked + *{
    background-color: currentColor;
  }

  .md-only\:nextOnChecked\:bg-black:checked + *{
    background-color: #000000;
  }

  .md-only\:nextOnChecked\:bg-white:checked + *{
    background-color: #ffffff;
  }

  .md-only\:nextOnChecked\:bg-overlay:checked + *{
    background-color: rgba(0,0,0,.2);
  }

  .md-only\:nextOnChecked\:bg-transparent-background:checked + *{
    background-color: rgba(0,0,0,.7);
  }

  .md-only\:nextOnChecked\:bg-red-400:checked + *{
    background-color: #ed4956;
  }

  .md-only\:nextOnChecked\:bg-red-500:checked + *{
    background-color: #e74a4a;
  }

  .md-only\:nextOnChecked\:bg-orange-300:checked + *{
    background-color: #a8774f;
  }

  .md-only\:nextOnChecked\:bg-orange-400:checked + *{
    background-color: #926642;
  }

  .md-only\:nextOnChecked\:bg-orange-500:checked + *{
    background-color: #d35a3a;
  }

  .md-only\:nextOnChecked\:bg-green-200:checked + *{
    background-color: #d5d4a3;
  }

  .md-only\:nextOnChecked\:bg-green-300:checked + *{
    background-color: #f05a30;
  }

  .md-only\:nextOnChecked\:bg-green-400:checked + *{
    background-color: #b8b78a;
  }

  .md-only\:nextOnChecked\:bg-green-500:checked + *{
    background-color: #48bb78;
  }

  .md-only\:nextOnChecked\:bg-green-600:checked + *{
    background-color: #a4c264;
  }

  .md-only\:nextOnChecked\:bg-green-700:checked + *{
    background-color: #B8B78F;
  }

  .md-only\:nextOnChecked\:bg-blue-400:checked + *{
    background-color: #a2c3d3;
  }

  .md-only\:nextOnChecked\:bg-blue-500:checked + *{
    background-color: #65a6c2;
  }

  .md-only\:nextOnChecked\:bg-blue-600:checked + *{
    background-color: rgba(70, 97, 153, .97);
  }

  .md-only\:nextOnChecked\:bg-blue-700:checked + *{
    background-color: rgba(70, 97, 153);
  }

  .md-only\:nextOnChecked\:bg-bluegrey-100:checked + *{
    background-color: #D9D9D9;
  }

  .md-only\:nextOnChecked\:bg-terracotta-500:checked + *{
    background-color: #bb7265;
  }

  .md-only\:nextOnChecked\:bg-terracotta-600:checked + *{
    background-color: #a46357;
  }

  .md-only\:nextOnChecked\:bg-sky-100:checked + *{
    background-color: #dff2fe;
  }

  .md-only\:nextOnChecked\:bg-sky-200:checked + *{
    background-color: #a2c3d3;
  }

  .md-only\:nextOnChecked\:bg-neutral-500:checked + *{
    background-color: #636466;
  }

  .md-only\:nextOnChecked\:bg-gray-50:checked + *{
    background-color: #fcfcfc;
  }

  .md-only\:nextOnChecked\:bg-gray-100:checked + *{
    background-color: #e7e7e7;
  }

  .md-only\:nextOnChecked\:bg-gray-125:checked + *{
    background-color: #f0f0f0;
  }

  .md-only\:nextOnChecked\:bg-gray-150:checked + *{
    background-color: #dddddd;
  }

  .md-only\:nextOnChecked\:bg-gray-200:checked + *{
    background-color: #868b8f;
  }

  .md-only\:nextOnChecked\:bg-gray-250:checked + *{
    background-color: #a6a5a5;
  }

  .md-only\:nextOnChecked\:bg-gray-300:checked + *{
    background-color: #979796;
  }

  .md-only\:nextOnChecked\:bg-gray-400:checked + *{
    background-color: #abaeb1;
  }

  .md-only\:nextOnChecked\:bg-gray-500:checked + *{
    background-color: #c7c7c7;
  }

  .md-only\:nextOnChecked\:bg-gray-550:checked + *{
    background-color: #ccc;
  }

  .md-only\:nextOnChecked\:bg-gray-600:checked + *{
    background-color: #707070;
  }

  .md-only\:nextOnChecked\:bg-gray-700:checked + *{
    background-color: #555555;
  }

  .md-only\:nextOnChecked\:bg-gray-800:checked + *{
    background-color: #333232;
  }

  .md-only\:nextOnChecked\:bg-gray-900:checked + *{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .md-only\:nextOnChecked\:bg-gray-1000:checked + *{
    background-color: #dadada;
  }

  .md-only\:nextOnChecked\:bg-gray-1100:checked + *{
    background-color: #ededed;
  }

  .md-only\:nextOnChecked\:bg-gray-1200:checked + *{
    background-color: #b1b1b1;
  }

  .md-only\:nextOnChecked\:bg-gray-1300:checked + *{
    background-color: #9b9b9b;
  }

  .md-only\:nextOnChecked\:bg-gray-1400:checked + *{
    background-color: #999ea1;
  }

  .md-only\:nextOnChecked\:bg-gray-1500:checked + *{
    background-color: #464646;
  }

  .md-only\:nextOnChecked\:bg-gray-1600:checked + *{
    background-color: #9A9FA2;
  }

  .md-only\:nextOnChecked\:bg-gray-1700:checked + *{
    background-color: #FBFBFB;
  }

  .md-only\:nextOnChecked\:bg-gray-1800:checked + *{
    background-color: #494949;
  }

  .md-only\:nextOnChecked\:bg-gray-1900:checked + *{
    background-color: #797979;
  }

  .md-only\:nextOnChecked\:bg-tan-300:checked + *{
    background-color: #d2a680;
  }

  .md-only\:nextOnChecked\:bg-tan-400:checked + *{
    background-color: #a38b71;
  }

  .md-only\:nextOnChecked\:bg-tan-500:checked + *{
    background-color: #b18259;
  }

  .md-only\:nextOnChecked\:bg-tan-600:checked + *{
    background-color: #c29064;
  }

  .md-only\:bg-bottom{
    background-position: bottom;
  }

  .md-only\:bg-center{
    background-position: center;
  }

  .md-only\:bg-left{
    background-position: left;
  }

  .md-only\:bg-left-bottom{
    background-position: left bottom;
  }

  .md-only\:bg-left-top{
    background-position: left top;
  }

  .md-only\:bg-right{
    background-position: right;
  }

  .md-only\:bg-right-bottom{
    background-position: right bottom;
  }

  .md-only\:bg-right-top{
    background-position: right top;
  }

  .md-only\:bg-top{
    background-position: top;
  }

  .md-only\:bg-top-center{
    background-position: top center;
  }

  .md-only\:bg-bottom-center{
    background-position: bottom center;
  }

  .md-only\:bg-repeat{
    background-repeat: repeat;
  }

  .md-only\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .md-only\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .md-only\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .md-only\:bg-repeat-round{
    background-repeat: round;
  }

  .md-only\:bg-repeat-space{
    background-repeat: space;
  }

  .md-only\:bg-auto{
    background-size: auto;
  }

  .md-only\:bg-cover{
    background-size: cover;
  }

  .md-only\:bg-contain{
    background-size: contain;
  }

  .md-only\:bg-hidden{
    background-size: 0% 0%;
  }

  .md-only\:bg-y135{
    background-size: auto 135%;
  }

  .group:hover .md-only\:group-hover\:bg-auto{
    background-size: auto;
  }

  .group:hover .md-only\:group-hover\:bg-cover{
    background-size: cover;
  }

  .group:hover .md-only\:group-hover\:bg-contain{
    background-size: contain;
  }

  .group:hover .md-only\:group-hover\:bg-hidden{
    background-size: 0% 0%;
  }

  .group:hover .md-only\:group-hover\:bg-y135{
    background-size: auto 135%;
  }

  .md-only\:border-transparent{
    border-color: transparent;
  }

  .md-only\:border-current{
    border-color: currentColor;
  }

  .md-only\:border-black{
    border-color: #000000;
  }

  .md-only\:border-white{
    border-color: #ffffff;
  }

  .md-only\:border-overlay{
    border-color: rgba(0,0,0,.2);
  }

  .md-only\:border-transparent-background{
    border-color: rgba(0,0,0,.7);
  }

  .md-only\:border-red-400{
    border-color: #ed4956;
  }

  .md-only\:border-red-500{
    border-color: #e74a4a;
  }

  .md-only\:border-orange-300{
    border-color: #a8774f;
  }

  .md-only\:border-orange-400{
    border-color: #926642;
  }

  .md-only\:border-orange-500{
    border-color: #d35a3a;
  }

  .md-only\:border-green-200{
    border-color: #d5d4a3;
  }

  .md-only\:border-green-300{
    border-color: #f05a30;
  }

  .md-only\:border-green-400{
    border-color: #b8b78a;
  }

  .md-only\:border-green-500{
    border-color: #48bb78;
  }

  .md-only\:border-green-600{
    border-color: #a4c264;
  }

  .md-only\:border-green-700{
    border-color: #B8B78F;
  }

  .md-only\:border-blue-400{
    border-color: #a2c3d3;
  }

  .md-only\:border-blue-500{
    border-color: #65a6c2;
  }

  .md-only\:border-blue-600{
    border-color: rgba(70, 97, 153, .97);
  }

  .md-only\:border-blue-700{
    border-color: rgba(70, 97, 153);
  }

  .md-only\:border-bluegrey-100{
    border-color: #D9D9D9;
  }

  .md-only\:border-terracotta-500{
    border-color: #bb7265;
  }

  .md-only\:border-terracotta-600{
    border-color: #a46357;
  }

  .md-only\:border-sky-100{
    border-color: #dff2fe;
  }

  .md-only\:border-sky-200{
    border-color: #a2c3d3;
  }

  .md-only\:border-neutral-500{
    border-color: #636466;
  }

  .md-only\:border-gray-50{
    border-color: #fcfcfc;
  }

  .md-only\:border-gray-100{
    border-color: #e7e7e7;
  }

  .md-only\:border-gray-125{
    border-color: #f0f0f0;
  }

  .md-only\:border-gray-150{
    border-color: #dddddd;
  }

  .md-only\:border-gray-200{
    border-color: #868b8f;
  }

  .md-only\:border-gray-250{
    border-color: #a6a5a5;
  }

  .md-only\:border-gray-300{
    border-color: #979796;
  }

  .md-only\:border-gray-400{
    border-color: #abaeb1;
  }

  .md-only\:border-gray-500{
    border-color: #c7c7c7;
  }

  .md-only\:border-gray-550{
    border-color: #ccc;
  }

  .md-only\:border-gray-600{
    border-color: #707070;
  }

  .md-only\:border-gray-700{
    border-color: #555555;
  }

  .md-only\:border-gray-800{
    border-color: #333232;
  }

  .md-only\:border-gray-900{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .md-only\:border-gray-1000{
    border-color: #dadada;
  }

  .md-only\:border-gray-1100{
    border-color: #ededed;
  }

  .md-only\:border-gray-1200{
    border-color: #b1b1b1;
  }

  .md-only\:border-gray-1300{
    border-color: #9b9b9b;
  }

  .md-only\:border-gray-1400{
    border-color: #999ea1;
  }

  .md-only\:border-gray-1500{
    border-color: #464646;
  }

  .md-only\:border-gray-1600{
    border-color: #9A9FA2;
  }

  .md-only\:border-gray-1700{
    border-color: #FBFBFB;
  }

  .md-only\:border-gray-1800{
    border-color: #494949;
  }

  .md-only\:border-gray-1900{
    border-color: #797979;
  }

  .md-only\:border-tan-300{
    border-color: #d2a680;
  }

  .md-only\:border-tan-400{
    border-color: #a38b71;
  }

  .md-only\:border-tan-500{
    border-color: #b18259;
  }

  .md-only\:border-tan-600{
    border-color: #c29064;
  }

  .md-only\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .md-only\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .md-only\:hover\:border-black:hover{
    border-color: #000000;
  }

  .md-only\:hover\:border-white:hover{
    border-color: #ffffff;
  }

  .md-only\:hover\:border-overlay:hover{
    border-color: rgba(0,0,0,.2);
  }

  .md-only\:hover\:border-transparent-background:hover{
    border-color: rgba(0,0,0,.7);
  }

  .md-only\:hover\:border-red-400:hover{
    border-color: #ed4956;
  }

  .md-only\:hover\:border-red-500:hover{
    border-color: #e74a4a;
  }

  .md-only\:hover\:border-orange-300:hover{
    border-color: #a8774f;
  }

  .md-only\:hover\:border-orange-400:hover{
    border-color: #926642;
  }

  .md-only\:hover\:border-orange-500:hover{
    border-color: #d35a3a;
  }

  .md-only\:hover\:border-green-200:hover{
    border-color: #d5d4a3;
  }

  .md-only\:hover\:border-green-300:hover{
    border-color: #f05a30;
  }

  .md-only\:hover\:border-green-400:hover{
    border-color: #b8b78a;
  }

  .md-only\:hover\:border-green-500:hover{
    border-color: #48bb78;
  }

  .md-only\:hover\:border-green-600:hover{
    border-color: #a4c264;
  }

  .md-only\:hover\:border-green-700:hover{
    border-color: #B8B78F;
  }

  .md-only\:hover\:border-blue-400:hover{
    border-color: #a2c3d3;
  }

  .md-only\:hover\:border-blue-500:hover{
    border-color: #65a6c2;
  }

  .md-only\:hover\:border-blue-600:hover{
    border-color: rgba(70, 97, 153, .97);
  }

  .md-only\:hover\:border-blue-700:hover{
    border-color: rgba(70, 97, 153);
  }

  .md-only\:hover\:border-bluegrey-100:hover{
    border-color: #D9D9D9;
  }

  .md-only\:hover\:border-terracotta-500:hover{
    border-color: #bb7265;
  }

  .md-only\:hover\:border-terracotta-600:hover{
    border-color: #a46357;
  }

  .md-only\:hover\:border-sky-100:hover{
    border-color: #dff2fe;
  }

  .md-only\:hover\:border-sky-200:hover{
    border-color: #a2c3d3;
  }

  .md-only\:hover\:border-neutral-500:hover{
    border-color: #636466;
  }

  .md-only\:hover\:border-gray-50:hover{
    border-color: #fcfcfc;
  }

  .md-only\:hover\:border-gray-100:hover{
    border-color: #e7e7e7;
  }

  .md-only\:hover\:border-gray-125:hover{
    border-color: #f0f0f0;
  }

  .md-only\:hover\:border-gray-150:hover{
    border-color: #dddddd;
  }

  .md-only\:hover\:border-gray-200:hover{
    border-color: #868b8f;
  }

  .md-only\:hover\:border-gray-250:hover{
    border-color: #a6a5a5;
  }

  .md-only\:hover\:border-gray-300:hover{
    border-color: #979796;
  }

  .md-only\:hover\:border-gray-400:hover{
    border-color: #abaeb1;
  }

  .md-only\:hover\:border-gray-500:hover{
    border-color: #c7c7c7;
  }

  .md-only\:hover\:border-gray-550:hover{
    border-color: #ccc;
  }

  .md-only\:hover\:border-gray-600:hover{
    border-color: #707070;
  }

  .md-only\:hover\:border-gray-700:hover{
    border-color: #555555;
  }

  .md-only\:hover\:border-gray-800:hover{
    border-color: #333232;
  }

  .md-only\:hover\:border-gray-900:hover{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .md-only\:hover\:border-gray-1000:hover{
    border-color: #dadada;
  }

  .md-only\:hover\:border-gray-1100:hover{
    border-color: #ededed;
  }

  .md-only\:hover\:border-gray-1200:hover{
    border-color: #b1b1b1;
  }

  .md-only\:hover\:border-gray-1300:hover{
    border-color: #9b9b9b;
  }

  .md-only\:hover\:border-gray-1400:hover{
    border-color: #999ea1;
  }

  .md-only\:hover\:border-gray-1500:hover{
    border-color: #464646;
  }

  .md-only\:hover\:border-gray-1600:hover{
    border-color: #9A9FA2;
  }

  .md-only\:hover\:border-gray-1700:hover{
    border-color: #FBFBFB;
  }

  .md-only\:hover\:border-gray-1800:hover{
    border-color: #494949;
  }

  .md-only\:hover\:border-gray-1900:hover{
    border-color: #797979;
  }

  .md-only\:hover\:border-tan-300:hover{
    border-color: #d2a680;
  }

  .md-only\:hover\:border-tan-400:hover{
    border-color: #a38b71;
  }

  .md-only\:hover\:border-tan-500:hover{
    border-color: #b18259;
  }

  .md-only\:hover\:border-tan-600:hover{
    border-color: #c29064;
  }

  .md-only\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .md-only\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .md-only\:focus\:border-black:focus{
    border-color: #000000;
  }

  .md-only\:focus\:border-white:focus{
    border-color: #ffffff;
  }

  .md-only\:focus\:border-overlay:focus{
    border-color: rgba(0,0,0,.2);
  }

  .md-only\:focus\:border-transparent-background:focus{
    border-color: rgba(0,0,0,.7);
  }

  .md-only\:focus\:border-red-400:focus{
    border-color: #ed4956;
  }

  .md-only\:focus\:border-red-500:focus{
    border-color: #e74a4a;
  }

  .md-only\:focus\:border-orange-300:focus{
    border-color: #a8774f;
  }

  .md-only\:focus\:border-orange-400:focus{
    border-color: #926642;
  }

  .md-only\:focus\:border-orange-500:focus{
    border-color: #d35a3a;
  }

  .md-only\:focus\:border-green-200:focus{
    border-color: #d5d4a3;
  }

  .md-only\:focus\:border-green-300:focus{
    border-color: #f05a30;
  }

  .md-only\:focus\:border-green-400:focus{
    border-color: #b8b78a;
  }

  .md-only\:focus\:border-green-500:focus{
    border-color: #48bb78;
  }

  .md-only\:focus\:border-green-600:focus{
    border-color: #a4c264;
  }

  .md-only\:focus\:border-green-700:focus{
    border-color: #B8B78F;
  }

  .md-only\:focus\:border-blue-400:focus{
    border-color: #a2c3d3;
  }

  .md-only\:focus\:border-blue-500:focus{
    border-color: #65a6c2;
  }

  .md-only\:focus\:border-blue-600:focus{
    border-color: rgba(70, 97, 153, .97);
  }

  .md-only\:focus\:border-blue-700:focus{
    border-color: rgba(70, 97, 153);
  }

  .md-only\:focus\:border-bluegrey-100:focus{
    border-color: #D9D9D9;
  }

  .md-only\:focus\:border-terracotta-500:focus{
    border-color: #bb7265;
  }

  .md-only\:focus\:border-terracotta-600:focus{
    border-color: #a46357;
  }

  .md-only\:focus\:border-sky-100:focus{
    border-color: #dff2fe;
  }

  .md-only\:focus\:border-sky-200:focus{
    border-color: #a2c3d3;
  }

  .md-only\:focus\:border-neutral-500:focus{
    border-color: #636466;
  }

  .md-only\:focus\:border-gray-50:focus{
    border-color: #fcfcfc;
  }

  .md-only\:focus\:border-gray-100:focus{
    border-color: #e7e7e7;
  }

  .md-only\:focus\:border-gray-125:focus{
    border-color: #f0f0f0;
  }

  .md-only\:focus\:border-gray-150:focus{
    border-color: #dddddd;
  }

  .md-only\:focus\:border-gray-200:focus{
    border-color: #868b8f;
  }

  .md-only\:focus\:border-gray-250:focus{
    border-color: #a6a5a5;
  }

  .md-only\:focus\:border-gray-300:focus{
    border-color: #979796;
  }

  .md-only\:focus\:border-gray-400:focus{
    border-color: #abaeb1;
  }

  .md-only\:focus\:border-gray-500:focus{
    border-color: #c7c7c7;
  }

  .md-only\:focus\:border-gray-550:focus{
    border-color: #ccc;
  }

  .md-only\:focus\:border-gray-600:focus{
    border-color: #707070;
  }

  .md-only\:focus\:border-gray-700:focus{
    border-color: #555555;
  }

  .md-only\:focus\:border-gray-800:focus{
    border-color: #333232;
  }

  .md-only\:focus\:border-gray-900:focus{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .md-only\:focus\:border-gray-1000:focus{
    border-color: #dadada;
  }

  .md-only\:focus\:border-gray-1100:focus{
    border-color: #ededed;
  }

  .md-only\:focus\:border-gray-1200:focus{
    border-color: #b1b1b1;
  }

  .md-only\:focus\:border-gray-1300:focus{
    border-color: #9b9b9b;
  }

  .md-only\:focus\:border-gray-1400:focus{
    border-color: #999ea1;
  }

  .md-only\:focus\:border-gray-1500:focus{
    border-color: #464646;
  }

  .md-only\:focus\:border-gray-1600:focus{
    border-color: #9A9FA2;
  }

  .md-only\:focus\:border-gray-1700:focus{
    border-color: #FBFBFB;
  }

  .md-only\:focus\:border-gray-1800:focus{
    border-color: #494949;
  }

  .md-only\:focus\:border-gray-1900:focus{
    border-color: #797979;
  }

  .md-only\:focus\:border-tan-300:focus{
    border-color: #d2a680;
  }

  .md-only\:focus\:border-tan-400:focus{
    border-color: #a38b71;
  }

  .md-only\:focus\:border-tan-500:focus{
    border-color: #b18259;
  }

  .md-only\:focus\:border-tan-600:focus{
    border-color: #c29064;
  }

  .js-is-active.md-only\:self-active\:border-transparent{
    border-color: transparent;
  }

  .js-is-active.md-only\:self-active\:border-current{
    border-color: currentColor;
  }

  .js-is-active.md-only\:self-active\:border-black{
    border-color: #000000;
  }

  .js-is-active.md-only\:self-active\:border-white{
    border-color: #ffffff;
  }

  .js-is-active.md-only\:self-active\:border-overlay{
    border-color: rgba(0,0,0,.2);
  }

  .js-is-active.md-only\:self-active\:border-transparent-background{
    border-color: rgba(0,0,0,.7);
  }

  .js-is-active.md-only\:self-active\:border-red-400{
    border-color: #ed4956;
  }

  .js-is-active.md-only\:self-active\:border-red-500{
    border-color: #e74a4a;
  }

  .js-is-active.md-only\:self-active\:border-orange-300{
    border-color: #a8774f;
  }

  .js-is-active.md-only\:self-active\:border-orange-400{
    border-color: #926642;
  }

  .js-is-active.md-only\:self-active\:border-orange-500{
    border-color: #d35a3a;
  }

  .js-is-active.md-only\:self-active\:border-green-200{
    border-color: #d5d4a3;
  }

  .js-is-active.md-only\:self-active\:border-green-300{
    border-color: #f05a30;
  }

  .js-is-active.md-only\:self-active\:border-green-400{
    border-color: #b8b78a;
  }

  .js-is-active.md-only\:self-active\:border-green-500{
    border-color: #48bb78;
  }

  .js-is-active.md-only\:self-active\:border-green-600{
    border-color: #a4c264;
  }

  .js-is-active.md-only\:self-active\:border-green-700{
    border-color: #B8B78F;
  }

  .js-is-active.md-only\:self-active\:border-blue-400{
    border-color: #a2c3d3;
  }

  .js-is-active.md-only\:self-active\:border-blue-500{
    border-color: #65a6c2;
  }

  .js-is-active.md-only\:self-active\:border-blue-600{
    border-color: rgba(70, 97, 153, .97);
  }

  .js-is-active.md-only\:self-active\:border-blue-700{
    border-color: rgba(70, 97, 153);
  }

  .js-is-active.md-only\:self-active\:border-bluegrey-100{
    border-color: #D9D9D9;
  }

  .js-is-active.md-only\:self-active\:border-terracotta-500{
    border-color: #bb7265;
  }

  .js-is-active.md-only\:self-active\:border-terracotta-600{
    border-color: #a46357;
  }

  .js-is-active.md-only\:self-active\:border-sky-100{
    border-color: #dff2fe;
  }

  .js-is-active.md-only\:self-active\:border-sky-200{
    border-color: #a2c3d3;
  }

  .js-is-active.md-only\:self-active\:border-neutral-500{
    border-color: #636466;
  }

  .js-is-active.md-only\:self-active\:border-gray-50{
    border-color: #fcfcfc;
  }

  .js-is-active.md-only\:self-active\:border-gray-100{
    border-color: #e7e7e7;
  }

  .js-is-active.md-only\:self-active\:border-gray-125{
    border-color: #f0f0f0;
  }

  .js-is-active.md-only\:self-active\:border-gray-150{
    border-color: #dddddd;
  }

  .js-is-active.md-only\:self-active\:border-gray-200{
    border-color: #868b8f;
  }

  .js-is-active.md-only\:self-active\:border-gray-250{
    border-color: #a6a5a5;
  }

  .js-is-active.md-only\:self-active\:border-gray-300{
    border-color: #979796;
  }

  .js-is-active.md-only\:self-active\:border-gray-400{
    border-color: #abaeb1;
  }

  .js-is-active.md-only\:self-active\:border-gray-500{
    border-color: #c7c7c7;
  }

  .js-is-active.md-only\:self-active\:border-gray-550{
    border-color: #ccc;
  }

  .js-is-active.md-only\:self-active\:border-gray-600{
    border-color: #707070;
  }

  .js-is-active.md-only\:self-active\:border-gray-700{
    border-color: #555555;
  }

  .js-is-active.md-only\:self-active\:border-gray-800{
    border-color: #333232;
  }

  .js-is-active.md-only\:self-active\:border-gray-900{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .js-is-active.md-only\:self-active\:border-gray-1000{
    border-color: #dadada;
  }

  .js-is-active.md-only\:self-active\:border-gray-1100{
    border-color: #ededed;
  }

  .js-is-active.md-only\:self-active\:border-gray-1200{
    border-color: #b1b1b1;
  }

  .js-is-active.md-only\:self-active\:border-gray-1300{
    border-color: #9b9b9b;
  }

  .js-is-active.md-only\:self-active\:border-gray-1400{
    border-color: #999ea1;
  }

  .js-is-active.md-only\:self-active\:border-gray-1500{
    border-color: #464646;
  }

  .js-is-active.md-only\:self-active\:border-gray-1600{
    border-color: #9A9FA2;
  }

  .js-is-active.md-only\:self-active\:border-gray-1700{
    border-color: #FBFBFB;
  }

  .js-is-active.md-only\:self-active\:border-gray-1800{
    border-color: #494949;
  }

  .js-is-active.md-only\:self-active\:border-gray-1900{
    border-color: #797979;
  }

  .js-is-active.md-only\:self-active\:border-tan-300{
    border-color: #d2a680;
  }

  .js-is-active.md-only\:self-active\:border-tan-400{
    border-color: #a38b71;
  }

  .js-is-active.md-only\:self-active\:border-tan-500{
    border-color: #b18259;
  }

  .js-is-active.md-only\:self-active\:border-tan-600{
    border-color: #c29064;
  }

  .group:hover .md-only\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .md-only\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .md-only\:group-hover\:border-black{
    border-color: #000000;
  }

  .group:hover .md-only\:group-hover\:border-white{
    border-color: #ffffff;
  }

  .group:hover .md-only\:group-hover\:border-overlay{
    border-color: rgba(0,0,0,.2);
  }

  .group:hover .md-only\:group-hover\:border-transparent-background{
    border-color: rgba(0,0,0,.7);
  }

  .group:hover .md-only\:group-hover\:border-red-400{
    border-color: #ed4956;
  }

  .group:hover .md-only\:group-hover\:border-red-500{
    border-color: #e74a4a;
  }

  .group:hover .md-only\:group-hover\:border-orange-300{
    border-color: #a8774f;
  }

  .group:hover .md-only\:group-hover\:border-orange-400{
    border-color: #926642;
  }

  .group:hover .md-only\:group-hover\:border-orange-500{
    border-color: #d35a3a;
  }

  .group:hover .md-only\:group-hover\:border-green-200{
    border-color: #d5d4a3;
  }

  .group:hover .md-only\:group-hover\:border-green-300{
    border-color: #f05a30;
  }

  .group:hover .md-only\:group-hover\:border-green-400{
    border-color: #b8b78a;
  }

  .group:hover .md-only\:group-hover\:border-green-500{
    border-color: #48bb78;
  }

  .group:hover .md-only\:group-hover\:border-green-600{
    border-color: #a4c264;
  }

  .group:hover .md-only\:group-hover\:border-green-700{
    border-color: #B8B78F;
  }

  .group:hover .md-only\:group-hover\:border-blue-400{
    border-color: #a2c3d3;
  }

  .group:hover .md-only\:group-hover\:border-blue-500{
    border-color: #65a6c2;
  }

  .group:hover .md-only\:group-hover\:border-blue-600{
    border-color: rgba(70, 97, 153, .97);
  }

  .group:hover .md-only\:group-hover\:border-blue-700{
    border-color: rgba(70, 97, 153);
  }

  .group:hover .md-only\:group-hover\:border-bluegrey-100{
    border-color: #D9D9D9;
  }

  .group:hover .md-only\:group-hover\:border-terracotta-500{
    border-color: #bb7265;
  }

  .group:hover .md-only\:group-hover\:border-terracotta-600{
    border-color: #a46357;
  }

  .group:hover .md-only\:group-hover\:border-sky-100{
    border-color: #dff2fe;
  }

  .group:hover .md-only\:group-hover\:border-sky-200{
    border-color: #a2c3d3;
  }

  .group:hover .md-only\:group-hover\:border-neutral-500{
    border-color: #636466;
  }

  .group:hover .md-only\:group-hover\:border-gray-50{
    border-color: #fcfcfc;
  }

  .group:hover .md-only\:group-hover\:border-gray-100{
    border-color: #e7e7e7;
  }

  .group:hover .md-only\:group-hover\:border-gray-125{
    border-color: #f0f0f0;
  }

  .group:hover .md-only\:group-hover\:border-gray-150{
    border-color: #dddddd;
  }

  .group:hover .md-only\:group-hover\:border-gray-200{
    border-color: #868b8f;
  }

  .group:hover .md-only\:group-hover\:border-gray-250{
    border-color: #a6a5a5;
  }

  .group:hover .md-only\:group-hover\:border-gray-300{
    border-color: #979796;
  }

  .group:hover .md-only\:group-hover\:border-gray-400{
    border-color: #abaeb1;
  }

  .group:hover .md-only\:group-hover\:border-gray-500{
    border-color: #c7c7c7;
  }

  .group:hover .md-only\:group-hover\:border-gray-550{
    border-color: #ccc;
  }

  .group:hover .md-only\:group-hover\:border-gray-600{
    border-color: #707070;
  }

  .group:hover .md-only\:group-hover\:border-gray-700{
    border-color: #555555;
  }

  .group:hover .md-only\:group-hover\:border-gray-800{
    border-color: #333232;
  }

  .group:hover .md-only\:group-hover\:border-gray-900{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .md-only\:group-hover\:border-gray-1000{
    border-color: #dadada;
  }

  .group:hover .md-only\:group-hover\:border-gray-1100{
    border-color: #ededed;
  }

  .group:hover .md-only\:group-hover\:border-gray-1200{
    border-color: #b1b1b1;
  }

  .group:hover .md-only\:group-hover\:border-gray-1300{
    border-color: #9b9b9b;
  }

  .group:hover .md-only\:group-hover\:border-gray-1400{
    border-color: #999ea1;
  }

  .group:hover .md-only\:group-hover\:border-gray-1500{
    border-color: #464646;
  }

  .group:hover .md-only\:group-hover\:border-gray-1600{
    border-color: #9A9FA2;
  }

  .group:hover .md-only\:group-hover\:border-gray-1700{
    border-color: #FBFBFB;
  }

  .group:hover .md-only\:group-hover\:border-gray-1800{
    border-color: #494949;
  }

  .group:hover .md-only\:group-hover\:border-gray-1900{
    border-color: #797979;
  }

  .group:hover .md-only\:group-hover\:border-tan-300{
    border-color: #d2a680;
  }

  .group:hover .md-only\:group-hover\:border-tan-400{
    border-color: #a38b71;
  }

  .group:hover .md-only\:group-hover\:border-tan-500{
    border-color: #b18259;
  }

  .group:hover .md-only\:group-hover\:border-tan-600{
    border-color: #c29064;
  }

  .md-only\:rounded-none{
    border-radius: 0;
  }

  .md-only\:rounded-sm{
    border-radius: 0.125rem;
  }

  .md-only\:rounded{
    border-radius: 0.25rem;
  }

  .md-only\:rounded-lg{
    border-radius: 0.5rem;
  }

  .md-only\:rounded-full{
    border-radius: 9999px;
  }

  .md-only\:rounded-md{
    border-radius: 0.375rem;
  }

  .md-only\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md-only\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md-only\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md-only\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md-only\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md-only\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md-only\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md-only\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md-only\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md-only\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md-only\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md-only\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md-only\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md-only\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md-only\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md-only\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md-only\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md-only\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md-only\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md-only\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md-only\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md-only\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md-only\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md-only\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md-only\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .md-only\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .md-only\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .md-only\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .md-only\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .md-only\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .md-only\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .md-only\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .md-only\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .md-only\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .md-only\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .md-only\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .md-only\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .md-only\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .md-only\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .md-only\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .md-only\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .md-only\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .md-only\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .md-only\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .md-only\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .md-only\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .md-only\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .md-only\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .md-only\:border-solid{
    border-style: solid;
  }

  .md-only\:border-dashed{
    border-style: dashed;
  }

  .md-only\:border-dotted{
    border-style: dotted;
  }

  .md-only\:border-double{
    border-style: double;
  }

  .md-only\:border-none{
    border-style: none;
  }

  .md-only\:border-0{
    border-width: 0;
  }

  .md-only\:border-2{
    border-width: 2px;
  }

  .md-only\:border-3{
    border-width: 3px;
  }

  .md-only\:border-4{
    border-width: 4px;
  }

  .md-only\:border-5{
    border-width: 5px;
  }

  .md-only\:border-6{
    border-width: 6px;
  }

  .md-only\:border-8{
    border-width: 8px;
  }

  .md-only\:border{
    border-width: 1px;
  }

  .md-only\:border-t-0{
    border-top-width: 0;
  }

  .md-only\:border-r-0{
    border-right-width: 0;
  }

  .md-only\:border-b-0{
    border-bottom-width: 0;
  }

  .md-only\:border-l-0{
    border-left-width: 0;
  }

  .md-only\:border-t-2{
    border-top-width: 2px;
  }

  .md-only\:border-r-2{
    border-right-width: 2px;
  }

  .md-only\:border-b-2{
    border-bottom-width: 2px;
  }

  .md-only\:border-l-2{
    border-left-width: 2px;
  }

  .md-only\:border-t-3{
    border-top-width: 3px;
  }

  .md-only\:border-r-3{
    border-right-width: 3px;
  }

  .md-only\:border-b-3{
    border-bottom-width: 3px;
  }

  .md-only\:border-l-3{
    border-left-width: 3px;
  }

  .md-only\:border-t-4{
    border-top-width: 4px;
  }

  .md-only\:border-r-4{
    border-right-width: 4px;
  }

  .md-only\:border-b-4{
    border-bottom-width: 4px;
  }

  .md-only\:border-l-4{
    border-left-width: 4px;
  }

  .md-only\:border-t-5{
    border-top-width: 5px;
  }

  .md-only\:border-r-5{
    border-right-width: 5px;
  }

  .md-only\:border-b-5{
    border-bottom-width: 5px;
  }

  .md-only\:border-l-5{
    border-left-width: 5px;
  }

  .md-only\:border-t-6{
    border-top-width: 6px;
  }

  .md-only\:border-r-6{
    border-right-width: 6px;
  }

  .md-only\:border-b-6{
    border-bottom-width: 6px;
  }

  .md-only\:border-l-6{
    border-left-width: 6px;
  }

  .md-only\:border-t-8{
    border-top-width: 8px;
  }

  .md-only\:border-r-8{
    border-right-width: 8px;
  }

  .md-only\:border-b-8{
    border-bottom-width: 8px;
  }

  .md-only\:border-l-8{
    border-left-width: 8px;
  }

  .md-only\:border-t{
    border-top-width: 1px;
  }

  .md-only\:border-r{
    border-right-width: 1px;
  }

  .md-only\:border-b{
    border-bottom-width: 1px;
  }

  .md-only\:border-l{
    border-left-width: 1px;
  }

  .md-only\:cursor-auto{
    cursor: auto;
  }

  .md-only\:cursor-default{
    cursor: default;
  }

  .md-only\:cursor-pointer{
    cursor: pointer;
  }

  .md-only\:cursor-wait{
    cursor: wait;
  }

  .md-only\:cursor-text{
    cursor: text;
  }

  .md-only\:cursor-move{
    cursor: move;
  }

  .md-only\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .md-only\:block{
    display: block;
  }

  .md-only\:inline-block{
    display: inline-block;
  }

  .md-only\:inline{
    display: inline;
  }

  .md-only\:flex{
    display: flex;
  }

  .md-only\:inline-flex{
    display: inline-flex;
  }

  .md-only\:table{
    display: table;
  }

  .md-only\:table-row{
    display: table-row;
  }

  .md-only\:table-cell{
    display: table-cell;
  }

  .md-only\:hidden{
    display: none;
  }

  .group:hover .md-only\:group-hover\:block{
    display: block;
  }

  .group:hover .md-only\:group-hover\:inline-block{
    display: inline-block;
  }

  .group:hover .md-only\:group-hover\:inline{
    display: inline;
  }

  .group:hover .md-only\:group-hover\:flex{
    display: flex;
  }

  .group:hover .md-only\:group-hover\:inline-flex{
    display: inline-flex;
  }

  .group:hover .md-only\:group-hover\:table{
    display: table;
  }

  .group:hover .md-only\:group-hover\:table-row{
    display: table-row;
  }

  .group:hover .md-only\:group-hover\:table-cell{
    display: table-cell;
  }

  .group:hover .md-only\:group-hover\:hidden{
    display: none;
  }

  .group[aria-expanded="true"] .md-only\:group-aria-expanded\:block{
    display: block;
  }

  .group[aria-expanded="true"] .md-only\:group-aria-expanded\:inline-block{
    display: inline-block;
  }

  .group[aria-expanded="true"] .md-only\:group-aria-expanded\:inline{
    display: inline;
  }

  .group[aria-expanded="true"] .md-only\:group-aria-expanded\:flex{
    display: flex;
  }

  .group[aria-expanded="true"] .md-only\:group-aria-expanded\:inline-flex{
    display: inline-flex;
  }

  .group[aria-expanded="true"] .md-only\:group-aria-expanded\:table{
    display: table;
  }

  .group[aria-expanded="true"] .md-only\:group-aria-expanded\:table-row{
    display: table-row;
  }

  .group[aria-expanded="true"] .md-only\:group-aria-expanded\:table-cell{
    display: table-cell;
  }

  .group[aria-expanded="true"] .md-only\:group-aria-expanded\:hidden{
    display: none;
  }

  .js-is-active.md-only\:self-active\:block{
    display: block;
  }

  .js-is-active.md-only\:self-active\:inline-block{
    display: inline-block;
  }

  .js-is-active.md-only\:self-active\:inline{
    display: inline;
  }

  .js-is-active.md-only\:self-active\:flex{
    display: flex;
  }

  .js-is-active.md-only\:self-active\:inline-flex{
    display: inline-flex;
  }

  .js-is-active.md-only\:self-active\:table{
    display: table;
  }

  .js-is-active.md-only\:self-active\:table-row{
    display: table-row;
  }

  .js-is-active.md-only\:self-active\:table-cell{
    display: table-cell;
  }

  .js-is-active.md-only\:self-active\:hidden{
    display: none;
  }

  .md-only\:flex-row{
    flex-direction: row;
  }

  .md-only\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .md-only\:flex-col{
    flex-direction: column;
  }

  .md-only\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .md-only\:flex-wrap{
    flex-wrap: wrap;
  }

  .md-only\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .md-only\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .md-only\:items-start{
    align-items: flex-start;
  }

  .md-only\:items-end{
    align-items: flex-end;
  }

  .md-only\:items-center{
    align-items: center;
  }

  .md-only\:items-baseline{
    align-items: baseline;
  }

  .md-only\:items-stretch{
    align-items: stretch;
  }

  .md-only\:self-auto{
    align-self: auto;
  }

  .md-only\:self-start{
    align-self: flex-start;
  }

  .md-only\:self-end{
    align-self: flex-end;
  }

  .md-only\:self-center{
    align-self: center;
  }

  .md-only\:self-stretch{
    align-self: stretch;
  }

  .md-only\:justify-start{
    justify-content: flex-start;
  }

  .md-only\:justify-end{
    justify-content: flex-end;
  }

  .md-only\:justify-center{
    justify-content: center;
  }

  .md-only\:justify-between{
    justify-content: space-between;
  }

  .md-only\:justify-around{
    justify-content: space-around;
  }

  .md-only\:content-center{
    align-content: center;
  }

  .md-only\:content-start{
    align-content: flex-start;
  }

  .md-only\:content-end{
    align-content: flex-end;
  }

  .md-only\:content-between{
    align-content: space-between;
  }

  .md-only\:content-around{
    align-content: space-around;
  }

  .md-only\:flex-1{
    flex: 1 1 0%;
  }

  .md-only\:flex-auto{
    flex: 1 1 auto;
  }

  .md-only\:flex-initial{
    flex: 0 1 auto;
  }

  .md-only\:flex-none{
    flex: none;
  }

  .md-only\:flex-0-auto{
    flex: 0 0 auto;
  }

  .md-only\:flex-1-60{
    flex: 1 1 60%;
  }

  .md-only\:flex-grow-0{
    flex-grow: 0;
  }

  .md-only\:flex-grow{
    flex-grow: 1;
  }

  .md-only\:flex-shrink-0{
    flex-shrink: 0;
  }

  .md-only\:flex-shrink{
    flex-shrink: 1;
  }

  .md-only\:order-1{
    order: 1;
  }

  .md-only\:order-2{
    order: 2;
  }

  .md-only\:order-3{
    order: 3;
  }

  .md-only\:order-4{
    order: 4;
  }

  .md-only\:order-5{
    order: 5;
  }

  .md-only\:order-6{
    order: 6;
  }

  .md-only\:order-7{
    order: 7;
  }

  .md-only\:order-8{
    order: 8;
  }

  .md-only\:order-9{
    order: 9;
  }

  .md-only\:order-10{
    order: 10;
  }

  .md-only\:order-11{
    order: 11;
  }

  .md-only\:order-12{
    order: 12;
  }

  .md-only\:order-first{
    order: -9999;
  }

  .md-only\:order-last{
    order: 9999;
  }

  .md-only\:order-none{
    order: 0;
  }

  .md-only\:float-right{
    float: right;
  }

  .md-only\:float-left{
    float: left;
  }

  .md-only\:float-none{
    float: none;
  }

  .md-only\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .md-only\:font-sans{
    font-family: "HelveticaNeueLTStd", "HelveticaNeueLT", sans-serif;
  }

  .md-only\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md-only\:font-hairline{
    font-weight: 100;
  }

  .md-only\:font-thin{
    font-weight: 200;
  }

  .md-only\:font-light{
    font-weight: 300;
  }

  .md-only\:font-normal{
    font-weight: 400;
  }

  .md-only\:font-medium{
    font-weight: 500;
  }

  .md-only\:font-semibold{
    font-weight: 600;
  }

  .md-only\:font-bold{
    font-weight: 700;
  }

  .md-only\:font-extrabold{
    font-weight: 800;
  }

  .md-only\:font-black{
    font-weight: 900;
  }

  .md-only\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .md-only\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .md-only\:hover\:font-light:hover{
    font-weight: 300;
  }

  .md-only\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .md-only\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .md-only\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .md-only\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .md-only\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .md-only\:hover\:font-black:hover{
    font-weight: 900;
  }

  .md-only\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .md-only\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .md-only\:focus\:font-light:focus{
    font-weight: 300;
  }

  .md-only\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .md-only\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .md-only\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .md-only\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .md-only\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .md-only\:focus\:font-black:focus{
    font-weight: 900;
  }

  .md-only\:h-0{
    height: 0;
  }

  .md-only\:h-1{
    height: 0.25rem;
  }

  .md-only\:h-2{
    height: 0.5rem;
  }

  .md-only\:h-3{
    height: 0.75rem;
  }

  .md-only\:h-4{
    height: 1rem;
  }

  .md-only\:h-5{
    height: 1.25rem;
  }

  .md-only\:h-6{
    height: 1.5rem;
  }

  .md-only\:h-8{
    height: 2rem;
  }

  .md-only\:h-10{
    height: 2.5rem;
  }

  .md-only\:h-12{
    height: 3rem;
  }

  .md-only\:h-14{
    height: 3.5rem;
  }

  .md-only\:h-16{
    height: 4rem;
  }

  .md-only\:h-20{
    height: 5rem;
  }

  .md-only\:h-24{
    height: 6rem;
  }

  .md-only\:h-32{
    height: 8rem;
  }

  .md-only\:h-40{
    height: 10rem;
  }

  .md-only\:h-48{
    height: 12rem;
  }

  .md-only\:h-56{
    height: 14rem;
  }

  .md-only\:h-64{
    height: 16rem;
  }

  .md-only\:h-360{
    height: 22.5rem;
  }

  .md-only\:h-auto{
    height: auto;
  }

  .md-only\:h-px{
    height: 1px;
  }

  .md-only\:h-full{
    height: 100%;
  }

  .md-only\:h-screen{
    height: 100vh;
  }

  .md-only\:h-inherit{
    height: inherit;
  }

  .md-only\:h-3\/5{
    height: 60%;
  }

  .md-only\:h-screen-75{
    height: 75vh;
  }

  .md-only\:leading-none{
    line-height: 1;
  }

  .md-only\:leading-tight{
    line-height: 1.25;
  }

  .md-only\:leading-snug{
    line-height: 1.375;
  }

  .md-only\:leading-normal{
    line-height: 1.5;
  }

  .md-only\:leading-relaxed{
    line-height: 1.625;
  }

  .md-only\:leading-loose{
    line-height: 2;
  }

  .md-only\:leading-lockup{
    line-height: 0.9;
  }

  .md-only\:list-inside{
    list-style-position: inside;
  }

  .md-only\:list-outside{
    list-style-position: outside;
  }

  .md-only\:list-none{
    list-style-type: none;
  }

  .md-only\:list-disc{
    list-style-type: disc;
  }

  .md-only\:list-decimal{
    list-style-type: decimal;
  }

  .md-only\:m-0{
    margin: 0;
  }

  .md-only\:m-1{
    margin: 0.25rem;
  }

  .md-only\:m-2{
    margin: 0.5rem;
  }

  .md-only\:m-3{
    margin: 0.75rem;
  }

  .md-only\:m-4{
    margin: 1rem;
  }

  .md-only\:m-5{
    margin: 1.25rem;
  }

  .md-only\:m-6{
    margin: 1.5rem;
  }

  .md-only\:m-8{
    margin: 2rem;
  }

  .md-only\:m-10{
    margin: 2.5rem;
  }

  .md-only\:m-12{
    margin: 3rem;
  }

  .md-only\:m-16{
    margin: 4rem;
  }

  .md-only\:m-20{
    margin: 5rem;
  }

  .md-only\:m-24{
    margin: 6rem;
  }

  .md-only\:m-32{
    margin: 8rem;
  }

  .md-only\:m-40{
    margin: 10rem;
  }

  .md-only\:m-48{
    margin: 12rem;
  }

  .md-only\:m-56{
    margin: 14rem;
  }

  .md-only\:m-64{
    margin: 16rem;
  }

  .md-only\:m-auto{
    margin: auto;
  }

  .md-only\:m-px{
    margin: 1px;
  }

  .md-only\:m-full{
    margin: 100%;
  }

  .md-only\:-m-1{
    margin: -0.25rem;
  }

  .md-only\:-m-2{
    margin: -0.5rem;
  }

  .md-only\:-m-3{
    margin: -0.75rem;
  }

  .md-only\:-m-4{
    margin: -1rem;
  }

  .md-only\:-m-5{
    margin: -1.25rem;
  }

  .md-only\:-m-6{
    margin: -1.5rem;
  }

  .md-only\:-m-8{
    margin: -2rem;
  }

  .md-only\:-m-10{
    margin: -2.5rem;
  }

  .md-only\:-m-12{
    margin: -3rem;
  }

  .md-only\:-m-16{
    margin: -4rem;
  }

  .md-only\:-m-20{
    margin: -5rem;
  }

  .md-only\:-m-24{
    margin: -6rem;
  }

  .md-only\:-m-32{
    margin: -8rem;
  }

  .md-only\:-m-40{
    margin: -10rem;
  }

  .md-only\:-m-48{
    margin: -12rem;
  }

  .md-only\:-m-56{
    margin: -14rem;
  }

  .md-only\:-m-64{
    margin: -16rem;
  }

  .md-only\:-m-px{
    margin: -1px;
  }

  .md-only\:-m-full{
    margin: -100%;
  }

  .md-only\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md-only\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .md-only\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md-only\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md-only\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md-only\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md-only\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md-only\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md-only\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md-only\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md-only\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md-only\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md-only\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md-only\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md-only\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md-only\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md-only\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md-only\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md-only\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md-only\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md-only\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md-only\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md-only\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md-only\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md-only\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md-only\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md-only\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md-only\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md-only\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md-only\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md-only\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md-only\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md-only\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md-only\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md-only\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md-only\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md-only\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md-only\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md-only\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md-only\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .md-only\:my-full{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md-only\:mx-full{
    margin-left: 100%;
    margin-right: 100%;
  }

  .md-only\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md-only\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md-only\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md-only\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md-only\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md-only\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md-only\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md-only\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md-only\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md-only\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md-only\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md-only\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md-only\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md-only\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md-only\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md-only\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md-only\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md-only\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md-only\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md-only\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md-only\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md-only\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md-only\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md-only\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md-only\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md-only\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md-only\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md-only\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md-only\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md-only\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md-only\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md-only\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md-only\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md-only\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md-only\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md-only\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .md-only\:-my-full{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md-only\:-mx-full{
    margin-left: -100%;
    margin-right: -100%;
  }

  .md-only\:mt-0{
    margin-top: 0;
  }

  .md-only\:mr-0{
    margin-right: 0;
  }

  .md-only\:mb-0{
    margin-bottom: 0;
  }

  .md-only\:ml-0{
    margin-left: 0;
  }

  .md-only\:mt-1{
    margin-top: 0.25rem;
  }

  .md-only\:mr-1{
    margin-right: 0.25rem;
  }

  .md-only\:mb-1{
    margin-bottom: 0.25rem;
  }

  .md-only\:ml-1{
    margin-left: 0.25rem;
  }

  .md-only\:mt-2{
    margin-top: 0.5rem;
  }

  .md-only\:mr-2{
    margin-right: 0.5rem;
  }

  .md-only\:mb-2{
    margin-bottom: 0.5rem;
  }

  .md-only\:ml-2{
    margin-left: 0.5rem;
  }

  .md-only\:mt-3{
    margin-top: 0.75rem;
  }

  .md-only\:mr-3{
    margin-right: 0.75rem;
  }

  .md-only\:mb-3{
    margin-bottom: 0.75rem;
  }

  .md-only\:ml-3{
    margin-left: 0.75rem;
  }

  .md-only\:mt-4{
    margin-top: 1rem;
  }

  .md-only\:mr-4{
    margin-right: 1rem;
  }

  .md-only\:mb-4{
    margin-bottom: 1rem;
  }

  .md-only\:ml-4{
    margin-left: 1rem;
  }

  .md-only\:mt-5{
    margin-top: 1.25rem;
  }

  .md-only\:mr-5{
    margin-right: 1.25rem;
  }

  .md-only\:mb-5{
    margin-bottom: 1.25rem;
  }

  .md-only\:ml-5{
    margin-left: 1.25rem;
  }

  .md-only\:mt-6{
    margin-top: 1.5rem;
  }

  .md-only\:mr-6{
    margin-right: 1.5rem;
  }

  .md-only\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md-only\:ml-6{
    margin-left: 1.5rem;
  }

  .md-only\:mt-8{
    margin-top: 2rem;
  }

  .md-only\:mr-8{
    margin-right: 2rem;
  }

  .md-only\:mb-8{
    margin-bottom: 2rem;
  }

  .md-only\:ml-8{
    margin-left: 2rem;
  }

  .md-only\:mt-10{
    margin-top: 2.5rem;
  }

  .md-only\:mr-10{
    margin-right: 2.5rem;
  }

  .md-only\:mb-10{
    margin-bottom: 2.5rem;
  }

  .md-only\:ml-10{
    margin-left: 2.5rem;
  }

  .md-only\:mt-12{
    margin-top: 3rem;
  }

  .md-only\:mr-12{
    margin-right: 3rem;
  }

  .md-only\:mb-12{
    margin-bottom: 3rem;
  }

  .md-only\:ml-12{
    margin-left: 3rem;
  }

  .md-only\:mt-16{
    margin-top: 4rem;
  }

  .md-only\:mr-16{
    margin-right: 4rem;
  }

  .md-only\:mb-16{
    margin-bottom: 4rem;
  }

  .md-only\:ml-16{
    margin-left: 4rem;
  }

  .md-only\:mt-20{
    margin-top: 5rem;
  }

  .md-only\:mr-20{
    margin-right: 5rem;
  }

  .md-only\:mb-20{
    margin-bottom: 5rem;
  }

  .md-only\:ml-20{
    margin-left: 5rem;
  }

  .md-only\:mt-24{
    margin-top: 6rem;
  }

  .md-only\:mr-24{
    margin-right: 6rem;
  }

  .md-only\:mb-24{
    margin-bottom: 6rem;
  }

  .md-only\:ml-24{
    margin-left: 6rem;
  }

  .md-only\:mt-32{
    margin-top: 8rem;
  }

  .md-only\:mr-32{
    margin-right: 8rem;
  }

  .md-only\:mb-32{
    margin-bottom: 8rem;
  }

  .md-only\:ml-32{
    margin-left: 8rem;
  }

  .md-only\:mt-40{
    margin-top: 10rem;
  }

  .md-only\:mr-40{
    margin-right: 10rem;
  }

  .md-only\:mb-40{
    margin-bottom: 10rem;
  }

  .md-only\:ml-40{
    margin-left: 10rem;
  }

  .md-only\:mt-48{
    margin-top: 12rem;
  }

  .md-only\:mr-48{
    margin-right: 12rem;
  }

  .md-only\:mb-48{
    margin-bottom: 12rem;
  }

  .md-only\:ml-48{
    margin-left: 12rem;
  }

  .md-only\:mt-56{
    margin-top: 14rem;
  }

  .md-only\:mr-56{
    margin-right: 14rem;
  }

  .md-only\:mb-56{
    margin-bottom: 14rem;
  }

  .md-only\:ml-56{
    margin-left: 14rem;
  }

  .md-only\:mt-64{
    margin-top: 16rem;
  }

  .md-only\:mr-64{
    margin-right: 16rem;
  }

  .md-only\:mb-64{
    margin-bottom: 16rem;
  }

  .md-only\:ml-64{
    margin-left: 16rem;
  }

  .md-only\:mt-auto{
    margin-top: auto;
  }

  .md-only\:mr-auto{
    margin-right: auto;
  }

  .md-only\:mb-auto{
    margin-bottom: auto;
  }

  .md-only\:ml-auto{
    margin-left: auto;
  }

  .md-only\:mt-px{
    margin-top: 1px;
  }

  .md-only\:mr-px{
    margin-right: 1px;
  }

  .md-only\:mb-px{
    margin-bottom: 1px;
  }

  .md-only\:ml-px{
    margin-left: 1px;
  }

  .md-only\:mt-full{
    margin-top: 100%;
  }

  .md-only\:mr-full{
    margin-right: 100%;
  }

  .md-only\:mb-full{
    margin-bottom: 100%;
  }

  .md-only\:ml-full{
    margin-left: 100%;
  }

  .md-only\:-mt-1{
    margin-top: -0.25rem;
  }

  .md-only\:-mr-1{
    margin-right: -0.25rem;
  }

  .md-only\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .md-only\:-ml-1{
    margin-left: -0.25rem;
  }

  .md-only\:-mt-2{
    margin-top: -0.5rem;
  }

  .md-only\:-mr-2{
    margin-right: -0.5rem;
  }

  .md-only\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .md-only\:-ml-2{
    margin-left: -0.5rem;
  }

  .md-only\:-mt-3{
    margin-top: -0.75rem;
  }

  .md-only\:-mr-3{
    margin-right: -0.75rem;
  }

  .md-only\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .md-only\:-ml-3{
    margin-left: -0.75rem;
  }

  .md-only\:-mt-4{
    margin-top: -1rem;
  }

  .md-only\:-mr-4{
    margin-right: -1rem;
  }

  .md-only\:-mb-4{
    margin-bottom: -1rem;
  }

  .md-only\:-ml-4{
    margin-left: -1rem;
  }

  .md-only\:-mt-5{
    margin-top: -1.25rem;
  }

  .md-only\:-mr-5{
    margin-right: -1.25rem;
  }

  .md-only\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .md-only\:-ml-5{
    margin-left: -1.25rem;
  }

  .md-only\:-mt-6{
    margin-top: -1.5rem;
  }

  .md-only\:-mr-6{
    margin-right: -1.5rem;
  }

  .md-only\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .md-only\:-ml-6{
    margin-left: -1.5rem;
  }

  .md-only\:-mt-8{
    margin-top: -2rem;
  }

  .md-only\:-mr-8{
    margin-right: -2rem;
  }

  .md-only\:-mb-8{
    margin-bottom: -2rem;
  }

  .md-only\:-ml-8{
    margin-left: -2rem;
  }

  .md-only\:-mt-10{
    margin-top: -2.5rem;
  }

  .md-only\:-mr-10{
    margin-right: -2.5rem;
  }

  .md-only\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .md-only\:-ml-10{
    margin-left: -2.5rem;
  }

  .md-only\:-mt-12{
    margin-top: -3rem;
  }

  .md-only\:-mr-12{
    margin-right: -3rem;
  }

  .md-only\:-mb-12{
    margin-bottom: -3rem;
  }

  .md-only\:-ml-12{
    margin-left: -3rem;
  }

  .md-only\:-mt-16{
    margin-top: -4rem;
  }

  .md-only\:-mr-16{
    margin-right: -4rem;
  }

  .md-only\:-mb-16{
    margin-bottom: -4rem;
  }

  .md-only\:-ml-16{
    margin-left: -4rem;
  }

  .md-only\:-mt-20{
    margin-top: -5rem;
  }

  .md-only\:-mr-20{
    margin-right: -5rem;
  }

  .md-only\:-mb-20{
    margin-bottom: -5rem;
  }

  .md-only\:-ml-20{
    margin-left: -5rem;
  }

  .md-only\:-mt-24{
    margin-top: -6rem;
  }

  .md-only\:-mr-24{
    margin-right: -6rem;
  }

  .md-only\:-mb-24{
    margin-bottom: -6rem;
  }

  .md-only\:-ml-24{
    margin-left: -6rem;
  }

  .md-only\:-mt-32{
    margin-top: -8rem;
  }

  .md-only\:-mr-32{
    margin-right: -8rem;
  }

  .md-only\:-mb-32{
    margin-bottom: -8rem;
  }

  .md-only\:-ml-32{
    margin-left: -8rem;
  }

  .md-only\:-mt-40{
    margin-top: -10rem;
  }

  .md-only\:-mr-40{
    margin-right: -10rem;
  }

  .md-only\:-mb-40{
    margin-bottom: -10rem;
  }

  .md-only\:-ml-40{
    margin-left: -10rem;
  }

  .md-only\:-mt-48{
    margin-top: -12rem;
  }

  .md-only\:-mr-48{
    margin-right: -12rem;
  }

  .md-only\:-mb-48{
    margin-bottom: -12rem;
  }

  .md-only\:-ml-48{
    margin-left: -12rem;
  }

  .md-only\:-mt-56{
    margin-top: -14rem;
  }

  .md-only\:-mr-56{
    margin-right: -14rem;
  }

  .md-only\:-mb-56{
    margin-bottom: -14rem;
  }

  .md-only\:-ml-56{
    margin-left: -14rem;
  }

  .md-only\:-mt-64{
    margin-top: -16rem;
  }

  .md-only\:-mr-64{
    margin-right: -16rem;
  }

  .md-only\:-mb-64{
    margin-bottom: -16rem;
  }

  .md-only\:-ml-64{
    margin-left: -16rem;
  }

  .md-only\:-mt-px{
    margin-top: -1px;
  }

  .md-only\:-mr-px{
    margin-right: -1px;
  }

  .md-only\:-mb-px{
    margin-bottom: -1px;
  }

  .md-only\:-ml-px{
    margin-left: -1px;
  }

  .md-only\:-mt-full{
    margin-top: -100%;
  }

  .md-only\:-mr-full{
    margin-right: -100%;
  }

  .md-only\:-mb-full{
    margin-bottom: -100%;
  }

  .md-only\:-ml-full{
    margin-left: -100%;
  }

  .md-only\:max-h-full{
    max-height: 100%;
  }

  .md-only\:max-h-screen{
    max-height: 100vh;
  }

  .md-only\:max-h-inherit{
    max-height: inherit;
  }

  .md-only\:max-h-screen-50{
    max-height: 50vh;
  }

  .md-only\:max-h-screen-75{
    max-height: 75vh;
  }

  .md-only\:max-w-xs{
    max-width: 20rem;
  }

  .md-only\:max-w-sm{
    max-width: 24rem;
  }

  .md-only\:max-w-md{
    max-width: 28rem;
  }

  .md-only\:max-w-lg{
    max-width: 32rem;
  }

  .md-only\:max-w-xl{
    max-width: 36rem;
  }

  .md-only\:max-w-2xl{
    max-width: 42rem;
  }

  .md-only\:max-w-3xl{
    max-width: 48rem;
  }

  .md-only\:max-w-4xl{
    max-width: 56rem;
  }

  .md-only\:max-w-5xl{
    max-width: 64rem;
  }

  .md-only\:max-w-6xl{
    max-width: 72rem;
  }

  .md-only\:max-w-full{
    max-width: 100%;
  }

  .md-only\:max-w-none{
    max-width: none;
  }

  .md-only\:min-h-0{
    min-height: 0;
  }

  .md-only\:min-h-10{
    min-height: 2.5rem;
  }

  .md-only\:min-h-100{
    min-height: 25rem;
  }

  .md-only\:min-h-300{
    min-height: 18.75rem;
  }

  .md-only\:min-h-full{
    min-height: 100%;
  }

  .md-only\:min-h-screen{
    min-height: 100vh;
  }

  .md-only\:min-h-inherit{
    min-height: inherit;
  }

  .md-only\:min-h-screen-50{
    min-height: 50vh;
  }

  .md-only\:min-h-screen-75{
    min-height: 75vh;
  }

  .md-only\:min-w-0{
    min-width: 0;
  }

  .md-only\:min-w-full{
    min-width: 100%;
  }

  .md-only\:min-w-inherit{
    min-width: inherit;
  }

  .md-only\:object-contain{
    object-fit: contain;
  }

  .md-only\:object-cover{
    object-fit: cover;
  }

  .md-only\:object-fill{
    object-fit: fill;
  }

  .md-only\:object-none{
    object-fit: none;
  }

  .md-only\:object-scale-down{
    object-fit: scale-down;
  }

  .md-only\:object-bottom{
    object-position: bottom;
  }

  .md-only\:object-center{
    object-position: center;
  }

  .md-only\:object-left{
    object-position: left;
  }

  .md-only\:object-left-bottom{
    object-position: left bottom;
  }

  .md-only\:object-left-top{
    object-position: left top;
  }

  .md-only\:object-right{
    object-position: right;
  }

  .md-only\:object-right-bottom{
    object-position: right bottom;
  }

  .md-only\:object-right-top{
    object-position: right top;
  }

  .md-only\:object-top{
    object-position: top;
  }

  .md-only\:opacity-0{
    opacity: 0;
  }

  .md-only\:opacity-25{
    opacity: 0.25;
  }

  .md-only\:opacity-50{
    opacity: 0.5;
  }

  .md-only\:opacity-75{
    opacity: 0.75;
  }

  .md-only\:opacity-100{
    opacity: 1;
  }

  .group:hover .md-only\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .md-only\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .md-only\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .md-only\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .md-only\:group-hover\:opacity-100{
    opacity: 1;
  }

  .js-is-active.md-only\:self-active\:opacity-0{
    opacity: 0;
  }

  .js-is-active.md-only\:self-active\:opacity-25{
    opacity: 0.25;
  }

  .js-is-active.md-only\:self-active\:opacity-50{
    opacity: 0.5;
  }

  .js-is-active.md-only\:self-active\:opacity-75{
    opacity: 0.75;
  }

  .js-is-active.md-only\:self-active\:opacity-100{
    opacity: 1;
  }

  .md-only\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .md-only\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .md-only\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .md-only\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .md-only\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .md-only\:overflow-auto{
    overflow: auto;
  }

  .md-only\:overflow-hidden{
    overflow: hidden;
  }

  .md-only\:overflow-visible{
    overflow: visible;
  }

  .md-only\:overflow-scroll{
    overflow: scroll;
  }

  .md-only\:overflow-x-auto{
    overflow-x: auto;
  }

  .md-only\:overflow-y-auto{
    overflow-y: auto;
  }

  .md-only\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .md-only\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .md-only\:overflow-x-visible{
    overflow-x: visible;
  }

  .md-only\:overflow-y-visible{
    overflow-y: visible;
  }

  .md-only\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .md-only\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .md-only\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .md-only\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .md-only\:p-0{
    padding: 0;
  }

  .md-only\:p-1{
    padding: 0.25rem;
  }

  .md-only\:p-2{
    padding: 0.5rem;
  }

  .md-only\:p-3{
    padding: 0.75rem;
  }

  .md-only\:p-4{
    padding: 1rem;
  }

  .md-only\:p-5{
    padding: 1.25rem;
  }

  .md-only\:p-6{
    padding: 1.5rem;
  }

  .md-only\:p-8{
    padding: 2rem;
  }

  .md-only\:p-10{
    padding: 2.5rem;
  }

  .md-only\:p-12{
    padding: 3rem;
  }

  .md-only\:p-16{
    padding: 4rem;
  }

  .md-only\:p-20{
    padding: 5rem;
  }

  .md-only\:p-24{
    padding: 6rem;
  }

  .md-only\:p-32{
    padding: 8rem;
  }

  .md-only\:p-40{
    padding: 10rem;
  }

  .md-only\:p-48{
    padding: 12rem;
  }

  .md-only\:p-56{
    padding: 14rem;
  }

  .md-only\:p-64{
    padding: 16rem;
  }

  .md-only\:p-px{
    padding: 1px;
  }

  .md-only\:p-full{
    padding: 100%;
  }

  .md-only\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .md-only\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .md-only\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md-only\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md-only\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md-only\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md-only\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md-only\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md-only\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md-only\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md-only\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md-only\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md-only\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md-only\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md-only\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md-only\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md-only\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md-only\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md-only\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md-only\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md-only\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md-only\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md-only\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md-only\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md-only\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md-only\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md-only\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md-only\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md-only\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md-only\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md-only\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md-only\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md-only\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md-only\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md-only\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md-only\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md-only\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md-only\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .md-only\:py-full{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md-only\:px-full{
    padding-left: 100%;
    padding-right: 100%;
  }

  .md-only\:pt-0{
    padding-top: 0;
  }

  .md-only\:pr-0{
    padding-right: 0;
  }

  .md-only\:pb-0{
    padding-bottom: 0;
  }

  .md-only\:pl-0{
    padding-left: 0;
  }

  .md-only\:pt-1{
    padding-top: 0.25rem;
  }

  .md-only\:pr-1{
    padding-right: 0.25rem;
  }

  .md-only\:pb-1{
    padding-bottom: 0.25rem;
  }

  .md-only\:pl-1{
    padding-left: 0.25rem;
  }

  .md-only\:pt-2{
    padding-top: 0.5rem;
  }

  .md-only\:pr-2{
    padding-right: 0.5rem;
  }

  .md-only\:pb-2{
    padding-bottom: 0.5rem;
  }

  .md-only\:pl-2{
    padding-left: 0.5rem;
  }

  .md-only\:pt-3{
    padding-top: 0.75rem;
  }

  .md-only\:pr-3{
    padding-right: 0.75rem;
  }

  .md-only\:pb-3{
    padding-bottom: 0.75rem;
  }

  .md-only\:pl-3{
    padding-left: 0.75rem;
  }

  .md-only\:pt-4{
    padding-top: 1rem;
  }

  .md-only\:pr-4{
    padding-right: 1rem;
  }

  .md-only\:pb-4{
    padding-bottom: 1rem;
  }

  .md-only\:pl-4{
    padding-left: 1rem;
  }

  .md-only\:pt-5{
    padding-top: 1.25rem;
  }

  .md-only\:pr-5{
    padding-right: 1.25rem;
  }

  .md-only\:pb-5{
    padding-bottom: 1.25rem;
  }

  .md-only\:pl-5{
    padding-left: 1.25rem;
  }

  .md-only\:pt-6{
    padding-top: 1.5rem;
  }

  .md-only\:pr-6{
    padding-right: 1.5rem;
  }

  .md-only\:pb-6{
    padding-bottom: 1.5rem;
  }

  .md-only\:pl-6{
    padding-left: 1.5rem;
  }

  .md-only\:pt-8{
    padding-top: 2rem;
  }

  .md-only\:pr-8{
    padding-right: 2rem;
  }

  .md-only\:pb-8{
    padding-bottom: 2rem;
  }

  .md-only\:pl-8{
    padding-left: 2rem;
  }

  .md-only\:pt-10{
    padding-top: 2.5rem;
  }

  .md-only\:pr-10{
    padding-right: 2.5rem;
  }

  .md-only\:pb-10{
    padding-bottom: 2.5rem;
  }

  .md-only\:pl-10{
    padding-left: 2.5rem;
  }

  .md-only\:pt-12{
    padding-top: 3rem;
  }

  .md-only\:pr-12{
    padding-right: 3rem;
  }

  .md-only\:pb-12{
    padding-bottom: 3rem;
  }

  .md-only\:pl-12{
    padding-left: 3rem;
  }

  .md-only\:pt-16{
    padding-top: 4rem;
  }

  .md-only\:pr-16{
    padding-right: 4rem;
  }

  .md-only\:pb-16{
    padding-bottom: 4rem;
  }

  .md-only\:pl-16{
    padding-left: 4rem;
  }

  .md-only\:pt-20{
    padding-top: 5rem;
  }

  .md-only\:pr-20{
    padding-right: 5rem;
  }

  .md-only\:pb-20{
    padding-bottom: 5rem;
  }

  .md-only\:pl-20{
    padding-left: 5rem;
  }

  .md-only\:pt-24{
    padding-top: 6rem;
  }

  .md-only\:pr-24{
    padding-right: 6rem;
  }

  .md-only\:pb-24{
    padding-bottom: 6rem;
  }

  .md-only\:pl-24{
    padding-left: 6rem;
  }

  .md-only\:pt-32{
    padding-top: 8rem;
  }

  .md-only\:pr-32{
    padding-right: 8rem;
  }

  .md-only\:pb-32{
    padding-bottom: 8rem;
  }

  .md-only\:pl-32{
    padding-left: 8rem;
  }

  .md-only\:pt-40{
    padding-top: 10rem;
  }

  .md-only\:pr-40{
    padding-right: 10rem;
  }

  .md-only\:pb-40{
    padding-bottom: 10rem;
  }

  .md-only\:pl-40{
    padding-left: 10rem;
  }

  .md-only\:pt-48{
    padding-top: 12rem;
  }

  .md-only\:pr-48{
    padding-right: 12rem;
  }

  .md-only\:pb-48{
    padding-bottom: 12rem;
  }

  .md-only\:pl-48{
    padding-left: 12rem;
  }

  .md-only\:pt-56{
    padding-top: 14rem;
  }

  .md-only\:pr-56{
    padding-right: 14rem;
  }

  .md-only\:pb-56{
    padding-bottom: 14rem;
  }

  .md-only\:pl-56{
    padding-left: 14rem;
  }

  .md-only\:pt-64{
    padding-top: 16rem;
  }

  .md-only\:pr-64{
    padding-right: 16rem;
  }

  .md-only\:pb-64{
    padding-bottom: 16rem;
  }

  .md-only\:pl-64{
    padding-left: 16rem;
  }

  .md-only\:pt-px{
    padding-top: 1px;
  }

  .md-only\:pr-px{
    padding-right: 1px;
  }

  .md-only\:pb-px{
    padding-bottom: 1px;
  }

  .md-only\:pl-px{
    padding-left: 1px;
  }

  .md-only\:pt-full{
    padding-top: 100%;
  }

  .md-only\:pr-full{
    padding-right: 100%;
  }

  .md-only\:pb-full{
    padding-bottom: 100%;
  }

  .md-only\:pl-full{
    padding-left: 100%;
  }

  .md-only\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .md-only\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .md-only\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .md-only\:placeholder-current::placeholder{
    color: currentColor;
  }

  .md-only\:placeholder-black:-ms-input-placeholder{
    color: #000000;
  }

  .md-only\:placeholder-black::placeholder{
    color: #000000;
  }

  .md-only\:placeholder-white:-ms-input-placeholder{
    color: #ffffff;
  }

  .md-only\:placeholder-white::placeholder{
    color: #ffffff;
  }

  .md-only\:placeholder-overlay:-ms-input-placeholder{
    color: rgba(0,0,0,.2);
  }

  .md-only\:placeholder-overlay::placeholder{
    color: rgba(0,0,0,.2);
  }

  .md-only\:placeholder-transparent-background:-ms-input-placeholder{
    color: rgba(0,0,0,.7);
  }

  .md-only\:placeholder-transparent-background::placeholder{
    color: rgba(0,0,0,.7);
  }

  .md-only\:placeholder-red-400:-ms-input-placeholder{
    color: #ed4956;
  }

  .md-only\:placeholder-red-400::placeholder{
    color: #ed4956;
  }

  .md-only\:placeholder-red-500:-ms-input-placeholder{
    color: #e74a4a;
  }

  .md-only\:placeholder-red-500::placeholder{
    color: #e74a4a;
  }

  .md-only\:placeholder-orange-300:-ms-input-placeholder{
    color: #a8774f;
  }

  .md-only\:placeholder-orange-300::placeholder{
    color: #a8774f;
  }

  .md-only\:placeholder-orange-400:-ms-input-placeholder{
    color: #926642;
  }

  .md-only\:placeholder-orange-400::placeholder{
    color: #926642;
  }

  .md-only\:placeholder-orange-500:-ms-input-placeholder{
    color: #d35a3a;
  }

  .md-only\:placeholder-orange-500::placeholder{
    color: #d35a3a;
  }

  .md-only\:placeholder-green-200:-ms-input-placeholder{
    color: #d5d4a3;
  }

  .md-only\:placeholder-green-200::placeholder{
    color: #d5d4a3;
  }

  .md-only\:placeholder-green-300:-ms-input-placeholder{
    color: #f05a30;
  }

  .md-only\:placeholder-green-300::placeholder{
    color: #f05a30;
  }

  .md-only\:placeholder-green-400:-ms-input-placeholder{
    color: #b8b78a;
  }

  .md-only\:placeholder-green-400::placeholder{
    color: #b8b78a;
  }

  .md-only\:placeholder-green-500:-ms-input-placeholder{
    color: #48bb78;
  }

  .md-only\:placeholder-green-500::placeholder{
    color: #48bb78;
  }

  .md-only\:placeholder-green-600:-ms-input-placeholder{
    color: #a4c264;
  }

  .md-only\:placeholder-green-600::placeholder{
    color: #a4c264;
  }

  .md-only\:placeholder-green-700:-ms-input-placeholder{
    color: #B8B78F;
  }

  .md-only\:placeholder-green-700::placeholder{
    color: #B8B78F;
  }

  .md-only\:placeholder-blue-400:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .md-only\:placeholder-blue-400::placeholder{
    color: #a2c3d3;
  }

  .md-only\:placeholder-blue-500:-ms-input-placeholder{
    color: #65a6c2;
  }

  .md-only\:placeholder-blue-500::placeholder{
    color: #65a6c2;
  }

  .md-only\:placeholder-blue-600:-ms-input-placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .md-only\:placeholder-blue-600::placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .md-only\:placeholder-blue-700:-ms-input-placeholder{
    color: rgba(70, 97, 153);
  }

  .md-only\:placeholder-blue-700::placeholder{
    color: rgba(70, 97, 153);
  }

  .md-only\:placeholder-bluegrey-100:-ms-input-placeholder{
    color: #D9D9D9;
  }

  .md-only\:placeholder-bluegrey-100::placeholder{
    color: #D9D9D9;
  }

  .md-only\:placeholder-terracotta-500:-ms-input-placeholder{
    color: #bb7265;
  }

  .md-only\:placeholder-terracotta-500::placeholder{
    color: #bb7265;
  }

  .md-only\:placeholder-terracotta-600:-ms-input-placeholder{
    color: #a46357;
  }

  .md-only\:placeholder-terracotta-600::placeholder{
    color: #a46357;
  }

  .md-only\:placeholder-sky-100:-ms-input-placeholder{
    color: #dff2fe;
  }

  .md-only\:placeholder-sky-100::placeholder{
    color: #dff2fe;
  }

  .md-only\:placeholder-sky-200:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .md-only\:placeholder-sky-200::placeholder{
    color: #a2c3d3;
  }

  .md-only\:placeholder-neutral-500:-ms-input-placeholder{
    color: #636466;
  }

  .md-only\:placeholder-neutral-500::placeholder{
    color: #636466;
  }

  .md-only\:placeholder-gray-50:-ms-input-placeholder{
    color: #fcfcfc;
  }

  .md-only\:placeholder-gray-50::placeholder{
    color: #fcfcfc;
  }

  .md-only\:placeholder-gray-100:-ms-input-placeholder{
    color: #e7e7e7;
  }

  .md-only\:placeholder-gray-100::placeholder{
    color: #e7e7e7;
  }

  .md-only\:placeholder-gray-125:-ms-input-placeholder{
    color: #f0f0f0;
  }

  .md-only\:placeholder-gray-125::placeholder{
    color: #f0f0f0;
  }

  .md-only\:placeholder-gray-150:-ms-input-placeholder{
    color: #dddddd;
  }

  .md-only\:placeholder-gray-150::placeholder{
    color: #dddddd;
  }

  .md-only\:placeholder-gray-200:-ms-input-placeholder{
    color: #868b8f;
  }

  .md-only\:placeholder-gray-200::placeholder{
    color: #868b8f;
  }

  .md-only\:placeholder-gray-250:-ms-input-placeholder{
    color: #a6a5a5;
  }

  .md-only\:placeholder-gray-250::placeholder{
    color: #a6a5a5;
  }

  .md-only\:placeholder-gray-300:-ms-input-placeholder{
    color: #979796;
  }

  .md-only\:placeholder-gray-300::placeholder{
    color: #979796;
  }

  .md-only\:placeholder-gray-400:-ms-input-placeholder{
    color: #abaeb1;
  }

  .md-only\:placeholder-gray-400::placeholder{
    color: #abaeb1;
  }

  .md-only\:placeholder-gray-500:-ms-input-placeholder{
    color: #c7c7c7;
  }

  .md-only\:placeholder-gray-500::placeholder{
    color: #c7c7c7;
  }

  .md-only\:placeholder-gray-550:-ms-input-placeholder{
    color: #ccc;
  }

  .md-only\:placeholder-gray-550::placeholder{
    color: #ccc;
  }

  .md-only\:placeholder-gray-600:-ms-input-placeholder{
    color: #707070;
  }

  .md-only\:placeholder-gray-600::placeholder{
    color: #707070;
  }

  .md-only\:placeholder-gray-700:-ms-input-placeholder{
    color: #555555;
  }

  .md-only\:placeholder-gray-700::placeholder{
    color: #555555;
  }

  .md-only\:placeholder-gray-800:-ms-input-placeholder{
    color: #333232;
  }

  .md-only\:placeholder-gray-800::placeholder{
    color: #333232;
  }

  .md-only\:placeholder-gray-900:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .md-only\:placeholder-gray-900::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .md-only\:placeholder-gray-1000:-ms-input-placeholder{
    color: #dadada;
  }

  .md-only\:placeholder-gray-1000::placeholder{
    color: #dadada;
  }

  .md-only\:placeholder-gray-1100:-ms-input-placeholder{
    color: #ededed;
  }

  .md-only\:placeholder-gray-1100::placeholder{
    color: #ededed;
  }

  .md-only\:placeholder-gray-1200:-ms-input-placeholder{
    color: #b1b1b1;
  }

  .md-only\:placeholder-gray-1200::placeholder{
    color: #b1b1b1;
  }

  .md-only\:placeholder-gray-1300:-ms-input-placeholder{
    color: #9b9b9b;
  }

  .md-only\:placeholder-gray-1300::placeholder{
    color: #9b9b9b;
  }

  .md-only\:placeholder-gray-1400:-ms-input-placeholder{
    color: #999ea1;
  }

  .md-only\:placeholder-gray-1400::placeholder{
    color: #999ea1;
  }

  .md-only\:placeholder-gray-1500:-ms-input-placeholder{
    color: #464646;
  }

  .md-only\:placeholder-gray-1500::placeholder{
    color: #464646;
  }

  .md-only\:placeholder-gray-1600:-ms-input-placeholder{
    color: #9A9FA2;
  }

  .md-only\:placeholder-gray-1600::placeholder{
    color: #9A9FA2;
  }

  .md-only\:placeholder-gray-1700:-ms-input-placeholder{
    color: #FBFBFB;
  }

  .md-only\:placeholder-gray-1700::placeholder{
    color: #FBFBFB;
  }

  .md-only\:placeholder-gray-1800:-ms-input-placeholder{
    color: #494949;
  }

  .md-only\:placeholder-gray-1800::placeholder{
    color: #494949;
  }

  .md-only\:placeholder-gray-1900:-ms-input-placeholder{
    color: #797979;
  }

  .md-only\:placeholder-gray-1900::placeholder{
    color: #797979;
  }

  .md-only\:placeholder-tan-300:-ms-input-placeholder{
    color: #d2a680;
  }

  .md-only\:placeholder-tan-300::placeholder{
    color: #d2a680;
  }

  .md-only\:placeholder-tan-400:-ms-input-placeholder{
    color: #a38b71;
  }

  .md-only\:placeholder-tan-400::placeholder{
    color: #a38b71;
  }

  .md-only\:placeholder-tan-500:-ms-input-placeholder{
    color: #b18259;
  }

  .md-only\:placeholder-tan-500::placeholder{
    color: #b18259;
  }

  .md-only\:placeholder-tan-600:-ms-input-placeholder{
    color: #c29064;
  }

  .md-only\:placeholder-tan-600::placeholder{
    color: #c29064;
  }

  .md-only\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .md-only\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .md-only\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .md-only\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .md-only\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: #000000;
  }

  .md-only\:focus\:placeholder-black:focus::placeholder{
    color: #000000;
  }

  .md-only\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: #ffffff;
  }

  .md-only\:focus\:placeholder-white:focus::placeholder{
    color: #ffffff;
  }

  .md-only\:focus\:placeholder-overlay:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.2);
  }

  .md-only\:focus\:placeholder-overlay:focus::placeholder{
    color: rgba(0,0,0,.2);
  }

  .md-only\:focus\:placeholder-transparent-background:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.7);
  }

  .md-only\:focus\:placeholder-transparent-background:focus::placeholder{
    color: rgba(0,0,0,.7);
  }

  .md-only\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    color: #ed4956;
  }

  .md-only\:focus\:placeholder-red-400:focus::placeholder{
    color: #ed4956;
  }

  .md-only\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    color: #e74a4a;
  }

  .md-only\:focus\:placeholder-red-500:focus::placeholder{
    color: #e74a4a;
  }

  .md-only\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    color: #a8774f;
  }

  .md-only\:focus\:placeholder-orange-300:focus::placeholder{
    color: #a8774f;
  }

  .md-only\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    color: #926642;
  }

  .md-only\:focus\:placeholder-orange-400:focus::placeholder{
    color: #926642;
  }

  .md-only\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    color: #d35a3a;
  }

  .md-only\:focus\:placeholder-orange-500:focus::placeholder{
    color: #d35a3a;
  }

  .md-only\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    color: #d5d4a3;
  }

  .md-only\:focus\:placeholder-green-200:focus::placeholder{
    color: #d5d4a3;
  }

  .md-only\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    color: #f05a30;
  }

  .md-only\:focus\:placeholder-green-300:focus::placeholder{
    color: #f05a30;
  }

  .md-only\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    color: #b8b78a;
  }

  .md-only\:focus\:placeholder-green-400:focus::placeholder{
    color: #b8b78a;
  }

  .md-only\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    color: #48bb78;
  }

  .md-only\:focus\:placeholder-green-500:focus::placeholder{
    color: #48bb78;
  }

  .md-only\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    color: #a4c264;
  }

  .md-only\:focus\:placeholder-green-600:focus::placeholder{
    color: #a4c264;
  }

  .md-only\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    color: #B8B78F;
  }

  .md-only\:focus\:placeholder-green-700:focus::placeholder{
    color: #B8B78F;
  }

  .md-only\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .md-only\:focus\:placeholder-blue-400:focus::placeholder{
    color: #a2c3d3;
  }

  .md-only\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    color: #65a6c2;
  }

  .md-only\:focus\:placeholder-blue-500:focus::placeholder{
    color: #65a6c2;
  }

  .md-only\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .md-only\:focus\:placeholder-blue-600:focus::placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .md-only\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    color: rgba(70, 97, 153);
  }

  .md-only\:focus\:placeholder-blue-700:focus::placeholder{
    color: rgba(70, 97, 153);
  }

  .md-only\:focus\:placeholder-bluegrey-100:focus:-ms-input-placeholder{
    color: #D9D9D9;
  }

  .md-only\:focus\:placeholder-bluegrey-100:focus::placeholder{
    color: #D9D9D9;
  }

  .md-only\:focus\:placeholder-terracotta-500:focus:-ms-input-placeholder{
    color: #bb7265;
  }

  .md-only\:focus\:placeholder-terracotta-500:focus::placeholder{
    color: #bb7265;
  }

  .md-only\:focus\:placeholder-terracotta-600:focus:-ms-input-placeholder{
    color: #a46357;
  }

  .md-only\:focus\:placeholder-terracotta-600:focus::placeholder{
    color: #a46357;
  }

  .md-only\:focus\:placeholder-sky-100:focus:-ms-input-placeholder{
    color: #dff2fe;
  }

  .md-only\:focus\:placeholder-sky-100:focus::placeholder{
    color: #dff2fe;
  }

  .md-only\:focus\:placeholder-sky-200:focus:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .md-only\:focus\:placeholder-sky-200:focus::placeholder{
    color: #a2c3d3;
  }

  .md-only\:focus\:placeholder-neutral-500:focus:-ms-input-placeholder{
    color: #636466;
  }

  .md-only\:focus\:placeholder-neutral-500:focus::placeholder{
    color: #636466;
  }

  .md-only\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    color: #fcfcfc;
  }

  .md-only\:focus\:placeholder-gray-50:focus::placeholder{
    color: #fcfcfc;
  }

  .md-only\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    color: #e7e7e7;
  }

  .md-only\:focus\:placeholder-gray-100:focus::placeholder{
    color: #e7e7e7;
  }

  .md-only\:focus\:placeholder-gray-125:focus:-ms-input-placeholder{
    color: #f0f0f0;
  }

  .md-only\:focus\:placeholder-gray-125:focus::placeholder{
    color: #f0f0f0;
  }

  .md-only\:focus\:placeholder-gray-150:focus:-ms-input-placeholder{
    color: #dddddd;
  }

  .md-only\:focus\:placeholder-gray-150:focus::placeholder{
    color: #dddddd;
  }

  .md-only\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    color: #868b8f;
  }

  .md-only\:focus\:placeholder-gray-200:focus::placeholder{
    color: #868b8f;
  }

  .md-only\:focus\:placeholder-gray-250:focus:-ms-input-placeholder{
    color: #a6a5a5;
  }

  .md-only\:focus\:placeholder-gray-250:focus::placeholder{
    color: #a6a5a5;
  }

  .md-only\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    color: #979796;
  }

  .md-only\:focus\:placeholder-gray-300:focus::placeholder{
    color: #979796;
  }

  .md-only\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    color: #abaeb1;
  }

  .md-only\:focus\:placeholder-gray-400:focus::placeholder{
    color: #abaeb1;
  }

  .md-only\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    color: #c7c7c7;
  }

  .md-only\:focus\:placeholder-gray-500:focus::placeholder{
    color: #c7c7c7;
  }

  .md-only\:focus\:placeholder-gray-550:focus:-ms-input-placeholder{
    color: #ccc;
  }

  .md-only\:focus\:placeholder-gray-550:focus::placeholder{
    color: #ccc;
  }

  .md-only\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    color: #707070;
  }

  .md-only\:focus\:placeholder-gray-600:focus::placeholder{
    color: #707070;
  }

  .md-only\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    color: #555555;
  }

  .md-only\:focus\:placeholder-gray-700:focus::placeholder{
    color: #555555;
  }

  .md-only\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    color: #333232;
  }

  .md-only\:focus\:placeholder-gray-800:focus::placeholder{
    color: #333232;
  }

  .md-only\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .md-only\:focus\:placeholder-gray-900:focus::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .md-only\:focus\:placeholder-gray-1000:focus:-ms-input-placeholder{
    color: #dadada;
  }

  .md-only\:focus\:placeholder-gray-1000:focus::placeholder{
    color: #dadada;
  }

  .md-only\:focus\:placeholder-gray-1100:focus:-ms-input-placeholder{
    color: #ededed;
  }

  .md-only\:focus\:placeholder-gray-1100:focus::placeholder{
    color: #ededed;
  }

  .md-only\:focus\:placeholder-gray-1200:focus:-ms-input-placeholder{
    color: #b1b1b1;
  }

  .md-only\:focus\:placeholder-gray-1200:focus::placeholder{
    color: #b1b1b1;
  }

  .md-only\:focus\:placeholder-gray-1300:focus:-ms-input-placeholder{
    color: #9b9b9b;
  }

  .md-only\:focus\:placeholder-gray-1300:focus::placeholder{
    color: #9b9b9b;
  }

  .md-only\:focus\:placeholder-gray-1400:focus:-ms-input-placeholder{
    color: #999ea1;
  }

  .md-only\:focus\:placeholder-gray-1400:focus::placeholder{
    color: #999ea1;
  }

  .md-only\:focus\:placeholder-gray-1500:focus:-ms-input-placeholder{
    color: #464646;
  }

  .md-only\:focus\:placeholder-gray-1500:focus::placeholder{
    color: #464646;
  }

  .md-only\:focus\:placeholder-gray-1600:focus:-ms-input-placeholder{
    color: #9A9FA2;
  }

  .md-only\:focus\:placeholder-gray-1600:focus::placeholder{
    color: #9A9FA2;
  }

  .md-only\:focus\:placeholder-gray-1700:focus:-ms-input-placeholder{
    color: #FBFBFB;
  }

  .md-only\:focus\:placeholder-gray-1700:focus::placeholder{
    color: #FBFBFB;
  }

  .md-only\:focus\:placeholder-gray-1800:focus:-ms-input-placeholder{
    color: #494949;
  }

  .md-only\:focus\:placeholder-gray-1800:focus::placeholder{
    color: #494949;
  }

  .md-only\:focus\:placeholder-gray-1900:focus:-ms-input-placeholder{
    color: #797979;
  }

  .md-only\:focus\:placeholder-gray-1900:focus::placeholder{
    color: #797979;
  }

  .md-only\:focus\:placeholder-tan-300:focus:-ms-input-placeholder{
    color: #d2a680;
  }

  .md-only\:focus\:placeholder-tan-300:focus::placeholder{
    color: #d2a680;
  }

  .md-only\:focus\:placeholder-tan-400:focus:-ms-input-placeholder{
    color: #a38b71;
  }

  .md-only\:focus\:placeholder-tan-400:focus::placeholder{
    color: #a38b71;
  }

  .md-only\:focus\:placeholder-tan-500:focus:-ms-input-placeholder{
    color: #b18259;
  }

  .md-only\:focus\:placeholder-tan-500:focus::placeholder{
    color: #b18259;
  }

  .md-only\:focus\:placeholder-tan-600:focus:-ms-input-placeholder{
    color: #c29064;
  }

  .md-only\:focus\:placeholder-tan-600:focus::placeholder{
    color: #c29064;
  }

  .md-only\:pointer-events-none{
    pointer-events: none;
  }

  .md-only\:pointer-events-auto{
    pointer-events: auto;
  }

  .md-only\:static{
    position: static;
  }

  .md-only\:fixed{
    position: fixed;
  }

  .md-only\:absolute{
    position: absolute;
  }

  .md-only\:relative{
    position: relative;
  }

  .md-only\:sticky{
    position: sticky;
  }

  .md-only\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md-only\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md-only\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md-only\:-inset-4{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .md-only\:-inset-70{
    top: -4.375rem;
    right: -4.375rem;
    bottom: -4.375rem;
    left: -4.375rem;
  }

  .md-only\:inset-1\/5{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .md-only\:inset-2\/5{
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .md-only\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .md-only\:inset-x-0{
    right: 0;
    left: 0;
  }

  .md-only\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .md-only\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .md-only\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .md-only\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .md-only\:-inset-y-4{
    top: -2rem;
    bottom: -2rem;
  }

  .md-only\:-inset-x-4{
    right: -2rem;
    left: -2rem;
  }

  .md-only\:-inset-y-70{
    top: -4.375rem;
    bottom: -4.375rem;
  }

  .md-only\:-inset-x-70{
    right: -4.375rem;
    left: -4.375rem;
  }

  .md-only\:inset-y-1\/5{
    top: 20%;
    bottom: 20%;
  }

  .md-only\:inset-x-1\/5{
    right: 20%;
    left: 20%;
  }

  .md-only\:inset-y-2\/5{
    top: 40%;
    bottom: 40%;
  }

  .md-only\:inset-x-2\/5{
    right: 40%;
    left: 40%;
  }

  .md-only\:top-0{
    top: 0;
  }

  .md-only\:right-0{
    right: 0;
  }

  .md-only\:bottom-0{
    bottom: 0;
  }

  .md-only\:left-0{
    left: 0;
  }

  .md-only\:top-auto{
    top: auto;
  }

  .md-only\:right-auto{
    right: auto;
  }

  .md-only\:bottom-auto{
    bottom: auto;
  }

  .md-only\:left-auto{
    left: auto;
  }

  .md-only\:top-full{
    top: 100%;
  }

  .md-only\:right-full{
    right: 100%;
  }

  .md-only\:bottom-full{
    bottom: 100%;
  }

  .md-only\:left-full{
    left: 100%;
  }

  .md-only\:-top-4{
    top: -2rem;
  }

  .md-only\:-right-4{
    right: -2rem;
  }

  .md-only\:-bottom-4{
    bottom: -2rem;
  }

  .md-only\:-left-4{
    left: -2rem;
  }

  .md-only\:-top-70{
    top: -4.375rem;
  }

  .md-only\:-right-70{
    right: -4.375rem;
  }

  .md-only\:-bottom-70{
    bottom: -4.375rem;
  }

  .md-only\:-left-70{
    left: -4.375rem;
  }

  .md-only\:top-1\/5{
    top: 20%;
  }

  .md-only\:right-1\/5{
    right: 20%;
  }

  .md-only\:bottom-1\/5{
    bottom: 20%;
  }

  .md-only\:left-1\/5{
    left: 20%;
  }

  .md-only\:top-2\/5{
    top: 40%;
  }

  .md-only\:right-2\/5{
    right: 40%;
  }

  .md-only\:bottom-2\/5{
    bottom: 40%;
  }

  .md-only\:left-2\/5{
    left: 40%;
  }

  .md-only\:resize-none{
    resize: none;
  }

  .md-only\:resize-y{
    resize: vertical;
  }

  .md-only\:resize-x{
    resize: horizontal;
  }

  .md-only\:resize{
    resize: both;
  }

  .md-only\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md-only\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md-only\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md-only\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md-only\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md-only\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md-only\:shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md-only\:shadow-none{
    box-shadow: none;
  }

  .md-only\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md-only\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md-only\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md-only\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md-only\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md-only\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md-only\:hover\:shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md-only\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .md-only\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md-only\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md-only\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md-only\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md-only\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md-only\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md-only\:focus\:shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md-only\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .md-only\:table-auto{
    table-layout: auto;
  }

  .md-only\:table-fixed{
    table-layout: fixed;
  }

  .md-only\:text-left{
    text-align: left;
  }

  .md-only\:text-center{
    text-align: center;
  }

  .md-only\:text-right{
    text-align: right;
  }

  .md-only\:text-justify{
    text-align: justify;
  }

  .md-only\:text-transparent{
    color: transparent;
  }

  .md-only\:text-current{
    color: currentColor;
  }

  .md-only\:text-black{
    color: #000000;
  }

  .md-only\:text-white{
    color: #ffffff;
  }

  .md-only\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  .md-only\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  .md-only\:text-red-400{
    color: #ed4956;
  }

  .md-only\:text-red-500{
    color: #e74a4a;
  }

  .md-only\:text-orange-300{
    color: #a8774f;
  }

  .md-only\:text-orange-400{
    color: #926642;
  }

  .md-only\:text-orange-500{
    color: #d35a3a;
  }

  .md-only\:text-green-200{
    color: #d5d4a3;
  }

  .md-only\:text-green-300{
    color: #f05a30;
  }

  .md-only\:text-green-400{
    color: #b8b78a;
  }

  .md-only\:text-green-500{
    color: #48bb78;
  }

  .md-only\:text-green-600{
    color: #a4c264;
  }

  .md-only\:text-green-700{
    color: #B8B78F;
  }

  .md-only\:text-blue-400{
    color: #a2c3d3;
  }

  .md-only\:text-blue-500{
    color: #65a6c2;
  }

  .md-only\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  .md-only\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  .md-only\:text-bluegrey-100{
    color: #D9D9D9;
  }

  .md-only\:text-terracotta-500{
    color: #bb7265;
  }

  .md-only\:text-terracotta-600{
    color: #a46357;
  }

  .md-only\:text-sky-100{
    color: #dff2fe;
  }

  .md-only\:text-sky-200{
    color: #a2c3d3;
  }

  .md-only\:text-neutral-500{
    color: #636466;
  }

  .md-only\:text-gray-50{
    color: #fcfcfc;
  }

  .md-only\:text-gray-100{
    color: #e7e7e7;
  }

  .md-only\:text-gray-125{
    color: #f0f0f0;
  }

  .md-only\:text-gray-150{
    color: #dddddd;
  }

  .md-only\:text-gray-200{
    color: #868b8f;
  }

  .md-only\:text-gray-250{
    color: #a6a5a5;
  }

  .md-only\:text-gray-300{
    color: #979796;
  }

  .md-only\:text-gray-400{
    color: #abaeb1;
  }

  .md-only\:text-gray-500{
    color: #c7c7c7;
  }

  .md-only\:text-gray-550{
    color: #ccc;
  }

  .md-only\:text-gray-600{
    color: #707070;
  }

  .md-only\:text-gray-700{
    color: #555555;
  }

  .md-only\:text-gray-800{
    color: #333232;
  }

  .md-only\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  .md-only\:text-gray-1000{
    color: #dadada;
  }

  .md-only\:text-gray-1100{
    color: #ededed;
  }

  .md-only\:text-gray-1200{
    color: #b1b1b1;
  }

  .md-only\:text-gray-1300{
    color: #9b9b9b;
  }

  .md-only\:text-gray-1400{
    color: #999ea1;
  }

  .md-only\:text-gray-1500{
    color: #464646;
  }

  .md-only\:text-gray-1600{
    color: #9A9FA2;
  }

  .md-only\:text-gray-1700{
    color: #FBFBFB;
  }

  .md-only\:text-gray-1800{
    color: #494949;
  }

  .md-only\:text-gray-1900{
    color: #797979;
  }

  .md-only\:text-tan-300{
    color: #d2a680;
  }

  .md-only\:text-tan-400{
    color: #a38b71;
  }

  .md-only\:text-tan-500{
    color: #b18259;
  }

  .md-only\:text-tan-600{
    color: #c29064;
  }

  .md-only\:hover\:text-transparent:hover{
    color: transparent;
  }

  .md-only\:hover\:text-current:hover{
    color: currentColor;
  }

  .md-only\:hover\:text-black:hover{
    color: #000000;
  }

  .md-only\:hover\:text-white:hover{
    color: #ffffff;
  }

  .md-only\:hover\:text-overlay:hover{
    color: rgba(0,0,0,.2);
  }

  .md-only\:hover\:text-transparent-background:hover{
    color: rgba(0,0,0,.7);
  }

  .md-only\:hover\:text-red-400:hover{
    color: #ed4956;
  }

  .md-only\:hover\:text-red-500:hover{
    color: #e74a4a;
  }

  .md-only\:hover\:text-orange-300:hover{
    color: #a8774f;
  }

  .md-only\:hover\:text-orange-400:hover{
    color: #926642;
  }

  .md-only\:hover\:text-orange-500:hover{
    color: #d35a3a;
  }

  .md-only\:hover\:text-green-200:hover{
    color: #d5d4a3;
  }

  .md-only\:hover\:text-green-300:hover{
    color: #f05a30;
  }

  .md-only\:hover\:text-green-400:hover{
    color: #b8b78a;
  }

  .md-only\:hover\:text-green-500:hover{
    color: #48bb78;
  }

  .md-only\:hover\:text-green-600:hover{
    color: #a4c264;
  }

  .md-only\:hover\:text-green-700:hover{
    color: #B8B78F;
  }

  .md-only\:hover\:text-blue-400:hover{
    color: #a2c3d3;
  }

  .md-only\:hover\:text-blue-500:hover{
    color: #65a6c2;
  }

  .md-only\:hover\:text-blue-600:hover{
    color: rgba(70, 97, 153, .97);
  }

  .md-only\:hover\:text-blue-700:hover{
    color: rgba(70, 97, 153);
  }

  .md-only\:hover\:text-bluegrey-100:hover{
    color: #D9D9D9;
  }

  .md-only\:hover\:text-terracotta-500:hover{
    color: #bb7265;
  }

  .md-only\:hover\:text-terracotta-600:hover{
    color: #a46357;
  }

  .md-only\:hover\:text-sky-100:hover{
    color: #dff2fe;
  }

  .md-only\:hover\:text-sky-200:hover{
    color: #a2c3d3;
  }

  .md-only\:hover\:text-neutral-500:hover{
    color: #636466;
  }

  .md-only\:hover\:text-gray-50:hover{
    color: #fcfcfc;
  }

  .md-only\:hover\:text-gray-100:hover{
    color: #e7e7e7;
  }

  .md-only\:hover\:text-gray-125:hover{
    color: #f0f0f0;
  }

  .md-only\:hover\:text-gray-150:hover{
    color: #dddddd;
  }

  .md-only\:hover\:text-gray-200:hover{
    color: #868b8f;
  }

  .md-only\:hover\:text-gray-250:hover{
    color: #a6a5a5;
  }

  .md-only\:hover\:text-gray-300:hover{
    color: #979796;
  }

  .md-only\:hover\:text-gray-400:hover{
    color: #abaeb1;
  }

  .md-only\:hover\:text-gray-500:hover{
    color: #c7c7c7;
  }

  .md-only\:hover\:text-gray-550:hover{
    color: #ccc;
  }

  .md-only\:hover\:text-gray-600:hover{
    color: #707070;
  }

  .md-only\:hover\:text-gray-700:hover{
    color: #555555;
  }

  .md-only\:hover\:text-gray-800:hover{
    color: #333232;
  }

  .md-only\:hover\:text-gray-900:hover{
    color: rgba(0, 0, 0, 0.8);
  }

  .md-only\:hover\:text-gray-1000:hover{
    color: #dadada;
  }

  .md-only\:hover\:text-gray-1100:hover{
    color: #ededed;
  }

  .md-only\:hover\:text-gray-1200:hover{
    color: #b1b1b1;
  }

  .md-only\:hover\:text-gray-1300:hover{
    color: #9b9b9b;
  }

  .md-only\:hover\:text-gray-1400:hover{
    color: #999ea1;
  }

  .md-only\:hover\:text-gray-1500:hover{
    color: #464646;
  }

  .md-only\:hover\:text-gray-1600:hover{
    color: #9A9FA2;
  }

  .md-only\:hover\:text-gray-1700:hover{
    color: #FBFBFB;
  }

  .md-only\:hover\:text-gray-1800:hover{
    color: #494949;
  }

  .md-only\:hover\:text-gray-1900:hover{
    color: #797979;
  }

  .md-only\:hover\:text-tan-300:hover{
    color: #d2a680;
  }

  .md-only\:hover\:text-tan-400:hover{
    color: #a38b71;
  }

  .md-only\:hover\:text-tan-500:hover{
    color: #b18259;
  }

  .md-only\:hover\:text-tan-600:hover{
    color: #c29064;
  }

  .md-only\:focus\:text-transparent:focus{
    color: transparent;
  }

  .md-only\:focus\:text-current:focus{
    color: currentColor;
  }

  .md-only\:focus\:text-black:focus{
    color: #000000;
  }

  .md-only\:focus\:text-white:focus{
    color: #ffffff;
  }

  .md-only\:focus\:text-overlay:focus{
    color: rgba(0,0,0,.2);
  }

  .md-only\:focus\:text-transparent-background:focus{
    color: rgba(0,0,0,.7);
  }

  .md-only\:focus\:text-red-400:focus{
    color: #ed4956;
  }

  .md-only\:focus\:text-red-500:focus{
    color: #e74a4a;
  }

  .md-only\:focus\:text-orange-300:focus{
    color: #a8774f;
  }

  .md-only\:focus\:text-orange-400:focus{
    color: #926642;
  }

  .md-only\:focus\:text-orange-500:focus{
    color: #d35a3a;
  }

  .md-only\:focus\:text-green-200:focus{
    color: #d5d4a3;
  }

  .md-only\:focus\:text-green-300:focus{
    color: #f05a30;
  }

  .md-only\:focus\:text-green-400:focus{
    color: #b8b78a;
  }

  .md-only\:focus\:text-green-500:focus{
    color: #48bb78;
  }

  .md-only\:focus\:text-green-600:focus{
    color: #a4c264;
  }

  .md-only\:focus\:text-green-700:focus{
    color: #B8B78F;
  }

  .md-only\:focus\:text-blue-400:focus{
    color: #a2c3d3;
  }

  .md-only\:focus\:text-blue-500:focus{
    color: #65a6c2;
  }

  .md-only\:focus\:text-blue-600:focus{
    color: rgba(70, 97, 153, .97);
  }

  .md-only\:focus\:text-blue-700:focus{
    color: rgba(70, 97, 153);
  }

  .md-only\:focus\:text-bluegrey-100:focus{
    color: #D9D9D9;
  }

  .md-only\:focus\:text-terracotta-500:focus{
    color: #bb7265;
  }

  .md-only\:focus\:text-terracotta-600:focus{
    color: #a46357;
  }

  .md-only\:focus\:text-sky-100:focus{
    color: #dff2fe;
  }

  .md-only\:focus\:text-sky-200:focus{
    color: #a2c3d3;
  }

  .md-only\:focus\:text-neutral-500:focus{
    color: #636466;
  }

  .md-only\:focus\:text-gray-50:focus{
    color: #fcfcfc;
  }

  .md-only\:focus\:text-gray-100:focus{
    color: #e7e7e7;
  }

  .md-only\:focus\:text-gray-125:focus{
    color: #f0f0f0;
  }

  .md-only\:focus\:text-gray-150:focus{
    color: #dddddd;
  }

  .md-only\:focus\:text-gray-200:focus{
    color: #868b8f;
  }

  .md-only\:focus\:text-gray-250:focus{
    color: #a6a5a5;
  }

  .md-only\:focus\:text-gray-300:focus{
    color: #979796;
  }

  .md-only\:focus\:text-gray-400:focus{
    color: #abaeb1;
  }

  .md-only\:focus\:text-gray-500:focus{
    color: #c7c7c7;
  }

  .md-only\:focus\:text-gray-550:focus{
    color: #ccc;
  }

  .md-only\:focus\:text-gray-600:focus{
    color: #707070;
  }

  .md-only\:focus\:text-gray-700:focus{
    color: #555555;
  }

  .md-only\:focus\:text-gray-800:focus{
    color: #333232;
  }

  .md-only\:focus\:text-gray-900:focus{
    color: rgba(0, 0, 0, 0.8);
  }

  .md-only\:focus\:text-gray-1000:focus{
    color: #dadada;
  }

  .md-only\:focus\:text-gray-1100:focus{
    color: #ededed;
  }

  .md-only\:focus\:text-gray-1200:focus{
    color: #b1b1b1;
  }

  .md-only\:focus\:text-gray-1300:focus{
    color: #9b9b9b;
  }

  .md-only\:focus\:text-gray-1400:focus{
    color: #999ea1;
  }

  .md-only\:focus\:text-gray-1500:focus{
    color: #464646;
  }

  .md-only\:focus\:text-gray-1600:focus{
    color: #9A9FA2;
  }

  .md-only\:focus\:text-gray-1700:focus{
    color: #FBFBFB;
  }

  .md-only\:focus\:text-gray-1800:focus{
    color: #494949;
  }

  .md-only\:focus\:text-gray-1900:focus{
    color: #797979;
  }

  .md-only\:focus\:text-tan-300:focus{
    color: #d2a680;
  }

  .md-only\:focus\:text-tan-400:focus{
    color: #a38b71;
  }

  .md-only\:focus\:text-tan-500:focus{
    color: #b18259;
  }

  .md-only\:focus\:text-tan-600:focus{
    color: #c29064;
  }

  .active.md-only\:self-active\:text-transparent{
    color: transparent;
  }

  .active.md-only\:self-active\:text-current{
    color: currentColor;
  }

  .active.md-only\:self-active\:text-black{
    color: #000000;
  }

  .active.md-only\:self-active\:text-white{
    color: #ffffff;
  }

  .active.md-only\:self-active\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  .active.md-only\:self-active\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  .active.md-only\:self-active\:text-red-400{
    color: #ed4956;
  }

  .active.md-only\:self-active\:text-red-500{
    color: #e74a4a;
  }

  .active.md-only\:self-active\:text-orange-300{
    color: #a8774f;
  }

  .active.md-only\:self-active\:text-orange-400{
    color: #926642;
  }

  .active.md-only\:self-active\:text-orange-500{
    color: #d35a3a;
  }

  .active.md-only\:self-active\:text-green-200{
    color: #d5d4a3;
  }

  .active.md-only\:self-active\:text-green-300{
    color: #f05a30;
  }

  .active.md-only\:self-active\:text-green-400{
    color: #b8b78a;
  }

  .active.md-only\:self-active\:text-green-500{
    color: #48bb78;
  }

  .active.md-only\:self-active\:text-green-600{
    color: #a4c264;
  }

  .active.md-only\:self-active\:text-green-700{
    color: #B8B78F;
  }

  .active.md-only\:self-active\:text-blue-400{
    color: #a2c3d3;
  }

  .active.md-only\:self-active\:text-blue-500{
    color: #65a6c2;
  }

  .active.md-only\:self-active\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  .active.md-only\:self-active\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  .active.md-only\:self-active\:text-bluegrey-100{
    color: #D9D9D9;
  }

  .active.md-only\:self-active\:text-terracotta-500{
    color: #bb7265;
  }

  .active.md-only\:self-active\:text-terracotta-600{
    color: #a46357;
  }

  .active.md-only\:self-active\:text-sky-100{
    color: #dff2fe;
  }

  .active.md-only\:self-active\:text-sky-200{
    color: #a2c3d3;
  }

  .active.md-only\:self-active\:text-neutral-500{
    color: #636466;
  }

  .active.md-only\:self-active\:text-gray-50{
    color: #fcfcfc;
  }

  .active.md-only\:self-active\:text-gray-100{
    color: #e7e7e7;
  }

  .active.md-only\:self-active\:text-gray-125{
    color: #f0f0f0;
  }

  .active.md-only\:self-active\:text-gray-150{
    color: #dddddd;
  }

  .active.md-only\:self-active\:text-gray-200{
    color: #868b8f;
  }

  .active.md-only\:self-active\:text-gray-250{
    color: #a6a5a5;
  }

  .active.md-only\:self-active\:text-gray-300{
    color: #979796;
  }

  .active.md-only\:self-active\:text-gray-400{
    color: #abaeb1;
  }

  .active.md-only\:self-active\:text-gray-500{
    color: #c7c7c7;
  }

  .active.md-only\:self-active\:text-gray-550{
    color: #ccc;
  }

  .active.md-only\:self-active\:text-gray-600{
    color: #707070;
  }

  .active.md-only\:self-active\:text-gray-700{
    color: #555555;
  }

  .active.md-only\:self-active\:text-gray-800{
    color: #333232;
  }

  .active.md-only\:self-active\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  .active.md-only\:self-active\:text-gray-1000{
    color: #dadada;
  }

  .active.md-only\:self-active\:text-gray-1100{
    color: #ededed;
  }

  .active.md-only\:self-active\:text-gray-1200{
    color: #b1b1b1;
  }

  .active.md-only\:self-active\:text-gray-1300{
    color: #9b9b9b;
  }

  .active.md-only\:self-active\:text-gray-1400{
    color: #999ea1;
  }

  .active.md-only\:self-active\:text-gray-1500{
    color: #464646;
  }

  .active.md-only\:self-active\:text-gray-1600{
    color: #9A9FA2;
  }

  .active.md-only\:self-active\:text-gray-1700{
    color: #FBFBFB;
  }

  .active.md-only\:self-active\:text-gray-1800{
    color: #494949;
  }

  .active.md-only\:self-active\:text-gray-1900{
    color: #797979;
  }

  .active.md-only\:self-active\:text-tan-300{
    color: #d2a680;
  }

  .active.md-only\:self-active\:text-tan-400{
    color: #a38b71;
  }

  .active.md-only\:self-active\:text-tan-500{
    color: #b18259;
  }

  .active.md-only\:self-active\:text-tan-600{
    color: #c29064;
  }

  .group:hover .md-only\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .md-only\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .md-only\:group-hover\:text-black{
    color: #000000;
  }

  .group:hover .md-only\:group-hover\:text-white{
    color: #ffffff;
  }

  .group:hover .md-only\:group-hover\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  .group:hover .md-only\:group-hover\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  .group:hover .md-only\:group-hover\:text-red-400{
    color: #ed4956;
  }

  .group:hover .md-only\:group-hover\:text-red-500{
    color: #e74a4a;
  }

  .group:hover .md-only\:group-hover\:text-orange-300{
    color: #a8774f;
  }

  .group:hover .md-only\:group-hover\:text-orange-400{
    color: #926642;
  }

  .group:hover .md-only\:group-hover\:text-orange-500{
    color: #d35a3a;
  }

  .group:hover .md-only\:group-hover\:text-green-200{
    color: #d5d4a3;
  }

  .group:hover .md-only\:group-hover\:text-green-300{
    color: #f05a30;
  }

  .group:hover .md-only\:group-hover\:text-green-400{
    color: #b8b78a;
  }

  .group:hover .md-only\:group-hover\:text-green-500{
    color: #48bb78;
  }

  .group:hover .md-only\:group-hover\:text-green-600{
    color: #a4c264;
  }

  .group:hover .md-only\:group-hover\:text-green-700{
    color: #B8B78F;
  }

  .group:hover .md-only\:group-hover\:text-blue-400{
    color: #a2c3d3;
  }

  .group:hover .md-only\:group-hover\:text-blue-500{
    color: #65a6c2;
  }

  .group:hover .md-only\:group-hover\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  .group:hover .md-only\:group-hover\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  .group:hover .md-only\:group-hover\:text-bluegrey-100{
    color: #D9D9D9;
  }

  .group:hover .md-only\:group-hover\:text-terracotta-500{
    color: #bb7265;
  }

  .group:hover .md-only\:group-hover\:text-terracotta-600{
    color: #a46357;
  }

  .group:hover .md-only\:group-hover\:text-sky-100{
    color: #dff2fe;
  }

  .group:hover .md-only\:group-hover\:text-sky-200{
    color: #a2c3d3;
  }

  .group:hover .md-only\:group-hover\:text-neutral-500{
    color: #636466;
  }

  .group:hover .md-only\:group-hover\:text-gray-50{
    color: #fcfcfc;
  }

  .group:hover .md-only\:group-hover\:text-gray-100{
    color: #e7e7e7;
  }

  .group:hover .md-only\:group-hover\:text-gray-125{
    color: #f0f0f0;
  }

  .group:hover .md-only\:group-hover\:text-gray-150{
    color: #dddddd;
  }

  .group:hover .md-only\:group-hover\:text-gray-200{
    color: #868b8f;
  }

  .group:hover .md-only\:group-hover\:text-gray-250{
    color: #a6a5a5;
  }

  .group:hover .md-only\:group-hover\:text-gray-300{
    color: #979796;
  }

  .group:hover .md-only\:group-hover\:text-gray-400{
    color: #abaeb1;
  }

  .group:hover .md-only\:group-hover\:text-gray-500{
    color: #c7c7c7;
  }

  .group:hover .md-only\:group-hover\:text-gray-550{
    color: #ccc;
  }

  .group:hover .md-only\:group-hover\:text-gray-600{
    color: #707070;
  }

  .group:hover .md-only\:group-hover\:text-gray-700{
    color: #555555;
  }

  .group:hover .md-only\:group-hover\:text-gray-800{
    color: #333232;
  }

  .group:hover .md-only\:group-hover\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .md-only\:group-hover\:text-gray-1000{
    color: #dadada;
  }

  .group:hover .md-only\:group-hover\:text-gray-1100{
    color: #ededed;
  }

  .group:hover .md-only\:group-hover\:text-gray-1200{
    color: #b1b1b1;
  }

  .group:hover .md-only\:group-hover\:text-gray-1300{
    color: #9b9b9b;
  }

  .group:hover .md-only\:group-hover\:text-gray-1400{
    color: #999ea1;
  }

  .group:hover .md-only\:group-hover\:text-gray-1500{
    color: #464646;
  }

  .group:hover .md-only\:group-hover\:text-gray-1600{
    color: #9A9FA2;
  }

  .group:hover .md-only\:group-hover\:text-gray-1700{
    color: #FBFBFB;
  }

  .group:hover .md-only\:group-hover\:text-gray-1800{
    color: #494949;
  }

  .group:hover .md-only\:group-hover\:text-gray-1900{
    color: #797979;
  }

  .group:hover .md-only\:group-hover\:text-tan-300{
    color: #d2a680;
  }

  .group:hover .md-only\:group-hover\:text-tan-400{
    color: #a38b71;
  }

  .group:hover .md-only\:group-hover\:text-tan-500{
    color: #b18259;
  }

  .group:hover .md-only\:group-hover\:text-tan-600{
    color: #c29064;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-transparent{
    color: transparent;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-current{
    color: currentColor;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-black{
    color: #000000;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-white{
    color: #ffffff;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-red-400{
    color: #ed4956;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-red-500{
    color: #e74a4a;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-orange-300{
    color: #a8774f;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-orange-400{
    color: #926642;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-orange-500{
    color: #d35a3a;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-green-200{
    color: #d5d4a3;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-green-300{
    color: #f05a30;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-green-400{
    color: #b8b78a;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-green-500{
    color: #48bb78;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-green-600{
    color: #a4c264;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-green-700{
    color: #B8B78F;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-blue-400{
    color: #a2c3d3;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-blue-500{
    color: #65a6c2;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-bluegrey-100{
    color: #D9D9D9;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-terracotta-500{
    color: #bb7265;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-terracotta-600{
    color: #a46357;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-sky-100{
    color: #dff2fe;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-sky-200{
    color: #a2c3d3;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-neutral-500{
    color: #636466;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-gray-50{
    color: #fcfcfc;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-gray-100{
    color: #e7e7e7;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-gray-125{
    color: #f0f0f0;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-gray-150{
    color: #dddddd;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-gray-200{
    color: #868b8f;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-gray-250{
    color: #a6a5a5;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-gray-300{
    color: #979796;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-gray-400{
    color: #abaeb1;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-gray-500{
    color: #c7c7c7;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-gray-550{
    color: #ccc;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-gray-600{
    color: #707070;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-gray-700{
    color: #555555;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-gray-800{
    color: #333232;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-gray-1000{
    color: #dadada;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-gray-1100{
    color: #ededed;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-gray-1200{
    color: #b1b1b1;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-gray-1300{
    color: #9b9b9b;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-gray-1400{
    color: #999ea1;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-gray-1500{
    color: #464646;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-gray-1600{
    color: #9A9FA2;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-gray-1700{
    color: #FBFBFB;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-gray-1800{
    color: #494949;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-gray-1900{
    color: #797979;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-tan-300{
    color: #d2a680;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-tan-400{
    color: #a38b71;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-tan-500{
    color: #b18259;
  }

  [data-planit-favorite="true"] .md-only\:group-favorite\:text-tan-600{
    color: #c29064;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-transparent{
    color: transparent;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-current{
    color: currentColor;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-black{
    color: #000000;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-white{
    color: #ffffff;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-red-400{
    color: #ed4956;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-red-500{
    color: #e74a4a;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-orange-300{
    color: #a8774f;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-orange-400{
    color: #926642;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-orange-500{
    color: #d35a3a;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-green-200{
    color: #d5d4a3;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-green-300{
    color: #f05a30;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-green-400{
    color: #b8b78a;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-green-500{
    color: #48bb78;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-green-600{
    color: #a4c264;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-green-700{
    color: #B8B78F;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-blue-400{
    color: #a2c3d3;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-blue-500{
    color: #65a6c2;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-bluegrey-100{
    color: #D9D9D9;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-terracotta-500{
    color: #bb7265;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-terracotta-600{
    color: #a46357;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-sky-100{
    color: #dff2fe;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-sky-200{
    color: #a2c3d3;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-neutral-500{
    color: #636466;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-gray-50{
    color: #fcfcfc;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-gray-100{
    color: #e7e7e7;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-gray-125{
    color: #f0f0f0;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-gray-150{
    color: #dddddd;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-gray-200{
    color: #868b8f;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-gray-250{
    color: #a6a5a5;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-gray-300{
    color: #979796;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-gray-400{
    color: #abaeb1;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-gray-500{
    color: #c7c7c7;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-gray-550{
    color: #ccc;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-gray-600{
    color: #707070;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-gray-700{
    color: #555555;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-gray-800{
    color: #333232;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-gray-1000{
    color: #dadada;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-gray-1100{
    color: #ededed;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-gray-1200{
    color: #b1b1b1;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-gray-1300{
    color: #9b9b9b;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-gray-1400{
    color: #999ea1;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-gray-1500{
    color: #464646;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-gray-1600{
    color: #9A9FA2;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-gray-1700{
    color: #FBFBFB;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-gray-1800{
    color: #494949;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-gray-1900{
    color: #797979;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-tan-300{
    color: #d2a680;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-tan-400{
    color: #a38b71;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-tan-500{
    color: #b18259;
  }

  [data-planit-favorite-counter="true"] .md-only\:group-favorite-counter\:text-tan-600{
    color: #c29064;
  }

  .md-only\:text-xs{
    font-size: 0.75rem;
  }

  .md-only\:text-sm{
    font-size: 0.875rem;
  }

  .md-only\:text-base{
    font-size: 1rem;
  }

  .md-only\:text-lg{
    font-size: 1.125rem;
  }

  .md-only\:text-xl{
    font-size: 1.25rem;
  }

  .md-only\:text-2xl{
    font-size: 1.5rem;
  }

  .md-only\:text-3xl{
    font-size: 1.875rem;
  }

  .md-only\:text-4xl{
    font-size: 2.25rem;
  }

  .md-only\:text-5xl{
    font-size: 3rem;
  }

  .md-only\:text-6xl{
    font-size: 4rem;
  }

  .md-only\:italic{
    font-style: italic;
  }

  .md-only\:not-italic{
    font-style: normal;
  }

  .md-only\:uppercase{
    text-transform: uppercase;
  }

  .md-only\:lowercase{
    text-transform: lowercase;
  }

  .md-only\:capitalize{
    text-transform: capitalize;
  }

  .md-only\:normal-case{
    text-transform: none;
  }

  .md-only\:underline{
    text-decoration: underline;
  }

  .md-only\:line-through{
    text-decoration: line-through;
  }

  .md-only\:no-underline{
    text-decoration: none;
  }

  .md-only\:hover\:underline:hover{
    text-decoration: underline;
  }

  .md-only\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .md-only\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .md-only\:focus\:underline:focus{
    text-decoration: underline;
  }

  .md-only\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .md-only\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .group:hover .md-only\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .md-only\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .md-only\:group-hover\:no-underline{
    text-decoration: none;
  }

  .md-only\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md-only\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md-only\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .md-only\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .md-only\:tracking-normal{
    letter-spacing: 0;
  }

  .md-only\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .md-only\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .md-only\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .md-only\:tracking-heading{
    letter-spacing: -0.04em;
  }

  .md-only\:tracking-heading-tighter{
    letter-spacing: -0.08em;
  }

  .md-only\:tracking-input-mask{
    letter-spacing: .35em;
  }

  .md-only\:select-none{
    -ms-user-select: none;
        user-select: none;
  }

  .md-only\:select-text{
    -ms-user-select: text;
        user-select: text;
  }

  .md-only\:select-all{
    -ms-user-select: all;
        user-select: all;
  }

  .md-only\:select-auto{
    -ms-user-select: auto;
        user-select: auto;
  }

  .md-only\:align-baseline{
    vertical-align: baseline;
  }

  .md-only\:align-top{
    vertical-align: top;
  }

  .md-only\:align-middle{
    vertical-align: middle;
  }

  .md-only\:align-bottom{
    vertical-align: bottom;
  }

  .md-only\:align-text-top{
    vertical-align: text-top;
  }

  .md-only\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .md-only\:visible{
    visibility: visible;
  }

  .md-only\:invisible{
    visibility: hidden;
  }

  .group:hover .md-only\:group-hover\:visible{
    visibility: visible;
  }

  .group:hover .md-only\:group-hover\:invisible{
    visibility: hidden;
  }

  .md-only\:whitespace-normal{
    white-space: normal;
  }

  .md-only\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .md-only\:whitespace-pre{
    white-space: pre;
  }

  .md-only\:whitespace-pre-line{
    white-space: pre-line;
  }

  .md-only\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .md-only\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .md-only\:break-words{
    overflow-wrap: break-word;
  }

  .md-only\:break-all{
    word-break: break-all;
  }

  .md-only\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md-only\:w-0{
    width: 0;
  }

  .md-only\:w-1{
    width: 0.25rem;
  }

  .md-only\:w-2{
    width: 0.5rem;
  }

  .md-only\:w-3{
    width: 0.75rem;
  }

  .md-only\:w-4{
    width: 1rem;
  }

  .md-only\:w-5{
    width: 1.25rem;
  }

  .md-only\:w-6{
    width: 1.5rem;
  }

  .md-only\:w-8{
    width: 2rem;
  }

  .md-only\:w-10{
    width: 2.5rem;
  }

  .md-only\:w-12{
    width: 3rem;
  }

  .md-only\:w-14{
    width: 3.5rem;
  }

  .md-only\:w-16{
    width: 4rem;
  }

  .md-only\:w-20{
    width: 5rem;
  }

  .md-only\:w-24{
    width: 6rem;
  }

  .md-only\:w-32{
    width: 8rem;
  }

  .md-only\:w-40{
    width: 10rem;
  }

  .md-only\:w-48{
    width: 12rem;
  }

  .md-only\:w-56{
    width: 14rem;
  }

  .md-only\:w-64{
    width: 16rem;
  }

  .md-only\:w-440{
    width: 440px;
  }

  .md-only\:w-auto{
    width: auto;
  }

  .md-only\:w-px{
    width: 1px;
  }

  .md-only\:w-full{
    width: 100%;
  }

  .md-only\:w-1\/2{
    width: 50%;
  }

  .md-only\:w-1\/3{
    width: 33.333333%;
  }

  .md-only\:w-2\/3{
    width: 66.666667%;
  }

  .md-only\:w-1\/4{
    width: 25%;
  }

  .md-only\:w-2\/4{
    width: 50%;
  }

  .md-only\:w-3\/4{
    width: 75%;
  }

  .md-only\:w-1\/5{
    width: 20%;
  }

  .md-only\:w-2\/5{
    width: 40%;
  }

  .md-only\:w-3\/5{
    width: 60%;
  }

  .md-only\:w-4\/5{
    width: 80%;
  }

  .md-only\:w-1\/6{
    width: 16.666667%;
  }

  .md-only\:w-2\/6{
    width: 33.333333%;
  }

  .md-only\:w-3\/6{
    width: 50%;
  }

  .md-only\:w-4\/6{
    width: 66.666667%;
  }

  .md-only\:w-5\/6{
    width: 83.333333%;
  }

  .md-only\:w-1\/12{
    width: 8.333333%;
  }

  .md-only\:w-2\/12{
    width: 16.666667%;
  }

  .md-only\:w-3\/12{
    width: 25%;
  }

  .md-only\:w-4\/12{
    width: 33.333333%;
  }

  .md-only\:w-5\/12{
    width: 41.666667%;
  }

  .md-only\:w-6\/12{
    width: 50%;
  }

  .md-only\:w-7\/12{
    width: 58.333333%;
  }

  .md-only\:w-8\/12{
    width: 66.666667%;
  }

  .md-only\:w-9\/12{
    width: 75%;
  }

  .md-only\:w-10\/12{
    width: 83.333333%;
  }

  .md-only\:w-11\/12{
    width: 91.666667%;
  }

  .md-only\:w-screen{
    width: 100vw;
  }

  .md-only\:w-inherit{
    width: inherit;
  }

  .md-only\:w-screen-75{
    width: 75vw;
  }

  .md-only\:z-0{
    z-index: 0;
  }

  .md-only\:z-10{
    z-index: 10;
  }

  .md-only\:z-20{
    z-index: 20;
  }

  .md-only\:z-30{
    z-index: 30;
  }

  .md-only\:z-40{
    z-index: 40;
  }

  .md-only\:z-50{
    z-index: 50;
  }

  .md-only\:z-auto{
    z-index: auto;
  }

  .md-only\:-z-1{
    z-index: -1;
  }

  .md-only\:hover\:z-0:hover{
    z-index: 0;
  }

  .md-only\:hover\:z-10:hover{
    z-index: 10;
  }

  .md-only\:hover\:z-20:hover{
    z-index: 20;
  }

  .md-only\:hover\:z-30:hover{
    z-index: 30;
  }

  .md-only\:hover\:z-40:hover{
    z-index: 40;
  }

  .md-only\:hover\:z-50:hover{
    z-index: 50;
  }

  .md-only\:hover\:z-auto:hover{
    z-index: auto;
  }

  .md-only\:hover\:-z-1:hover{
    z-index: -1;
  }

  .md-only\:-transform-y-50 {
    transform: translate(0, -50px);
  }

  .md-only\:transform-y-0 {
    transform: translate(0, 0);
  }

  .md-only\:text-shadow-md {
    text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.8);
  }
}

@media (min-width: 1240px){
  .lg\: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;
  }

  .lg\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:appearance-none{
    appearance: none;
  }

  .lg\:bg-fixed{
    background-attachment: fixed;
  }

  .lg\:bg-local{
    background-attachment: local;
  }

  .lg\:bg-scroll{
    background-attachment: scroll;
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:bg-current{
    background-color: currentColor;
  }

  .lg\:bg-black{
    background-color: #000000;
  }

  .lg\:bg-white{
    background-color: #ffffff;
  }

  .lg\:bg-overlay{
    background-color: rgba(0,0,0,.2);
  }

  .lg\:bg-transparent-background{
    background-color: rgba(0,0,0,.7);
  }

  .lg\:bg-red-400{
    background-color: #ed4956;
  }

  .lg\:bg-red-500{
    background-color: #e74a4a;
  }

  .lg\:bg-orange-300{
    background-color: #a8774f;
  }

  .lg\:bg-orange-400{
    background-color: #926642;
  }

  .lg\:bg-orange-500{
    background-color: #d35a3a;
  }

  .lg\:bg-green-200{
    background-color: #d5d4a3;
  }

  .lg\:bg-green-300{
    background-color: #f05a30;
  }

  .lg\:bg-green-400{
    background-color: #b8b78a;
  }

  .lg\:bg-green-500{
    background-color: #48bb78;
  }

  .lg\:bg-green-600{
    background-color: #a4c264;
  }

  .lg\:bg-green-700{
    background-color: #B8B78F;
  }

  .lg\:bg-blue-400{
    background-color: #a2c3d3;
  }

  .lg\:bg-blue-500{
    background-color: #65a6c2;
  }

  .lg\:bg-blue-600{
    background-color: rgba(70, 97, 153, .97);
  }

  .lg\:bg-blue-700{
    background-color: rgba(70, 97, 153);
  }

  .lg\:bg-bluegrey-100{
    background-color: #D9D9D9;
  }

  .lg\:bg-terracotta-500{
    background-color: #bb7265;
  }

  .lg\:bg-terracotta-600{
    background-color: #a46357;
  }

  .lg\:bg-sky-100{
    background-color: #dff2fe;
  }

  .lg\:bg-sky-200{
    background-color: #a2c3d3;
  }

  .lg\:bg-neutral-500{
    background-color: #636466;
  }

  .lg\:bg-gray-50{
    background-color: #fcfcfc;
  }

  .lg\:bg-gray-100{
    background-color: #e7e7e7;
  }

  .lg\:bg-gray-125{
    background-color: #f0f0f0;
  }

  .lg\:bg-gray-150{
    background-color: #dddddd;
  }

  .lg\:bg-gray-200{
    background-color: #868b8f;
  }

  .lg\:bg-gray-250{
    background-color: #a6a5a5;
  }

  .lg\:bg-gray-300{
    background-color: #979796;
  }

  .lg\:bg-gray-400{
    background-color: #abaeb1;
  }

  .lg\:bg-gray-500{
    background-color: #c7c7c7;
  }

  .lg\:bg-gray-550{
    background-color: #ccc;
  }

  .lg\:bg-gray-600{
    background-color: #707070;
  }

  .lg\:bg-gray-700{
    background-color: #555555;
  }

  .lg\:bg-gray-800{
    background-color: #333232;
  }

  .lg\:bg-gray-900{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:bg-gray-1000{
    background-color: #dadada;
  }

  .lg\:bg-gray-1100{
    background-color: #ededed;
  }

  .lg\:bg-gray-1200{
    background-color: #b1b1b1;
  }

  .lg\:bg-gray-1300{
    background-color: #9b9b9b;
  }

  .lg\:bg-gray-1400{
    background-color: #999ea1;
  }

  .lg\:bg-gray-1500{
    background-color: #464646;
  }

  .lg\:bg-gray-1600{
    background-color: #9A9FA2;
  }

  .lg\:bg-gray-1700{
    background-color: #FBFBFB;
  }

  .lg\:bg-gray-1800{
    background-color: #494949;
  }

  .lg\:bg-gray-1900{
    background-color: #797979;
  }

  .lg\:bg-tan-300{
    background-color: #d2a680;
  }

  .lg\:bg-tan-400{
    background-color: #a38b71;
  }

  .lg\:bg-tan-500{
    background-color: #b18259;
  }

  .lg\:bg-tan-600{
    background-color: #c29064;
  }

  .lg\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .lg\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .lg\:hover\:bg-black:hover{
    background-color: #000000;
  }

  .lg\:hover\:bg-white:hover{
    background-color: #ffffff;
  }

  .lg\:hover\:bg-overlay:hover{
    background-color: rgba(0,0,0,.2);
  }

  .lg\:hover\:bg-transparent-background:hover{
    background-color: rgba(0,0,0,.7);
  }

  .lg\:hover\:bg-red-400:hover{
    background-color: #ed4956;
  }

  .lg\:hover\:bg-red-500:hover{
    background-color: #e74a4a;
  }

  .lg\:hover\:bg-orange-300:hover{
    background-color: #a8774f;
  }

  .lg\:hover\:bg-orange-400:hover{
    background-color: #926642;
  }

  .lg\:hover\:bg-orange-500:hover{
    background-color: #d35a3a;
  }

  .lg\:hover\:bg-green-200:hover{
    background-color: #d5d4a3;
  }

  .lg\:hover\:bg-green-300:hover{
    background-color: #f05a30;
  }

  .lg\:hover\:bg-green-400:hover{
    background-color: #b8b78a;
  }

  .lg\:hover\:bg-green-500:hover{
    background-color: #48bb78;
  }

  .lg\:hover\:bg-green-600:hover{
    background-color: #a4c264;
  }

  .lg\:hover\:bg-green-700:hover{
    background-color: #B8B78F;
  }

  .lg\:hover\:bg-blue-400:hover{
    background-color: #a2c3d3;
  }

  .lg\:hover\:bg-blue-500:hover{
    background-color: #65a6c2;
  }

  .lg\:hover\:bg-blue-600:hover{
    background-color: rgba(70, 97, 153, .97);
  }

  .lg\:hover\:bg-blue-700:hover{
    background-color: rgba(70, 97, 153);
  }

  .lg\:hover\:bg-bluegrey-100:hover{
    background-color: #D9D9D9;
  }

  .lg\:hover\:bg-terracotta-500:hover{
    background-color: #bb7265;
  }

  .lg\:hover\:bg-terracotta-600:hover{
    background-color: #a46357;
  }

  .lg\:hover\:bg-sky-100:hover{
    background-color: #dff2fe;
  }

  .lg\:hover\:bg-sky-200:hover{
    background-color: #a2c3d3;
  }

  .lg\:hover\:bg-neutral-500:hover{
    background-color: #636466;
  }

  .lg\:hover\:bg-gray-50:hover{
    background-color: #fcfcfc;
  }

  .lg\:hover\:bg-gray-100:hover{
    background-color: #e7e7e7;
  }

  .lg\:hover\:bg-gray-125:hover{
    background-color: #f0f0f0;
  }

  .lg\:hover\:bg-gray-150:hover{
    background-color: #dddddd;
  }

  .lg\:hover\:bg-gray-200:hover{
    background-color: #868b8f;
  }

  .lg\:hover\:bg-gray-250:hover{
    background-color: #a6a5a5;
  }

  .lg\:hover\:bg-gray-300:hover{
    background-color: #979796;
  }

  .lg\:hover\:bg-gray-400:hover{
    background-color: #abaeb1;
  }

  .lg\:hover\:bg-gray-500:hover{
    background-color: #c7c7c7;
  }

  .lg\:hover\:bg-gray-550:hover{
    background-color: #ccc;
  }

  .lg\:hover\:bg-gray-600:hover{
    background-color: #707070;
  }

  .lg\:hover\:bg-gray-700:hover{
    background-color: #555555;
  }

  .lg\:hover\:bg-gray-800:hover{
    background-color: #333232;
  }

  .lg\:hover\:bg-gray-900:hover{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:hover\:bg-gray-1000:hover{
    background-color: #dadada;
  }

  .lg\:hover\:bg-gray-1100:hover{
    background-color: #ededed;
  }

  .lg\:hover\:bg-gray-1200:hover{
    background-color: #b1b1b1;
  }

  .lg\:hover\:bg-gray-1300:hover{
    background-color: #9b9b9b;
  }

  .lg\:hover\:bg-gray-1400:hover{
    background-color: #999ea1;
  }

  .lg\:hover\:bg-gray-1500:hover{
    background-color: #464646;
  }

  .lg\:hover\:bg-gray-1600:hover{
    background-color: #9A9FA2;
  }

  .lg\:hover\:bg-gray-1700:hover{
    background-color: #FBFBFB;
  }

  .lg\:hover\:bg-gray-1800:hover{
    background-color: #494949;
  }

  .lg\:hover\:bg-gray-1900:hover{
    background-color: #797979;
  }

  .lg\:hover\:bg-tan-300:hover{
    background-color: #d2a680;
  }

  .lg\:hover\:bg-tan-400:hover{
    background-color: #a38b71;
  }

  .lg\:hover\:bg-tan-500:hover{
    background-color: #b18259;
  }

  .lg\:hover\:bg-tan-600:hover{
    background-color: #c29064;
  }

  .lg\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .lg\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .lg\:focus\:bg-black:focus{
    background-color: #000000;
  }

  .lg\:focus\:bg-white:focus{
    background-color: #ffffff;
  }

  .lg\:focus\:bg-overlay:focus{
    background-color: rgba(0,0,0,.2);
  }

  .lg\:focus\:bg-transparent-background:focus{
    background-color: rgba(0,0,0,.7);
  }

  .lg\:focus\:bg-red-400:focus{
    background-color: #ed4956;
  }

  .lg\:focus\:bg-red-500:focus{
    background-color: #e74a4a;
  }

  .lg\:focus\:bg-orange-300:focus{
    background-color: #a8774f;
  }

  .lg\:focus\:bg-orange-400:focus{
    background-color: #926642;
  }

  .lg\:focus\:bg-orange-500:focus{
    background-color: #d35a3a;
  }

  .lg\:focus\:bg-green-200:focus{
    background-color: #d5d4a3;
  }

  .lg\:focus\:bg-green-300:focus{
    background-color: #f05a30;
  }

  .lg\:focus\:bg-green-400:focus{
    background-color: #b8b78a;
  }

  .lg\:focus\:bg-green-500:focus{
    background-color: #48bb78;
  }

  .lg\:focus\:bg-green-600:focus{
    background-color: #a4c264;
  }

  .lg\:focus\:bg-green-700:focus{
    background-color: #B8B78F;
  }

  .lg\:focus\:bg-blue-400:focus{
    background-color: #a2c3d3;
  }

  .lg\:focus\:bg-blue-500:focus{
    background-color: #65a6c2;
  }

  .lg\:focus\:bg-blue-600:focus{
    background-color: rgba(70, 97, 153, .97);
  }

  .lg\:focus\:bg-blue-700:focus{
    background-color: rgba(70, 97, 153);
  }

  .lg\:focus\:bg-bluegrey-100:focus{
    background-color: #D9D9D9;
  }

  .lg\:focus\:bg-terracotta-500:focus{
    background-color: #bb7265;
  }

  .lg\:focus\:bg-terracotta-600:focus{
    background-color: #a46357;
  }

  .lg\:focus\:bg-sky-100:focus{
    background-color: #dff2fe;
  }

  .lg\:focus\:bg-sky-200:focus{
    background-color: #a2c3d3;
  }

  .lg\:focus\:bg-neutral-500:focus{
    background-color: #636466;
  }

  .lg\:focus\:bg-gray-50:focus{
    background-color: #fcfcfc;
  }

  .lg\:focus\:bg-gray-100:focus{
    background-color: #e7e7e7;
  }

  .lg\:focus\:bg-gray-125:focus{
    background-color: #f0f0f0;
  }

  .lg\:focus\:bg-gray-150:focus{
    background-color: #dddddd;
  }

  .lg\:focus\:bg-gray-200:focus{
    background-color: #868b8f;
  }

  .lg\:focus\:bg-gray-250:focus{
    background-color: #a6a5a5;
  }

  .lg\:focus\:bg-gray-300:focus{
    background-color: #979796;
  }

  .lg\:focus\:bg-gray-400:focus{
    background-color: #abaeb1;
  }

  .lg\:focus\:bg-gray-500:focus{
    background-color: #c7c7c7;
  }

  .lg\:focus\:bg-gray-550:focus{
    background-color: #ccc;
  }

  .lg\:focus\:bg-gray-600:focus{
    background-color: #707070;
  }

  .lg\:focus\:bg-gray-700:focus{
    background-color: #555555;
  }

  .lg\:focus\:bg-gray-800:focus{
    background-color: #333232;
  }

  .lg\:focus\:bg-gray-900:focus{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:focus\:bg-gray-1000:focus{
    background-color: #dadada;
  }

  .lg\:focus\:bg-gray-1100:focus{
    background-color: #ededed;
  }

  .lg\:focus\:bg-gray-1200:focus{
    background-color: #b1b1b1;
  }

  .lg\:focus\:bg-gray-1300:focus{
    background-color: #9b9b9b;
  }

  .lg\:focus\:bg-gray-1400:focus{
    background-color: #999ea1;
  }

  .lg\:focus\:bg-gray-1500:focus{
    background-color: #464646;
  }

  .lg\:focus\:bg-gray-1600:focus{
    background-color: #9A9FA2;
  }

  .lg\:focus\:bg-gray-1700:focus{
    background-color: #FBFBFB;
  }

  .lg\:focus\:bg-gray-1800:focus{
    background-color: #494949;
  }

  .lg\:focus\:bg-gray-1900:focus{
    background-color: #797979;
  }

  .lg\:focus\:bg-tan-300:focus{
    background-color: #d2a680;
  }

  .lg\:focus\:bg-tan-400:focus{
    background-color: #a38b71;
  }

  .lg\:focus\:bg-tan-500:focus{
    background-color: #b18259;
  }

  .lg\:focus\:bg-tan-600:focus{
    background-color: #c29064;
  }

  .active.lg\:self-active\:bg-transparent{
    background-color: transparent;
  }

  .active.lg\:self-active\:bg-current{
    background-color: currentColor;
  }

  .active.lg\:self-active\:bg-black{
    background-color: #000000;
  }

  .active.lg\:self-active\:bg-white{
    background-color: #ffffff;
  }

  .active.lg\:self-active\:bg-overlay{
    background-color: rgba(0,0,0,.2);
  }

  .active.lg\:self-active\:bg-transparent-background{
    background-color: rgba(0,0,0,.7);
  }

  .active.lg\:self-active\:bg-red-400{
    background-color: #ed4956;
  }

  .active.lg\:self-active\:bg-red-500{
    background-color: #e74a4a;
  }

  .active.lg\:self-active\:bg-orange-300{
    background-color: #a8774f;
  }

  .active.lg\:self-active\:bg-orange-400{
    background-color: #926642;
  }

  .active.lg\:self-active\:bg-orange-500{
    background-color: #d35a3a;
  }

  .active.lg\:self-active\:bg-green-200{
    background-color: #d5d4a3;
  }

  .active.lg\:self-active\:bg-green-300{
    background-color: #f05a30;
  }

  .active.lg\:self-active\:bg-green-400{
    background-color: #b8b78a;
  }

  .active.lg\:self-active\:bg-green-500{
    background-color: #48bb78;
  }

  .active.lg\:self-active\:bg-green-600{
    background-color: #a4c264;
  }

  .active.lg\:self-active\:bg-green-700{
    background-color: #B8B78F;
  }

  .active.lg\:self-active\:bg-blue-400{
    background-color: #a2c3d3;
  }

  .active.lg\:self-active\:bg-blue-500{
    background-color: #65a6c2;
  }

  .active.lg\:self-active\:bg-blue-600{
    background-color: rgba(70, 97, 153, .97);
  }

  .active.lg\:self-active\:bg-blue-700{
    background-color: rgba(70, 97, 153);
  }

  .active.lg\:self-active\:bg-bluegrey-100{
    background-color: #D9D9D9;
  }

  .active.lg\:self-active\:bg-terracotta-500{
    background-color: #bb7265;
  }

  .active.lg\:self-active\:bg-terracotta-600{
    background-color: #a46357;
  }

  .active.lg\:self-active\:bg-sky-100{
    background-color: #dff2fe;
  }

  .active.lg\:self-active\:bg-sky-200{
    background-color: #a2c3d3;
  }

  .active.lg\:self-active\:bg-neutral-500{
    background-color: #636466;
  }

  .active.lg\:self-active\:bg-gray-50{
    background-color: #fcfcfc;
  }

  .active.lg\:self-active\:bg-gray-100{
    background-color: #e7e7e7;
  }

  .active.lg\:self-active\:bg-gray-125{
    background-color: #f0f0f0;
  }

  .active.lg\:self-active\:bg-gray-150{
    background-color: #dddddd;
  }

  .active.lg\:self-active\:bg-gray-200{
    background-color: #868b8f;
  }

  .active.lg\:self-active\:bg-gray-250{
    background-color: #a6a5a5;
  }

  .active.lg\:self-active\:bg-gray-300{
    background-color: #979796;
  }

  .active.lg\:self-active\:bg-gray-400{
    background-color: #abaeb1;
  }

  .active.lg\:self-active\:bg-gray-500{
    background-color: #c7c7c7;
  }

  .active.lg\:self-active\:bg-gray-550{
    background-color: #ccc;
  }

  .active.lg\:self-active\:bg-gray-600{
    background-color: #707070;
  }

  .active.lg\:self-active\:bg-gray-700{
    background-color: #555555;
  }

  .active.lg\:self-active\:bg-gray-800{
    background-color: #333232;
  }

  .active.lg\:self-active\:bg-gray-900{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .active.lg\:self-active\:bg-gray-1000{
    background-color: #dadada;
  }

  .active.lg\:self-active\:bg-gray-1100{
    background-color: #ededed;
  }

  .active.lg\:self-active\:bg-gray-1200{
    background-color: #b1b1b1;
  }

  .active.lg\:self-active\:bg-gray-1300{
    background-color: #9b9b9b;
  }

  .active.lg\:self-active\:bg-gray-1400{
    background-color: #999ea1;
  }

  .active.lg\:self-active\:bg-gray-1500{
    background-color: #464646;
  }

  .active.lg\:self-active\:bg-gray-1600{
    background-color: #9A9FA2;
  }

  .active.lg\:self-active\:bg-gray-1700{
    background-color: #FBFBFB;
  }

  .active.lg\:self-active\:bg-gray-1800{
    background-color: #494949;
  }

  .active.lg\:self-active\:bg-gray-1900{
    background-color: #797979;
  }

  .active.lg\:self-active\:bg-tan-300{
    background-color: #d2a680;
  }

  .active.lg\:self-active\:bg-tan-400{
    background-color: #a38b71;
  }

  .active.lg\:self-active\:bg-tan-500{
    background-color: #b18259;
  }

  .active.lg\:self-active\:bg-tan-600{
    background-color: #c29064;
  }

  .lg\:nextOnChecked\:bg-transparent:checked + *{
    background-color: transparent;
  }

  .lg\:nextOnChecked\:bg-current:checked + *{
    background-color: currentColor;
  }

  .lg\:nextOnChecked\:bg-black:checked + *{
    background-color: #000000;
  }

  .lg\:nextOnChecked\:bg-white:checked + *{
    background-color: #ffffff;
  }

  .lg\:nextOnChecked\:bg-overlay:checked + *{
    background-color: rgba(0,0,0,.2);
  }

  .lg\:nextOnChecked\:bg-transparent-background:checked + *{
    background-color: rgba(0,0,0,.7);
  }

  .lg\:nextOnChecked\:bg-red-400:checked + *{
    background-color: #ed4956;
  }

  .lg\:nextOnChecked\:bg-red-500:checked + *{
    background-color: #e74a4a;
  }

  .lg\:nextOnChecked\:bg-orange-300:checked + *{
    background-color: #a8774f;
  }

  .lg\:nextOnChecked\:bg-orange-400:checked + *{
    background-color: #926642;
  }

  .lg\:nextOnChecked\:bg-orange-500:checked + *{
    background-color: #d35a3a;
  }

  .lg\:nextOnChecked\:bg-green-200:checked + *{
    background-color: #d5d4a3;
  }

  .lg\:nextOnChecked\:bg-green-300:checked + *{
    background-color: #f05a30;
  }

  .lg\:nextOnChecked\:bg-green-400:checked + *{
    background-color: #b8b78a;
  }

  .lg\:nextOnChecked\:bg-green-500:checked + *{
    background-color: #48bb78;
  }

  .lg\:nextOnChecked\:bg-green-600:checked + *{
    background-color: #a4c264;
  }

  .lg\:nextOnChecked\:bg-green-700:checked + *{
    background-color: #B8B78F;
  }

  .lg\:nextOnChecked\:bg-blue-400:checked + *{
    background-color: #a2c3d3;
  }

  .lg\:nextOnChecked\:bg-blue-500:checked + *{
    background-color: #65a6c2;
  }

  .lg\:nextOnChecked\:bg-blue-600:checked + *{
    background-color: rgba(70, 97, 153, .97);
  }

  .lg\:nextOnChecked\:bg-blue-700:checked + *{
    background-color: rgba(70, 97, 153);
  }

  .lg\:nextOnChecked\:bg-bluegrey-100:checked + *{
    background-color: #D9D9D9;
  }

  .lg\:nextOnChecked\:bg-terracotta-500:checked + *{
    background-color: #bb7265;
  }

  .lg\:nextOnChecked\:bg-terracotta-600:checked + *{
    background-color: #a46357;
  }

  .lg\:nextOnChecked\:bg-sky-100:checked + *{
    background-color: #dff2fe;
  }

  .lg\:nextOnChecked\:bg-sky-200:checked + *{
    background-color: #a2c3d3;
  }

  .lg\:nextOnChecked\:bg-neutral-500:checked + *{
    background-color: #636466;
  }

  .lg\:nextOnChecked\:bg-gray-50:checked + *{
    background-color: #fcfcfc;
  }

  .lg\:nextOnChecked\:bg-gray-100:checked + *{
    background-color: #e7e7e7;
  }

  .lg\:nextOnChecked\:bg-gray-125:checked + *{
    background-color: #f0f0f0;
  }

  .lg\:nextOnChecked\:bg-gray-150:checked + *{
    background-color: #dddddd;
  }

  .lg\:nextOnChecked\:bg-gray-200:checked + *{
    background-color: #868b8f;
  }

  .lg\:nextOnChecked\:bg-gray-250:checked + *{
    background-color: #a6a5a5;
  }

  .lg\:nextOnChecked\:bg-gray-300:checked + *{
    background-color: #979796;
  }

  .lg\:nextOnChecked\:bg-gray-400:checked + *{
    background-color: #abaeb1;
  }

  .lg\:nextOnChecked\:bg-gray-500:checked + *{
    background-color: #c7c7c7;
  }

  .lg\:nextOnChecked\:bg-gray-550:checked + *{
    background-color: #ccc;
  }

  .lg\:nextOnChecked\:bg-gray-600:checked + *{
    background-color: #707070;
  }

  .lg\:nextOnChecked\:bg-gray-700:checked + *{
    background-color: #555555;
  }

  .lg\:nextOnChecked\:bg-gray-800:checked + *{
    background-color: #333232;
  }

  .lg\:nextOnChecked\:bg-gray-900:checked + *{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:nextOnChecked\:bg-gray-1000:checked + *{
    background-color: #dadada;
  }

  .lg\:nextOnChecked\:bg-gray-1100:checked + *{
    background-color: #ededed;
  }

  .lg\:nextOnChecked\:bg-gray-1200:checked + *{
    background-color: #b1b1b1;
  }

  .lg\:nextOnChecked\:bg-gray-1300:checked + *{
    background-color: #9b9b9b;
  }

  .lg\:nextOnChecked\:bg-gray-1400:checked + *{
    background-color: #999ea1;
  }

  .lg\:nextOnChecked\:bg-gray-1500:checked + *{
    background-color: #464646;
  }

  .lg\:nextOnChecked\:bg-gray-1600:checked + *{
    background-color: #9A9FA2;
  }

  .lg\:nextOnChecked\:bg-gray-1700:checked + *{
    background-color: #FBFBFB;
  }

  .lg\:nextOnChecked\:bg-gray-1800:checked + *{
    background-color: #494949;
  }

  .lg\:nextOnChecked\:bg-gray-1900:checked + *{
    background-color: #797979;
  }

  .lg\:nextOnChecked\:bg-tan-300:checked + *{
    background-color: #d2a680;
  }

  .lg\:nextOnChecked\:bg-tan-400:checked + *{
    background-color: #a38b71;
  }

  .lg\:nextOnChecked\:bg-tan-500:checked + *{
    background-color: #b18259;
  }

  .lg\:nextOnChecked\:bg-tan-600:checked + *{
    background-color: #c29064;
  }

  .lg\:bg-bottom{
    background-position: bottom;
  }

  .lg\:bg-center{
    background-position: center;
  }

  .lg\:bg-left{
    background-position: left;
  }

  .lg\:bg-left-bottom{
    background-position: left bottom;
  }

  .lg\:bg-left-top{
    background-position: left top;
  }

  .lg\:bg-right{
    background-position: right;
  }

  .lg\:bg-right-bottom{
    background-position: right bottom;
  }

  .lg\:bg-right-top{
    background-position: right top;
  }

  .lg\:bg-top{
    background-position: top;
  }

  .lg\:bg-top-center{
    background-position: top center;
  }

  .lg\:bg-bottom-center{
    background-position: bottom center;
  }

  .lg\:bg-repeat{
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round{
    background-repeat: round;
  }

  .lg\:bg-repeat-space{
    background-repeat: space;
  }

  .lg\:bg-auto{
    background-size: auto;
  }

  .lg\:bg-cover{
    background-size: cover;
  }

  .lg\:bg-contain{
    background-size: contain;
  }

  .lg\:bg-hidden{
    background-size: 0% 0%;
  }

  .lg\:bg-y135{
    background-size: auto 135%;
  }

  .group:hover .lg\:group-hover\:bg-auto{
    background-size: auto;
  }

  .group:hover .lg\:group-hover\:bg-cover{
    background-size: cover;
  }

  .group:hover .lg\:group-hover\:bg-contain{
    background-size: contain;
  }

  .group:hover .lg\:group-hover\:bg-hidden{
    background-size: 0% 0%;
  }

  .group:hover .lg\:group-hover\:bg-y135{
    background-size: auto 135%;
  }

  .lg\:border-transparent{
    border-color: transparent;
  }

  .lg\:border-current{
    border-color: currentColor;
  }

  .lg\:border-black{
    border-color: #000000;
  }

  .lg\:border-white{
    border-color: #ffffff;
  }

  .lg\:border-overlay{
    border-color: rgba(0,0,0,.2);
  }

  .lg\:border-transparent-background{
    border-color: rgba(0,0,0,.7);
  }

  .lg\:border-red-400{
    border-color: #ed4956;
  }

  .lg\:border-red-500{
    border-color: #e74a4a;
  }

  .lg\:border-orange-300{
    border-color: #a8774f;
  }

  .lg\:border-orange-400{
    border-color: #926642;
  }

  .lg\:border-orange-500{
    border-color: #d35a3a;
  }

  .lg\:border-green-200{
    border-color: #d5d4a3;
  }

  .lg\:border-green-300{
    border-color: #f05a30;
  }

  .lg\:border-green-400{
    border-color: #b8b78a;
  }

  .lg\:border-green-500{
    border-color: #48bb78;
  }

  .lg\:border-green-600{
    border-color: #a4c264;
  }

  .lg\:border-green-700{
    border-color: #B8B78F;
  }

  .lg\:border-blue-400{
    border-color: #a2c3d3;
  }

  .lg\:border-blue-500{
    border-color: #65a6c2;
  }

  .lg\:border-blue-600{
    border-color: rgba(70, 97, 153, .97);
  }

  .lg\:border-blue-700{
    border-color: rgba(70, 97, 153);
  }

  .lg\:border-bluegrey-100{
    border-color: #D9D9D9;
  }

  .lg\:border-terracotta-500{
    border-color: #bb7265;
  }

  .lg\:border-terracotta-600{
    border-color: #a46357;
  }

  .lg\:border-sky-100{
    border-color: #dff2fe;
  }

  .lg\:border-sky-200{
    border-color: #a2c3d3;
  }

  .lg\:border-neutral-500{
    border-color: #636466;
  }

  .lg\:border-gray-50{
    border-color: #fcfcfc;
  }

  .lg\:border-gray-100{
    border-color: #e7e7e7;
  }

  .lg\:border-gray-125{
    border-color: #f0f0f0;
  }

  .lg\:border-gray-150{
    border-color: #dddddd;
  }

  .lg\:border-gray-200{
    border-color: #868b8f;
  }

  .lg\:border-gray-250{
    border-color: #a6a5a5;
  }

  .lg\:border-gray-300{
    border-color: #979796;
  }

  .lg\:border-gray-400{
    border-color: #abaeb1;
  }

  .lg\:border-gray-500{
    border-color: #c7c7c7;
  }

  .lg\:border-gray-550{
    border-color: #ccc;
  }

  .lg\:border-gray-600{
    border-color: #707070;
  }

  .lg\:border-gray-700{
    border-color: #555555;
  }

  .lg\:border-gray-800{
    border-color: #333232;
  }

  .lg\:border-gray-900{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:border-gray-1000{
    border-color: #dadada;
  }

  .lg\:border-gray-1100{
    border-color: #ededed;
  }

  .lg\:border-gray-1200{
    border-color: #b1b1b1;
  }

  .lg\:border-gray-1300{
    border-color: #9b9b9b;
  }

  .lg\:border-gray-1400{
    border-color: #999ea1;
  }

  .lg\:border-gray-1500{
    border-color: #464646;
  }

  .lg\:border-gray-1600{
    border-color: #9A9FA2;
  }

  .lg\:border-gray-1700{
    border-color: #FBFBFB;
  }

  .lg\:border-gray-1800{
    border-color: #494949;
  }

  .lg\:border-gray-1900{
    border-color: #797979;
  }

  .lg\:border-tan-300{
    border-color: #d2a680;
  }

  .lg\:border-tan-400{
    border-color: #a38b71;
  }

  .lg\:border-tan-500{
    border-color: #b18259;
  }

  .lg\:border-tan-600{
    border-color: #c29064;
  }

  .lg\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .lg\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .lg\:hover\:border-black:hover{
    border-color: #000000;
  }

  .lg\:hover\:border-white:hover{
    border-color: #ffffff;
  }

  .lg\:hover\:border-overlay:hover{
    border-color: rgba(0,0,0,.2);
  }

  .lg\:hover\:border-transparent-background:hover{
    border-color: rgba(0,0,0,.7);
  }

  .lg\:hover\:border-red-400:hover{
    border-color: #ed4956;
  }

  .lg\:hover\:border-red-500:hover{
    border-color: #e74a4a;
  }

  .lg\:hover\:border-orange-300:hover{
    border-color: #a8774f;
  }

  .lg\:hover\:border-orange-400:hover{
    border-color: #926642;
  }

  .lg\:hover\:border-orange-500:hover{
    border-color: #d35a3a;
  }

  .lg\:hover\:border-green-200:hover{
    border-color: #d5d4a3;
  }

  .lg\:hover\:border-green-300:hover{
    border-color: #f05a30;
  }

  .lg\:hover\:border-green-400:hover{
    border-color: #b8b78a;
  }

  .lg\:hover\:border-green-500:hover{
    border-color: #48bb78;
  }

  .lg\:hover\:border-green-600:hover{
    border-color: #a4c264;
  }

  .lg\:hover\:border-green-700:hover{
    border-color: #B8B78F;
  }

  .lg\:hover\:border-blue-400:hover{
    border-color: #a2c3d3;
  }

  .lg\:hover\:border-blue-500:hover{
    border-color: #65a6c2;
  }

  .lg\:hover\:border-blue-600:hover{
    border-color: rgba(70, 97, 153, .97);
  }

  .lg\:hover\:border-blue-700:hover{
    border-color: rgba(70, 97, 153);
  }

  .lg\:hover\:border-bluegrey-100:hover{
    border-color: #D9D9D9;
  }

  .lg\:hover\:border-terracotta-500:hover{
    border-color: #bb7265;
  }

  .lg\:hover\:border-terracotta-600:hover{
    border-color: #a46357;
  }

  .lg\:hover\:border-sky-100:hover{
    border-color: #dff2fe;
  }

  .lg\:hover\:border-sky-200:hover{
    border-color: #a2c3d3;
  }

  .lg\:hover\:border-neutral-500:hover{
    border-color: #636466;
  }

  .lg\:hover\:border-gray-50:hover{
    border-color: #fcfcfc;
  }

  .lg\:hover\:border-gray-100:hover{
    border-color: #e7e7e7;
  }

  .lg\:hover\:border-gray-125:hover{
    border-color: #f0f0f0;
  }

  .lg\:hover\:border-gray-150:hover{
    border-color: #dddddd;
  }

  .lg\:hover\:border-gray-200:hover{
    border-color: #868b8f;
  }

  .lg\:hover\:border-gray-250:hover{
    border-color: #a6a5a5;
  }

  .lg\:hover\:border-gray-300:hover{
    border-color: #979796;
  }

  .lg\:hover\:border-gray-400:hover{
    border-color: #abaeb1;
  }

  .lg\:hover\:border-gray-500:hover{
    border-color: #c7c7c7;
  }

  .lg\:hover\:border-gray-550:hover{
    border-color: #ccc;
  }

  .lg\:hover\:border-gray-600:hover{
    border-color: #707070;
  }

  .lg\:hover\:border-gray-700:hover{
    border-color: #555555;
  }

  .lg\:hover\:border-gray-800:hover{
    border-color: #333232;
  }

  .lg\:hover\:border-gray-900:hover{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:hover\:border-gray-1000:hover{
    border-color: #dadada;
  }

  .lg\:hover\:border-gray-1100:hover{
    border-color: #ededed;
  }

  .lg\:hover\:border-gray-1200:hover{
    border-color: #b1b1b1;
  }

  .lg\:hover\:border-gray-1300:hover{
    border-color: #9b9b9b;
  }

  .lg\:hover\:border-gray-1400:hover{
    border-color: #999ea1;
  }

  .lg\:hover\:border-gray-1500:hover{
    border-color: #464646;
  }

  .lg\:hover\:border-gray-1600:hover{
    border-color: #9A9FA2;
  }

  .lg\:hover\:border-gray-1700:hover{
    border-color: #FBFBFB;
  }

  .lg\:hover\:border-gray-1800:hover{
    border-color: #494949;
  }

  .lg\:hover\:border-gray-1900:hover{
    border-color: #797979;
  }

  .lg\:hover\:border-tan-300:hover{
    border-color: #d2a680;
  }

  .lg\:hover\:border-tan-400:hover{
    border-color: #a38b71;
  }

  .lg\:hover\:border-tan-500:hover{
    border-color: #b18259;
  }

  .lg\:hover\:border-tan-600:hover{
    border-color: #c29064;
  }

  .lg\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .lg\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .lg\:focus\:border-black:focus{
    border-color: #000000;
  }

  .lg\:focus\:border-white:focus{
    border-color: #ffffff;
  }

  .lg\:focus\:border-overlay:focus{
    border-color: rgba(0,0,0,.2);
  }

  .lg\:focus\:border-transparent-background:focus{
    border-color: rgba(0,0,0,.7);
  }

  .lg\:focus\:border-red-400:focus{
    border-color: #ed4956;
  }

  .lg\:focus\:border-red-500:focus{
    border-color: #e74a4a;
  }

  .lg\:focus\:border-orange-300:focus{
    border-color: #a8774f;
  }

  .lg\:focus\:border-orange-400:focus{
    border-color: #926642;
  }

  .lg\:focus\:border-orange-500:focus{
    border-color: #d35a3a;
  }

  .lg\:focus\:border-green-200:focus{
    border-color: #d5d4a3;
  }

  .lg\:focus\:border-green-300:focus{
    border-color: #f05a30;
  }

  .lg\:focus\:border-green-400:focus{
    border-color: #b8b78a;
  }

  .lg\:focus\:border-green-500:focus{
    border-color: #48bb78;
  }

  .lg\:focus\:border-green-600:focus{
    border-color: #a4c264;
  }

  .lg\:focus\:border-green-700:focus{
    border-color: #B8B78F;
  }

  .lg\:focus\:border-blue-400:focus{
    border-color: #a2c3d3;
  }

  .lg\:focus\:border-blue-500:focus{
    border-color: #65a6c2;
  }

  .lg\:focus\:border-blue-600:focus{
    border-color: rgba(70, 97, 153, .97);
  }

  .lg\:focus\:border-blue-700:focus{
    border-color: rgba(70, 97, 153);
  }

  .lg\:focus\:border-bluegrey-100:focus{
    border-color: #D9D9D9;
  }

  .lg\:focus\:border-terracotta-500:focus{
    border-color: #bb7265;
  }

  .lg\:focus\:border-terracotta-600:focus{
    border-color: #a46357;
  }

  .lg\:focus\:border-sky-100:focus{
    border-color: #dff2fe;
  }

  .lg\:focus\:border-sky-200:focus{
    border-color: #a2c3d3;
  }

  .lg\:focus\:border-neutral-500:focus{
    border-color: #636466;
  }

  .lg\:focus\:border-gray-50:focus{
    border-color: #fcfcfc;
  }

  .lg\:focus\:border-gray-100:focus{
    border-color: #e7e7e7;
  }

  .lg\:focus\:border-gray-125:focus{
    border-color: #f0f0f0;
  }

  .lg\:focus\:border-gray-150:focus{
    border-color: #dddddd;
  }

  .lg\:focus\:border-gray-200:focus{
    border-color: #868b8f;
  }

  .lg\:focus\:border-gray-250:focus{
    border-color: #a6a5a5;
  }

  .lg\:focus\:border-gray-300:focus{
    border-color: #979796;
  }

  .lg\:focus\:border-gray-400:focus{
    border-color: #abaeb1;
  }

  .lg\:focus\:border-gray-500:focus{
    border-color: #c7c7c7;
  }

  .lg\:focus\:border-gray-550:focus{
    border-color: #ccc;
  }

  .lg\:focus\:border-gray-600:focus{
    border-color: #707070;
  }

  .lg\:focus\:border-gray-700:focus{
    border-color: #555555;
  }

  .lg\:focus\:border-gray-800:focus{
    border-color: #333232;
  }

  .lg\:focus\:border-gray-900:focus{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:focus\:border-gray-1000:focus{
    border-color: #dadada;
  }

  .lg\:focus\:border-gray-1100:focus{
    border-color: #ededed;
  }

  .lg\:focus\:border-gray-1200:focus{
    border-color: #b1b1b1;
  }

  .lg\:focus\:border-gray-1300:focus{
    border-color: #9b9b9b;
  }

  .lg\:focus\:border-gray-1400:focus{
    border-color: #999ea1;
  }

  .lg\:focus\:border-gray-1500:focus{
    border-color: #464646;
  }

  .lg\:focus\:border-gray-1600:focus{
    border-color: #9A9FA2;
  }

  .lg\:focus\:border-gray-1700:focus{
    border-color: #FBFBFB;
  }

  .lg\:focus\:border-gray-1800:focus{
    border-color: #494949;
  }

  .lg\:focus\:border-gray-1900:focus{
    border-color: #797979;
  }

  .lg\:focus\:border-tan-300:focus{
    border-color: #d2a680;
  }

  .lg\:focus\:border-tan-400:focus{
    border-color: #a38b71;
  }

  .lg\:focus\:border-tan-500:focus{
    border-color: #b18259;
  }

  .lg\:focus\:border-tan-600:focus{
    border-color: #c29064;
  }

  .js-is-active.lg\:self-active\:border-transparent{
    border-color: transparent;
  }

  .js-is-active.lg\:self-active\:border-current{
    border-color: currentColor;
  }

  .js-is-active.lg\:self-active\:border-black{
    border-color: #000000;
  }

  .js-is-active.lg\:self-active\:border-white{
    border-color: #ffffff;
  }

  .js-is-active.lg\:self-active\:border-overlay{
    border-color: rgba(0,0,0,.2);
  }

  .js-is-active.lg\:self-active\:border-transparent-background{
    border-color: rgba(0,0,0,.7);
  }

  .js-is-active.lg\:self-active\:border-red-400{
    border-color: #ed4956;
  }

  .js-is-active.lg\:self-active\:border-red-500{
    border-color: #e74a4a;
  }

  .js-is-active.lg\:self-active\:border-orange-300{
    border-color: #a8774f;
  }

  .js-is-active.lg\:self-active\:border-orange-400{
    border-color: #926642;
  }

  .js-is-active.lg\:self-active\:border-orange-500{
    border-color: #d35a3a;
  }

  .js-is-active.lg\:self-active\:border-green-200{
    border-color: #d5d4a3;
  }

  .js-is-active.lg\:self-active\:border-green-300{
    border-color: #f05a30;
  }

  .js-is-active.lg\:self-active\:border-green-400{
    border-color: #b8b78a;
  }

  .js-is-active.lg\:self-active\:border-green-500{
    border-color: #48bb78;
  }

  .js-is-active.lg\:self-active\:border-green-600{
    border-color: #a4c264;
  }

  .js-is-active.lg\:self-active\:border-green-700{
    border-color: #B8B78F;
  }

  .js-is-active.lg\:self-active\:border-blue-400{
    border-color: #a2c3d3;
  }

  .js-is-active.lg\:self-active\:border-blue-500{
    border-color: #65a6c2;
  }

  .js-is-active.lg\:self-active\:border-blue-600{
    border-color: rgba(70, 97, 153, .97);
  }

  .js-is-active.lg\:self-active\:border-blue-700{
    border-color: rgba(70, 97, 153);
  }

  .js-is-active.lg\:self-active\:border-bluegrey-100{
    border-color: #D9D9D9;
  }

  .js-is-active.lg\:self-active\:border-terracotta-500{
    border-color: #bb7265;
  }

  .js-is-active.lg\:self-active\:border-terracotta-600{
    border-color: #a46357;
  }

  .js-is-active.lg\:self-active\:border-sky-100{
    border-color: #dff2fe;
  }

  .js-is-active.lg\:self-active\:border-sky-200{
    border-color: #a2c3d3;
  }

  .js-is-active.lg\:self-active\:border-neutral-500{
    border-color: #636466;
  }

  .js-is-active.lg\:self-active\:border-gray-50{
    border-color: #fcfcfc;
  }

  .js-is-active.lg\:self-active\:border-gray-100{
    border-color: #e7e7e7;
  }

  .js-is-active.lg\:self-active\:border-gray-125{
    border-color: #f0f0f0;
  }

  .js-is-active.lg\:self-active\:border-gray-150{
    border-color: #dddddd;
  }

  .js-is-active.lg\:self-active\:border-gray-200{
    border-color: #868b8f;
  }

  .js-is-active.lg\:self-active\:border-gray-250{
    border-color: #a6a5a5;
  }

  .js-is-active.lg\:self-active\:border-gray-300{
    border-color: #979796;
  }

  .js-is-active.lg\:self-active\:border-gray-400{
    border-color: #abaeb1;
  }

  .js-is-active.lg\:self-active\:border-gray-500{
    border-color: #c7c7c7;
  }

  .js-is-active.lg\:self-active\:border-gray-550{
    border-color: #ccc;
  }

  .js-is-active.lg\:self-active\:border-gray-600{
    border-color: #707070;
  }

  .js-is-active.lg\:self-active\:border-gray-700{
    border-color: #555555;
  }

  .js-is-active.lg\:self-active\:border-gray-800{
    border-color: #333232;
  }

  .js-is-active.lg\:self-active\:border-gray-900{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .js-is-active.lg\:self-active\:border-gray-1000{
    border-color: #dadada;
  }

  .js-is-active.lg\:self-active\:border-gray-1100{
    border-color: #ededed;
  }

  .js-is-active.lg\:self-active\:border-gray-1200{
    border-color: #b1b1b1;
  }

  .js-is-active.lg\:self-active\:border-gray-1300{
    border-color: #9b9b9b;
  }

  .js-is-active.lg\:self-active\:border-gray-1400{
    border-color: #999ea1;
  }

  .js-is-active.lg\:self-active\:border-gray-1500{
    border-color: #464646;
  }

  .js-is-active.lg\:self-active\:border-gray-1600{
    border-color: #9A9FA2;
  }

  .js-is-active.lg\:self-active\:border-gray-1700{
    border-color: #FBFBFB;
  }

  .js-is-active.lg\:self-active\:border-gray-1800{
    border-color: #494949;
  }

  .js-is-active.lg\:self-active\:border-gray-1900{
    border-color: #797979;
  }

  .js-is-active.lg\:self-active\:border-tan-300{
    border-color: #d2a680;
  }

  .js-is-active.lg\:self-active\:border-tan-400{
    border-color: #a38b71;
  }

  .js-is-active.lg\:self-active\:border-tan-500{
    border-color: #b18259;
  }

  .js-is-active.lg\:self-active\:border-tan-600{
    border-color: #c29064;
  }

  .group:hover .lg\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .lg\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .lg\:group-hover\:border-black{
    border-color: #000000;
  }

  .group:hover .lg\:group-hover\:border-white{
    border-color: #ffffff;
  }

  .group:hover .lg\:group-hover\:border-overlay{
    border-color: rgba(0,0,0,.2);
  }

  .group:hover .lg\:group-hover\:border-transparent-background{
    border-color: rgba(0,0,0,.7);
  }

  .group:hover .lg\:group-hover\:border-red-400{
    border-color: #ed4956;
  }

  .group:hover .lg\:group-hover\:border-red-500{
    border-color: #e74a4a;
  }

  .group:hover .lg\:group-hover\:border-orange-300{
    border-color: #a8774f;
  }

  .group:hover .lg\:group-hover\:border-orange-400{
    border-color: #926642;
  }

  .group:hover .lg\:group-hover\:border-orange-500{
    border-color: #d35a3a;
  }

  .group:hover .lg\:group-hover\:border-green-200{
    border-color: #d5d4a3;
  }

  .group:hover .lg\:group-hover\:border-green-300{
    border-color: #f05a30;
  }

  .group:hover .lg\:group-hover\:border-green-400{
    border-color: #b8b78a;
  }

  .group:hover .lg\:group-hover\:border-green-500{
    border-color: #48bb78;
  }

  .group:hover .lg\:group-hover\:border-green-600{
    border-color: #a4c264;
  }

  .group:hover .lg\:group-hover\:border-green-700{
    border-color: #B8B78F;
  }

  .group:hover .lg\:group-hover\:border-blue-400{
    border-color: #a2c3d3;
  }

  .group:hover .lg\:group-hover\:border-blue-500{
    border-color: #65a6c2;
  }

  .group:hover .lg\:group-hover\:border-blue-600{
    border-color: rgba(70, 97, 153, .97);
  }

  .group:hover .lg\:group-hover\:border-blue-700{
    border-color: rgba(70, 97, 153);
  }

  .group:hover .lg\:group-hover\:border-bluegrey-100{
    border-color: #D9D9D9;
  }

  .group:hover .lg\:group-hover\:border-terracotta-500{
    border-color: #bb7265;
  }

  .group:hover .lg\:group-hover\:border-terracotta-600{
    border-color: #a46357;
  }

  .group:hover .lg\:group-hover\:border-sky-100{
    border-color: #dff2fe;
  }

  .group:hover .lg\:group-hover\:border-sky-200{
    border-color: #a2c3d3;
  }

  .group:hover .lg\:group-hover\:border-neutral-500{
    border-color: #636466;
  }

  .group:hover .lg\:group-hover\:border-gray-50{
    border-color: #fcfcfc;
  }

  .group:hover .lg\:group-hover\:border-gray-100{
    border-color: #e7e7e7;
  }

  .group:hover .lg\:group-hover\:border-gray-125{
    border-color: #f0f0f0;
  }

  .group:hover .lg\:group-hover\:border-gray-150{
    border-color: #dddddd;
  }

  .group:hover .lg\:group-hover\:border-gray-200{
    border-color: #868b8f;
  }

  .group:hover .lg\:group-hover\:border-gray-250{
    border-color: #a6a5a5;
  }

  .group:hover .lg\:group-hover\:border-gray-300{
    border-color: #979796;
  }

  .group:hover .lg\:group-hover\:border-gray-400{
    border-color: #abaeb1;
  }

  .group:hover .lg\:group-hover\:border-gray-500{
    border-color: #c7c7c7;
  }

  .group:hover .lg\:group-hover\:border-gray-550{
    border-color: #ccc;
  }

  .group:hover .lg\:group-hover\:border-gray-600{
    border-color: #707070;
  }

  .group:hover .lg\:group-hover\:border-gray-700{
    border-color: #555555;
  }

  .group:hover .lg\:group-hover\:border-gray-800{
    border-color: #333232;
  }

  .group:hover .lg\:group-hover\:border-gray-900{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .lg\:group-hover\:border-gray-1000{
    border-color: #dadada;
  }

  .group:hover .lg\:group-hover\:border-gray-1100{
    border-color: #ededed;
  }

  .group:hover .lg\:group-hover\:border-gray-1200{
    border-color: #b1b1b1;
  }

  .group:hover .lg\:group-hover\:border-gray-1300{
    border-color: #9b9b9b;
  }

  .group:hover .lg\:group-hover\:border-gray-1400{
    border-color: #999ea1;
  }

  .group:hover .lg\:group-hover\:border-gray-1500{
    border-color: #464646;
  }

  .group:hover .lg\:group-hover\:border-gray-1600{
    border-color: #9A9FA2;
  }

  .group:hover .lg\:group-hover\:border-gray-1700{
    border-color: #FBFBFB;
  }

  .group:hover .lg\:group-hover\:border-gray-1800{
    border-color: #494949;
  }

  .group:hover .lg\:group-hover\:border-gray-1900{
    border-color: #797979;
  }

  .group:hover .lg\:group-hover\:border-tan-300{
    border-color: #d2a680;
  }

  .group:hover .lg\:group-hover\:border-tan-400{
    border-color: #a38b71;
  }

  .group:hover .lg\:group-hover\:border-tan-500{
    border-color: #b18259;
  }

  .group:hover .lg\:group-hover\:border-tan-600{
    border-color: #c29064;
  }

  .lg\:rounded-none{
    border-radius: 0;
  }

  .lg\:rounded-sm{
    border-radius: 0.125rem;
  }

  .lg\:rounded{
    border-radius: 0.25rem;
  }

  .lg\:rounded-lg{
    border-radius: 0.5rem;
  }

  .lg\:rounded-full{
    border-radius: 9999px;
  }

  .lg\:rounded-md{
    border-radius: 0.375rem;
  }

  .lg\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .lg\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .lg\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .lg\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .lg\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .lg\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:border-solid{
    border-style: solid;
  }

  .lg\:border-dashed{
    border-style: dashed;
  }

  .lg\:border-dotted{
    border-style: dotted;
  }

  .lg\:border-double{
    border-style: double;
  }

  .lg\:border-none{
    border-style: none;
  }

  .lg\:border-0{
    border-width: 0;
  }

  .lg\:border-2{
    border-width: 2px;
  }

  .lg\:border-3{
    border-width: 3px;
  }

  .lg\:border-4{
    border-width: 4px;
  }

  .lg\:border-5{
    border-width: 5px;
  }

  .lg\:border-6{
    border-width: 6px;
  }

  .lg\:border-8{
    border-width: 8px;
  }

  .lg\:border{
    border-width: 1px;
  }

  .lg\:border-t-0{
    border-top-width: 0;
  }

  .lg\:border-r-0{
    border-right-width: 0;
  }

  .lg\:border-b-0{
    border-bottom-width: 0;
  }

  .lg\:border-l-0{
    border-left-width: 0;
  }

  .lg\:border-t-2{
    border-top-width: 2px;
  }

  .lg\:border-r-2{
    border-right-width: 2px;
  }

  .lg\:border-b-2{
    border-bottom-width: 2px;
  }

  .lg\:border-l-2{
    border-left-width: 2px;
  }

  .lg\:border-t-3{
    border-top-width: 3px;
  }

  .lg\:border-r-3{
    border-right-width: 3px;
  }

  .lg\:border-b-3{
    border-bottom-width: 3px;
  }

  .lg\:border-l-3{
    border-left-width: 3px;
  }

  .lg\:border-t-4{
    border-top-width: 4px;
  }

  .lg\:border-r-4{
    border-right-width: 4px;
  }

  .lg\:border-b-4{
    border-bottom-width: 4px;
  }

  .lg\:border-l-4{
    border-left-width: 4px;
  }

  .lg\:border-t-5{
    border-top-width: 5px;
  }

  .lg\:border-r-5{
    border-right-width: 5px;
  }

  .lg\:border-b-5{
    border-bottom-width: 5px;
  }

  .lg\:border-l-5{
    border-left-width: 5px;
  }

  .lg\:border-t-6{
    border-top-width: 6px;
  }

  .lg\:border-r-6{
    border-right-width: 6px;
  }

  .lg\:border-b-6{
    border-bottom-width: 6px;
  }

  .lg\:border-l-6{
    border-left-width: 6px;
  }

  .lg\:border-t-8{
    border-top-width: 8px;
  }

  .lg\:border-r-8{
    border-right-width: 8px;
  }

  .lg\:border-b-8{
    border-bottom-width: 8px;
  }

  .lg\:border-l-8{
    border-left-width: 8px;
  }

  .lg\:border-t{
    border-top-width: 1px;
  }

  .lg\:border-r{
    border-right-width: 1px;
  }

  .lg\:border-b{
    border-bottom-width: 1px;
  }

  .lg\:border-l{
    border-left-width: 1px;
  }

  .lg\:cursor-auto{
    cursor: auto;
  }

  .lg\:cursor-default{
    cursor: default;
  }

  .lg\:cursor-pointer{
    cursor: pointer;
  }

  .lg\:cursor-wait{
    cursor: wait;
  }

  .lg\:cursor-text{
    cursor: text;
  }

  .lg\:cursor-move{
    cursor: move;
  }

  .lg\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:inline-flex{
    display: inline-flex;
  }

  .lg\:table{
    display: table;
  }

  .lg\:table-row{
    display: table-row;
  }

  .lg\:table-cell{
    display: table-cell;
  }

  .lg\:hidden{
    display: none;
  }

  .group:hover .lg\:group-hover\:block{
    display: block;
  }

  .group:hover .lg\:group-hover\:inline-block{
    display: inline-block;
  }

  .group:hover .lg\:group-hover\:inline{
    display: inline;
  }

  .group:hover .lg\:group-hover\:flex{
    display: flex;
  }

  .group:hover .lg\:group-hover\:inline-flex{
    display: inline-flex;
  }

  .group:hover .lg\:group-hover\:table{
    display: table;
  }

  .group:hover .lg\:group-hover\:table-row{
    display: table-row;
  }

  .group:hover .lg\:group-hover\:table-cell{
    display: table-cell;
  }

  .group:hover .lg\:group-hover\:hidden{
    display: none;
  }

  .group[aria-expanded="true"] .lg\:group-aria-expanded\:block{
    display: block;
  }

  .group[aria-expanded="true"] .lg\:group-aria-expanded\:inline-block{
    display: inline-block;
  }

  .group[aria-expanded="true"] .lg\:group-aria-expanded\:inline{
    display: inline;
  }

  .group[aria-expanded="true"] .lg\:group-aria-expanded\:flex{
    display: flex;
  }

  .group[aria-expanded="true"] .lg\:group-aria-expanded\:inline-flex{
    display: inline-flex;
  }

  .group[aria-expanded="true"] .lg\:group-aria-expanded\:table{
    display: table;
  }

  .group[aria-expanded="true"] .lg\:group-aria-expanded\:table-row{
    display: table-row;
  }

  .group[aria-expanded="true"] .lg\:group-aria-expanded\:table-cell{
    display: table-cell;
  }

  .group[aria-expanded="true"] .lg\:group-aria-expanded\:hidden{
    display: none;
  }

  .js-is-active.lg\:self-active\:block{
    display: block;
  }

  .js-is-active.lg\:self-active\:inline-block{
    display: inline-block;
  }

  .js-is-active.lg\:self-active\:inline{
    display: inline;
  }

  .js-is-active.lg\:self-active\:flex{
    display: flex;
  }

  .js-is-active.lg\:self-active\:inline-flex{
    display: inline-flex;
  }

  .js-is-active.lg\:self-active\:table{
    display: table;
  }

  .js-is-active.lg\:self-active\:table-row{
    display: table-row;
  }

  .js-is-active.lg\:self-active\:table-cell{
    display: table-cell;
  }

  .js-is-active.lg\:self-active\:hidden{
    display: none;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap{
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-end{
    align-items: flex-end;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:items-baseline{
    align-items: baseline;
  }

  .lg\:items-stretch{
    align-items: stretch;
  }

  .lg\:self-auto{
    align-self: auto;
  }

  .lg\:self-start{
    align-self: flex-start;
  }

  .lg\:self-end{
    align-self: flex-end;
  }

  .lg\:self-center{
    align-self: center;
  }

  .lg\:self-stretch{
    align-self: stretch;
  }

  .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\:justify-around{
    justify-content: space-around;
  }

  .lg\:content-center{
    align-content: center;
  }

  .lg\:content-start{
    align-content: flex-start;
  }

  .lg\:content-end{
    align-content: flex-end;
  }

  .lg\:content-between{
    align-content: space-between;
  }

  .lg\:content-around{
    align-content: space-around;
  }

  .lg\:flex-1{
    flex: 1 1 0%;
  }

  .lg\:flex-auto{
    flex: 1 1 auto;
  }

  .lg\:flex-initial{
    flex: 0 1 auto;
  }

  .lg\:flex-none{
    flex: none;
  }

  .lg\:flex-0-auto{
    flex: 0 0 auto;
  }

  .lg\:flex-1-60{
    flex: 1 1 60%;
  }

  .lg\:flex-grow-0{
    flex-grow: 0;
  }

  .lg\:flex-grow{
    flex-grow: 1;
  }

  .lg\:flex-shrink-0{
    flex-shrink: 0;
  }

  .lg\:flex-shrink{
    flex-shrink: 1;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-3{
    order: 3;
  }

  .lg\:order-4{
    order: 4;
  }

  .lg\:order-5{
    order: 5;
  }

  .lg\:order-6{
    order: 6;
  }

  .lg\:order-7{
    order: 7;
  }

  .lg\:order-8{
    order: 8;
  }

  .lg\:order-9{
    order: 9;
  }

  .lg\:order-10{
    order: 10;
  }

  .lg\:order-11{
    order: 11;
  }

  .lg\:order-12{
    order: 12;
  }

  .lg\:order-first{
    order: -9999;
  }

  .lg\:order-last{
    order: 9999;
  }

  .lg\:order-none{
    order: 0;
  }

  .lg\:float-right{
    float: right;
  }

  .lg\:float-left{
    float: left;
  }

  .lg\:float-none{
    float: none;
  }

  .lg\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .lg\:font-sans{
    font-family: "HelveticaNeueLTStd", "HelveticaNeueLT", sans-serif;
  }

  .lg\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:font-hairline{
    font-weight: 100;
  }

  .lg\:font-thin{
    font-weight: 200;
  }

  .lg\:font-light{
    font-weight: 300;
  }

  .lg\:font-normal{
    font-weight: 400;
  }

  .lg\:font-medium{
    font-weight: 500;
  }

  .lg\:font-semibold{
    font-weight: 600;
  }

  .lg\:font-bold{
    font-weight: 700;
  }

  .lg\:font-extrabold{
    font-weight: 800;
  }

  .lg\:font-black{
    font-weight: 900;
  }

  .lg\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .lg\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover{
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .lg\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover{
    font-weight: 900;
  }

  .lg\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .lg\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .lg\:focus\:font-light:focus{
    font-weight: 300;
  }

  .lg\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .lg\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .lg\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .lg\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .lg\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .lg\:focus\:font-black:focus{
    font-weight: 900;
  }

  .lg\:h-0{
    height: 0;
  }

  .lg\:h-1{
    height: 0.25rem;
  }

  .lg\:h-2{
    height: 0.5rem;
  }

  .lg\:h-3{
    height: 0.75rem;
  }

  .lg\:h-4{
    height: 1rem;
  }

  .lg\:h-5{
    height: 1.25rem;
  }

  .lg\:h-6{
    height: 1.5rem;
  }

  .lg\:h-8{
    height: 2rem;
  }

  .lg\:h-10{
    height: 2.5rem;
  }

  .lg\:h-12{
    height: 3rem;
  }

  .lg\:h-14{
    height: 3.5rem;
  }

  .lg\:h-16{
    height: 4rem;
  }

  .lg\:h-20{
    height: 5rem;
  }

  .lg\:h-24{
    height: 6rem;
  }

  .lg\:h-32{
    height: 8rem;
  }

  .lg\:h-40{
    height: 10rem;
  }

  .lg\:h-48{
    height: 12rem;
  }

  .lg\:h-56{
    height: 14rem;
  }

  .lg\:h-64{
    height: 16rem;
  }

  .lg\:h-360{
    height: 22.5rem;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:h-px{
    height: 1px;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:h-screen{
    height: 100vh;
  }

  .lg\:h-inherit{
    height: inherit;
  }

  .lg\:h-3\/5{
    height: 60%;
  }

  .lg\:h-screen-75{
    height: 75vh;
  }

  .lg\:leading-none{
    line-height: 1;
  }

  .lg\:leading-tight{
    line-height: 1.25;
  }

  .lg\:leading-snug{
    line-height: 1.375;
  }

  .lg\:leading-normal{
    line-height: 1.5;
  }

  .lg\:leading-relaxed{
    line-height: 1.625;
  }

  .lg\:leading-loose{
    line-height: 2;
  }

  .lg\:leading-lockup{
    line-height: 0.9;
  }

  .lg\:list-inside{
    list-style-position: inside;
  }

  .lg\:list-outside{
    list-style-position: outside;
  }

  .lg\:list-none{
    list-style-type: none;
  }

  .lg\:list-disc{
    list-style-type: disc;
  }

  .lg\:list-decimal{
    list-style-type: decimal;
  }

  .lg\:m-0{
    margin: 0;
  }

  .lg\:m-1{
    margin: 0.25rem;
  }

  .lg\:m-2{
    margin: 0.5rem;
  }

  .lg\:m-3{
    margin: 0.75rem;
  }

  .lg\:m-4{
    margin: 1rem;
  }

  .lg\:m-5{
    margin: 1.25rem;
  }

  .lg\:m-6{
    margin: 1.5rem;
  }

  .lg\:m-8{
    margin: 2rem;
  }

  .lg\:m-10{
    margin: 2.5rem;
  }

  .lg\:m-12{
    margin: 3rem;
  }

  .lg\:m-16{
    margin: 4rem;
  }

  .lg\:m-20{
    margin: 5rem;
  }

  .lg\:m-24{
    margin: 6rem;
  }

  .lg\:m-32{
    margin: 8rem;
  }

  .lg\:m-40{
    margin: 10rem;
  }

  .lg\:m-48{
    margin: 12rem;
  }

  .lg\:m-56{
    margin: 14rem;
  }

  .lg\:m-64{
    margin: 16rem;
  }

  .lg\:m-auto{
    margin: auto;
  }

  .lg\:m-px{
    margin: 1px;
  }

  .lg\:m-full{
    margin: 100%;
  }

  .lg\:-m-1{
    margin: -0.25rem;
  }

  .lg\:-m-2{
    margin: -0.5rem;
  }

  .lg\:-m-3{
    margin: -0.75rem;
  }

  .lg\:-m-4{
    margin: -1rem;
  }

  .lg\:-m-5{
    margin: -1.25rem;
  }

  .lg\:-m-6{
    margin: -1.5rem;
  }

  .lg\:-m-8{
    margin: -2rem;
  }

  .lg\:-m-10{
    margin: -2.5rem;
  }

  .lg\:-m-12{
    margin: -3rem;
  }

  .lg\:-m-16{
    margin: -4rem;
  }

  .lg\:-m-20{
    margin: -5rem;
  }

  .lg\:-m-24{
    margin: -6rem;
  }

  .lg\:-m-32{
    margin: -8rem;
  }

  .lg\:-m-40{
    margin: -10rem;
  }

  .lg\:-m-48{
    margin: -12rem;
  }

  .lg\:-m-56{
    margin: -14rem;
  }

  .lg\:-m-64{
    margin: -16rem;
  }

  .lg\:-m-px{
    margin: -1px;
  }

  .lg\:-m-full{
    margin: -100%;
  }

  .lg\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:my-full{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .lg\:mx-full{
    margin-left: 100%;
    margin-right: 100%;
  }

  .lg\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-my-full{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .lg\:-mx-full{
    margin-left: -100%;
    margin-right: -100%;
  }

  .lg\:mt-0{
    margin-top: 0;
  }

  .lg\:mr-0{
    margin-right: 0;
  }

  .lg\:mb-0{
    margin-bottom: 0;
  }

  .lg\:ml-0{
    margin-left: 0;
  }

  .lg\:mt-1{
    margin-top: 0.25rem;
  }

  .lg\:mr-1{
    margin-right: 0.25rem;
  }

  .lg\:mb-1{
    margin-bottom: 0.25rem;
  }

  .lg\:ml-1{
    margin-left: 0.25rem;
  }

  .lg\:mt-2{
    margin-top: 0.5rem;
  }

  .lg\:mr-2{
    margin-right: 0.5rem;
  }

  .lg\:mb-2{
    margin-bottom: 0.5rem;
  }

  .lg\:ml-2{
    margin-left: 0.5rem;
  }

  .lg\:mt-3{
    margin-top: 0.75rem;
  }

  .lg\:mr-3{
    margin-right: 0.75rem;
  }

  .lg\:mb-3{
    margin-bottom: 0.75rem;
  }

  .lg\:ml-3{
    margin-left: 0.75rem;
  }

  .lg\:mt-4{
    margin-top: 1rem;
  }

  .lg\:mr-4{
    margin-right: 1rem;
  }

  .lg\:mb-4{
    margin-bottom: 1rem;
  }

  .lg\:ml-4{
    margin-left: 1rem;
  }

  .lg\:mt-5{
    margin-top: 1.25rem;
  }

  .lg\:mr-5{
    margin-right: 1.25rem;
  }

  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5{
    margin-left: 1.25rem;
  }

  .lg\:mt-6{
    margin-top: 1.5rem;
  }

  .lg\:mr-6{
    margin-right: 1.5rem;
  }

  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6{
    margin-left: 1.5rem;
  }

  .lg\:mt-8{
    margin-top: 2rem;
  }

  .lg\:mr-8{
    margin-right: 2rem;
  }

  .lg\:mb-8{
    margin-bottom: 2rem;
  }

  .lg\:ml-8{
    margin-left: 2rem;
  }

  .lg\:mt-10{
    margin-top: 2.5rem;
  }

  .lg\:mr-10{
    margin-right: 2.5rem;
  }

  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10{
    margin-left: 2.5rem;
  }

  .lg\:mt-12{
    margin-top: 3rem;
  }

  .lg\:mr-12{
    margin-right: 3rem;
  }

  .lg\:mb-12{
    margin-bottom: 3rem;
  }

  .lg\:ml-12{
    margin-left: 3rem;
  }

  .lg\:mt-16{
    margin-top: 4rem;
  }

  .lg\:mr-16{
    margin-right: 4rem;
  }

  .lg\:mb-16{
    margin-bottom: 4rem;
  }

  .lg\:ml-16{
    margin-left: 4rem;
  }

  .lg\:mt-20{
    margin-top: 5rem;
  }

  .lg\:mr-20{
    margin-right: 5rem;
  }

  .lg\:mb-20{
    margin-bottom: 5rem;
  }

  .lg\:ml-20{
    margin-left: 5rem;
  }

  .lg\:mt-24{
    margin-top: 6rem;
  }

  .lg\:mr-24{
    margin-right: 6rem;
  }

  .lg\:mb-24{
    margin-bottom: 6rem;
  }

  .lg\:ml-24{
    margin-left: 6rem;
  }

  .lg\:mt-32{
    margin-top: 8rem;
  }

  .lg\:mr-32{
    margin-right: 8rem;
  }

  .lg\:mb-32{
    margin-bottom: 8rem;
  }

  .lg\:ml-32{
    margin-left: 8rem;
  }

  .lg\:mt-40{
    margin-top: 10rem;
  }

  .lg\:mr-40{
    margin-right: 10rem;
  }

  .lg\:mb-40{
    margin-bottom: 10rem;
  }

  .lg\:ml-40{
    margin-left: 10rem;
  }

  .lg\:mt-48{
    margin-top: 12rem;
  }

  .lg\:mr-48{
    margin-right: 12rem;
  }

  .lg\:mb-48{
    margin-bottom: 12rem;
  }

  .lg\:ml-48{
    margin-left: 12rem;
  }

  .lg\:mt-56{
    margin-top: 14rem;
  }

  .lg\:mr-56{
    margin-right: 14rem;
  }

  .lg\:mb-56{
    margin-bottom: 14rem;
  }

  .lg\:ml-56{
    margin-left: 14rem;
  }

  .lg\:mt-64{
    margin-top: 16rem;
  }

  .lg\:mr-64{
    margin-right: 16rem;
  }

  .lg\:mb-64{
    margin-bottom: 16rem;
  }

  .lg\:ml-64{
    margin-left: 16rem;
  }

  .lg\:mt-auto{
    margin-top: auto;
  }

  .lg\:mr-auto{
    margin-right: auto;
  }

  .lg\:mb-auto{
    margin-bottom: auto;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:mt-px{
    margin-top: 1px;
  }

  .lg\:mr-px{
    margin-right: 1px;
  }

  .lg\:mb-px{
    margin-bottom: 1px;
  }

  .lg\:ml-px{
    margin-left: 1px;
  }

  .lg\:mt-full{
    margin-top: 100%;
  }

  .lg\:mr-full{
    margin-right: 100%;
  }

  .lg\:mb-full{
    margin-bottom: 100%;
  }

  .lg\:ml-full{
    margin-left: 100%;
  }

  .lg\:-mt-1{
    margin-top: -0.25rem;
  }

  .lg\:-mr-1{
    margin-right: -0.25rem;
  }

  .lg\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1{
    margin-left: -0.25rem;
  }

  .lg\:-mt-2{
    margin-top: -0.5rem;
  }

  .lg\:-mr-2{
    margin-right: -0.5rem;
  }

  .lg\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2{
    margin-left: -0.5rem;
  }

  .lg\:-mt-3{
    margin-top: -0.75rem;
  }

  .lg\:-mr-3{
    margin-right: -0.75rem;
  }

  .lg\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3{
    margin-left: -0.75rem;
  }

  .lg\:-mt-4{
    margin-top: -1rem;
  }

  .lg\:-mr-4{
    margin-right: -1rem;
  }

  .lg\:-mb-4{
    margin-bottom: -1rem;
  }

  .lg\:-ml-4{
    margin-left: -1rem;
  }

  .lg\:-mt-5{
    margin-top: -1.25rem;
  }

  .lg\:-mr-5{
    margin-right: -1.25rem;
  }

  .lg\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-5{
    margin-left: -1.25rem;
  }

  .lg\:-mt-6{
    margin-top: -1.5rem;
  }

  .lg\:-mr-6{
    margin-right: -1.5rem;
  }

  .lg\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6{
    margin-left: -1.5rem;
  }

  .lg\:-mt-8{
    margin-top: -2rem;
  }

  .lg\:-mr-8{
    margin-right: -2rem;
  }

  .lg\:-mb-8{
    margin-bottom: -2rem;
  }

  .lg\:-ml-8{
    margin-left: -2rem;
  }

  .lg\:-mt-10{
    margin-top: -2.5rem;
  }

  .lg\:-mr-10{
    margin-right: -2.5rem;
  }

  .lg\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-10{
    margin-left: -2.5rem;
  }

  .lg\:-mt-12{
    margin-top: -3rem;
  }

  .lg\:-mr-12{
    margin-right: -3rem;
  }

  .lg\:-mb-12{
    margin-bottom: -3rem;
  }

  .lg\:-ml-12{
    margin-left: -3rem;
  }

  .lg\:-mt-16{
    margin-top: -4rem;
  }

  .lg\:-mr-16{
    margin-right: -4rem;
  }

  .lg\:-mb-16{
    margin-bottom: -4rem;
  }

  .lg\:-ml-16{
    margin-left: -4rem;
  }

  .lg\:-mt-20{
    margin-top: -5rem;
  }

  .lg\:-mr-20{
    margin-right: -5rem;
  }

  .lg\:-mb-20{
    margin-bottom: -5rem;
  }

  .lg\:-ml-20{
    margin-left: -5rem;
  }

  .lg\:-mt-24{
    margin-top: -6rem;
  }

  .lg\:-mr-24{
    margin-right: -6rem;
  }

  .lg\:-mb-24{
    margin-bottom: -6rem;
  }

  .lg\:-ml-24{
    margin-left: -6rem;
  }

  .lg\:-mt-32{
    margin-top: -8rem;
  }

  .lg\:-mr-32{
    margin-right: -8rem;
  }

  .lg\:-mb-32{
    margin-bottom: -8rem;
  }

  .lg\:-ml-32{
    margin-left: -8rem;
  }

  .lg\:-mt-40{
    margin-top: -10rem;
  }

  .lg\:-mr-40{
    margin-right: -10rem;
  }

  .lg\:-mb-40{
    margin-bottom: -10rem;
  }

  .lg\:-ml-40{
    margin-left: -10rem;
  }

  .lg\:-mt-48{
    margin-top: -12rem;
  }

  .lg\:-mr-48{
    margin-right: -12rem;
  }

  .lg\:-mb-48{
    margin-bottom: -12rem;
  }

  .lg\:-ml-48{
    margin-left: -12rem;
  }

  .lg\:-mt-56{
    margin-top: -14rem;
  }

  .lg\:-mr-56{
    margin-right: -14rem;
  }

  .lg\:-mb-56{
    margin-bottom: -14rem;
  }

  .lg\:-ml-56{
    margin-left: -14rem;
  }

  .lg\:-mt-64{
    margin-top: -16rem;
  }

  .lg\:-mr-64{
    margin-right: -16rem;
  }

  .lg\:-mb-64{
    margin-bottom: -16rem;
  }

  .lg\:-ml-64{
    margin-left: -16rem;
  }

  .lg\:-mt-px{
    margin-top: -1px;
  }

  .lg\:-mr-px{
    margin-right: -1px;
  }

  .lg\:-mb-px{
    margin-bottom: -1px;
  }

  .lg\:-ml-px{
    margin-left: -1px;
  }

  .lg\:-mt-full{
    margin-top: -100%;
  }

  .lg\:-mr-full{
    margin-right: -100%;
  }

  .lg\:-mb-full{
    margin-bottom: -100%;
  }

  .lg\:-ml-full{
    margin-left: -100%;
  }

  .lg\:max-h-full{
    max-height: 100%;
  }

  .lg\:max-h-screen{
    max-height: 100vh;
  }

  .lg\:max-h-inherit{
    max-height: inherit;
  }

  .lg\:max-h-screen-50{
    max-height: 50vh;
  }

  .lg\:max-h-screen-75{
    max-height: 75vh;
  }

  .lg\:max-w-xs{
    max-width: 20rem;
  }

  .lg\:max-w-sm{
    max-width: 24rem;
  }

  .lg\:max-w-md{
    max-width: 28rem;
  }

  .lg\:max-w-lg{
    max-width: 32rem;
  }

  .lg\:max-w-xl{
    max-width: 36rem;
  }

  .lg\:max-w-2xl{
    max-width: 42rem;
  }

  .lg\:max-w-3xl{
    max-width: 48rem;
  }

  .lg\:max-w-4xl{
    max-width: 56rem;
  }

  .lg\:max-w-5xl{
    max-width: 64rem;
  }

  .lg\:max-w-6xl{
    max-width: 72rem;
  }

  .lg\:max-w-full{
    max-width: 100%;
  }

  .lg\:max-w-none{
    max-width: none;
  }

  .lg\:min-h-0{
    min-height: 0;
  }

  .lg\:min-h-10{
    min-height: 2.5rem;
  }

  .lg\:min-h-100{
    min-height: 25rem;
  }

  .lg\:min-h-300{
    min-height: 18.75rem;
  }

  .lg\:min-h-full{
    min-height: 100%;
  }

  .lg\:min-h-screen{
    min-height: 100vh;
  }

  .lg\:min-h-inherit{
    min-height: inherit;
  }

  .lg\:min-h-screen-50{
    min-height: 50vh;
  }

  .lg\:min-h-screen-75{
    min-height: 75vh;
  }

  .lg\:min-w-0{
    min-width: 0;
  }

  .lg\:min-w-full{
    min-width: 100%;
  }

  .lg\:min-w-inherit{
    min-width: inherit;
  }

  .lg\:object-contain{
    object-fit: contain;
  }

  .lg\:object-cover{
    object-fit: cover;
  }

  .lg\:object-fill{
    object-fit: fill;
  }

  .lg\:object-none{
    object-fit: none;
  }

  .lg\:object-scale-down{
    object-fit: scale-down;
  }

  .lg\:object-bottom{
    object-position: bottom;
  }

  .lg\:object-center{
    object-position: center;
  }

  .lg\:object-left{
    object-position: left;
  }

  .lg\:object-left-bottom{
    object-position: left bottom;
  }

  .lg\:object-left-top{
    object-position: left top;
  }

  .lg\:object-right{
    object-position: right;
  }

  .lg\:object-right-bottom{
    object-position: right bottom;
  }

  .lg\:object-right-top{
    object-position: right top;
  }

  .lg\:object-top{
    object-position: top;
  }

  .lg\:opacity-0{
    opacity: 0;
  }

  .lg\:opacity-25{
    opacity: 0.25;
  }

  .lg\:opacity-50{
    opacity: 0.5;
  }

  .lg\:opacity-75{
    opacity: 0.75;
  }

  .lg\:opacity-100{
    opacity: 1;
  }

  .group:hover .lg\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .lg\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:opacity-100{
    opacity: 1;
  }

  .js-is-active.lg\:self-active\:opacity-0{
    opacity: 0;
  }

  .js-is-active.lg\:self-active\:opacity-25{
    opacity: 0.25;
  }

  .js-is-active.lg\:self-active\:opacity-50{
    opacity: 0.5;
  }

  .js-is-active.lg\:self-active\:opacity-75{
    opacity: 0.75;
  }

  .js-is-active.lg\:self-active\:opacity-100{
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .lg\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .lg\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .lg\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .lg\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .lg\:overflow-auto{
    overflow: auto;
  }

  .lg\:overflow-hidden{
    overflow: hidden;
  }

  .lg\:overflow-visible{
    overflow: visible;
  }

  .lg\:overflow-scroll{
    overflow: scroll;
  }

  .lg\:overflow-x-auto{
    overflow-x: auto;
  }

  .lg\:overflow-y-auto{
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible{
    overflow-x: visible;
  }

  .lg\:overflow-y-visible{
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .lg\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0{
    padding: 0;
  }

  .lg\:p-1{
    padding: 0.25rem;
  }

  .lg\:p-2{
    padding: 0.5rem;
  }

  .lg\:p-3{
    padding: 0.75rem;
  }

  .lg\:p-4{
    padding: 1rem;
  }

  .lg\:p-5{
    padding: 1.25rem;
  }

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:p-10{
    padding: 2.5rem;
  }

  .lg\:p-12{
    padding: 3rem;
  }

  .lg\:p-16{
    padding: 4rem;
  }

  .lg\:p-20{
    padding: 5rem;
  }

  .lg\:p-24{
    padding: 6rem;
  }

  .lg\:p-32{
    padding: 8rem;
  }

  .lg\:p-40{
    padding: 10rem;
  }

  .lg\:p-48{
    padding: 12rem;
  }

  .lg\:p-56{
    padding: 14rem;
  }

  .lg\:p-64{
    padding: 16rem;
  }

  .lg\:p-px{
    padding: 1px;
  }

  .lg\:p-full{
    padding: 100%;
  }

  .lg\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-full{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .lg\:px-full{
    padding-left: 100%;
    padding-right: 100%;
  }

  .lg\:pt-0{
    padding-top: 0;
  }

  .lg\:pr-0{
    padding-right: 0;
  }

  .lg\:pb-0{
    padding-bottom: 0;
  }

  .lg\:pl-0{
    padding-left: 0;
  }

  .lg\:pt-1{
    padding-top: 0.25rem;
  }

  .lg\:pr-1{
    padding-right: 0.25rem;
  }

  .lg\:pb-1{
    padding-bottom: 0.25rem;
  }

  .lg\:pl-1{
    padding-left: 0.25rem;
  }

  .lg\:pt-2{
    padding-top: 0.5rem;
  }

  .lg\:pr-2{
    padding-right: 0.5rem;
  }

  .lg\:pb-2{
    padding-bottom: 0.5rem;
  }

  .lg\:pl-2{
    padding-left: 0.5rem;
  }

  .lg\:pt-3{
    padding-top: 0.75rem;
  }

  .lg\:pr-3{
    padding-right: 0.75rem;
  }

  .lg\:pb-3{
    padding-bottom: 0.75rem;
  }

  .lg\:pl-3{
    padding-left: 0.75rem;
  }

  .lg\:pt-4{
    padding-top: 1rem;
  }

  .lg\:pr-4{
    padding-right: 1rem;
  }

  .lg\:pb-4{
    padding-bottom: 1rem;
  }

  .lg\:pl-4{
    padding-left: 1rem;
  }

  .lg\:pt-5{
    padding-top: 1.25rem;
  }

  .lg\:pr-5{
    padding-right: 1.25rem;
  }

  .lg\:pb-5{
    padding-bottom: 1.25rem;
  }

  .lg\:pl-5{
    padding-left: 1.25rem;
  }

  .lg\:pt-6{
    padding-top: 1.5rem;
  }

  .lg\:pr-6{
    padding-right: 1.5rem;
  }

  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6{
    padding-left: 1.5rem;
  }

  .lg\:pt-8{
    padding-top: 2rem;
  }

  .lg\:pr-8{
    padding-right: 2rem;
  }

  .lg\:pb-8{
    padding-bottom: 2rem;
  }

  .lg\:pl-8{
    padding-left: 2rem;
  }

  .lg\:pt-10{
    padding-top: 2.5rem;
  }

  .lg\:pr-10{
    padding-right: 2.5rem;
  }

  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10{
    padding-left: 2.5rem;
  }

  .lg\:pt-12{
    padding-top: 3rem;
  }

  .lg\:pr-12{
    padding-right: 3rem;
  }

  .lg\:pb-12{
    padding-bottom: 3rem;
  }

  .lg\:pl-12{
    padding-left: 3rem;
  }

  .lg\:pt-16{
    padding-top: 4rem;
  }

  .lg\:pr-16{
    padding-right: 4rem;
  }

  .lg\:pb-16{
    padding-bottom: 4rem;
  }

  .lg\:pl-16{
    padding-left: 4rem;
  }

  .lg\:pt-20{
    padding-top: 5rem;
  }

  .lg\:pr-20{
    padding-right: 5rem;
  }

  .lg\:pb-20{
    padding-bottom: 5rem;
  }

  .lg\:pl-20{
    padding-left: 5rem;
  }

  .lg\:pt-24{
    padding-top: 6rem;
  }

  .lg\:pr-24{
    padding-right: 6rem;
  }

  .lg\:pb-24{
    padding-bottom: 6rem;
  }

  .lg\:pl-24{
    padding-left: 6rem;
  }

  .lg\:pt-32{
    padding-top: 8rem;
  }

  .lg\:pr-32{
    padding-right: 8rem;
  }

  .lg\:pb-32{
    padding-bottom: 8rem;
  }

  .lg\:pl-32{
    padding-left: 8rem;
  }

  .lg\:pt-40{
    padding-top: 10rem;
  }

  .lg\:pr-40{
    padding-right: 10rem;
  }

  .lg\:pb-40{
    padding-bottom: 10rem;
  }

  .lg\:pl-40{
    padding-left: 10rem;
  }

  .lg\:pt-48{
    padding-top: 12rem;
  }

  .lg\:pr-48{
    padding-right: 12rem;
  }

  .lg\:pb-48{
    padding-bottom: 12rem;
  }

  .lg\:pl-48{
    padding-left: 12rem;
  }

  .lg\:pt-56{
    padding-top: 14rem;
  }

  .lg\:pr-56{
    padding-right: 14rem;
  }

  .lg\:pb-56{
    padding-bottom: 14rem;
  }

  .lg\:pl-56{
    padding-left: 14rem;
  }

  .lg\:pt-64{
    padding-top: 16rem;
  }

  .lg\:pr-64{
    padding-right: 16rem;
  }

  .lg\:pb-64{
    padding-bottom: 16rem;
  }

  .lg\:pl-64{
    padding-left: 16rem;
  }

  .lg\:pt-px{
    padding-top: 1px;
  }

  .lg\:pr-px{
    padding-right: 1px;
  }

  .lg\:pb-px{
    padding-bottom: 1px;
  }

  .lg\:pl-px{
    padding-left: 1px;
  }

  .lg\:pt-full{
    padding-top: 100%;
  }

  .lg\:pr-full{
    padding-right: 100%;
  }

  .lg\:pb-full{
    padding-bottom: 100%;
  }

  .lg\:pl-full{
    padding-left: 100%;
  }

  .lg\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .lg\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .lg\:placeholder-current::placeholder{
    color: currentColor;
  }

  .lg\:placeholder-black:-ms-input-placeholder{
    color: #000000;
  }

  .lg\:placeholder-black::placeholder{
    color: #000000;
  }

  .lg\:placeholder-white:-ms-input-placeholder{
    color: #ffffff;
  }

  .lg\:placeholder-white::placeholder{
    color: #ffffff;
  }

  .lg\:placeholder-overlay:-ms-input-placeholder{
    color: rgba(0,0,0,.2);
  }

  .lg\:placeholder-overlay::placeholder{
    color: rgba(0,0,0,.2);
  }

  .lg\:placeholder-transparent-background:-ms-input-placeholder{
    color: rgba(0,0,0,.7);
  }

  .lg\:placeholder-transparent-background::placeholder{
    color: rgba(0,0,0,.7);
  }

  .lg\:placeholder-red-400:-ms-input-placeholder{
    color: #ed4956;
  }

  .lg\:placeholder-red-400::placeholder{
    color: #ed4956;
  }

  .lg\:placeholder-red-500:-ms-input-placeholder{
    color: #e74a4a;
  }

  .lg\:placeholder-red-500::placeholder{
    color: #e74a4a;
  }

  .lg\:placeholder-orange-300:-ms-input-placeholder{
    color: #a8774f;
  }

  .lg\:placeholder-orange-300::placeholder{
    color: #a8774f;
  }

  .lg\:placeholder-orange-400:-ms-input-placeholder{
    color: #926642;
  }

  .lg\:placeholder-orange-400::placeholder{
    color: #926642;
  }

  .lg\:placeholder-orange-500:-ms-input-placeholder{
    color: #d35a3a;
  }

  .lg\:placeholder-orange-500::placeholder{
    color: #d35a3a;
  }

  .lg\:placeholder-green-200:-ms-input-placeholder{
    color: #d5d4a3;
  }

  .lg\:placeholder-green-200::placeholder{
    color: #d5d4a3;
  }

  .lg\:placeholder-green-300:-ms-input-placeholder{
    color: #f05a30;
  }

  .lg\:placeholder-green-300::placeholder{
    color: #f05a30;
  }

  .lg\:placeholder-green-400:-ms-input-placeholder{
    color: #b8b78a;
  }

  .lg\:placeholder-green-400::placeholder{
    color: #b8b78a;
  }

  .lg\:placeholder-green-500:-ms-input-placeholder{
    color: #48bb78;
  }

  .lg\:placeholder-green-500::placeholder{
    color: #48bb78;
  }

  .lg\:placeholder-green-600:-ms-input-placeholder{
    color: #a4c264;
  }

  .lg\:placeholder-green-600::placeholder{
    color: #a4c264;
  }

  .lg\:placeholder-green-700:-ms-input-placeholder{
    color: #B8B78F;
  }

  .lg\:placeholder-green-700::placeholder{
    color: #B8B78F;
  }

  .lg\:placeholder-blue-400:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .lg\:placeholder-blue-400::placeholder{
    color: #a2c3d3;
  }

  .lg\:placeholder-blue-500:-ms-input-placeholder{
    color: #65a6c2;
  }

  .lg\:placeholder-blue-500::placeholder{
    color: #65a6c2;
  }

  .lg\:placeholder-blue-600:-ms-input-placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .lg\:placeholder-blue-600::placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .lg\:placeholder-blue-700:-ms-input-placeholder{
    color: rgba(70, 97, 153);
  }

  .lg\:placeholder-blue-700::placeholder{
    color: rgba(70, 97, 153);
  }

  .lg\:placeholder-bluegrey-100:-ms-input-placeholder{
    color: #D9D9D9;
  }

  .lg\:placeholder-bluegrey-100::placeholder{
    color: #D9D9D9;
  }

  .lg\:placeholder-terracotta-500:-ms-input-placeholder{
    color: #bb7265;
  }

  .lg\:placeholder-terracotta-500::placeholder{
    color: #bb7265;
  }

  .lg\:placeholder-terracotta-600:-ms-input-placeholder{
    color: #a46357;
  }

  .lg\:placeholder-terracotta-600::placeholder{
    color: #a46357;
  }

  .lg\:placeholder-sky-100:-ms-input-placeholder{
    color: #dff2fe;
  }

  .lg\:placeholder-sky-100::placeholder{
    color: #dff2fe;
  }

  .lg\:placeholder-sky-200:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .lg\:placeholder-sky-200::placeholder{
    color: #a2c3d3;
  }

  .lg\:placeholder-neutral-500:-ms-input-placeholder{
    color: #636466;
  }

  .lg\:placeholder-neutral-500::placeholder{
    color: #636466;
  }

  .lg\:placeholder-gray-50:-ms-input-placeholder{
    color: #fcfcfc;
  }

  .lg\:placeholder-gray-50::placeholder{
    color: #fcfcfc;
  }

  .lg\:placeholder-gray-100:-ms-input-placeholder{
    color: #e7e7e7;
  }

  .lg\:placeholder-gray-100::placeholder{
    color: #e7e7e7;
  }

  .lg\:placeholder-gray-125:-ms-input-placeholder{
    color: #f0f0f0;
  }

  .lg\:placeholder-gray-125::placeholder{
    color: #f0f0f0;
  }

  .lg\:placeholder-gray-150:-ms-input-placeholder{
    color: #dddddd;
  }

  .lg\:placeholder-gray-150::placeholder{
    color: #dddddd;
  }

  .lg\:placeholder-gray-200:-ms-input-placeholder{
    color: #868b8f;
  }

  .lg\:placeholder-gray-200::placeholder{
    color: #868b8f;
  }

  .lg\:placeholder-gray-250:-ms-input-placeholder{
    color: #a6a5a5;
  }

  .lg\:placeholder-gray-250::placeholder{
    color: #a6a5a5;
  }

  .lg\:placeholder-gray-300:-ms-input-placeholder{
    color: #979796;
  }

  .lg\:placeholder-gray-300::placeholder{
    color: #979796;
  }

  .lg\:placeholder-gray-400:-ms-input-placeholder{
    color: #abaeb1;
  }

  .lg\:placeholder-gray-400::placeholder{
    color: #abaeb1;
  }

  .lg\:placeholder-gray-500:-ms-input-placeholder{
    color: #c7c7c7;
  }

  .lg\:placeholder-gray-500::placeholder{
    color: #c7c7c7;
  }

  .lg\:placeholder-gray-550:-ms-input-placeholder{
    color: #ccc;
  }

  .lg\:placeholder-gray-550::placeholder{
    color: #ccc;
  }

  .lg\:placeholder-gray-600:-ms-input-placeholder{
    color: #707070;
  }

  .lg\:placeholder-gray-600::placeholder{
    color: #707070;
  }

  .lg\:placeholder-gray-700:-ms-input-placeholder{
    color: #555555;
  }

  .lg\:placeholder-gray-700::placeholder{
    color: #555555;
  }

  .lg\:placeholder-gray-800:-ms-input-placeholder{
    color: #333232;
  }

  .lg\:placeholder-gray-800::placeholder{
    color: #333232;
  }

  .lg\:placeholder-gray-900:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .lg\:placeholder-gray-900::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .lg\:placeholder-gray-1000:-ms-input-placeholder{
    color: #dadada;
  }

  .lg\:placeholder-gray-1000::placeholder{
    color: #dadada;
  }

  .lg\:placeholder-gray-1100:-ms-input-placeholder{
    color: #ededed;
  }

  .lg\:placeholder-gray-1100::placeholder{
    color: #ededed;
  }

  .lg\:placeholder-gray-1200:-ms-input-placeholder{
    color: #b1b1b1;
  }

  .lg\:placeholder-gray-1200::placeholder{
    color: #b1b1b1;
  }

  .lg\:placeholder-gray-1300:-ms-input-placeholder{
    color: #9b9b9b;
  }

  .lg\:placeholder-gray-1300::placeholder{
    color: #9b9b9b;
  }

  .lg\:placeholder-gray-1400:-ms-input-placeholder{
    color: #999ea1;
  }

  .lg\:placeholder-gray-1400::placeholder{
    color: #999ea1;
  }

  .lg\:placeholder-gray-1500:-ms-input-placeholder{
    color: #464646;
  }

  .lg\:placeholder-gray-1500::placeholder{
    color: #464646;
  }

  .lg\:placeholder-gray-1600:-ms-input-placeholder{
    color: #9A9FA2;
  }

  .lg\:placeholder-gray-1600::placeholder{
    color: #9A9FA2;
  }

  .lg\:placeholder-gray-1700:-ms-input-placeholder{
    color: #FBFBFB;
  }

  .lg\:placeholder-gray-1700::placeholder{
    color: #FBFBFB;
  }

  .lg\:placeholder-gray-1800:-ms-input-placeholder{
    color: #494949;
  }

  .lg\:placeholder-gray-1800::placeholder{
    color: #494949;
  }

  .lg\:placeholder-gray-1900:-ms-input-placeholder{
    color: #797979;
  }

  .lg\:placeholder-gray-1900::placeholder{
    color: #797979;
  }

  .lg\:placeholder-tan-300:-ms-input-placeholder{
    color: #d2a680;
  }

  .lg\:placeholder-tan-300::placeholder{
    color: #d2a680;
  }

  .lg\:placeholder-tan-400:-ms-input-placeholder{
    color: #a38b71;
  }

  .lg\:placeholder-tan-400::placeholder{
    color: #a38b71;
  }

  .lg\:placeholder-tan-500:-ms-input-placeholder{
    color: #b18259;
  }

  .lg\:placeholder-tan-500::placeholder{
    color: #b18259;
  }

  .lg\:placeholder-tan-600:-ms-input-placeholder{
    color: #c29064;
  }

  .lg\:placeholder-tan-600::placeholder{
    color: #c29064;
  }

  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .lg\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: #000000;
  }

  .lg\:focus\:placeholder-black:focus::placeholder{
    color: #000000;
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: #ffffff;
  }

  .lg\:focus\:placeholder-white:focus::placeholder{
    color: #ffffff;
  }

  .lg\:focus\:placeholder-overlay:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.2);
  }

  .lg\:focus\:placeholder-overlay:focus::placeholder{
    color: rgba(0,0,0,.2);
  }

  .lg\:focus\:placeholder-transparent-background:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.7);
  }

  .lg\:focus\:placeholder-transparent-background:focus::placeholder{
    color: rgba(0,0,0,.7);
  }

  .lg\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    color: #ed4956;
  }

  .lg\:focus\:placeholder-red-400:focus::placeholder{
    color: #ed4956;
  }

  .lg\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    color: #e74a4a;
  }

  .lg\:focus\:placeholder-red-500:focus::placeholder{
    color: #e74a4a;
  }

  .lg\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    color: #a8774f;
  }

  .lg\:focus\:placeholder-orange-300:focus::placeholder{
    color: #a8774f;
  }

  .lg\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    color: #926642;
  }

  .lg\:focus\:placeholder-orange-400:focus::placeholder{
    color: #926642;
  }

  .lg\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    color: #d35a3a;
  }

  .lg\:focus\:placeholder-orange-500:focus::placeholder{
    color: #d35a3a;
  }

  .lg\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    color: #d5d4a3;
  }

  .lg\:focus\:placeholder-green-200:focus::placeholder{
    color: #d5d4a3;
  }

  .lg\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    color: #f05a30;
  }

  .lg\:focus\:placeholder-green-300:focus::placeholder{
    color: #f05a30;
  }

  .lg\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    color: #b8b78a;
  }

  .lg\:focus\:placeholder-green-400:focus::placeholder{
    color: #b8b78a;
  }

  .lg\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    color: #48bb78;
  }

  .lg\:focus\:placeholder-green-500:focus::placeholder{
    color: #48bb78;
  }

  .lg\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    color: #a4c264;
  }

  .lg\:focus\:placeholder-green-600:focus::placeholder{
    color: #a4c264;
  }

  .lg\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    color: #B8B78F;
  }

  .lg\:focus\:placeholder-green-700:focus::placeholder{
    color: #B8B78F;
  }

  .lg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .lg\:focus\:placeholder-blue-400:focus::placeholder{
    color: #a2c3d3;
  }

  .lg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    color: #65a6c2;
  }

  .lg\:focus\:placeholder-blue-500:focus::placeholder{
    color: #65a6c2;
  }

  .lg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .lg\:focus\:placeholder-blue-600:focus::placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .lg\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    color: rgba(70, 97, 153);
  }

  .lg\:focus\:placeholder-blue-700:focus::placeholder{
    color: rgba(70, 97, 153);
  }

  .lg\:focus\:placeholder-bluegrey-100:focus:-ms-input-placeholder{
    color: #D9D9D9;
  }

  .lg\:focus\:placeholder-bluegrey-100:focus::placeholder{
    color: #D9D9D9;
  }

  .lg\:focus\:placeholder-terracotta-500:focus:-ms-input-placeholder{
    color: #bb7265;
  }

  .lg\:focus\:placeholder-terracotta-500:focus::placeholder{
    color: #bb7265;
  }

  .lg\:focus\:placeholder-terracotta-600:focus:-ms-input-placeholder{
    color: #a46357;
  }

  .lg\:focus\:placeholder-terracotta-600:focus::placeholder{
    color: #a46357;
  }

  .lg\:focus\:placeholder-sky-100:focus:-ms-input-placeholder{
    color: #dff2fe;
  }

  .lg\:focus\:placeholder-sky-100:focus::placeholder{
    color: #dff2fe;
  }

  .lg\:focus\:placeholder-sky-200:focus:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .lg\:focus\:placeholder-sky-200:focus::placeholder{
    color: #a2c3d3;
  }

  .lg\:focus\:placeholder-neutral-500:focus:-ms-input-placeholder{
    color: #636466;
  }

  .lg\:focus\:placeholder-neutral-500:focus::placeholder{
    color: #636466;
  }

  .lg\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    color: #fcfcfc;
  }

  .lg\:focus\:placeholder-gray-50:focus::placeholder{
    color: #fcfcfc;
  }

  .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    color: #e7e7e7;
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder{
    color: #e7e7e7;
  }

  .lg\:focus\:placeholder-gray-125:focus:-ms-input-placeholder{
    color: #f0f0f0;
  }

  .lg\:focus\:placeholder-gray-125:focus::placeholder{
    color: #f0f0f0;
  }

  .lg\:focus\:placeholder-gray-150:focus:-ms-input-placeholder{
    color: #dddddd;
  }

  .lg\:focus\:placeholder-gray-150:focus::placeholder{
    color: #dddddd;
  }

  .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    color: #868b8f;
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder{
    color: #868b8f;
  }

  .lg\:focus\:placeholder-gray-250:focus:-ms-input-placeholder{
    color: #a6a5a5;
  }

  .lg\:focus\:placeholder-gray-250:focus::placeholder{
    color: #a6a5a5;
  }

  .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    color: #979796;
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder{
    color: #979796;
  }

  .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    color: #abaeb1;
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder{
    color: #abaeb1;
  }

  .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    color: #c7c7c7;
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder{
    color: #c7c7c7;
  }

  .lg\:focus\:placeholder-gray-550:focus:-ms-input-placeholder{
    color: #ccc;
  }

  .lg\:focus\:placeholder-gray-550:focus::placeholder{
    color: #ccc;
  }

  .lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    color: #707070;
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder{
    color: #707070;
  }

  .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    color: #555555;
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder{
    color: #555555;
  }

  .lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    color: #333232;
  }

  .lg\:focus\:placeholder-gray-800:focus::placeholder{
    color: #333232;
  }

  .lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .lg\:focus\:placeholder-gray-900:focus::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .lg\:focus\:placeholder-gray-1000:focus:-ms-input-placeholder{
    color: #dadada;
  }

  .lg\:focus\:placeholder-gray-1000:focus::placeholder{
    color: #dadada;
  }

  .lg\:focus\:placeholder-gray-1100:focus:-ms-input-placeholder{
    color: #ededed;
  }

  .lg\:focus\:placeholder-gray-1100:focus::placeholder{
    color: #ededed;
  }

  .lg\:focus\:placeholder-gray-1200:focus:-ms-input-placeholder{
    color: #b1b1b1;
  }

  .lg\:focus\:placeholder-gray-1200:focus::placeholder{
    color: #b1b1b1;
  }

  .lg\:focus\:placeholder-gray-1300:focus:-ms-input-placeholder{
    color: #9b9b9b;
  }

  .lg\:focus\:placeholder-gray-1300:focus::placeholder{
    color: #9b9b9b;
  }

  .lg\:focus\:placeholder-gray-1400:focus:-ms-input-placeholder{
    color: #999ea1;
  }

  .lg\:focus\:placeholder-gray-1400:focus::placeholder{
    color: #999ea1;
  }

  .lg\:focus\:placeholder-gray-1500:focus:-ms-input-placeholder{
    color: #464646;
  }

  .lg\:focus\:placeholder-gray-1500:focus::placeholder{
    color: #464646;
  }

  .lg\:focus\:placeholder-gray-1600:focus:-ms-input-placeholder{
    color: #9A9FA2;
  }

  .lg\:focus\:placeholder-gray-1600:focus::placeholder{
    color: #9A9FA2;
  }

  .lg\:focus\:placeholder-gray-1700:focus:-ms-input-placeholder{
    color: #FBFBFB;
  }

  .lg\:focus\:placeholder-gray-1700:focus::placeholder{
    color: #FBFBFB;
  }

  .lg\:focus\:placeholder-gray-1800:focus:-ms-input-placeholder{
    color: #494949;
  }

  .lg\:focus\:placeholder-gray-1800:focus::placeholder{
    color: #494949;
  }

  .lg\:focus\:placeholder-gray-1900:focus:-ms-input-placeholder{
    color: #797979;
  }

  .lg\:focus\:placeholder-gray-1900:focus::placeholder{
    color: #797979;
  }

  .lg\:focus\:placeholder-tan-300:focus:-ms-input-placeholder{
    color: #d2a680;
  }

  .lg\:focus\:placeholder-tan-300:focus::placeholder{
    color: #d2a680;
  }

  .lg\:focus\:placeholder-tan-400:focus:-ms-input-placeholder{
    color: #a38b71;
  }

  .lg\:focus\:placeholder-tan-400:focus::placeholder{
    color: #a38b71;
  }

  .lg\:focus\:placeholder-tan-500:focus:-ms-input-placeholder{
    color: #b18259;
  }

  .lg\:focus\:placeholder-tan-500:focus::placeholder{
    color: #b18259;
  }

  .lg\:focus\:placeholder-tan-600:focus:-ms-input-placeholder{
    color: #c29064;
  }

  .lg\:focus\:placeholder-tan-600:focus::placeholder{
    color: #c29064;
  }

  .lg\:pointer-events-none{
    pointer-events: none;
  }

  .lg\:pointer-events-auto{
    pointer-events: auto;
  }

  .lg\:static{
    position: static;
  }

  .lg\:fixed{
    position: fixed;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:sticky{
    position: sticky;
  }

  .lg\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:-inset-4{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .lg\:-inset-70{
    top: -4.375rem;
    right: -4.375rem;
    bottom: -4.375rem;
    left: -4.375rem;
  }

  .lg\:inset-1\/5{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .lg\:inset-2\/5{
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .lg\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .lg\:inset-x-0{
    right: 0;
    left: 0;
  }

  .lg\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .lg\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .lg\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .lg\:-inset-y-4{
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:-inset-x-4{
    right: -2rem;
    left: -2rem;
  }

  .lg\:-inset-y-70{
    top: -4.375rem;
    bottom: -4.375rem;
  }

  .lg\:-inset-x-70{
    right: -4.375rem;
    left: -4.375rem;
  }

  .lg\:inset-y-1\/5{
    top: 20%;
    bottom: 20%;
  }

  .lg\:inset-x-1\/5{
    right: 20%;
    left: 20%;
  }

  .lg\:inset-y-2\/5{
    top: 40%;
    bottom: 40%;
  }

  .lg\:inset-x-2\/5{
    right: 40%;
    left: 40%;
  }

  .lg\:top-0{
    top: 0;
  }

  .lg\:right-0{
    right: 0;
  }

  .lg\:bottom-0{
    bottom: 0;
  }

  .lg\:left-0{
    left: 0;
  }

  .lg\:top-auto{
    top: auto;
  }

  .lg\:right-auto{
    right: auto;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

  .lg\:left-auto{
    left: auto;
  }

  .lg\:top-full{
    top: 100%;
  }

  .lg\:right-full{
    right: 100%;
  }

  .lg\:bottom-full{
    bottom: 100%;
  }

  .lg\:left-full{
    left: 100%;
  }

  .lg\:-top-4{
    top: -2rem;
  }

  .lg\:-right-4{
    right: -2rem;
  }

  .lg\:-bottom-4{
    bottom: -2rem;
  }

  .lg\:-left-4{
    left: -2rem;
  }

  .lg\:-top-70{
    top: -4.375rem;
  }

  .lg\:-right-70{
    right: -4.375rem;
  }

  .lg\:-bottom-70{
    bottom: -4.375rem;
  }

  .lg\:-left-70{
    left: -4.375rem;
  }

  .lg\:top-1\/5{
    top: 20%;
  }

  .lg\:right-1\/5{
    right: 20%;
  }

  .lg\:bottom-1\/5{
    bottom: 20%;
  }

  .lg\:left-1\/5{
    left: 20%;
  }

  .lg\:top-2\/5{
    top: 40%;
  }

  .lg\:right-2\/5{
    right: 40%;
  }

  .lg\:bottom-2\/5{
    bottom: 40%;
  }

  .lg\:left-2\/5{
    left: 40%;
  }

  .lg\:resize-none{
    resize: none;
  }

  .lg\:resize-y{
    resize: vertical;
  }

  .lg\:resize-x{
    resize: horizontal;
  }

  .lg\:resize{
    resize: both;
  }

  .lg\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:shadow-none{
    box-shadow: none;
  }

  .lg\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .lg\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .lg\:table-auto{
    table-layout: auto;
  }

  .lg\:table-fixed{
    table-layout: fixed;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-center{
    text-align: center;
  }

  .lg\:text-right{
    text-align: right;
  }

  .lg\:text-justify{
    text-align: justify;
  }

  .lg\:text-transparent{
    color: transparent;
  }

  .lg\:text-current{
    color: currentColor;
  }

  .lg\:text-black{
    color: #000000;
  }

  .lg\:text-white{
    color: #ffffff;
  }

  .lg\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  .lg\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  .lg\:text-red-400{
    color: #ed4956;
  }

  .lg\:text-red-500{
    color: #e74a4a;
  }

  .lg\:text-orange-300{
    color: #a8774f;
  }

  .lg\:text-orange-400{
    color: #926642;
  }

  .lg\:text-orange-500{
    color: #d35a3a;
  }

  .lg\:text-green-200{
    color: #d5d4a3;
  }

  .lg\:text-green-300{
    color: #f05a30;
  }

  .lg\:text-green-400{
    color: #b8b78a;
  }

  .lg\:text-green-500{
    color: #48bb78;
  }

  .lg\:text-green-600{
    color: #a4c264;
  }

  .lg\:text-green-700{
    color: #B8B78F;
  }

  .lg\:text-blue-400{
    color: #a2c3d3;
  }

  .lg\:text-blue-500{
    color: #65a6c2;
  }

  .lg\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  .lg\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  .lg\:text-bluegrey-100{
    color: #D9D9D9;
  }

  .lg\:text-terracotta-500{
    color: #bb7265;
  }

  .lg\:text-terracotta-600{
    color: #a46357;
  }

  .lg\:text-sky-100{
    color: #dff2fe;
  }

  .lg\:text-sky-200{
    color: #a2c3d3;
  }

  .lg\:text-neutral-500{
    color: #636466;
  }

  .lg\:text-gray-50{
    color: #fcfcfc;
  }

  .lg\:text-gray-100{
    color: #e7e7e7;
  }

  .lg\:text-gray-125{
    color: #f0f0f0;
  }

  .lg\:text-gray-150{
    color: #dddddd;
  }

  .lg\:text-gray-200{
    color: #868b8f;
  }

  .lg\:text-gray-250{
    color: #a6a5a5;
  }

  .lg\:text-gray-300{
    color: #979796;
  }

  .lg\:text-gray-400{
    color: #abaeb1;
  }

  .lg\:text-gray-500{
    color: #c7c7c7;
  }

  .lg\:text-gray-550{
    color: #ccc;
  }

  .lg\:text-gray-600{
    color: #707070;
  }

  .lg\:text-gray-700{
    color: #555555;
  }

  .lg\:text-gray-800{
    color: #333232;
  }

  .lg\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  .lg\:text-gray-1000{
    color: #dadada;
  }

  .lg\:text-gray-1100{
    color: #ededed;
  }

  .lg\:text-gray-1200{
    color: #b1b1b1;
  }

  .lg\:text-gray-1300{
    color: #9b9b9b;
  }

  .lg\:text-gray-1400{
    color: #999ea1;
  }

  .lg\:text-gray-1500{
    color: #464646;
  }

  .lg\:text-gray-1600{
    color: #9A9FA2;
  }

  .lg\:text-gray-1700{
    color: #FBFBFB;
  }

  .lg\:text-gray-1800{
    color: #494949;
  }

  .lg\:text-gray-1900{
    color: #797979;
  }

  .lg\:text-tan-300{
    color: #d2a680;
  }

  .lg\:text-tan-400{
    color: #a38b71;
  }

  .lg\:text-tan-500{
    color: #b18259;
  }

  .lg\:text-tan-600{
    color: #c29064;
  }

  .lg\:hover\:text-transparent:hover{
    color: transparent;
  }

  .lg\:hover\:text-current:hover{
    color: currentColor;
  }

  .lg\:hover\:text-black:hover{
    color: #000000;
  }

  .lg\:hover\:text-white:hover{
    color: #ffffff;
  }

  .lg\:hover\:text-overlay:hover{
    color: rgba(0,0,0,.2);
  }

  .lg\:hover\:text-transparent-background:hover{
    color: rgba(0,0,0,.7);
  }

  .lg\:hover\:text-red-400:hover{
    color: #ed4956;
  }

  .lg\:hover\:text-red-500:hover{
    color: #e74a4a;
  }

  .lg\:hover\:text-orange-300:hover{
    color: #a8774f;
  }

  .lg\:hover\:text-orange-400:hover{
    color: #926642;
  }

  .lg\:hover\:text-orange-500:hover{
    color: #d35a3a;
  }

  .lg\:hover\:text-green-200:hover{
    color: #d5d4a3;
  }

  .lg\:hover\:text-green-300:hover{
    color: #f05a30;
  }

  .lg\:hover\:text-green-400:hover{
    color: #b8b78a;
  }

  .lg\:hover\:text-green-500:hover{
    color: #48bb78;
  }

  .lg\:hover\:text-green-600:hover{
    color: #a4c264;
  }

  .lg\:hover\:text-green-700:hover{
    color: #B8B78F;
  }

  .lg\:hover\:text-blue-400:hover{
    color: #a2c3d3;
  }

  .lg\:hover\:text-blue-500:hover{
    color: #65a6c2;
  }

  .lg\:hover\:text-blue-600:hover{
    color: rgba(70, 97, 153, .97);
  }

  .lg\:hover\:text-blue-700:hover{
    color: rgba(70, 97, 153);
  }

  .lg\:hover\:text-bluegrey-100:hover{
    color: #D9D9D9;
  }

  .lg\:hover\:text-terracotta-500:hover{
    color: #bb7265;
  }

  .lg\:hover\:text-terracotta-600:hover{
    color: #a46357;
  }

  .lg\:hover\:text-sky-100:hover{
    color: #dff2fe;
  }

  .lg\:hover\:text-sky-200:hover{
    color: #a2c3d3;
  }

  .lg\:hover\:text-neutral-500:hover{
    color: #636466;
  }

  .lg\:hover\:text-gray-50:hover{
    color: #fcfcfc;
  }

  .lg\:hover\:text-gray-100:hover{
    color: #e7e7e7;
  }

  .lg\:hover\:text-gray-125:hover{
    color: #f0f0f0;
  }

  .lg\:hover\:text-gray-150:hover{
    color: #dddddd;
  }

  .lg\:hover\:text-gray-200:hover{
    color: #868b8f;
  }

  .lg\:hover\:text-gray-250:hover{
    color: #a6a5a5;
  }

  .lg\:hover\:text-gray-300:hover{
    color: #979796;
  }

  .lg\:hover\:text-gray-400:hover{
    color: #abaeb1;
  }

  .lg\:hover\:text-gray-500:hover{
    color: #c7c7c7;
  }

  .lg\:hover\:text-gray-550:hover{
    color: #ccc;
  }

  .lg\:hover\:text-gray-600:hover{
    color: #707070;
  }

  .lg\:hover\:text-gray-700:hover{
    color: #555555;
  }

  .lg\:hover\:text-gray-800:hover{
    color: #333232;
  }

  .lg\:hover\:text-gray-900:hover{
    color: rgba(0, 0, 0, 0.8);
  }

  .lg\:hover\:text-gray-1000:hover{
    color: #dadada;
  }

  .lg\:hover\:text-gray-1100:hover{
    color: #ededed;
  }

  .lg\:hover\:text-gray-1200:hover{
    color: #b1b1b1;
  }

  .lg\:hover\:text-gray-1300:hover{
    color: #9b9b9b;
  }

  .lg\:hover\:text-gray-1400:hover{
    color: #999ea1;
  }

  .lg\:hover\:text-gray-1500:hover{
    color: #464646;
  }

  .lg\:hover\:text-gray-1600:hover{
    color: #9A9FA2;
  }

  .lg\:hover\:text-gray-1700:hover{
    color: #FBFBFB;
  }

  .lg\:hover\:text-gray-1800:hover{
    color: #494949;
  }

  .lg\:hover\:text-gray-1900:hover{
    color: #797979;
  }

  .lg\:hover\:text-tan-300:hover{
    color: #d2a680;
  }

  .lg\:hover\:text-tan-400:hover{
    color: #a38b71;
  }

  .lg\:hover\:text-tan-500:hover{
    color: #b18259;
  }

  .lg\:hover\:text-tan-600:hover{
    color: #c29064;
  }

  .lg\:focus\:text-transparent:focus{
    color: transparent;
  }

  .lg\:focus\:text-current:focus{
    color: currentColor;
  }

  .lg\:focus\:text-black:focus{
    color: #000000;
  }

  .lg\:focus\:text-white:focus{
    color: #ffffff;
  }

  .lg\:focus\:text-overlay:focus{
    color: rgba(0,0,0,.2);
  }

  .lg\:focus\:text-transparent-background:focus{
    color: rgba(0,0,0,.7);
  }

  .lg\:focus\:text-red-400:focus{
    color: #ed4956;
  }

  .lg\:focus\:text-red-500:focus{
    color: #e74a4a;
  }

  .lg\:focus\:text-orange-300:focus{
    color: #a8774f;
  }

  .lg\:focus\:text-orange-400:focus{
    color: #926642;
  }

  .lg\:focus\:text-orange-500:focus{
    color: #d35a3a;
  }

  .lg\:focus\:text-green-200:focus{
    color: #d5d4a3;
  }

  .lg\:focus\:text-green-300:focus{
    color: #f05a30;
  }

  .lg\:focus\:text-green-400:focus{
    color: #b8b78a;
  }

  .lg\:focus\:text-green-500:focus{
    color: #48bb78;
  }

  .lg\:focus\:text-green-600:focus{
    color: #a4c264;
  }

  .lg\:focus\:text-green-700:focus{
    color: #B8B78F;
  }

  .lg\:focus\:text-blue-400:focus{
    color: #a2c3d3;
  }

  .lg\:focus\:text-blue-500:focus{
    color: #65a6c2;
  }

  .lg\:focus\:text-blue-600:focus{
    color: rgba(70, 97, 153, .97);
  }

  .lg\:focus\:text-blue-700:focus{
    color: rgba(70, 97, 153);
  }

  .lg\:focus\:text-bluegrey-100:focus{
    color: #D9D9D9;
  }

  .lg\:focus\:text-terracotta-500:focus{
    color: #bb7265;
  }

  .lg\:focus\:text-terracotta-600:focus{
    color: #a46357;
  }

  .lg\:focus\:text-sky-100:focus{
    color: #dff2fe;
  }

  .lg\:focus\:text-sky-200:focus{
    color: #a2c3d3;
  }

  .lg\:focus\:text-neutral-500:focus{
    color: #636466;
  }

  .lg\:focus\:text-gray-50:focus{
    color: #fcfcfc;
  }

  .lg\:focus\:text-gray-100:focus{
    color: #e7e7e7;
  }

  .lg\:focus\:text-gray-125:focus{
    color: #f0f0f0;
  }

  .lg\:focus\:text-gray-150:focus{
    color: #dddddd;
  }

  .lg\:focus\:text-gray-200:focus{
    color: #868b8f;
  }

  .lg\:focus\:text-gray-250:focus{
    color: #a6a5a5;
  }

  .lg\:focus\:text-gray-300:focus{
    color: #979796;
  }

  .lg\:focus\:text-gray-400:focus{
    color: #abaeb1;
  }

  .lg\:focus\:text-gray-500:focus{
    color: #c7c7c7;
  }

  .lg\:focus\:text-gray-550:focus{
    color: #ccc;
  }

  .lg\:focus\:text-gray-600:focus{
    color: #707070;
  }

  .lg\:focus\:text-gray-700:focus{
    color: #555555;
  }

  .lg\:focus\:text-gray-800:focus{
    color: #333232;
  }

  .lg\:focus\:text-gray-900:focus{
    color: rgba(0, 0, 0, 0.8);
  }

  .lg\:focus\:text-gray-1000:focus{
    color: #dadada;
  }

  .lg\:focus\:text-gray-1100:focus{
    color: #ededed;
  }

  .lg\:focus\:text-gray-1200:focus{
    color: #b1b1b1;
  }

  .lg\:focus\:text-gray-1300:focus{
    color: #9b9b9b;
  }

  .lg\:focus\:text-gray-1400:focus{
    color: #999ea1;
  }

  .lg\:focus\:text-gray-1500:focus{
    color: #464646;
  }

  .lg\:focus\:text-gray-1600:focus{
    color: #9A9FA2;
  }

  .lg\:focus\:text-gray-1700:focus{
    color: #FBFBFB;
  }

  .lg\:focus\:text-gray-1800:focus{
    color: #494949;
  }

  .lg\:focus\:text-gray-1900:focus{
    color: #797979;
  }

  .lg\:focus\:text-tan-300:focus{
    color: #d2a680;
  }

  .lg\:focus\:text-tan-400:focus{
    color: #a38b71;
  }

  .lg\:focus\:text-tan-500:focus{
    color: #b18259;
  }

  .lg\:focus\:text-tan-600:focus{
    color: #c29064;
  }

  .active.lg\:self-active\:text-transparent{
    color: transparent;
  }

  .active.lg\:self-active\:text-current{
    color: currentColor;
  }

  .active.lg\:self-active\:text-black{
    color: #000000;
  }

  .active.lg\:self-active\:text-white{
    color: #ffffff;
  }

  .active.lg\:self-active\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  .active.lg\:self-active\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  .active.lg\:self-active\:text-red-400{
    color: #ed4956;
  }

  .active.lg\:self-active\:text-red-500{
    color: #e74a4a;
  }

  .active.lg\:self-active\:text-orange-300{
    color: #a8774f;
  }

  .active.lg\:self-active\:text-orange-400{
    color: #926642;
  }

  .active.lg\:self-active\:text-orange-500{
    color: #d35a3a;
  }

  .active.lg\:self-active\:text-green-200{
    color: #d5d4a3;
  }

  .active.lg\:self-active\:text-green-300{
    color: #f05a30;
  }

  .active.lg\:self-active\:text-green-400{
    color: #b8b78a;
  }

  .active.lg\:self-active\:text-green-500{
    color: #48bb78;
  }

  .active.lg\:self-active\:text-green-600{
    color: #a4c264;
  }

  .active.lg\:self-active\:text-green-700{
    color: #B8B78F;
  }

  .active.lg\:self-active\:text-blue-400{
    color: #a2c3d3;
  }

  .active.lg\:self-active\:text-blue-500{
    color: #65a6c2;
  }

  .active.lg\:self-active\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  .active.lg\:self-active\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  .active.lg\:self-active\:text-bluegrey-100{
    color: #D9D9D9;
  }

  .active.lg\:self-active\:text-terracotta-500{
    color: #bb7265;
  }

  .active.lg\:self-active\:text-terracotta-600{
    color: #a46357;
  }

  .active.lg\:self-active\:text-sky-100{
    color: #dff2fe;
  }

  .active.lg\:self-active\:text-sky-200{
    color: #a2c3d3;
  }

  .active.lg\:self-active\:text-neutral-500{
    color: #636466;
  }

  .active.lg\:self-active\:text-gray-50{
    color: #fcfcfc;
  }

  .active.lg\:self-active\:text-gray-100{
    color: #e7e7e7;
  }

  .active.lg\:self-active\:text-gray-125{
    color: #f0f0f0;
  }

  .active.lg\:self-active\:text-gray-150{
    color: #dddddd;
  }

  .active.lg\:self-active\:text-gray-200{
    color: #868b8f;
  }

  .active.lg\:self-active\:text-gray-250{
    color: #a6a5a5;
  }

  .active.lg\:self-active\:text-gray-300{
    color: #979796;
  }

  .active.lg\:self-active\:text-gray-400{
    color: #abaeb1;
  }

  .active.lg\:self-active\:text-gray-500{
    color: #c7c7c7;
  }

  .active.lg\:self-active\:text-gray-550{
    color: #ccc;
  }

  .active.lg\:self-active\:text-gray-600{
    color: #707070;
  }

  .active.lg\:self-active\:text-gray-700{
    color: #555555;
  }

  .active.lg\:self-active\:text-gray-800{
    color: #333232;
  }

  .active.lg\:self-active\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  .active.lg\:self-active\:text-gray-1000{
    color: #dadada;
  }

  .active.lg\:self-active\:text-gray-1100{
    color: #ededed;
  }

  .active.lg\:self-active\:text-gray-1200{
    color: #b1b1b1;
  }

  .active.lg\:self-active\:text-gray-1300{
    color: #9b9b9b;
  }

  .active.lg\:self-active\:text-gray-1400{
    color: #999ea1;
  }

  .active.lg\:self-active\:text-gray-1500{
    color: #464646;
  }

  .active.lg\:self-active\:text-gray-1600{
    color: #9A9FA2;
  }

  .active.lg\:self-active\:text-gray-1700{
    color: #FBFBFB;
  }

  .active.lg\:self-active\:text-gray-1800{
    color: #494949;
  }

  .active.lg\:self-active\:text-gray-1900{
    color: #797979;
  }

  .active.lg\:self-active\:text-tan-300{
    color: #d2a680;
  }

  .active.lg\:self-active\:text-tan-400{
    color: #a38b71;
  }

  .active.lg\:self-active\:text-tan-500{
    color: #b18259;
  }

  .active.lg\:self-active\:text-tan-600{
    color: #c29064;
  }

  .group:hover .lg\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .lg\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .lg\:group-hover\:text-black{
    color: #000000;
  }

  .group:hover .lg\:group-hover\:text-white{
    color: #ffffff;
  }

  .group:hover .lg\:group-hover\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  .group:hover .lg\:group-hover\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  .group:hover .lg\:group-hover\:text-red-400{
    color: #ed4956;
  }

  .group:hover .lg\:group-hover\:text-red-500{
    color: #e74a4a;
  }

  .group:hover .lg\:group-hover\:text-orange-300{
    color: #a8774f;
  }

  .group:hover .lg\:group-hover\:text-orange-400{
    color: #926642;
  }

  .group:hover .lg\:group-hover\:text-orange-500{
    color: #d35a3a;
  }

  .group:hover .lg\:group-hover\:text-green-200{
    color: #d5d4a3;
  }

  .group:hover .lg\:group-hover\:text-green-300{
    color: #f05a30;
  }

  .group:hover .lg\:group-hover\:text-green-400{
    color: #b8b78a;
  }

  .group:hover .lg\:group-hover\:text-green-500{
    color: #48bb78;
  }

  .group:hover .lg\:group-hover\:text-green-600{
    color: #a4c264;
  }

  .group:hover .lg\:group-hover\:text-green-700{
    color: #B8B78F;
  }

  .group:hover .lg\:group-hover\:text-blue-400{
    color: #a2c3d3;
  }

  .group:hover .lg\:group-hover\:text-blue-500{
    color: #65a6c2;
  }

  .group:hover .lg\:group-hover\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  .group:hover .lg\:group-hover\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  .group:hover .lg\:group-hover\:text-bluegrey-100{
    color: #D9D9D9;
  }

  .group:hover .lg\:group-hover\:text-terracotta-500{
    color: #bb7265;
  }

  .group:hover .lg\:group-hover\:text-terracotta-600{
    color: #a46357;
  }

  .group:hover .lg\:group-hover\:text-sky-100{
    color: #dff2fe;
  }

  .group:hover .lg\:group-hover\:text-sky-200{
    color: #a2c3d3;
  }

  .group:hover .lg\:group-hover\:text-neutral-500{
    color: #636466;
  }

  .group:hover .lg\:group-hover\:text-gray-50{
    color: #fcfcfc;
  }

  .group:hover .lg\:group-hover\:text-gray-100{
    color: #e7e7e7;
  }

  .group:hover .lg\:group-hover\:text-gray-125{
    color: #f0f0f0;
  }

  .group:hover .lg\:group-hover\:text-gray-150{
    color: #dddddd;
  }

  .group:hover .lg\:group-hover\:text-gray-200{
    color: #868b8f;
  }

  .group:hover .lg\:group-hover\:text-gray-250{
    color: #a6a5a5;
  }

  .group:hover .lg\:group-hover\:text-gray-300{
    color: #979796;
  }

  .group:hover .lg\:group-hover\:text-gray-400{
    color: #abaeb1;
  }

  .group:hover .lg\:group-hover\:text-gray-500{
    color: #c7c7c7;
  }

  .group:hover .lg\:group-hover\:text-gray-550{
    color: #ccc;
  }

  .group:hover .lg\:group-hover\:text-gray-600{
    color: #707070;
  }

  .group:hover .lg\:group-hover\:text-gray-700{
    color: #555555;
  }

  .group:hover .lg\:group-hover\:text-gray-800{
    color: #333232;
  }

  .group:hover .lg\:group-hover\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .lg\:group-hover\:text-gray-1000{
    color: #dadada;
  }

  .group:hover .lg\:group-hover\:text-gray-1100{
    color: #ededed;
  }

  .group:hover .lg\:group-hover\:text-gray-1200{
    color: #b1b1b1;
  }

  .group:hover .lg\:group-hover\:text-gray-1300{
    color: #9b9b9b;
  }

  .group:hover .lg\:group-hover\:text-gray-1400{
    color: #999ea1;
  }

  .group:hover .lg\:group-hover\:text-gray-1500{
    color: #464646;
  }

  .group:hover .lg\:group-hover\:text-gray-1600{
    color: #9A9FA2;
  }

  .group:hover .lg\:group-hover\:text-gray-1700{
    color: #FBFBFB;
  }

  .group:hover .lg\:group-hover\:text-gray-1800{
    color: #494949;
  }

  .group:hover .lg\:group-hover\:text-gray-1900{
    color: #797979;
  }

  .group:hover .lg\:group-hover\:text-tan-300{
    color: #d2a680;
  }

  .group:hover .lg\:group-hover\:text-tan-400{
    color: #a38b71;
  }

  .group:hover .lg\:group-hover\:text-tan-500{
    color: #b18259;
  }

  .group:hover .lg\:group-hover\:text-tan-600{
    color: #c29064;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-transparent{
    color: transparent;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-current{
    color: currentColor;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-black{
    color: #000000;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-white{
    color: #ffffff;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-red-400{
    color: #ed4956;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-red-500{
    color: #e74a4a;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-orange-300{
    color: #a8774f;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-orange-400{
    color: #926642;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-orange-500{
    color: #d35a3a;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-green-200{
    color: #d5d4a3;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-green-300{
    color: #f05a30;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-green-400{
    color: #b8b78a;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-green-500{
    color: #48bb78;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-green-600{
    color: #a4c264;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-green-700{
    color: #B8B78F;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-blue-400{
    color: #a2c3d3;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-blue-500{
    color: #65a6c2;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-bluegrey-100{
    color: #D9D9D9;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-terracotta-500{
    color: #bb7265;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-terracotta-600{
    color: #a46357;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-sky-100{
    color: #dff2fe;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-sky-200{
    color: #a2c3d3;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-neutral-500{
    color: #636466;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-gray-50{
    color: #fcfcfc;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-gray-100{
    color: #e7e7e7;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-gray-125{
    color: #f0f0f0;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-gray-150{
    color: #dddddd;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-gray-200{
    color: #868b8f;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-gray-250{
    color: #a6a5a5;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-gray-300{
    color: #979796;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-gray-400{
    color: #abaeb1;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-gray-500{
    color: #c7c7c7;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-gray-550{
    color: #ccc;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-gray-600{
    color: #707070;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-gray-700{
    color: #555555;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-gray-800{
    color: #333232;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-gray-1000{
    color: #dadada;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-gray-1100{
    color: #ededed;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-gray-1200{
    color: #b1b1b1;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-gray-1300{
    color: #9b9b9b;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-gray-1400{
    color: #999ea1;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-gray-1500{
    color: #464646;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-gray-1600{
    color: #9A9FA2;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-gray-1700{
    color: #FBFBFB;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-gray-1800{
    color: #494949;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-gray-1900{
    color: #797979;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-tan-300{
    color: #d2a680;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-tan-400{
    color: #a38b71;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-tan-500{
    color: #b18259;
  }

  [data-planit-favorite="true"] .lg\:group-favorite\:text-tan-600{
    color: #c29064;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-transparent{
    color: transparent;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-current{
    color: currentColor;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-black{
    color: #000000;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-white{
    color: #ffffff;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-red-400{
    color: #ed4956;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-red-500{
    color: #e74a4a;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-orange-300{
    color: #a8774f;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-orange-400{
    color: #926642;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-orange-500{
    color: #d35a3a;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-green-200{
    color: #d5d4a3;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-green-300{
    color: #f05a30;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-green-400{
    color: #b8b78a;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-green-500{
    color: #48bb78;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-green-600{
    color: #a4c264;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-green-700{
    color: #B8B78F;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-blue-400{
    color: #a2c3d3;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-blue-500{
    color: #65a6c2;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-bluegrey-100{
    color: #D9D9D9;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-terracotta-500{
    color: #bb7265;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-terracotta-600{
    color: #a46357;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-sky-100{
    color: #dff2fe;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-sky-200{
    color: #a2c3d3;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-neutral-500{
    color: #636466;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-gray-50{
    color: #fcfcfc;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-gray-100{
    color: #e7e7e7;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-gray-125{
    color: #f0f0f0;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-gray-150{
    color: #dddddd;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-gray-200{
    color: #868b8f;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-gray-250{
    color: #a6a5a5;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-gray-300{
    color: #979796;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-gray-400{
    color: #abaeb1;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-gray-500{
    color: #c7c7c7;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-gray-550{
    color: #ccc;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-gray-600{
    color: #707070;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-gray-700{
    color: #555555;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-gray-800{
    color: #333232;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-gray-1000{
    color: #dadada;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-gray-1100{
    color: #ededed;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-gray-1200{
    color: #b1b1b1;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-gray-1300{
    color: #9b9b9b;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-gray-1400{
    color: #999ea1;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-gray-1500{
    color: #464646;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-gray-1600{
    color: #9A9FA2;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-gray-1700{
    color: #FBFBFB;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-gray-1800{
    color: #494949;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-gray-1900{
    color: #797979;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-tan-300{
    color: #d2a680;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-tan-400{
    color: #a38b71;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-tan-500{
    color: #b18259;
  }

  [data-planit-favorite-counter="true"] .lg\:group-favorite-counter\:text-tan-600{
    color: #c29064;
  }

  .lg\:text-xs{
    font-size: 0.75rem;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
  }

  .lg\:text-base{
    font-size: 1rem;
  }

  .lg\:text-lg{
    font-size: 1.125rem;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
  }

  .lg\:text-3xl{
    font-size: 1.875rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
  }

  .lg\:text-5xl{
    font-size: 3rem;
  }

  .lg\:text-6xl{
    font-size: 4rem;
  }

  .lg\:italic{
    font-style: italic;
  }

  .lg\:not-italic{
    font-style: normal;
  }

  .lg\:uppercase{
    text-transform: uppercase;
  }

  .lg\:lowercase{
    text-transform: lowercase;
  }

  .lg\:capitalize{
    text-transform: capitalize;
  }

  .lg\:normal-case{
    text-transform: none;
  }

  .lg\:underline{
    text-decoration: underline;
  }

  .lg\:line-through{
    text-decoration: line-through;
  }

  .lg\:no-underline{
    text-decoration: none;
  }

  .lg\:hover\:underline:hover{
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .lg\:focus\:underline:focus{
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .group:hover .lg\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .lg\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .lg\:group-hover\:no-underline{
    text-decoration: none;
  }

  .lg\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .lg\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .lg\:tracking-normal{
    letter-spacing: 0;
  }

  .lg\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .lg\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .lg\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .lg\:tracking-heading{
    letter-spacing: -0.04em;
  }

  .lg\:tracking-heading-tighter{
    letter-spacing: -0.08em;
  }

  .lg\:tracking-input-mask{
    letter-spacing: .35em;
  }

  .lg\:select-none{
    -ms-user-select: none;
        user-select: none;
  }

  .lg\:select-text{
    -ms-user-select: text;
        user-select: text;
  }

  .lg\:select-all{
    -ms-user-select: all;
        user-select: all;
  }

  .lg\:select-auto{
    -ms-user-select: auto;
        user-select: auto;
  }

  .lg\:align-baseline{
    vertical-align: baseline;
  }

  .lg\:align-top{
    vertical-align: top;
  }

  .lg\:align-middle{
    vertical-align: middle;
  }

  .lg\:align-bottom{
    vertical-align: bottom;
  }

  .lg\:align-text-top{
    vertical-align: text-top;
  }

  .lg\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .lg\:visible{
    visibility: visible;
  }

  .lg\:invisible{
    visibility: hidden;
  }

  .group:hover .lg\:group-hover\:visible{
    visibility: visible;
  }

  .group:hover .lg\:group-hover\:invisible{
    visibility: hidden;
  }

  .lg\:whitespace-normal{
    white-space: normal;
  }

  .lg\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .lg\:whitespace-pre{
    white-space: pre;
  }

  .lg\:whitespace-pre-line{
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .lg\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words{
    overflow-wrap: break-word;
  }

  .lg\:break-all{
    word-break: break-all;
  }

  .lg\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-0{
    width: 0;
  }

  .lg\:w-1{
    width: 0.25rem;
  }

  .lg\:w-2{
    width: 0.5rem;
  }

  .lg\:w-3{
    width: 0.75rem;
  }

  .lg\:w-4{
    width: 1rem;
  }

  .lg\:w-5{
    width: 1.25rem;
  }

  .lg\:w-6{
    width: 1.5rem;
  }

  .lg\:w-8{
    width: 2rem;
  }

  .lg\:w-10{
    width: 2.5rem;
  }

  .lg\:w-12{
    width: 3rem;
  }

  .lg\:w-14{
    width: 3.5rem;
  }

  .lg\:w-16{
    width: 4rem;
  }

  .lg\:w-20{
    width: 5rem;
  }

  .lg\:w-24{
    width: 6rem;
  }

  .lg\:w-32{
    width: 8rem;
  }

  .lg\:w-40{
    width: 10rem;
  }

  .lg\:w-48{
    width: 12rem;
  }

  .lg\:w-56{
    width: 14rem;
  }

  .lg\:w-64{
    width: 16rem;
  }

  .lg\:w-440{
    width: 440px;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-px{
    width: 1px;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-2\/4{
    width: 50%;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-1\/5{
    width: 20%;
  }

  .lg\:w-2\/5{
    width: 40%;
  }

  .lg\:w-3\/5{
    width: 60%;
  }

  .lg\:w-4\/5{
    width: 80%;
  }

  .lg\:w-1\/6{
    width: 16.666667%;
  }

  .lg\:w-2\/6{
    width: 33.333333%;
  }

  .lg\:w-3\/6{
    width: 50%;
  }

  .lg\:w-4\/6{
    width: 66.666667%;
  }

  .lg\:w-5\/6{
    width: 83.333333%;
  }

  .lg\:w-1\/12{
    width: 8.333333%;
  }

  .lg\:w-2\/12{
    width: 16.666667%;
  }

  .lg\:w-3\/12{
    width: 25%;
  }

  .lg\:w-4\/12{
    width: 33.333333%;
  }

  .lg\:w-5\/12{
    width: 41.666667%;
  }

  .lg\:w-6\/12{
    width: 50%;
  }

  .lg\:w-7\/12{
    width: 58.333333%;
  }

  .lg\:w-8\/12{
    width: 66.666667%;
  }

  .lg\:w-9\/12{
    width: 75%;
  }

  .lg\:w-10\/12{
    width: 83.333333%;
  }

  .lg\:w-11\/12{
    width: 91.666667%;
  }

  .lg\:w-screen{
    width: 100vw;
  }

  .lg\:w-inherit{
    width: inherit;
  }

  .lg\:w-screen-75{
    width: 75vw;
  }

  .lg\:z-0{
    z-index: 0;
  }

  .lg\:z-10{
    z-index: 10;
  }

  .lg\:z-20{
    z-index: 20;
  }

  .lg\:z-30{
    z-index: 30;
  }

  .lg\:z-40{
    z-index: 40;
  }

  .lg\:z-50{
    z-index: 50;
  }

  .lg\:z-auto{
    z-index: auto;
  }

  .lg\:-z-1{
    z-index: -1;
  }

  .lg\:hover\:z-0:hover{
    z-index: 0;
  }

  .lg\:hover\:z-10:hover{
    z-index: 10;
  }

  .lg\:hover\:z-20:hover{
    z-index: 20;
  }

  .lg\:hover\:z-30:hover{
    z-index: 30;
  }

  .lg\:hover\:z-40:hover{
    z-index: 40;
  }

  .lg\:hover\:z-50:hover{
    z-index: 50;
  }

  .lg\:hover\:z-auto:hover{
    z-index: auto;
  }

  .lg\:hover\:-z-1:hover{
    z-index: -1;
  }

  .lg\:-transform-y-50 {
    transform: translate(0, -50px);
  }

  .lg\:transform-y-0 {
    transform: translate(0, 0);
  }

  .lg\:text-shadow-md {
    text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.8);
  }
}

@media (min-width: 1440px){
  .xl\: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;
  }

  .xl\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:appearance-none{
    appearance: none;
  }

  .xl\:bg-fixed{
    background-attachment: fixed;
  }

  .xl\:bg-local{
    background-attachment: local;
  }

  .xl\:bg-scroll{
    background-attachment: scroll;
  }

  .xl\:bg-transparent{
    background-color: transparent;
  }

  .xl\:bg-current{
    background-color: currentColor;
  }

  .xl\:bg-black{
    background-color: #000000;
  }

  .xl\:bg-white{
    background-color: #ffffff;
  }

  .xl\:bg-overlay{
    background-color: rgba(0,0,0,.2);
  }

  .xl\:bg-transparent-background{
    background-color: rgba(0,0,0,.7);
  }

  .xl\:bg-red-400{
    background-color: #ed4956;
  }

  .xl\:bg-red-500{
    background-color: #e74a4a;
  }

  .xl\:bg-orange-300{
    background-color: #a8774f;
  }

  .xl\:bg-orange-400{
    background-color: #926642;
  }

  .xl\:bg-orange-500{
    background-color: #d35a3a;
  }

  .xl\:bg-green-200{
    background-color: #d5d4a3;
  }

  .xl\:bg-green-300{
    background-color: #f05a30;
  }

  .xl\:bg-green-400{
    background-color: #b8b78a;
  }

  .xl\:bg-green-500{
    background-color: #48bb78;
  }

  .xl\:bg-green-600{
    background-color: #a4c264;
  }

  .xl\:bg-green-700{
    background-color: #B8B78F;
  }

  .xl\:bg-blue-400{
    background-color: #a2c3d3;
  }

  .xl\:bg-blue-500{
    background-color: #65a6c2;
  }

  .xl\:bg-blue-600{
    background-color: rgba(70, 97, 153, .97);
  }

  .xl\:bg-blue-700{
    background-color: rgba(70, 97, 153);
  }

  .xl\:bg-bluegrey-100{
    background-color: #D9D9D9;
  }

  .xl\:bg-terracotta-500{
    background-color: #bb7265;
  }

  .xl\:bg-terracotta-600{
    background-color: #a46357;
  }

  .xl\:bg-sky-100{
    background-color: #dff2fe;
  }

  .xl\:bg-sky-200{
    background-color: #a2c3d3;
  }

  .xl\:bg-neutral-500{
    background-color: #636466;
  }

  .xl\:bg-gray-50{
    background-color: #fcfcfc;
  }

  .xl\:bg-gray-100{
    background-color: #e7e7e7;
  }

  .xl\:bg-gray-125{
    background-color: #f0f0f0;
  }

  .xl\:bg-gray-150{
    background-color: #dddddd;
  }

  .xl\:bg-gray-200{
    background-color: #868b8f;
  }

  .xl\:bg-gray-250{
    background-color: #a6a5a5;
  }

  .xl\:bg-gray-300{
    background-color: #979796;
  }

  .xl\:bg-gray-400{
    background-color: #abaeb1;
  }

  .xl\:bg-gray-500{
    background-color: #c7c7c7;
  }

  .xl\:bg-gray-550{
    background-color: #ccc;
  }

  .xl\:bg-gray-600{
    background-color: #707070;
  }

  .xl\:bg-gray-700{
    background-color: #555555;
  }

  .xl\:bg-gray-800{
    background-color: #333232;
  }

  .xl\:bg-gray-900{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:bg-gray-1000{
    background-color: #dadada;
  }

  .xl\:bg-gray-1100{
    background-color: #ededed;
  }

  .xl\:bg-gray-1200{
    background-color: #b1b1b1;
  }

  .xl\:bg-gray-1300{
    background-color: #9b9b9b;
  }

  .xl\:bg-gray-1400{
    background-color: #999ea1;
  }

  .xl\:bg-gray-1500{
    background-color: #464646;
  }

  .xl\:bg-gray-1600{
    background-color: #9A9FA2;
  }

  .xl\:bg-gray-1700{
    background-color: #FBFBFB;
  }

  .xl\:bg-gray-1800{
    background-color: #494949;
  }

  .xl\:bg-gray-1900{
    background-color: #797979;
  }

  .xl\:bg-tan-300{
    background-color: #d2a680;
  }

  .xl\:bg-tan-400{
    background-color: #a38b71;
  }

  .xl\:bg-tan-500{
    background-color: #b18259;
  }

  .xl\:bg-tan-600{
    background-color: #c29064;
  }

  .xl\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .xl\:hover\:bg-current:hover{
    background-color: currentColor;
  }

  .xl\:hover\:bg-black:hover{
    background-color: #000000;
  }

  .xl\:hover\:bg-white:hover{
    background-color: #ffffff;
  }

  .xl\:hover\:bg-overlay:hover{
    background-color: rgba(0,0,0,.2);
  }

  .xl\:hover\:bg-transparent-background:hover{
    background-color: rgba(0,0,0,.7);
  }

  .xl\:hover\:bg-red-400:hover{
    background-color: #ed4956;
  }

  .xl\:hover\:bg-red-500:hover{
    background-color: #e74a4a;
  }

  .xl\:hover\:bg-orange-300:hover{
    background-color: #a8774f;
  }

  .xl\:hover\:bg-orange-400:hover{
    background-color: #926642;
  }

  .xl\:hover\:bg-orange-500:hover{
    background-color: #d35a3a;
  }

  .xl\:hover\:bg-green-200:hover{
    background-color: #d5d4a3;
  }

  .xl\:hover\:bg-green-300:hover{
    background-color: #f05a30;
  }

  .xl\:hover\:bg-green-400:hover{
    background-color: #b8b78a;
  }

  .xl\:hover\:bg-green-500:hover{
    background-color: #48bb78;
  }

  .xl\:hover\:bg-green-600:hover{
    background-color: #a4c264;
  }

  .xl\:hover\:bg-green-700:hover{
    background-color: #B8B78F;
  }

  .xl\:hover\:bg-blue-400:hover{
    background-color: #a2c3d3;
  }

  .xl\:hover\:bg-blue-500:hover{
    background-color: #65a6c2;
  }

  .xl\:hover\:bg-blue-600:hover{
    background-color: rgba(70, 97, 153, .97);
  }

  .xl\:hover\:bg-blue-700:hover{
    background-color: rgba(70, 97, 153);
  }

  .xl\:hover\:bg-bluegrey-100:hover{
    background-color: #D9D9D9;
  }

  .xl\:hover\:bg-terracotta-500:hover{
    background-color: #bb7265;
  }

  .xl\:hover\:bg-terracotta-600:hover{
    background-color: #a46357;
  }

  .xl\:hover\:bg-sky-100:hover{
    background-color: #dff2fe;
  }

  .xl\:hover\:bg-sky-200:hover{
    background-color: #a2c3d3;
  }

  .xl\:hover\:bg-neutral-500:hover{
    background-color: #636466;
  }

  .xl\:hover\:bg-gray-50:hover{
    background-color: #fcfcfc;
  }

  .xl\:hover\:bg-gray-100:hover{
    background-color: #e7e7e7;
  }

  .xl\:hover\:bg-gray-125:hover{
    background-color: #f0f0f0;
  }

  .xl\:hover\:bg-gray-150:hover{
    background-color: #dddddd;
  }

  .xl\:hover\:bg-gray-200:hover{
    background-color: #868b8f;
  }

  .xl\:hover\:bg-gray-250:hover{
    background-color: #a6a5a5;
  }

  .xl\:hover\:bg-gray-300:hover{
    background-color: #979796;
  }

  .xl\:hover\:bg-gray-400:hover{
    background-color: #abaeb1;
  }

  .xl\:hover\:bg-gray-500:hover{
    background-color: #c7c7c7;
  }

  .xl\:hover\:bg-gray-550:hover{
    background-color: #ccc;
  }

  .xl\:hover\:bg-gray-600:hover{
    background-color: #707070;
  }

  .xl\:hover\:bg-gray-700:hover{
    background-color: #555555;
  }

  .xl\:hover\:bg-gray-800:hover{
    background-color: #333232;
  }

  .xl\:hover\:bg-gray-900:hover{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:hover\:bg-gray-1000:hover{
    background-color: #dadada;
  }

  .xl\:hover\:bg-gray-1100:hover{
    background-color: #ededed;
  }

  .xl\:hover\:bg-gray-1200:hover{
    background-color: #b1b1b1;
  }

  .xl\:hover\:bg-gray-1300:hover{
    background-color: #9b9b9b;
  }

  .xl\:hover\:bg-gray-1400:hover{
    background-color: #999ea1;
  }

  .xl\:hover\:bg-gray-1500:hover{
    background-color: #464646;
  }

  .xl\:hover\:bg-gray-1600:hover{
    background-color: #9A9FA2;
  }

  .xl\:hover\:bg-gray-1700:hover{
    background-color: #FBFBFB;
  }

  .xl\:hover\:bg-gray-1800:hover{
    background-color: #494949;
  }

  .xl\:hover\:bg-gray-1900:hover{
    background-color: #797979;
  }

  .xl\:hover\:bg-tan-300:hover{
    background-color: #d2a680;
  }

  .xl\:hover\:bg-tan-400:hover{
    background-color: #a38b71;
  }

  .xl\:hover\:bg-tan-500:hover{
    background-color: #b18259;
  }

  .xl\:hover\:bg-tan-600:hover{
    background-color: #c29064;
  }

  .xl\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .xl\:focus\:bg-current:focus{
    background-color: currentColor;
  }

  .xl\:focus\:bg-black:focus{
    background-color: #000000;
  }

  .xl\:focus\:bg-white:focus{
    background-color: #ffffff;
  }

  .xl\:focus\:bg-overlay:focus{
    background-color: rgba(0,0,0,.2);
  }

  .xl\:focus\:bg-transparent-background:focus{
    background-color: rgba(0,0,0,.7);
  }

  .xl\:focus\:bg-red-400:focus{
    background-color: #ed4956;
  }

  .xl\:focus\:bg-red-500:focus{
    background-color: #e74a4a;
  }

  .xl\:focus\:bg-orange-300:focus{
    background-color: #a8774f;
  }

  .xl\:focus\:bg-orange-400:focus{
    background-color: #926642;
  }

  .xl\:focus\:bg-orange-500:focus{
    background-color: #d35a3a;
  }

  .xl\:focus\:bg-green-200:focus{
    background-color: #d5d4a3;
  }

  .xl\:focus\:bg-green-300:focus{
    background-color: #f05a30;
  }

  .xl\:focus\:bg-green-400:focus{
    background-color: #b8b78a;
  }

  .xl\:focus\:bg-green-500:focus{
    background-color: #48bb78;
  }

  .xl\:focus\:bg-green-600:focus{
    background-color: #a4c264;
  }

  .xl\:focus\:bg-green-700:focus{
    background-color: #B8B78F;
  }

  .xl\:focus\:bg-blue-400:focus{
    background-color: #a2c3d3;
  }

  .xl\:focus\:bg-blue-500:focus{
    background-color: #65a6c2;
  }

  .xl\:focus\:bg-blue-600:focus{
    background-color: rgba(70, 97, 153, .97);
  }

  .xl\:focus\:bg-blue-700:focus{
    background-color: rgba(70, 97, 153);
  }

  .xl\:focus\:bg-bluegrey-100:focus{
    background-color: #D9D9D9;
  }

  .xl\:focus\:bg-terracotta-500:focus{
    background-color: #bb7265;
  }

  .xl\:focus\:bg-terracotta-600:focus{
    background-color: #a46357;
  }

  .xl\:focus\:bg-sky-100:focus{
    background-color: #dff2fe;
  }

  .xl\:focus\:bg-sky-200:focus{
    background-color: #a2c3d3;
  }

  .xl\:focus\:bg-neutral-500:focus{
    background-color: #636466;
  }

  .xl\:focus\:bg-gray-50:focus{
    background-color: #fcfcfc;
  }

  .xl\:focus\:bg-gray-100:focus{
    background-color: #e7e7e7;
  }

  .xl\:focus\:bg-gray-125:focus{
    background-color: #f0f0f0;
  }

  .xl\:focus\:bg-gray-150:focus{
    background-color: #dddddd;
  }

  .xl\:focus\:bg-gray-200:focus{
    background-color: #868b8f;
  }

  .xl\:focus\:bg-gray-250:focus{
    background-color: #a6a5a5;
  }

  .xl\:focus\:bg-gray-300:focus{
    background-color: #979796;
  }

  .xl\:focus\:bg-gray-400:focus{
    background-color: #abaeb1;
  }

  .xl\:focus\:bg-gray-500:focus{
    background-color: #c7c7c7;
  }

  .xl\:focus\:bg-gray-550:focus{
    background-color: #ccc;
  }

  .xl\:focus\:bg-gray-600:focus{
    background-color: #707070;
  }

  .xl\:focus\:bg-gray-700:focus{
    background-color: #555555;
  }

  .xl\:focus\:bg-gray-800:focus{
    background-color: #333232;
  }

  .xl\:focus\:bg-gray-900:focus{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:focus\:bg-gray-1000:focus{
    background-color: #dadada;
  }

  .xl\:focus\:bg-gray-1100:focus{
    background-color: #ededed;
  }

  .xl\:focus\:bg-gray-1200:focus{
    background-color: #b1b1b1;
  }

  .xl\:focus\:bg-gray-1300:focus{
    background-color: #9b9b9b;
  }

  .xl\:focus\:bg-gray-1400:focus{
    background-color: #999ea1;
  }

  .xl\:focus\:bg-gray-1500:focus{
    background-color: #464646;
  }

  .xl\:focus\:bg-gray-1600:focus{
    background-color: #9A9FA2;
  }

  .xl\:focus\:bg-gray-1700:focus{
    background-color: #FBFBFB;
  }

  .xl\:focus\:bg-gray-1800:focus{
    background-color: #494949;
  }

  .xl\:focus\:bg-gray-1900:focus{
    background-color: #797979;
  }

  .xl\:focus\:bg-tan-300:focus{
    background-color: #d2a680;
  }

  .xl\:focus\:bg-tan-400:focus{
    background-color: #a38b71;
  }

  .xl\:focus\:bg-tan-500:focus{
    background-color: #b18259;
  }

  .xl\:focus\:bg-tan-600:focus{
    background-color: #c29064;
  }

  .active.xl\:self-active\:bg-transparent{
    background-color: transparent;
  }

  .active.xl\:self-active\:bg-current{
    background-color: currentColor;
  }

  .active.xl\:self-active\:bg-black{
    background-color: #000000;
  }

  .active.xl\:self-active\:bg-white{
    background-color: #ffffff;
  }

  .active.xl\:self-active\:bg-overlay{
    background-color: rgba(0,0,0,.2);
  }

  .active.xl\:self-active\:bg-transparent-background{
    background-color: rgba(0,0,0,.7);
  }

  .active.xl\:self-active\:bg-red-400{
    background-color: #ed4956;
  }

  .active.xl\:self-active\:bg-red-500{
    background-color: #e74a4a;
  }

  .active.xl\:self-active\:bg-orange-300{
    background-color: #a8774f;
  }

  .active.xl\:self-active\:bg-orange-400{
    background-color: #926642;
  }

  .active.xl\:self-active\:bg-orange-500{
    background-color: #d35a3a;
  }

  .active.xl\:self-active\:bg-green-200{
    background-color: #d5d4a3;
  }

  .active.xl\:self-active\:bg-green-300{
    background-color: #f05a30;
  }

  .active.xl\:self-active\:bg-green-400{
    background-color: #b8b78a;
  }

  .active.xl\:self-active\:bg-green-500{
    background-color: #48bb78;
  }

  .active.xl\:self-active\:bg-green-600{
    background-color: #a4c264;
  }

  .active.xl\:self-active\:bg-green-700{
    background-color: #B8B78F;
  }

  .active.xl\:self-active\:bg-blue-400{
    background-color: #a2c3d3;
  }

  .active.xl\:self-active\:bg-blue-500{
    background-color: #65a6c2;
  }

  .active.xl\:self-active\:bg-blue-600{
    background-color: rgba(70, 97, 153, .97);
  }

  .active.xl\:self-active\:bg-blue-700{
    background-color: rgba(70, 97, 153);
  }

  .active.xl\:self-active\:bg-bluegrey-100{
    background-color: #D9D9D9;
  }

  .active.xl\:self-active\:bg-terracotta-500{
    background-color: #bb7265;
  }

  .active.xl\:self-active\:bg-terracotta-600{
    background-color: #a46357;
  }

  .active.xl\:self-active\:bg-sky-100{
    background-color: #dff2fe;
  }

  .active.xl\:self-active\:bg-sky-200{
    background-color: #a2c3d3;
  }

  .active.xl\:self-active\:bg-neutral-500{
    background-color: #636466;
  }

  .active.xl\:self-active\:bg-gray-50{
    background-color: #fcfcfc;
  }

  .active.xl\:self-active\:bg-gray-100{
    background-color: #e7e7e7;
  }

  .active.xl\:self-active\:bg-gray-125{
    background-color: #f0f0f0;
  }

  .active.xl\:self-active\:bg-gray-150{
    background-color: #dddddd;
  }

  .active.xl\:self-active\:bg-gray-200{
    background-color: #868b8f;
  }

  .active.xl\:self-active\:bg-gray-250{
    background-color: #a6a5a5;
  }

  .active.xl\:self-active\:bg-gray-300{
    background-color: #979796;
  }

  .active.xl\:self-active\:bg-gray-400{
    background-color: #abaeb1;
  }

  .active.xl\:self-active\:bg-gray-500{
    background-color: #c7c7c7;
  }

  .active.xl\:self-active\:bg-gray-550{
    background-color: #ccc;
  }

  .active.xl\:self-active\:bg-gray-600{
    background-color: #707070;
  }

  .active.xl\:self-active\:bg-gray-700{
    background-color: #555555;
  }

  .active.xl\:self-active\:bg-gray-800{
    background-color: #333232;
  }

  .active.xl\:self-active\:bg-gray-900{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .active.xl\:self-active\:bg-gray-1000{
    background-color: #dadada;
  }

  .active.xl\:self-active\:bg-gray-1100{
    background-color: #ededed;
  }

  .active.xl\:self-active\:bg-gray-1200{
    background-color: #b1b1b1;
  }

  .active.xl\:self-active\:bg-gray-1300{
    background-color: #9b9b9b;
  }

  .active.xl\:self-active\:bg-gray-1400{
    background-color: #999ea1;
  }

  .active.xl\:self-active\:bg-gray-1500{
    background-color: #464646;
  }

  .active.xl\:self-active\:bg-gray-1600{
    background-color: #9A9FA2;
  }

  .active.xl\:self-active\:bg-gray-1700{
    background-color: #FBFBFB;
  }

  .active.xl\:self-active\:bg-gray-1800{
    background-color: #494949;
  }

  .active.xl\:self-active\:bg-gray-1900{
    background-color: #797979;
  }

  .active.xl\:self-active\:bg-tan-300{
    background-color: #d2a680;
  }

  .active.xl\:self-active\:bg-tan-400{
    background-color: #a38b71;
  }

  .active.xl\:self-active\:bg-tan-500{
    background-color: #b18259;
  }

  .active.xl\:self-active\:bg-tan-600{
    background-color: #c29064;
  }

  .xl\:nextOnChecked\:bg-transparent:checked + *{
    background-color: transparent;
  }

  .xl\:nextOnChecked\:bg-current:checked + *{
    background-color: currentColor;
  }

  .xl\:nextOnChecked\:bg-black:checked + *{
    background-color: #000000;
  }

  .xl\:nextOnChecked\:bg-white:checked + *{
    background-color: #ffffff;
  }

  .xl\:nextOnChecked\:bg-overlay:checked + *{
    background-color: rgba(0,0,0,.2);
  }

  .xl\:nextOnChecked\:bg-transparent-background:checked + *{
    background-color: rgba(0,0,0,.7);
  }

  .xl\:nextOnChecked\:bg-red-400:checked + *{
    background-color: #ed4956;
  }

  .xl\:nextOnChecked\:bg-red-500:checked + *{
    background-color: #e74a4a;
  }

  .xl\:nextOnChecked\:bg-orange-300:checked + *{
    background-color: #a8774f;
  }

  .xl\:nextOnChecked\:bg-orange-400:checked + *{
    background-color: #926642;
  }

  .xl\:nextOnChecked\:bg-orange-500:checked + *{
    background-color: #d35a3a;
  }

  .xl\:nextOnChecked\:bg-green-200:checked + *{
    background-color: #d5d4a3;
  }

  .xl\:nextOnChecked\:bg-green-300:checked + *{
    background-color: #f05a30;
  }

  .xl\:nextOnChecked\:bg-green-400:checked + *{
    background-color: #b8b78a;
  }

  .xl\:nextOnChecked\:bg-green-500:checked + *{
    background-color: #48bb78;
  }

  .xl\:nextOnChecked\:bg-green-600:checked + *{
    background-color: #a4c264;
  }

  .xl\:nextOnChecked\:bg-green-700:checked + *{
    background-color: #B8B78F;
  }

  .xl\:nextOnChecked\:bg-blue-400:checked + *{
    background-color: #a2c3d3;
  }

  .xl\:nextOnChecked\:bg-blue-500:checked + *{
    background-color: #65a6c2;
  }

  .xl\:nextOnChecked\:bg-blue-600:checked + *{
    background-color: rgba(70, 97, 153, .97);
  }

  .xl\:nextOnChecked\:bg-blue-700:checked + *{
    background-color: rgba(70, 97, 153);
  }

  .xl\:nextOnChecked\:bg-bluegrey-100:checked + *{
    background-color: #D9D9D9;
  }

  .xl\:nextOnChecked\:bg-terracotta-500:checked + *{
    background-color: #bb7265;
  }

  .xl\:nextOnChecked\:bg-terracotta-600:checked + *{
    background-color: #a46357;
  }

  .xl\:nextOnChecked\:bg-sky-100:checked + *{
    background-color: #dff2fe;
  }

  .xl\:nextOnChecked\:bg-sky-200:checked + *{
    background-color: #a2c3d3;
  }

  .xl\:nextOnChecked\:bg-neutral-500:checked + *{
    background-color: #636466;
  }

  .xl\:nextOnChecked\:bg-gray-50:checked + *{
    background-color: #fcfcfc;
  }

  .xl\:nextOnChecked\:bg-gray-100:checked + *{
    background-color: #e7e7e7;
  }

  .xl\:nextOnChecked\:bg-gray-125:checked + *{
    background-color: #f0f0f0;
  }

  .xl\:nextOnChecked\:bg-gray-150:checked + *{
    background-color: #dddddd;
  }

  .xl\:nextOnChecked\:bg-gray-200:checked + *{
    background-color: #868b8f;
  }

  .xl\:nextOnChecked\:bg-gray-250:checked + *{
    background-color: #a6a5a5;
  }

  .xl\:nextOnChecked\:bg-gray-300:checked + *{
    background-color: #979796;
  }

  .xl\:nextOnChecked\:bg-gray-400:checked + *{
    background-color: #abaeb1;
  }

  .xl\:nextOnChecked\:bg-gray-500:checked + *{
    background-color: #c7c7c7;
  }

  .xl\:nextOnChecked\:bg-gray-550:checked + *{
    background-color: #ccc;
  }

  .xl\:nextOnChecked\:bg-gray-600:checked + *{
    background-color: #707070;
  }

  .xl\:nextOnChecked\:bg-gray-700:checked + *{
    background-color: #555555;
  }

  .xl\:nextOnChecked\:bg-gray-800:checked + *{
    background-color: #333232;
  }

  .xl\:nextOnChecked\:bg-gray-900:checked + *{
    background-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:nextOnChecked\:bg-gray-1000:checked + *{
    background-color: #dadada;
  }

  .xl\:nextOnChecked\:bg-gray-1100:checked + *{
    background-color: #ededed;
  }

  .xl\:nextOnChecked\:bg-gray-1200:checked + *{
    background-color: #b1b1b1;
  }

  .xl\:nextOnChecked\:bg-gray-1300:checked + *{
    background-color: #9b9b9b;
  }

  .xl\:nextOnChecked\:bg-gray-1400:checked + *{
    background-color: #999ea1;
  }

  .xl\:nextOnChecked\:bg-gray-1500:checked + *{
    background-color: #464646;
  }

  .xl\:nextOnChecked\:bg-gray-1600:checked + *{
    background-color: #9A9FA2;
  }

  .xl\:nextOnChecked\:bg-gray-1700:checked + *{
    background-color: #FBFBFB;
  }

  .xl\:nextOnChecked\:bg-gray-1800:checked + *{
    background-color: #494949;
  }

  .xl\:nextOnChecked\:bg-gray-1900:checked + *{
    background-color: #797979;
  }

  .xl\:nextOnChecked\:bg-tan-300:checked + *{
    background-color: #d2a680;
  }

  .xl\:nextOnChecked\:bg-tan-400:checked + *{
    background-color: #a38b71;
  }

  .xl\:nextOnChecked\:bg-tan-500:checked + *{
    background-color: #b18259;
  }

  .xl\:nextOnChecked\:bg-tan-600:checked + *{
    background-color: #c29064;
  }

  .xl\:bg-bottom{
    background-position: bottom;
  }

  .xl\:bg-center{
    background-position: center;
  }

  .xl\:bg-left{
    background-position: left;
  }

  .xl\:bg-left-bottom{
    background-position: left bottom;
  }

  .xl\:bg-left-top{
    background-position: left top;
  }

  .xl\:bg-right{
    background-position: right;
  }

  .xl\:bg-right-bottom{
    background-position: right bottom;
  }

  .xl\:bg-right-top{
    background-position: right top;
  }

  .xl\:bg-top{
    background-position: top;
  }

  .xl\:bg-top-center{
    background-position: top center;
  }

  .xl\:bg-bottom-center{
    background-position: bottom center;
  }

  .xl\:bg-repeat{
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round{
    background-repeat: round;
  }

  .xl\:bg-repeat-space{
    background-repeat: space;
  }

  .xl\:bg-auto{
    background-size: auto;
  }

  .xl\:bg-cover{
    background-size: cover;
  }

  .xl\:bg-contain{
    background-size: contain;
  }

  .xl\:bg-hidden{
    background-size: 0% 0%;
  }

  .xl\:bg-y135{
    background-size: auto 135%;
  }

  .group:hover .xl\:group-hover\:bg-auto{
    background-size: auto;
  }

  .group:hover .xl\:group-hover\:bg-cover{
    background-size: cover;
  }

  .group:hover .xl\:group-hover\:bg-contain{
    background-size: contain;
  }

  .group:hover .xl\:group-hover\:bg-hidden{
    background-size: 0% 0%;
  }

  .group:hover .xl\:group-hover\:bg-y135{
    background-size: auto 135%;
  }

  .xl\:border-transparent{
    border-color: transparent;
  }

  .xl\:border-current{
    border-color: currentColor;
  }

  .xl\:border-black{
    border-color: #000000;
  }

  .xl\:border-white{
    border-color: #ffffff;
  }

  .xl\:border-overlay{
    border-color: rgba(0,0,0,.2);
  }

  .xl\:border-transparent-background{
    border-color: rgba(0,0,0,.7);
  }

  .xl\:border-red-400{
    border-color: #ed4956;
  }

  .xl\:border-red-500{
    border-color: #e74a4a;
  }

  .xl\:border-orange-300{
    border-color: #a8774f;
  }

  .xl\:border-orange-400{
    border-color: #926642;
  }

  .xl\:border-orange-500{
    border-color: #d35a3a;
  }

  .xl\:border-green-200{
    border-color: #d5d4a3;
  }

  .xl\:border-green-300{
    border-color: #f05a30;
  }

  .xl\:border-green-400{
    border-color: #b8b78a;
  }

  .xl\:border-green-500{
    border-color: #48bb78;
  }

  .xl\:border-green-600{
    border-color: #a4c264;
  }

  .xl\:border-green-700{
    border-color: #B8B78F;
  }

  .xl\:border-blue-400{
    border-color: #a2c3d3;
  }

  .xl\:border-blue-500{
    border-color: #65a6c2;
  }

  .xl\:border-blue-600{
    border-color: rgba(70, 97, 153, .97);
  }

  .xl\:border-blue-700{
    border-color: rgba(70, 97, 153);
  }

  .xl\:border-bluegrey-100{
    border-color: #D9D9D9;
  }

  .xl\:border-terracotta-500{
    border-color: #bb7265;
  }

  .xl\:border-terracotta-600{
    border-color: #a46357;
  }

  .xl\:border-sky-100{
    border-color: #dff2fe;
  }

  .xl\:border-sky-200{
    border-color: #a2c3d3;
  }

  .xl\:border-neutral-500{
    border-color: #636466;
  }

  .xl\:border-gray-50{
    border-color: #fcfcfc;
  }

  .xl\:border-gray-100{
    border-color: #e7e7e7;
  }

  .xl\:border-gray-125{
    border-color: #f0f0f0;
  }

  .xl\:border-gray-150{
    border-color: #dddddd;
  }

  .xl\:border-gray-200{
    border-color: #868b8f;
  }

  .xl\:border-gray-250{
    border-color: #a6a5a5;
  }

  .xl\:border-gray-300{
    border-color: #979796;
  }

  .xl\:border-gray-400{
    border-color: #abaeb1;
  }

  .xl\:border-gray-500{
    border-color: #c7c7c7;
  }

  .xl\:border-gray-550{
    border-color: #ccc;
  }

  .xl\:border-gray-600{
    border-color: #707070;
  }

  .xl\:border-gray-700{
    border-color: #555555;
  }

  .xl\:border-gray-800{
    border-color: #333232;
  }

  .xl\:border-gray-900{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:border-gray-1000{
    border-color: #dadada;
  }

  .xl\:border-gray-1100{
    border-color: #ededed;
  }

  .xl\:border-gray-1200{
    border-color: #b1b1b1;
  }

  .xl\:border-gray-1300{
    border-color: #9b9b9b;
  }

  .xl\:border-gray-1400{
    border-color: #999ea1;
  }

  .xl\:border-gray-1500{
    border-color: #464646;
  }

  .xl\:border-gray-1600{
    border-color: #9A9FA2;
  }

  .xl\:border-gray-1700{
    border-color: #FBFBFB;
  }

  .xl\:border-gray-1800{
    border-color: #494949;
  }

  .xl\:border-gray-1900{
    border-color: #797979;
  }

  .xl\:border-tan-300{
    border-color: #d2a680;
  }

  .xl\:border-tan-400{
    border-color: #a38b71;
  }

  .xl\:border-tan-500{
    border-color: #b18259;
  }

  .xl\:border-tan-600{
    border-color: #c29064;
  }

  .xl\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .xl\:hover\:border-current:hover{
    border-color: currentColor;
  }

  .xl\:hover\:border-black:hover{
    border-color: #000000;
  }

  .xl\:hover\:border-white:hover{
    border-color: #ffffff;
  }

  .xl\:hover\:border-overlay:hover{
    border-color: rgba(0,0,0,.2);
  }

  .xl\:hover\:border-transparent-background:hover{
    border-color: rgba(0,0,0,.7);
  }

  .xl\:hover\:border-red-400:hover{
    border-color: #ed4956;
  }

  .xl\:hover\:border-red-500:hover{
    border-color: #e74a4a;
  }

  .xl\:hover\:border-orange-300:hover{
    border-color: #a8774f;
  }

  .xl\:hover\:border-orange-400:hover{
    border-color: #926642;
  }

  .xl\:hover\:border-orange-500:hover{
    border-color: #d35a3a;
  }

  .xl\:hover\:border-green-200:hover{
    border-color: #d5d4a3;
  }

  .xl\:hover\:border-green-300:hover{
    border-color: #f05a30;
  }

  .xl\:hover\:border-green-400:hover{
    border-color: #b8b78a;
  }

  .xl\:hover\:border-green-500:hover{
    border-color: #48bb78;
  }

  .xl\:hover\:border-green-600:hover{
    border-color: #a4c264;
  }

  .xl\:hover\:border-green-700:hover{
    border-color: #B8B78F;
  }

  .xl\:hover\:border-blue-400:hover{
    border-color: #a2c3d3;
  }

  .xl\:hover\:border-blue-500:hover{
    border-color: #65a6c2;
  }

  .xl\:hover\:border-blue-600:hover{
    border-color: rgba(70, 97, 153, .97);
  }

  .xl\:hover\:border-blue-700:hover{
    border-color: rgba(70, 97, 153);
  }

  .xl\:hover\:border-bluegrey-100:hover{
    border-color: #D9D9D9;
  }

  .xl\:hover\:border-terracotta-500:hover{
    border-color: #bb7265;
  }

  .xl\:hover\:border-terracotta-600:hover{
    border-color: #a46357;
  }

  .xl\:hover\:border-sky-100:hover{
    border-color: #dff2fe;
  }

  .xl\:hover\:border-sky-200:hover{
    border-color: #a2c3d3;
  }

  .xl\:hover\:border-neutral-500:hover{
    border-color: #636466;
  }

  .xl\:hover\:border-gray-50:hover{
    border-color: #fcfcfc;
  }

  .xl\:hover\:border-gray-100:hover{
    border-color: #e7e7e7;
  }

  .xl\:hover\:border-gray-125:hover{
    border-color: #f0f0f0;
  }

  .xl\:hover\:border-gray-150:hover{
    border-color: #dddddd;
  }

  .xl\:hover\:border-gray-200:hover{
    border-color: #868b8f;
  }

  .xl\:hover\:border-gray-250:hover{
    border-color: #a6a5a5;
  }

  .xl\:hover\:border-gray-300:hover{
    border-color: #979796;
  }

  .xl\:hover\:border-gray-400:hover{
    border-color: #abaeb1;
  }

  .xl\:hover\:border-gray-500:hover{
    border-color: #c7c7c7;
  }

  .xl\:hover\:border-gray-550:hover{
    border-color: #ccc;
  }

  .xl\:hover\:border-gray-600:hover{
    border-color: #707070;
  }

  .xl\:hover\:border-gray-700:hover{
    border-color: #555555;
  }

  .xl\:hover\:border-gray-800:hover{
    border-color: #333232;
  }

  .xl\:hover\:border-gray-900:hover{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:hover\:border-gray-1000:hover{
    border-color: #dadada;
  }

  .xl\:hover\:border-gray-1100:hover{
    border-color: #ededed;
  }

  .xl\:hover\:border-gray-1200:hover{
    border-color: #b1b1b1;
  }

  .xl\:hover\:border-gray-1300:hover{
    border-color: #9b9b9b;
  }

  .xl\:hover\:border-gray-1400:hover{
    border-color: #999ea1;
  }

  .xl\:hover\:border-gray-1500:hover{
    border-color: #464646;
  }

  .xl\:hover\:border-gray-1600:hover{
    border-color: #9A9FA2;
  }

  .xl\:hover\:border-gray-1700:hover{
    border-color: #FBFBFB;
  }

  .xl\:hover\:border-gray-1800:hover{
    border-color: #494949;
  }

  .xl\:hover\:border-gray-1900:hover{
    border-color: #797979;
  }

  .xl\:hover\:border-tan-300:hover{
    border-color: #d2a680;
  }

  .xl\:hover\:border-tan-400:hover{
    border-color: #a38b71;
  }

  .xl\:hover\:border-tan-500:hover{
    border-color: #b18259;
  }

  .xl\:hover\:border-tan-600:hover{
    border-color: #c29064;
  }

  .xl\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .xl\:focus\:border-current:focus{
    border-color: currentColor;
  }

  .xl\:focus\:border-black:focus{
    border-color: #000000;
  }

  .xl\:focus\:border-white:focus{
    border-color: #ffffff;
  }

  .xl\:focus\:border-overlay:focus{
    border-color: rgba(0,0,0,.2);
  }

  .xl\:focus\:border-transparent-background:focus{
    border-color: rgba(0,0,0,.7);
  }

  .xl\:focus\:border-red-400:focus{
    border-color: #ed4956;
  }

  .xl\:focus\:border-red-500:focus{
    border-color: #e74a4a;
  }

  .xl\:focus\:border-orange-300:focus{
    border-color: #a8774f;
  }

  .xl\:focus\:border-orange-400:focus{
    border-color: #926642;
  }

  .xl\:focus\:border-orange-500:focus{
    border-color: #d35a3a;
  }

  .xl\:focus\:border-green-200:focus{
    border-color: #d5d4a3;
  }

  .xl\:focus\:border-green-300:focus{
    border-color: #f05a30;
  }

  .xl\:focus\:border-green-400:focus{
    border-color: #b8b78a;
  }

  .xl\:focus\:border-green-500:focus{
    border-color: #48bb78;
  }

  .xl\:focus\:border-green-600:focus{
    border-color: #a4c264;
  }

  .xl\:focus\:border-green-700:focus{
    border-color: #B8B78F;
  }

  .xl\:focus\:border-blue-400:focus{
    border-color: #a2c3d3;
  }

  .xl\:focus\:border-blue-500:focus{
    border-color: #65a6c2;
  }

  .xl\:focus\:border-blue-600:focus{
    border-color: rgba(70, 97, 153, .97);
  }

  .xl\:focus\:border-blue-700:focus{
    border-color: rgba(70, 97, 153);
  }

  .xl\:focus\:border-bluegrey-100:focus{
    border-color: #D9D9D9;
  }

  .xl\:focus\:border-terracotta-500:focus{
    border-color: #bb7265;
  }

  .xl\:focus\:border-terracotta-600:focus{
    border-color: #a46357;
  }

  .xl\:focus\:border-sky-100:focus{
    border-color: #dff2fe;
  }

  .xl\:focus\:border-sky-200:focus{
    border-color: #a2c3d3;
  }

  .xl\:focus\:border-neutral-500:focus{
    border-color: #636466;
  }

  .xl\:focus\:border-gray-50:focus{
    border-color: #fcfcfc;
  }

  .xl\:focus\:border-gray-100:focus{
    border-color: #e7e7e7;
  }

  .xl\:focus\:border-gray-125:focus{
    border-color: #f0f0f0;
  }

  .xl\:focus\:border-gray-150:focus{
    border-color: #dddddd;
  }

  .xl\:focus\:border-gray-200:focus{
    border-color: #868b8f;
  }

  .xl\:focus\:border-gray-250:focus{
    border-color: #a6a5a5;
  }

  .xl\:focus\:border-gray-300:focus{
    border-color: #979796;
  }

  .xl\:focus\:border-gray-400:focus{
    border-color: #abaeb1;
  }

  .xl\:focus\:border-gray-500:focus{
    border-color: #c7c7c7;
  }

  .xl\:focus\:border-gray-550:focus{
    border-color: #ccc;
  }

  .xl\:focus\:border-gray-600:focus{
    border-color: #707070;
  }

  .xl\:focus\:border-gray-700:focus{
    border-color: #555555;
  }

  .xl\:focus\:border-gray-800:focus{
    border-color: #333232;
  }

  .xl\:focus\:border-gray-900:focus{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:focus\:border-gray-1000:focus{
    border-color: #dadada;
  }

  .xl\:focus\:border-gray-1100:focus{
    border-color: #ededed;
  }

  .xl\:focus\:border-gray-1200:focus{
    border-color: #b1b1b1;
  }

  .xl\:focus\:border-gray-1300:focus{
    border-color: #9b9b9b;
  }

  .xl\:focus\:border-gray-1400:focus{
    border-color: #999ea1;
  }

  .xl\:focus\:border-gray-1500:focus{
    border-color: #464646;
  }

  .xl\:focus\:border-gray-1600:focus{
    border-color: #9A9FA2;
  }

  .xl\:focus\:border-gray-1700:focus{
    border-color: #FBFBFB;
  }

  .xl\:focus\:border-gray-1800:focus{
    border-color: #494949;
  }

  .xl\:focus\:border-gray-1900:focus{
    border-color: #797979;
  }

  .xl\:focus\:border-tan-300:focus{
    border-color: #d2a680;
  }

  .xl\:focus\:border-tan-400:focus{
    border-color: #a38b71;
  }

  .xl\:focus\:border-tan-500:focus{
    border-color: #b18259;
  }

  .xl\:focus\:border-tan-600:focus{
    border-color: #c29064;
  }

  .js-is-active.xl\:self-active\:border-transparent{
    border-color: transparent;
  }

  .js-is-active.xl\:self-active\:border-current{
    border-color: currentColor;
  }

  .js-is-active.xl\:self-active\:border-black{
    border-color: #000000;
  }

  .js-is-active.xl\:self-active\:border-white{
    border-color: #ffffff;
  }

  .js-is-active.xl\:self-active\:border-overlay{
    border-color: rgba(0,0,0,.2);
  }

  .js-is-active.xl\:self-active\:border-transparent-background{
    border-color: rgba(0,0,0,.7);
  }

  .js-is-active.xl\:self-active\:border-red-400{
    border-color: #ed4956;
  }

  .js-is-active.xl\:self-active\:border-red-500{
    border-color: #e74a4a;
  }

  .js-is-active.xl\:self-active\:border-orange-300{
    border-color: #a8774f;
  }

  .js-is-active.xl\:self-active\:border-orange-400{
    border-color: #926642;
  }

  .js-is-active.xl\:self-active\:border-orange-500{
    border-color: #d35a3a;
  }

  .js-is-active.xl\:self-active\:border-green-200{
    border-color: #d5d4a3;
  }

  .js-is-active.xl\:self-active\:border-green-300{
    border-color: #f05a30;
  }

  .js-is-active.xl\:self-active\:border-green-400{
    border-color: #b8b78a;
  }

  .js-is-active.xl\:self-active\:border-green-500{
    border-color: #48bb78;
  }

  .js-is-active.xl\:self-active\:border-green-600{
    border-color: #a4c264;
  }

  .js-is-active.xl\:self-active\:border-green-700{
    border-color: #B8B78F;
  }

  .js-is-active.xl\:self-active\:border-blue-400{
    border-color: #a2c3d3;
  }

  .js-is-active.xl\:self-active\:border-blue-500{
    border-color: #65a6c2;
  }

  .js-is-active.xl\:self-active\:border-blue-600{
    border-color: rgba(70, 97, 153, .97);
  }

  .js-is-active.xl\:self-active\:border-blue-700{
    border-color: rgba(70, 97, 153);
  }

  .js-is-active.xl\:self-active\:border-bluegrey-100{
    border-color: #D9D9D9;
  }

  .js-is-active.xl\:self-active\:border-terracotta-500{
    border-color: #bb7265;
  }

  .js-is-active.xl\:self-active\:border-terracotta-600{
    border-color: #a46357;
  }

  .js-is-active.xl\:self-active\:border-sky-100{
    border-color: #dff2fe;
  }

  .js-is-active.xl\:self-active\:border-sky-200{
    border-color: #a2c3d3;
  }

  .js-is-active.xl\:self-active\:border-neutral-500{
    border-color: #636466;
  }

  .js-is-active.xl\:self-active\:border-gray-50{
    border-color: #fcfcfc;
  }

  .js-is-active.xl\:self-active\:border-gray-100{
    border-color: #e7e7e7;
  }

  .js-is-active.xl\:self-active\:border-gray-125{
    border-color: #f0f0f0;
  }

  .js-is-active.xl\:self-active\:border-gray-150{
    border-color: #dddddd;
  }

  .js-is-active.xl\:self-active\:border-gray-200{
    border-color: #868b8f;
  }

  .js-is-active.xl\:self-active\:border-gray-250{
    border-color: #a6a5a5;
  }

  .js-is-active.xl\:self-active\:border-gray-300{
    border-color: #979796;
  }

  .js-is-active.xl\:self-active\:border-gray-400{
    border-color: #abaeb1;
  }

  .js-is-active.xl\:self-active\:border-gray-500{
    border-color: #c7c7c7;
  }

  .js-is-active.xl\:self-active\:border-gray-550{
    border-color: #ccc;
  }

  .js-is-active.xl\:self-active\:border-gray-600{
    border-color: #707070;
  }

  .js-is-active.xl\:self-active\:border-gray-700{
    border-color: #555555;
  }

  .js-is-active.xl\:self-active\:border-gray-800{
    border-color: #333232;
  }

  .js-is-active.xl\:self-active\:border-gray-900{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .js-is-active.xl\:self-active\:border-gray-1000{
    border-color: #dadada;
  }

  .js-is-active.xl\:self-active\:border-gray-1100{
    border-color: #ededed;
  }

  .js-is-active.xl\:self-active\:border-gray-1200{
    border-color: #b1b1b1;
  }

  .js-is-active.xl\:self-active\:border-gray-1300{
    border-color: #9b9b9b;
  }

  .js-is-active.xl\:self-active\:border-gray-1400{
    border-color: #999ea1;
  }

  .js-is-active.xl\:self-active\:border-gray-1500{
    border-color: #464646;
  }

  .js-is-active.xl\:self-active\:border-gray-1600{
    border-color: #9A9FA2;
  }

  .js-is-active.xl\:self-active\:border-gray-1700{
    border-color: #FBFBFB;
  }

  .js-is-active.xl\:self-active\:border-gray-1800{
    border-color: #494949;
  }

  .js-is-active.xl\:self-active\:border-gray-1900{
    border-color: #797979;
  }

  .js-is-active.xl\:self-active\:border-tan-300{
    border-color: #d2a680;
  }

  .js-is-active.xl\:self-active\:border-tan-400{
    border-color: #a38b71;
  }

  .js-is-active.xl\:self-active\:border-tan-500{
    border-color: #b18259;
  }

  .js-is-active.xl\:self-active\:border-tan-600{
    border-color: #c29064;
  }

  .group:hover .xl\:group-hover\:border-transparent{
    border-color: transparent;
  }

  .group:hover .xl\:group-hover\:border-current{
    border-color: currentColor;
  }

  .group:hover .xl\:group-hover\:border-black{
    border-color: #000000;
  }

  .group:hover .xl\:group-hover\:border-white{
    border-color: #ffffff;
  }

  .group:hover .xl\:group-hover\:border-overlay{
    border-color: rgba(0,0,0,.2);
  }

  .group:hover .xl\:group-hover\:border-transparent-background{
    border-color: rgba(0,0,0,.7);
  }

  .group:hover .xl\:group-hover\:border-red-400{
    border-color: #ed4956;
  }

  .group:hover .xl\:group-hover\:border-red-500{
    border-color: #e74a4a;
  }

  .group:hover .xl\:group-hover\:border-orange-300{
    border-color: #a8774f;
  }

  .group:hover .xl\:group-hover\:border-orange-400{
    border-color: #926642;
  }

  .group:hover .xl\:group-hover\:border-orange-500{
    border-color: #d35a3a;
  }

  .group:hover .xl\:group-hover\:border-green-200{
    border-color: #d5d4a3;
  }

  .group:hover .xl\:group-hover\:border-green-300{
    border-color: #f05a30;
  }

  .group:hover .xl\:group-hover\:border-green-400{
    border-color: #b8b78a;
  }

  .group:hover .xl\:group-hover\:border-green-500{
    border-color: #48bb78;
  }

  .group:hover .xl\:group-hover\:border-green-600{
    border-color: #a4c264;
  }

  .group:hover .xl\:group-hover\:border-green-700{
    border-color: #B8B78F;
  }

  .group:hover .xl\:group-hover\:border-blue-400{
    border-color: #a2c3d3;
  }

  .group:hover .xl\:group-hover\:border-blue-500{
    border-color: #65a6c2;
  }

  .group:hover .xl\:group-hover\:border-blue-600{
    border-color: rgba(70, 97, 153, .97);
  }

  .group:hover .xl\:group-hover\:border-blue-700{
    border-color: rgba(70, 97, 153);
  }

  .group:hover .xl\:group-hover\:border-bluegrey-100{
    border-color: #D9D9D9;
  }

  .group:hover .xl\:group-hover\:border-terracotta-500{
    border-color: #bb7265;
  }

  .group:hover .xl\:group-hover\:border-terracotta-600{
    border-color: #a46357;
  }

  .group:hover .xl\:group-hover\:border-sky-100{
    border-color: #dff2fe;
  }

  .group:hover .xl\:group-hover\:border-sky-200{
    border-color: #a2c3d3;
  }

  .group:hover .xl\:group-hover\:border-neutral-500{
    border-color: #636466;
  }

  .group:hover .xl\:group-hover\:border-gray-50{
    border-color: #fcfcfc;
  }

  .group:hover .xl\:group-hover\:border-gray-100{
    border-color: #e7e7e7;
  }

  .group:hover .xl\:group-hover\:border-gray-125{
    border-color: #f0f0f0;
  }

  .group:hover .xl\:group-hover\:border-gray-150{
    border-color: #dddddd;
  }

  .group:hover .xl\:group-hover\:border-gray-200{
    border-color: #868b8f;
  }

  .group:hover .xl\:group-hover\:border-gray-250{
    border-color: #a6a5a5;
  }

  .group:hover .xl\:group-hover\:border-gray-300{
    border-color: #979796;
  }

  .group:hover .xl\:group-hover\:border-gray-400{
    border-color: #abaeb1;
  }

  .group:hover .xl\:group-hover\:border-gray-500{
    border-color: #c7c7c7;
  }

  .group:hover .xl\:group-hover\:border-gray-550{
    border-color: #ccc;
  }

  .group:hover .xl\:group-hover\:border-gray-600{
    border-color: #707070;
  }

  .group:hover .xl\:group-hover\:border-gray-700{
    border-color: #555555;
  }

  .group:hover .xl\:group-hover\:border-gray-800{
    border-color: #333232;
  }

  .group:hover .xl\:group-hover\:border-gray-900{
    border-color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .xl\:group-hover\:border-gray-1000{
    border-color: #dadada;
  }

  .group:hover .xl\:group-hover\:border-gray-1100{
    border-color: #ededed;
  }

  .group:hover .xl\:group-hover\:border-gray-1200{
    border-color: #b1b1b1;
  }

  .group:hover .xl\:group-hover\:border-gray-1300{
    border-color: #9b9b9b;
  }

  .group:hover .xl\:group-hover\:border-gray-1400{
    border-color: #999ea1;
  }

  .group:hover .xl\:group-hover\:border-gray-1500{
    border-color: #464646;
  }

  .group:hover .xl\:group-hover\:border-gray-1600{
    border-color: #9A9FA2;
  }

  .group:hover .xl\:group-hover\:border-gray-1700{
    border-color: #FBFBFB;
  }

  .group:hover .xl\:group-hover\:border-gray-1800{
    border-color: #494949;
  }

  .group:hover .xl\:group-hover\:border-gray-1900{
    border-color: #797979;
  }

  .group:hover .xl\:group-hover\:border-tan-300{
    border-color: #d2a680;
  }

  .group:hover .xl\:group-hover\:border-tan-400{
    border-color: #a38b71;
  }

  .group:hover .xl\:group-hover\:border-tan-500{
    border-color: #b18259;
  }

  .group:hover .xl\:group-hover\:border-tan-600{
    border-color: #c29064;
  }

  .xl\:rounded-none{
    border-radius: 0;
  }

  .xl\:rounded-sm{
    border-radius: 0.125rem;
  }

  .xl\:rounded{
    border-radius: 0.25rem;
  }

  .xl\:rounded-lg{
    border-radius: 0.5rem;
  }

  .xl\:rounded-full{
    border-radius: 9999px;
  }

  .xl\:rounded-md{
    border-radius: 0.375rem;
  }

  .xl\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .xl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .xl\:rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .xl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .xl\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:border-solid{
    border-style: solid;
  }

  .xl\:border-dashed{
    border-style: dashed;
  }

  .xl\:border-dotted{
    border-style: dotted;
  }

  .xl\:border-double{
    border-style: double;
  }

  .xl\:border-none{
    border-style: none;
  }

  .xl\:border-0{
    border-width: 0;
  }

  .xl\:border-2{
    border-width: 2px;
  }

  .xl\:border-3{
    border-width: 3px;
  }

  .xl\:border-4{
    border-width: 4px;
  }

  .xl\:border-5{
    border-width: 5px;
  }

  .xl\:border-6{
    border-width: 6px;
  }

  .xl\:border-8{
    border-width: 8px;
  }

  .xl\:border{
    border-width: 1px;
  }

  .xl\:border-t-0{
    border-top-width: 0;
  }

  .xl\:border-r-0{
    border-right-width: 0;
  }

  .xl\:border-b-0{
    border-bottom-width: 0;
  }

  .xl\:border-l-0{
    border-left-width: 0;
  }

  .xl\:border-t-2{
    border-top-width: 2px;
  }

  .xl\:border-r-2{
    border-right-width: 2px;
  }

  .xl\:border-b-2{
    border-bottom-width: 2px;
  }

  .xl\:border-l-2{
    border-left-width: 2px;
  }

  .xl\:border-t-3{
    border-top-width: 3px;
  }

  .xl\:border-r-3{
    border-right-width: 3px;
  }

  .xl\:border-b-3{
    border-bottom-width: 3px;
  }

  .xl\:border-l-3{
    border-left-width: 3px;
  }

  .xl\:border-t-4{
    border-top-width: 4px;
  }

  .xl\:border-r-4{
    border-right-width: 4px;
  }

  .xl\:border-b-4{
    border-bottom-width: 4px;
  }

  .xl\:border-l-4{
    border-left-width: 4px;
  }

  .xl\:border-t-5{
    border-top-width: 5px;
  }

  .xl\:border-r-5{
    border-right-width: 5px;
  }

  .xl\:border-b-5{
    border-bottom-width: 5px;
  }

  .xl\:border-l-5{
    border-left-width: 5px;
  }

  .xl\:border-t-6{
    border-top-width: 6px;
  }

  .xl\:border-r-6{
    border-right-width: 6px;
  }

  .xl\:border-b-6{
    border-bottom-width: 6px;
  }

  .xl\:border-l-6{
    border-left-width: 6px;
  }

  .xl\:border-t-8{
    border-top-width: 8px;
  }

  .xl\:border-r-8{
    border-right-width: 8px;
  }

  .xl\:border-b-8{
    border-bottom-width: 8px;
  }

  .xl\:border-l-8{
    border-left-width: 8px;
  }

  .xl\:border-t{
    border-top-width: 1px;
  }

  .xl\:border-r{
    border-right-width: 1px;
  }

  .xl\:border-b{
    border-bottom-width: 1px;
  }

  .xl\:border-l{
    border-left-width: 1px;
  }

  .xl\:cursor-auto{
    cursor: auto;
  }

  .xl\:cursor-default{
    cursor: default;
  }

  .xl\:cursor-pointer{
    cursor: pointer;
  }

  .xl\:cursor-wait{
    cursor: wait;
  }

  .xl\:cursor-text{
    cursor: text;
  }

  .xl\:cursor-move{
    cursor: move;
  }

  .xl\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .xl\:block{
    display: block;
  }

  .xl\:inline-block{
    display: inline-block;
  }

  .xl\:inline{
    display: inline;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:inline-flex{
    display: inline-flex;
  }

  .xl\:table{
    display: table;
  }

  .xl\:table-row{
    display: table-row;
  }

  .xl\:table-cell{
    display: table-cell;
  }

  .xl\:hidden{
    display: none;
  }

  .group:hover .xl\:group-hover\:block{
    display: block;
  }

  .group:hover .xl\:group-hover\:inline-block{
    display: inline-block;
  }

  .group:hover .xl\:group-hover\:inline{
    display: inline;
  }

  .group:hover .xl\:group-hover\:flex{
    display: flex;
  }

  .group:hover .xl\:group-hover\:inline-flex{
    display: inline-flex;
  }

  .group:hover .xl\:group-hover\:table{
    display: table;
  }

  .group:hover .xl\:group-hover\:table-row{
    display: table-row;
  }

  .group:hover .xl\:group-hover\:table-cell{
    display: table-cell;
  }

  .group:hover .xl\:group-hover\:hidden{
    display: none;
  }

  .group[aria-expanded="true"] .xl\:group-aria-expanded\:block{
    display: block;
  }

  .group[aria-expanded="true"] .xl\:group-aria-expanded\:inline-block{
    display: inline-block;
  }

  .group[aria-expanded="true"] .xl\:group-aria-expanded\:inline{
    display: inline;
  }

  .group[aria-expanded="true"] .xl\:group-aria-expanded\:flex{
    display: flex;
  }

  .group[aria-expanded="true"] .xl\:group-aria-expanded\:inline-flex{
    display: inline-flex;
  }

  .group[aria-expanded="true"] .xl\:group-aria-expanded\:table{
    display: table;
  }

  .group[aria-expanded="true"] .xl\:group-aria-expanded\:table-row{
    display: table-row;
  }

  .group[aria-expanded="true"] .xl\:group-aria-expanded\:table-cell{
    display: table-cell;
  }

  .group[aria-expanded="true"] .xl\:group-aria-expanded\:hidden{
    display: none;
  }

  .js-is-active.xl\:self-active\:block{
    display: block;
  }

  .js-is-active.xl\:self-active\:inline-block{
    display: inline-block;
  }

  .js-is-active.xl\:self-active\:inline{
    display: inline;
  }

  .js-is-active.xl\:self-active\:flex{
    display: flex;
  }

  .js-is-active.xl\:self-active\:inline-flex{
    display: inline-flex;
  }

  .js-is-active.xl\:self-active\:table{
    display: table;
  }

  .js-is-active.xl\:self-active\:table-row{
    display: table-row;
  }

  .js-is-active.xl\:self-active\:table-cell{
    display: table-cell;
  }

  .js-is-active.xl\:self-active\:hidden{
    display: none;
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .xl\:flex-col{
    flex-direction: column;
  }

  .xl\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap{
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .xl\:items-start{
    align-items: flex-start;
  }

  .xl\:items-end{
    align-items: flex-end;
  }

  .xl\:items-center{
    align-items: center;
  }

  .xl\:items-baseline{
    align-items: baseline;
  }

  .xl\:items-stretch{
    align-items: stretch;
  }

  .xl\:self-auto{
    align-self: auto;
  }

  .xl\:self-start{
    align-self: flex-start;
  }

  .xl\:self-end{
    align-self: flex-end;
  }

  .xl\:self-center{
    align-self: center;
  }

  .xl\:self-stretch{
    align-self: stretch;
  }

  .xl\:justify-start{
    justify-content: flex-start;
  }

  .xl\:justify-end{
    justify-content: flex-end;
  }

  .xl\:justify-center{
    justify-content: center;
  }

  .xl\:justify-between{
    justify-content: space-between;
  }

  .xl\:justify-around{
    justify-content: space-around;
  }

  .xl\:content-center{
    align-content: center;
  }

  .xl\:content-start{
    align-content: flex-start;
  }

  .xl\:content-end{
    align-content: flex-end;
  }

  .xl\:content-between{
    align-content: space-between;
  }

  .xl\:content-around{
    align-content: space-around;
  }

  .xl\:flex-1{
    flex: 1 1 0%;
  }

  .xl\:flex-auto{
    flex: 1 1 auto;
  }

  .xl\:flex-initial{
    flex: 0 1 auto;
  }

  .xl\:flex-none{
    flex: none;
  }

  .xl\:flex-0-auto{
    flex: 0 0 auto;
  }

  .xl\:flex-1-60{
    flex: 1 1 60%;
  }

  .xl\:flex-grow-0{
    flex-grow: 0;
  }

  .xl\:flex-grow{
    flex-grow: 1;
  }

  .xl\:flex-shrink-0{
    flex-shrink: 0;
  }

  .xl\:flex-shrink{
    flex-shrink: 1;
  }

  .xl\:order-1{
    order: 1;
  }

  .xl\:order-2{
    order: 2;
  }

  .xl\:order-3{
    order: 3;
  }

  .xl\:order-4{
    order: 4;
  }

  .xl\:order-5{
    order: 5;
  }

  .xl\:order-6{
    order: 6;
  }

  .xl\:order-7{
    order: 7;
  }

  .xl\:order-8{
    order: 8;
  }

  .xl\:order-9{
    order: 9;
  }

  .xl\:order-10{
    order: 10;
  }

  .xl\:order-11{
    order: 11;
  }

  .xl\:order-12{
    order: 12;
  }

  .xl\:order-first{
    order: -9999;
  }

  .xl\:order-last{
    order: 9999;
  }

  .xl\:order-none{
    order: 0;
  }

  .xl\:float-right{
    float: right;
  }

  .xl\:float-left{
    float: left;
  }

  .xl\:float-none{
    float: none;
  }

  .xl\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .xl\:font-sans{
    font-family: "HelveticaNeueLTStd", "HelveticaNeueLT", sans-serif;
  }

  .xl\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:font-hairline{
    font-weight: 100;
  }

  .xl\:font-thin{
    font-weight: 200;
  }

  .xl\:font-light{
    font-weight: 300;
  }

  .xl\:font-normal{
    font-weight: 400;
  }

  .xl\:font-medium{
    font-weight: 500;
  }

  .xl\:font-semibold{
    font-weight: 600;
  }

  .xl\:font-bold{
    font-weight: 700;
  }

  .xl\:font-extrabold{
    font-weight: 800;
  }

  .xl\:font-black{
    font-weight: 900;
  }

  .xl\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .xl\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover{
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .xl\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover{
    font-weight: 900;
  }

  .xl\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .xl\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .xl\:focus\:font-light:focus{
    font-weight: 300;
  }

  .xl\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .xl\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .xl\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .xl\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .xl\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .xl\:focus\:font-black:focus{
    font-weight: 900;
  }

  .xl\:h-0{
    height: 0;
  }

  .xl\:h-1{
    height: 0.25rem;
  }

  .xl\:h-2{
    height: 0.5rem;
  }

  .xl\:h-3{
    height: 0.75rem;
  }

  .xl\:h-4{
    height: 1rem;
  }

  .xl\:h-5{
    height: 1.25rem;
  }

  .xl\:h-6{
    height: 1.5rem;
  }

  .xl\:h-8{
    height: 2rem;
  }

  .xl\:h-10{
    height: 2.5rem;
  }

  .xl\:h-12{
    height: 3rem;
  }

  .xl\:h-14{
    height: 3.5rem;
  }

  .xl\:h-16{
    height: 4rem;
  }

  .xl\:h-20{
    height: 5rem;
  }

  .xl\:h-24{
    height: 6rem;
  }

  .xl\:h-32{
    height: 8rem;
  }

  .xl\:h-40{
    height: 10rem;
  }

  .xl\:h-48{
    height: 12rem;
  }

  .xl\:h-56{
    height: 14rem;
  }

  .xl\:h-64{
    height: 16rem;
  }

  .xl\:h-360{
    height: 22.5rem;
  }

  .xl\:h-auto{
    height: auto;
  }

  .xl\:h-px{
    height: 1px;
  }

  .xl\:h-full{
    height: 100%;
  }

  .xl\:h-screen{
    height: 100vh;
  }

  .xl\:h-inherit{
    height: inherit;
  }

  .xl\:h-3\/5{
    height: 60%;
  }

  .xl\:h-screen-75{
    height: 75vh;
  }

  .xl\:leading-none{
    line-height: 1;
  }

  .xl\:leading-tight{
    line-height: 1.25;
  }

  .xl\:leading-snug{
    line-height: 1.375;
  }

  .xl\:leading-normal{
    line-height: 1.5;
  }

  .xl\:leading-relaxed{
    line-height: 1.625;
  }

  .xl\:leading-loose{
    line-height: 2;
  }

  .xl\:leading-lockup{
    line-height: 0.9;
  }

  .xl\:list-inside{
    list-style-position: inside;
  }

  .xl\:list-outside{
    list-style-position: outside;
  }

  .xl\:list-none{
    list-style-type: none;
  }

  .xl\:list-disc{
    list-style-type: disc;
  }

  .xl\:list-decimal{
    list-style-type: decimal;
  }

  .xl\:m-0{
    margin: 0;
  }

  .xl\:m-1{
    margin: 0.25rem;
  }

  .xl\:m-2{
    margin: 0.5rem;
  }

  .xl\:m-3{
    margin: 0.75rem;
  }

  .xl\:m-4{
    margin: 1rem;
  }

  .xl\:m-5{
    margin: 1.25rem;
  }

  .xl\:m-6{
    margin: 1.5rem;
  }

  .xl\:m-8{
    margin: 2rem;
  }

  .xl\:m-10{
    margin: 2.5rem;
  }

  .xl\:m-12{
    margin: 3rem;
  }

  .xl\:m-16{
    margin: 4rem;
  }

  .xl\:m-20{
    margin: 5rem;
  }

  .xl\:m-24{
    margin: 6rem;
  }

  .xl\:m-32{
    margin: 8rem;
  }

  .xl\:m-40{
    margin: 10rem;
  }

  .xl\:m-48{
    margin: 12rem;
  }

  .xl\:m-56{
    margin: 14rem;
  }

  .xl\:m-64{
    margin: 16rem;
  }

  .xl\:m-auto{
    margin: auto;
  }

  .xl\:m-px{
    margin: 1px;
  }

  .xl\:m-full{
    margin: 100%;
  }

  .xl\:-m-1{
    margin: -0.25rem;
  }

  .xl\:-m-2{
    margin: -0.5rem;
  }

  .xl\:-m-3{
    margin: -0.75rem;
  }

  .xl\:-m-4{
    margin: -1rem;
  }

  .xl\:-m-5{
    margin: -1.25rem;
  }

  .xl\:-m-6{
    margin: -1.5rem;
  }

  .xl\:-m-8{
    margin: -2rem;
  }

  .xl\:-m-10{
    margin: -2.5rem;
  }

  .xl\:-m-12{
    margin: -3rem;
  }

  .xl\:-m-16{
    margin: -4rem;
  }

  .xl\:-m-20{
    margin: -5rem;
  }

  .xl\:-m-24{
    margin: -6rem;
  }

  .xl\:-m-32{
    margin: -8rem;
  }

  .xl\:-m-40{
    margin: -10rem;
  }

  .xl\:-m-48{
    margin: -12rem;
  }

  .xl\:-m-56{
    margin: -14rem;
  }

  .xl\:-m-64{
    margin: -16rem;
  }

  .xl\:-m-px{
    margin: -1px;
  }

  .xl\:-m-full{
    margin: -100%;
  }

  .xl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:my-full{
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xl\:mx-full{
    margin-left: 100%;
    margin-right: 100%;
  }

  .xl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:-mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:-mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:-mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-my-full{
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xl\:-mx-full{
    margin-left: -100%;
    margin-right: -100%;
  }

  .xl\:mt-0{
    margin-top: 0;
  }

  .xl\:mr-0{
    margin-right: 0;
  }

  .xl\:mb-0{
    margin-bottom: 0;
  }

  .xl\:ml-0{
    margin-left: 0;
  }

  .xl\:mt-1{
    margin-top: 0.25rem;
  }

  .xl\:mr-1{
    margin-right: 0.25rem;
  }

  .xl\:mb-1{
    margin-bottom: 0.25rem;
  }

  .xl\:ml-1{
    margin-left: 0.25rem;
  }

  .xl\:mt-2{
    margin-top: 0.5rem;
  }

  .xl\:mr-2{
    margin-right: 0.5rem;
  }

  .xl\:mb-2{
    margin-bottom: 0.5rem;
  }

  .xl\:ml-2{
    margin-left: 0.5rem;
  }

  .xl\:mt-3{
    margin-top: 0.75rem;
  }

  .xl\:mr-3{
    margin-right: 0.75rem;
  }

  .xl\:mb-3{
    margin-bottom: 0.75rem;
  }

  .xl\:ml-3{
    margin-left: 0.75rem;
  }

  .xl\:mt-4{
    margin-top: 1rem;
  }

  .xl\:mr-4{
    margin-right: 1rem;
  }

  .xl\:mb-4{
    margin-bottom: 1rem;
  }

  .xl\:ml-4{
    margin-left: 1rem;
  }

  .xl\:mt-5{
    margin-top: 1.25rem;
  }

  .xl\:mr-5{
    margin-right: 1.25rem;
  }

  .xl\:mb-5{
    margin-bottom: 1.25rem;
  }

  .xl\:ml-5{
    margin-left: 1.25rem;
  }

  .xl\:mt-6{
    margin-top: 1.5rem;
  }

  .xl\:mr-6{
    margin-right: 1.5rem;
  }

  .xl\:mb-6{
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6{
    margin-left: 1.5rem;
  }

  .xl\:mt-8{
    margin-top: 2rem;
  }

  .xl\:mr-8{
    margin-right: 2rem;
  }

  .xl\:mb-8{
    margin-bottom: 2rem;
  }

  .xl\:ml-8{
    margin-left: 2rem;
  }

  .xl\:mt-10{
    margin-top: 2.5rem;
  }

  .xl\:mr-10{
    margin-right: 2.5rem;
  }

  .xl\:mb-10{
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10{
    margin-left: 2.5rem;
  }

  .xl\:mt-12{
    margin-top: 3rem;
  }

  .xl\:mr-12{
    margin-right: 3rem;
  }

  .xl\:mb-12{
    margin-bottom: 3rem;
  }

  .xl\:ml-12{
    margin-left: 3rem;
  }

  .xl\:mt-16{
    margin-top: 4rem;
  }

  .xl\:mr-16{
    margin-right: 4rem;
  }

  .xl\:mb-16{
    margin-bottom: 4rem;
  }

  .xl\:ml-16{
    margin-left: 4rem;
  }

  .xl\:mt-20{
    margin-top: 5rem;
  }

  .xl\:mr-20{
    margin-right: 5rem;
  }

  .xl\:mb-20{
    margin-bottom: 5rem;
  }

  .xl\:ml-20{
    margin-left: 5rem;
  }

  .xl\:mt-24{
    margin-top: 6rem;
  }

  .xl\:mr-24{
    margin-right: 6rem;
  }

  .xl\:mb-24{
    margin-bottom: 6rem;
  }

  .xl\:ml-24{
    margin-left: 6rem;
  }

  .xl\:mt-32{
    margin-top: 8rem;
  }

  .xl\:mr-32{
    margin-right: 8rem;
  }

  .xl\:mb-32{
    margin-bottom: 8rem;
  }

  .xl\:ml-32{
    margin-left: 8rem;
  }

  .xl\:mt-40{
    margin-top: 10rem;
  }

  .xl\:mr-40{
    margin-right: 10rem;
  }

  .xl\:mb-40{
    margin-bottom: 10rem;
  }

  .xl\:ml-40{
    margin-left: 10rem;
  }

  .xl\:mt-48{
    margin-top: 12rem;
  }

  .xl\:mr-48{
    margin-right: 12rem;
  }

  .xl\:mb-48{
    margin-bottom: 12rem;
  }

  .xl\:ml-48{
    margin-left: 12rem;
  }

  .xl\:mt-56{
    margin-top: 14rem;
  }

  .xl\:mr-56{
    margin-right: 14rem;
  }

  .xl\:mb-56{
    margin-bottom: 14rem;
  }

  .xl\:ml-56{
    margin-left: 14rem;
  }

  .xl\:mt-64{
    margin-top: 16rem;
  }

  .xl\:mr-64{
    margin-right: 16rem;
  }

  .xl\:mb-64{
    margin-bottom: 16rem;
  }

  .xl\:ml-64{
    margin-left: 16rem;
  }

  .xl\:mt-auto{
    margin-top: auto;
  }

  .xl\:mr-auto{
    margin-right: auto;
  }

  .xl\:mb-auto{
    margin-bottom: auto;
  }

  .xl\:ml-auto{
    margin-left: auto;
  }

  .xl\:mt-px{
    margin-top: 1px;
  }

  .xl\:mr-px{
    margin-right: 1px;
  }

  .xl\:mb-px{
    margin-bottom: 1px;
  }

  .xl\:ml-px{
    margin-left: 1px;
  }

  .xl\:mt-full{
    margin-top: 100%;
  }

  .xl\:mr-full{
    margin-right: 100%;
  }

  .xl\:mb-full{
    margin-bottom: 100%;
  }

  .xl\:ml-full{
    margin-left: 100%;
  }

  .xl\:-mt-1{
    margin-top: -0.25rem;
  }

  .xl\:-mr-1{
    margin-right: -0.25rem;
  }

  .xl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1{
    margin-left: -0.25rem;
  }

  .xl\:-mt-2{
    margin-top: -0.5rem;
  }

  .xl\:-mr-2{
    margin-right: -0.5rem;
  }

  .xl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2{
    margin-left: -0.5rem;
  }

  .xl\:-mt-3{
    margin-top: -0.75rem;
  }

  .xl\:-mr-3{
    margin-right: -0.75rem;
  }

  .xl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3{
    margin-left: -0.75rem;
  }

  .xl\:-mt-4{
    margin-top: -1rem;
  }

  .xl\:-mr-4{
    margin-right: -1rem;
  }

  .xl\:-mb-4{
    margin-bottom: -1rem;
  }

  .xl\:-ml-4{
    margin-left: -1rem;
  }

  .xl\:-mt-5{
    margin-top: -1.25rem;
  }

  .xl\:-mr-5{
    margin-right: -1.25rem;
  }

  .xl\:-mb-5{
    margin-bottom: -1.25rem;
  }

  .xl\:-ml-5{
    margin-left: -1.25rem;
  }

  .xl\:-mt-6{
    margin-top: -1.5rem;
  }

  .xl\:-mr-6{
    margin-right: -1.5rem;
  }

  .xl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6{
    margin-left: -1.5rem;
  }

  .xl\:-mt-8{
    margin-top: -2rem;
  }

  .xl\:-mr-8{
    margin-right: -2rem;
  }

  .xl\:-mb-8{
    margin-bottom: -2rem;
  }

  .xl\:-ml-8{
    margin-left: -2rem;
  }

  .xl\:-mt-10{
    margin-top: -2.5rem;
  }

  .xl\:-mr-10{
    margin-right: -2.5rem;
  }

  .xl\:-mb-10{
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-10{
    margin-left: -2.5rem;
  }

  .xl\:-mt-12{
    margin-top: -3rem;
  }

  .xl\:-mr-12{
    margin-right: -3rem;
  }

  .xl\:-mb-12{
    margin-bottom: -3rem;
  }

  .xl\:-ml-12{
    margin-left: -3rem;
  }

  .xl\:-mt-16{
    margin-top: -4rem;
  }

  .xl\:-mr-16{
    margin-right: -4rem;
  }

  .xl\:-mb-16{
    margin-bottom: -4rem;
  }

  .xl\:-ml-16{
    margin-left: -4rem;
  }

  .xl\:-mt-20{
    margin-top: -5rem;
  }

  .xl\:-mr-20{
    margin-right: -5rem;
  }

  .xl\:-mb-20{
    margin-bottom: -5rem;
  }

  .xl\:-ml-20{
    margin-left: -5rem;
  }

  .xl\:-mt-24{
    margin-top: -6rem;
  }

  .xl\:-mr-24{
    margin-right: -6rem;
  }

  .xl\:-mb-24{
    margin-bottom: -6rem;
  }

  .xl\:-ml-24{
    margin-left: -6rem;
  }

  .xl\:-mt-32{
    margin-top: -8rem;
  }

  .xl\:-mr-32{
    margin-right: -8rem;
  }

  .xl\:-mb-32{
    margin-bottom: -8rem;
  }

  .xl\:-ml-32{
    margin-left: -8rem;
  }

  .xl\:-mt-40{
    margin-top: -10rem;
  }

  .xl\:-mr-40{
    margin-right: -10rem;
  }

  .xl\:-mb-40{
    margin-bottom: -10rem;
  }

  .xl\:-ml-40{
    margin-left: -10rem;
  }

  .xl\:-mt-48{
    margin-top: -12rem;
  }

  .xl\:-mr-48{
    margin-right: -12rem;
  }

  .xl\:-mb-48{
    margin-bottom: -12rem;
  }

  .xl\:-ml-48{
    margin-left: -12rem;
  }

  .xl\:-mt-56{
    margin-top: -14rem;
  }

  .xl\:-mr-56{
    margin-right: -14rem;
  }

  .xl\:-mb-56{
    margin-bottom: -14rem;
  }

  .xl\:-ml-56{
    margin-left: -14rem;
  }

  .xl\:-mt-64{
    margin-top: -16rem;
  }

  .xl\:-mr-64{
    margin-right: -16rem;
  }

  .xl\:-mb-64{
    margin-bottom: -16rem;
  }

  .xl\:-ml-64{
    margin-left: -16rem;
  }

  .xl\:-mt-px{
    margin-top: -1px;
  }

  .xl\:-mr-px{
    margin-right: -1px;
  }

  .xl\:-mb-px{
    margin-bottom: -1px;
  }

  .xl\:-ml-px{
    margin-left: -1px;
  }

  .xl\:-mt-full{
    margin-top: -100%;
  }

  .xl\:-mr-full{
    margin-right: -100%;
  }

  .xl\:-mb-full{
    margin-bottom: -100%;
  }

  .xl\:-ml-full{
    margin-left: -100%;
  }

  .xl\:max-h-full{
    max-height: 100%;
  }

  .xl\:max-h-screen{
    max-height: 100vh;
  }

  .xl\:max-h-inherit{
    max-height: inherit;
  }

  .xl\:max-h-screen-50{
    max-height: 50vh;
  }

  .xl\:max-h-screen-75{
    max-height: 75vh;
  }

  .xl\:max-w-xs{
    max-width: 20rem;
  }

  .xl\:max-w-sm{
    max-width: 24rem;
  }

  .xl\:max-w-md{
    max-width: 28rem;
  }

  .xl\:max-w-lg{
    max-width: 32rem;
  }

  .xl\:max-w-xl{
    max-width: 36rem;
  }

  .xl\:max-w-2xl{
    max-width: 42rem;
  }

  .xl\:max-w-3xl{
    max-width: 48rem;
  }

  .xl\:max-w-4xl{
    max-width: 56rem;
  }

  .xl\:max-w-5xl{
    max-width: 64rem;
  }

  .xl\:max-w-6xl{
    max-width: 72rem;
  }

  .xl\:max-w-full{
    max-width: 100%;
  }

  .xl\:max-w-none{
    max-width: none;
  }

  .xl\:min-h-0{
    min-height: 0;
  }

  .xl\:min-h-10{
    min-height: 2.5rem;
  }

  .xl\:min-h-100{
    min-height: 25rem;
  }

  .xl\:min-h-300{
    min-height: 18.75rem;
  }

  .xl\:min-h-full{
    min-height: 100%;
  }

  .xl\:min-h-screen{
    min-height: 100vh;
  }

  .xl\:min-h-inherit{
    min-height: inherit;
  }

  .xl\:min-h-screen-50{
    min-height: 50vh;
  }

  .xl\:min-h-screen-75{
    min-height: 75vh;
  }

  .xl\:min-w-0{
    min-width: 0;
  }

  .xl\:min-w-full{
    min-width: 100%;
  }

  .xl\:min-w-inherit{
    min-width: inherit;
  }

  .xl\:object-contain{
    object-fit: contain;
  }

  .xl\:object-cover{
    object-fit: cover;
  }

  .xl\:object-fill{
    object-fit: fill;
  }

  .xl\:object-none{
    object-fit: none;
  }

  .xl\:object-scale-down{
    object-fit: scale-down;
  }

  .xl\:object-bottom{
    object-position: bottom;
  }

  .xl\:object-center{
    object-position: center;
  }

  .xl\:object-left{
    object-position: left;
  }

  .xl\:object-left-bottom{
    object-position: left bottom;
  }

  .xl\:object-left-top{
    object-position: left top;
  }

  .xl\:object-right{
    object-position: right;
  }

  .xl\:object-right-bottom{
    object-position: right bottom;
  }

  .xl\:object-right-top{
    object-position: right top;
  }

  .xl\:object-top{
    object-position: top;
  }

  .xl\:opacity-0{
    opacity: 0;
  }

  .xl\:opacity-25{
    opacity: 0.25;
  }

  .xl\:opacity-50{
    opacity: 0.5;
  }

  .xl\:opacity-75{
    opacity: 0.75;
  }

  .xl\:opacity-100{
    opacity: 1;
  }

  .group:hover .xl\:group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .xl\:group-hover\:opacity-25{
    opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:opacity-50{
    opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:opacity-75{
    opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:opacity-100{
    opacity: 1;
  }

  .js-is-active.xl\:self-active\:opacity-0{
    opacity: 0;
  }

  .js-is-active.xl\:self-active\:opacity-25{
    opacity: 0.25;
  }

  .js-is-active.xl\:self-active\:opacity-50{
    opacity: 0.5;
  }

  .js-is-active.xl\:self-active\:opacity-75{
    opacity: 0.75;
  }

  .js-is-active.xl\:self-active\:opacity-100{
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .xl\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .xl\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .xl\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .xl\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .xl\:overflow-auto{
    overflow: auto;
  }

  .xl\:overflow-hidden{
    overflow: hidden;
  }

  .xl\:overflow-visible{
    overflow: visible;
  }

  .xl\:overflow-scroll{
    overflow: scroll;
  }

  .xl\:overflow-x-auto{
    overflow-x: auto;
  }

  .xl\:overflow-y-auto{
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible{
    overflow-x: visible;
  }

  .xl\:overflow-y-visible{
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .xl\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0{
    padding: 0;
  }

  .xl\:p-1{
    padding: 0.25rem;
  }

  .xl\:p-2{
    padding: 0.5rem;
  }

  .xl\:p-3{
    padding: 0.75rem;
  }

  .xl\:p-4{
    padding: 1rem;
  }

  .xl\:p-5{
    padding: 1.25rem;
  }

  .xl\:p-6{
    padding: 1.5rem;
  }

  .xl\:p-8{
    padding: 2rem;
  }

  .xl\:p-10{
    padding: 2.5rem;
  }

  .xl\:p-12{
    padding: 3rem;
  }

  .xl\:p-16{
    padding: 4rem;
  }

  .xl\:p-20{
    padding: 5rem;
  }

  .xl\:p-24{
    padding: 6rem;
  }

  .xl\:p-32{
    padding: 8rem;
  }

  .xl\:p-40{
    padding: 10rem;
  }

  .xl\:p-48{
    padding: 12rem;
  }

  .xl\:p-56{
    padding: 14rem;
  }

  .xl\:p-64{
    padding: 16rem;
  }

  .xl\:p-px{
    padding: 1px;
  }

  .xl\:p-full{
    padding: 100%;
  }

  .xl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:py-full{
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xl\:px-full{
    padding-left: 100%;
    padding-right: 100%;
  }

  .xl\:pt-0{
    padding-top: 0;
  }

  .xl\:pr-0{
    padding-right: 0;
  }

  .xl\:pb-0{
    padding-bottom: 0;
  }

  .xl\:pl-0{
    padding-left: 0;
  }

  .xl\:pt-1{
    padding-top: 0.25rem;
  }

  .xl\:pr-1{
    padding-right: 0.25rem;
  }

  .xl\:pb-1{
    padding-bottom: 0.25rem;
  }

  .xl\:pl-1{
    padding-left: 0.25rem;
  }

  .xl\:pt-2{
    padding-top: 0.5rem;
  }

  .xl\:pr-2{
    padding-right: 0.5rem;
  }

  .xl\:pb-2{
    padding-bottom: 0.5rem;
  }

  .xl\:pl-2{
    padding-left: 0.5rem;
  }

  .xl\:pt-3{
    padding-top: 0.75rem;
  }

  .xl\:pr-3{
    padding-right: 0.75rem;
  }

  .xl\:pb-3{
    padding-bottom: 0.75rem;
  }

  .xl\:pl-3{
    padding-left: 0.75rem;
  }

  .xl\:pt-4{
    padding-top: 1rem;
  }

  .xl\:pr-4{
    padding-right: 1rem;
  }

  .xl\:pb-4{
    padding-bottom: 1rem;
  }

  .xl\:pl-4{
    padding-left: 1rem;
  }

  .xl\:pt-5{
    padding-top: 1.25rem;
  }

  .xl\:pr-5{
    padding-right: 1.25rem;
  }

  .xl\:pb-5{
    padding-bottom: 1.25rem;
  }

  .xl\:pl-5{
    padding-left: 1.25rem;
  }

  .xl\:pt-6{
    padding-top: 1.5rem;
  }

  .xl\:pr-6{
    padding-right: 1.5rem;
  }

  .xl\:pb-6{
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6{
    padding-left: 1.5rem;
  }

  .xl\:pt-8{
    padding-top: 2rem;
  }

  .xl\:pr-8{
    padding-right: 2rem;
  }

  .xl\:pb-8{
    padding-bottom: 2rem;
  }

  .xl\:pl-8{
    padding-left: 2rem;
  }

  .xl\:pt-10{
    padding-top: 2.5rem;
  }

  .xl\:pr-10{
    padding-right: 2.5rem;
  }

  .xl\:pb-10{
    padding-bottom: 2.5rem;
  }

  .xl\:pl-10{
    padding-left: 2.5rem;
  }

  .xl\:pt-12{
    padding-top: 3rem;
  }

  .xl\:pr-12{
    padding-right: 3rem;
  }

  .xl\:pb-12{
    padding-bottom: 3rem;
  }

  .xl\:pl-12{
    padding-left: 3rem;
  }

  .xl\:pt-16{
    padding-top: 4rem;
  }

  .xl\:pr-16{
    padding-right: 4rem;
  }

  .xl\:pb-16{
    padding-bottom: 4rem;
  }

  .xl\:pl-16{
    padding-left: 4rem;
  }

  .xl\:pt-20{
    padding-top: 5rem;
  }

  .xl\:pr-20{
    padding-right: 5rem;
  }

  .xl\:pb-20{
    padding-bottom: 5rem;
  }

  .xl\:pl-20{
    padding-left: 5rem;
  }

  .xl\:pt-24{
    padding-top: 6rem;
  }

  .xl\:pr-24{
    padding-right: 6rem;
  }

  .xl\:pb-24{
    padding-bottom: 6rem;
  }

  .xl\:pl-24{
    padding-left: 6rem;
  }

  .xl\:pt-32{
    padding-top: 8rem;
  }

  .xl\:pr-32{
    padding-right: 8rem;
  }

  .xl\:pb-32{
    padding-bottom: 8rem;
  }

  .xl\:pl-32{
    padding-left: 8rem;
  }

  .xl\:pt-40{
    padding-top: 10rem;
  }

  .xl\:pr-40{
    padding-right: 10rem;
  }

  .xl\:pb-40{
    padding-bottom: 10rem;
  }

  .xl\:pl-40{
    padding-left: 10rem;
  }

  .xl\:pt-48{
    padding-top: 12rem;
  }

  .xl\:pr-48{
    padding-right: 12rem;
  }

  .xl\:pb-48{
    padding-bottom: 12rem;
  }

  .xl\:pl-48{
    padding-left: 12rem;
  }

  .xl\:pt-56{
    padding-top: 14rem;
  }

  .xl\:pr-56{
    padding-right: 14rem;
  }

  .xl\:pb-56{
    padding-bottom: 14rem;
  }

  .xl\:pl-56{
    padding-left: 14rem;
  }

  .xl\:pt-64{
    padding-top: 16rem;
  }

  .xl\:pr-64{
    padding-right: 16rem;
  }

  .xl\:pb-64{
    padding-bottom: 16rem;
  }

  .xl\:pl-64{
    padding-left: 16rem;
  }

  .xl\:pt-px{
    padding-top: 1px;
  }

  .xl\:pr-px{
    padding-right: 1px;
  }

  .xl\:pb-px{
    padding-bottom: 1px;
  }

  .xl\:pl-px{
    padding-left: 1px;
  }

  .xl\:pt-full{
    padding-top: 100%;
  }

  .xl\:pr-full{
    padding-right: 100%;
  }

  .xl\:pb-full{
    padding-bottom: 100%;
  }

  .xl\:pl-full{
    padding-left: 100%;
  }

  .xl\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .xl\:placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .xl\:placeholder-current::placeholder{
    color: currentColor;
  }

  .xl\:placeholder-black:-ms-input-placeholder{
    color: #000000;
  }

  .xl\:placeholder-black::placeholder{
    color: #000000;
  }

  .xl\:placeholder-white:-ms-input-placeholder{
    color: #ffffff;
  }

  .xl\:placeholder-white::placeholder{
    color: #ffffff;
  }

  .xl\:placeholder-overlay:-ms-input-placeholder{
    color: rgba(0,0,0,.2);
  }

  .xl\:placeholder-overlay::placeholder{
    color: rgba(0,0,0,.2);
  }

  .xl\:placeholder-transparent-background:-ms-input-placeholder{
    color: rgba(0,0,0,.7);
  }

  .xl\:placeholder-transparent-background::placeholder{
    color: rgba(0,0,0,.7);
  }

  .xl\:placeholder-red-400:-ms-input-placeholder{
    color: #ed4956;
  }

  .xl\:placeholder-red-400::placeholder{
    color: #ed4956;
  }

  .xl\:placeholder-red-500:-ms-input-placeholder{
    color: #e74a4a;
  }

  .xl\:placeholder-red-500::placeholder{
    color: #e74a4a;
  }

  .xl\:placeholder-orange-300:-ms-input-placeholder{
    color: #a8774f;
  }

  .xl\:placeholder-orange-300::placeholder{
    color: #a8774f;
  }

  .xl\:placeholder-orange-400:-ms-input-placeholder{
    color: #926642;
  }

  .xl\:placeholder-orange-400::placeholder{
    color: #926642;
  }

  .xl\:placeholder-orange-500:-ms-input-placeholder{
    color: #d35a3a;
  }

  .xl\:placeholder-orange-500::placeholder{
    color: #d35a3a;
  }

  .xl\:placeholder-green-200:-ms-input-placeholder{
    color: #d5d4a3;
  }

  .xl\:placeholder-green-200::placeholder{
    color: #d5d4a3;
  }

  .xl\:placeholder-green-300:-ms-input-placeholder{
    color: #f05a30;
  }

  .xl\:placeholder-green-300::placeholder{
    color: #f05a30;
  }

  .xl\:placeholder-green-400:-ms-input-placeholder{
    color: #b8b78a;
  }

  .xl\:placeholder-green-400::placeholder{
    color: #b8b78a;
  }

  .xl\:placeholder-green-500:-ms-input-placeholder{
    color: #48bb78;
  }

  .xl\:placeholder-green-500::placeholder{
    color: #48bb78;
  }

  .xl\:placeholder-green-600:-ms-input-placeholder{
    color: #a4c264;
  }

  .xl\:placeholder-green-600::placeholder{
    color: #a4c264;
  }

  .xl\:placeholder-green-700:-ms-input-placeholder{
    color: #B8B78F;
  }

  .xl\:placeholder-green-700::placeholder{
    color: #B8B78F;
  }

  .xl\:placeholder-blue-400:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .xl\:placeholder-blue-400::placeholder{
    color: #a2c3d3;
  }

  .xl\:placeholder-blue-500:-ms-input-placeholder{
    color: #65a6c2;
  }

  .xl\:placeholder-blue-500::placeholder{
    color: #65a6c2;
  }

  .xl\:placeholder-blue-600:-ms-input-placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .xl\:placeholder-blue-600::placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .xl\:placeholder-blue-700:-ms-input-placeholder{
    color: rgba(70, 97, 153);
  }

  .xl\:placeholder-blue-700::placeholder{
    color: rgba(70, 97, 153);
  }

  .xl\:placeholder-bluegrey-100:-ms-input-placeholder{
    color: #D9D9D9;
  }

  .xl\:placeholder-bluegrey-100::placeholder{
    color: #D9D9D9;
  }

  .xl\:placeholder-terracotta-500:-ms-input-placeholder{
    color: #bb7265;
  }

  .xl\:placeholder-terracotta-500::placeholder{
    color: #bb7265;
  }

  .xl\:placeholder-terracotta-600:-ms-input-placeholder{
    color: #a46357;
  }

  .xl\:placeholder-terracotta-600::placeholder{
    color: #a46357;
  }

  .xl\:placeholder-sky-100:-ms-input-placeholder{
    color: #dff2fe;
  }

  .xl\:placeholder-sky-100::placeholder{
    color: #dff2fe;
  }

  .xl\:placeholder-sky-200:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .xl\:placeholder-sky-200::placeholder{
    color: #a2c3d3;
  }

  .xl\:placeholder-neutral-500:-ms-input-placeholder{
    color: #636466;
  }

  .xl\:placeholder-neutral-500::placeholder{
    color: #636466;
  }

  .xl\:placeholder-gray-50:-ms-input-placeholder{
    color: #fcfcfc;
  }

  .xl\:placeholder-gray-50::placeholder{
    color: #fcfcfc;
  }

  .xl\:placeholder-gray-100:-ms-input-placeholder{
    color: #e7e7e7;
  }

  .xl\:placeholder-gray-100::placeholder{
    color: #e7e7e7;
  }

  .xl\:placeholder-gray-125:-ms-input-placeholder{
    color: #f0f0f0;
  }

  .xl\:placeholder-gray-125::placeholder{
    color: #f0f0f0;
  }

  .xl\:placeholder-gray-150:-ms-input-placeholder{
    color: #dddddd;
  }

  .xl\:placeholder-gray-150::placeholder{
    color: #dddddd;
  }

  .xl\:placeholder-gray-200:-ms-input-placeholder{
    color: #868b8f;
  }

  .xl\:placeholder-gray-200::placeholder{
    color: #868b8f;
  }

  .xl\:placeholder-gray-250:-ms-input-placeholder{
    color: #a6a5a5;
  }

  .xl\:placeholder-gray-250::placeholder{
    color: #a6a5a5;
  }

  .xl\:placeholder-gray-300:-ms-input-placeholder{
    color: #979796;
  }

  .xl\:placeholder-gray-300::placeholder{
    color: #979796;
  }

  .xl\:placeholder-gray-400:-ms-input-placeholder{
    color: #abaeb1;
  }

  .xl\:placeholder-gray-400::placeholder{
    color: #abaeb1;
  }

  .xl\:placeholder-gray-500:-ms-input-placeholder{
    color: #c7c7c7;
  }

  .xl\:placeholder-gray-500::placeholder{
    color: #c7c7c7;
  }

  .xl\:placeholder-gray-550:-ms-input-placeholder{
    color: #ccc;
  }

  .xl\:placeholder-gray-550::placeholder{
    color: #ccc;
  }

  .xl\:placeholder-gray-600:-ms-input-placeholder{
    color: #707070;
  }

  .xl\:placeholder-gray-600::placeholder{
    color: #707070;
  }

  .xl\:placeholder-gray-700:-ms-input-placeholder{
    color: #555555;
  }

  .xl\:placeholder-gray-700::placeholder{
    color: #555555;
  }

  .xl\:placeholder-gray-800:-ms-input-placeholder{
    color: #333232;
  }

  .xl\:placeholder-gray-800::placeholder{
    color: #333232;
  }

  .xl\:placeholder-gray-900:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .xl\:placeholder-gray-900::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .xl\:placeholder-gray-1000:-ms-input-placeholder{
    color: #dadada;
  }

  .xl\:placeholder-gray-1000::placeholder{
    color: #dadada;
  }

  .xl\:placeholder-gray-1100:-ms-input-placeholder{
    color: #ededed;
  }

  .xl\:placeholder-gray-1100::placeholder{
    color: #ededed;
  }

  .xl\:placeholder-gray-1200:-ms-input-placeholder{
    color: #b1b1b1;
  }

  .xl\:placeholder-gray-1200::placeholder{
    color: #b1b1b1;
  }

  .xl\:placeholder-gray-1300:-ms-input-placeholder{
    color: #9b9b9b;
  }

  .xl\:placeholder-gray-1300::placeholder{
    color: #9b9b9b;
  }

  .xl\:placeholder-gray-1400:-ms-input-placeholder{
    color: #999ea1;
  }

  .xl\:placeholder-gray-1400::placeholder{
    color: #999ea1;
  }

  .xl\:placeholder-gray-1500:-ms-input-placeholder{
    color: #464646;
  }

  .xl\:placeholder-gray-1500::placeholder{
    color: #464646;
  }

  .xl\:placeholder-gray-1600:-ms-input-placeholder{
    color: #9A9FA2;
  }

  .xl\:placeholder-gray-1600::placeholder{
    color: #9A9FA2;
  }

  .xl\:placeholder-gray-1700:-ms-input-placeholder{
    color: #FBFBFB;
  }

  .xl\:placeholder-gray-1700::placeholder{
    color: #FBFBFB;
  }

  .xl\:placeholder-gray-1800:-ms-input-placeholder{
    color: #494949;
  }

  .xl\:placeholder-gray-1800::placeholder{
    color: #494949;
  }

  .xl\:placeholder-gray-1900:-ms-input-placeholder{
    color: #797979;
  }

  .xl\:placeholder-gray-1900::placeholder{
    color: #797979;
  }

  .xl\:placeholder-tan-300:-ms-input-placeholder{
    color: #d2a680;
  }

  .xl\:placeholder-tan-300::placeholder{
    color: #d2a680;
  }

  .xl\:placeholder-tan-400:-ms-input-placeholder{
    color: #a38b71;
  }

  .xl\:placeholder-tan-400::placeholder{
    color: #a38b71;
  }

  .xl\:placeholder-tan-500:-ms-input-placeholder{
    color: #b18259;
  }

  .xl\:placeholder-tan-500::placeholder{
    color: #b18259;
  }

  .xl\:placeholder-tan-600:-ms-input-placeholder{
    color: #c29064;
  }

  .xl\:placeholder-tan-600::placeholder{
    color: #c29064;
  }

  .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .xl\:focus\:placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: #000000;
  }

  .xl\:focus\:placeholder-black:focus::placeholder{
    color: #000000;
  }

  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: #ffffff;
  }

  .xl\:focus\:placeholder-white:focus::placeholder{
    color: #ffffff;
  }

  .xl\:focus\:placeholder-overlay:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.2);
  }

  .xl\:focus\:placeholder-overlay:focus::placeholder{
    color: rgba(0,0,0,.2);
  }

  .xl\:focus\:placeholder-transparent-background:focus:-ms-input-placeholder{
    color: rgba(0,0,0,.7);
  }

  .xl\:focus\:placeholder-transparent-background:focus::placeholder{
    color: rgba(0,0,0,.7);
  }

  .xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder{
    color: #ed4956;
  }

  .xl\:focus\:placeholder-red-400:focus::placeholder{
    color: #ed4956;
  }

  .xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder{
    color: #e74a4a;
  }

  .xl\:focus\:placeholder-red-500:focus::placeholder{
    color: #e74a4a;
  }

  .xl\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    color: #a8774f;
  }

  .xl\:focus\:placeholder-orange-300:focus::placeholder{
    color: #a8774f;
  }

  .xl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    color: #926642;
  }

  .xl\:focus\:placeholder-orange-400:focus::placeholder{
    color: #926642;
  }

  .xl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    color: #d35a3a;
  }

  .xl\:focus\:placeholder-orange-500:focus::placeholder{
    color: #d35a3a;
  }

  .xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    color: #d5d4a3;
  }

  .xl\:focus\:placeholder-green-200:focus::placeholder{
    color: #d5d4a3;
  }

  .xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    color: #f05a30;
  }

  .xl\:focus\:placeholder-green-300:focus::placeholder{
    color: #f05a30;
  }

  .xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    color: #b8b78a;
  }

  .xl\:focus\:placeholder-green-400:focus::placeholder{
    color: #b8b78a;
  }

  .xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    color: #48bb78;
  }

  .xl\:focus\:placeholder-green-500:focus::placeholder{
    color: #48bb78;
  }

  .xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    color: #a4c264;
  }

  .xl\:focus\:placeholder-green-600:focus::placeholder{
    color: #a4c264;
  }

  .xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    color: #B8B78F;
  }

  .xl\:focus\:placeholder-green-700:focus::placeholder{
    color: #B8B78F;
  }

  .xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .xl\:focus\:placeholder-blue-400:focus::placeholder{
    color: #a2c3d3;
  }

  .xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    color: #65a6c2;
  }

  .xl\:focus\:placeholder-blue-500:focus::placeholder{
    color: #65a6c2;
  }

  .xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .xl\:focus\:placeholder-blue-600:focus::placeholder{
    color: rgba(70, 97, 153, .97);
  }

  .xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    color: rgba(70, 97, 153);
  }

  .xl\:focus\:placeholder-blue-700:focus::placeholder{
    color: rgba(70, 97, 153);
  }

  .xl\:focus\:placeholder-bluegrey-100:focus:-ms-input-placeholder{
    color: #D9D9D9;
  }

  .xl\:focus\:placeholder-bluegrey-100:focus::placeholder{
    color: #D9D9D9;
  }

  .xl\:focus\:placeholder-terracotta-500:focus:-ms-input-placeholder{
    color: #bb7265;
  }

  .xl\:focus\:placeholder-terracotta-500:focus::placeholder{
    color: #bb7265;
  }

  .xl\:focus\:placeholder-terracotta-600:focus:-ms-input-placeholder{
    color: #a46357;
  }

  .xl\:focus\:placeholder-terracotta-600:focus::placeholder{
    color: #a46357;
  }

  .xl\:focus\:placeholder-sky-100:focus:-ms-input-placeholder{
    color: #dff2fe;
  }

  .xl\:focus\:placeholder-sky-100:focus::placeholder{
    color: #dff2fe;
  }

  .xl\:focus\:placeholder-sky-200:focus:-ms-input-placeholder{
    color: #a2c3d3;
  }

  .xl\:focus\:placeholder-sky-200:focus::placeholder{
    color: #a2c3d3;
  }

  .xl\:focus\:placeholder-neutral-500:focus:-ms-input-placeholder{
    color: #636466;
  }

  .xl\:focus\:placeholder-neutral-500:focus::placeholder{
    color: #636466;
  }

  .xl\:focus\:placeholder-gray-50:focus:-ms-input-placeholder{
    color: #fcfcfc;
  }

  .xl\:focus\:placeholder-gray-50:focus::placeholder{
    color: #fcfcfc;
  }

  .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    color: #e7e7e7;
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder{
    color: #e7e7e7;
  }

  .xl\:focus\:placeholder-gray-125:focus:-ms-input-placeholder{
    color: #f0f0f0;
  }

  .xl\:focus\:placeholder-gray-125:focus::placeholder{
    color: #f0f0f0;
  }

  .xl\:focus\:placeholder-gray-150:focus:-ms-input-placeholder{
    color: #dddddd;
  }

  .xl\:focus\:placeholder-gray-150:focus::placeholder{
    color: #dddddd;
  }

  .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    color: #868b8f;
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder{
    color: #868b8f;
  }

  .xl\:focus\:placeholder-gray-250:focus:-ms-input-placeholder{
    color: #a6a5a5;
  }

  .xl\:focus\:placeholder-gray-250:focus::placeholder{
    color: #a6a5a5;
  }

  .xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    color: #979796;
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder{
    color: #979796;
  }

  .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    color: #abaeb1;
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder{
    color: #abaeb1;
  }

  .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    color: #c7c7c7;
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder{
    color: #c7c7c7;
  }

  .xl\:focus\:placeholder-gray-550:focus:-ms-input-placeholder{
    color: #ccc;
  }

  .xl\:focus\:placeholder-gray-550:focus::placeholder{
    color: #ccc;
  }

  .xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    color: #707070;
  }

  .xl\:focus\:placeholder-gray-600:focus::placeholder{
    color: #707070;
  }

  .xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    color: #555555;
  }

  .xl\:focus\:placeholder-gray-700:focus::placeholder{
    color: #555555;
  }

  .xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    color: #333232;
  }

  .xl\:focus\:placeholder-gray-800:focus::placeholder{
    color: #333232;
  }

  .xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .xl\:focus\:placeholder-gray-900:focus::placeholder{
    color: rgba(0, 0, 0, 0.8);
  }

  .xl\:focus\:placeholder-gray-1000:focus:-ms-input-placeholder{
    color: #dadada;
  }

  .xl\:focus\:placeholder-gray-1000:focus::placeholder{
    color: #dadada;
  }

  .xl\:focus\:placeholder-gray-1100:focus:-ms-input-placeholder{
    color: #ededed;
  }

  .xl\:focus\:placeholder-gray-1100:focus::placeholder{
    color: #ededed;
  }

  .xl\:focus\:placeholder-gray-1200:focus:-ms-input-placeholder{
    color: #b1b1b1;
  }

  .xl\:focus\:placeholder-gray-1200:focus::placeholder{
    color: #b1b1b1;
  }

  .xl\:focus\:placeholder-gray-1300:focus:-ms-input-placeholder{
    color: #9b9b9b;
  }

  .xl\:focus\:placeholder-gray-1300:focus::placeholder{
    color: #9b9b9b;
  }

  .xl\:focus\:placeholder-gray-1400:focus:-ms-input-placeholder{
    color: #999ea1;
  }

  .xl\:focus\:placeholder-gray-1400:focus::placeholder{
    color: #999ea1;
  }

  .xl\:focus\:placeholder-gray-1500:focus:-ms-input-placeholder{
    color: #464646;
  }

  .xl\:focus\:placeholder-gray-1500:focus::placeholder{
    color: #464646;
  }

  .xl\:focus\:placeholder-gray-1600:focus:-ms-input-placeholder{
    color: #9A9FA2;
  }

  .xl\:focus\:placeholder-gray-1600:focus::placeholder{
    color: #9A9FA2;
  }

  .xl\:focus\:placeholder-gray-1700:focus:-ms-input-placeholder{
    color: #FBFBFB;
  }

  .xl\:focus\:placeholder-gray-1700:focus::placeholder{
    color: #FBFBFB;
  }

  .xl\:focus\:placeholder-gray-1800:focus:-ms-input-placeholder{
    color: #494949;
  }

  .xl\:focus\:placeholder-gray-1800:focus::placeholder{
    color: #494949;
  }

  .xl\:focus\:placeholder-gray-1900:focus:-ms-input-placeholder{
    color: #797979;
  }

  .xl\:focus\:placeholder-gray-1900:focus::placeholder{
    color: #797979;
  }

  .xl\:focus\:placeholder-tan-300:focus:-ms-input-placeholder{
    color: #d2a680;
  }

  .xl\:focus\:placeholder-tan-300:focus::placeholder{
    color: #d2a680;
  }

  .xl\:focus\:placeholder-tan-400:focus:-ms-input-placeholder{
    color: #a38b71;
  }

  .xl\:focus\:placeholder-tan-400:focus::placeholder{
    color: #a38b71;
  }

  .xl\:focus\:placeholder-tan-500:focus:-ms-input-placeholder{
    color: #b18259;
  }

  .xl\:focus\:placeholder-tan-500:focus::placeholder{
    color: #b18259;
  }

  .xl\:focus\:placeholder-tan-600:focus:-ms-input-placeholder{
    color: #c29064;
  }

  .xl\:focus\:placeholder-tan-600:focus::placeholder{
    color: #c29064;
  }

  .xl\:pointer-events-none{
    pointer-events: none;
  }

  .xl\:pointer-events-auto{
    pointer-events: auto;
  }

  .xl\:static{
    position: static;
  }

  .xl\:fixed{
    position: fixed;
  }

  .xl\:absolute{
    position: absolute;
  }

  .xl\:relative{
    position: relative;
  }

  .xl\:sticky{
    position: sticky;
  }

  .xl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:-inset-4{
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xl\:-inset-70{
    top: -4.375rem;
    right: -4.375rem;
    bottom: -4.375rem;
    left: -4.375rem;
  }

  .xl\:inset-1\/5{
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .xl\:inset-2\/5{
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .xl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .xl\:inset-x-0{
    right: 0;
    left: 0;
  }

  .xl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xl\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .xl\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .xl\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .xl\:-inset-y-4{
    top: -2rem;
    bottom: -2rem;
  }

  .xl\:-inset-x-4{
    right: -2rem;
    left: -2rem;
  }

  .xl\:-inset-y-70{
    top: -4.375rem;
    bottom: -4.375rem;
  }

  .xl\:-inset-x-70{
    right: -4.375rem;
    left: -4.375rem;
  }

  .xl\:inset-y-1\/5{
    top: 20%;
    bottom: 20%;
  }

  .xl\:inset-x-1\/5{
    right: 20%;
    left: 20%;
  }

  .xl\:inset-y-2\/5{
    top: 40%;
    bottom: 40%;
  }

  .xl\:inset-x-2\/5{
    right: 40%;
    left: 40%;
  }

  .xl\:top-0{
    top: 0;
  }

  .xl\:right-0{
    right: 0;
  }

  .xl\:bottom-0{
    bottom: 0;
  }

  .xl\:left-0{
    left: 0;
  }

  .xl\:top-auto{
    top: auto;
  }

  .xl\:right-auto{
    right: auto;
  }

  .xl\:bottom-auto{
    bottom: auto;
  }

  .xl\:left-auto{
    left: auto;
  }

  .xl\:top-full{
    top: 100%;
  }

  .xl\:right-full{
    right: 100%;
  }

  .xl\:bottom-full{
    bottom: 100%;
  }

  .xl\:left-full{
    left: 100%;
  }

  .xl\:-top-4{
    top: -2rem;
  }

  .xl\:-right-4{
    right: -2rem;
  }

  .xl\:-bottom-4{
    bottom: -2rem;
  }

  .xl\:-left-4{
    left: -2rem;
  }

  .xl\:-top-70{
    top: -4.375rem;
  }

  .xl\:-right-70{
    right: -4.375rem;
  }

  .xl\:-bottom-70{
    bottom: -4.375rem;
  }

  .xl\:-left-70{
    left: -4.375rem;
  }

  .xl\:top-1\/5{
    top: 20%;
  }

  .xl\:right-1\/5{
    right: 20%;
  }

  .xl\:bottom-1\/5{
    bottom: 20%;
  }

  .xl\:left-1\/5{
    left: 20%;
  }

  .xl\:top-2\/5{
    top: 40%;
  }

  .xl\:right-2\/5{
    right: 40%;
  }

  .xl\:bottom-2\/5{
    bottom: 40%;
  }

  .xl\:left-2\/5{
    left: 40%;
  }

  .xl\:resize-none{
    resize: none;
  }

  .xl\:resize-y{
    resize: vertical;
  }

  .xl\:resize-x{
    resize: horizontal;
  }

  .xl\:resize{
    resize: both;
  }

  .xl\:shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:shadow-none{
    box-shadow: none;
  }

  .xl\:hover\:shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:hover\:shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:hover\:shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .xl\:focus\:shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:focus\:shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:focus\:shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .xl\:table-auto{
    table-layout: auto;
  }

  .xl\:table-fixed{
    table-layout: fixed;
  }

  .xl\:text-left{
    text-align: left;
  }

  .xl\:text-center{
    text-align: center;
  }

  .xl\:text-right{
    text-align: right;
  }

  .xl\:text-justify{
    text-align: justify;
  }

  .xl\:text-transparent{
    color: transparent;
  }

  .xl\:text-current{
    color: currentColor;
  }

  .xl\:text-black{
    color: #000000;
  }

  .xl\:text-white{
    color: #ffffff;
  }

  .xl\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  .xl\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  .xl\:text-red-400{
    color: #ed4956;
  }

  .xl\:text-red-500{
    color: #e74a4a;
  }

  .xl\:text-orange-300{
    color: #a8774f;
  }

  .xl\:text-orange-400{
    color: #926642;
  }

  .xl\:text-orange-500{
    color: #d35a3a;
  }

  .xl\:text-green-200{
    color: #d5d4a3;
  }

  .xl\:text-green-300{
    color: #f05a30;
  }

  .xl\:text-green-400{
    color: #b8b78a;
  }

  .xl\:text-green-500{
    color: #48bb78;
  }

  .xl\:text-green-600{
    color: #a4c264;
  }

  .xl\:text-green-700{
    color: #B8B78F;
  }

  .xl\:text-blue-400{
    color: #a2c3d3;
  }

  .xl\:text-blue-500{
    color: #65a6c2;
  }

  .xl\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  .xl\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  .xl\:text-bluegrey-100{
    color: #D9D9D9;
  }

  .xl\:text-terracotta-500{
    color: #bb7265;
  }

  .xl\:text-terracotta-600{
    color: #a46357;
  }

  .xl\:text-sky-100{
    color: #dff2fe;
  }

  .xl\:text-sky-200{
    color: #a2c3d3;
  }

  .xl\:text-neutral-500{
    color: #636466;
  }

  .xl\:text-gray-50{
    color: #fcfcfc;
  }

  .xl\:text-gray-100{
    color: #e7e7e7;
  }

  .xl\:text-gray-125{
    color: #f0f0f0;
  }

  .xl\:text-gray-150{
    color: #dddddd;
  }

  .xl\:text-gray-200{
    color: #868b8f;
  }

  .xl\:text-gray-250{
    color: #a6a5a5;
  }

  .xl\:text-gray-300{
    color: #979796;
  }

  .xl\:text-gray-400{
    color: #abaeb1;
  }

  .xl\:text-gray-500{
    color: #c7c7c7;
  }

  .xl\:text-gray-550{
    color: #ccc;
  }

  .xl\:text-gray-600{
    color: #707070;
  }

  .xl\:text-gray-700{
    color: #555555;
  }

  .xl\:text-gray-800{
    color: #333232;
  }

  .xl\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  .xl\:text-gray-1000{
    color: #dadada;
  }

  .xl\:text-gray-1100{
    color: #ededed;
  }

  .xl\:text-gray-1200{
    color: #b1b1b1;
  }

  .xl\:text-gray-1300{
    color: #9b9b9b;
  }

  .xl\:text-gray-1400{
    color: #999ea1;
  }

  .xl\:text-gray-1500{
    color: #464646;
  }

  .xl\:text-gray-1600{
    color: #9A9FA2;
  }

  .xl\:text-gray-1700{
    color: #FBFBFB;
  }

  .xl\:text-gray-1800{
    color: #494949;
  }

  .xl\:text-gray-1900{
    color: #797979;
  }

  .xl\:text-tan-300{
    color: #d2a680;
  }

  .xl\:text-tan-400{
    color: #a38b71;
  }

  .xl\:text-tan-500{
    color: #b18259;
  }

  .xl\:text-tan-600{
    color: #c29064;
  }

  .xl\:hover\:text-transparent:hover{
    color: transparent;
  }

  .xl\:hover\:text-current:hover{
    color: currentColor;
  }

  .xl\:hover\:text-black:hover{
    color: #000000;
  }

  .xl\:hover\:text-white:hover{
    color: #ffffff;
  }

  .xl\:hover\:text-overlay:hover{
    color: rgba(0,0,0,.2);
  }

  .xl\:hover\:text-transparent-background:hover{
    color: rgba(0,0,0,.7);
  }

  .xl\:hover\:text-red-400:hover{
    color: #ed4956;
  }

  .xl\:hover\:text-red-500:hover{
    color: #e74a4a;
  }

  .xl\:hover\:text-orange-300:hover{
    color: #a8774f;
  }

  .xl\:hover\:text-orange-400:hover{
    color: #926642;
  }

  .xl\:hover\:text-orange-500:hover{
    color: #d35a3a;
  }

  .xl\:hover\:text-green-200:hover{
    color: #d5d4a3;
  }

  .xl\:hover\:text-green-300:hover{
    color: #f05a30;
  }

  .xl\:hover\:text-green-400:hover{
    color: #b8b78a;
  }

  .xl\:hover\:text-green-500:hover{
    color: #48bb78;
  }

  .xl\:hover\:text-green-600:hover{
    color: #a4c264;
  }

  .xl\:hover\:text-green-700:hover{
    color: #B8B78F;
  }

  .xl\:hover\:text-blue-400:hover{
    color: #a2c3d3;
  }

  .xl\:hover\:text-blue-500:hover{
    color: #65a6c2;
  }

  .xl\:hover\:text-blue-600:hover{
    color: rgba(70, 97, 153, .97);
  }

  .xl\:hover\:text-blue-700:hover{
    color: rgba(70, 97, 153);
  }

  .xl\:hover\:text-bluegrey-100:hover{
    color: #D9D9D9;
  }

  .xl\:hover\:text-terracotta-500:hover{
    color: #bb7265;
  }

  .xl\:hover\:text-terracotta-600:hover{
    color: #a46357;
  }

  .xl\:hover\:text-sky-100:hover{
    color: #dff2fe;
  }

  .xl\:hover\:text-sky-200:hover{
    color: #a2c3d3;
  }

  .xl\:hover\:text-neutral-500:hover{
    color: #636466;
  }

  .xl\:hover\:text-gray-50:hover{
    color: #fcfcfc;
  }

  .xl\:hover\:text-gray-100:hover{
    color: #e7e7e7;
  }

  .xl\:hover\:text-gray-125:hover{
    color: #f0f0f0;
  }

  .xl\:hover\:text-gray-150:hover{
    color: #dddddd;
  }

  .xl\:hover\:text-gray-200:hover{
    color: #868b8f;
  }

  .xl\:hover\:text-gray-250:hover{
    color: #a6a5a5;
  }

  .xl\:hover\:text-gray-300:hover{
    color: #979796;
  }

  .xl\:hover\:text-gray-400:hover{
    color: #abaeb1;
  }

  .xl\:hover\:text-gray-500:hover{
    color: #c7c7c7;
  }

  .xl\:hover\:text-gray-550:hover{
    color: #ccc;
  }

  .xl\:hover\:text-gray-600:hover{
    color: #707070;
  }

  .xl\:hover\:text-gray-700:hover{
    color: #555555;
  }

  .xl\:hover\:text-gray-800:hover{
    color: #333232;
  }

  .xl\:hover\:text-gray-900:hover{
    color: rgba(0, 0, 0, 0.8);
  }

  .xl\:hover\:text-gray-1000:hover{
    color: #dadada;
  }

  .xl\:hover\:text-gray-1100:hover{
    color: #ededed;
  }

  .xl\:hover\:text-gray-1200:hover{
    color: #b1b1b1;
  }

  .xl\:hover\:text-gray-1300:hover{
    color: #9b9b9b;
  }

  .xl\:hover\:text-gray-1400:hover{
    color: #999ea1;
  }

  .xl\:hover\:text-gray-1500:hover{
    color: #464646;
  }

  .xl\:hover\:text-gray-1600:hover{
    color: #9A9FA2;
  }

  .xl\:hover\:text-gray-1700:hover{
    color: #FBFBFB;
  }

  .xl\:hover\:text-gray-1800:hover{
    color: #494949;
  }

  .xl\:hover\:text-gray-1900:hover{
    color: #797979;
  }

  .xl\:hover\:text-tan-300:hover{
    color: #d2a680;
  }

  .xl\:hover\:text-tan-400:hover{
    color: #a38b71;
  }

  .xl\:hover\:text-tan-500:hover{
    color: #b18259;
  }

  .xl\:hover\:text-tan-600:hover{
    color: #c29064;
  }

  .xl\:focus\:text-transparent:focus{
    color: transparent;
  }

  .xl\:focus\:text-current:focus{
    color: currentColor;
  }

  .xl\:focus\:text-black:focus{
    color: #000000;
  }

  .xl\:focus\:text-white:focus{
    color: #ffffff;
  }

  .xl\:focus\:text-overlay:focus{
    color: rgba(0,0,0,.2);
  }

  .xl\:focus\:text-transparent-background:focus{
    color: rgba(0,0,0,.7);
  }

  .xl\:focus\:text-red-400:focus{
    color: #ed4956;
  }

  .xl\:focus\:text-red-500:focus{
    color: #e74a4a;
  }

  .xl\:focus\:text-orange-300:focus{
    color: #a8774f;
  }

  .xl\:focus\:text-orange-400:focus{
    color: #926642;
  }

  .xl\:focus\:text-orange-500:focus{
    color: #d35a3a;
  }

  .xl\:focus\:text-green-200:focus{
    color: #d5d4a3;
  }

  .xl\:focus\:text-green-300:focus{
    color: #f05a30;
  }

  .xl\:focus\:text-green-400:focus{
    color: #b8b78a;
  }

  .xl\:focus\:text-green-500:focus{
    color: #48bb78;
  }

  .xl\:focus\:text-green-600:focus{
    color: #a4c264;
  }

  .xl\:focus\:text-green-700:focus{
    color: #B8B78F;
  }

  .xl\:focus\:text-blue-400:focus{
    color: #a2c3d3;
  }

  .xl\:focus\:text-blue-500:focus{
    color: #65a6c2;
  }

  .xl\:focus\:text-blue-600:focus{
    color: rgba(70, 97, 153, .97);
  }

  .xl\:focus\:text-blue-700:focus{
    color: rgba(70, 97, 153);
  }

  .xl\:focus\:text-bluegrey-100:focus{
    color: #D9D9D9;
  }

  .xl\:focus\:text-terracotta-500:focus{
    color: #bb7265;
  }

  .xl\:focus\:text-terracotta-600:focus{
    color: #a46357;
  }

  .xl\:focus\:text-sky-100:focus{
    color: #dff2fe;
  }

  .xl\:focus\:text-sky-200:focus{
    color: #a2c3d3;
  }

  .xl\:focus\:text-neutral-500:focus{
    color: #636466;
  }

  .xl\:focus\:text-gray-50:focus{
    color: #fcfcfc;
  }

  .xl\:focus\:text-gray-100:focus{
    color: #e7e7e7;
  }

  .xl\:focus\:text-gray-125:focus{
    color: #f0f0f0;
  }

  .xl\:focus\:text-gray-150:focus{
    color: #dddddd;
  }

  .xl\:focus\:text-gray-200:focus{
    color: #868b8f;
  }

  .xl\:focus\:text-gray-250:focus{
    color: #a6a5a5;
  }

  .xl\:focus\:text-gray-300:focus{
    color: #979796;
  }

  .xl\:focus\:text-gray-400:focus{
    color: #abaeb1;
  }

  .xl\:focus\:text-gray-500:focus{
    color: #c7c7c7;
  }

  .xl\:focus\:text-gray-550:focus{
    color: #ccc;
  }

  .xl\:focus\:text-gray-600:focus{
    color: #707070;
  }

  .xl\:focus\:text-gray-700:focus{
    color: #555555;
  }

  .xl\:focus\:text-gray-800:focus{
    color: #333232;
  }

  .xl\:focus\:text-gray-900:focus{
    color: rgba(0, 0, 0, 0.8);
  }

  .xl\:focus\:text-gray-1000:focus{
    color: #dadada;
  }

  .xl\:focus\:text-gray-1100:focus{
    color: #ededed;
  }

  .xl\:focus\:text-gray-1200:focus{
    color: #b1b1b1;
  }

  .xl\:focus\:text-gray-1300:focus{
    color: #9b9b9b;
  }

  .xl\:focus\:text-gray-1400:focus{
    color: #999ea1;
  }

  .xl\:focus\:text-gray-1500:focus{
    color: #464646;
  }

  .xl\:focus\:text-gray-1600:focus{
    color: #9A9FA2;
  }

  .xl\:focus\:text-gray-1700:focus{
    color: #FBFBFB;
  }

  .xl\:focus\:text-gray-1800:focus{
    color: #494949;
  }

  .xl\:focus\:text-gray-1900:focus{
    color: #797979;
  }

  .xl\:focus\:text-tan-300:focus{
    color: #d2a680;
  }

  .xl\:focus\:text-tan-400:focus{
    color: #a38b71;
  }

  .xl\:focus\:text-tan-500:focus{
    color: #b18259;
  }

  .xl\:focus\:text-tan-600:focus{
    color: #c29064;
  }

  .active.xl\:self-active\:text-transparent{
    color: transparent;
  }

  .active.xl\:self-active\:text-current{
    color: currentColor;
  }

  .active.xl\:self-active\:text-black{
    color: #000000;
  }

  .active.xl\:self-active\:text-white{
    color: #ffffff;
  }

  .active.xl\:self-active\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  .active.xl\:self-active\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  .active.xl\:self-active\:text-red-400{
    color: #ed4956;
  }

  .active.xl\:self-active\:text-red-500{
    color: #e74a4a;
  }

  .active.xl\:self-active\:text-orange-300{
    color: #a8774f;
  }

  .active.xl\:self-active\:text-orange-400{
    color: #926642;
  }

  .active.xl\:self-active\:text-orange-500{
    color: #d35a3a;
  }

  .active.xl\:self-active\:text-green-200{
    color: #d5d4a3;
  }

  .active.xl\:self-active\:text-green-300{
    color: #f05a30;
  }

  .active.xl\:self-active\:text-green-400{
    color: #b8b78a;
  }

  .active.xl\:self-active\:text-green-500{
    color: #48bb78;
  }

  .active.xl\:self-active\:text-green-600{
    color: #a4c264;
  }

  .active.xl\:self-active\:text-green-700{
    color: #B8B78F;
  }

  .active.xl\:self-active\:text-blue-400{
    color: #a2c3d3;
  }

  .active.xl\:self-active\:text-blue-500{
    color: #65a6c2;
  }

  .active.xl\:self-active\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  .active.xl\:self-active\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  .active.xl\:self-active\:text-bluegrey-100{
    color: #D9D9D9;
  }

  .active.xl\:self-active\:text-terracotta-500{
    color: #bb7265;
  }

  .active.xl\:self-active\:text-terracotta-600{
    color: #a46357;
  }

  .active.xl\:self-active\:text-sky-100{
    color: #dff2fe;
  }

  .active.xl\:self-active\:text-sky-200{
    color: #a2c3d3;
  }

  .active.xl\:self-active\:text-neutral-500{
    color: #636466;
  }

  .active.xl\:self-active\:text-gray-50{
    color: #fcfcfc;
  }

  .active.xl\:self-active\:text-gray-100{
    color: #e7e7e7;
  }

  .active.xl\:self-active\:text-gray-125{
    color: #f0f0f0;
  }

  .active.xl\:self-active\:text-gray-150{
    color: #dddddd;
  }

  .active.xl\:self-active\:text-gray-200{
    color: #868b8f;
  }

  .active.xl\:self-active\:text-gray-250{
    color: #a6a5a5;
  }

  .active.xl\:self-active\:text-gray-300{
    color: #979796;
  }

  .active.xl\:self-active\:text-gray-400{
    color: #abaeb1;
  }

  .active.xl\:self-active\:text-gray-500{
    color: #c7c7c7;
  }

  .active.xl\:self-active\:text-gray-550{
    color: #ccc;
  }

  .active.xl\:self-active\:text-gray-600{
    color: #707070;
  }

  .active.xl\:self-active\:text-gray-700{
    color: #555555;
  }

  .active.xl\:self-active\:text-gray-800{
    color: #333232;
  }

  .active.xl\:self-active\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  .active.xl\:self-active\:text-gray-1000{
    color: #dadada;
  }

  .active.xl\:self-active\:text-gray-1100{
    color: #ededed;
  }

  .active.xl\:self-active\:text-gray-1200{
    color: #b1b1b1;
  }

  .active.xl\:self-active\:text-gray-1300{
    color: #9b9b9b;
  }

  .active.xl\:self-active\:text-gray-1400{
    color: #999ea1;
  }

  .active.xl\:self-active\:text-gray-1500{
    color: #464646;
  }

  .active.xl\:self-active\:text-gray-1600{
    color: #9A9FA2;
  }

  .active.xl\:self-active\:text-gray-1700{
    color: #FBFBFB;
  }

  .active.xl\:self-active\:text-gray-1800{
    color: #494949;
  }

  .active.xl\:self-active\:text-gray-1900{
    color: #797979;
  }

  .active.xl\:self-active\:text-tan-300{
    color: #d2a680;
  }

  .active.xl\:self-active\:text-tan-400{
    color: #a38b71;
  }

  .active.xl\:self-active\:text-tan-500{
    color: #b18259;
  }

  .active.xl\:self-active\:text-tan-600{
    color: #c29064;
  }

  .group:hover .xl\:group-hover\:text-transparent{
    color: transparent;
  }

  .group:hover .xl\:group-hover\:text-current{
    color: currentColor;
  }

  .group:hover .xl\:group-hover\:text-black{
    color: #000000;
  }

  .group:hover .xl\:group-hover\:text-white{
    color: #ffffff;
  }

  .group:hover .xl\:group-hover\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  .group:hover .xl\:group-hover\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  .group:hover .xl\:group-hover\:text-red-400{
    color: #ed4956;
  }

  .group:hover .xl\:group-hover\:text-red-500{
    color: #e74a4a;
  }

  .group:hover .xl\:group-hover\:text-orange-300{
    color: #a8774f;
  }

  .group:hover .xl\:group-hover\:text-orange-400{
    color: #926642;
  }

  .group:hover .xl\:group-hover\:text-orange-500{
    color: #d35a3a;
  }

  .group:hover .xl\:group-hover\:text-green-200{
    color: #d5d4a3;
  }

  .group:hover .xl\:group-hover\:text-green-300{
    color: #f05a30;
  }

  .group:hover .xl\:group-hover\:text-green-400{
    color: #b8b78a;
  }

  .group:hover .xl\:group-hover\:text-green-500{
    color: #48bb78;
  }

  .group:hover .xl\:group-hover\:text-green-600{
    color: #a4c264;
  }

  .group:hover .xl\:group-hover\:text-green-700{
    color: #B8B78F;
  }

  .group:hover .xl\:group-hover\:text-blue-400{
    color: #a2c3d3;
  }

  .group:hover .xl\:group-hover\:text-blue-500{
    color: #65a6c2;
  }

  .group:hover .xl\:group-hover\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  .group:hover .xl\:group-hover\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  .group:hover .xl\:group-hover\:text-bluegrey-100{
    color: #D9D9D9;
  }

  .group:hover .xl\:group-hover\:text-terracotta-500{
    color: #bb7265;
  }

  .group:hover .xl\:group-hover\:text-terracotta-600{
    color: #a46357;
  }

  .group:hover .xl\:group-hover\:text-sky-100{
    color: #dff2fe;
  }

  .group:hover .xl\:group-hover\:text-sky-200{
    color: #a2c3d3;
  }

  .group:hover .xl\:group-hover\:text-neutral-500{
    color: #636466;
  }

  .group:hover .xl\:group-hover\:text-gray-50{
    color: #fcfcfc;
  }

  .group:hover .xl\:group-hover\:text-gray-100{
    color: #e7e7e7;
  }

  .group:hover .xl\:group-hover\:text-gray-125{
    color: #f0f0f0;
  }

  .group:hover .xl\:group-hover\:text-gray-150{
    color: #dddddd;
  }

  .group:hover .xl\:group-hover\:text-gray-200{
    color: #868b8f;
  }

  .group:hover .xl\:group-hover\:text-gray-250{
    color: #a6a5a5;
  }

  .group:hover .xl\:group-hover\:text-gray-300{
    color: #979796;
  }

  .group:hover .xl\:group-hover\:text-gray-400{
    color: #abaeb1;
  }

  .group:hover .xl\:group-hover\:text-gray-500{
    color: #c7c7c7;
  }

  .group:hover .xl\:group-hover\:text-gray-550{
    color: #ccc;
  }

  .group:hover .xl\:group-hover\:text-gray-600{
    color: #707070;
  }

  .group:hover .xl\:group-hover\:text-gray-700{
    color: #555555;
  }

  .group:hover .xl\:group-hover\:text-gray-800{
    color: #333232;
  }

  .group:hover .xl\:group-hover\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  .group:hover .xl\:group-hover\:text-gray-1000{
    color: #dadada;
  }

  .group:hover .xl\:group-hover\:text-gray-1100{
    color: #ededed;
  }

  .group:hover .xl\:group-hover\:text-gray-1200{
    color: #b1b1b1;
  }

  .group:hover .xl\:group-hover\:text-gray-1300{
    color: #9b9b9b;
  }

  .group:hover .xl\:group-hover\:text-gray-1400{
    color: #999ea1;
  }

  .group:hover .xl\:group-hover\:text-gray-1500{
    color: #464646;
  }

  .group:hover .xl\:group-hover\:text-gray-1600{
    color: #9A9FA2;
  }

  .group:hover .xl\:group-hover\:text-gray-1700{
    color: #FBFBFB;
  }

  .group:hover .xl\:group-hover\:text-gray-1800{
    color: #494949;
  }

  .group:hover .xl\:group-hover\:text-gray-1900{
    color: #797979;
  }

  .group:hover .xl\:group-hover\:text-tan-300{
    color: #d2a680;
  }

  .group:hover .xl\:group-hover\:text-tan-400{
    color: #a38b71;
  }

  .group:hover .xl\:group-hover\:text-tan-500{
    color: #b18259;
  }

  .group:hover .xl\:group-hover\:text-tan-600{
    color: #c29064;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-transparent{
    color: transparent;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-current{
    color: currentColor;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-black{
    color: #000000;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-white{
    color: #ffffff;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-red-400{
    color: #ed4956;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-red-500{
    color: #e74a4a;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-orange-300{
    color: #a8774f;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-orange-400{
    color: #926642;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-orange-500{
    color: #d35a3a;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-green-200{
    color: #d5d4a3;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-green-300{
    color: #f05a30;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-green-400{
    color: #b8b78a;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-green-500{
    color: #48bb78;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-green-600{
    color: #a4c264;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-green-700{
    color: #B8B78F;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-blue-400{
    color: #a2c3d3;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-blue-500{
    color: #65a6c2;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-bluegrey-100{
    color: #D9D9D9;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-terracotta-500{
    color: #bb7265;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-terracotta-600{
    color: #a46357;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-sky-100{
    color: #dff2fe;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-sky-200{
    color: #a2c3d3;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-neutral-500{
    color: #636466;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-gray-50{
    color: #fcfcfc;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-gray-100{
    color: #e7e7e7;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-gray-125{
    color: #f0f0f0;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-gray-150{
    color: #dddddd;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-gray-200{
    color: #868b8f;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-gray-250{
    color: #a6a5a5;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-gray-300{
    color: #979796;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-gray-400{
    color: #abaeb1;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-gray-500{
    color: #c7c7c7;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-gray-550{
    color: #ccc;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-gray-600{
    color: #707070;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-gray-700{
    color: #555555;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-gray-800{
    color: #333232;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-gray-1000{
    color: #dadada;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-gray-1100{
    color: #ededed;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-gray-1200{
    color: #b1b1b1;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-gray-1300{
    color: #9b9b9b;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-gray-1400{
    color: #999ea1;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-gray-1500{
    color: #464646;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-gray-1600{
    color: #9A9FA2;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-gray-1700{
    color: #FBFBFB;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-gray-1800{
    color: #494949;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-gray-1900{
    color: #797979;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-tan-300{
    color: #d2a680;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-tan-400{
    color: #a38b71;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-tan-500{
    color: #b18259;
  }

  [data-planit-favorite="true"] .xl\:group-favorite\:text-tan-600{
    color: #c29064;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-transparent{
    color: transparent;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-current{
    color: currentColor;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-black{
    color: #000000;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-white{
    color: #ffffff;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-overlay{
    color: rgba(0,0,0,.2);
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-transparent-background{
    color: rgba(0,0,0,.7);
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-red-400{
    color: #ed4956;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-red-500{
    color: #e74a4a;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-orange-300{
    color: #a8774f;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-orange-400{
    color: #926642;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-orange-500{
    color: #d35a3a;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-green-200{
    color: #d5d4a3;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-green-300{
    color: #f05a30;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-green-400{
    color: #b8b78a;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-green-500{
    color: #48bb78;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-green-600{
    color: #a4c264;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-green-700{
    color: #B8B78F;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-blue-400{
    color: #a2c3d3;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-blue-500{
    color: #65a6c2;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-blue-600{
    color: rgba(70, 97, 153, .97);
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-blue-700{
    color: rgba(70, 97, 153);
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-bluegrey-100{
    color: #D9D9D9;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-terracotta-500{
    color: #bb7265;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-terracotta-600{
    color: #a46357;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-sky-100{
    color: #dff2fe;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-sky-200{
    color: #a2c3d3;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-neutral-500{
    color: #636466;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-gray-50{
    color: #fcfcfc;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-gray-100{
    color: #e7e7e7;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-gray-125{
    color: #f0f0f0;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-gray-150{
    color: #dddddd;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-gray-200{
    color: #868b8f;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-gray-250{
    color: #a6a5a5;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-gray-300{
    color: #979796;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-gray-400{
    color: #abaeb1;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-gray-500{
    color: #c7c7c7;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-gray-550{
    color: #ccc;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-gray-600{
    color: #707070;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-gray-700{
    color: #555555;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-gray-800{
    color: #333232;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-gray-900{
    color: rgba(0, 0, 0, 0.8);
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-gray-1000{
    color: #dadada;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-gray-1100{
    color: #ededed;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-gray-1200{
    color: #b1b1b1;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-gray-1300{
    color: #9b9b9b;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-gray-1400{
    color: #999ea1;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-gray-1500{
    color: #464646;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-gray-1600{
    color: #9A9FA2;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-gray-1700{
    color: #FBFBFB;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-gray-1800{
    color: #494949;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-gray-1900{
    color: #797979;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-tan-300{
    color: #d2a680;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-tan-400{
    color: #a38b71;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-tan-500{
    color: #b18259;
  }

  [data-planit-favorite-counter="true"] .xl\:group-favorite-counter\:text-tan-600{
    color: #c29064;
  }

  .xl\:text-xs{
    font-size: 0.75rem;
  }

  .xl\:text-sm{
    font-size: 0.875rem;
  }

  .xl\:text-base{
    font-size: 1rem;
  }

  .xl\:text-lg{
    font-size: 1.125rem;
  }

  .xl\:text-xl{
    font-size: 1.25rem;
  }

  .xl\:text-2xl{
    font-size: 1.5rem;
  }

  .xl\:text-3xl{
    font-size: 1.875rem;
  }

  .xl\:text-4xl{
    font-size: 2.25rem;
  }

  .xl\:text-5xl{
    font-size: 3rem;
  }

  .xl\:text-6xl{
    font-size: 4rem;
  }

  .xl\:italic{
    font-style: italic;
  }

  .xl\:not-italic{
    font-style: normal;
  }

  .xl\:uppercase{
    text-transform: uppercase;
  }

  .xl\:lowercase{
    text-transform: lowercase;
  }

  .xl\:capitalize{
    text-transform: capitalize;
  }

  .xl\:normal-case{
    text-transform: none;
  }

  .xl\:underline{
    text-decoration: underline;
  }

  .xl\:line-through{
    text-decoration: line-through;
  }

  .xl\:no-underline{
    text-decoration: none;
  }

  .xl\:hover\:underline:hover{
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .xl\:focus\:underline:focus{
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .group:hover .xl\:group-hover\:underline{
    text-decoration: underline;
  }

  .group:hover .xl\:group-hover\:line-through{
    text-decoration: line-through;
  }

  .group:hover .xl\:group-hover\:no-underline{
    text-decoration: none;
  }

  .xl\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .xl\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .xl\:tracking-normal{
    letter-spacing: 0;
  }

  .xl\:tracking-wide{
    letter-spacing: 0.025em;
  }

  .xl\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .xl\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .xl\:tracking-heading{
    letter-spacing: -0.04em;
  }

  .xl\:tracking-heading-tighter{
    letter-spacing: -0.08em;
  }

  .xl\:tracking-input-mask{
    letter-spacing: .35em;
  }

  .xl\:select-none{
    -ms-user-select: none;
        user-select: none;
  }

  .xl\:select-text{
    -ms-user-select: text;
        user-select: text;
  }

  .xl\:select-all{
    -ms-user-select: all;
        user-select: all;
  }

  .xl\:select-auto{
    -ms-user-select: auto;
        user-select: auto;
  }

  .xl\:align-baseline{
    vertical-align: baseline;
  }

  .xl\:align-top{
    vertical-align: top;
  }

  .xl\:align-middle{
    vertical-align: middle;
  }

  .xl\:align-bottom{
    vertical-align: bottom;
  }

  .xl\:align-text-top{
    vertical-align: text-top;
  }

  .xl\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .xl\:visible{
    visibility: visible;
  }

  .xl\:invisible{
    visibility: hidden;
  }

  .group:hover .xl\:group-hover\:visible{
    visibility: visible;
  }

  .group:hover .xl\:group-hover\:invisible{
    visibility: hidden;
  }

  .xl\:whitespace-normal{
    white-space: normal;
  }

  .xl\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .xl\:whitespace-pre{
    white-space: pre;
  }

  .xl\:whitespace-pre-line{
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .xl\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words{
    overflow-wrap: break-word;
  }

  .xl\:break-all{
    word-break: break-all;
  }

  .xl\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-0{
    width: 0;
  }

  .xl\:w-1{
    width: 0.25rem;
  }

  .xl\:w-2{
    width: 0.5rem;
  }

  .xl\:w-3{
    width: 0.75rem;
  }

  .xl\:w-4{
    width: 1rem;
  }

  .xl\:w-5{
    width: 1.25rem;
  }

  .xl\:w-6{
    width: 1.5rem;
  }

  .xl\:w-8{
    width: 2rem;
  }

  .xl\:w-10{
    width: 2.5rem;
  }

  .xl\:w-12{
    width: 3rem;
  }

  .xl\:w-14{
    width: 3.5rem;
  }

  .xl\:w-16{
    width: 4rem;
  }

  .xl\:w-20{
    width: 5rem;
  }

  .xl\:w-24{
    width: 6rem;
  }

  .xl\:w-32{
    width: 8rem;
  }

  .xl\:w-40{
    width: 10rem;
  }

  .xl\:w-48{
    width: 12rem;
  }

  .xl\:w-56{
    width: 14rem;
  }

  .xl\:w-64{
    width: 16rem;
  }

  .xl\:w-440{
    width: 440px;
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:w-px{
    width: 1px;
  }

  .xl\:w-full{
    width: 100%;
  }

  .xl\:w-1\/2{
    width: 50%;
  }

  .xl\:w-1\/3{
    width: 33.333333%;
  }

  .xl\:w-2\/3{
    width: 66.666667%;
  }

  .xl\:w-1\/4{
    width: 25%;
  }

  .xl\:w-2\/4{
    width: 50%;
  }

  .xl\:w-3\/4{
    width: 75%;
  }

  .xl\:w-1\/5{
    width: 20%;
  }

  .xl\:w-2\/5{
    width: 40%;
  }

  .xl\:w-3\/5{
    width: 60%;
  }

  .xl\:w-4\/5{
    width: 80%;
  }

  .xl\:w-1\/6{
    width: 16.666667%;
  }

  .xl\:w-2\/6{
    width: 33.333333%;
  }

  .xl\:w-3\/6{
    width: 50%;
  }

  .xl\:w-4\/6{
    width: 66.666667%;
  }

  .xl\:w-5\/6{
    width: 83.333333%;
  }

  .xl\:w-1\/12{
    width: 8.333333%;
  }

  .xl\:w-2\/12{
    width: 16.666667%;
  }

  .xl\:w-3\/12{
    width: 25%;
  }

  .xl\:w-4\/12{
    width: 33.333333%;
  }

  .xl\:w-5\/12{
    width: 41.666667%;
  }

  .xl\:w-6\/12{
    width: 50%;
  }

  .xl\:w-7\/12{
    width: 58.333333%;
  }

  .xl\:w-8\/12{
    width: 66.666667%;
  }

  .xl\:w-9\/12{
    width: 75%;
  }

  .xl\:w-10\/12{
    width: 83.333333%;
  }

  .xl\:w-11\/12{
    width: 91.666667%;
  }

  .xl\:w-screen{
    width: 100vw;
  }

  .xl\:w-inherit{
    width: inherit;
  }

  .xl\:w-screen-75{
    width: 75vw;
  }

  .xl\:z-0{
    z-index: 0;
  }

  .xl\:z-10{
    z-index: 10;
  }

  .xl\:z-20{
    z-index: 20;
  }

  .xl\:z-30{
    z-index: 30;
  }

  .xl\:z-40{
    z-index: 40;
  }

  .xl\:z-50{
    z-index: 50;
  }

  .xl\:z-auto{
    z-index: auto;
  }

  .xl\:-z-1{
    z-index: -1;
  }

  .xl\:hover\:z-0:hover{
    z-index: 0;
  }

  .xl\:hover\:z-10:hover{
    z-index: 10;
  }

  .xl\:hover\:z-20:hover{
    z-index: 20;
  }

  .xl\:hover\:z-30:hover{
    z-index: 30;
  }

  .xl\:hover\:z-40:hover{
    z-index: 40;
  }

  .xl\:hover\:z-50:hover{
    z-index: 50;
  }

  .xl\:hover\:z-auto:hover{
    z-index: auto;
  }

  .xl\:hover\:-z-1:hover{
    z-index: -1;
  }

  .xl\:-transform-y-50 {
    transform: translate(0, -50px);
  }

  .xl\:transform-y-0 {
    transform: translate(0, 0);
  }

  .xl\:text-shadow-md {
    text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.8);
  }
}

#slider .slick-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: #00000054;
    z-index: 9;
}
#Blog {
    direction: ltr;
}
    #Blog .itemblig {
        text-align: right;
        height: 430px;
    }
.textblog {
    direction:rtl;
}
.titleblog {
    color: #ffffff;
    font-size: 20px;
}
.dirltr {
    direction: ltr;
}
.dirrtl {
    direction: rtl;
}
#block-footerutilitytext {
    padding: 30px 0px;
}
#Blog .wysiwyg {
    direction: rtl;
    text-align: justify;
    color: gray;
}
#Blog  h6 {
color:black;
}
footer {
    background: #222;
    color: #ccc;
    padding: 70px 0px 50px 0px;
    text-align: justify;
}

    footer h5 {
        color: #fff;
        margin-bottom: 18px;
        font-size: 16px;
        font-weight: bold;
    }

    footer .menuitem a {
        color: #bbb;
        text-decoration: none;
        display: block;
        margin-bottom: 15px;
        padding-right: 15px;
    }

    footer .menuitem a:before {
        content: "";
        position: absolute;
        height: 5px;
        width: 5px;
        background-color: #f05a30;
        margin-top: 7px;
        margin-right: -15px;
    }

        footer a:hover {
            color: #fff;
        }

.footer-bottom {
    border-top: 1px solid #444;
    margin-top: 20px;
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
}

.contact-box {
    margin-bottom: 15px;
    line-height: normal;
    font-size: 15px;
}
    .contact-box strong {
        color: #f05a30;
    }
#block-footersocial a:hover {
    opacity:.7;
}
#headerd {
    position: fixed;
    top: 0px;
    background: #ffffff;
    border-bottom: 2px solid #cecece;
    width: 100%;
    padding-bottom: 20px;
}
.breadcrumb-list {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 20px 0;
}

    .breadcrumb-list .bc-item + .bc-item::before {
        content: "/";
        margin: 0 8px;
        color: #999;
    }

    .breadcrumb-list a {
        text-decoration: none;
        color: #a7a7a7;
    }

    .breadcrumb-list .current {
        color: #555;
    }
.playvideo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-family: inherit;
}

/* دکمه دایره‌ای */
.play-btn {
    width: 55px;
    height: 55px;
    background: #ff3b30; /* رنگ اصلی */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* آیکون پلی */
.play-icon {
    width: 0;
    height: 0;
    border-left: 16px solid white;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    margin-left: 4px;
}

/* نبض */
.play-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 59, 48, 0.5);
    animation: pulse 1.5s infinite;
    z-index: -1;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

/* متن */
.play-text {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.clients-grid {
    display: flex;
    flex-wrap: wrap;
}

.client-item {
    width: 25%;
    padding: 30px;
    text-align: center;
    position: relative;
    background: #c7c7c7;
    border: 1px solid #ffffff;
}

    .client-item img {
        max-height: 60px;
        opacity: .7;
        transition: .3s;
        filter: brightness(0.5);
    }

    .client-item:hover img {
        transform: scale(.85);
        opacity: 1;
    }

    /* عنوان */
    .client-item::after {
        content: attr(data-title);
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        background: #f05a30;
        color: #fff;
        font-size: 22px;
        padding: 4px 10px;
        border-radius: 4px;
        opacity: 0;
        transition: .3s;
        width: 100%;
        height: 100%;
        line-height: 100px;
    }

    .client-item:hover::after {
        opacity: 1;
    }

/* موبایل */
@media (max-width:768px) {
    .client-item {
        width: 50%; /* 2 ستون */
    }
}
.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-subtitle {
    display: inline-block;
    font-size: 20px;
    color: #888;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.section-heading {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    display: inherit;
}

    .section-heading::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 3px;
        background: #ff6a00;
        border-radius: 2px;
    }
.features-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    margin: 50px 0;
}

.feature-item {
    background: #f7f8f9;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    width: 31%; /* سه‌تایی در دسکتاپ */
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: .3s ease;
}

    .feature-item:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    }

.feature-icon svg {
    height: 56px;
    margin-bottom: 20px;
    filter: grayscale(20%);
    display: inline-block;
}
.feature-icon img {
    height: 56px;
    margin-bottom: 20px;
    filter: grayscale(20%);
    display: inline-block;
}
.feature-text  {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    margin: 0;
}

/* تبلت */
@media (max-width: 992px) {
    .feature-item {
        width: 47%; /* دو‌تایی */
    }
}

/* موبایل */
@media (max-width: 600px) {
    .feature-item {
        width: 100%; /* تک‌ستونه */
    }
}
.about-stats {
    background: #4a4a4a;
    border-radius: 30px;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    color: #fff;
    margin: 60px 0;
}

.stat-item {
    text-align: center;
    padding: 15px;
    flex: 1;
    background: #ffffff;
    border-radius: 30px;
    margin: 7px;
}

.stat-number {
    font-size: 40px;
    color: #4a4a4a;
    font-weight: bold;
}

.stat-text {
    font-size: inherit;
    color: #f05a30;
    font-weight: bold;
}

/* موبایل */
@media (max-width:768px) {
    .about-stats {
        gap: 20px;
    }

    .stat-number {
        font-size: 28px;
    }
}
#ProductsList  {
    padding: 10px;
    margin-top: 60px;
}
.item-prod {
    margin-bottom:30px;
}

/*
//contact*/

#nikbrick-contact-section {
    direction: rtl;
    background: linear-gradient(180deg, #fcfcfc 0%, #f5f3f1 100%);
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
}

    #nikbrick-contact-section * {
        box-sizing: border-box;
    }

    #nikbrick-contact-section .nikbrick-contact-head {
        max-width: 850px;
        margin-right: auto;
        margin-left: auto;
    }

    #nikbrick-contact-section .nikbrick-contact-badge {
        display: inline-block;
        background: rgba(139, 94, 60, 0.1);
        color: #8b5e3c;
        padding: 8px 16px;
        border-radius: 999px;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0;
    }

    #nikbrick-contact-section .nikbrick-contact-title {
        font-size: 2.2rem;
        font-weight: 800;
        color: #2f2f2f;
        margin-bottom: 12px;
    }

    #nikbrick-contact-section .nikbrick-contact-desc {
        color: #6f6f6f;
        line-height: 2;
        font-size: 1rem;
        max-width: 760px;
    }

    #nikbrick-contact-section .nikbrick-contact-card {
        background: #ffffff;
        border: 1px solid rgba(139, 94, 60, 0.08);
        border-radius: 22px;
        padding: 28px;
        box-shadow: 0 10px 35px rgba(40, 40, 40, 0.06);
        transition: all 0.3s ease;
        position: relative;
    }

        #nikbrick-contact-section .nikbrick-contact-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 16px 45px rgba(40, 40, 40, 0.1);
        }

    #nikbrick-contact-section .nikbrick-card-header {
        margin-bottom: 22px;
    }

        #nikbrick-contact-section .nikbrick-card-header h3 {
            margin: 0 0 8px;
            font-size: 1.3rem;
            font-weight: 800;
            color: #2f2f2f;
        }

        #nikbrick-contact-section .nikbrick-card-header p {
            margin: 0;
            color: #7b7b7b;
            font-size: 0.96rem;
        }

    #nikbrick-contact-section .form-label {
        font-weight: 700;
        color: #444;
        margin-bottom: 8px;
    }

    #nikbrick-contact-section .form-control,
    #nikbrick-contact-section .form-select {
        min-height: 52px;
        border-radius: 14px;
        border: 1px solid #e4ddd7;
        background-color: #fff;
        padding: 12px 16px;
        color: #333;
        box-shadow: none;
        transition: all 0.25s ease;
    }

    #nikbrick-contact-section textarea.form-control {
        min-height: 160px;
        resize: vertical;
    }

    #nikbrick-contact-section .form-control:focus,
    #nikbrick-contact-section .form-select:focus {
        border-color: #b67c4a;
        box-shadow: 0 0 0 0.2rem rgba(182, 124, 74, 0.15);
    }

    #nikbrick-contact-section .form-control::placeholder {
        color: #a0a0a0;
    }

    #nikbrick-contact-section .nikbrick-submit-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 54px;
        padding: 12px 28px;
        border: none;
        border-radius: 14px;
        background: linear-gradient(135deg, #8b5e3c 0%, #b67c4a 100%);
        color: #fff;
        font-weight: 800;
        font-size: 1rem;
        transition: all 0.3s ease;
        box-shadow: 0 10px 24px rgba(139, 94, 60, 0.22);
    }

        #nikbrick-contact-section .nikbrick-submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 14px 30px rgba(139, 94, 60, 0.28);
            opacity: 0.96;
        }

        #nikbrick-contact-section .nikbrick-submit-btn:active {
            transform: translateY(0);
        }

    #nikbrick-contact-section .nikbrick-info-list {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    #nikbrick-contact-section .nikbrick-info-item {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        padding: 14px 0;
        border-bottom: 1px solid #f0ece8;
    }

        #nikbrick-contact-section .nikbrick-info-item:last-child {
            border-bottom: 0;
            padding-bottom: 0;
        }

    #nikbrick-contact-section .nikbrick-info-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        border-radius: 14px;
        background: rgba(139, 94, 60, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }

    #nikbrick-contact-section .nikbrick-info-content h4 {
        font-size: 1rem;
        font-weight: 800;
        margin: 0 0 8px;
        color: #333;
    }

    #nikbrick-contact-section .nikbrick-info-content p {
        margin: 0;
        color: #666;
        line-height: 1.95;
        font-size: 0.97rem;
    }

    #nikbrick-contact-section .nikbrick-info-content a {
        display: block;
        color: #8b5e3c;
        text-decoration: none;
        margin-bottom: 6px;
        font-weight: 600;
        word-break: break-word;
        transition: color 0.2s ease;
    }

        #nikbrick-contact-section .nikbrick-info-content a:hover {
            color: #6f472c;
        }

        #nikbrick-contact-section .nikbrick-info-content a:last-child {
            margin-bottom: 0;
        }

@media (max-width: 991.98px) {
    #nikbrick-contact-section {
        padding-top: 55px;
        padding-bottom: 55px;
    }

        #nikbrick-contact-section .nikbrick-contact-title {
            font-size: 1.9rem;
        }

        #nikbrick-contact-section .nikbrick-contact-card {
            padding: 24px;
        }
}

@media (max-width: 767.98px) {
    #nikbrick-contact-section .nikbrick-contact-title {
        font-size: 1.65rem;
    }

    #nikbrick-contact-section .nikbrick-contact-desc {
        font-size: 0.95rem;
        line-height: 1.9;
    }

    #nikbrick-contact-section .nikbrick-contact-card {
        border-radius: 18px;
        padding: 20px;
    }

    #nikbrick-contact-section .nikbrick-info-item {
        gap: 12px;
    }

    #nikbrick-contact-section .nikbrick-info-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 18px;
    }

    #nikbrick-contact-section .form-control,
    #nikbrick-contact-section .form-select {
        min-height: 48px;
        font-size: 0.95rem;
    }

    #nikbrick-contact-section textarea.form-control {
        min-height: 140px;
    }

    #nikbrick-contact-section .nikbrick-submit-btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    #nikbrick-contact-section {
        padding-top: 45px;
        padding-bottom: 45px;
    }

        #nikbrick-contact-section .nikbrick-contact-badge {
            font-size: 13px;
            padding: 7px 14px;
        }

        #nikbrick-contact-section .nikbrick-card-header h3 {
            font-size: 1.15rem;
        }

        #nikbrick-contact-section .nikbrick-info-content p,
        #nikbrick-contact-section .nikbrick-info-content a {
            font-size: 0.92rem;
        }
}



/*sals section*/


#nikbrick-sales-network {
    direction: rtl;

    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
}

    #nikbrick-sales-network * {
        box-sizing: border-box;
    }

    #nikbrick-sales-network .nbsn-header {
        max-width: 980px;
        margin-right: auto;
        margin-left: auto;
    }

    #nikbrick-sales-network .nbsn-badge {
        display: inline-block;
        background: rgba(139, 94, 60, 0.10);
        color: #8b5e3c;
        padding: 8px 16px;
        border-radius: 999px;
        font-size: 14px;
        font-weight: 800;
    }

    #nikbrick-sales-network .nbsn-title {
        font-size: 2.2rem;
        font-weight: 900;
        color: #2f2f2f;
        margin-bottom: 14px;
    }

    #nikbrick-sales-network .nbsn-desc {
        max-width: 860px;
        color: #6c6c6c;
        font-size: 1rem;
        line-height: 2;
    }

    #nikbrick-sales-network .nbsn-contact-box {
        background: linear-gradient(135deg, #8b5e3c 0%, #b67c4a 100%);
        color: #fff;
        border-radius: 24px;
        padding: 28px;
        box-shadow: 0 18px 40px rgba(139, 94, 60, 0.22);
    }

        #nikbrick-sales-network .nbsn-contact-box h3 {
            margin: 0 0 10px;
            font-size: 1.35rem;
            font-weight: 900;
        }

        #nikbrick-sales-network .nbsn-contact-box p {
            margin: 0;
            line-height: 2;
            color: rgba(255,255,255,0.92);
        }

    #nikbrick-sales-network .nbsn-contact-actions {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    #nikbrick-sales-network .nbsn-action-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 50px;
        padding: 12px 18px;
        border-radius: 14px;
        text-decoration: none;
        background: #fff;
        color: #8b5e3c;
        font-weight: 800;
        transition: all 0.25s ease;
    }

        #nikbrick-sales-network .nbsn-action-btn:hover {
            transform: translateY(-2px);
            color: #6f472c;
        }

    #nikbrick-sales-network .nbsn-action-btn-outline {
        background: rgba(255,255,255,0.12);
        color: #fff;
        border: 1px solid rgba(255,255,255,0.22);
    }

        #nikbrick-sales-network .nbsn-action-btn-outline:hover {
            color: #fff;
            background: rgba(255,255,255,0.18);
        }

    #nikbrick-sales-network .nbsn-card {
        background: #fff;
        border-radius: 22px;
        padding: 28px;
        border: 1px solid rgba(139, 94, 60, 0.08);
        box-shadow: 0 10px 30px rgba(40, 40, 40, 0.06);
        height: 100%;
    }

    #nikbrick-sales-network .nbsn-card-head {
        margin-bottom: 22px;
    }

        #nikbrick-sales-network .nbsn-card-head h3 {
            margin: 0 0 8px;
            font-size: 1.3rem;
            font-weight: 900;
            color: #2f2f2f;
        }

        #nikbrick-sales-network .nbsn-card-head p {
            margin: 0;
            color: #777;
            line-height: 1.9;
        }

    #nikbrick-sales-network .nbsn-province-map {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    #nikbrick-sales-network .nbsn-province-btn {
        border: 1px solid #e6ddd6;
        background: #faf8f6;
        color: #5a5a5a;
        padding: 10px 14px;
        border-radius: 12px;
        font-weight: 700;
        transition: all 0.25s ease;
        cursor: pointer;
    }

        #nikbrick-sales-network .nbsn-province-btn:hover,
        #nikbrick-sales-network .nbsn-province-btn.active {
            background: linear-gradient(135deg, #f05a30 0%, #db380a 100%);
            color: #fff;
            border-color: transparent;
        }

    #nikbrick-sales-network .nbsn-map-note {
        padding: 14px 16px;
        border-radius: 14px;
        background: #f8f4f1;
        color: #6f6f6f;
        line-height: 1.9;
        font-size: 0.94rem;
    }

    #nikbrick-sales-network .form-control,
    #nikbrick-sales-network .form-select {
        min-height: 52px;
        border-radius: 14px;
        border: 1px solid #e4ddd7;
        padding: 12px 16px;
        box-shadow: none;
    }

        #nikbrick-sales-network .form-control:focus,
        #nikbrick-sales-network .form-select:focus {
            border-color: #b67c4a;
            box-shadow: 0 0 0 0.2rem rgba(182, 124, 74, 0.15);
        }

    #nikbrick-sales-network .nbsn-list {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    #nikbrick-sales-network .nbsn-dealer-item {
        background: #fcfbfa;
        border: 1px solid #efe8e2;
        border-radius: 18px;
        padding: 20px;
        transition: all 0.25s ease;
    }

        #nikbrick-sales-network .nbsn-dealer-item:hover {
            box-shadow: 0 10px 24px rgba(0,0,0,0.05);
            transform: translateY(-2px);
        }

    #nikbrick-sales-network .nbsn-dealer-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        margin-bottom: 16px;
    }

    #nikbrick-sales-network .nbsn-dealer-province {
        display: inline-block;
        background: rgba(139, 94, 60, 0.1);
        color: #8b5e3c;
        border-radius: 999px;
        padding: 6px 12px;
        font-size: 13px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    #nikbrick-sales-network .nbsn-dealer-top h4 {
        margin: 0;
        font-size: 1.2rem;
        font-weight: 900;
        color: #2f2f2f;
    }

    #nikbrick-sales-network .nbsn-dealer-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    #nikbrick-sales-network .nbsn-meta {
        background: #fff;
        border: 1px solid #f0ebe7;
        border-radius: 14px;
        padding: 14px;
    }

    #nikbrick-sales-network .nbsn-meta-full {
        grid-column: 1 / -1;
    }

    #nikbrick-sales-network .nbsn-label {
        display: block;
        font-size: 13px;
        font-weight: 800;
        color: #f05a30;
        margin-bottom: 8px;
    }

    #nikbrick-sales-network .nbsn-meta p {
        margin: 0;
        color: #555;
        line-height: 1.9;
    }

    #nikbrick-sales-network .nbsn-meta a {
        color: #000000;
        text-decoration: none;
        font-weight: 700;
    }

        #nikbrick-sales-network .nbsn-meta a:hover {
            color: #6f472c;
        }

    #nikbrick-sales-network .nbsn-dealer-actions {
        margin-top: 16px;
    }

    #nikbrick-sales-network .nbsn-map-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        padding: 10px 18px;
        border-radius: 12px;
        text-decoration: none;
        background: linear-gradient(135deg, #f05a30 0%, #db380a 100%);
        color: #fff;
        font-weight: 800;
        transition: all 0.25s ease;
    }

        #nikbrick-sales-network .nbsn-map-btn:hover {
            color: #fff;
            transform: translateY(-2px);
            opacity: 0.96;
        }

    #nikbrick-sales-network .nbsn-empty-state {
        text-align: center;
        padding: 22px;
        border-radius: 16px;
        background: #f8f4f1;
        color: #7a7a7a;
        font-weight: 700;
    }

@media (max-width: 1199.98px) {
    #nikbrick-sales-network .nbsn-title {
        font-size: 2rem;
    }
}

@media (max-width: 991.98px) {
    #nikbrick-sales-network {
        padding-top: 55px;
        padding-bottom: 55px;
    }

        #nikbrick-sales-network .nbsn-card,
        #nikbrick-sales-network .nbsn-contact-box {
            padding: 24px;
        }
}

@media (max-width: 767.98px) {
    #nikbrick-sales-network .nbsn-title {
        font-size: 1.7rem;
    }

    #nikbrick-sales-network .nbsn-desc {
        font-size: 0.95rem;
    }

    #nikbrick-sales-network .nbsn-dealer-grid {
        grid-template-columns: 1fr;
    }

    #nikbrick-sales-network .nbsn-action-btn {
        width: 100%;
    }

    #nikbrick-sales-network .nbsn-card,
    #nikbrick-sales-network .nbsn-contact-box {
        border-radius: 18px;
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    #nikbrick-sales-network {
        padding-top: 45px;
        padding-bottom: 45px;
    }

        #nikbrick-sales-network .nbsn-badge {
            font-size: 13px;
            padding: 7px 14px;
        }

        #nikbrick-sales-network .nbsn-card-head h3,
        #nikbrick-sales-network .nbsn-contact-box h3 {
            font-size: 1.15rem;
        }

        #nikbrick-sales-network .nbsn-province-btn {
            width: calc(50% - 5px);
            text-align: center;
        }
}
#nikbrick-sales-network .form-select {
    background-position: left 0.75rem center;
    padding-left: 2.2rem;
    padding-right: 0.75rem;
}